﻿@charset "UTF-8";
/* CSS Document */
/*共公样式*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0; font-family:微软雅黑;}
a:focus{outline:0}
a:active{outline:0;text-decoration: none;color: #FF0000;}
ul,li{list-style:none; list-style-type:none;}
a{outline:0}
img{border:0px}
p{display:block;-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0; font-size:16px}
.clear{clear:both;height:0;line-height:0;font-size:0;margin:0;padding:0;border:0}
.ellipsis{text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
body{ background-color:#fff;}
.pagewidth{width:100%; margin:0 auto;}
.img100 img{width:100%;}
.floatleft,.floatli li{float:left;}
.floatright{float:right;}
.empty{ margin:0; padding:0}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.tab_fixed{
    position:fixed;
    z-index:10000;
    background-color:#fff;
    padding-bottom:100px;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
}
.tab_style{
	width:300px;
	margin:0 auto;
}

.tab_style>li{
	float:left;
	line-height:35px;
	width:100%;
	text-align:center;
	background-color:#000;
    color:yellow;
	margin-left:10px
}
.tab_style>li a{
	color:#fff;
}

.title_style{
	background-color:#343136;
	color:#fff;
	text-align:center;
	line-height:50px;
	position:fixed;

	width:100%;
	font-size:17px;
    z-index:10000;
}
h6{
	color:#999;
	line-height:20px;
}
.tab-content ul li{
	border-bottom:1px dashed #CCC;
	padding-bottom:10px;
	margin-bottom:20px;
}
/*
[abc^="def"]    选择 abc 属性值以 "def" 开头的所有元素
[abc$="def"]    选择 abc 属性值以 "def" 结尾的所有元素
[abc*="def"]    选择 abc 属性值中包含子串 "def" 的所有元素
*/
.padding10{
	padding:10px;
}


/* 小屏幕（平板，大于等于 768px） */

