﻿/* basic */
body {
	font: 12px/24px tahoma, Helvetica, Arial, "Microsoft YaHei";
	text-align: center;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, ul, p, dl, dt, dd, form, i {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul {
	list-style: none;
	overflow: hidden;
}
a {
	color: #c1bdb9;
	text-decoration: none;
}
img {
	border: none;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	zoom: 1;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}
/*layout_basic zzsc*/
.main {
	color: #c1bdb9;
	width: 960px;
	margin: 0px auto;
	text-align: center;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(49,35,24,0.3);
	text-align: left;
	z-index: 100;
}
.nav {
	width: 960px;
	margin: 0 auto;
}
.nav a {
	display: inline-block;
	height: 40px;
	padding: 0 20px;
}
.nav a:hover {
	color: #000;
}
.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: rgba(49,35,24,0.7);
	color: #fff;
	text-shadow: -1px -1px 0 #312318;
}
.table .thead {
	background-color: rgba(49,35,24,0.7);
}
.table td {
	padding: 5px 10px;
	border: 1px solid #312318;
}
.table .para {
	background-color: rgba(49,35,24,0.5);
}
.tabs {
	position: relative;
	width: 980px;
	height: 450px;
	overflow: hidden;
	margin: 0px auto;
}
.control {
	position: absolute;
	bottom: 18px;
	left: 95px;
	height: 27px;
	margin-right: 20px;
}
.control a {
	display: inline-block;
	width: 190px;
	height: 27px;
	color: #312318;
	background: url('icbg.png') no-repeat;
	text-align: center;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icbg.png');
}
.control .now {
	color: #ffffff;
	font-weight: bold;
}
.tab_con {
	height: 450px;
	overflow: hidden;
}
.tab_con img {
	display: block;
}
.tabs .prev {
	position: absolute;
	top: 180px;
	left: 30px;
	width: 44px;
	height: 44px;
	background: url('icon.png') no-repeat -0px -1px;
}
.tabs .next {
	position: absolute;
	top: 180px;
	right: 15px;
	width: 44px;
	height: 44px;
	background: url('icon.png') no-repeat -44px -1px;
}
.down {
	padding: 10px 50px;
	border: 1px solid #337aba;
	font-size: 36px;
	color: #fff;
	background-color: #458aca;
}
.big_content {
	position: absolute;
	left: 110px;
	top: 85px;
	width: 794px;
	height: 228px;
}
.left_img { float: left; width: 246px; height: 224px; background-color: #FFFFFF; 
}
.left_img img {
	padding: 3px;
}
.right_text { width: 500px; margin-left: 20px; height: 225px; float: left; 
}
.right_text h1 {
	float: left;
	padding:0 10px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #288eed;
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}
.right_text .para_01 { clear: both; width: 500px; padding-top:5px; font-size: 14px; line-height: 22px; text-align: left; text-indent: 2em; font-family: 微软雅黑, Arial, Helvetica, sans-serif; 
}
.right_text .para_01 a {
	color: maroon;
}
