/* 烟油定制 */
.tobacco-1{
  position: relative;
}
.tobacco-1 img{
  width: 100%;
}
.tobacco-1 dl{
  position: absolute;
  left: 50%;
  top: 15rem;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tobacco-1 dl dt{
  margin-right: 1.25rem;
}
.tobacco-1 dl dt p{
  color: var(--primaryColor);
}
.tobacco-1 dl dt .item-title{
  font-size: 2.8125rem;
  line-height: 2.8125rem;
  color: var(--darkColor);
  margin-top: 1.25rem;
}
.tobacco-main{
  position: relative;
  margin-top: -33.125rem;
}
.tobacco-main .nav{
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 7.8125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.tobacco-main .nav.fixed{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.tobacco-main .nav a{
  color:#B5B5B5;
  width: 100%;
  font-size: .875rem;
  line-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tobacco-main .nav a span{
  width: 1.875rem;
  text-align: center;
  margin-right: .625rem;
}
.tobacco-main .nav a span::before{
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1.25rem;
  height: 1px;
  background-color: #666;
  transition: all .3s;
}
.tobacco-main .nav a.active{
  color: var(--primaryColor);
}
.tobacco-main .nav a.active span::before,
.tobacco-main .nav a:hover span::before{
  width: 1.875rem;
  background-color: var(--primaryColor);
}
.tobacco-2-banner .img-box{
  width:100%;
}
.tobacco-2-banner img{
  width: 100%;
}
.tobacco-2-info{
  padding-top: 4.6875rem;
  padding-bottom: 9.1146vw;
}
.tobacco-2-info h2{
  font-size: 1.625rem;
  line-height: 2.25rem;
}
.tobacco-2-info .desc{
  font-size: 1rem;
  line-height: 2.25rem;
  margin-top: 1.875rem;
  font-weight: normal;
  color: #666;
}
.tobacco-2-info ol{
  display: flex;
  align-items: center;
  margin-top: 6.875rem;
}
.tobacco-2-info ol li{
  flex: 1;
  min-width: 0;
}
.tobacco-2-info ol li span{
  display: block;
  color: var(--darkColor);
  font-weight: bold;
  font-size: 3.125rem;
  font-family: 'numberFont';
  line-height: 3.4375rem;
}
.tobacco-3{
  background-image: url(../images/pic43.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7.8125rem;
  padding-bottom: 4.375rem;
}
.tobacco-3-tit{
  text-align: center;
}
.tobacco-3-tit .item-title{
  font-size: 2.375rem;
}
.tobacco-3-tit p{
  margin-top: 1.875rem;
  line-height: 2rem;
  color: #666;
}
.tobacco-3 .swiper{
  height: 38.75rem;
  margin-top: 7.5rem;
}
.tobacco-3 .swiper-slide{
  height: 32.5rem;
  background-color: #FFF;
  border-radius: 1.25rem;
  opacity: .3;
  transition: all .5s;
}
.tobacco-3 .swiper-slide-active{
  opacity: 1;
}
.tobacco-3 .swiper-slide dl{
  display: flex;
  align-items: center;
  padding: 3.125rem;
}
.tobacco-3 .swiper-slide dl dt{
  max-width: 37.5rem;
  margin-right: 4.0625rem;
}
.tobacco-3 .swiper-slide dl dt img{
  width: 100%;
}
.tobacco-3 .swiper-slide dl dd h3{
  margin-bottom: 2.5rem;
  font-size: 1.625rem;
}
.tobacco-3 .swiper-slide dl dd p{
  font-size: 1rem;
  line-height: 2rem;
  color: #666;
  max-width: 19.375rem;
}
.tobacco-3 .swiper-slide dl dd span{
  display: inline-block;
  vertical-align: top;
  width: 5rem;
  height: 3px;
  background-color: var(--primaryColor);
  margin-top: 6.875rem;
}
.tobacco-3 .swiper-pagination-bullet{
  margin: 0 .8125rem !important;
  width: 1rem;
  height: 1rem;
  background-color: #ccc;
  opacity: 1;
}
.tobacco-3 .swiper-pagination-bullet-active{
  background-color: var(--primaryColor);
}
.tobacco-4{
  height: 60rem;
}
.tobacco-4 .swiper{
  width: 100%;
  height: 100%;
}
.tobacco-4-info{
  position: absolute;
  top: 50%;
  left: 16.25rem;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,.95);
  width: 37.5rem;
  height: 37.5rem;
  border-radius: 1.25rem;
  padding: 4.375rem;
}
.tobacco-4-info span{
  color: var(--primaryColor);
}
.tobacco-4-info h3{
  font-size: 2.375rem;
  line-height: 2.375rem;
  margin-top: 1.875rem;
}
.tobacco-4-info p{
  font-size: 1rem;
  line-height: 2.25rem;
  color: #666;
  margin-top: 1.875rem;
}
.tobacco-4-info .swiper-pagination{
  width: auto;
  left: 4.375rem;
  bottom: 4.375rem;
  right: initial;
}
.tobacco-4-info .swiper-pagination .swiper-pagination-bullet{
  margin: 0 .8125rem 0 0 !important;
  width: 1rem;
  height: 1rem;
  background-color: #ccc;
  opacity: 1;
}
.tobacco-4-info .swiper-pagination .swiper-pagination-bullet-active{
  background-color: var(--primaryColor);
}
.tobacco-5{
  background-image: url(../images/pic50.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 60rem;
  position: relative;
}
.tobacco-5 ul{
  padding-top: 13.125rem;
  display: flex;
  align-items: flex-start;
}
.tobacco-5 ul li{
  width: calc((100% - 5rem) / 3);
  margin-right: 2.5rem;
  background-color: #FFF;
  text-align: center;
  padding: 4.375rem 2.5rem;
  border-radius: 1.25rem;
  cursor: pointer;
}
.tobacco-5 ul li:last-child{
  margin-right: 0;
}
.tobacco-5 ul li img{
  width: 3.75rem;
  height: 5.625rem;
  object-fit: contain;
}
.tobacco-5 ul li h3{
  margin: 3.125rem 0;
}
.tobacco-5 ul li a{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 11.25rem;
  line-height: 2.8125rem;
  color: #999;
  border-radius: 2.8125rem;
  border: solid 1px var(--primaryColor);
}
.tobacco-5 ul li:hover a{
  background-color: var(--primaryColor);
  color: #FFF;
}
.tobacco-5 ul li:hover .tobacco-5-info{
  display: block;
  max-height: 12.5rem;
  margin-bottom: 3.125rem;
}
.tobacco-5-info{
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
  color: #666;
}
.tobacco-6{
  background-color: #f7f9fa;
  padding: 8.125rem 0;
}
.tobacco-6-tit{
  text-align: center;
  font-weight: bold;
  font-size: 2.375rem;
}
.tobacco-6 .tabs{
  display: flex;
  margin-top: 5.625rem;
}
.tobacco-6 .tabs li{
  width: calc((100% - 8.125rem) / 3);
  margin-right: 4.0625rem;
  position: relative;
  cursor: pointer;
  border-radius: 1.25rem;
}
.tobacco-6 .tabs li span{
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  color: #FFF;
  font-size: 1.625rem;
}
.tobacco-6 .tabs li:last-child{
  margin-right: 0;
}
.tobacco-6 .tabs li img.bg{
  width: 100%;
  border-radius: 1.25rem;
}
.tobacco-6 .tabs li .hover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: var(--primaryColor);
  transition: all .5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  opacity: 0;
}
.tobacco-6 .tabs li .hover img{
  width: 3.75rem;
  height: 7.5rem;
  object-fit: contain;
}
.tobacco-6 .tabs li .hover p{
  margin-top: .9375rem;
}
.tobacco-6 .tabs li .hover::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  background-color: #FFF;
  border-radius: 50%;
  z-index: -1;
  transition: all .5s;
}

.tobacco-6 .tabs li.active .hover,
.tobacco-6 .tabs li:hover .hover{
  opacity: 1;
}

.tobacco-6 .tabs li .hover::before,
.tobacco-6 .tabs li .hover::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 2.1875rem solid var(--primaryColor);
  border-left: 2.1875rem solid transparent;
  border-right: 2.1875rem solid transparent;
  bottom: -2.125rem;
  left: 50%;
  transform: translateX(-50%);
}

.tobacco-6 .tabs li.active .hover::after,
.tobacco-6 .tabs li:hover .hover::after{
  width: 14.375rem;
  height: 14.375rem;
}

.tobacco-7 {
  display: flex;
  justify-content: center;
}

.tabs-content{
  background-color: #FFF;
  border-radius: 1.25rem;
  margin-top: 4.0625rem;
}
.tabs-content li{
  display: none;
}
.tabs-content li:first-child{
  display: block;
}
.tabs-content .items{
  padding: 3.75rem 2.8125rem 2.1875rem 2.8125rem;
  border-bottom: solid 1px #f5f5f5;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}
.tabs-content .items:last-child{
  border-bottom: none;
}
.tabs-content .items span{
  font-weight: bold;
  margin-right: 7.5rem;
}
.tabs-content .items .item{
  margin-right: 6.25rem;
  text-align: center;
}
.tabs-content .items .item:last-child{
  margin-right: 0;
}
.tabs-content .items .item em{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.tabs-content .items .item em img + img{
  margin-left: 2px;
}
.tabs-content .items .item p{
  font-size: 1rem;
  color: #666;
  margin-top: .625rem;
}


/* ODM */
.odm-1{
  position: relative;
}
.odm-1 img{
  width: 100%;
}
.odm-1 dl{
  position: absolute;
  left: 50%;
  top: 15rem;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.odm-1 dl dt{
  margin-right: 1.25rem;
}
.odm-1 dl dt p{
  color: var(--primaryColor);
}
.odm-1 dl dt h1{
  font-size: 2.8125rem;
  line-height: 2.8125rem;
  color: var(--darkColor);
  margin-top: 1.25rem;
}
.odm-2{
  margin-top: -25rem;
  position: relative;
}
.odm-2 .w1610{
  text-align: center;
}
.odm-2 img{
  width: 100%;
}
.odm-3{
  padding: 6.875rem 0;
}
.odm-3-tit h2{
  font-size: 2.375rem;
  line-height: 2.375rem;
  margin-top: 1.875rem;
}
.odm-3-tit p{
  font-size: 1rem;
  line-height: 2.25rem;
  color: #666;
  margin-top: 1.875rem;
}
.odm-3-content{
  margin-top: 5.3125rem;
  display: flex;
  align-items: flex-start;
}
.odm-3-content-left{
  max-width: 42.5rem;
  margin-right: 2.5rem;
}
.odm-3-content-left .img-box{
  width: 100%;
  display: none;
}
.odm-3-content-left .img-box:first-child{
  display: block;
}
.odm-3-content-right{
  flex: 1;
  min-width: 0;
}
.odm-3-content-right h3{
  font-size: 2.1875rem;
}
.odm-3-content-right-tab{
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.odm-3-content-right-tab a{
   line-height: 5.3125rem;
   flex: 1;
   min-width: 0;
   text-align: center;
   background-color: #f5f5f5;
   font-size: 1.625rem;
   font-weight: bold;
   border-bottom: solid 3px #ccc;
}
.odm-3-content-right-tab a.active{
  border-color: var(--primaryColor);
}
.odm-3-content-right ul li{
  display: none;
}
.odm-3-content-right ul li:first-child{
  display: block;
}
.odm-3-content-right ul li p{
  border-bottom: solid 1px #e6e6e6;
  padding-left: 5.625rem;
  line-height: 5.3125rem;
  font-size: 1.375rem;
  color: #999;
}
.odm-4{
  background-image: url(../images/pic59.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7.5rem;
  padding-bottom: 24.375rem;
}
.odm-4-tit{
  text-align: center;
}
.odm-4-tit h2{
  font-size: 2.375rem;
  line-height: 2.375rem;
  margin-top: 1.875rem;
}
.odm-4-tit p{
  font-size: 1rem;
  line-height: 2.25rem;
  color: #666;
  margin-top: 1.875rem;
}
.odm-4-process{
  display: flex;
  width: 100%;
  max-width: 91.25rem;
  margin: 15rem auto 0;
}
.odm-4-process-left{
  border-right: solid 1px var(--darkColor);
  padding-right: .9375rem;
}
.odm-4-process-left p{
  font-size: 1rem;
  color: #999;
  text-align: center;
}
.odm-4-process-left p:nth-child(2){
  color: var(--darkColor);
  font-weight: bold;
}
.odm-4-process-right{
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.odm-4-process-top{
  border-bottom: solid 1px #ccc;
  flex: 1;
}
.odm-4-process-top ul,
.odm-4-process-bot ul{
  display: flex;
  height: 100%;
}
.odm-4-process-top ul{
  padding-left: 3.75rem;
}
.odm-4-process-top ul li{
  margin-right: 11.25rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.odm-4-process-top ul li i{
  font-size: 1.25rem;
  margin-bottom: -0.6875rem;
  color: #999;
}
.odm-4-process-top ul li span{
  position: absolute;
  white-space: nowrap;
  top: -0.625rem;
  left: 100%;
  height: 100%;
}
.odm-4-process-top ul li .process-info{
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  max-height: 0;
  overflow: hidden;
}
.odm-4-process-top ul li .dot{
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  transform: translate(-50%,50%);
  background-color: var(--darkColor);
  opacity: 0;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.odm-4-process-top ul li .dot::before{
  content: '';
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background-color: #FFF;
  z-index: 1;
}
.odm-4-process-top ul li .dot::after{
  content: '';
  position: absolute;
  animation: circleDiffuse 2s linear infinite;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 50%;
  background-color: var(--primaryColor);
  border-radius: 50%;
}
@keyframes circleDiffuse {
  0% {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,-50%) scale(1.8);
    opacity: 0;
  }
}
.odm-4-process-top ul li:hover .dot,
.odm-4-process-top ul li.active .dot{
  opacity: 1;
}

.odm-4-process-top ul li:hover .process-info,
.odm-4-process-top ul li.active .process-info{
  display: block;
  border-left: solid 1px var(--darkColor);
  max-height: 31.25rem;
  transition: all 0.5s;
}
.odm-4-process-top ul li:hover .process-info h3,
.odm-4-process-top ul li.active .process-info h3{
  line-height: 1.875rem;
  background-color: var(--darkColor);
  color: #FFF;
  width: fit-content;
  padding: 0 .625rem;
  font-size: 1rem;
  border-radius: 0 .25rem .25rem 0;
  margin-bottom: 1.25rem;
}
.odm-4-process-top ul li:hover .process-info p,
.odm-4-process-top ul li.active .process-info p{
  font-size: 1rem;
  line-height: 1.25rem;
  color: #999;
  padding-left: .625rem;
}
.odm-4-process-top ul li:hover .process-info p:last-child,
.odm-4-process-top ul li.active .process-info p:last-child{
  margin-bottom: 2.5rem;
}
.odm-4-process-top ul li:hover span,
.odm-4-process-top ul li.active span{
  display: none;
}
.odm-4-process-top ul li:hover i,
.odm-4-process-top ul li.active i{
  opacity: 0;
}

.odm-4-process-bot{
  flex: 1;
}
.odm-4-process-bot ul li{
  margin-left: 7.5rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.odm-4-process-bot ul li:nth-child(2){
  margin-left: 11.25rem;
}
.odm-4-process-bot ul li:nth-child(3),
.odm-4-process-bot ul li:nth-child(4),
.odm-4-process-bot ul li:nth-child(5){
  margin-left: 13.4375rem;
}
.odm-4-process-bot ul li i{
  font-size: 1.25rem;
  margin-top: -0.625rem;
  color: #ccc;
}
.odm-4-process-bot ul li span{
  position: absolute;
  white-space: nowrap;
  top: .9375rem;
  left: 100%;
  color: #999;
}

.odm-4-process-bot ul li .dot{
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  background-color: var(--primaryColor);
  opacity: 0;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.odm-4-process-bot ul li .dot::before{
  content: '';
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background-color: #FFF;
  z-index: 1;
}
.odm-4-process-bot ul li .dot::after{
  content: '';
  position: absolute;
  animation: circleDiffuse 2s linear infinite;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 50%;
  background-color: var(--primaryColor);
  border-radius: 50%;
}
@keyframes circleDiffuse {
  0% {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,-50%) scale(1.8);
    opacity: 0;
  }
}
.odm-4-process-bot ul li:hover .dot,
.odm-4-process-bot ul li.active .dot{
  opacity: 1;
}

.odm-4-process-bot ul li:hover .process-info,
.odm-4-process-bot ul li.active .process-info{
  display: block;
  border-left: solid 1px var(--primaryColor);
  max-height: 31.25rem;
  transition: all 0.5s;
}
.odm-4-process-bot ul li:hover .process-info h3,
.odm-4-process-bot ul li.active .process-info h3{
  line-height: 1.875rem;
  background-color: var(--primaryColor);
  color: #FFF;
  width: fit-content;
  padding: 0 .625rem;
  font-size: 1rem;
  border-radius: 0 .25rem .25rem 0;
  margin-top: 1.25rem;
}
.odm-4-process-bot ul li:hover .process-info p,
.odm-4-process-bot ul li.active .process-info p{
  font-size: 1rem;
  line-height: 1.25rem;
  color: #999;
  padding-left: .625rem;
}
.odm-4-process-bot ul li:hover .process-info p:last-child,
.odm-4-process-bot ul li.active .process-info p:last-child{
  margin-bottom: 2.5rem;
}
.odm-4-process-bot ul li:hover span,
.odm-4-process-bot ul li.active span{
  display: none;
}
.odm-4-process-bot ul li:hover i,
.odm-4-process-bot ul li.active i{
  opacity: 0;
}
.odm-4-process-bot ul li .process-info{
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  max-height: 0;
  overflow: hidden;
}
.odm-4-process-bot ul li .process-info p:first-child{
  margin-top: 2.5rem;
}

.odm-4-process-icon{
  display: flex;
  align-items: center;
}
.odm-4-process-icon img{
  width: 3rem;
  margin-top: -0.875rem;
}
.odm-4-process-finshed{
  font-size: 1rem;
  margin: 0 .9375rem;
  color: var(--darkColor);
  display: flex;
  align-items: center;
}
.odm-4-process-m{
  display: none;
}
.odm-5{
  padding-top: 6.875rem;
  padding-bottom: 18.75rem;
}
.odm-5-tit h1{
  font-size: 2.375rem;
  line-height: 2.375rem;
  margin-top: 1.875rem;
}
.odm-5-tit .des{
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}
.odm-5-tit .des .swiper-btns{
  position: relative;
  display: flex;
}
.odm-5-tit .des .swiper-btns div{
  position: static;
  margin-top: 0;
}

.odm-5-tit .des .swiper-btns .swiper-button-prev,
.odm-5-tit .des .swiper-btns .swiper-button-next{
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  border: solid 1px #999;
  margin-left: 1.5rem;
}

.odm-5-tit .des .swiper-btns .swiper-button-prev:hover,
.odm-5-tit .des .swiper-btns .swiper-button-next:hover{
  border-color: var(--primaryColor);
}

.odm-5-tit .des .swiper-btns .swiper-button-prev:hover::after,
.odm-5-tit .des .swiper-btns .swiper-button-next:hover::after{
  color: var(--primaryColor);
}

.odm-5-tit .des .swiper-btns .swiper-button-next:after,
.odm-5-tit .des .swiper-btns .swiper-button-prev:after{
  color: #999;
  font-size: 20px;
}

.odm-5-tit .des p{
  font-size: 1rem;
  line-height: 2.25rem;
  color: #666;
}
.odm-5 .swiper{
  margin-top: 6.25rem;
  padding-left: 10rem;
}
.odm-5 .swiper .swiper-slide{
  cursor: pointer;
}
.odm-5 .swiper .swiper-slide img.bg{
  width: 100%;
}
.odm-5 .swiper .swiper-slide .default{
  position: absolute;
  left: 9.375rem;
  bottom: 4.0625rem;
  font-size: 1.625rem;
  color: #FFF;
  transition: all .5s;
}
.odm-5 .swiper .swiper-slide:hover .default{
  opacity: 0;
}
.odm-5 .swiper .swiper-slide:hover .odm-5-swiper-info{
  opacity: 1;
}
.odm-5-swiper-info{
  position: absolute;
  left: 6.25rem;
  bottom: 1.5625rem;
  background-color: rgba(255,255,255,.9);
  border-radius: .9375rem;
  padding: 2.8125rem;
  opacity: 0;
  transition: all .5s;
}
.odm-5-swiper-info h2{
  font-size: 1.625rem;
  line-height: 2rem;
  padding-bottom: 1.5625rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.5rem;
}
.odm-5-swiper-info p{
  line-height: 1.75rem;
  color: #666;
}
.odm-5-swiper-info img{
  max-width: 3.4375rem;
  max-height: 3.125rem;
  margin-top: 2.125rem;
}