@CHARSET "UTF-8";

body {
	text-align: center;
	-webkit-user-select: none;
	margin: 0px;
	padding: 0px;
	font-family: 'Microsoft YaHei';
	min-width: 1200px;
}
a {
	text-decoration: none;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

.clear {
	clear: both;
}

.a1{color:#333;text-decoration:none;}
.a1:hover{color:#ab000e;}
.a2{color:#fff;}
.a2:hover{color:#ff8400;}
.group-left{border-radius:10px 0 0 10px;background:url(../img/photo-group.png) #f9f9f9 -3px center no-repeat;}
.group-left:hover{background:url(../img/photo-group.png) #eeeeee -27px center no-repeat;}
.group-right{border-radius:0 10px 10px 0;background:url(../img/photo-group.png) #f9f9f9 -51px center no-repeat;}
.group-right:hover{background:url(../img/photo-group.png) #eeeeee -75px center no-repeat;}
.photo-min{border:1px solid #dfdfdf;max-width:120px;max-height:110px;}
.photo-min:hover{border:5px solid #dfdfdf;}
.photo-min-curr{border:5px solid #dfdfdf;}

.maind {
	background: #F4F4F4;
	margin-bottom: 20px;
}

.updaheight {
	width: 1110px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	margin: 0 auto;
}

.bdiv {
	width: 1100px;
	height: 100%;
	min-height: 660px;
	background: white;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
/* 	position: relative; */
}

/* --------------------#photoEnd 图片浏览完毕提示框--------------------- */
#photoEnd {
	display: none;
	z-index: 200;
	position: absolute;
	width: 240px;
	height: 100px;
	/* border: 1px solid #fff; */
}

#photoEnd_position {
	position: absolute;
	width: 240px;
	height: 100px;
	filter: alpha(opacity = 75);
	background-color: #000;
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0 !important;
}

#photoEnd_close {
	position: relative;
	/* border: 1px solid #fff; */
	color: #fff;
	width: 12px;
	height: 12px;
	font-size: 17px;
	line-height: 10px;
	padding: 0px 0px 0 0px;
	margin: 5px 5px 0 0;
	float: right;
	cursor: pointer;
}

#photoEnd_title {
	position: relative;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

#photoEnd_button {
	margin-top: 15px;
	text-align: center;
}

#photoEnd_button a {
	position: relative;
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #fff;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: transparent;
}

#photoEnd_next {
	margin-left: 20px;
}

/* -------------------------.w .center 中部div--------------------- */
.w {
	position: relative;
	width: 100%;
}

#navigation {
	/* 
	font-weight: 200; */
	font-size: 15px;
/* 	margin-top: 5px;
	margin-bottom: 5px; */
	color: #333333;
}

#center {
	/* padding: 30px 25px; */
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* -----------标题-------------- */
#title_first {
	/* 	font-size: 28px;
	font-weight: normal; */
	margin: 0  auto;
	width:72.5%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #000;
	font-family: 'Microsoft YaHei';
}

#title_second {
	/* 	padding: 10px 0 5px 0;
	border-bottom: 1px solid #cfcfcf; */
	/* text-align: center; */
	padding-bottom: 5px;
	font-size: 14px;
	color: #666666;
	font-family: 'Microsoft YaHei';
}

/* ------------图片---------------- */
#images {
	padding-left: 0px;
	padding-right: 0px;
}

#prevPhotoBtn {
	z-index: 10;
	display: none;
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	/* cursor: url(../img/cursor_left.cur), pointer; */
	background-image: url(../img/space.png);
}

#prevButton {
	position: absolute;
	left: 0;
	top: 165px;
	/* display: none; */
	height: 85px;
	width: 105px;
	background: url(../img/cursor.png) -65px 0 no-repeat;
}
#prevButton:hover{
	background: url(../img/cursor_hover.png) -65px 0 no-repeat;
}
#prevPhotoBtn:hover #prevButton{
	display: block;
}

#nextPhotoBtn {
	z-index: 10;
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	/* cursor: url(../img/cursor_right.cur), pointer; */
	background-image: url(../img/space.png);
}

#nextButton {
	position: absolute;
	right: 0;
	top: 165px;
	/* display: none; */
	height: 85px;
	width: 105px;
	background: url(../img/cursor.png) 0 0 no-repeat;
}
#nextButton:hover {
	background: url(../img/cursor_hover.png) 0 0 no-repeat;
}
#nextPhotoBtn:hover #nextButton{
	display: block;
}

#imagesTable {
	margin: 0 auto;
}

.relative {
	position: relative;
}

#photoOrig {
	z-index: 20;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 125px;
	/* top: 7px; */
	background-image:url(../img/photo_orig.png);
}

.photo-orig:hover {
	background-color: #aaa;
}

#photoImage {
	/* max-width: 948px; */
	max-width: 75%;
	max-height:100%;
}
.relative_ing{
	 height:421px;
	 width:1000px;
	 text-align: center;
	 vertical-align: middle;
	 display: table-cell;
}
#imageSize {
	display: inline-block;
	vertical-align: top;
	background: transparent;
	color: #ab000e;
	font-size: 30px;
	float:left;
	/* margin-left: 30px; */
	width: 10%;
    margin-top: 25px;
/* 	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20; */
}
#imageSize div {
	float: right;
	margin-right: 10px;
}
#imageSize .fs16 {
	font-size: 16px;
	/* color: #a1a1a1; */
	color:rgba(192,192,192,1);
}

/* ------------.mt20 图片下部描述---------------- */
#description {
	/* width: 823px; */
	width: 85%;
	float: left;
	height: 63px;
/* 	padding-left: 0px;
	padding-right: 0px; */
	padding-top: 20px;
	margin: 0 auto;
	margin-bottom: 10px;
	
}

#photoText {
	width: 92%;
	height: 100%;
	padding-left:10px;
	line-height: 2;
	font-size: 14px;
/* 	background-color: rgba(244,244,244,0.5); */
	color: #666;
	border-left-color: rgba(222,223,237,0.9);
	border-left-width: 1px;
	border-left-style: solid;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	text-align:left;
}
#photoText_all{
	display: inline-block;
	display:none;
	/* width:813px; */
	width: 85%;
	overflow: auto;
	margin:0 auto;
	margin-left: 10%;
	padding-left:10px;
	line-height: 2;
	font-size: 14px;
/* 	background-color: rgba(244,244,244,0.5); */
	color: #666;
	border-left-color: rgba(222,223,237,0.9);
	border-left-width: 1px;
	border-left-style: solid
}
#photoText_all_button{
	background:url(../img/内容更多.png)#f9f9f9 -12px -60px no-repeat;;
	width:20px;
	height:16px;
	left: 538px;
    top: 845px;
    position: absolute;
    outline:none;
}
#photoText_all_button :hover{
	background:red;
}
/* -------------------.mt30 底部缩略图------------------ */
.mt30 {
	padding-left: 0px;
	padding-right: 0px;
/* 	padding-top: 20px;
	padding-bottom: 20px; */
	margin:0 auto;
	width: 1000px;
}

#prevImages {
	width: 102px;
	padding-top: 4px;
	float: left;
}

#prevImages a {
	margin-top: 8%;
}

#prevImages_a {
	z-index: 2;
	position: absolute;
	left: -4px;
	top: -4px;
	background-color: #fff;
	border: 1px solid #dedfe3;
	width: 100px;
	height: 100px;
}

#prevImages_a img {
	margin-top: 13px;
}

#prevImages_b {
	z-index: 1;
	position: absolute;
	left: -2px;
	top: -2px;
	background-color: #fff;
	border: 1px solid #dedfe3;
	width: 100px;
	height: 100px;
}

#prevImages_c {
	border: 1px solid #dedfe3;
	width: 100px;
	height: 100px;
}

#prevImages_href {
	margin-left: 18px;
	margin-right: 0px;
	height: 124px;
	width: 12px;
	padding: 0 9px;
	float: left;
}

#imageMin {
	width: 672px;
	margin: 0 14px;
	overflow: hidden;
	float: left;
}

#imageMin_div {
	width: 90000px;
}

#photoMinContainer {
	width: 672px;
}

#photoMinCell {
	width: 124px;
	height: 124px;
}

#photoMinCell_div {
	width: 124px;
	display: inline-block;
}

#photoMinCell_div a {
	outline: none;
}

#nextImages {
	width: 102px;
	padding-top: 4px;
	float: right;
}

#nextImages a {
	margin-top: 8%;
}

#nextImages_a {
	z-index: 2;
	position: absolute;
	left: -4px;
	top: -4px;
	background-color: #fff;
	border: 1px solid #dedfe3;
	width: 100px;
	height: 100px;
}

#nextImages_a img {
	margin-top: 13px;
}

#nextImages_b {
	z-index: 1;
	position: absolute;
	left: -2px;
	top: -2px;
	background-color: #fff;
	border: 1px solid #dedfe3;
	width: 100px;
	height: 100px;
}

#nextImages_c {
	border: 1px solid #dedfe3;
	width: 100px;
	height: 100px;
}

#nextImages_href {
	margin-left: 0px;
	margin-right: 18px;
	height: 124px;
	width: 12px;
	padding: 0 9px;
	float: right;
}

/* -------------------------底部返回按钮-------------------------- */
#backButton {
	width: 1040px;
	height: 30px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: solid 1px #e5e5e5;
	position: absolute;
	bottom: 0;
}

#link {
	width: 10%;
	position: absolute;
	right: 0;
}

#link a {
	float: right;
	font-family: 'Microsoft YaHei';
	font-size: 15px;
	color: #666666;
	text-decoration: none;
}
#header_right_search button{
	height:27px!important;
}
#navigation{
	    text-align: left;
}
#navigation a{
	font-size: 15px;
    color: #333333;
}