* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .14rem;
}


html,
body {
  color: #000;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  overflow-x: hidden;
  position: relative;
  background: url(../images/i_bg.png) bottom center #fff;
  font-family: Microsoft YaHei;
  background-size: 100% auto;
}

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;
  object-fit: cover;
}

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;
}

.head {
  background: #65216A url(../images/top_bg.png) center no-repeat;
  transition: all 0.3s;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  /* box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2); */
  background-size: 100% 100%;
}

.xg1 {
  transition: all .3s;
}

.xg1.head {
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
}



.xg1 .search-con {
  display: none;
  transition: all 0.3s;
}

.xg1 .logo a img {
  height: .6rem;
  transition: all .3s;
}

.xg1 .top_other {
  height: 0;
  transition: all .3s
}

.xg1 .tops {
  padding: .1rem 0;
}

.tops {
  padding: 0.1rem 3%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.tops_r {
  flex: 1;
  min-width: 0;
  height: auto;
  margin-left: 1.5rem;
}


.fl {
  float: left;
}

.logo a {
  display: block;
  outline: none;
}

.logo a img {
  display: block;
  height: 1rem;
  transition: all .3s;
  outline: none;
}

.fr {
  float: right;
}

/* Ã¦Â°â€œÃ©â„¢â€¡Ã©Âºâ€œÃ¨Å’â€¦Ã¨Å’Â Ã§Â¯â€œÃ¥Â¿â„¢Ã¨ÂÂ¬Ã¨â€°â„¢Ã¨Å½Â½Ã©Âºâ€œÃ¥Å¾â€ž */
.search-con {
  display: flex;
  justify-content: flex-end;
}

.search {
  position: relative;
  overflow: hidden;
  border-radius: 0.20rem;
  box-sizing: border-box;
  background: none;
  width: 2.26rem;
  height: 0.35rem;
  border: 0.02rem solid rgba(255, 255, 255, .2);
}

.search:hover {}

.search div {
  /* margin-left: .4rem; */
  /* 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: 0.11rem 0.12rem;
}



.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: .5rem;
  line-height: .5rem;
  margin-top: 0;
  position: relative;
  z-index: 9;
}

.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: .50rem;
  height: .50rem;
  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.2rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  display: block;
  height: .6rem;
  line-height: .6rem;
  font-family: Source Han Sans CN;
    text-decoration: none !important;
}



.nav>ul>li.on>div {}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #f8f8f8;
}

.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: #FFC107 0.04rem solid;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
}

.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: .16rem;
  line-height: .22rem;
  padding: .07rem 0;
  transition: 0.3s;
  color: #222;
}

.nav>ul>li>div>ul>li:hover {
  background: #65216a;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
}



/*Ã¨â€žâ„¢Ã¨Å’Â Ã¨â€žÂÃ©Ë†Â¥Ã¦Â«Â­Ã¥â€ Â£Ã¯Â¿Â½Ã¦Â¯Â­Ã¥ÂÂ®Ã£Æ’Æ’Ã¥â€¦Â¤Ã¦Ââ€”Ã¢â€˜Â©Ã¥Ââ€œÃ¦â€¹Â§Ã¨â€žâ„¢Ã©Ë†Â¥Ã¦Â¯Â­Ã¥ÂÂ®Ã¥Â¥Â½Ã¥â€¦Â¤Ã¦Ââ€”Ã¥ÂÂ®Ã¢â€™Å¡Ã¥â€¦Å¸Ã¢â€™Å¡Ã¢â€˜Â©Ã¥Ââ€œÃ¦â€¹Â§Ã¨â€žâ€”Ã¥ÂÂ¢Ã¨â€žâ„¢Ã©Ë†Â¥Ã¦Â¯Â­Ã¥ÂÂ®Ã¢â€™Å¡Ã¥â€¦Â¤Ã¦Ââ€”Ã¥â€”ÂÃ¯Â¿Â½Ã¦Â«Â­Ã¥â€ Â£Ã¯Â¿Â½Ã¦Â¯Â­Ã¥ÂÂ®Ã¢â€Å¸Ã¥â€¦Â¤Ã¦Ââ€”Ã¢â€˜Â©Ã¥Ââ€œÃ¨ÂÂ½Ã¨â€žâ„¢Ã¥Å¾â€žÃ¨Å â€™Ã©Ë†Â¥Ã¦Â¯Â¬Ã®Æ’Å¾Ã¢â€˜Â©Ã¯Â¿Â½Ã§ÂÂºÃ¢â€™Å¡Ã¥â€¦Â¤Ã¦Ââ€”Ã¢â€˜Â©Ã¥Ââ€œÃ¦â€¹Â§Ã¨â€žâ„¢Ã©Ë†Â¥Ã¦Â¯Â­Ã¥ÂÂ®Ã¯Â¿Â½*/
/*  */
.end_ztlist{margin-bottom:.2rem}
.zt_list {}

.zt_list .slick-list {
  margin: 0 -0.1rem;
}


.zt_list li a {
  margin: 0 .165rem;
  display: block;
}

.zt_list .pic {
  padding-top: 31.4%;
}



.zt_list .slick-dots {
  bottom: -0.4rem;
}

.zt_list .slick-dots li {
  box-sizing: border-box;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  margin: 0 .1rem;
  background: rgba(0, 0, 0, 0.1);
}

.zt_list .slick-dots li.slick-active {
  background: #65216A;
}

.zt_list .slick-dots button {
  display: none;
}

.zt_list .slick-prev,
.zt_list .slick-next {
  width: .2rem;
  height: .2rem;
  opacity: .5;
  transition: all .3s
}

.zt_list .slick-prev:hover,
.zt_list .slick-next:hover {
  opacity: 1;
}

.zt_list .slick-prev {
  background: url(../images/yqlink_bal.png) center no-repeat;
  left: -.25rem;
  background-size: .09rem 0.14rem;
}

.zt_list .slick-next {

  background: url(../images/yqlink_bar.png) center no-repeat;
  right: -.25rem;
  background-size: .09rem 0.14rem;
}

.foot {
  height: auto;
  /* overflow: hidden; */
  padding: .3rem 0 0rem 0;
  background: #65216A;
  background-size: auto;
  position: relative;
}



.foot .foot_info {
  display: flex;
  justify-content: space-between;
  margin: .2rem auto 0rem auto;
}

.foot .foot_add {
  flex: 1;
  min-width: 0;
}

.foot .foot_add p {
  font-size: 0.16rem;
  line-height: .28rem;
  color: #fff;
}

.foot .foot_add p a {
  font-size: 0.16rem;
  line-height: .28rem;
  color: #fff;
}

.foot_tj {
  width: 35%;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: .51rem;
  flex-wrap: wrap;
}

.foot_tj span {font-family: Bebas;font-size: 0.36rem;display: flex;line-height: .51rem;margin: 0.05rem .05rem 0 .05rem;}
.foot_tj span img{
    width: .3rem;
}
.foot_tj span i {
  background: url(../images/sizes_bg.png) center no-repeat;
  font-style: normal;
  display: block;
  line-height: .5rem;
  display: block;
  width: .51rem;
  height: .51rem;
  background-size: .51rem .51rem;
}

.foot .foot_code {
  width: 5rem;
  text-align: center;
}

.foot .foot_code ul {
  display: flex;
  justify-content: flex-end;
}

.foot .foot_code li {
  margin: 0 .1rem;
  max-width: calc(25% - .1rem);
}

.foot .foot_code img {
  display: block;
  margin: 0 auto;
  width: 0.85rem;
  /* height: 1rem; */
  max-width: 100%;
}

.foot .foot_code span {
  font-size: .16rem;
  line-height: 0.3rem;
  color: #fff;
}

.copyright p{
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  position: relative;
  top: -.3rem;
  flex-wrap: wrap;
}
.copyright p a{color: rgba(255, 255, 255, .6);}

.copyright img {
  vertical-align: sub;
  margin: 0 .15rem 0 0;
}

.copyright a {
    display: inline;
}
.copyright{
    height: .1rem;
}
.copyright p {}

@media screen and (max-width: 1440px) {
  .nav>ul>li {}
}

@media screen and (max-width: 1340px) {
  .nav>ul>li {}
}



@media screen and (max-width: 1200px) {

.copyright p{
  top: 0;

}
  .nav>ul>li {}

  .logo a {
    /* width: 7rem; */
  }

  .foot .foot_info {
    display: block;
  }

  .foot .foot_info {
    display: flex;
    flex-wrap: wrap;
  }

  .foot .foot_add {
    width: 50%;
  }

  .foot_tj {
    width: 60%;
  }

  .copyright {
    top: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .foot_tj span i {
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .16rem;
  }

  .foot_tj {
    width: 100%;
    line-height: .3rem;
    font-size: .16rem;
    align-items: baseline;
    flex-wrap: wrap;
  }

  .search {
    width: 3rem;
  }

  .search input[type="text"] {
    width: 2.05rem;
  }

  .search .btn {}

  .foot .foot_info {
    display: block;
  }
}

@media screen and (max-width: 1420px) {
  .px1600 {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .logo a img {
    width: auto;
  }


}

@media screen and (max-width: 1024px) {

  html {
    font-size: 85px;
  }



  body {
    padding-top: .7rem;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #65216A;
    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: #65216A;
    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 .px1600 {
    display: block;
  }

  .foot .foot_add {
    text-align: center;
    width: 100%;
    margin-bottom: .2rem;
  }

  .foot_code {
    width: 100% !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
  }

}

@media screen and (max-width: 900px) {
  .zt_list {
    padding: 0 4%;
  }
}