@charset "UTF-8";

/*css reset start*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
code,
del,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
}

em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

table,
tbody,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
	table-layout: fixed;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

img {
	border: none;
	max-width: 100%;
}

input,
textarea,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
}

a {
	text-decoration: none;
	font-size: 14px;
	color: #666666;
}

.zxtstable a:hover {
	color: #cb0001!important;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: -2px;
	margin-right: 5px;
}

body,
button,
input,
select,
textarea {
	font-family: "微软雅黑";
	font-size: 100%;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}


/*css reset end*/

.wapper {
	width: 100%;
	height: 1060px;
	background: url(ajjbg.jpg) no-repeat fixed;
	
}

.wapper-pad {
	width: auto;
	height: auto;
	padding: 10px;
	background: #f3f6f6;
	/*background: red;*/
}

.top {
	width: 100%;
	height: 40px;
	background: #217ed9;
}

.top-certer {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff;
}

.middle {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.banner {
	width: 100%;
	height: 140px;
}

.banner-img {
	width: 100%;
	height: 100%;
}

.slie-wapper {
	width: 100%;
	height: 400px;
	padding: 20px;
	background: white;
}

.slie {
	width: 480px;
	height: 360px;
	float: left;
}

#Projector {
	width: 480px;
	height: 360px;
	position: relative;
	z-index: 1;
}

.picplay {
	width: 480px;
	height: 360px;
	position: relative;
	z-index: 2;
}

.picplayImg {
	width: 480px;
	height: 360px;
}

#Projector img {
	width: 100%;
	height: 100%;
}

.picplay .picplayBg {
	height: 40px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 20;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.8) !important;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.picplay .picplayLink {
	padding-left: 20px;
	color: #fff;
	display: block;
	position: absolute;
	font-size: 16px;
	left: 0;
	bottom: 10px;
	z-index: 300;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cyclyImg_pager {
	height: 20px;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 8px;
	z-index: 200;
	overflow: hidden;
}

.cyclyImg_pager span {
	width: 20px;
	height: 20px;
	padding: 3px;
	background: #998c87;
	margin-left: 6px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}

.cyclyImg_pager span.cycle-pager-active {
	margin-top: 0;
	background: #fff;
	color: #000;
}

.slie-right {
	float: left;
	width: 640px;
	height: 360px;
	margin-left: 20px;
}

.column-name {
	width: 100%;
	height: 20px;
	line-height: 20px;
}

.column-name span {
	display: block;
	float: left;
	width: 4px;
	height: 100%;
	background: #217ed9;
	margin-right: 10px;
}

.column-name a {
	float: left;
	font-size: 18px;
	color: #333;
}

.list li {
	list-style: none;
	width: 100%;
	height: 16px;
	line-height: 16px;
	background: url(ajjdian.jpg) no-repeat left center;
	margin-top: 20px;
	position: relative;
	padding-left: 10px;
}

.list li a {
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list li a:hover {
	color: #217ED9;
}

.list li span {
	display: inline-block;
	right: 0;
	top: 0;
	color: #666;
	position: absolute;
	font-size: 14px;
}

.newList {
	width: 100%;
	/*height: 260px;*/
	padding: 20px;
	background: white;
	overflow: hidden;
}

.new {
	float: left;
	width: 370px;
	margin-left: 15px;
}

.new:first-child {
	margin: 0;
}

.bread {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #666666;
	background-color: #fff;
	margin-top: 10px;
}

.bread i {
	display: inline-block;
	width: 12px;
	height: 15px;
	background: url(ajjadress.png) no-repeat;
	float: left;
	margin-top: 18px;
	margin-left: 18px;
	margin-right: 18px;
}

.bread a {
	font-size: 18px;
	color: #666666;
}

.page {
	margin: 30px auto;
	text-align: center;
}

.page span {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0 2px;
	padding: 5px 10px;
	color: #999;
	font-size: 14px;
}

.page a {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0 2px;
	padding: 5px 10px;
	color: #333333;
	font-size: 14px;
}

.page a:hover,
.page a.active {
	background-color: #217ED9;
	color: #fff;
}
.page_content{
	width: 100%;
	background: white;
}
.footer {
	width: 100%;
	height: 110px;
	line-height: 110px;
	text-align: center;
	border-top: 2px solid #217ED9;
	background: url(ajjfoot-bg.png) no-repeat;
	margin-top: 10px;
}