﻿
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "Microsoft YaHei";
}

.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: 1600px;
	margin: 0 auto;
}

@media all and (max-width: 1450px) {

.jz {
	width: 1200px;
	margin: 0 auto;
}

}




a {
	color: #232323;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}



/* Write your styles */
.am-tab-panel_more {
	margin-top:6px;
	font-size: 13px;
	width: 100px;
	height: 32px;
	color:#a00000;
	line-height: 30px;
	text-align: center;
	border: 1px solid #a00000;
	-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: #000086;
	border: 1px solid #000086;
	color: #fff;
}
.am-tab-panel_more span {
	font-family: "SimSun","Microsoft YaHei";
}
