@import url("./common.css");
/* 产品展示 */
.detil{
	width: 100%;
	max-width: 100%;
	background: #f5f5f5;
}
/* 列表 */
.show_left{
	float: left;
	width: 20%;
	margin-top: 20px;
}
.show_left h4{
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding: 0px 12px;
	background: #006FC6;
}
.show_left ul{
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	box-sizing: border-box;
}
.show_left ul li{
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	color: #FFFFFF;
	border-bottom: 1px solid #006FC6;
	font-size: 14px;
}
.show_left ul li a{
	display: block;
}
.show_left ul li:hover{
	background: #006FC6;
}
.show_left ul li:hover a{
	color: #FFFFFF;
	text-decoration: none;
}
/* /产品展示 */
.show_right{
	margin-top: 30px;
	width: 75%;
	float: right;
}
/* 盒子样式 */
.tab-box {
	display: flex;
	justify-content: space-between;
}

/* 大盒子样式 */
.tab-bd {
	text-align: center;
	width: 500px;
	border: 1px solid #d5d5d5;
}

.tab-bd img {
	text-align: center;
	max-width: 100%;
}

/* 切换盒子样式 */
.tab-hd {
	display: flex;
	justify-content: flex-start;
}

.tab-hd span{
	width: 150px;
	height: 200px;
}
.tab-hd span img{
	max-width: 100%;
	height: 180px;
}
.tab-hd>span {
	/* display: inline-block; */
	padding: 10px;
	cursor: pointer;
}

.tab-hd>span.cur {
	background-color: #fff;
	font-weight: 700;
}

.tab-hd>span.cur img {
	border: 1px solid #007AFF;
}

.tab-bd>div {
	display: none;
	font-size: 0;
	padding: 10px;
}

.tab-bd>div.cur {
	display: block;
}
/* 技术参数,特点 */
.detail_t{
	clear: both;
	background: #e7e7e7;
	padding: 5px;
}
.d_text{
	margin-top: 20px;
	margin-bottom: 20px;
}
.detail_t h3::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 65px;
	margin: -25px;
	display: block;
	background-color: #006FC6;
}
.detail_t h3{
	margin-left: 20px;
}
.breadcrumb{
	border-bottom: 1px solid #d5d5d5;
}
.breadcrumb li a{
	color: #333333;
}
.breadcrumb li.active a{
	color: #888888;
}
.breadcrumb > li + li:before {
    color: #006FC6;
    content: "/";
}
.jianjie{
	margin-left: 10px;
}
.jianjie h5{
	font-size: 18px;
}
.jianjie h2{
	font-size: 24px;
}
.footer{
	clear: both;
}
table tr th{
	text-align: center;
}
td{
	text-align: left;
}
@media all and (min-width: 2000px) {
    .detil{
		width: 1920px;
		margin: auto;
	}
}