*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@charset "utf-8";
html {
	background-color: #fff;
	color: #000;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
	margin: 0;
	padding: 0;
}

/*body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
	line-height: 1.5;
	font-family: tahoma, arial, "Hiragino Sans GB", simsun, sans-serif
}
*/
h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
	font-size: 100%
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: tahoma, arial, "Hiragino Sans GB", "微软雅黑", simsun, sans-serif
}
*/
/*
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-weight: normal
}
*/

address,
cite,
dfn,
em,
i,
optgroup,
var {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	/*text-align: left*/
}

caption,
th {
	text-align: inherit
}

ul,
ol,
menu {
	list-style: none
}

fieldset,
img {
	border: 0
}

img,
object,
input,
textarea,
button,
select {
	vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "\0020"
}

textarea {
	overflow: auto;
	resize: vertical
}

input,
textarea,
button,
select,
a {
	outline: 0 none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

mark {
	background-color: transparent
}

a,
ins,
s,
u,
del {
	text-decoration: none
}

sup,
sub {
	vertical-align: baseline
}
@font-face {
	font-family: 'iconfont';
    src: url('../font/iconfont/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont/iconfont.woff') format('woff'), /* chrome��firefox */
    url('../font/iconfont/iconfont.ttf') format('truetype'), /* chrome��firefox��opera��Safari, Android, iOS 4.2+*/
    url('../font/iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
html{
	font-family: "微软雅黑";
}
/*公共样式*/
.min_w{
	min-width: 1200px;
}
.wrap{
	position:relative;
	width:1200px;
	margin: 0 auto;
	box-sizing:border-box;
}
.hide{display:none}
.lf{
	float: left;

}
.rg{
	float: right;
}
.clearboth{
	clear: both;
}
/*.clearboth::before,
.clearboth::after{
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}*/
.abg{
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.abg2{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.aimg>img{
	width: 100%;
	height: 100%;
}
.aellipsis{
	overflow: hidden;
	position: relative;
}
.aellipsis span{
	position: absolute;
	right: 0;
	bottom: 2%;
	display: none;
	padding: 0 0.05rem;
	font-size: 0.35rem;
}
.nopaading{
	padding-left: 0;
	padding-right: 0;
}
.day{
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
/*图片放大*/
.ascale:hover{
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     box-shadow: 2px 2px 5px #333;
}
/*分享*/
.bdshare-slide-button-box {
	display: none !important;
}

/*谷歌12像素*/
  html,body{ -webkit-text-size-adjust:none; }
