* {
  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("https://www.jjplanet.com/fonts/sySong.woff");
}

@font-face {
  font-family: bebas;
  src: url("https://www.jjplanet.com/fonts/Bebas.woff"),
    url("https://www.jjplanet.com/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, ???â€™??aï¿½???aï¿½????ï¿¥???â€™?ï¿ a??????aï¿½????????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½????Â¨???â€™?ï¿ a??????aï¿½????????â€™?ï¿ a??????aï¿½????Ë‰???â€™??aï¿½???aï¿½????????â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½????o???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½????|???â€™??aï¿½???aï¿½????????â€™?ï¿ a??????aï¿½????????â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½1?â€¦aï¿½?;
  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: 15.2rem;
  margin: 0 auto;
}

.tops {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: .3rem 0;
}

.tops_r {
  flex: 1;
  min-width: 0;
}

.tops_r img {
  height: .4rem
}


.head {
  position: relative;
}



.head {
  width: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  background: url("https://www.jjplanet.com/images/header_bg.png");
  background-size: 100% 100%;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s
}

.fl {
  float: left;
}

.logo {
  width: 7.64rem;
  height: .7rem;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  transition: all 0.3s;
  height: 0.7rem;
}

.fr {
  float: right;
}

.xg1 {}

.xg1 .tops {
  padding: .1rem 0
}

.xg1 .logo a img {
  height: 0.6rem;
}

.xg1 .nav {
  height: .52rem;
  line-height: .52rem;
}

.xg1 .nav>ul>li>a {
  height: .52rem;
  line-height: .52rem;
  font-size: .2rem;
}

.xg1 .nav>ul>li>div {
  top: .4rem;
}

.search {
  position: absolute;
  overflow: hidden;
  border-radius: 0.20rem;
  box-sizing: border-box;
  background: #fff;
  width: 3rem;
  height: 0.44rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.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: #333;
  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: #333;
  line-height: .44rem;
  background: none;
  border-radius: 0;
  float: left;
}

.search input[type="text"]::placeholder {
  font-size: .14rem;
  color: #9E9E9E;
  opacity: 0.5
}

.search .btn {
  float: right;
  width: 20%;
  height: .44rem;
  line-height: .34rem;
  padding: 0;
  position: absolute;
  color: #fff;
  font-size: .16rem;
  background: url("https://www.jjplanet.com/images/search.png") center no-repeat;
  cursor: pointer;
  float: left;
  background-size: 40%;
}



.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%);
}

/* ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½??????????â€™???ï¿ ???ï¿ ?ï¿ a???????????ï¿ ?ï¿ a???????ï¿ ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½????????â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????????â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????ï¿ ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????????â€™?ï¿ a???|??aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????ï¿¥???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½??????????â€™???ï¿ ???ï¿ ?ï¿ a???????????ï¿ ?ï¿ a???????ï¿ ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½??????|???â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????????â€™?ï¿ a???|??aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????Ë‰???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½??????????â€™???ï¿ ???ï¿ ?ï¿ a???????????ï¿ ?ï¿ a???????ï¿ ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½??????|???â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????????â€™?ï¿ a???|??aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½??????????â€™???ï¿ ???ï¿ ?ï¿ a???????????ï¿ ?ï¿ a???????ï¿ ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½????????â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????????â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????ï¿ ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????????â€™?ï¿ a???|??aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????Â¨???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½??????????â€™???ï¿ ???ï¿ ?ï¿ a???????????ï¿ ?ï¿ a???????ï¿ ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????1???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????????â€™?ï¿ a???|??aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½????ï¿ ?ï¿ aï¿½??????????â€™???ï¿ ???ï¿ ?ï¿ a???????????ï¿ ?ï¿ a???????ï¿ ???â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a??????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™?ï¿ a??????aï¿½????????â€™??aï¿½????ï¿ ?ï¿ aï¿½??????|???â€™?ï¿ a??????aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™??aï¿½???aï¿½????ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ aï¿½????â€¦????aï¿½????????â€™?ï¿ a???|??aï¿½????????â€™??aï¿½???aï¿½??ï¿ a??a?ï¿ ???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½|???????â€™??aï¿½????ï¿ ?ï¿ aï¿½????â€¦?????â€™?ï¿ a??????aï¿½????a */
.nav {
  height: .6rem;
  line-height: .6rem;
  position: relative;
  z-index: 9;
  align-items: center;
  min-width: 0;
  background: #FFFFFF;
  transition: all 0.3s;
}

.nav>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  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: .22rem;
  color: #555555;
  text-align: center;
  position: relative;
  display: block;
  height: .6rem;
  line-height: .6rem;
  font-weight: 400;
  transition: all 0.3s;
}

.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: #950609;
  font-weight: bold;
}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: .5rem;
  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: #950609 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: #c44e1e;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
}

.nav>.nav-active>a {
  color: #950609;
  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("https://www.jjplanet.com/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: #950609
}

/*???â€™??aï¿½???aï¿½????ï¿¥???â€™?ï¿ a??????aï¿½????o???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½????ï¿ ???â€™??aï¿½???aï¿½????????â€™?ï¿ a???????ï¿ ?ï¿ aï¿½????ï¿ aï¿½??ï¿ ???â€™?ï¿ a??????aï¿½????Â¨*/


.foot {
  height: auto;
  overflow: hidden;
  padding: 0;
  background: url("https://www.jjplanet.com/images/footerbg.png") bottom center no-repeat;
  background-size: 100% 100%;
  padding-top: 0;
}

.foot .px1600:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 0 0 0;
}




.foot .foot_logo {
  flex: 1;
  min-width: 0;
  margin-right: 1rem;
}

.foot .foot_logo img {
  /* height: 0.7rem; */
  width: 7rem;
}

.foot .foot_add {
  width: 35%;
}

.foot .foot_add p {
  font-size: .16rem;
  line-height: .3rem;
  color: #fff;
  background-size: 0.18rem;
}

.foot .foot_add {}

.foot .foot_add p:nth-child(1) {
  background: url("https://www.jjplanet.com/images/ico_add.png") left center no-repeat;
  padding-left: 0.25rem;
  background-size: 0.18rem;
}

.foot .foot_add p:nth-child(2) {
  background: url("https://www.jjplanet.com/images/ico_tel.png") left center no-repeat;
  padding-left: 0.25rem;
  background-size: 0.18rem;
}

.foot .foot_add p:nth-child(3) {
  background: url("https://www.jjplanet.com/images/ico_mail.png") left center no-repeat;
  padding-left: 0.25rem;
  background-size: 0.18rem;
}





.copyright {
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-size: .16rem;
  padding: 0.2rem 0;
  /* border-top: rgba(255, 255, 255, .15) .01rem solid; */
}

.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.14rem 0;
  border-bottom: rgba(255, 255, 255, .15) .01rem solid;
  height: auto;
  overflow: hidden;
}

.end_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.end_link ul li:first-child {
  margin: .02rem 0;
  font-size: 0.18rem;
  font-weight: bold;
  background: url("https://www.jjplanet.com/images/ico_yqlink.png") left center no-repeat;
  padding-left: 0.3rem;
  color: #fff;
  width: 1.2rem;
}

.end_link ul li {
  font-size: .16rem;
  color: #333;
  line-height: .3rem;
  margin: .02rem 0;
  position: relative;
  display: block;
  width: auto;
  /* flex: 1; */
  min-width: 0;
}

.end_link ul li:after {
  content: "";
  position: absolute;
  width: .01rem;
  height: 0.15rem;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0.7;
}

.end_link ul li:first-child:after {
  display: none
}

.end_link ul li:last-child:after {
  display: none
}

.end_link ul li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: .16rem;
  padding: 0 0.3rem;
}

.end_link ul li:hover a {
  font-weight: bold
}

.foot .footcen {}


@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;
  }



  .end_link ul li {
    float: left
  }

  .end_line li {
    width: 33.33%;
    float: left;
  }

  .bodyenbg {
    display: none
  }

  html {
    font-size: 85px;
  }

  .foot {
    padding-top: .3rem;
  }

  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: #91000A;
    padding: .1rem;
    z-index: 999;
    box-shadow: 0 .05rem .05rem rgb(0 0 0 / 20%);
    background: linear-gradient(90deg, #91000A 0%, #C44F1E 100%);
  }

  .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: #92020a;
    overflow-y: scroll;
    background: linear-gradient(90deg, #91000A 0%, #C44F1E 100%);
  }

  .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("https://www.jjplanet.com/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 .foot_logo {
    margin: .1rem auto .2rem auto;
    text-align: center;
  }

  .foot .foot_logo img {
    width: 80%;
  }

  .foot .foot_add {
    width: 100%;
    text-align: center;
  }

  .foot .foot_add p {
    background: none !important;
  }

  .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 {}
}