/* 头部-begin */
#lk_header{
	border-top: 5px solid #fff;
}
#lk_header .top-bar{
    height: 23px;
    line-height: 22px;
}
#lk_header .top-bar .container .row>div+div{
    border-left: 1px solid #e0e0e0;
}

#lk_header .top-bar .container .row .top-bar-1 a{
    position: relative;
	text-decoration: none;
}

#lk_header .top-bar .container .row .top-bar-1 a>img{
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
	margin-top: 10px;
}

#lk_header .top-bar .container .row .top-bar-1 a:hover>img{
    display: block;
}

.icon-phone::before{
    content: '\e958';
    font-size: 13px;
}

.icon-tel::before{
    content: '\e942';
    font-size: 13px;
}

/*logo*/
.container-logo{
	width: 140px;
}

/*导航*/
#lk_header .navbar-lk{
    border-bottom: 1px solid #e0e0e0;
}

#lk_header .navbar-lk .navbar-brand{
    /*background-color: red;*/
    margin: 0 auto;
}

#lk_header .navbar-lk .navbar-brand img{
   width: 100%;
}

#lk_header .navbar-lk .navbar-nav>li>a{
    height: 70px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 130px;
	font-size:24px;
}

#lk_header .navbar-lk .navbar-nav>li>a:hover{
    border-bottom: 3px solid #1e9ad4;
}

#lk_header .navbar-lk .navbar-toggler{
    margin-top: 5px;
}

/* 轮播图 */
#lk_carousel {
}

#lk_carousel .carousel-item {
	background: no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#lk_carousel .carousel-item img {
	width: 100%;
}

@media screen and (min-width: 900px) {
	#lk_carousel .carousel-item {
		height: 1000px;
	}
}

/* 热销产品分类 */
#lk_product {
	/* background-color: #F2F2F2; */
}

@media (max-width: 576px) {
    #lk_product .charSize {
		font-size: 45px;
	}
}
@media (min-width: 576px) {
    #lk_product .charSize {
		font-size: 55px; 
	}
}
#lk_product .lk_product_card div>div>div{
	width: 100%;
	border: 0.5px solid #CED4DA;
	margin: 10px auto;
	box-shadow: 1px 1px 5px #CED4DA;
	padding-top: 10px;
}
#lk_product .lk_product_card div>div>div:hover{
	box-shadow:0px 0px 0px #CED4DA;
	transition: all 0.5s;
}	

#lk_product .row a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
#lk_product .row a:hover {
	color: #1e9ad4;
}

#lk_product .row a img {
	width: 100%;
}

#lk_product .row a p {
	text-align: center;
	margin: 25px 20px;
}
#lk_product #carouselExampleControls>a {
	color: #5A6268;
	font-size: 24px;
}


