* {
  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: #fff;
}

@font-face {
  font-family: sysong;
  src: url(../fonts/sySong.woff);
}

@font-face {
  font-family: bebas;
  src: url(../fonts/Bebas.woff),
    url(../fonts/Bebas.eot);
  /* IE9 */

}


.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, 脙茠脗楼脙鈥毭偮久冣�毭偮兤捗偮冣�毭偮矫冣�毭偮兤捗偮┟兟⒚⑩�毬偮好兟⒚⑩�毬偮γ兤捗偮┟冣�毭偮幻兟⒚⑩�毬嬇�;
  background: #fff;
}

.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::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .25;
  pointer-events: none;
  /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

a:hover .pic img {
  transform: scale(1.05);
}

a:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.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%;
}

.modulepic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.modulepic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}

.modulepic div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

a:hover .modulepic img {
  transform: scale(1.05);
}

a:hover .modulepic div {
  transform: scale(1.1);
}

.px1600 {
  max-width: 14rem;
  margin: 0 auto;
}

.tops {
  display: flex;
  align-content: center;
  align-items: center;
}

.tops_r {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 1rem;
}

.tops_r img {
  height: .4rem
}


.head {
  position: relative;
}

.head:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/tb_jbbg.png) repeat-x;
  width: 100%;
  height: 2rem;
  z-index: 999;
  background-size: 100% 100%;
}

.head_box {
  z-index: 999;
  width: 100%;
  padding: 0.25rem 0;
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
}

.fl {
  float: left;
}

.logo {
  width: 4.18rem;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  transition: all 0.3s;
  /* width: 4.18rem; */
  height: 0.8rem;
}

.fr {
  float: right;
}

.xg1 {
  padding: 0.1rem 0 0rem 0;
  border-bottom: #08467F .03rem solid;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.1);
}

.xg1 .logo a img {
  height: 0.65rem;
}

.xg1 .head_box {
  background: rgba(1, 58, 137, 0.8);
  padding: 0.15rem 0;
}

.search {
  position: relative;
  overflow: hidden;
  border-radius: 0.20rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  width: 1.8rem;
  height: 0.34rem;
  margin-left: .5rem;
}

.search:hover {}

.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: #08467F;
  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: #fff;
  line-height: .34rem;
  background: none;
  border-radius: 0;
  float: left;
}

.search input[type="text"]::placeholder {
  font-size: .14rem;
  color: #fff;
  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%;
  padding: 0.08rem;
}



.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: .6rem;
  /* margin-top: .35rem; */
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.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: .6rem;
  height: .6rem;
  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: .18rem;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  height: .6rem;
  line-height: .6rem;
  font-weight: 400;
}

.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: #E7AC38;
  font-weight: bold;
}

.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: rgba(255, 255, 255, 0.9);
  line-height: normal;
  transform: translateY(.1rem);
  white-space: nowrap;
  box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  border-top: #E1A853 0.03rem solid;
}

.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: #f3e9d9;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #124e84;
}

.nav .nav-active>a {
  color: #fff;
  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 {
  height: auto;
  overflow: hidden;
  padding: 0;
  background: url(../images/footerbg.png) bottom center no-repeat;
  background-size: 100% 100%;
  padding-top: 1.2rem;
}

.foot .px1600:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stdcopy16_1_lt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stdcopy16_1_lt ul li {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.stdcopy16_1_lt ul li:first-child {
  margin-left: 0;
}

.stdcopy16_1_lt ul li:nth-child(3) {}

.stdcopy16_1_lt ul li .stdcopy16_1_ltq {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #E7AC38;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.stdcopy16_1_lt ul li .stdcopy16_1_ltq img {
  height: .35rem;
}

.stdcopy16_1_lt ul li .stdcopy16_1_ltr {
  /* width: calc(100% - 1rem); */
  margin-left: .2rem;
}

.stdcopy16_1_lt ul li .stdcopy16_1_ltr h3 {
  font-size: .16rem;
  line-height: .26rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.stdcopy16_1_lt ul li .stdcopy16_1_ltr p {
  font-size: .20rem;
  line-height: .24rem;
  color: #FFFFFF;
  margin-top: .12rem;
  white-space: nowrap;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* word-break: break-all; */
}

.stdcopy16_1_lt ul li:first-child .stdcopy16_1_ltr p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


.foot_l {
  flex: 1;
  min-width: 0;
  margin-right: 1rem;
  margin-bottom: .3rem;
}

.foot_r {
  width: 38%;
}

.foot_r ul {
  display: flex;
  justify-content: space-between;
}

.foot_r li {
  /*width: 20%;*/
}

.foot_r li img {
  width: .8rem;
  height: .8rem;
  background: #fff;
  display: block;
  margin: 0 auto;
}

.foot_r li span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: .14rem;
  line-height: .4rem;
}






.copyright {
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-size: .14rem;
  padding: 0.2rem 0;
  border-top: rgba(255, 255, 255, .15) .01rem solid;
  margin-top: .4rem;
}

.copyright p {
  margin: 0;
  padding: 0;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
}

.copyright p a {
  color: #fff;
}


.copyright a:hover {
  color: #d9d9d9;
}



.end_link {
  padding: 0.125rem 0;
  background: #F5F5F5;
}

.end_link ul {
  display: flex;
  flex-wrap: wrap;
}

.end_link ul li:first-child {
  margin: .02rem 0;
  font-size: 0.18rem;
  font-weight: bold;
  background: url(../images/ico_yqlink.png) left center no-repeat;
  padding-left: 0.3rem;
  color: #08467F;
}

.end_link ul li {
  font-size: .16rem;
  color: #333;
  line-height: .3rem;
  margin: .02rem .2rem;
}

.end_link ul li a {
  display: block;
  color: #333;
  position: relative;
  z-index: 1;
  font-size: .16rem;
}

.end_link ul li:hover a {
  font-weight: bold
}

.tool {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: .01rem dashed #0e497c;
  z-index: 21;
  right: -1.15rem;
  padding: .25rem;
  scale: 0.9;
  transition: all .3s ease-in-out;
  display: none;
}

.tool:hover {
  scale: 1;
  transition: all .3s ease-in-out;
}

.tool::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  background: #08467F url(../images/toolbg.png)no-repeat center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
}

.tool a {
  color: #FFF;
  background-size: .2rem;
  width: .2rem;
  line-height: 1.2;
  position: absolute;
  left: .7rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}



@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) {
  .foot_l {
    width: 93%;
    margin: 0 auto .4rem auto;
  }

  .foot_r {
    width: 100%;
  }

  .foot_r ul {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .foot_r li {
    width: auto;
    margin: 0 .1rem;
  }

  .stdcopy16_1_lt ul li {
    margin-bottom: .2rem
  }

  .stdcopy16_1_lt ul li .stdcopy16_1_ltr p {
    font-size: .18rem;
    margin-top: 0rem;
    font-weight: normal;
  }

  .stdcopy16_1_lt ul li .stdcopy16_1_ltr h3 {
    font-weight: normal;
  }

  .tool {
    display: none;
  }

  .end_link ul li {
    float: left
  }

  .end_line li {
    width: 33.33%;
    float: left;
  }

  .bodyenbg {
    display: none
  }

  html {
    font-size: 85px;
  }

  .foot {
    background: #084680;
    padding-top: .5rem;
  }

  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: #08467F;
    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: #08467F;
    overflow-y: scroll;
  }

  .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 .px1600 {
    display: block !important;
    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
  }

  .foot_r li {}
}