.m-menubtn{z-index:9999;top:25px;right:0%;cursor: pointer;-webkit-transition:.5s;transition:.5s;background-image: linear-gradient(45deg, #309bd3, #0079c4); position:relative; width:40px; height:40px; margin-left:20px;}

.heads.active .m-menubtn{ top:12px;}

.m-menubtn.anim{opacity:1; filter:alpha(opacity=100); -webkit-transform: translate(0,0); transform: translate(0,0);}

.m-menubtn>span{position: absolute;top: 0;bottom: 0;left: 0; right: 0; width:20px;height:2px; background-color: #fff; margin: auto;}

.m-menubtn>span:before, .m-menubtn>span:after {content: "";width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;right: 0;margin: auto; background-color: #fff;}

.m-menubtn>span:before {bottom: 6px;}

.m-menubtn>span:after {bottom: -6px;}

.m-menubtn.active>span:before{-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-o-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg); background:#fff}

.m-menubtn.active>span:after {-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-o-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}

.m-menubtn.active>span {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); background:#fff}

.m-menubtn.active>span, .m-menubtn.active>span:before, .m-menubtn.active>span:after {right: 0;bottom: 0;}

.m-menubtn>span, .m-menubtn>span:before, .m-menubtn>span:after{-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);-o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);}



.m-menu{position:fixed; text-align:left; left:0;top:0; width:100%; height:100%;overflow-y:auto; overflow-x:hidden;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s;visibility: hidden;opacity: 0;z-index:101;display:flex; display:-webkit-flex; justify-content:center; align-items:center;}

.m-menu ul{ width:100%;padding-top:0px; padding-bottom:30px; padding-left:5%; padding-right:5%;overflow-y:auto;overflow-x:hidden; display:flex; display:-webkit-flex; justify-content:center;}

.m-menu li{ float:left; width:14.28%;position: relative;bottom: -20px;opacity: 0;-webkit-transition:0.6s cubic-bezier(0.5, 0, 0, 1);-moz-transition: 0.6s cubic-bezier(0.5, 0, 0, 1);-o-transition: 0.6s cubic-bezier(0.5, 0, 0, 1);transition: 0.6s cubic-bezier(0.5, 0, 0, 1);}

.m-menu li>a{ font-size:22px; font-weight:bold; line-height:40px; margin-bottom:20px}

.m-menu a{ display:block; color:#fff;}

.m-menu .sub a{color:rgba(255,255,255,.5); line-height:35px;font-size:16px; padding-left:20px; position:relative}

.m-menu .sub a:before{content: "";position: absolute;bottom: 15px; left: 0; width: 10px; height: 1px; background: rgba(255,255,255,.5);}

.m-menu a:hover{color:rgba(255,255,255,1);}

.m-menu.active{visibility: visible; opacity:1;}

.m-menu.active li{bottom: 0;opacity: 1;}

.m-menu.active li:nth-child(1){transition-delay:.3s;}

.m-menu.active li:nth-child(2){transition-delay:.35s;}

.m-menu.active li:nth-child(3){transition-delay:.4s;}

.m-menu.active li:nth-child(4){transition-delay:.45s;}

.m-menu.active li:nth-child(5){transition-delay:.5s;}

.m-menu.active li:nth-child(6){transition-delay:.55s;}

.m-menu.active li:nth-child(7){transition-delay:.6s;}

.m-menubg{display: block;width:100%;height:0;z-index:100;position: fixed;bottom: 0;-webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); -moz-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);-o-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); background:rgb(0,0,0,.8)}

.m-menubg.active{ height:100%}

@media screen and (max-width:1700px){
	.m-menubtn{ top:20px;}
	}

@media screen and (max-width:1600px){
	.m-menubtn{ top:20px;}
	.heads.active .m-menubtn{ top:8px;}
	}

@media screen and (max-width:1366px){
	
	}
	
@media screen and (max-width:1240px){
	
.m-menubtn{ top:15px;}
.heads.active .m-menubtn{ top:4px;}
	
	}



@media (max-width: 990px) {
    body {
      padding-bottom: 0;
      overflow: hidden;
    }
	.m-menubtn{ display:none;}
  }
  @media (max-width: 990px) {
    .pc-hidden {
      display: none;
    }
  }
  .m-hidden {
    display: none;
  }
  @media (max-width: 990px) {
    .m-hidden {
      display: block;
    }
  }
  .foot1-m {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .foot-fot1 {
    background: #0d1924;
    color: #fff;
  }
  .foot-fot1 .banquan {
    padding: 1rem;
  }
  /*脚部*/
  @media (max-width: 991px) {
    .foot1-m {
      display: block;
    }
  }
  /*手机导航*/
  .m-bm-head {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    background: #DA251D;
  }
  .m-bm-head .m-bm-head-box {
    position: relative;
    height: 60px;
  }
  .m-bm-head .m-bm-head-box .m-bm-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 4%;
    max-width: 100%;
    height: 34px;
  }
  .m-bm-head .m-bm-head-box .m-bm-logo h1,
  .m-bm-head .m-bm-head-box .m-bm-logo a {
    display: inline;
    font-size: 0;
  }
  .m-bm-head .m-bm-head-box .m-bm-logo img {
    height: 36px;
    max-width: 40%;
  }
  .m-bm-head .m-bm-head-box .m-bm-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 4% auto 0;
    width: 20px;
    height: 15px;
  }
  .m-bm-head .m-bm-head-box .m-bm-navbtn span,
  .m-bm-head .m-bm-head-box .m-bm-navbtn:after,
  .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
    display: block;
    height: 1.5px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .m-bm-head .m-bm-head-box .m-bm-navbtn span {
    margin: 4.5px 0;
  }
  .m-bm-head .m-bm-head-box .m-bm-navbtn:after,
  .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    -moz-transform-origin: 7.5%;
    -ms-transform-origin: 7.5%;
    -o-transform-origin: 7.5%;
    transform-origin: 7.5%;
  }
  .m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  .m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m-bm-head .m-bm-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #DA251D;
  }
  .m-bm-head .m-bm-menu .m-bm-menu-box {
    height: -webkit-calc(40vh);
    height: -moz-calc(40vh);
    height: calc(100vh - 60px);
    overflow: auto;
    padding-bottom: 80px;
  }
  .m-bm-head .mrhgxt {
    color: #fff;
    font: 500 1.125rem/60px "helvetica";
    margin-left: 63%;
    position: relative;
    z-index: 9;
  }
  .m-bm-head .mrhgxt i {
    font-size: 1.125rem;
    margin-right: 0.25em;
  }
  .m-bm-nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }
  .m-bm-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    font-family: "sourcehansans";
    padding: 0 4%;
    font-weight: 600;
  }
  .m-bm-nav > li > a span {
    display: inline-block;
    min-width: 40%;
    max-width: 50%;
    font-family: "sourcehansans";
    font-weight: 500;
  }
  .m-bm-nav > li .sec {
    display: none;
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .m-bm-nav > li .sec a {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 35px;
	padding-left:25px;
  }
  .m-bm-nav > li .sec a span {
    display: inline-block;
    min-width: 40%;
    max-width: 50%;
  }
  .m-bm-nav .aniut {
    position: absolute;
    width: 40px;
    height: 50px;
    line-height: 50px;
    right: 2%;
    top: 0;
    text-align: center;
    z-index: 9;
  }
  .m-bm-nav .aniut i {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
  }
  .m-bm-head.white {
    background: #fff;
  }
  .m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
  .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
  .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
    background: #000;
  }
  .m-bm-head.white .m-bm-menu {
    background: #fff;
  }
  .m-bm-head.white .m-bm-nav > li,
  .m-bm-head.white .m-bm-nav > li .sec {
    border-color: rgba(51, 51, 51, 0.1);
  }
  .m-bm-head.white .m-bm-nav > li > a,
  .m-bm-head.white .m-bm-nav .aniut i,
  .m-bm-head.white .m-bm-nav > li .sec a,
  .m-bm-head.white .mrhgxt {
    color: #000;
  }
  @media (max-width: 990px) {
    body {
      padding: 60px 0 0 !important;
    }
  }
  /* end */
  .ban .wz-positon span:last-child {
    display: none;
  }

  #header .na-ul > li .er-ul {
    width: 10.75rem;
    left: -86%;
    transition: 200ms ease-in-out;
    transform: scaleY(0);
    transform-origin: top center;
    padding: .5rem 0;
  }
  #header .na-ul > li .er-ul li {
    margin-right: 0;
    display: block;
    line-height: 2;
    width: 100%;
  }
  #header .na-ul > li .er-ul li a {
    color: #000;
    display: block;
    text-align: center;
    font-size: 1rem;
  }
  #header .na-ul > li .er-ul li:hover {
    background: #DA251D;
  }
  #header .na-ul > li .er-ul li:hover a {
    color: #FFf;
  }
  #header .na-ul > li:hover .er-ul {
    transition: 400ms ease-in-out;
    transform: scaleY(1);
    opacity: 1;
  }
  
 
  .loadmore {
    text-align: center;
  }
  .loadmore span {
    color: #DA251D;
    border: 1px solid #DA251D;
    display: inline-block;
    padding: 0.3125rem 1rem;
  }
  .index-industry .index-industry-lunbo .industry-wz {
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
  .index-industry .index-industry-lunbo .industry-wz:hover {
    background: rgba(0, 0, 0, 0.6);
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
  .index-industry .index-industry-lunbo .industry-wz:hover .jiantou a {
    background: #fff;
  }
  .index-industry .index-industry-lunbo .industry-wz:hover .jiantou a i {
    color: #DA251D;
  }
  .index-industry-lunbo .swiper-slide > img {
    animation: banner 20s infinite;
  }
  @keyframes banner {
    0% {
      transform: scale(1.2);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  }
  .index-new .new-bot > div {
    display: none;
  }
  .ajhhsd {
    color: #777;
    font: 500 1rem/1.5em "sourcehansans";
    padding: 1em 0;
  }
  .ajhhsd a {
    color: #777;
  }
  .ajhhsd a:hover {
    color: #2F5BA9;
  }
  .ajhhsd span {
    padding: 0 0.3em;
  }
  .ajhhsd span:last-child {
    display: none;
  }
  .xw_ny_banner {
    background: #333;
    -o-background-size: cover;
    background-size: cover;
    padding: 13.5rem 0 7.25rem;
  }
  @media (max-width: 990px) {
    .xw_ny_banner {
      padding: 7.25rem 0;
    }
  }
  @media (max-width: 768px) {
    .xw_ny_banner {
      padding: 4rem 0;
    }
  }
  .xw_ny_banner h2 {
    color: #FFFFFF;
    font: 600 3.125rem/1.2em "montserrat";
  }
  @media (max-width: 768px) {
    .xw_ny_banner h2 {
      font-size: 1.8rem;
    }
  }
  .ssy-sskaa {
    margin-bottom: 2rem;
  }
  @media (max-width: 768px) {
    .ssy-sskaa {
      margin-bottom: 1.5rem;
    }
  }
  .ssy-sskaa .searchsa form {
    width: 50%;
    border: 1px solid #999;
    padding: 0 1.5em;
    border-radius: 2rem;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .ssy-sskaa .searchsa form {
      width: 90%;
    }
  }
  .ssy-sskaa .searchsa form input {
    width: 80%;
    font: 500 1.25rem/4rem "sourcehansans";
    background: transparent;
    color: #000;
  }
  @media (max-width: 768px) {
    .ssy-sskaa .searchsa form input {
      font-size: 1.125rem;
      line-height: 3rem;
      color: #000;
    }
  }
  .ssy-sskaa .searchsa form button {
    width: auto;
    outline: none;
    border: none;
    background: transparent;
    color: #000;
  }
  .ssy-sskaa .searchsa form button i {
    font: 500 1.6rem/4rem "sourcehansans";
    color: #000;
  }
  .ss-list li .xw-nycont> span {
    color: #DA251D;
    font: 500 1rem/1.5em "montserrat";
    display:block;
    margin-top: 1rem;
  }
  .ss-list li .xw-nycont .datea {
    color: #000;
    
    margin-top: 1rem;
    font: 500 0.95rem/1.5em "montserrat";
  }
  .ss-list li .xw-nycont .p {
    color: #000;
    font: 500 1rem/1.5em "sourcehansans";
    margin-top: 0.5em;
  }
  .ss-list li .xw-nycont .more1 {
    margin-top: 1em;
 
  }
  .ny-news-content {
    padding: 5rem 0 7rem;
  }
  .yuan {
    overflow: hidden;
    display: none;
  }
  .lunbo .swiper-slide img {
    height: 100vh;
    object-fit: cover;
  }
  .foot-fot1 {
    display: none;
  }
  @media (max-width: 768px) {
    .ssy-sskaa .searchsa form button i {
      font-size: 1.35rem;
      line-height: 3rem;
    }
  }
  .sssjga {
    color: #fff;
    font: 600 1.25rem/1.5em "sourcehansans";
    margin-bottom: 1em;
  }
  .ss-list li + li {
    margin-top: 2rem;
  }
  @media (max-width: 768px) {
    .ss-list li + li {
      margin-top: 1rem;
    }
  }
  .ss-list li div.img {
    width: 25%;
  }
  @media (max-width: 768px) {
    .ss-list li div.img {
      width: 100%;
    }
  }
  .ss-list li div.img a.img {
    display: block;
    border: 1px solid #f2f2f2;
  }
  .ss-list li .xw-nycont {
    width: 72%;
  }
  .ss-list li .xw-nycont.w100 {
    width: 100%;
  }
  @media (max-width: 768px) {
    .ss-list li .xw-nycont {
      width: 100%;
      margin-top: 1.2em;
    }
  }
  .ss-list li .xw-nycont h2 a {
    display: block;
    color: #000;
    font: 500 1.25rem/1.35em "sourcehansans";
    overflow: hidden;
    margin-bottom: 0.2em;
  }
  @media (max-width: 768px) {
    .ss-list li .xw-nycont h2 a {
      font-size: 1.125rem;
    }
  }
  @media (max-width: 990px) {
    .foot-fot1 {
      display: block;
    }
  }
  
  /* 鎼滅储 */
  .search {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: #000; */
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    display: none;
  }
  .search-box {
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25%;
  }
  .inp {
    width: 100%;
    height: 100px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
  }
  .inp::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .bu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: none;
  }
  .bu .iconfont {
    font-size: 3.125rem;
  }
  .search-con {
    position: absolute;
    right: 7%;
    top: 7%;
    color: white;
    cursor: pointer;
  }
  .search-con .iconfont {
    font-size: 2.125rem;
    font-weight: 100;
  }
  .sticky {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
  }
  @-webkit-keyframes sticky {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @-moz-keyframes sticky {
    0% {
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -moz-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @-o-keyframes sticky {
    0% {
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -o-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @keyframes sticky {
    0% {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
    }
  }

  
.rightfix1 {
  position: fixed;
  bottom: 10%;
  right: 0.75rem;
  z-index: 9000;
}
.rightfix1 .top {
  margin-bottom: 0.625rem;
}
.rightfix1 .top img {
  width: 4.375rem;
}
.rightfix1 .bot {
  width: 4.375rem;
}
.rightfix1 .bot li {

  text-align: center;
  margin-bottom: 0.3125rem;

  background: #fff;
  border: 1px solid #EAEAEA;
 width: 2.8125rem;
 height: 2.8125rem;
 line-height: 2.8125rem;
  border-radius:100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;

}
.rightfix1 .bot li a {

  display: block;
}
.rightfix1 .bot li a i {
  color: #3A3939;
  font-size: 1.25rem;
}
.rightfix1 .bot li a .text {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
}
.rightfix1 .bot li:hover {
  background: #DA251D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix1 .bot li:hover a {
  color: #DA251D;
}
.rightfix1 .bot li:hover a i {
  color: #fff;
}
.rightfix1 .bot li:hover .text {
  color: #fff;
}
.rightfix1 .bot li:hover > div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.rightfix1 .bot li > div {
  width: 9.375rem;
  background-color: #fff;
  padding: 0.625rem;
  min-height: 4.375rem;
  line-height: 3.125rem;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 0;
  right: 4.375rem;
  position: absolute;
}
.fancybox-button--zoom,.fancybox-button--play,.fancybox-button--thumbs{
  display: none !important;
}
