
html,body{margin: 0;padding: 0;min-width: 970px;}
*{margin: 0;padding: 0;outline: none;}
body{font: 14px/18px "Microsoft YaHei", "宋体", "Segoe UI Local", "Segoe WP", "Segoe UI Web", Tahoma, "Helvetica Neue", Helvetica,"Meiryo UI", Meiryo, Arial Unicode MS, sans-serif; padding:0px; margin:0px; background:#fff; color:#5c637b;font-weight: 400;font-size: 100%;}
body.pagewd{min-width: 1200px;}
body.smallpage{min-width: 1000px;}
div,form,img,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,i,table,tr,td,th,fieldset,label,legend,button,input{ margin:0;padding:0; font-family:"宋体";}
ul,li{list-style:none;}
a,img,a img{border:0px;}
a{text-decoration:none;cursor:pointer; color:#525252;}
a:hover{text-decoration:none; color:#e7691e;}
input{outline:none;}
/*input.text,select.text,textarea.text{outline:none; border:1px solid #e3e3e3; height:26px; line-height:26px; padding:3px 0px 3px 5px;font-size:12px; color:#555;}*/ 
textarea{ outline:none; resize:none; border:1px solid #e3e3e3; font-size:12px;outline: none;}
input{outline: none;}
input.check{ vertical-align:middle; margin-right:2px;}
img{ vertical-align:middle;/*max-width: 100%;*/}
em { font-style: normal;}

html {
	*overflow: hidden;
}

body {
	overflow: hidden;
	background-color: white;
}

iframe {
	border: none;
	padding: none;
}
.lf{
	float: left;
}
.rt{
	float: right;
}
.clear{
	clear: both;
	height: 0;
}
.clearfix:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.none{
	display: none;
}

.mt40{
	margin-top: 40px;
}

/*切换标签*/
.tab-navbar li{
	cursor: pointer;
}
.tab .tab-container .tabcont{
	display: none;
}
.tab .tab-container .tabcont.show{
	display: block;
}
