.tab[data-v-08b1490b] {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: 65px;
	z-index: 99;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	opacity: 0;
	transition: opacity .8s
}
.tab.show[data-v-08b1490b] {
	opacity: 1
}
.tab .tab-box[data-v-08b1490b] {
	padding: 0 15px;
	margin-bottom: 40px;
	background: #fff
}
.tab .tab-box .tab-label[data-v-08b1490b] {
	height: 91px;
	padding-top: 10px;
	display: flex
}
.tab .tab-box .tab-label .tab-item[data-v-08b1490b] {
	height: 70px;
	line-height: 70px;
	white-space: nowrap;
	margin: 0 50px 0 0;
	color: #7e7f7e;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	transition: all .8s;
	cursor: pointer
}
.tab .tab-box .tab-label .tab-item.active[data-v-08b1490b] {
	color: #2f3237;
	font-weight: 700;
	border-bottom: 1px solid #003399
}
.tab .tab-box .tab-label.sortable[data-v-08b1490b] {
	height: 71px;
	padding-top: 0;
	border-bottom: 1px solid #eee
}
.tab .tab-box .sort[data-v-08b1490b] {
	width: calc(100% + 30px);
	padding: 20px 0;
	overflow: hidden
}
.tab .tab-box .sort .swiper-wrapper[data-v-08b1490b] {
	justify-content: flex-start
}
.tab .tab-box .sort .swiper-wrapper .sort-item[data-v-08b1490b] {
	width: auto;
	height: 30px;
	line-height: 30px;
	margin: 0 50px 0 0;
	color: #7e7f7e;
	font-size: 14px;
	transition: all .8s;
	cursor: pointer
}
.tab .tab-box .sort .swiper-wrapper .sort-item.active[data-v-08b1490b] {
	color: #2f3237;
	font-weight: 700
}
.mobile .tab[data-v-08b1490b] {
	position: inherit;
	top: 0
}
.mobile .tab .tab-box .tab-label[data-v-08b1490b] {
	height: 71px;
	padding-top: 10px;
	display: flex
}
.mobile .tab .tab-box .tab-label .tab-item[data-v-08b1490b] {
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	margin: 0 40px 0 0
}
.mobile .tab .tab-box .tab-label.sortable[data-v-08b1490b] {
	height: 51px;
	padding-top: 0;
	border-bottom: 1px solid #eee
}
.mobile .tab .tab-box .sort[data-v-08b1490b] {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap
}
.mobile .tab .tab-box .sort .sort-item[data-v-08b1490b] {
	height: 30px;
	line-height: 30px;
	margin: 0 30px 0 0;
	color: #7e7f7e;
	font-size: 14px;
	transition: all .8s;
	cursor: pointer
}
.mobile .tab .tab-box .sort .sort-item.active[data-v-08b1490b] {
	color: #2f3237;
	font-weight: 700
}

#lib_Tab1_sx{}
.lib_tabborder_sx{
	min-height: 100vh;
	padding: 0 0 80px;
	background: #f8f8f8;
	margin-bottom: 50px;
}
.lib_Menubox_sx {
	padding: 0 15px;
	margin-bottom: 40px;
	background: #fff
}

.lib_Menubox_sx ul{
	height: 91px;
	padding-top: 10px;
	display: flex
}
.lib_Menubox_sx li{ 
	height: 70px;
	line-height: 70px;
	white-space: nowrap;
	margin: 0 50px 0 0;
	color: #7e7f7e;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	transition: all .8s;
	cursor: pointer
}
.lib_Menubox_sx li.hover{
	color: #2f3237;
	font-weight: 700;
	border-bottom: 1px solid #003399
}
.lib_Contentbox_sx{

}

/*zb 20230420*/
.main .content[data-v-0964bbad] {
	padding: 0;
	margin: 0;
}
/*end zb*/
.manufacture[data-v-0964bbad] {
	/*padding: 66px 0 0; zb 20230420*/
	padding: 0;
	margin: 0;
	text-align: center
}
.manufacture .banner[data-v-0964bbad], .manufacture[data-v-0964bbad] {
	position: relative
}
.manufacture .banner img[data-v-0964bbad] {
	width: 100%;
	height: 30vw;
	-o-object-fit: cover;
	object-fit: cover
}
.manufacture .banner .text-wrapper[data-v-0964bbad] {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center
}
.manufacture .banner .text-wrapper .text-box[data-v-0964bbad] {
	color: #fff
}
.manufacture .list-box[data-v-0964bbad] {
	min-height: 100vh;
	padding: 0 0 80px;
	background: #f8f8f8;
	margin-bottom: 0px;
}
.manufacture .module-name[data-v-0964bbad] {
	margin-bottom: 50px
}
.manufacture .list-item[data-v-0964bbad] {
	padding: 30px;
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	transition: all .8s
}
.manufacture .list-item[data-v-0964bbad]:hover {
	border: 1px solid #e9e9e9;
	background: #e9e9e9;
}
.manufacture .list-item .image .box[data-v-0964bbad] {
	width: 100%;
	position: relative;
	overflow: hidden
}
.manufacture .list-item .image .box .size[data-v-0964bbad] {
	width: 800px;
	max-width: 100%
}
.manufacture .list-item .image .box .img[data-v-0964bbad] {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.manufacture .list-item .info[data-v-0964bbad] {
	width: 100%;
	padding:  0 5% 5%;
	text-align: left
}
.manufacture .list-item .info .title[data-v-0964bbad] {
	width: 100%;
	font-size: 18px;
	color: #2f3237;
	margin-bottom: 10px
}
.manufacture .list-item .info .title[data-v-0964bbad]:after {
	content: "";
	width: 60px;
	height: 1px;
	display: block;
	background: #2f3237;
	margin: 10px 0 20px
}
.manufacture .list-item .info .text[data-v-0964bbad] {
	width: 100%;
	line-height: 24px;
	color: #7e7f7e
}
.manufacture .more-list .item .image[data-v-0964bbad] {
	width: 100%;
	border-radius: 3px
}
@media screen and (max-width:768px) {
.lib_Menubox_sx {
	padding: 0 ;
	margin-bottom: 20px;
	background: #fff
}
.lib_Menubox_sx ul{
	height: 71px;
	padding-top: 10px;
	display: flex
}
.lib_Menubox_sx li{ 
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	margin: 0 15px 0 0
}

.manufacture[data-v-0964bbad] {
	padding: 0;
	margin: 0
}
.manufacture .list-item[data-v-0964bbad] {
	margin-bottom: 20px
}
.manufacture .list-item .image .box[data-v-0964bbad] {
	width: calc(100% + 60px);
	margin: -30px 0 0 -30px
}
.manufacture .list-item .image .box .img[data-v-0964bbad], .manufacture .list-item .image .box .size[data-v-0964bbad] {
	border-radius: 3px 3px 0 0
}
.manufacture .list-item .info[data-v-0964bbad] {
	padding: 5% 15px 0
}
.manufacture .list-item .info .title[data-v-0964bbad] {
	font-size: 20px
}
.manufacture .list-item .info .title[data-v-0964bbad]:after {
	display: none
}
.manufacture .list-item .info .text[data-v-0964bbad] {
	font-size: 14px
}
}


/*厂图*/
#factorydiagram {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
}
#factorydiagram .list {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}
#factorydiagram li {
  overflow: hidden;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}
#factorydiagram li .img {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
#factorydiagram li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: auto;
  transition: all .5s ease;
}
#factorydiagram li h3 {
  display: block;
  color: #333;
  font-size: 1.125rem;
  line-height: 2;
  /*text-align: center;*/
  padding: 0 2%;
  margin: 10px 0px;
  transition: all .5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#factorydiagram li:hover .img img {
  transform: translate(-50%, -50%) scale(1.1);
}
#factorydiagram li:hover h3 {
  color: #ec7729;
}
#factorydiagram li .decs {
  height: 3.5rem;
  /* font-size: 1.125rem; */
  /*font-family: Roboto;*/
  color: #999;
  line-height: 1.875rem;
  padding: 0 .625rem
}
#factorydiagram li .decs span {
  color: #555;
  font-weight: 600;
}
#factorydiagram li .decs i {
  display: inline-block;
  width: .11rem;
  height: .625rem;
  background: #dedbd7;
  margin: 0 .625rem
}

#factorydiagram .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #d2d5d9;
  opacity: 1;
  transition: all .5s ease;
}
#factorydiagram .swiper-pagination-bullet-active {
  background: #003399;
}
#factorydiagram .swiper-pagination {
  width: 100%;
  bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  #factorydiagram {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 768px) {
  #factorydiagram {
    padding: 2rem 0;
  }
  #factorydiagram .in_tit {
    width: 100%;
  }
  #factorydiagram .more {
    display: none;
  }
  #factorydiagram .list {
    padding-bottom: 40px;
  }
  #factorydiagram li {
    padding: 5px;
  }
  #factorydiagram li h3 {
    font-size: 0.875;
    line-height: 1.6;
    margin: 10px 0px 5px 0px;
  }
}


#factorydiagram .home-swiper-scrollbar {
  height: 1px !important;
  background: #eee;
  visibility: hidden
}
#factorydiagram .home-swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background: #004097;
  position: relative;
  top: -4px;
  cursor: pointer
}
#factorydiagram .swiper-button-next, #factorydiagram .swiper-button-prev {
  opacity: 0;
  background: none;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  top: 10rem;
  transform: translateY(-50%)
}
#factorydiagram .swiper-button-next .aunon, #factorydiagram .swiper-button-prev .aunon {
  font-size: .875rem;
  color: #333;
  font-weight: 700
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
#factorydiagram .swiper-button-next .aunon.aunonarrow-left, #factorydiagram .swiper-button-prev .aunon.aunonarrow-left {
  margin-right: .3rem
}
#factorydiagram .swiper-button-prev {
  left: 1rem
}
#factorydiagram .swiper-button-next {
  right: 1rem
}
#factorydiagram .swiper-button-next.swiper-button-disabled, #factorydiagram .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto
}
#factorydiagram:hover .swiper-button-next, #factorydiagram:hover .swiper-button-prev {
  opacity: 1
}
#factorydiagram:hover .swiper-button-next.swiper-button-disabled, #factorydiagram:hover .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  opacity: .6
}
