﻿@charset "utf-8";
/* CSS Document */

@import url(global.css);

.slideBox{ width:960px; height:322px; overflow:hidden; position:relative;    } 
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; } 
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  } 
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; } 
.slideBox .hd ul li.on{ background:#ccc; color:#fff; } 
.slideBox .bd{ position:relative; height:100%; z-index:0;   } 
.slideBox .bd img{ width:960px; height:322px; border:0} 

.qhei12 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #424242;
}
.Bqhei12 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #424242;
}
.Bfense12 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #ebddea;
}
.shenhong12 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #a10103;
}
.Bchengse20 {
	font-family: "宋体";
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #fe7202;
}
.Bheise20 {
	font-family: "宋体";
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
.xwjj {
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #bfbfbf;
}

.Bzise16 {
	font-family: "宋体";
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #920783;
}
.xiangxi {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #920783;
}
.shenhei14 {
	font-family: "宋体";
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}
.zise14 {
	font-family: "宋体";
	font-size: 14px;
	line-height: 26px;
	color: #920783;
}
.Bshenhei14 {
	font-family: "宋体";
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
}
.dszzl {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
.hyfsjj {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.Bzise12 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #920783;
}
.Bbaise12 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.baise12 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
}
.zise12 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #920783;
}a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
 .tdpic {
	WIDTH: 550px; FLOAT: left; HEIGHT: 350px
}

.tdpic .dis .b .text {
	POSITION: absolute; TEXT-ALIGN: center; LINE-HEIGHT: 20px; BACKGROUND-COLOR: #000; WIDTH: 550px; BOTTOM: 0px; HEIGHT: 20px; COLOR: #fff; FONT-SIZE: 14px; FONT-WEIGHT: bolder
}

.tdpic .dis .b {
	POSITION: relative; WIDTH: 550px; HEIGHT: 350px
}
.tdpic .dis {
	POSITION: relative; WIDTH: 550px; HEIGHT: 350px
}
.page {
	Z-INDEX: 10; POSITION: absolute; WIDTH: 250px; HEIGHT: 18px; TOP: 300px; LEFT: 400px
}
.page .l {
	PADDING-LEFT: 20px; FLOAT: left; HEIGHT: 18px
}
.page .l .us {
	BORDER-BOTTOM: #188eb4 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #188eb4 1px solid; LINE-HEIGHT: 15px; BACKGROUND-COLOR: #fff; WIDTH: 15px; DISPLAY: inline; FLOAT: left; HEIGHT: 15px; COLOR: #188eb4; FONT-SIZE: 12px; BORDER-TOP: #188eb4 1px solid; CURSOR: pointer; MARGIN-RIGHT: 6px; BORDER-RIGHT: #188eb4 1px solid
}
.page .l .s {
	BORDER-BOTTOM: #fff 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #fff 1px solid; LINE-HEIGHT: 15px; BACKGROUND-COLOR: #188cb1; WIDTH: 15px; DISPLAY: inline; FLOAT: left; HEIGHT: 15px; COLOR: #fff; FONT-SIZE: 12px; BORDER-TOP: #fff 1px solid; MARGIN-RIGHT: 6px; BORDER-RIGHT: #fff 1px solid
}



.imgShow {
	width:960px;
	padding-top:20px;
	float:left;
}/*相册*/

.bigImg {
	width:960px;
	height:526px;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	float:left;
	border:solid 1px #ccc;
	background:#fff;
	padding:1px;
}
.bigImg li{
	width:960px;
	height:526px;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.bigImg table { width:100%; height:100%; table-layout:fixed; }
.bigImg td {
	border:none;
	padding:0;
	width:960px;
	height:526px;
	text-align:center;
	vertical-align:middle;
}
.bigImg img {
	max-width:960px;
	max-height:526px;
width:expression(this.width > 675 && this.width / 675 >= this.height / 526 ? 675 : true);
height:expression(this.height > 526 && this.width / 675 < this.height / 526 ? 526 : true);
}

.smallImg {
	width:840px;
	height:84px;
	padding:0 47px;
	overflow:hidden;
	margin-top:15px;
	float:left;
	position:relative;
}
.smallImgIn {
	width:840px;
	height:84px;
	overflow:hidden;
}
.smallImgIn li { width:80px; height:80px; border:solid 1px #ccc; background:fff; padding:1px; overflow:hidden;  cursor:pointer; text-align:center; float:left; }
.smallImgIn .cur { padding:0; border:solid 2px #f79027; }
.smallImgIn img { max-width:80px; max-height:80px; width:expression(this.width > 80 && this.width / 80 >= this.height / 80 ? 80 : true);
height:expression(this.height > 80 && this.width / 80 < this.height / 80 ? 80 : true);
}
.smallImgIn table { width:100%; height:100%; table-layout:fixed; }
.smallImgIn td { border:none; padding:0; width:80px; height:80px; text-align:center; vertical-align:middle; background:#eee; }

.smallImg .btnLeft,.smallImg .btnRight{display:block; width:23px; height:71px; overflow:hidden; position:absolute; top:6px;}
.smallImg .btnLeft{left:11px;}
.smallImg .btnRight{right:11px;}
.smallImg .btnLeft:hover,.smallImg .btnRight:hover{top:5px; border:none;}

.aa {
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-top-width:1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-top-style:solid;
 border-left-style: solid;
 border-right-color: #f6d6f7;
 border-bottom-color: #f6d6f7;
 border-top-color:#f6d6f7;
 border-left-color: #f6d6f7;
}
.lc {
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-top-width:1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-top-style:solid;
 border-left-style: solid;
 border-right-color: #930784;
 border-bottom-color: #930784;
 border-top-color:#930784;
 border-left-color: #930784;
}
.aa1 {
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-top-width:1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-top-style:solid;
 border-left-style: solid;
 border-right-color: #f6d6f7;
 border-bottom-color: #f6d6f7;
 border-top-color:#f6d6f7;
 border-left-color: #f6d6f7;
 padding:1px;
}
.bb {
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-top-width:1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-top-style:solid;
 border-left-style: solid;
 border-right-color: #cccccc;
 border-bottom-color: #cccccc;
 border-top-color: #cccccc;
 border-left-color: #cccccc;
 padding:1px;
}
.cc {
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-top-width:1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-top-style:solid;
 border-left-style: solid;
 border-right-color: #cccccc;
 border-bottom-color: #cccccc;
 border-top-color: #cccccc;
 border-left-color: #cccccc;
}
.dd {
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-top-width:1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-top-style:solid;
 border-left-style: solid;
 border-right-color: #cccccc;
 border-bottom-color: #cccccc;
 border-top-color: #cccccc;
 border-left-color: #cccccc;
 padding:6px;
}
.ee {
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-top-width:1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-top-style:solid;
 border-left-style: solid;
 border-right-color: #FFF;
 border-bottom-color: #FFF;
 border-top-color: #FFF;
 border-left-color: #FFF;
}
.all {
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-top-width:1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-top-style:solid;
 border-left-style: solid;
 border-right-color: #e0cbe1;
 border-bottom-color: #e0cbe1;
 border-top-color: #e0cbe1;
 border-left-color: #e0cbe1;
}
.sxxx {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.pdboder{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.title{
color:#282828;
font-size:12px;
cursor:hand; 
font-weight:bold;
TEXT-DECORATION: none}
.title a {
color:#282828;
TEXT-DECORATION: none}
.title a:hover { TEXT-DECORATION: none}
.hdtj .hd ul li .bg {
	background-color: #000;
	height: 26px;
	width: 216px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.hdtj {
	height: 336px;
	width: 216px;
}
.hdtj .hd ul li {
	height: 305px;
	width: 216px;
	position: relative;
}
.hdtj .hd ul li img {
	height: 305px;
	width: 216px;
	text-align: center;
}
.hdtj .hd ul li .text {
	font-size: 12px;
	line-height: 26px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	height: 26px;
	width: 216px;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
.hdtj .bd ul li {
	display: inline-block;
	height: 26px;
	width: 10px;
}

.hdtj .hd ul li a {
	text-decoration: none;
	display: inline;
}
.hdtj .bd {
	height: 24px;
	line-height: 26px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b8a2a4;
	width: 100%;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
}




.hdtj .hd {
	height: 305px;
	width: 216px;
	overflow: hidden;
	position: relative;
}
.hdtj .bd ul {
	display: inline-block;
	height: 26px;
}
.hdtj .bd ul .on {
	color: #8b4f5b;
}
