﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
* a {
	color: #105ba3;
	text-decoration: none;
}
* a:hover {
	color:#105ba3;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.auxi-info {
	color: #777;
	font-size: 12px;
}
.summary {
	font-size: 14px;
	color: #666;
}
.text_center {
	text-align: center;
}
.text_square_blue {
	background: url(../images/global-square-blue.jpg) no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
.left_col {
	width: 650px;
	margin: 40px 0 20px 0;
}
.right_col {
	width: 323px;
	margin: 40px 0 20px 0;
}
.input {
	border: #bebebe solid 1px;
	font-size: 12px;
	color: #888;
	padding: 2px 5px;
	vertical-align: middle;
}
hr {
	height: 1px;
	border: none;
	border-top: #bebebe solid 1px;
	margin: 15px 0;
 *margin:15px 0 1px 0;
	float: none;
 *float:left;
	display: block;
}
p {
	font-size: 12px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #111;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #111;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #111;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333;
}
h1 a, h2 a, h3 a, h4 a {
	color: #111;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
.more {
	font-size: 10px;
	text-transform: uppercase;
}
/*头部*/
#header {
	background: url(../images/header-outer-background.jpg) top left repeat-x;
}
#header .inner {
	padding-top: 10px;
	background: url(../images/header-inner-background.jpg) top left repeat-x;
}
#right-ear {
	margin: 10px 0;
	float: right;
        width:400px;
}
/*搜索框*/
#right-ear #search-box {
	width: 320px;
	height: 35px;
	line-height: 35px;
	border: #bdbdbd solid 1px;
	background-color: #fff;
	float: right;
}
#right-ear #search-box input {
	font-size: 12px;
	color: #999;
	border: none;
 *border:#000;
	outline: none;
	height: 34px;
	width: 265px;
	margin: 0 10px;
	line-height: 34px;
	vertical-align: middle;
}
#right-ear #search-box img {
	vertical-align: middle;
}
/*导航*/
#nav {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/nav-background.jpg);
}
#nav ul {
}
#nav ul li {
	display: inline-block;
 *display:inline;
 *zoom:1;
}
#nav ul li a {
	display: block;
	color: #fff;
	padding: 0 15px;
}
#nav ul li a:hover, #nav ul li.selected {
	background-color: #105ba3;
}
#secnav {
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #d5d5d5;
	text-transform: uppercase;
	display: none;
}
#secnav div {
	display: none;
}
#secnav a {
	margin: 0 5px;
}
/*首页相册*/
#index-gallery {
	width: 1000px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
#index-gallery img {
	display: none;
}
#index-gallery .gallery-caption {
	height: 170px;
	width: 320px;
	background: url(../images/index-gallery-caption-background.png);
	position: absolute;
	right: -360px;
	top: 80px;
	padding: 20px;
	color: #000;
}
#index-gallery .gallery-caption .btnClose {
	position: absolute;
	top: 10px;
	right: 10px;
}
#index-gallery .gallery-caption p.title {
	font-size: 24px;
	font-weight: 100;
	color: #105ba3;
}
#index-gallery #triggers {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1000px;
	height: 48px;
	line-height:48px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}
#index-gallery #triggers a {
	margin:0 4px;
	color:#fff;
}
#index-gallery #triggers a.selected {
	color:#105ba3;
}

/*底部*/
#footer {
	background: url(../images/footer-background.jpg) bottom repeat-x;
	padding-bottom: 60px;
	text-align: center;
}
#footer p {
	font-size: 11px;
}
/**/
.content {
	padding: 40px 0;
	border-top: #bfbfbf 5px solid;
	border-bottom: #bfbfbf 5px solid;
        margin-top:5px;
}
.content .text p {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
/*翻页*/
.page-tuner {
	text-align: right;
	margin: 10px 0;
}
.page-tuner a {
	padding: 5px 10px;
	background-color: #5798d7;
	color: #fff;
	font-size: 12px;
	display: inline-block;
}
.page-tuner .selected, .page-tuner a:hover {
	font-weight: bold;
	background-color: #105ba3;
}
.box {
	padding: 10px;
	border: #ddd 1px solid;
	border-bottom: #105ba3 6px solid;
}
.box .section-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
/*内页Gallery*/
#detail-gallery {
	width: 323px;
	position: relative;
	overflow: hidden;
}
#detail-gallery img {
	display: none;
}
#detail-gallery .gallery-caption {
	padding: 10px;
	background-color: #105ba3;
}
#detail-gallery .gallery-caption div {
	display: none;
}
#detail-gallery .gallery-caption div p {
	color: #fff;
	font-size: 12px;
	font-style: italic;
}
/*小分类*/
.sub-title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.sub-title a {
	display: inline-block;
	padding: 0 5px;
}
.sub-title a:hover, .sub-title a.selected {
	background-color: #5798d7;
	color: #fff;
}
#in_page_menu ul {
	font-size:14px;
	list-style:none;
}
#in_page_menu ul ul {
	margin-left:20px;
}
#in_page_menu li {
	margin: 4px;
}
#in_page_menu li.selected {
	font-weight: bold;
}
#in_page_menu li.selected a {
	color:#000;
	cursor:default;
}