*{
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
  }
  body, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 2em;
  }
  body, p, h1, h2, h3, h4, h5, h6, dl, dd, form {
    margin: 0;
  }
  hr {
    margin-top: 42px;
    border: 0;
    height: 2px;
    box-sizing: content-box;
    background: #E5E5E5;
  }
  body::-webkit-scrollbar{
    display: none;
  }
  .app {
    font-family: "Microsoft Yahei", Simsun, Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
	color: #555;
  }
  .ellips{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:24px;
	line-height: 38px;
  }
  .ellipsAll{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .clear{clear: both;}
  img {
    vertical-align: middle;
    border-style: none;
  }
  .content{
      margin-bottom: 60px;
  }
  /* 头部样式 */
  .header {
    width: 100%;
    height: 80px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,0.2); */
    background:  url('../images/b_3.png');
    line-height: 80px;
    z-index: 999;
    text-align: left;
  }
  .logo {
    height: 100%;
    margin: 0 50px 0 10px;
    flex: 1;
  }
  nav{
    position: relative;
  }
  .pcNav > .navitem {
    transition: all 0.36s ease;
    position: relative;
  }
  .nav_bgBl {
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 112px;
    height: 80px;
    background-color: #af967a;
    transition: all .3s ease;
    color: white;
  }
  .index-nav{
    height: 100%;
    overflow: hidden;
  }
  .index-nav li{
    text-align: center;
    float: left;
    margin-right: 20px;
  }
  .index-nav a {
    width: 112px;
    display: inline-block;
    font-size: 15px;
    color: white;
    text-align: center;
	opacity: 0.9;
  }
  /* .indexHide:hover a,.aboutHide:hover .yeW,.dc:hover a,.secondNav:hover .secondA,.childHover:hover a{
    background-color: #5e0707;
  } */
  .dc:hover a,.secondNav:hover .secondA,.childHover:hover a{
    /* background-color: #5e0707; */
    /*background-color: rgba(235, 17, 17, 0.4);*/
	background-color: #af967a;
  }
  .active{
    /* background-color: #5e0707; */
    background-color: #af967a;
  }
  .about,.news{
    display: none;
    background: rgba(0,0,0,0.2);
    border-top: 1px solid white;
    position: fixed;
    top: 79px;
  }
  .about li,.news li{
    line-height: 46px;
    float: unset;
    margin-right: 0;
  }
  .mobileNav .about a{
    color: #999999;
  }
  .mobileNav .about a{
    height: 100%;
    font-size: 14px;
  }
  .aboutHide:hover .about,.newsHide:hover .news,.secondNav:hover .navChild{
    display: block;
  }
  .secondNav{
    position: relative;
  }
  .navChild{
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 112px;
    display: none;
  }
  .navT_ul {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 18px;
    padding-bottom: 10px;
    z-index: 99;
  }
  .navT_ul div {
    width: 28px;
    border-top: 2px solid #fff;
    margin-bottom: 8px;
    transition: all .3s ease
  }
  .navT_ul.cur .tw_1 {
    -webkit-transform: rotate(405deg) translate(7px,7px);
  }
  .navT_ul.cur .tw_2 {
    opacity: 0;
  }
  .navT_ul.cur .tw_3 {
    -webkit-transform: rotate(-45deg) translate(7px,-7px);
  }
  span.navT_te {
    position: absolute;
    right: 60px;
    top: 0;
    color: #fff;
    white-space: nowrap;
    display: block;
}
.ind_ti1{
  font-size: 72px;
  font-weight: 100;
  height: 1em;
}
.ind_ti2{
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    /* background: rgba(0,0,0,0.2); */
    background: url('../images/a1_5.png');
    text-align: center;
    line-height: 44px;
    color: white;
    font-size: 14px;
    z-index: 1;
  }
  .footer a{
    color: white;
    font-size: 14px;
  }
  .footer-inner {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    transform: translateY(100%);
    display: none;
    padding: 15px 0px;
    background: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
}
.footer-inner .wrap {
  text-align: center;
  margin: 0px 15px;
}
.footer-inner .fot-link {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  color: rgb(102, 102, 102);
}
.footer-inner a {
  display: inline-block;
  color: rgb(102, 102, 102);
}
.footer-inner i {
  font-style: normal;
  margin: 0px 7px;
}
.footer-inner p {
  display: block;
  line-height: 24px;
  text-align: center;
  color: rgb(102, 102, 102);
}
.footer-inner.showBox {
  transform: none;
}
.swiper-container {
    width: 100vw;
    height: 100vh;
}
.swiper-item {
    overflow: auto;
}
.swiper-item::-webkit-scrollbar {
    display:none;
}
  .swiper-slide {
    width: 100%;
    height: 100%;
  }
  @keyframes am_he{
    0% {
        height: 370px;
        opacity: 0;
    }
    100% {
        height: 420px;
        opacity: 1;
    }
  }
  .bgImg{
      width: 100%;
      height: 420px;
      animation:am_he 0.6s ease-in-out backwards;
  }
  .bgText {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 15%;
  }
  .bgText h1 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 8px;
    height: 65px;
  }
  .bgText p{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding-top: 6px;
    padding-left: 4px;
    opacity: 0.8;
  }
  .videoBg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    animation: am_he 0.6s ease-in-out backwards;
  }
  .In_bg2 {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    z-index: 10;
  }
  .In_bgImg2 {
    position: relative;
    width: 100%;
    height: 420px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      background-image: url('../images/z6_61.png');
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
      background-image: url('../images/z6_62.png');'
  }
  @media screen and (max-width: 800px) {
    body,h1,h2,h3,h4,h5,h6,a,span,p{
      font-size: 14px;
    }
    .app {
      font-size: 14px !important;
    }
    .content {
        margin-bottom: 0px;
    }
    .header {
        height: 60px;
        line-height: 60px;
    }
    .logo {
        width: 25%;
    }
    .logo img{
      width: 120px;
      /* height: 56%; */
    }
    .index-nav{
        width: 218px;
        height: 100vh;
        padding-left: 20px;
        background: black;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 74px;
    }
    .about, .news {
      position: unset;
      top: unset;
    }
    .nav{
        color: white;
    }
    .ind_ti1 {
      font-size: 30px;
    }
    .ind_ti2{
      font-size: 14px;
      margin-top: 10px;
    }
    .footer {
      line-height: 34px;
      font-size: 0.85rem;
    }
    .bgText p {
      font-size: 14px;
      padding-top: 6px;
    }
  }