/*轮播图*/
.carousel {
	position: relative;
	height: 300px;
	width: 100%;
	overflow: hidden;
}
.init_bar{
	width: 800px;
    margin: 0 auto;
    z-index: 9;
    height: 150px;
    margin-top: 70px;
}
.init_bar h1{
	font-size: 46px;
	text-align: center;
    color: white;
    letter-spacing: 24px;
} 
.init_bar .box_buy{
	overflow: hidden;
}
.box_buy .box_buy_r{
	float: right;
    width: 260px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.box_buy_r .buy_tg{
	font-size: 24px;
    color: white;
}
.box_buy_r .buy_btn{
	width: 150px;
    background: #e70012;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    color: white;
    font-weight: 600;
    letter-spacing: 4px;
    border-radius: 10px;
    margin-left: 20px;
    font-size: 16px;
}
.box_buy_r .buy_btn:hover{
	background: #f39801;
}
/*e-lbo*/
.index_content{
	margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 400px;
}
.classify_bar{
	float:left;
	width:250px;
	border: 1px solid #e6e6e6;
}
.kelist_box{
	float: left;
    width: calc(100% - 300px);
    margin-left: 40px;
}
.classify_bar .title{
	width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #e6e6e6;
    text-indent: 12px;
    font-size: 16px;
    color: #53575a;
    border-bottom: 1px solid #fdfdfd;
    cursor: pointer;
}
.classify_bar .classify_ul{
	display: none;
	width: 100%;
    overflow: hidden;
}
.classify_bar .child_show{
	display: block;
}

.classify_bar .classify_ul li{
    line-height: 60px;
}
.classify_ul li a{
    display: block;
    text-indent: 32px;
    font-size: 16px;
    color: #53575a;
    border-top: 1px solid #e6e6e6;
}
.classify_ul li a:hover{
	text-decoration: none;
	background-color:#5a98de ;
	color:#ffffff;
}
.ke_type_box h4{
	border-left: 2px solid #6180d3;
    padding-left: 10px;
}
/*tab*/
.tab{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
}
.tab .tr{
	display: flex;
	width: 100%;
    overflow: hidden;
    height: 60px;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.tab .tr:hover{
	background-color:#e6e6e6;
	cursor: pointer;
	color: #0047ff;
}
.tab .tr .td{
	display: inline-block;
}
.tab .tr .xh{
	width:120px;
	text-align: center;
}
.tab .tr .name{
	width: 600px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tab .tr .isv{
	width:160px;
	text-align: center;
}
/*e-tab*/