/**
 * 作者:lianghaolv
 * QQ:1948712434
 * 时间:2020-09-26
 * 说明:本css文件为产品总列表页面样式，请勿乱用。
 */

/* ********************************* */
/* 横幅 */
#banner_box {
	height: 330px;
	position: relative;
}

#banner_box .bg_img {
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	background-image: url(/template/khw/img/home_bg_6.jpg);
	width: 100%;
	height: 320px;
}

#banner_box .sub_nav {
	text-align: center;
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-625px);
	color: #fff;
}

#banner_box .position {
	text-align: left;
	color: #999999;
	font-size: 12px;
}

#banner_box .position a{
	color: #999999;
}

#banner_box h1 {
	font-size: 32px;
	margin-bottom: 15px;
	margin-top: 70px;
}

#banner_box .underline {
	display: inline-block;
	width: 30px;
	border-bottom: 3px solid #0169CA;
	margin-top: 21px;
}


/* ***********小栏目************* */
#small_colu {
	margin-top: 30px;
	margin-bottom: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#small_colu .cont {
	position: relative;
	width: 305px;
	box-sizing: border-box;
	height: 150px;
	padding: 15px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

#small_colu .cont h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

#small_colu .cont p {
	color: #6F6F6F;
	font-size: 14px;
	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
}

#small_colu .cont>div {
	width: 130px;
	height: 100%;
}


#small_colu img {
	position: absolute;
	top: 15px;
	right: 15px;
	min-width: 120px;
	min-height: 120px;
	width: 120px;
	height: 120px;
}

#small_colu .cont .link {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #0169CA;
	font-size: 14px;
}


/* *****************************产品列表 */
#product h2 span:after{
	display: inline-block;
    content: "";
    vertical-align: middle;
    margin-left: 5px;
    width: 45px;
    height: 17px;
    background-image: url(/template/khw/img/title_logo_1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#product h2 span{
	border-bottom: 3px solid #0169CA;
	padding-bottom: 5px;
	font-size: 20px;
}

#product .list_box{
	width: 100%;
	max-height: 615px;
	box-sizing: border-box;
	border: 1px solid #BBBBBB;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
}

#product .list_item{
	width: 225px;
	height: 240px;
	box-sizing: border-box;
	border: 1px solid #BBBBBB;
	margin-right: 20px;
	margin-bottom: 22px;
	float: left;
	padding: 8px;
	border-radius: 5px;
}

#product .list_item:nth-child(5n + 5){
	margin-right: 0;
}

#product .img_link{
	display: block;
	width: 100%;
	height: 150px;
}

#product img{
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
}

#product h3{
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#product p{
	font-size: 14px;
	color: #6F6F6F;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}

#product .see_all{
	width: 225px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background-color: #3894FF;
	margin-bottom: 15px;
}

#main .shuoming{
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}