.main-slider .container{
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	
}
.main-slider__content h2{

	color: #ffffff;

}
.main-slider__content p{
	color: #ffffff;
}
.goods{
	padding-bottom: 90px;
	padding-top: 80px;
	background: #f8f9fa;
}
.goods_left ul li:hover{
	color: #333333;
}
.goods_left ul{
	background: #fff;
}
/* .goods_left ul .lixz{
	color: #168def !important;
} */

.goods_left ul li{
	position: relative;
	list-style: none;
	font-family: SourceHanSansSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	cursor:pointer;
}
.goods_left ul .lixz a{
	color: #168def !important;
}
.goods_left ul li a:hover{
	color: #168def !important;
}
.goods_left ul li a{
	color: #333333;
	position: relative;
}
.thumbnail img{
	max-width: 100%;
}
.thumbnail{
	background: #fff;
	padding: 10px;
	height: 100%;
}
.caption .h3{
	font-family: SourceHanSansSC-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #111111;
	margin-top: 10px;
}
.textrn{
	font-family: SourceHanSansSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.btn-primary{
	background-color: #168def;
	border-radius: 3px;
	font-family: SourceHanSansSC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	border: 1px solid #168def;
}
.btn-primary:hover{
	border: 1px solid #168def;
	background: #168def;
}
.goods_right{
	margin: 0;
}

.goods_left ul .lixz a::before{
	position: absolute;
	content: '';
	border: 3px solid #168def;
    border-width: 0px 1px 1px 0px;
    padding: 2px;
    transform: rotate(-45deg);
    height: 5px;
    width: 5px;
    margin: 0;
    position: absolute;
    top: 9px;
    right: -20px;

}

@media (max-width: 750px) {
	.bjys{
		background: #fff;
	}
}

.table{
	margin-top: 10px;
}

.toptab{
	width: 100%;
	height: 65px;
	background-color: #000000;
	opacity: 0.85;
}
.toptabli{
	display: flex;

}
.toptabli .gl{
	margin-right: 20px;
}
.toptabli a{
	color: #fff;
}
.toptabli a:hover{
	color: #fff;
}

.site-blocks-cover{
	margin-top: 40px;
	margin-bottom: 40px;
}
.detail{
	margin-bottom: 180px;
	margin-top: 60px;
}
.detail img{
	max-width: 100%;
}