﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "Microsoft YaHei";
}
blockquote,body,dd,div,dl,dt,fieldset,figcaption,figure,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,span,td,textarea,th,ul{margin:0;padding:0;outline:0}
a>img{cursor:pointer}
a>div{cursor:pointer}
a>p{cursor:pointer}
a>h5{cursor:pointer}
a>h4{cursor:pointer}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0;vertical-align:middle}
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:400}
ol,ul{list-style:none;padding:0;margin:0}
li{list-style:inherit}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
/* a,button,input,select,textarea{outline:0;appearance:none;-moz-appearance:none;border-radius:0;line-height:normal;} */
abbr,acronym{border:0}
a{cursor:pointer}
body{font-family:"Microsoft Yahei",Arial;font-size:14px;box-sizing:border-box;outline:none;color:#333;margin: 0 !important;}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}
.jz {
    width:100%;
	max-width: 1200px;
	margin: 0 auto;
}
a {
	color: #333;
}
/* Write your styles */
.am-tab-panel_more {
	font-size: 12px;
	width: 100px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #EEEEEE;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.am-tab-panel_more:hover {
	background-color: #108dee;
	color: #ffffff;
}
.am-tab-panel_more span {
	font-family: SimSun;
}
