@import url("iconfont.css");
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	font-family: Arial,"微软雅黑" !important;
	-webkit-text-size-adjust: none;
	
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 14px;
	line-height: 16px;
}

img {
	border: 0;
	image-rendering: -webkit-optimize-contrast;
}

ul,
li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none !important;
}

a:hover,a:active{
	text-decoration: none !important;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.dis {
	display: block;
}

.undis {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.fb {
	font-weight: bold;
}

.fnb {
	font-weight: 200;
	margin-left: -1px;
}

.hr_1,
.hr_10 {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr_1 {
	height: 1px;
}

.hr_10 {
	height: 15px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

/**/
.padding-0{
	padding: 0 !important;
}
.padding-left-0{
	padding-left: 0 !important;
}
.padding-right-0{
	padding-right: 0 !important;
}
.padding-top-0{
	padding-top: 0 !important;
}
.padding-bottom-0{
	padding-bottom: 0 !important;
}
.padding-h-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
	}
.padding-v-0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.margin-left-0{
	margin-left: 0 !important;
}
.margin-right-0{
	margin-right: 0 !important;
}
.margin-top-0{
	margin-top: 0 !important;
}
.marrgin-bottom-0{
	margin-bottom: 0 !important;
}
.margin-0{
	margin: 0 !important;
}
.margin-h-0{
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
.margin-v-0{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.Img-width-max{
	width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		font-family: Arial,"Microsoft YaHei" !important;
}
/*分页*/
.pagination .active{
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
nav{
	text-align: center;
}

