@charset "utf-8";
.tabbox {
	width: 100%;
	height: auto;
	float:left;
	margin-bottom:10px;
}
.tabmenu {
	width: auto;
	border-bottom:1px solid #ccc;
	height:48px;
	margin:0 0 20px 0;
}
.tabmenu ul{
	padding:0;
}
.tabmenu li {
	float:left;
	width:220px;
	text-align:left;
	height:48px;
	overflow:hidden;
	line-height:48px;
	color:#333;
	display:inline;
	font-size:1.5rem;
}
.tabmenu .cli {
	color:#ff6800;
	cursor:pointer;
}
#tabcontent {
	width:100%;
	float:left;
	background-color:#fff;
}
#tabcontent .hidden {
	display:none;
}


.tabbox1 {
	border:1px solid #ccc;
}
.tabmenu1 {
	height:auto;
	overflow: hidden;
	margin:0 0 20px 0;
}
.tabmenu1 li {
	width:50%;
	text-align:center;
	height:auto;
	padding:10px 0;
	background:url(../picture/tab10.png) center 10px no-repeat;
	background-size:76px;
	padding-top:82px;
	padding-bottom:10px;
}

.tabmenu1 .cli {
	border-right: 0.5px solid #eee;
	border-left: 0.5px solid #eee;
	background:url(../picture/tab10_selected.png) center 10px no-repeat;
	background-size:76px;
	padding-top:82px;
}
.tabmenu1 .cli p {
	color:#ff6800;
	cursor:pointer;
}
#tabcontent img {
	display: block;
	margin:0 auto;
}
@media (max-width:1024px) {
.tabmenu { height:auto; display:inline-block;width: 100%;margin-bottom: 0;}
.tabmenu ul {}
.tabmenu li { float:left; width:50%; text-align:center}
    
    
}