body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
body{
	 -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}
fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}
html {
	font-size:16px;
	width: 100%;
}
abbr,
acronym {
	border: 0;
}
a{
	color: #030303;
	font-family: "微软雅黑",regular;
	text-decoration: none;
	font-size: 1rem;
}
a:hover{
    -webkit-tap-highlight-color: transparent;
}
body::-webkit-scrollbar{
	width:10px;

}
body::-webkit-scrollbar-track{
	background: #EEEEEE;
  	border-radius:2px;
}
body::-webkit-scrollbar-thumb{
  background: #999999;
  border-radius:10px;
}
body::-webkit-scrollbar-thumb:hover{
  background: #333;
}

body::-webkit-scrollbar-corner{
  background: #179a16;
}
.fw{
	font-weight: 600;
}
.fw-title{
	font-size: 1.2rem;
	font-weight: 600;
}
.fi{
	text-indent: 2rem;
}
.fs-75{
	font-size: .75rem;
}
.padding{
	padding-bottom: 20px;
}
iframe{
	border: none;
}
.content{
	width:100%;
	margin: auto;
}
.paging{
	width: 100%;
	height: 3.125rem;
	overflow: hidden;
	position: relative;
	display: flex;
	margin: 2.5rem 0;
}
.paging-center{
	display: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.paging-center>ul{
	display: inherit;
	width: auto;
	float: left;
	overflow: hidden;
	float: left;
}
.paging-center>ul>li{
	float: left;
	width: auto !important;
	padding: 0;
	box-sizing: border-box;
	border-bottom: none;
}
.paging-center>ul>li>a{
	display: block;
	height: 2.5rem;
	border: 1px solid #b5b5b5;
	margin: 5px;
	padding:0 1rem;
	box-sizing: border-box;
	text-align: center;
	line-height: 2.5rem;
	color: #2a2a2a;
	font-size: 1rem;
}
.paging-center>ul>li>a:hover{
	background: #0067E7;
	border: 1px solid #0067E7;
	color: #FFFFFF;
}
.paging-center>ul>li>a.active{
	background: #0067E7;
	border: 1px solid #0067E7;
	color: #FFFFFF !important;
}
.paging-prev,.paging-next,.paging-first,.paging-last{
	display: block;
	width: 4.5rem;
	height: 2.5rem;
	margin: 5px;
	border:1px solid #b5b5b5;
	box-sizing: border-box;
	text-align: center;
	color:#575757;
	float: left;
	line-height: 2.5rem;
	color: #2a2a2a;
	font-size: 1rem;
}
.paging-prev:hover,.paging-next:hover,.paging-first:hover,.paging-last:hover{
	background: #0067E7;
	border: 1px solid #0067E7;
	color: #FFFFFF;
	border: none;
}
.motto-p{
	text-indent: 2rem;
}
.news-title {
	line-height: 1.375rem;
	overflow: hidden;
	margin-bottom: 1.875rem;
}

.news-title img {
	height: 1.375rem;
	float: left;
	display: block;
}

.news-title a,
.news-title span {
	display: block;
	float: left;
	line-height: 1.375rem;
	margin-left: .625rem;
	font-size: .875rem;
	color: #535353;
}
