

.banner_div{
	/* width: 100%; */
}
.banner_div>img{
	display: inline-block;
	width: 100%;
	min-height: 320px;
	object-fit: cover;
}

.product_list{
	/* padding-left: 60px;
	padding-right: 60px; */
	margin-bottom: 180px;
}
._title{
	padding-top: 83px;
	padding-bottom: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -60px;
}
._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;
}

.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;
}


.series{
	width: 100%;
	min-height: 257px;
	line-height: 1;
	display: flex;
}
.series:not(:last-child){ margin-bottom: 52px; }

.series_name{
	padding: 56px 13px 15px 34px;
	font-size: 26px;
	color: #FFFFFF;
	width: 24%;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: right bottom;
	border-radius: 10px 0 0 10px;
	white-space: pre-wrap;
	word-break: break-all;
}
.series_name:after{
	content: ' ';
	display: block;
	margin-top: 21px;
	width: 50px;
	height: 1px;
	background-color: #FFFFFF;
}
@media screen and (max-width: 992px) {
	.series{
		flex-direction: column;
	}
	.series_name{
		width: 100%;
		border-radius: 10px 10px 0 0 !important;
	}
	.series_content{
		border-radius: 0 0 10px 10px !important;
		border-width: 1px !important;
	}
	.series>.series_name{
		background-size: auto 100% !important;
	}
}
.series_1>.series_name{
	background-color: #006C8E;
	background-image: url(../img/child/series_1.png);
	background-size: 37% auto;
}
.series_2>.series_name{
	background-color: #00475D;
	background-image: url(../img/child/series_2.png);
	background-size: 45% auto;
}
.series_3>.series_name{
	background-color: #0083AC;
	background-image: url(../img/child/series_3.png);
	background-size: 22% auto;
}
.series_4>.series_name{
	background-color: #006C8E;
	background-image: url(../img/child/series_4.png);
	background-size: 37% auto;
}

.series_content{
	flex: 1;
	padding: 22px 0;
	margin: 0;
	border: 0px solid #BFBFBF;
	border-width: 1px 1px 1px 0;
	border-radius: 0 10px 10px 0;
	display: flex;
	align-items: center;
}
.series_content>div{
	box-sizing: border-box;
}
.series_content>div.row{
	flex: 1;
	border-right: 1px solid #E7E7E7;
	margin: 0;
	max-width: calc(100% - 120px);
	height: 100%;
}
.series_content>div.more{
	width: 120px;
	color: #A6A6A6;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.series_content>div.more>img{
	margin-left: 11px;
}
.series_content>div.row>div{
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.series_content>div.row>div::before{
	content: ' ';
	display: inline-block;
	width: 1px;
	height: 66px;
	background-color: #E7E7E7;
	position: absolute;
	top: 20px;
	right: 0px;
}
.series_content>div.row>div.notbefore::before{
	display: none;
}
@media screen and (max-width: 992px ) {
	.series_content>div.row>div::before{
		display: none;
	}
}
.series_content>div.row>div:not(:last-child){
	border-bottom: 1px solid #E7E7E7;
}
@media screen and (min-width: 992px ) {
	.series_content>div.row>div.bb{
		border-bottom: 0;
	}
}

.series_content>div.row>div.cmo_span{
	height: 100%;
    display: flex;
    align-items: center;
}
.series_content>div.row>div.cmo_span:before{
	display:none;
}
.series_content>div.row>div>span{
	display: block;
	width: 100%;
	line-height: 66px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	box-sizing: border-box;
}
.series_content>div.row>div.cmo_span>span{
    white-space: normal;
    line-height: 2;
    text-align: left;
	height: 10em;
	overflow: hidden;
	position: relative;
}
.series_content>div.row>div.cmo_span>span::after{
	content:'...';
    position: absolute;
    bottom:0;
    right:15px;
    padding: 0 5px 0 5px;
	background-color: #ffffff;
}
.series_content>div.row>div>span:hover{
	color: #006C8E;
}

