@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	display: block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.layout {
	width: 100%;
	margin: 0 auto;
}

/* µ¼º½ */
.banner {
  min-width: 1000px;
  height: 73px;
  background: #b5aea6;
  margin-top: -143px;
}

.banner-box {
  width: 1000px;
  margin: 0 auto;
  height: 73px;
}

.banner-box a {
  width: 32.33%;
  height: 73px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  line-height: 73px;
}

.click-on {
  margin-right: 6px;
}


.slider {
	min-width: 1000px;
	height: 779px;
	overflow: hidden;
	position: relative;
	/* margin-top: 68px; */
}

.tit {
	color: #13295b;
	line-height: 30px;
	font-size: 18px;
	border-bottom: 2px solid #13295b;
	margin-top: 20px;
}

.content {
	padding-bottom: 40px;
}

.ct_box {
	min-height: 200px;
	margin: 0 auto;
	padding: 45px 0;
	line-height: 2em;
}

.footer {
	min-width: 1000px;
	height: 60px;
	background: #b5aea6;
	clear: both;
}

.ft_ct {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
}

.ft_ct a {
	color: #fff;
}

/* Ö°Î» */

.ct_box {
  min-height: 200px;
  width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}


.biao {
	font-size: 16px !important;
}

.ct_box h1 {
	font-size: 18px !important;
}

.biao a {
	color: #333333;
}

.biao a:hover {
	color: #003366;
}