* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial;
}

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);
}




.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;
  background: url(../images/body_bg.png) bottom center no-repeat;
  background-size: 100% auto;
}

.wl {
  position: relative;
  z-index: 1;
}

.wl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}

.overflow_l1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.overflow_l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.overflow_l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.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);
}


.px1400 {
  max-width: 14rem;
  margin: 0 auto;
}

.std_nav_1400_005 {}

.std_nav_1400_005 .stdnav14_5_wid {
  max-width: 14rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.snv1405-r,
.snv1405-l {
  width: 40%;
}

.std_nav_1400_005 .stdnav14_head-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.std_nav_1400_005 .stdnav14_5_head {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  background: url(../images/stdnav14_1_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: .15rem;
  height: 1.1rem;
  transition: all .3s;
}

#std_nav_1400_005 .chg_06_png_bg {
  background: url(../images/stdnav14_1_bg.png) no-repeat;
  background-size: 100% 100%;
}



.std_nav_1400_005 .stdnav14_5_logo {
  position: absolute;
  left: 50%;
  top: .15rem;
  transform: translateX(-50%);
}

.std_nav_1400_005 .stdnav14_5_logo a {
  position: relative;
}

.std_nav_1400_005 .stdnav14_5_logo a {
  display: block;
  font-size: 0;
}

.std_nav_1400_005 .stdnav14_5_logo img {
  height: 1.3rem;
  transition: all .3s;
}

.stdnav14_5_head.xg .stdnav14_5_logo img {
  height: .6rem;
}

.stdnav14_5_head.xg {
  padding-top: 0;
  height: .8rem;
}

.std_nav_1400_005 .head_li {
  font-size: .18rem;
  display: inline-block;
  transition: .6s;
  position: relative;
  border-right: .01rem solid #fff;
  padding: 0 .15rem;
}

.stdnav14_5_head.xg .head_nav ul li h3 {
  font-size: .2rem;
}

.stdnav14_5_head.xg .stdnav14_5_logo {
  top: .06rem;
}

.std_nav_1400_005 .head_li:last-child {
  padding-right: 0;
  border-right: none;
}

.std_nav_1400_005 .head_li .search_btn {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: .22rem;
  cursor: pointer;
}

.std_nav_1400_005 .head_li a {
  display: inline-block;
  color: #ffffff;
}

.std_nav_1400_005 .search_btn img {
  width: .23rem;
  height: .24rem;
  margin: 0 0 0 .1rem;
}

.std_nav_1400_005 .head_nav {
  width: 100%;
}

.std_nav_1400_005 .head_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.std_nav_1400_005 .head_nav ul li {
  z-index: 0;
  position: relative;
}

.std_nav_1400_005 .head_nav ul li a {
  display: block;
  padding: 0;
  position: relative;
  z-index: 2;
}

.std_nav_1400_005 .head_nav ul li h3 {
  font-size: .24rem;
  color: #fff;
  line-height: .6rem;
  position: relative;
  transition: .36s;
  display: inline-block;
  font-weight: bold;
}

.std_nav_1400_005 .head_nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
  box-shadow: 0 0 .05rem rgba(0, 0, 0, .3);
  border-radius: 0 0 .08rem .08rem;
}

.std_nav_1400_005 .head_nav ul li .sub:after {
  content: '';
  height: .03rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff9800;
}

.std_nav_1400_005 .head_nav ul li .sub .box {
  padding: .14rem 0;
  text-align: center;
}

.std_nav_1400_005 .head_nav ul li .sub a {
  padding: .08rem .3rem;
  line-height: .28rem;
  transition: .6s;
  font-size: .17rem;
  color: #333;
  text-align: center;
  min-width: 1.8rem;
}

.std_nav_1400_005 .head_nav ul li .sub a:hover {
  color: #fff;
  background: #b21919;
}

.std_nav_1400_005 .head_nav ul li:hover .sub {
  filter: alpha(opacity=050);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}


/* banner */
.std_nav_1400_005 .stdnav14_1_banner1 ul {
  position: relative;
  z-index: 9;
}

.std_nav_1400_005 .stdnav14_1_banner1 ul .slick-slide a {
  display: block;
  position: relative;
  padding-bottom: 50%;
}

.std_nav_1400_005 .stdnav14_1_banner1 ul .slick-slide a img,
.std_nav_1400_005 .stdnav14_1_banner1 ul .slick-slide a video {
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.std_nav_1400_005 .stdnav14_5_top {
  line-height: .4rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.std_nav_1400_005 .stdnav14_1_search_zzc {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
}

.std_nav_1400_005 .stdnav14_1_search {
  padding: 0 0 .05rem 0;
  display: none;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
}

.std_nav_1400_005 .stdnav14_1_search>div {
  min-width: 5rem;
  margin: 0 auto;
  position: relative;
  padding-right: .5rem;
  padding: .05rem 0;
  background: #fff;
}

.std_nav_1400_005 .stdnav14_1_search>div input[type="text"] {
  display: block;
  width: 050%;
  padding: 0 .7rem 0 .2rem;
  font-size: .14rem;
  height: .3rem;
  box-sizing: border-box;
}

.std_nav_1400_005 .stdnav14_1_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: .4rem;
  width: .4rem;
  background: #b0110d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.std_nav_1400_005 .stdnav14_1_search_btn input {
  display: block;
  width: .2rem;
}

.std_nav_1400_005 .stdnav14_1_m_search {
  display: none;
  box-shadow: 0 .05rem .05rem rgba(0, 0, 0, .1);
}

.std_nav_1400_005 .stdnav14_1_m_head {
  display: none;
}

.std_nav_1400_005 .stdnav14_1_banner {
  position: relative;
}

.std_nav_1400_005 .stdnav14_1_banner .slick-dots {
  position: absolute;
  font-size: 0;
  bottom: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.std_nav_1400_005 .stdnav14_1_banner .slick-dots li {
  width: .1rem;
  height: .1rem;
  background-size: 050% 050% !important;
  transition: all 0.3s;
  margin: 0 .1rem;
  background: #fff;
  border-radius: 50%;
}

.std_nav_1400_005 .stdnav14_1_banner .slick-dots li button {
  display: none;
}

.std_nav_1400_005 .stdnav14_1_banner1 ul .slick-slide a::after {
  /* height: 180px; */
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-position: center top;
  z-index: 8;
  background-size: 100% 100% !important;
}

.std_nav_1400_005 .stdnav14_1_banner .slick-dots li.slick-active {
  background: #FFC107;
}
































@media screen and (min-width: 2500px) {
  .std_nav_1400_005 .stdnav14_1_banner1 ul .slick-slide a {
    padding-bottom: 100vh;
  }
}

@media screen and (max-width: 1800px) {
  .std_nav_1400_005 .head_nav {
    padding: 0 1.2rem;
  }
}

@media screen and (max-width: 1400px) {
  .std_nav_1400_005 .stdnav14_5_wid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .std_nav_1400_005 #openBtn .lcbody {
    right: .2rem;
  }



}

@media screen and (max-width: 1400px) {
  .std_nav_1400_005 .head_nav ul li h3 {
    font-size: .16rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .std_nav_1400_005 .stdnav14_5_head {
    display: none;
  }

  .std_nav_1400_005 .stdnav14_1_m_head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #b50a0a;
    z-index: 999;
    padding: 0 .05rem 0 .15rem;
    box-shadow: 0 0 .05rem rgba(0, 0, 0, .1);
    display: block;
  }

  .std_nav_1400_005 .stdnav14_1_m_head_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .6rem;
  }

  .std_nav_1400_005 .stdnav14_1_m_logo img {
    max-height: .4rem;
    max-width: 100%;
    vertical-align: middle;
  }

  .std_nav_1400_005 .stdnav14_1_m_head_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .std_nav_1400_005 .stdnav14_1_wap_menu {
    width: .3rem;
    /* height: .3rem; */
    position: relative;
    margin-left: .05rem;
  }

  .std_nav_1400_005 .stdnav14_1_wap_menu img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .std_nav_1400_005 .stdnav14_1_wap_menu img {
    width: .2rem;
  }

  .std_nav_1400_005 .stdnav14_1_close_menu {
    display: none;
  }

  .std_nav_1400_005 .stdnav14_1_m_serch_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .3rem;
    width: .3rem;
  }

  .std_nav_1400_005 .stdnav14_1_m_serch_btn img {
    display: block;
    height: .2rem;
  }

  .std_nav_1400_005 .stdnav14_1_m_tlink {
    padding: .05rem .25rem 0 .25rem;
    font-size: 0;
  }

  .std_nav_1400_005 .stdnav14_1_m_tlink a {
    font-size: .12rem;
    margin-right: .05rem;
    margin-bottom: .05rem;
    color: #fff;
    display: inline-block;
    line-height: .24rem;
    background: #fff;
    color: #305174;
    line-height: .24rem;
    padding: 0 .15rem;
    border-radius: .05rem;
  }

  .std_nav_1400_005 .stdnav14_1_m_search {
    line-height: .35rem;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: .6rem;
    background: #fff;
    padding: .1rem .2rem;
    z-index: 999;
    /* border: solid 1px #000; */
    display: none;
  }

  .std_nav_1400_005 .stdnav14_1_m_search::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: .45rem;
    background: #003683;
    z-index: 1;
  }

  .std_nav_1400_005 .stdnav14_1_m_search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .25rem;
    background: none;
    color: #000;
    z-index: 9;
    font-size: .15rem;
  }

  .std_nav_1400_005 .stdnav14_1_m_search input[type="text"]::placeholder {
    color: #333;
  }

  .std_nav_1400_005 .stdnav14_1_m_search input[type="image"] {
    position: absolute;
    top: .15rem;
    bottom: 0;
    right: .15rem;
    width: .15rem;
    z-index: 9;
  }

  .std_nav_1400_005 .stdnav14_1_m_nav {
    position: fixed;
    top: .6rem;
    right: -100%;
    bottom: 0;
    z-index: 999;
    background: #F1F1F1;
    overflow-y: auto;
    width: 100%;
    padding: .13rem 0;
    transition: 0.5s;
  }

  .std_nav_1400_005 .stdnav14_1_m_nav.on {
    right: 0;
  }


  .std_nav_1400_005 .stdnav14_1_m_nav ul {
    padding: 0rem .25rem;
  }

  .std_nav_1400_005 .stdnav14_1_m_nav ul li {
    position: relative;
  }

  .std_nav_1400_005 .stdnav14_1_m_nav ul li>span.on {
    transform: rotateZ(180deg);
  }

  .std_nav_1400_005 .stdnav14_1_m_nav ul li ul {
    display: none;
    padding: 0 .05rem;
  }

  .std_nav_1400_005 .stdnav14_1_m_nav ul li ul li {
    border: none;
  }

  .std_nav_1400_005 .stdnav14_1_m_nav>ul>li a {
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    padding: .12rem 0;
    position: relative;
    color: #333;
    font-weight: 600;
  }

  .std_nav_1400_005 .stdnav14_1_m_nav>ul>li ul li a {
    padding: .05rem 0;
    font-size: .14rem;
    line-height: .31rem;
    padding: 0;
    font-weight: normal;
  }

  .std_nav_1400_005 .stdnav14_1_m_nav>ul>li ul li:nth-child(1) a {
    padding-top: 0;
  }

  .std_nav_1400_005 .stdnav14_1_m_nav>ul>li>span {
    position: absolute;
    width: .3rem;
    height: .3rem;
    background: url(../images/stdnav14_1_m_nav_down.png) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    right: -05px;
    top: 7px;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }


  .std_nav_1400_005 .stdnav14_1_wap_menu .point {
    display: inline-block;
    width: .4rem;
    height: .22rem;
    position: relative;
    outline: none;
  }

  /* .std_nav_1400_005 .stdnav14_1_wap_menu .point:hover .navbtn,  .std_nav_1400_005 .stdnav14_1_wap_menu .point:hover .navbtn::after,  .std_nav_1400_005 .stdnav14_1_wap_menu .point:hover .navbtn::before { width: 28px; } */
  .std_nav_1400_005 .stdnav14_1_wap_menu .navbtn {
    position: absolute;
    top: .12rem;
    left: 0rem;
    display: inline-block;
    width: .24rem;
    height: .02rem;
    transition: all 0.3s ease-out 0s;
    background: #fff;
  }

  .std_nav_1400_005 .stdnav14_1_wap_menu .navbtn::after,
  .std_nav_1400_005 .stdnav14_1_wap_menu .navbtn::before {
    position: absolute;
    left: 0rem;
    display: inline-block;
    width: .24rem;
    height: .02rem;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: #fff;
  }

  .std_nav_1400_005 .stdnav14_1_wap_menu .navbtn::after {
    top: -0.08rem;
  }

  .std_nav_1400_005 .stdnav14_1_wap_menu .navbtn::before {
    top: .08rem;
  }

  .std_nav_1400_005 .stdnav14_1_wap_menu .point.on .navbtn {
    background: transparent;
  }

  .std_nav_1400_005 .stdnav14_1_wap_menu .point.on .navbtn::after {
    transform: rotate(45deg);
    top: 0px;
  }

  .std_nav_1400_005 .stdnav14_1_wap_menu .point.on .navbtn::before {
    transform: rotate(-45deg);
    top: 0px;
  }

}

@media screen and (max-width: 1400px) {
  .std_nav_1400_005 .stdnav14_5_wid {
    max-width: 100%;
    padding: 0 .15rem;

  }
}

@media screen and (max-width: 1024px) {
  .std_nav_1400_005 .stdnav14_1_banner1 ul .slick-slide a::after {
    display: none;
  }

  .std_nav_1400_005 .stdnav14_1_banner {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .std_nav_1400_005 .stdnav14_1_banner .slick-dots {
    bottom: .2rem;
  }
  .n_con_txt img{max-width:100%;}

}



/*  */


.foot {
  height: auto;
  overflow: hidden;
  padding: .4rem 0;
  background: url(../images/footerbg.png) center #b50a0a;
  background-size: 100% 100%;
}

.foot .px1400 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_end {
  margin-right: .5rem;
}

.logo_end img {
  height: 1.01rem;
}






.copyright {
  color: #fff;
  text-align: left;
  overflow: hidden;
  font-size: .18rem;
  padding: 0.3rem 0;
}

.copyright p {
  margin: 0;
  padding: 0;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.30rem;
  text-align: left;
  letter-spacing: normal;
  color: #FFFFFF;
}

.copyright p a {
  color: #fff;
}

.copyright p a img {
  vertical-align: middle;
  margin: 0 0.1rem
}

.copyright a:hover {
  color: #d9d9d9;
}







@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1340px) {}



@media screen and (max-width: 1200px) {
  .px1400 {
    width: 100%;
    max-width: 96%;
  }

  .logo a {
    width: 7rem;
  }
}

@media screen and (max-width: 1100px) {
  .search {
    width: 6rem;
  }

  .search input[type="text"] {
    width: 100%;
  }
}

@media screen and (max-width: 1420px) {
  .px1400 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .logo a img {
    width: auto;
  }
}

@media screen and (max-width: 1024px) {


  html {
    font-size: 85px;
  }

  body {
    padding-top: 0.6rem;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #B0110D;
    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: .5rem;
    max-width: 80%;
    vertical-align: middle;
  }

  .m-tlink {
    padding: .3rem .15rem 0 .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m-tlink a {
    font-size: .14rem;
    margin-right: .15rem;
    margin: .05rem 0;
    color: #fff;
    display: inline-block;
    font-size: .16rem;
    line-height: .24rem;
    line-height: .3rem;
    padding: 0 .15rem;
    border-radius: .05rem;
    margin: 0 .04rem;
  }

  .m-search {
    margin: .15rem .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;
  }

  .banner .slick-dots {
    bottom: .1rem;
  }

  .banner .slick-dots li {
    margin: 0 .05rem;
  }

  .banner-box {
    top: 0 !important;
    margin-top: 0;
  }

  .banner .slick-prev {
    left: .45rem;
  }

  .banner .slick-next {
    right: .45rem;
  }

  .m-nav {
    position: fixed;
    top: .72rem;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #B0110D;
    overflow-y: scroll;
    padding-top: .3rem;
  }

  .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: .18rem;
    line-height: .2rem;
    padding: .2rem 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: .2rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: .1rem;
    top: .24rem;
    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;
  }

  .logo_end img {
    margin: 0 auto;
    display: block;
    height: .8rem;
  }

  .foot {
    padding: .3rem 0 .1rem 0;
  }

  .foot .px1400 {
    display: block !important;
    height: auto;
    width: 100%;
  }






  .foot .copyright {
    height: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }

  .copyright p {
    text-align: center;
  }


}

@media screen and (max-width: 768px) {
  .banner .slick-prev {
    width: .35rem;
    height: .35rem;
    left: .28rem;
    background-size: 60%;
  }

  .banner .slick-next {
    width: .35rem;
    height: .35rem;
    right: .28rem;
    background-size: 60%;
  }
}