

.banner_div>img{
	display: inline-block;
	width: 100%;
	min-height: 320px;
	object-fit: cover;
}
._title{
	width: 100%;
	padding-top: 83px;
	padding-bottom: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
._title>span{
	color: #000000;
	font-size: 30px;
	padding: 0 51px;
	font-weight:500;
}
._title:before, ._title:after{
	content: ' ';
	display: inline-block;
	width: 47px;
	height: 3px;
	background-color: #CFCFCF;
}

.product_list{
	/* width: 1180px; */
	/* display: flex;
	justify-content: space-between; */
	margin: 0 auto;
	margin-bottom: 197px;
	padding: 0;
}
.product_list>div{
	border-radius: 10px;
}
.product_list>div.series_list{
	margin-bottom: 27px;
}
.product_list>div.subclass_list{

}
.product_list>div>.list_title{
	height: 95px;
	background-color: #006C8E;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	font-size: 29px;
	display: flex;
	align-items: center;
	padding-left: 42px;
}
.product_list>div.series_list>.list_title::before{
	content: ' ';
	width: 1px;
	height: 28px;
	background-color: #ffffff;
	margin-right: 25px;
}
.product_list>div>.list{
	border: 1px solid #BFBFBF;
	border-top: none;
}
.product_list>div.series_list>.list{
	padding: 20px 30px;
	margin-bottom: 27px;
	border-radius: 0 0 10px 10px;
	max-height: 604px;
}
.product_list>div.series_list>.list>div>.div1{
	height: 59px;
	display: flex;
	align-items: center;
	color: #5C5C5C;
	font-size: 20px;
	padding-left: 12px;
	cursor: pointer;
}
.product_list>div.series_list>.list>div>.div2{
	padding-left: 39px;
	display: none;
}
.product_list>div.series_list>.list>div>.div2::-webkit-scrollbar{
    width:5px;
    height:5px;
}
.product_list>div.series_list>.list>div>.div2::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:5px;
}
.product_list>div.series_list>.list>div.active>.div2{
	display: block;
	overflow-y: scroll;
}
.product_list>div.series_list>.list>div>.div2>p{
	font-size: 18px;
	color: #858585;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	line-height: 1;
	margin: 0;
    padding-bottom: 19px;
}
.product_list>div.series_list>.list>div>.div2>p.selectedMidbody{
	color: #006c8e;
}
.product_list>div.series_list>.list>div>.div2>p:hover{
	color: #006c8e;
}
.product_list>div.series_list>.list>div>.div2>p:not(:last-child){
	/* margin-bottom: 19px; */
}
.product_list>div.series_list>.list>div.active>.div1{
	padding-left: 8px;
}
.product_list>div.series_list>.list>div.active>.div1>font{
	color: #006c8e;
}
.product_list>div.series_list>.list>div:not(:last-child){
	border-bottom: 1px solid #E7E7E7;
}
.product_list>div.series_list>.list>div>.div1>img{
	margin-right: 18px;
}
.product_list>div.series_list>.list>div>.div1>.img1,
.product_list>div.series_list>.list>div.active>.div1>.img2{
	display: inline-block;
}
.product_list>div.series_list>.list>div.active>.div1>.img1,
.product_list>div.series_list>.list>div>.div1>.img2{
	display: none;
}

.search{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	margin-bottom: 105px;
	padding: 0;
}
.search>input{
	height: 50px;
	border-radius: 10px;
	border-width: 0;
	background-color: #EEEEEE;
	flex: 1;
	padding: 0 15px;
	min-width: 100px;
	color: #5C5C5C;
}
.search>input:focus{
	outline: none;
}
.search>div.mybtn{
	background-color: #1A7B9A;
	line-height: 50px;
	width: 70px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 10px;
	cursor: pointer;
	margin-left: 8px;
}
.search>div.search-list{
	position: absolute;
	top: 100%;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
	z-index: 10;
	background-color: #ffffff;
}
.search>div.search-list>p{
	margin-bottom: 0;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #E7E7E7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_list>div.subclass_list>.list{
	padding: 0 30px;
}
.product_list>div.subclass_list>.list>div{
	height: 175px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E7E7E7;
	padding-left: 40px;
	cursor: pointer;
}
.product_list>div.subclass_list>.list>div.cmo_div{
	height: auto;
	padding-top: 30px;
    padding-bottom: 30px;
}
.product_list>div.subclass_list>.list>div.notbb{
	border-bottom: none;
}
.product_list>div.subclass_list>.list>div.rb{
	position: relative;
}
.product_list>div.subclass_list>.list>div.rb::before{
	content: ' ';
	width: 1px;
	height: 66px;
	background-color: #E7E7E7;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 768px) { 
	.product_list>div.subclass_list>.list>div.rb::before{
		display: none;
	}
	.product_list>div.subclass_list>.list>div:not(:last-child){
		border-bottom: 1px solid #E7E7E7;
	}
}
.product_list>div.subclass_list>.list>div>.image{
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #C7C7C7;
	margin-right: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_list>div.subclass_list>.list>div>.image>img{
	display: inline-block;
	max-width: 92px;
	max-height: 92px;	
}
.product_list>div.subclass_list>.list>div>.info{
	width: calc(100% - 148px);
	line-height: 1;
}
.product_list>div.subclass_list>.list>div.cmo_div>.info{
	width: 100%;
}
.product_list>div.subclass_list>.list>div>.info>span{
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product_list>div.subclass_list>.list>div.cmo_div>.info>span{
	white-space: normal;
    line-height: 1.5;
}
.product_list>div.subclass_list>.list>div>.info>span.name{
	color: #333333;
	font-size: 20px;
	padding-bottom: 21px;
}
.product_list>div.subclass_list>.list>div>.info>span.alias{
	color: #858585;
	font-size: 14px;
	padding-bottom: 8px;
}
.product_list>div.subclass_list>.list>div>.info>span.cas{
	color: #858585;
	font-size: 17px;
}
.product_list>div.subclass_list>.page{
	height: 78px;
	border: 1px solid #BFBFBF;
	border-top: #E7E7E7;
	border-radius: 0 0 10px 10px;
	padding-right: 38px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product_list>div.subclass_list>.page>span{
	color: #858585;
	font-size: 14px;
	line-height: 22px;
	padding: 0 10px;
	border: 1px solid #BFBFBF;
	cursor: pointer;
}
.product_list>div.subclass_list>.page>span.forbid{
	border-color: #E7E7E7;
	color: #DCDCDC;
}
.product_list>div.subclass_list>.page>div{
	margin: 0 7px;
	display: flex;
}
.product_list>div.subclass_list>.page>div>span{
	display: inline-block;
	height: 24px;
	width: 24px;
	box-sizing: border-box;
	border: 1px solid #BFBFBF;
	font-size: 16px;
	color: #006C8E;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.product_list>div.subclass_list>.page>div>span:not(:last-child){
	margin-right: 7px;
}
.product_list>div.subclass_list>.page>div>span.checked{
	background-color: #006C8E;
	border-color: #006C8E;
	color: #ffffff;
}