
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-size: 16px;
	font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei";
	color: #333;
     background:#fff;
	
}
dl{list-style-type:none}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}
em, i{
	font-style:normal;
}
ul, ol {
	list-style: none;
}

img {border:0px;transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transition:transform 0.7s ease-out 0s;}
img:hover{transform:scale(1.05);transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;-webkit-transition:transform 0.7s ease-out 0s;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color:#333333;
}
a:link{ text-decoration:none;}
a:hover { text-decoration:none; color:#1955b1;}
.f_l{float: left;}
.f_r{float: right;}
.f_c{clear: both;}
.b_n{border: none;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.auto{margin: 0 auto;}

.w1200{ width:1200px;}
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f_s{ font-family:"宋体";}
.f_w{ font-family:"微软雅黑";}
.pdT10{ padding-top:10px;}
.mgT5{ margin-top:5px;}
.mgT10{ margin-top:10px;}
.mgT15{ margin-top:15px;}
.mgT20{ margin-top:20px;}
.mgL20{ margin-left:20px;}
.mgL15{ margin-left:15px;}
.oh{ overflow:hidden;}


i{ background:url(body_icon.png) no-repeat;}
a i{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
a:hover i{-webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing;}

body{ max-width:1920px; margin:0 auto; min-width:1259px;}
.Address{width: 1240px; margin: 0 auto; font-size:14px; text-indent: 49px; height: 43px; line-height: 43px; background: url(2020_pos_icon.png) 22px center no-repeat #f2f2f2;}

/*分页样式*/
div.page{padding: 20px 0px;text-align: center;clear: both;overflow:hidden;}
div.page a{padding: 3px 8px !important;font-size: 14px;background:#ffffff;border:1px solid #cccccc;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#5d5d5d;margin: 0 3px !important;}
div.page a:hover, div.page a.onhover{background:#226ebc !important;border:1px solid #226ebc !important;color: #FFFFFF !important;}
div.page a.up{ }
div.page input{border:1px solid #cccccc;width: 40px;height: 20px;line-hegiht:20px;text-align:center;cursor: pointer;}
div.page span{padding-right:10px;}

/*图片抖动样式*/
@keyframes swing{
	20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}
	40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}
	60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
	80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
	to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
	.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
	

	

