﻿@charset "utf-8";
Body, ul, li, ol, lo, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, span, strong, b, font, input, div {
	margin: 0 auto;
	padding: 0;
}
body {
	font-family: "微软雅黑";
	font-size: 12px;
	width: 100%;
}
img, input {
	border: 0;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
}
i, var {
	font-style: normal;
}
.t_a, .m_a, .n_a, .f_a {
	width: 1000px;
	clear: both;
}
/*头部*/
#top {
	background: url(../images/top_bg_bg.jpg) left top repeat-x;
}
.t_b {
	height: 30px;
	line-height: 30px;
	background: #3c3c3c;
}
.t_b span {
	float: right;
}
.t_b span a {
	display: block;
	float: left;
	font-family: "宋体";
	color: #fff;
	margin-left: 8px;
}
.t_b label {
	background: url(../images/top_home.jpg) 1px 5px no-repeat;
	padding-left: 36px;
	display: block;
}
.t_b label a {
	font-family: "宋体";
	color: #fff;
}
.t_c {
	clear: both;
	overflow: hidden;
	height: 80px;
}
.t_c li {
	float: left;
	padding: 0 13px 0 14px;
	background: url(../images/top_li_li.jpg) right 39px no-repeat;
}
.t_c .t_li_t {
	padding-left: 1px
}
.t_c .t_li_t a {
	margin-left: -12px;
}
.t_c li a {
	font-size: 14px;
	color: #1e1e1e;
	height: 44px;
	padding: 36px 12px 0 12px;
	display: block;
	text-align: center;
}
.t_c li a:hover {
	background: url(../images/top_li_bg.jpg) left top no-repeat;
}
.t_c li.hx a {
	background: url(../images/top_li_bg.jpg) left top no-repeat;
}
.t_c .t_li_d {
	padding-left: 0;
	margin: 0 -25px 0 0;
	background: none;
	float: right;
}
.t_c .t_li_d a {
}
/*ban*/
#banner {
	background: #f5f5f5;
	padding: 11px 0 13px 0;
}
.jcarousel-skin-tango {
	width: 1000px;
	height: 280px;
	clear: both;
	overflow: hidden;
}
#mycarousel {
	height: 280px;
	overflow: hidden;
}
.jcarousel-clip {
	float: left;
	width: 1000px;
	line-height: 0px;
	font-size: 0;
}
.jcarousel-item img {
	width:1000px;
	height:280px;

}
.jcarousel-prev {
	background: url(../images/pn.png) left center no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 20px;
	top: 125px;
	display: none;
	cursor: pointer;
}
.jcarousel-next {
	background: url(../images/pn.png) -50px center no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 125px;
	display: none;
	cursor: pointer;
}
