﻿@charset "utf-8";
/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.4);
	background-color: #1048a0;
}

input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pages {
  padding: 30px 0px;
  text-align: center;
}

.pages li {
  display: inline-block;
  margin:0 5px;
}

.pages li a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
}

.pages li a:hover {
  padding: 5px 10px;
  border: 1px solid #1048a0;
  background: #1048a0;
  color: #fff;
}

/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}

.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}

.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}

.sitemap dd {
	float: left;
	width: 83.333333%;
}

.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}

.sitemap dd a:hover {
	color: #333;
}

/*视频样式*/
video {
	padding: 5px;
	background-color: #000;
}
