
.index-swiper1-btnwrap,
.nav-product-phone,
.nav-search,
.nav-wrap,
.nav-hb-search {
  display: flex;
  align-items: center;
}
.nav-search {
  margin-left: 28px;
}
.nav-span {
  font-size: 12px;
  margin-left: 12px;
}
.nav-wrap + .nav-wrap {
  margin-left: 70px;
}
.index-swiper1 {
  /*min-height: 900px;
  padding-top: 450px;*/
  box-sizing: border-box;
  overflow: hidden;
  /* min-height: 500px; */
}
.index-swiper1-content {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 280px;
    position: absolute;
    left: 15.1%;
    top:20%;
    width: 100%;
    z-index: 1;
}
.index-swiper1-h6 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight:bold;
  opacity: 0;
    transform: translateY(30px);
    transition-duration: .8s;
}
.index-swiper1-h6{
	    transition-delay: .8s;
}
.swiper-slide-active .index-swiper1-h6 {
    opacity: 1;
    transform: translateY(0);
}





.index-swiper1-h3 {
  color: #fff;
  opacity: .8;
  line-height: 110px;
  font-size: 72px;
  letter-spacing: 8px;
  white-space: nowrap;
  font-family:Modern;  font-weight:bold;
    transition-delay: 1.8s;
    opacity: 0;
    transform: translateY(30px);
    transition-duration: .8s;
}
.swiper-slide-active .index-swiper1-h3 {
    opacity: 1;
    transform: translateY(0);
}
.index-swiper-linewrap {
  margin-top: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  width: 100%;
}
.index-swiper-line {
  position: absolute;
  background-color: #fff;
  height: 1px;
  top: 0;
}
.index-swiper1-changeslide {
      position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -90px;
    z-index: 1;
}
.indexbanner .swiper-pagination-bullet.swiper-pagination-bullet {
  outline: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
.indexbanner .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: .9;
  background-color: #fff;
  position: absolute;
  margin-top: 6px;
}
.indexbanner .swiper-pagination-bullet::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: transparent!important;
  position: absolute;
  margin-top: 5px;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 18px;
}
.indexbanner .swiper-pagination-bullet-active.swiper-pagination-bullet-active {
  background-color: transparent;
  color: #c64325;
  font-size: 12px;
}
.indexbanner .swiper-pagination-bullet-active::before {
  background-color: transparent!important;
}
.indexbanner .swiper-pagination-bullet-active::after {
  background-color: #c64325!important;
}
.index-swiper1-btnwrap {
  font-size: 12px;
  color: #ccc;
}
.swiper1-next,
.swiper1-prev {
  outline: none;
  cursor: pointer;
  transform: color .5s;
}
.swiper1-next {
  margin-left: 90px;
  position: relative;
}
.swiper1-prev:hover,
.swiper1-next:hover {
  color: #c64325;
}
.swiper1-next::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #ccc;
  margin-top: 10px;
  margin-left: -66px;
}


/* index-product */
.ind-pd {
    background-color: #000;
    padding-top: 5.5%;
    padding-bottom: 6.5%;
}
.ind-pd-sup {
  color: #fff;
  font-size: 18px;
      font-weight: bold;
      opacity: 0;

}
.ind-pd-sub {
  font-size: 72px;
  color: #fff;
 font-family:Modern;
      font-weight: bold;
      opacity: 0;
}





.ind-pd-p {
      font-size: 12px;
    color: #676767;
    position: relative;
    border-top: 1px solid #404040;
    flex: 1;
    margin-top: 4.8%;
    padding-top: 2.5%;
}
.ind-pd-titles{
      flex-basis: 57.6%;
   
    background-color: #454545;
    padding-top: 4%;
    box-sizing: border-box;
    padding-bottom: 21.2%;
}
.ind-pd-li{
  padding: 0 12px;
  white-space: nowrap;
  align-self: flex-start;
  cursor: pointer;
 
}

.liActive{
	color:#939393;
}
.liActive:hover{
	color:#ffffff;
}




.liActiveno{
	color:#ffffff;
  position: relative;
  display: none;
	
}
.ind-pd-li.active .liActiveno{
	display: block;
}
.ind-pd-li.active .liActive{
	display: none;
}
.liActiveno::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;b
  background-color: #c64325;
  top: 50%;
  width: 100%;
  background: #c64325;
}











.ind-pd-img-title {
  position: absolute;
  margin-top: 42px;
  margin-left: 36px;
  color: #c6553b;
}

.ind-pd-list-img{
	overflow: hidden;
}
.ind-pd-list-img img{
	 transition: all 0.6s;
}
.ind-pd-list-img img:hover{
	 transform: scale(1.08);
}


.ind-pd-img-sup {
  font-size: 18px;
}
.ind-pd-img-sub {
  font-size: 36px;
}
.rem53 {
  width: 530px;
}
.rem42 {
  width: 420px;
}
.pd26 {
     margin-top: 18%;
}






.shitYellow {
  color:#694945;
}
.ind-pd-left {
      flex-basis: 27%;
    padding-top: 12%;
    overflow: hidden;
}
.ind-pd-left img{
      transition: all 0.6s;
}
.ind-pd-left img:hover{
     transform: scale(1.08);
}
.ind-pd-left-img {
  width: 100%;
}
.ind-pd-left-wrap-img {
  width: 32%;
}
.ind-pd-right {
    flex-basis: 62%;
    padding-right: 5.5%;
    position: relative;
     overflow: hidden;
}
.ind-pd-right-wrap {
  position: absolute;
  bottom: 50px;
  margin-left: 54px;
  color: #fff;
 
}
.ind-pd-right img{
  transition: all .6s;
}
.ind-pd-right img:hover{
  transform: scale(1.08);
}


.ind-pd-right-en {
  font-size: 30px;
}
.ind-pd-right-cn {
  font-size: 18px;
}
.ind-pd-right-img {
  width: 100%;
}
.ind-pd-left-desc-title + .ind-pd-left-desc-title {
  margin-left: 20px;
}
.ind-pd-left-desc-title {
  font-size: 18px;
  color: #a3a3a3;
}
.ind-pd-left-desc-cn {
  font-size: 12px;
  color: #fff;
}
.ind-pd-left-desc-en {
  font-size: 12px;
  color: #585858;
}


.flex {
  display: flex;
}
.flex-sb-cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-cen {
  display: flex;
  align-items: center;
}
.flex-sb-st {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-se {
  display: flex;
  justify-content: space-evenly;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  
}
.flex-sb-text{
	margin-top: 20px;
}
.swiper-container-pd {
  overflow: hidden;
     margin-top: -13%;
     opacity: 0;
}




.ind-pd-pagi {
  color: #8b8b8b;
      margin: 30px 0 126px 32.5%;
}
.ind-swip-pagin{
	    margin: 0 30px;
}
.swiper-pagination-current {
      color: #c64325;
    padding-right: 10px;
    box-sizing: border-box;
}
.swiper-pagination-total{
	    padding-left: 10px;
    box-sizing: border-box;
}
.ind-pd-curr {
  color: #c64325;
}
.ind-pd-prev,
.ind-pd-next {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  border-left-color:#c64325;
  border-bottom-color: #c64325;
  cursor: pointer;
}
.ind-pd-curr,
.ind-pd-total {
  cursor: pointer;
}
.ind-pd-prev {
  transform: rotate(45deg);
  margin-right: .08rem;
}
.ind-pd-next {
  transform: rotate(-135deg);
}
.ind-pd-more {
  margin-left: auto;
  width: fit-content;
  position: relative;
  color: #fff;
  margin-top: -1.5em;
}
.ind-pd-more a{
  color: #fff;
}
.ind-pd-more:hover a{
 color: #c64325;
}

.ind-pd-more::before {
  content: '';
  position: absolute;
  width: .9rem;
  margin-left: -1.1rem;
  top: 50%;
  height: 1px;
  background-color: #404040;

}

.ind-pd-more:hover::before {
    color: #c64325;
    background-color: #c64325;
}
/* index-news */

.index-news {
      background-color: #373737;
    padding-top: 6%;
}
.index-news-h3,
.index-news-h6 {
  text-align: right;
 
  opacity: 0;
}
.index-news-h6 {
  color: #fff;
  font-size: 18px;
}
.index-news-h3 {
  color: #4b4b4b;
  font-size: 120px;
}
.swiper-container-news {
  margin-top: -20px;
  padding-bottom: 120px;
}
.index-slide-news {
  display: flex;
  flex-basis: 16.25%;
}
.index-slide-news-img {
  width: 100%;
}
.index-slide-news-content {
  background: #fff;
  padding: 60px 45px 0 60px;
  display: none;
}
.index-slide-news-h3 {
  font-size: 18px;
}
.index-news-en {
  margin: 0 22px;
}
.index-slide-news-p {
  margin-top: 40px;
  color: #666;
}
.index-slide-news-arrow {
  text-align: right;
}
.index-slide-news-time {
  color: #bcbcbc;
  font-size: 12px;
  margin-right: 14px;
}
.index-news-arrowwrap {
  margin-top: -200px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 0 .36px;
}
.index-news-next {
  position: absolute;
  right: 36px;
}
.swiper-slide-active.index-slide-news {
  width: 640px;
}
.swiper-slide-active .index-slide-news-content {
  display: block;
}
.index-news-pagination-wrap {
  display: flex;
  justify-content: space-between;
  margin-left: 200px;
  margin-top: 60px;
}
.index-news-viewmore {
  color: #fff;
  position: relative;
}
.index-news-viewmore::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #696969;
  margin-left: -110px;
  margin-top: 10px;
}
