/* CSS Document */

@charset "gb2312";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-size: 14px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
select,
img {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:focus {
	outline: none;
}

img {
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(165, 165, 165, 0.2)
}

li {
	list-style-type: none;
}

select {
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	appearance: none;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

input {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}


/**初始化结束***/

.wrap {
	width: 100%;
	margin: 0 auto;
}

.bgf7f7f5 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e9e9e9;
	width: 100%;
	height: 37px;
	z-index: 999;
}

.bgf7f7f5 .floatl {
	padding-top: 6px;
}

.bgf7f7f5 .floatr {
	padding-top: 8px;
}

.bgf7f7f5 .floatr a {
	padding-left: 5px;
	cursor: pointer;
}

.banner {
	position: relative;
	width: 1000px;
	height: 136px;
	margin: 0 auto;
	z-index: 666;
}

.silder {
	position: relative;
	height: 340px;
	z-index: 999;
}

ul.silderul {
	position: relative;
	height: 340px;
	width: 1000px;
	overflow: hidden;
}

ul.silderul li {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1;
	height: 340px;
}

ul.silderul li.first {
	left: 0;
}

ul.silderul a {
	display: block;
	position: relative;
}

ul.silderul a img {
	width: 1000px;
	height: 308px;
	display: block;
}

ul.silderul a span {
	display: block;
	background-color: #44423f;
	color: #fff;
	padding: 5px 0 7px 20px;
	position: absolute;
	bottom: -27px;
	left: 0;
	z-index: 3;
	width: 98%;
}

#prve,
#next {
	position: absolute;
	top: 36%;
	z-index: 66;
	cursor: pointer;
	display: none;
}

#prve {
	left: 0;
}

#next {
	right: 0;
}

.sibox {
	position: absolute;
	right: 20px;
	top: 308px;
	*top: 308px;
	z-index: 99;
}

.sibox span {
	width: 7px;
	height: 7px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #fff;
	margin-left: 3px;
	*margin-left: 7px;
	cursor: pointer;
}

.sibox span.on {
	background-color: #ffa800;
}


/*footer start*/

#footer {
	margin-top: 30px;
	height: 123px;
	background-color: #EBF4FB;
	color: #0455a6;
	line-height: 21px;
	text-align: center;
	font-size: 13px;
	position: relative;
}

#footer a {
	color: #0455a6;
}

#footer span {
	font-family: "Arial";
}

#footer .relative {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#footer .absolute {
	position: absolute;
	top: 81px;
	left: 200px;
	z-index: 3;
}

#footer .top {
	float: left;
	width: 150px;
	height: 90px;
	margin-left: 25px;
	margin-top: 25px;
	text-align: right;
}

#footer .mid {
	float: left;
	text-align: center;
	margin-left: 120px;
}

#footer .mid .pft {
	padding-top: 30px;
}

#footer .mid .ppt3 {
	padding-top: 3px;
}


/*footer end*/


/*公共部分 end*/

.content {
	margin-top: 30px;
}

.til {
	position: relative;
	width: 100%;
	height: 46px;
	color: #fff;
}

.til .bg_title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.til span {
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 999;
	width: 126px;
	height: 46px;
}

.til span img {
	width: 100%;
	height: 100%;
}

.til a {
	position: absolute;
	font-size: 14px;
	color: #464646;
	right: 20px;
	top: 15px;
	z-index: 999;
}

.content ul {
	padding-bottom: 20px;
	width: 998px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-top: none;
}

.content li {
	float: left;
	width: 420px;
	margin: 9px 0 0 30px;
}

.content li a p {
	font-size: 14px;
	color: #959595;
	padding: 10px 0 15px 0;
}

.content li b {
	padding-right: 3px;
}

.content li a:hover {
	color: #008cfb;
}

.content li.first {
	border-bottom: 1px dashed #ddd;
	height: 85px;
	margin-top: 15px;
}

.content li.first a {
	font-size: 18px;
	color: #2d2d2d;
}

.flink {
	margin-top: 25px;
}

.flink-int {
	margin-top: 12px;
}

.flink-int a {
	display: block;
	float: left;
	margin-left: 19px;
}

.flink-int a.firsta {
	margin-left: 0;
}

.content li.floatr {
	float: right;
	margin-right: 30px;
}

.content {
	position: relative;
	z-index: 1;
}

.content .line {
	position: absolute;
	top: 58px;
	left: 497px;
	z-index: 2;
	width: 1px;
	height: 190px;
	background-color: #ededed;
}

.nflink {
	margin-top: 10px;
	border-top: none;
}

.nflink a {
	display: block;
	margin-bottom: 10px;
}

.nflinka {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 0;
}

.nflinka a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px;
	*margin-right: 19px;
}

.nflinka a img {
	display: block;
}

.banner_btm {
	margin-top: 30px;
}

.imgkx {
	margin-top: 30px;
	margin-bottom: 10px;
}

#demo .demotd {
	width: 180px;
	height: 135px;
	padding-right: 25px;
}

#demo {
	margin-top: 20px;
}

.demotd img {
	width: 180px;
	height: 135px;
}

#pos_top {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: auto;
}

#photo {
	position: relative;
	width: 998px;
	height: 196px;
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
}

#photo .photo_box {
	position: absolute;
	left: 20px;
	top: 18px;
	width: 960px;
	height: 160px;
	overflow: hidden;
}

#photo .photo_box ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

#photo .photo_box ul li {
	position: relative;
	float: left;
	display: inline-block;
	height: 100%;
}

#photo .photo_box ul li div {
	float: left;
	width: 196px;
	height: 100%;
}

#photo .photo_box ul li a {
	display: block;
	width: 176px;
	margin: 0 auto;
	height: 100%;
}

#photo .photo_box li a img {
	width: 100%;
	height: 130px;
	
}

#photo .photo_box li p {
	color: #2d2d2d;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}


