﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:"微软雅黑";
}
a, img {
	border:0;
}
a {
	color:#333;
	text-decoration:none;
}

/* demo */
.demo {
	width:1022px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.demo_tit{ height:40px; width:100%; background:#f5f5f5; border-bottom:1px solid #e0e0e0;}

/* tabbtn */
.tabbtn {
	width:300px;
	height:40px;
	float:left;	
}
.tabbtn li {
	float:left;
	position:relative;
	margin:0;
	width:150px;
	height:40px; 
	}
.tabbtn li a {
	display:block;
	float:left;
	height:24px;
	margin-top:8px;
	line-height:24px;
	width:149px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	border-right:1px solid #e0e0e0;
}
.tabbtn li b{ color:#ff3300;}
.tabbtn li.current {
	width:150px;
	background:#3963C5;
	
}
.tabbtn li.current a {
	display:block;
	float:left;
	height:24px;
	margin-top:8px;
	line-height:24px;
	width:150px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	border:none;
	color:#fff;
}
.tabbtn li.current b{ color:#fff;}
/* tabcon */
.tabcon {
	border-width:0px;
	border-style:solid;
	position:relative;/*必要元素*/
	height:100%;
	overflow:hidden;
	width:1022px;
	margin:0 auto;
}
.sublist{ margin:20px auto;}