body {
    /* background-image: url(../img/photo3.jpg); */
	background: #fff;
}
.banner {
  width: 100%;
}
.banner div{
	width: 100%;
}
.banner div>img{
	width: 100%;
	display: block;
}
.custom {
  width: 100%;
}
.custom-tabs li:nth-child(1) {
	background-color: #82322b;
}
.custom .custom-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.8125vw 0.78125vw 2.8125vw 0.78125vw;
}
.custom .custom-tabs li {
  font-size: 0.729167vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 1.041667vw 1.25vw;
  background: #ba8346;
  display: inline-block;
  cursor: pointer;
  width: 14%;
}
.custom .custom-tabs li a{
	 color: #ffffff;
	 display: block;
	 text-align: center;
}
.custom .custom-tabs .active {
  background-color: #82322b;
}
.custom .oem-tabs {
  width: 100%;
  margin: 0;
}
.custom .oem-tabs ul {
  width: 100%;
  height: auto!important;
/*  position: relative;
      max-height: 1212px!important; */
}
.custom .oem-tabs ul li {
  display: none;
  width: 100%;
/*  position: absolute;
  left: 0;
  top: 0; */
}
.custom .oem-tabs ul li .list-item {
  cursor: pointer;
}
.custom .oem-tabs ul li .list-item .item-img {
  width: 100%;
background: url(../img/images3.png);
    background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom .oem-tabs ul li .list-item .item-img>img{
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;  
	padding: 20%;
}

.custom .oem-tabs ul li .list-item:hover img{
		transform: scale(1.1); 
}
.custom .oem-tabs ul li .list-item .item-title {
  line-height: 4.166667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom .oem-tabs ul li .list-item .item-title .item-name {
  font-size: 0.729167vw;
  color: #333333;
}
.custom .oem-tabs ul li .list-item .item-title .icon-jiantouzuoshuang--copy-copy {
  color: #333333;
}
.custom .oem-tabs ul li .list-item:hover {
  text-decoration: none;
}
.custom .oem-tabs ul li .list-item:hover .item-title .item-name {
  font-size: 0.729167vw;
  font-weight: bold;
  color: #81322b;
}
.custom .oem-tabs ul li .list-item:hover .item-title .icon-jiantouzuoshuang--copy-copy {
  font-weight: bold;
  color: #564747;
}
.custom .oem-tabs ul .active {
  display: block;
}

@media screen and (max-width:980px){
	.custom .oem-tabs ul{
		height: 1286px;
	}
	.custom-tabs{
		white-space: nowrap;
		overflow-y: auto;
	}
	.custom-tabs::-webkit-scrollbar{
	    display: none;
	}
	.custom .custom-tabs li{
		    float: none;
		    width: 42%;
		    margin: 6px;
		    line-height: 36px;
		    padding: 0 10px;
		    border-radius: 20px;
		
	}
	.pageList{
		height: 0!important;
	}
	.custom .custom-tabs{
		display: inherit;
	}
	.custom .custom-tabs li a{
		font-size: 16px!important;
	}
	.custom .oem-tabs ul li .list-item .item-title .item-name{
		font-size: 14px;
	}
	.custom .oem-tabs ul li .list-item .item-title{
		line-height: 10.166667vw;
	}
	.custom .oem-tabs ul li .list-item .item-title .item-name p{
		margin: 0;
	}
	.custom .oem-tabs ul li{
		position: inherit;
	}
	.custom{
		padding-bottom: 20px;
	}
	.custom .oem-tabs ul li .list-item .item-title .item-name{
		height: 30px;
		overflow: hidden;
	}
}