.clearfix {
  *zoom: 1;
}
.kuas {float:left; line-height:38px;}
.dengk { float:right; line-height:38px;}
.an { float:right; margin-top:10px; margin-right:5px; display:inline;}
.dengk a { font-family:"微软雅黑"; color:#fff; font-size:14px;}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #444;
  /*font: 13px/1.7em 'Droid Sans', sans-serif;*/
  background-image: url(../img/bg.png);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #42a4cb;
  background-image: -moz-linear-gradient(top, #E62A2A;, #2f96bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E62A2A;), to(#2f96bf));
  background-image: -webkit-linear-gradient(top, #E62A2A;, #2f96bf);
  background-image: -o-linear-gradient(top, #E62A2A;, #2f96bf);
  background-image: linear-gradient(to bottom, #E62A2A;, #2f96bf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4eadd3', endColorstr='#ff2f96bf', GradientType=0);
  border-color: #2f96bf #2f96bf #206681;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96bf;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #2f96bf;
  *background-color: #2a86aa;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #257696 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3568B3;
  background-image: -moz-linear-gradient(top, #255EB1, #3568B3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#255EB1), to(#3568B3));
  background-image: -webkit-linear-gradient(top, #255EB1, #3568B3);
  background-image: -o-linear-gradient(top, #255EB1, #3568B3);
  background-image: linear-gradient(to bottom, #255EB1, #3568B3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4255EB1', endColorstr='#ff3568B3', GradientType=0);
  border-color: #3568B3 #3568B3 #3568B3;
  *background-color: #3568B3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow:none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #3568B3;
  *background-color: #3568B3;
}
.btn-info:active,
.btn-info.active {
  background-color: #3568B3 \9;
}
a:hover{
	text-decoration : underline;
}
/*------------------------------------------------------------------

[Misc Styles]

-------------------------------------------------------------------*/
h1 .label,
h2 .label,
h3 .label {
  position: relative;
  top: -4px;
  margin-right: .5em;
}
h1 .label {
  top: -8px;
}
h2 .label {
  top: -6px;
}
.well hr {
  border-top: 1px solid #D7D7D7;
  border-bottom: none;
}
.clear {
  clear: both;
}
header,
nav,
section,
article,
aside,
#footer {
  display: block;
}
.thumbnail {
	display: inline-block;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.thumbnail-view {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /*cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;*/
}
.thumbnail-view img {
  max-width: 100%;
}
.thumbnail-view .thumbnail-view-hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background: #111111 url(../img/gallery/zoom.png) no-repeat 50%;
  z-index: 10;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.thumbnail-view:hover .thumbnail-view-hover {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  opacity: .5;
  filter: alpha(opacity=50);
}
.thumbnail-footer {
  padding: 7px 10px;
  border-top: 1px dotted #ccc;
}
.thumbnail-footer:before,
.thumbnail-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.thumbnail-footer:after {
  clear: both;
}
.thumbnail-footer a {
  color: #999;
  font-size: 12px;
}
.thumbnail-footer a:hover {
  text-decoration: none;
  color: #e5412d;
}
.thumbnail-footer .pull-left a {
  padding: 0 12px 0 0;
}
.thumbnail-footer .pull-right a {
  padding: 0 0 0 12px;
}
.ui-lightbox,
.ui-lightbox-gallery a {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.topbar{
	color: #fff;
	font-family: "Avenir LT W01 95 Black",Helvetica,Arial,sans-serif;
	z-index: 1030;
	background-color:#262626;
	border-bottom:rgb(211,209,208) 1px solid;
	height:38px;
	width:100%;
}
.top-nav{
	font-size:14px; height:38px; width:1070px; margin:0px auto; float:none;
}
.top-nav ul{ float:left; width:400px; height:38px;
	list-style:none;
	margin:0px 30px 0px 30px;
}
.top-nav ul li{
	float:left;
}
.top-nav .pull-left li{
	margin-right:10px;
}
.top-nav .pull-right li{
	margin-left:5px; float:left;
}
.top-nav ul li a{
	color:#fff;
}
.navbar {
  height:156px;
  z-index: 1032;  border-bottom:5px solid rgb(50,50,50); width:100%;
  margin-bottom: 0;
}
.navbar .container {
  width: 1070px;
}
.navbar .nav > li{
	line-height:normal;
}
.navbar .nav .dropdown-toggle{
	margin-bottom:0px;
}
.navbar .nav > li.divider-vertical {
  position: relative;
  top: -5px;
  margin: 0 15px;
  border-right-color: #333;
  border-left-color: #111;
}
.navbar .brand {
  margin-top: -1px;
}
.navbar .navbar-inner {
  max-width: 1070px;
  margin: 0 auto;
}
.navbar .nav {
  margin: 8px 0px 0px 0px; width:1070px;
}
.navbar .nav > li {

  margin-bottom:-5px;
  text-align:center;
}
.navbar .nav > li > a {
  padding: 5px 10px;
  font-size:16px;
  color:rgb(50,50,50);
  font-weight:bold;
  text-shadow: none;
  /**text-transform: lowercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;**/
}
.navbar .nav > li > a:focus {
  color: #777;
  background:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li.dropdown > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open > .dropdown-toggle,
.navbar .nav > li.dropdown.active > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open > .dropdown-toggle {
  color: #E62A2A;
  background:none;
  border-bottom:5px solid #E62A2A;
  margin-bottom:-5px;
}
.navbar .nav > li > a:hover .caret,
.navbar .nav > li.dropdown > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav > li.dropdown.active > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open > .dropdown-toggle .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.dropdown.active > .dropdown-toggle {
  color: #E62A2A;
  background:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
   /*
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;*/
}
.navbar .nav > li.active > a .caret,
.navbar .nav > li.active > a:hover .caret,
.navbar .nav > li.dropdown.active > .dropdown-toggle .caret {
  border-top-color: #E62A2A;
  border-bottom-color: #E62A2A;
}
.navbar .nav > li.dropdown.active > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open > .dropdown-toggle {
  color: #E62A2A;
}
.navbar .nav > li.dropdown.active > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open > .dropdown-toggle .caret {
  border-top-color: #E62A2A;
  border-bottom-color: #E62A2A;
}
.navbar .nav .action {
  margin-right: .25em;
  margin-left: .25em;
  color: #ffffff;
  background-color: #2c2c2c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#footer {
	border-top: solid 8px #0E66AE;
  width:100%;
  margin: 0 auto;
  padding-bottom:20px;
  color: rgb(50,50,50);
  text-align:center;
  background-color:#fff;
}
#footer .ft-auxiliary{
  width:940px;
  padding-bottom:13px;
  text-align:center;
  border-bottom:5px solid rgb(50,50,50);
}
#footer .ft-auxiliary ul{
  float:left;
}
#footer .ft-auxiliary ul li{
  text-align:center;
  font-size:14px;
  margin:0px;
}
#footer .ft-auxiliary ul li a{
  font-size:14px;
}

#footer .ft-info {  padding-top:20px;
	width:1070px;
	text-align:center; margin:0px auto;
	margin-top:20px;
	background-color:#fff;
}
#footer p {
  margin-bottom: 0;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  float: left;
  margin: 0 0 0 1em;
  list-style: none;
}
#footer #copyright {
  text-align: left;
}
#footer #terms {
  text-align: right;
}
#footer #terms a {
  margin-left: 1em;
}
.headline{
	display: block;
	font-size: 24px;
	font-family: 寰蒋闆呴粦,榛戜綋,Verdana;
	font-weight: 500;
	line-height: 22px;
	margin: 35px 0 15px 0px;
	clear: both;
	zoom: 1;
	background: url(../img/titleEditLine.png);
	overflow: hidden;
	position: relative;
}
.headline .headline-content {
	line-height: 24px;
	display: block;
	float: left;
	padding: 0 8px 0 5px;
	background: #fff;
}
/*------------------------------------------------------------------
[ Back to Top / #back-to-top ]
*/
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  display: block;
  background: #222;
  background: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#back-to-top:hover {
  text-decoration: none;
  background-color: #E62A2A;
}
#back-to-top i {
  color: #fff;
}
/*------------------------------------------------------------------
[ Dropdown Menu / .dropdown-menu ]
*/
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu:hover > a {
  color: #ffffff;
  background-color: #E62A2A;
  background-image: -moz-linear-gradient(top, #E62A2A;, #E62A2A;);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E62A2A;), to(#E62A2A;));
  background-image: -webkit-linear-gradient(top, #E62A2A;, #E62A2A;);
  background-image: -o-linear-gradient(top, #E62A2A;, #E62A2A;);
  background-image: linear-gradient(to bottom, #E62A2A;, #E62A2A;);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4eadd3', endColorstr='#ff4eadd3', GradientType=0);
  background: #E62A2A;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  background: #bbbbbb;
  text-shadow: none;
}
.dropdown-submenu > a::after {
  margin-right: .25em;
}
body:not(:-moz-handler-blocked) .dropdown-submenu > a:after {
  margin-top: -14px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #E62A2A;
  background-image: -moz-linear-gradient(top, #E62A2A;, #E62A2A;);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E62A2A;), to(#E62A2A;));
  background-image: -webkit-linear-gradient(top, #E62A2A;, #E62A2A;);
  background-image: -o-linear-gradient(top, #E62A2A;, #E62A2A;);
  background-image: linear-gradient(to bottom, #E62A2A;, #E62A2A;);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4eadd3', endColorstr='#ff4eadd3', GradientType=0);
  background: #E62A2A;
}
.font_change{
	margin-top:20px;
	font-size:14px;
	text-align:right;
}
.font_change span button{
	padding:3px 5px;
}
.article-content {
    line-height: 26px;
    font-size: 14px;
    color: #333333;
	overflow:hidden;
}
.article-content p {
	line-height: 26px;
	margin: 15px 0;
	padding: 0;
}
.article-content hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid rgb(199,199,199);
	border-bottom: 1px solid rgb(240,240,240);
}
.font_down{
	font-size:14px;
}
.font_up{
	font-size:16px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
/*------------------------------------------------------------------
[ Modal / .modal ]
*/
.modal {
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.modal .modal-body {
  padding-top: 25px;
}
.modal-header {
  padding: 18px 15px;
  background-color:#427BD2;
  background-image: -moz-linear-gradient(top, #427BD2, #2A63BA);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#427BD2), to(#2A63BA));
  background-image: -webkit-linear-gradient(top, #427BD2, #2A63BA);
  background-image: -o-linear-gradient(top, #427BD2, #2A63BA);
  background-image: linear-gradient(to bottom, #427BD2, #2A63BA);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff427BD2', endColorstr='#ff2A63BA', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin-bottom: 0;
  font-weight: 400;
}
.modal-header h3 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.modal-header .modal-title{
  color: #ffffff;
  font-size:24px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.modal-header .close {
  /*margin-top: -10px;*/
  color: #ffffff;
  font-size: 24px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.modal-header .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
#portfolio-detail-images {
  padding-right: 2em;
}
.clear {
  clear: both;
}
.wrapper{
	margin: 0 auto;
	width: 100%;
	background-color:rgb(247,246,243);
	
}
.containerWrapper{
	margin: 0 auto;
	width: 100%;
}
#shortcuts{
	position: absolute;
	top: 260px;
	left: 1000px;
	z-index: 1005;
	margin: 0;
	font-size:40px;
}
#shortcuts .fixed{
	position: fixed;
	right:20px;
	bottom:100px;
}
#shortcuts ul{
	list-style: none;
	margin:0px;
}
#shortcuts ul li{
	margin-top:5px;
}
#shortcuts ul li a{
	padding:auto;
	width: 45px;
	height: 45px;
	display: block;
	background: #222;
	background: rgba(0, 0, 0, 0.75);
	font-size: 20px;
	text-align: center;
	vertical-align:middle;
	line-height: 45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#shortcuts ul li a:hover {
	text-decoration: none;
	background-color: #E62A2A;
}
#shortcuts i{
	color:#fff;
}
.tabbable .nav-tabs{
	margin-bottom:0px;
}
.tabbable .nav-tabs  a{
    padding:5px 20px;
	font-size:16px;
	border-top:none;
	text-align:center;
	background-color:rgb(202,202,202);
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, 
.nav-tabs>.active>a:focus{
	border-top:none;
	color:#fff;
}
.tab-content{
	padding:5px 40px;
	background-color:rgb(230,230,230);
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	/* Webkit browsers */
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	/* W3C syntax */
	border-bottom-left-radius:  6px;
	border-bottom-right-radius: 6px;
}

.gv_galleryWrap{
	background:transparent;
}

.detail .foot{
	float:left;
	width:100%;
	margin-top:60px;
}
.paginationInfo{
	display:none;
}
.pagination{
	float:none;
	margin:0px;
	margin-left:0px;
	padding-left:0px;
}
.pagination .current {
	margin-left:0px;
	margin-right:4px;
}
.pagination .disabled{
	margin-left:0px;
	margin-right:4px;
}
.pagination ul li:first-child a,
.pagination ul li:last-child a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pagination ul li a {
  padding: 0 10px;
  margin-right: .5em;
  line-height: 32px;
  color: #444444;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-color: #eeeeee #eeeeee #c8c8c8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pagination ul li a:hover {
  color: #444444;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e4e4e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e4e4e4));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e4e4e4);
  background-image: -o-linear-gradient(top, #f5f5f5, #e4e4e4);
  background-image: linear-gradient(to bottom, #f5f5f5, #e4e4e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe4e4e4', GradientType=0);
  border-color: #e4e4e4 #e4e4e4 #bebebe;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.pagination ul li.active a {
  font-weight: 600;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8ab15a;
  background-image: -moz-linear-gradient(top, #94ba65, #7ba349);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94ba65), to(#7ba349));
  background-image: -webkit-linear-gradient(top, #94ba65, #7ba349);
  background-image: -o-linear-gradient(top, #94ba65, #7ba349);
  background-image: linear-gradient(to bottom, #94ba65, #7ba349);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff94ba65', endColorstr='#ff7ba349', GradientType=0);
  border-color: #7ba349 #7ba349 #536e31;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
span.required-field{
	color: red;	
}
.alert{
	max-height:100px;
	overflow:auto;
}
.checkbox-column{
	text-align:center;
}
.thumbnail{
	margin-bottom:0px;
}

.operateDiv{
	margin-top:10px;
}
.listDiv{
	margin-top:10px;
}

#countdownSpan{
	background-color: gold;
	padding: 3px 5px;
	margin: 0px 5px;
	font-weight: bold;
	color: inherit;
}
.home-content ul{
	margin:0px 0px 0px 3px;
	position: relative;
}
.home-content ul li{
	list-style-type: none;
	float: left;
	margin:20px 0px 0px 17px;
	position: relative;
}
.home-content .summary-text {
	position: absolute;
	top: auto;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 63px;
	line-height: 63px;
}
.home-content .summary-text span{
	padding-left:10px;
	color: #fff;
	font-size:16px;
}
.home-content .summary-text span i{
	padding:20px 10px 0 0;
	font-size:24px;
}
.home-content ul li:hover,
.home-content ul li:focus{
	cursor:pointer;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.8);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.8);
}


body {
   font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
   letter-spacing:1px;
}
.navbar .nav > li {
  letter-spacing:0px;
}

.navbar .nav > li.color_a,
.navbar .nav > li.color_b,
.navbar .nav > li.color_c,
.navbar .nav > li.color_d,
.navbar .nav > li.color_e,
.navbar .nav > li.color_f,
.navbar .nav > li.color_g
{
	width:123px;
}
.navbar .nav > li.color_h{
	width:106px;
}

/*****************
* color_a------------start
******************/
.navbar .nav > li.color_a > a:hover,
.navbar .nav > li.open.color_a ,
.navbar .nav > li.active.color_a,
.navbar .nav > li.active.open.color_a,
.navbar .nav > li.dropdown.color_a > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open.color_a > .dropdown-toggle,
.navbar .nav > li.dropdown.active.color_a > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_a > .dropdown-toggle {
  color: #E62A2A;
  background:none;
  border-bottom:5px solid #E62A2A;
  margin-bottom:-5px;
}
.navbar .nav > li.color_a > a:hover .caret,
.navbar .nav > li.dropdown.color_a > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.open.color_a > .dropdown-toggle .caret,
.navbar .nav > li.dropdown.active.color_a > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_a > .dropdown-toggle .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.navbar .nav > li.active.color_a > a,
.navbar .nav > li.active.color_a > a:hover,
.navbar .nav > li.dropdown.active.color_a > .dropdown-toggle {
  color: #E62A2A;
  background:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li.active.color_a  > a .caret,
.navbar .nav > li.active.color_a  > a:hover .caret,
.navbar .nav > li.dropdown.active.color_a  > .dropdown-toggle .caret {
  border-top-color: #E62A2A;
  border-bottom-color: #E62A2A;
}
.navbar .nav > li.dropdown.active.color_a  > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_a  > .dropdown-toggle {
  color: #E62A2A;
}
.navbar .nav > li.dropdown.active.color_a  > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_a  > .dropdown-toggle .caret {
  border-top-color: #E62A2A;
  border-bottom-color: #E62A2A;
}
.dropdown-menu li.color_a> a:hover,
.dropdown-menu li.color_a > a:focus,
.dropdown-menu.color_a:hover > a {
  color: #ffffff;
  background-color: #E62A2A;
  background-image: -moz-linear-gradient(top, #E62A2A, #E62A2A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E62A2A), to(#E62A2A));
  background-image: -webkit-linear-gradient(top, #E62A2A, #E62A2A);
  background-image: -o-linear-gradient(top, #E62A2A, #E62A2A);
  background-image: linear-gradient(to bottom, #E62A2A, #E62A2A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62A2A', endColorstr='#E62A2A', GradientType=0);
  background: #E62A2A;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-submenu li.color_a > a:hover,
.dropdown-submenu li.color_a > a:focus,
.dropdown-submenu.color_a:hover > a {
  background-color: #E62A2A;
  background-image: -moz-linear-gradient(top, #E62A2A, #E62A2A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E62A2A), to(#E62A2A));
  background-image: -webkit-linear-gradient(top, #E62A2A, #E62A2A);
  background-image: -o-linear-gradient(top, #E62A2A, #E62A2A);
  background-image: linear-gradient(to bottom, #E62A2A, #E62A2A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62A2A', endColorstr='#E62A2A', GradientType=0);
  background: #E62A2A;
}
/**************************
* color_a------------end
***************************/
/*****************
* color_b------------start
******************/
.navbar .nav > li.color_b > a:hover,
.navbar .nav > li.open.color_b ,
.navbar .nav > li.active.color_b,
.navbar .nav > li.active.open.color_b,
.navbar .nav > li.dropdown.color_b > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open.color_b > .dropdown-toggle,
.navbar .nav > li.dropdown.active.color_b > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_b > .dropdown-toggle {
  color: #FF740F;
  background:none;
  border-bottom:5px solid #FF740F;
  margin-bottom:-5px;
}
.navbar .nav > li.color_b > a:hover .caret,
.navbar .nav > li.dropdown.color_b > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.open.color_b > .dropdown-toggle .caret,
.navbar .nav > li.dropdown.active.color_b > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_b > .dropdown-toggle .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.navbar .nav > li.active.color_b > a,
.navbar .nav > li.active.color_b > a:hover,
.navbar .nav > li.dropdown.active.color_b > .dropdown-toggle {
  color: #FF740F;
  background:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li.active.color_b  > a .caret,
.navbar .nav > li.active.color_b  > a:hover .caret,
.navbar .nav > li.dropdown.active.color_b  > .dropdown-toggle .caret {
  border-top-color: #FF740F;
  border-bottom-color: #FF740F;
}
.navbar .nav > li.dropdown.active.color_b  > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_b  > .dropdown-toggle {
  color: #FF740F;
}
.navbar .nav > li.dropdown.active.color_b  > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_b  > .dropdown-toggle .caret {
  border-top-color: #FF740F;
  border-bottom-color: #FF740F;
}
.dropdown-menu li.color_b> a:hover,
.dropdown-menu li.color_b > a:focus,
.dropdown-menu.color_b:hover > a {
  color: #ffffff;
  background-color: #FF740F;
  background-image: -moz-linear-gradient(top, #FF740F, #FF740F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF740F), to(#FF740F));
  background-image: -webkit-linear-gradient(top, #FF740F;, #FF740F;);
  background-image: -o-linear-gradient(top, #FF740F, #FF740F);
  background-image: linear-gradient(to bottom, #FF740F, #FF740F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF740F', endColorstr='#FF740F', GradientType=0);
  background: #FF740F;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-submenu li.color_b > a:hover,
.dropdown-submenu li.color_b > a:focus,
.dropdown-submenu.color_b:hover > a {
  background-color: #FF740F;
  background-image: -moz-linear-gradient(top, #FF740F, #FF740F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF740F), to(#FF740F));
  background-image: -webkit-linear-gradient(top, #FF740F, #FF740F);
  background-image: -o-linear-gradient(top, #FF740F, #FF740F);
  background-image: linear-gradient(to bottom, #FF740F, #FF740F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF740F', endColorstr='#FF740F', GradientType=0);
  background: #FF740F;
}
/**************************
* color_b------------end
***************************/
/*****************
* color_c------------start
******************/
.navbar .nav > li.color_c > a:hover,
.navbar .nav > li.open.color_c ,
.navbar .nav > li.active.color_c,
.navbar .nav > li.active.open.color_c,
.navbar .nav > li.dropdown.color_c > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open.color_c > .dropdown-toggle,
.navbar .nav > li.dropdown.active.color_c > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_c > .dropdown-toggle {
  color: #F3D30C;
  border-bottom:5px solid #F3D30C;
}
.navbar .nav > li.active.color_c > a,
.navbar .nav > li.active.color_c > a:hover,
.navbar .nav > li.dropdown.active.color_c > .dropdown-toggle {
  color: #F3D30C;
}
.navbar .nav > li.active.color_c > a .caret,
.navbar .nav > li.active .color_c> a:hover .caret,
.navbar .nav > li.dropdown.active.color_c > .dropdown-toggle .caret {
  border-top-color: #F3D30C;
  border-bottom-color: #F3D30C;
}
.navbar .nav > li.dropdown.active.color_c > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_c > .dropdown-toggle {
  color: #F3D30C;
}
.navbar .nav > li.dropdown.active.color_c > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_c > .dropdown-toggle .caret {
  border-top-color: #F3D30C;
  border-bottom-color: #F3D30C;
}
.dropdown-menu li.color_c> a:hover,
.dropdown-menu li.color_c > a:focus,
.dropdown-menu.color_c:hover > a {
  color: #ffffff;
  background-color: #F3D30C;
  background-image: -moz-linear-gradient(top, #F3D30C, #F3D30C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3D30C), to(#F3D30C));
  background-image: -webkit-linear-gradient(top, #F3D30C;, #F3D30C);
  background-image: -o-linear-gradient(top, #F3D30C, #F3D30C);
  background-image: linear-gradient(to bottom, #F3D30C, #F3D30C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3D30C', endColorstr='#F3D30C', GradientType=0);
  background: #F3D30C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-submenu li.color_c > a:hover,
.dropdown-submenu li.color_c > a:focus,
.dropdown-submenu.color_c:hover > a {
  background-color: #F3D30C;
  background-image: -moz-linear-gradient(top, #F3D30C, #F3D30C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3D30C), to(#F3D30C));
  background-image: -webkit-linear-gradient(top, #F3D30C, #F3D30C);
  background-image: -o-linear-gradient(top, #F3D30C, #F3D30C);
  background-image: linear-gradient(to bottom, #F3D30C, #F3D30C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3D30C', endColorstr='#F3D30C', GradientType=0);
  background: #F3D30C;
}
/**************************
* color_c------------end
***************************/
/*****************
* color_d------------start
******************/
.navbar .nav > li.color_d > a:hover,
.navbar .nav > li.open.color_d ,
.navbar .nav > li.active.color_d,
.navbar .nav > li.active.open.color_d,
.navbar .nav > li.dropdown.color_d > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open.color_d > .dropdown-toggle,
.navbar .nav > li.dropdown.active.color_d > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_d > .dropdown-toggle {
  color: #82D008;
  border-bottom:5px solid #82D008;
}
.navbar .nav > li.active.color_d > a,
.navbar .nav > li.active.color_d > a:hover,
.navbar .nav > li.dropdown.active.color_d > .dropdown-toggle {
  color: #82D008;
}
.navbar .nav > li.active.color_d > a .caret,
.navbar .nav > li.active .color_d> a:hover .caret,
.navbar .nav > li.dropdown.active.color_d > .dropdown-toggle .caret {
  border-top-color: #82D008;
  border-bottom-color: #82D008;
}
.navbar .nav > li.dropdown.active.color_d > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_d > .dropdown-toggle {
  color: #82D008;
}
.navbar .nav > li.dropdown.active.color_d > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_d > .dropdown-toggle .caret {
  border-top-color: #82D008;
  border-bottom-color: #82D008;
}
.dropdown-menu li.color_d> a:hover,
.dropdown-menu li.color_d > a:focus,
.dropdown-menu.color_d:hover > a {
  color: #ffffff;
  background-color: #82D008;;
  background-image: -moz-linear-gradient(top, #82D008, #82D008);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#82D008), to(#82D008));
  background-image: -webkit-linear-gradient(top, #82D008;, #82D008);
  background-image: -o-linear-gradient(top, #82D008, #82D008);
  background-image: linear-gradient(to bottom, #82D008, #82D008);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82D008', endColorstr='#82D008', GradientType=0);
  background: #82D008;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-submenu li.color_d > a:hover,
.dropdown-submenu li.color_d > a:focus,
.dropdown-submenu.color_d:hover > a {
  background-color: #82D008;;
  background-image: -moz-linear-gradient(top, #82D008, #82D008);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#82D008), to(#82D008));
  background-image: -webkit-linear-gradient(top, #82D008, #82D008);
  background-image: -o-linear-gradient(top, #82D008, #82D008);
  background-image: linear-gradient(to bottom, #82D008, #82D008);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82D008', endColorstr='#82D008', GradientType=0);
  background: #82D008;
}
/**************************
* color_d------------end
***************************/
/*****************
* color_e------------start
******************/
.navbar .nav > li.color_e > a:hover,
.navbar .nav > li.open.color_e ,
.navbar .nav > li.active.color_e,
.navbar .nav > li.active.open.color_e,
.navbar .nav > li.dropdown.color_e > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open.color_e > .dropdown-toggle,
.navbar .nav > li.dropdown.active.color_e > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_e > .dropdown-toggle {
  color: #01C15C;
  border-bottom:5px solid #01C15C;
}
.navbar .nav > li.active.color_e > a,
.navbar .nav > li.active.color_e > a:hover,
.navbar .nav > li.dropdown.active.color_e > .dropdown-toggle {
  color: #01C15C;
}
.navbar .nav > li.active.color_e > a .caret,
.navbar .nav > li.active .color_e> a:hover .caret,
.navbar .nav > li.dropdown.active.color_e > .dropdown-toggle .caret {
  border-top-color: #01C15C;
  border-bottom-color: #01C15C;
}
.navbar .nav > li.dropdown.active.color_e > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_e > .dropdown-toggle {
  color: #01C15C;
}
.navbar .nav > li.dropdown.active.color_e > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_e > .dropdown-toggle .caret {
  border-top-color: #01C15C;
  border-bottom-color: #01C15C;
}
.dropdown-menu li.color_e> a:hover,
.dropdown-menu li.color_e > a:focus,
.dropdown-menu.color_e:hover > a {
  color: #ffffff;
  background-color: #01C15C;;
  background-image: -moz-linear-gradient(top, #01C15C, #01C15C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#01C15C), to(#01C15C));
  background-image: -webkit-linear-gradient(top, #01C15C;, #01C15C);
  background-image: -o-linear-gradient(top, #01C15C, #01C15C);
  background-image: linear-gradient(to bottom, #01C15C, #01C15C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01C15C', endColorstr='#01C15C', GradientType=0);
  background: #01C15C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-submenu li.color_e > a:hover,
.dropdown-submenu li.color_e > a:focus,
.dropdown-submenu.color_e:hover > a {
  background-color: #01C15C;
  background-image: -moz-linear-gradient(top, #01C15C, #01C15C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#01C15C), to(#01C15C));
  background-image: -webkit-linear-gradient(top, #01C15C, #01C15C);
  background-image: -o-linear-gradient(top, #01C15C, #01C15C);
  background-image: linear-gradient(to bottom, #01C15C, #01C15C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01C15C', endColorstr='#01C15C', GradientType=0);
  background: #01C15C;
}
/**************************
* color_e------------end
***************************/
/*****************
* color_f------------start
******************/
.navbar .nav > li.color_f > a:hover,
.navbar .nav > li.open.color_f ,
.navbar .nav > li.active.color_f,
.navbar .nav > li.active.open.color_f,
.navbar .nav > li.dropdown.color_f > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open.color_f > .dropdown-toggle,
.navbar .nav > li.dropdown.active.color_f > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_f > .dropdown-toggle {
  color: #00DAC2;
  border-bottom:5px solid #00DAC2;
}
.navbar .nav > li.active.color_f > a,
.navbar .nav > li.active.color_f > a:hover,
.navbar .nav > li.dropdown.active.color_f > .dropdown-toggle {
  color: #00DAC2;
}
.navbar .nav > li.active.color_f > a .caret,
.navbar .nav > li.active .color_f> a:hover .caret,
.navbar .nav > li.dropdown.active.color_f > .dropdown-toggle .caret {
  border-top-color: #00DAC2;
  border-bottom-color: #00DAC2;
}
.navbar .nav > li.dropdown.active.color_f > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_f > .dropdown-toggle {
  color: #00DAC2;
}
.navbar .nav > li.dropdown.active.color_f > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_f > .dropdown-toggle .caret {
  border-top-color: #00DAC2;
  border-bottom-color: #00DAC2;
}
.dropdown-menu li.color_f> a:hover,
.dropdown-menu li.color_f > a:focus,
.dropdown-menu.color_f:hover > a {
  color: #ffffff;
  background-color: #00DAC2;
  background-image: -moz-linear-gradient(top, #00DAC2, #00DAC2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00DAC2), to(#00DAC2));
  background-image: -webkit-linear-gradient(top, #00DAC2;, #00DAC2);
  background-image: -o-linear-gradient(top, #00DAC2, #00DAC2);
  background-image: linear-gradient(to bottom, #00DAC2, #00DAC2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00DAC2', endColorstr='#00DAC2', GradientType=0);
  background: #00DAC2;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-submenu li.color_f > a:hover,
.dropdown-submenu li.color_f > a:focus,
.dropdown-submenu.color_f:hover > a {
  background-color: #00DAC2;
  background-image: -moz-linear-gradient(top, #00DAC2, #00DAC2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00DAC2), to(#00DAC2));
  background-image: -webkit-linear-gradient(top, #00DAC2, #00DAC2);
  background-image: -o-linear-gradient(top, #00DAC2, #00DAC2);
  background-image: linear-gradient(to bottom, #00DAC2, #00DAC2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00DAC2', endColorstr='#00DAC2', GradientType=0);
  background: #00DAC2;
}
/**************************
* color_f------------end
***************************/
/*****************
* color_g------------start
******************/
.navbar .nav > li.color_g > a:hover,
.navbar .nav > li.open.color_g ,
.navbar .nav > li.active.color_g,
.navbar .nav > li.active.open.color_g,
.navbar .nav > li.dropdown.color_g > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open.color_g > .dropdown-toggle,
.navbar .nav > li.dropdown.active.color_g > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_g > .dropdown-toggle {
  color: #0165D5;
  border-bottom:5px solid #0165D5;
}
.navbar .nav > li.active.color_g > a,
.navbar .nav > li.active.color_g > a:hover,
.navbar .nav > li.dropdown.active.color_g > .dropdown-toggle {
  color: #0165D5;
}
.navbar .nav > li.active.color_g > a .caret,
.navbar .nav > li.active .color_g> a:hover .caret,
.navbar .nav > li.dropdown.active.color_g > .dropdown-toggle .caret {
  border-top-color: #0165D5;
  border-bottom-color: #0165D5;
}
.navbar .nav > li.dropdown.active.color_g > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_g > .dropdown-toggle {
  color: #0165D5;
}
.navbar .nav > li.dropdown.active.color_g > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_g > .dropdown-toggle .caret {
  border-top-color: #0165D5;
  border-bottom-color: #0165D5;
}
.dropdown-menu li.color_g> a:hover,
.dropdown-menu li.color_g > a:focus,
.dropdown-menu.color_g:hover > a {
  color: #ffffff;
  background-color: #0165D5;
  background-image: -moz-linear-gradient(top, #0165D5, #0165D5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0165D5), to(#0165D5));
  background-image: -webkit-linear-gradient(top, #0165D5, #0165D5);
  background-image: -o-linear-gradient(top, #0165D5, #0165D5);
  background-image: linear-gradient(to bottom, #0165D5, #0165D5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0165D5', endColorstr='#0165D5', GradientType=0);
  background: #0165D5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-submenu li.color_g > a:hover,
.dropdown-submenu li.color_g > a:focus,
.dropdown-submenu.color_g:hover > a {
  background-color: #0165D5;
  background-image: -moz-linear-gradient(top, #0165D5, #0165D5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0165D5), to(#0165D5));
  background-image: -webkit-linear-gradient(top, #0165D5, #0165D5);
  background-image: -o-linear-gradient(top, #0165D5, #0165D5);
  background-image: linear-gradient(to bottom, #0165D5, #0165D5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0165D5', endColorstr='#0165D5', GradientType=0);
  background: #0165D5;
}
/**************************
* color_g------------end
***************************/
/*****************
* color_h------------start
******************/
.navbar .nav > li.color_h > a:hover,
.navbar .nav > li.open.color_h ,
.navbar .nav > li.active.color_h,
.navbar .nav > li.active.open.color_h,
.navbar .nav > li.dropdown.color_h > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open.color_h > .dropdown-toggle,
.navbar .nav > li.dropdown.active.color_h > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_h > .dropdown-toggle {
  color: #3800C6;
  border-bottom:5px solid #3800C6;
}
.navbar .nav > li.active.color_h > a,
.navbar .nav > li.active.color_h > a:hover,
.navbar .nav > li.dropdown.active.color_h > .dropdown-toggle {
  color: #3800C6;
}
.navbar .nav > li.active.color_h > a .caret,
.navbar .nav > li.active .color_h> a:hover .caret,
.navbar .nav > li.dropdown.active.color_h > .dropdown-toggle .caret {
  border-top-color: #3800C6;
  border-bottom-color: #3800C6;
}
.navbar .nav > li.dropdown.active.color_h > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_h > .dropdown-toggle {
  color: #3800C6;
}
.navbar .nav > li.dropdown.active.color_h > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_h > .dropdown-toggle .caret {
  border-top-color: #3800C6;
  border-bottom-color: #3800C6;
}
.dropdown-menu> li.color_h> a:hover,
.dropdown-menu> li.color_h > a:focus,
.dropdown-menu.color_h:hover > a {
  color: #fff;
  background-color: #3800C6;
  background-image: -moz-linear-gradient(top, #3800C6, #3800C6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3800C6), to(#3800C6));
  background-image: -webkit-linear-gradient(top, #3800C6, #3800C6);
  background-image: -o-linear-gradient(top, #3800C6, #3800C6);
  background-image: linear-gradient(to bottom, #3800C6, #3800C6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3800C6, endColorstr=#3800C6, GradientType=0);
  background: #3800C6;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-submenu> li.color_h > a:hover,
.dropdown-submenu> li.color_h > a:focus,
.dropdown-submenu.color_h:hover > a {
  color: #ffffff;
  background-color: #3800C6;
  background-image: -moz-linear-gradient(top, #3800C6, #3800C6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3800C6), to(#3800C6));
  background-image: -webkit-linear-gradient(top, #3800C6, #3800C6);
  background-image: -o-linear-gradient(top, #3800C6, #3800C6);
  background-image: linear-gradient(to bottom, #3800C6, #3800C6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3800C6, endColorstr=#3800C6, GradientType=0);
  background: #3800C6;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/**************************
* color_h------------end
***************************/
/*****************
* color_i------------start
******************/
.navbar .nav > li.color_i > a:hover,
.navbar .nav > li.open.color_i ,
.navbar .nav > li.active.color_i,
.navbar .nav > li.active.open.color_i,
.navbar .nav > li.dropdown.color_i > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open.color_i > .dropdown-toggle,
.navbar .nav > li.dropdown.active.color_i > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_i > .dropdown-toggle {
  color: #E2017B;
  border-bottom:5px solid #E2017B;
}
.navbar .nav > li.active.color_i > a,
.navbar .nav > li.active.color_i > a:hover,
.navbar .nav > li.dropdown.active.color_i > .dropdown-toggle {
  color: #E2017B;
}
.navbar .nav > li.active.color_i > a .caret,
.navbar .nav > li.active .color_i> a:hover .caret,
.navbar .nav > li.dropdown.active.color_i > .dropdown-toggle .caret {
  border-top-color: #E2017B;
  border-bottom-color: #E2017B;
}
.navbar .nav > li.dropdown.active.color_i > .dropdown-toggle:hover,
.navbar .nav > li.dropdown.active.open.color_i > .dropdown-toggle {
  color: #E2017B;
}
.navbar .nav > li.dropdown.active.color_i > .dropdown-toggle:hover .caret,
.navbar .nav > li.dropdown.active.open.color_i > .dropdown-toggle .caret {
  border-top-color: #E2017B;
  border-bottom-color: #E2017B;
}
.dropdown-menu> li.color_i> a:hover,
.dropdown-menu> li.color_i > a:focus,
.dropdown-menu.color_i:hover > a {
  color: #fff;
  background-color: #E2017B;
  background-image: -moz-linear-gradient(top, #E2017B, #E2017B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E2017B), to(#E2017B));
  background-image: -webkit-linear-gradient(top, #E2017B, #E2017B);
  background-image: -o-linear-gradient(top, #E2017B, #E2017B);
  background-image: linear-gradient(to bottom, #E2017B, #E2017B);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E2017B, endColorstr=#E2017B, GradientType=0);
  background: #E2017B;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-submenu> li.color_i > a:hover,
.dropdown-submenu> li.color_i > a:focus,
.dropdown-submenu.color_i:hover > a {
  color: #ffffff;
  background-color: #E2017B;
  background-image: -moz-linear-gradient(top, #E2017B, #E2017B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E2017B), to(#E2017B));
  background-image: -webkit-linear-gradient(top, #E2017B, #E2017B);
  background-image: -o-linear-gradient(top, #E2017B, #E2017B);
  background-image: linear-gradient(to bottom, #E2017B, #E2017B);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E2017B, endColorstr=#E2017B, GradientType=0);
  background: #E2017B;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/**************************
* color_i------------end
***************************/

#send_message {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  display: block;
  background: #222;
  background: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#send_message:hover {
  text-decoration: none;
  background-color: #E62A2A;
}
#send_message i {
  color: #fff;
}

.related{
	margin-top:40px;
	float:left;
	width:940px;
	height:256px;
	background-color:rgb(225,225,225);
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
}
.related .title{
	float:left;
	height:40px;
	width:100%;
}
.related .title span{
	float:left;
	margin-left:30px;
	padding:10px 10px 0px 10px;
	border-top:5px solid rgb(45,119,4);
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
}
.related .relatedLst{
	float:left;
}
.related .item{
	margin-top:10px;
	margin-left:27px;
	width:125px;
	float:left;
}
.related .item .item-view{
	width:125px;
	height:125px;
	float:left;
}
.related .item .item-view img{
	position: absolute;
}

.related .item .item-view:hover,
.related .item .item-view:focus{
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.related .item .caption{
	float:left;
	margin-top:10px;
	font-size:13px;
}
.foot .util .favorite{
	float: left;
	font-size: 13px;
	text-decoration: none;
	line-height: 18px!important;
}
.labels{
	overflow:hidden;
	margin-top:5px;
}
.labels .labels-label{
	float:left;
	line-height:30px;
}
.labels .labels-items{
	float:left;
}
.labels .labels-items ul{
	list-style-type:none;
	margin:0px;
}
.labels .labels-items ul li{
	float:left;
	margin-right:10px;
	background:rgb(240,240,240);
	padding:0px 8px;
	line-height:30px;
}
.labels .labels-items ul li a{
	font-size:12px;
	padding:0;
}
.labels li.selected{
	color:#fff;
	background: #222;
	background: rgba(0, 0, 0, 0.75);
}
.labels li.selected>a{
	color:#fff;
}

.select_box{float:left;border:solid 1px #EDE7D6;color:#444;position:relative;cursor:pointer;width:165px;background:url() repeat-x;font-size:12px;}
.selet_open{display:inline-block;border-left:solid 1px #E5E5E5;position:absolute;right:0;top:0;width:30px;height:24px;background:url() no-repeat center center;}
.select_txt{display:inline-block;padding-left:10px;width:135px;line-height:24px;height:24px;cursor:text;overflow:hidden;}
.option{width:165px;;border:solid 1px #EDE7D6;position:absolute;top:24px;left:-1px;z-index:2;overflow:hidden;display:none;}
.option a{display:block;height:26px;line-height:26px;text-align:left;padding:0 10px;width:100%;background:#fff;}
.option a:hover{background:#FDE0E5;}

.sitemap{
	margin-top:50px;
	margin-left:-40px;
}
.sitemap .ul_level_1{
	float:left;
	margin-left:65px;
	width:410px;
	list-style-type:none;
}
.sitemap .li_level_1{
	border-bottom:1px dashed rgb(191,191,191);
	margin-top:40px;
	padding-bottom:40px;
}
.sitemap .li_level_1>a{
	font-size:22px;
	font-weight:bold;
}
.sitemap .ul_level_2{
	margin-left:30px;
	margin-top:10px;
	list-style-type:none;
}
.sitemap .ul_level_3{
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	list-style-type:none;
}
.sitemap .li_level_2>a{
	font-size:15px;
	color:rgb(28,92,196);
}
.legal{
	margin-top:60px;
	padding:0px 30px;
}
.contact{
	margin-top:40px;
	padding:0px 50px;
}

.form-search .input-append .btn{
	font-weight:bold;
}

/*------------------------------------------------------------------
[ Homepage Carousel / #homepage-carousel ]
*/
#homepage-carousel {
  margin-top:10px;
  min-height: 355px;
  margin-bottom: 0;
  line-height: 1.7em;
}
#homepage-carousel .carousel-indicators {
  top: auto;
  bottom: 20px;
  cursor: pointer;
}
#homepage-carousel .carousel-indicators li {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: rgba(210, 210, 210, 1);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#homepage-carousel .carousel-indicators li.active {
  background-color: rgba(227, 75, 75, 1);
}
#homepage-carousel .display-left .masthead-display {
  text-align: left;
}
.carousel-control {
  top: 50%;
  /*
  background-color: rgba(0, 0, 0, 0.35);
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;*/
}
.carousel-inner .item{
	height:400px;
}
.carousel-inner .item img{
	width:940px;
	height:400px;
}
.carousel-text {
	position: absolute;
	top: auto;
 	bottom: 0px;
 	background-color: rgba(0, 0, 0, 0.5);
 	color:#fff;
 	padding-left:30px;
 	width:100%;
}
/*------------------------------------------------------------------*/

.home-banner{
	margin:24px 0px 0px 0px;
}
.contents img{
	max-width:100%;
}

/*------------------------------------------------------------------
[ Information List /.info ]
*/
.info .highlight{

}
.info .highlight .highlight-img{
	height:372px;
}
.info .highlight .descript{
	padding:20px 0px;
}
.info .highlight .descript .date{
	font-size:14px;
	margin-top:20px;
}
.info .highlight .descript .title{
	margin-top:10px;
	font-size:22px;
	font-weight:bold;
	line-height: 24px;
}
.info .highlight .descript .summary{
	margin-top:10px;
	font-size:15px;
	line-height: 24px;
}
.info .condition{
	margin:0px;
	border-bottom:2px solid rgb(70,70,70);
	min-height:30px;
	line-height:30px;
	padding:0px 0px 10px 0px;
}
.info .condition .browser-mode{
	line-height:30px;
}
.info .condition .browser-mode .browser-mode-label{
	font-size:14px;
	line-height:30px;
	float:left;
}
.info .condition .browser-mode .browser-mode-action{
	font-size:14px;
	line-height:30px;
	float:left;
}
.info .condition .browser-mode a{
    margin-top:10px;
	font-size:22px;
	padding:0px;
}

.info .condition .labels{
	margin:0px;
	list-style: none;
}
.info .condition .labels li{
	float: left;
    margin-top: 10px;
	margin-right: 10px;
	padding: 2px 5px;
}
.info .condition .labels li a{
	font-size:12px;
}
.info .list{
	padding:0px;
}

.info .pagination{
	margin:0px 10px;
	border-top:2px solid rgb(70,70,70);
	text-align:right;
}

.table thead{
	border-bottom:1px solid rgb(149,149,149);
	background-image: url(../img/table-head-bg.png);
}
.table thead tr th{
	height:31px;
	vertical-align:middle;
	text-align:center;
}
.table tbody tr td{
	height:34px;
	vertical-align:middle;
	text-align:center;
	font-size:15px;
}
.info .row{
	margin-left:-60px;
}
.info .info-thumbnail{
	float:left;
	width:440px;
	margin-left:60px;
	padding-top:30px;
	height:150px;
	border-bottom:1px solid rgb(183,183,183);
}
.info .info-thumbnail .info-thumbnail-view{
	width:170px;
	height:120px;
	float:left;
}
.info .info-thumbnail .info-thumbnail-view >img{
	/*width:170px;
	height:120px;*/
	position:absolute;
}
.info .info-thumbnail .info-caption{
	float:left;
	padding-left:20px;
	width:250px;
	margin-top:-5px;
}
.info .info-thumbnail .info-caption .source{
	font-size:12px;
	line-height:14px;
}
.info .info-thumbnail .info-caption .title{
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
.info .info-thumbnail .info-caption p{
	margin-top:20px;
}
.info .detail{
	width:708px;
	float:left;
	margin-left:60px;
	padding-right:20px;
	border-right:1px solid rgb(215,215,215);
}
.info .detail .coverImg{
	height:279px;
}
.info .detail .descript{
	/*margin-top:20px;*/
}
.info .detail .descript .date{
	
}
.info .detail .descript>.title{
	font-size:22px;
	font-weight:bold;
	margin-top:10px;
	line-height:30px;
}
.info .detail .descript .content{
	margin-top:20px;
	/*font-size:15px;
	letter-spacing:5px;
	text-align:justify;
	text-indent: 4em;
	line-height:190%;*/
}
.info .detail .related{
	width:708px;
}
.info .detail .related .item{
	margin-left:41px;
}
.info .related .title {
	float:left;
	height:40px;
	width:100%;
}
.info .related .title span{
	border-top:5px solid #E2017B;;
}
.right-side{
	margin-left:30px;
	width:174px;
	float:left;
}
.right-side .title{
	width:174px;
	line-height:28px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
	background-image:url(../img/label-bg.png);
}
.side-label{
	min-height:200px;
}
.side-label .hotnews{
	list-style-type:none;
	margin:10px 0px;
}
.side-label .hotnews li{
	float:left;
	border-bottom:1px solid rgb(215,215,215);
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:16px;
}
.side-label .hotnews li .coverImg{
	width:170px;
	height:120px;
}
.side-label .hotnews li .summary{
	margin-top:10px;
	font-size:14px;
}
.home-extra{
	margin-left:-20px;
	width:960px;
	height:400px;
}
.home-extra .homepage-thumbnail{
    margin-left:10px;
	margin-top:35px;
	line-height:20px;
	width:299px;
	height:300px;
	float:left;
	padding-left:10px;
	border-left:1px solid rgb(220,220,220);
}
.home-extra .news{
	border-left:0px;
}
.home-extra .homepage-thumbnail .thumbnail-view{
    padding-top:0px;
	width:299px;
	height:210px;
}
.home-extra .homepage-thumbnail .thumbnail-view .index-news-text{
    position: absolute;
	top: auto;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 5px 10px 0px 10px;
	width: 278px;
	height:68px;
}
.home-extra .homepage-thumbnail .thumbnail-view .index-news-text a{
	color: #fff;
	font-size:13px;
}
.home-extra .homepage-thumbnail .thumbnail-view>img{
	max-width:none;
	position:absolute;
}
.home-extra .homepage-thumbnail .thumbnail-view a>img{
	max-width:none;
	position:absolute;
}
.home-extra .homepage-thumbnail .thumbnail-header{
	line-height:18px;
	height:25px;
}
.home-extra .homepage-thumbnail .thumbnail-header .title{
	float:left;
	padding:0px 5px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	color:rgb(72,72,72);
	border-left:4px solid rgb(50,50,50);
	border-right:4px solid rgb(50,50,50);
	line-height:18px;
}

.home-extra .homepage-thumbnail .caption{
	padding:6px 0px;
	font-size:13px;
}
.home-extra .homepage-thumbnail .caption .title{
	font-size:18px;
	font-weight:200;
	letter-spacing:1px;
	line-height:30px;
}
.home-extra .homepage-thumbnail .caption .summary{
	font-size:13px;
}
/**
** Search page
**/
#search-form{
	text-align:center;
	margin-top:50px;
}
#search-condition .select_box{
	height:30px;
	line-height:30px;
	border-top:3px solid rgb(37,94,177);
	border-left:3px solid rgb(37,94,177);
	border-bottom:3px solid rgb(37,94,177);
	border-right:1px solid rgb(37,94,177);
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 0px;
	/* Webkit browsers */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	 
	/* W3C syntax */
	border-top-left-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-left-radius:  6px;
	border-bottom-right-radius: 0px;
}
#search-condition .select_box .select_txt{
	text-align:left;
	font-size:14px;
}
#search-condition .select_box .selet_open{
	height:30px;
	line-height:30px;
	border-left:1px solid rgb(149,149,149);
	font-size:16px;
	color:rgb(149,149,149);
}
#search-condition .select_box  .option{
	top:28px;
	left:-3px;
	border-top:0px;
	border-left:3px solid rgb(37,94,177);
	border-bottom:3px solid rgb(37,94,177);
	border-right:3px solid rgb(37,94,177);
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	/* Webkit browsers */
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	 
	/* W3C syntax */
	border-bottom-left-radius:  6px;
	border-bottom-right-radius: 6px;
}
#search-condition .select_box  .option a{
	height:30px;
	line-height:30px;
	border-bottom:1px solid rgb(149,149,149);
	font-size:14px;
}
#search-condition .select_box  .option a:hover
#search-condition .select_box  .option a:focus{
	background-color:rgb(37,94,177);
}
#search-condition input{
	height:22px;
	line-height:22px;
	width:300px;
	border-top:3px solid rgb(37,94,177);
	border-bottom:3px solid rgb(37,94,177);
	border-left:2px solid rgb(37,94,177);
	border-right:2px solid rgb(37,94,177);
}
#search-condition button{
	height:36px;
	border-top:3px solid rgb(37,94,177);
	border-bottom:3px solid rgb(37,94,177);
	border-right:3px solid rgb(37,94,177);
}
#search-condition select{
	width:150px;
}

.fullsearch-rs-header{
	font-size:22px;
	font-weight:200;
	padding:8px 5px;
	border-bottom:2px solid rgb(234,234,234);
}
.fullsearch-rs-body{
	border-top:2px solid rgb(255,255,255);
}
.fullsearch-rs-item{
	font-size:16px;
	height:50px;
	line-height:50px;
	padding:0px 5px;
	border-bottom:2px solid rgb(200,200,200);
}

/*------------------------------------------------------------------
[ Exhibit List /.exhibit ]
*/
.exhibit{
	/*margin-top:30px;*/
}
.exhibit .tabbable .nav-tabs > .active > a, 
.exhibit .nav-tabs > .active > a:hover{
	background-color:#01C15C;
}
.exhibit .tab-content{
	padding: 5px 0px;
}
.exhibit .condition{
	margin:0px 20px;
	/*border-bottom:2px solid rgb(70,70,70);*/
	height:30px;
	padding:0px 0px 10px 0px;
}
.exhibit .list{
	padding:0px 20px;
}
.exhibit .list .item{
	padding:40px 0px;
	height:228px;
	overflow:hidden;
	border-bottom:1px dashed rgb(167,167,167);
}
.exhibit .list .item:hover,
.exhibit .list .item:focus{
	cursor:pointer;
}
.exhibit .list .item img{
	width:522px;
	height:228px;
}
.exhibit .list .item .view{
	width:522px;
	float:left;
	margin-right:30px;
}
.exhibit .list .item .caption{
    width:330px;
	float:left;
}
.exhibit .list .item .caption .title {
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	color:rgb(50,50,50);
}
.exhibit .list .item .caption .dueDate {
	margin-top: 8px;
	font-size: 15px;
	color: #01C15C;
}
.exhibit .list .item .caption .address {
	margin-top: 8px;
	font-size: 15px;
	color: rgb(105,105,105);
}
.exhibit .list .item .caption .summary {
	margin-top: 40px;
	font-size: 15px;
	line-height:20px;
	color: rgb(105,105,105);
}
.exhibit .detail{
	width:940px;
	float:left;
	margin-left:20px;
}
.exhibit .detail>img{
	width:940px;
}
.exhibit .detail .descript{
	margin-top:20px;
}
.exhibit .detail .descript .works{
	width:494px;
	float:left;
	margin-left:-5px;
}
.exhibit .detail .descript .caption{
	float:left;
	width:400px;
	margin-left:30px;
	padding-top:5px;
}
.exhibit .detail .descript .caption .title{
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.exhibit .detail .descript .caption .date{
	font-size:15px;
}
.exhibit .detail .descript .caption .address{
	font-size:15px;
}
.exhibit .detail .descript .caption .content-title{
	margin-top:40px;
	font-size:22px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	border-bottom:1px solid rgb(215,215,215);
}
.exhibit .detail .descript .caption .content{
	font-size:15px;
	color: rgb(105,105,105);
}
.exhibit .detail .descript .caption .content p{
	line-height:20px;
}

.exhibit .detail .foot{
	float:left;
	width:100%;
	margin-top:60px;
}
.exhibit .related .title span{
	border-top:5px solid #01C15C;
}
/*------------------------------------------------------------------
[ Events List /.events ]
*/

.events .highlight .descript{
	padding:20px 20px;
}
.events .highlight .descript .date{
	font-size:12px;
	margin-top:20px;
}
.events .highlight .descript .title{
	font-size:24px;
	/*font-weight:bold;*/
}
.events .highlight .descript .summary{
	margin-top:10px;
	font-size:14px;
	/*font-weight:bold;*/
}
.events .condition{
	margin:0px 20px;
	height:30px;
	padding:0px 0px 10px 0px;
}
.events .list{
	margin-top:10px;
}
.events .list .item{
	padding:0px 0px 40px 0px;
	margin:0px 0px 40px 0px;
	/*height:220px;*/
	border-bottom:1px solid rgb(215,215,215);
	float:left;
}
.events .list .item img{
	width:940px;
}
.events .list .item .view{
	width:940px;
	float:left;
}
.events .list .item .view:hover,
.events .list .item .view:focus{
	cursor:pointer;
}
.events .list .item .caption{
	margin-top:30px;
    width:940px;
	float:left;
}
.events .list .item .caption .title {
	font-size:22px;
	line-height:35px;
	font-weight:bold;
	color:rgb(50,50,50);
}
.events .list .item .caption .dueDate {
	margin-top: 8px;
	font-size: 14px;
	color: #01C15C;
}
.events .list .item .caption .address {
	margin-top: 8px;
	font-size: 14px;
	color: rgb(105,105,105);
}
.events .list .item .caption .summary {
	margin-top: 8px;
	font-size: 15px;
	line-height: 24px;
	color: rgb(105,105,105);
}
.events .detail{
	width:940px;
	float:left;
	margin-left:20px;
}
.events .detail>img{
	width:940px;
}
.events .detail .descript{
	margin-top:20px;
}
.events .detail .descript .title{
	font-size:22px;
	font-weight:bold;
	line-height:35px;
}
.events .detail .descript .content{
	margin-top:20px;
	/*letter-spacing:5px;
	text-align:justify;
	text-indent: 4em;*/
	line-height:190%;
}

/**
**discover page
**/
.discover{
	overflow:hidden;
}
.discover .tabbable{
	margin-top:30px;
}
.discover .tab-content{
	padding:5px 0px 20px 0px;
}
.discover .tab-content .tab-pane{
	float:left;
	width:100%;
}
.discover .tabbable .nav-tabs > .active > a, 
.discover .nav-tabs > .active > a:hover{
	background-color:#3800C6;
}
.discover .list ul{
	margin:0px;
	overflow:hidden;
}
.discover .list ul li{ 
	list-style-type:none; 
	float:left;height:310px;
	line-height:310px;
	overflow:hidden;
	width:226px;
	margin-top:25px;
}

.discover .thumbnail{
    margin-left:30px;
	line-height:20px;
	padding:8px;
	width:180px;
	height:280px;
	float:left;
	overflow:hidden;
}
.discover .thumbnail .thumbnail-view{
	width:180px;
	height:210px;
}
.discover .thumbnail img{
	max-width:none;
	position:absolute;
}
.discover .thumbnail .thumbnail-header{
	float:left;
	padding:0px 5px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:rgb(72,72,72);
	border-left:4px solid rgb(50,50,50);
	border-right:4px solid rgb(50,50,50);
	line-height:18px;
}

.discover .thumbnail:hover,
.discover .thumbnail:focus{
	border-color:rgb(165,165,165);
	*border-right-width:2px;
	*border-bottom-width:2px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
}
.discover .thumbnail .caption{
	padding:6px 0px;
}
.discover .thumbnail .caption .title{
	font-size:15px;
	font-weight:bold;
}
.discover .thumbnail .caption p{
	font-size:12px;
}
.discover .detail{
	float:left;
	width:940px;
}
.discover .detail .descript{
	margin:0px;
	padding:0px 20px;
}
.discover .detail .descript .title{
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.discover .detail .descript .content{
	margin-top:20px;
}

.discover .related .title span{
	border-top:5px solid #3800C6;
}

/*------------------------------------------------------------------
[ Visit  /.visit ]
*/
#commermorate{
	
}
#commermorate-header{
	height:455px;
}
#commermorate-header .backToWebsite{
	margin-top:30px;
	margin-left:210px;
	width:80px;
}
#commermorate-header .ass-info{
	margin-top:310px;
	margin-left:85px;
	font-size:11px;
	color:rgb(61,54,43);
	line-height:15px;
	width:400px;
	float:left;
	text-shadow: 1px 1px 2px rgba(124, 113, 82, 0.5);
}
#commermorate-header .moreInfo{
	margin-top:267px;
	margin-left:0px;
	float:left;
}
#commermorate-header .moreInfo >a{
	padding:3px 20px;
	color:rgb(198,100,13);
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	text-shadow: 1px 1px 2px rgba(124, 113, 82, 0.5);
}

#commermorate-contents {
	padding-left:57px;
	padding-right:58px;
}
#commermorate-contents .tab-content{
	background-color:rgb(236,232,205);
	padding:20px 20px;
	margin-bottom:60px;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
#commermorate-contents .traffic{
	padding:20px 40px;
}
#commermorate-contents .traffic .article-content p {
	line-height: 22px;
	margin: 20px 0;
	padding: 0;
}
#commermorate-contents .guide{
	padding:0px;
}
#commermorate-contents .tabbable .nav-tabs > .active > a, 
#commermorate-contents .nav-tabs > .active > a:hover{
	background-color:rgb(7,87,145);
}
#commermorate-contents img{
	max-width:100%;
}
#visit_map{
	float:right;
	width:467px;
	height:293px;
	padding:5px;
	border:1px solid rgb(196,196,196);
    margin-top:20px;
	*border-right-width:2px;
	*border-bottom-width:2px;
	-webkit-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
	background-color:rgb(255,255,255);
	background:#fff;
}
#visit_map .map_container{
	height:100%;
}
#datetimepicker{
	margin-left:67px;
	width:340px;
	float:left;
}
#visit_events_list{
	margin-left:25px;
	padding-left:30px;
	min-height:600px;
	float:left;
	margin-top:30px;
}
#visit_events_list .header{
	height:36px;
	width:450px;
	border-bottom:1px solid rgb(229,229,229);
}
#visit_events_list .header .title{
	margin-left:15px;
	width:340px;
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	color:rgb(3,32,91);
}
#visit_events_list ul{
	margin-top:8px;
}
#visit_events_list ul li{
	border-bottom:1px dashed rgb(191,191,191);
	padding:20px 0px;
}
#visit_events_list ul li .title{
	font-size:20px;
	font-weight:bold;
}
#visit_events_list ul li .dueDate{
	margin-top:8px;
	font-size:18px;
	color:rgb(65,133,234);
}
#visit_events_list ul li .address{
	margin-top:8px;
	font-size:18px;
	color:rgb(105,105,105);
}
.visit .datetimepicker-inline{
	width:500px;
	color:rgb(85,84,82);
}
.visit .datetimepicker-inline .table-condensed th{
	width:98px;
	height:50px;
	font-size:24px;
}
.visit .datetimepicker-inline .table-condensed tfoot th{
	width:330px;
	height:50px;
	font-size:24px;
}
.visit .datetimepicker-inline .table-condensed td{
	width:350px;
}

.visit .datetimepicker-inline .table-condensed td span{
	float:left;
	margin:8px;
	width:98px;
	height:98px;
	font-size:60px;
	font-weight:bold;
	line-height: 98px;  
	text-align:center;
	border:1px solid rgb(174,174,174);
	background-color:rgb(194,194,194);
}

.visit .datetimepicker-inline table tr td span.active:hover, 
.visit .datetimepicker-inline table tr td span.active:hover:hover, 
.visit .datetimepicker-inline table tr td span.active.disabled:hover, 
.visit .datetimepicker-inline table tr td span.active.disabled:hover:hover, 
.visit .datetimepicker-inline table tr td span.active:active, 
.visit .datetimepicker-inline table tr td span.active:hover:active, 
.visit .datetimepicker-inline table tr td span.active.disabled:active, 
.visit .datetimepicker-inline table tr td span.active.disabled:hover:active, 
.visit .datetimepicker-inline table tr td span.active.active, 
.visit .datetimepicker-inline table tr td span.active:hover.active, 
.visit .datetimepicker-inline table tr td span.active.disabled.active, 
.visit .datetimepicker-inline table tr td span.active.disabled:hover.active, 
.visit .datetimepicker-inline table tr td span.active.disabled, 
.visit .datetimepicker-inline table tr td span.active:hover.disabled, 
.visit .datetimepicker-inline table tr td span.active.disabled.disabled, 
.visit .datetimepicker-inline table tr td span.active.disabled:hover.disabled, 
.visit .datetimepicker-inline table tr td span.active[disabled], 
.visit .datetimepicker-inline table tr td span.active:hover[disabled], 
.visit .datetimepicker-inline table tr td span.active.disabled[disabled], 
.visit .datetimepicker-inline table tr td span.active.disabled:hover[disabled] {
    background-color:#5DF064;
}

.visit .datetimepicker-inline table tr td span.active, 
.visit .datetimepicker-inline table tr td span.active:hover, 
.visit .datetimepicker-inline table tr td span.active.disabled, 
.visit .datetimepicker-inline table tr td span.active.disabled:hover {
	background-color: #5DF064;
	background-image: -moz-linear-gradient(top, #5DF064, #5DF064);
	background-image: -ms-linear-gradient(top, #5DF064, #5DF064);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5DF064), to(#5DF064));
	background-image: -webkit-linear-gradient(top, #5DF064, #5DF064);
	background-image: -o-linear-gradient(top, #5DF064, #5DF064);
	background-image: linear-gradient(top, #5DF064, #5DF064);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5DF064', endColorstr='#5DF064', GradientType=0);
	border-color: #5DF064 #5DF064 #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/**
**collection page
**/
.collection{
	/*margin-top:20px;*/
}
.collection .tab-content{
	padding: 5px 0px;
}
.collection .tabbable .nav-tabs > .active > a, 
.collection .nav-tabs > .active > a:hover{
	background-color:#00DAC2;
}
.collection .filter{margin-top:10px;width:870px;height:auto;margin-left:auto;margin-right:auto;font-size:14px;}
.collection .filter dl{ 
	float:left;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	clear:both;
	padding:4px 0; 
	width:860px;
	min-height:30px;
	line-height:30px;
	border-bottom:#dfdfdf 1px solid;
}
.collection .filter dt,
.collection .filter dd{
	display:block;width:auto;padding:0;margin:3px 0;
} 
.collection .filter dt{
	width:50px;
	text-align:left;
	font-size:15px;
	line-height:30px;
}
.collection .filter dd{
	margin-left:60px;
	line-height:30px;
	font-size:15px;
}
.collection .filter a{cursor:pointer;padding:2px 4px 2px 4px;color:rgb(105,105,105)}
.collection .filter a.current{
	color:#fff;
	background-color:#00DAC2;
}
.collection .row{
	margin-left:0px;
}
.collection .list ul{
	margin:0px;
}
.collection .list ul li{ 
	list-style-type:none; 
	float:left;
	width:226px;
	height:300px;
	line-height:300px;
	margin-top:25px;
}

.collection .thumbnail{
    margin-left:30px;
	line-height:20px;
	padding:8px;
	width:180px;
	height:265px;
	float:left;
}
.collection .thumbnail .thumbnail-view{
	width:180px;
	height:210px;
}
.collection .thumbnail img{
	max-width:none;
}
.collection .thumbnail img:hover,
.collection .thumbnail img:focus,{
	cursor:pointer;
}
.collection .thumbnail .thumbnail-header{
	float:left;
	padding:0px 5px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:rgb(72,72,72);
	border-left:4px solid rgb(50,50,50);
	border-right:4px solid rgb(50,50,50);
	line-height:18px;
}

.collection .thumbnail:hover,
.collection .thumbnail:focus{
	border-color:rgb(165,165,165);
	cursor:pointer;
	/*
	*border-right-width:2px;
	*border-bottom-width:2px;
	*/
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
}
.collection .thumbnail .caption{
	padding:6px 0px;
}
.collection .thumbnail .caption .title{
	font-size:15px;
	font-weight:bold;
}
.collection .thumbnail .caption p{
	font-size:15px;
}
.collection .detail{
	width:940px;
	float:left;
}
.collection .detail .descript{
	margin:0px;
	float:left;
}
.collection .detail .descript .thumbnail{
	width:470px;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top:0px;
}
.collection .detail .descript .thumbnail .thumbnail-view{
	width:470px;
	height:auto;
}
.collection .detail .descript .thumbnail .thumbnail-view img{
	width:470px;
	height:auto;
}
.collection .detail .descript .caption{
	width:400px;
	margin-left:40px;
	float:left;
}
.collection .detail .descript .caption .whichExpo{
	color:rgb(74,149,206);
	padding-left:5px;
	height:25px;
}
.collection .detail .descript .caption .title{
	font-size:22px;
	font-weight:bold;
	border-top:1px solid rgb(80,80,80);
	border-bottom:1px solid rgb(140,140,140);
	min-height:45px;
	line-height:45px;
	padding-left:5px;
}
.collection .detail .descript .caption .workdesc{
	margin-top:40px;
}
.collection .detail .descript .caption .header{
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid rgb(140,140,140);
	padding:9px 5px;
}
.collection .detail .descript .caption p{
	padding:10px 0px 0px 5px;
	font-size:14px;
	line-height:24px;
}
.collection .detail .descript .caption .workdesc p{
	padding:10px 0px 0px 5px;
	font-size:14px;
	line-height:24px;
	color:rgb(131,131,131);
}


.collection .detail .foot{
	margin-top:60px;
	float:left;
}
.collection .related .title span{
	border-top:5px solid #00DAC2;
}

#collection-recommand{
	height:3172px;
}
#collection-recommand .backToWebsite{
	margin-top: 40px;
	margin-left: 208px;
}
#collection-recommand .backToCollectionLib{
	margin-top: 276px;
	margin-right: 250px;
}
#collection-recommand .backToCollectionLib a{
	padding:2px 15px;
	border:1px solid rgb(63,146,196);
	color:rgb(63,146,196);
}
/***
**About
****/

.aboutExpo .tabbable{
	margin-top:30px;
}
.aboutExpo .tab-content{
	padding:20px 40px;
}
.aboutExpo .tabbable .nav-tabs > .active > a, 
.aboutExpo  .nav-tabs > .active > a:hover{
	background-color:#E62A2A;
}

.aboutExpo .shanghai .table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{
	background-color:none;
}
.aboutExpo .shanghai .table-striped tbody>tr:nth-child(even)>td,.table-striped tbody>tr:nth-child(even)>th{
	background-color:rgb(225,225,225);
}

.sendword .tabbable{
	margin-top:30px;
}
.sendword .tab-content{
	padding:0px 0px 20px;
	background-color:transparent;
}
.sendword .tabbable .nav-tabs{
	margin-bottom:0px;
	border-left:0px;
	margin-top:22px;
}
.sendword .tabbable .nav-tabs li{
	margin-bottom:5px;
}
.sendword .tabbable .nav-tabs li .thumbnail{
	-webkit-border-radius: 0 0px 0px 0;
    -moz-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;
}
.sendword .tabbable .nav-tabs li .thumbnail .thumbnail-view{
	width:125px;
	height:125px;
}
.sendword .tabbable .nav-tabs li .thumbnail .thumbnail-view img{
	max-width:none;
}
.sendword .tabbable .nav-tabs li .thumbnail .caption{
	padding:0px;
	
	font-size:14px;
}
.sendword .tabbable .nav-tabs  a{
	padding:0px;
	-webkit-border-radius: 0 0px 0px 0;
    -moz-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;
	position: relative;
    display: inline-block;
    overflow: hidden;
	width:135px;
	/*background-color:rgb(202,202,202);*/
}
.sendword .tabbable .nav-tabs  a h4{
	font-size:14px;
	margin:0px;
}
.sendword .tabbable .nav-tabs > .active > a, 
.sendword .nav-tabs > .active > a:hover{
	border:2px solid #FF740F;
	background:none;
	color:rgb(51,51,51);
}
.sendword .sendword-photo{
	 width:267px;
	 margin-top:22px;
	 float:right;
}
.sendword .sendword-photo .thumbnail-view img{
	 max-width:100%;
}
.sendword .sendword-photo .caption{
	 margin-top:10px;
	 text-align:center;
}
.sendword .sendword-photo .signature{
	 margin-top:30px;
	 text-align:center;
}
.sendword .sendword-photo .signature img{
	 width:180px
}
.sendword .sendword-contents{
	 width:500px;
	 float:left;
}

.banner{
	width:940px;
	height:169px;
}
.bie .contents{
	margin-top:30px;
	padding:0px 10px;
}
.expoMuseum .contents{
	margin-top:30px;
	padding:0px 10px;
}
/**
**Eduction
*********/
.basebuilding .tabbable{
	margin-top:20px;
}
.basebuilding .tab-content{
	padding: 40px 40px;
	background-color: rgb(230,230,230);
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.basebuilding .article-content{
	
}
.basebuilding .article-content p{
	line-height:28px;
	margin:5px 0px;
}
.basebuilding .article-content div{
	padding:0px;
}

.volunteer .tabbable{
	margin-top:20px;
}
.volunteer .tab-content{
	padding:20px 20px;
}
.volunteer .quotations{
	padding:20px 30px;
}
.volunteer .tabbable .nav-tabs > .active > a, 
.volunteer .nav-tabs > .active > a:hover{
	background-color:#0165D5;
}
.volunteer .presence {
	padding:0px 0px 20px 0px;
}
.volunteer .presence .thumbnail{
	width:185px;
	height:130px;
	float:left;	
	margin-left:32px;
	margin-top:30px;
}
.volunteer .presence .thumbnail .thumbnail-view{
	width:185px;
	height:130px;
}
.volunteer .presence img{
	position: absolute;
	max-width:none;
}

.volunteer .quotations .item {
	border-bottom:1px dashed rgb(149,149,149);
	padding:30px;
	margin:30px 0px;;
	background:rgb(253,253,253);
	background-color:rgb(253,253,253);
	border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
	overflow:hidden;
}
.volunteer .quotations .item  .title{
	color:rgb(0,199,0);
	font-size:16px;
	font-weight:bold;
}
.volunteer .quotations .item  .contents{
	margin-top:0px;
}
.volunteer .activities  .condition{
	height:30px;
}
.volunteer .activities .list{
	margin-top:10px;
}

.volunteer .detail .descript .date{
	margin-bottom:5px;
}
.volunteer .detail .descript .title{
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.volunteer .detail .descript .content{
	margin-top:20px;
}

/*------------------------------------------------------------------
[ Research  /.research ]
*/
.research{
	margin-top:20px;
}
.research .tabbable .nav-tabs > .active > a, 
.research .nav-tabs > .active > a:hover{
	background-color:#82D008;
}

.research .list{
	padding-left:48px;
}
.research .list .item{
	padding:44px 0px;
	min-height:316px;
	border-bottom:1px dashed rgb(162,162,162);
}
.research .list .last{
	border-bottom:none;
}
.research .list .item img{
	/*height:289px;*/
	max-width:none;
}
.research .list .item .view{
	position: relative;
    display: inline-block;
    overflow: hidden;
	width:206px;
	height:289px;
	float:left;
	margin-right:50px;
	padding:8px;
	background-color:#fff;
	*border-right-width:2px;
	*border-bottom-width:2px;
	-webkit-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:2px 2px 10px #333;
	-moz-box-shadow:2px 2px 10px #333;
	box-shadow:2px 2px 10px #333;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
}
.research .list .item .caption{
    width:530px;
	float:left;
}
.research .list .item .caption .name{
	height:60px;
	padding:0px 5px;
	border-top:1px solid rgb(162,162,162);
	border-bottom:1px solid rgb(162,162,162);
}
.research .list .item .caption .name .primary-title{
	font-size:22px;
	font-weight:bold;
	height:30px;
	line-height:35px;
}
.research .list .item .caption .name .sub-title{
	margin-top:10px;
	font-size:16px;
}

.research .list .item .caption .author{
	margin-top:10px;
	font-size:14px;
	padding-left:5px;
}
.research .list .item .caption .descript{
	padding-left:5px;
	margin-top:30px;
}
.research .list .item .caption .descript span{
    font-size:20px;
	font-weight:bold;
}
.research .list .item .caption .descript p{
    font-size:15px;
	margin-top:10px;
}

.academic .tab-content{
	padding:70px 67px;
}
.academic .table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{
	background-color:none;
}
.academic .table-striped tbody>tr:nth-child(even)>td,.table-striped tbody>tr:nth-child(even)>th{
	background-color:rgb(225,225,225);
}
.research .table{
	border: solid rgb(149,149,149) 1px;
	background-color:rgb(255,255,255);
}
.research .table thead{
	background-color: #82D008;
}
.research .table thead tr th{
	height:31px;
	font-size:18px;
	letter-spacing:2px;
	vertical-align:middle;
	text-align:center;
	color:rgb(255,255,255);
	background:#82D008;
	background-color: #82D008;
	border-left: solid rgb(215,215,215) 1px;
	border-bottom:solid rgb(149,149,149) 1px;
}
.research .table tbody tr td{
	height:34px;
	vertical-align:middle;
	text-align:left;
	font-size:15px;
	border-left: solid rgb(215,215,215) 1px;
	border-top:solid rgb(215,215,215) 1px;
}

.cultural .list{
	
}
.cultural .list .item {
	padding:60px 0px 40px 0px;
	border-bottom:1px dashed rgb(206,205,204);
}
.cultural .list .item .title{
	font-size:22px;
	font-weight:bold;
	line-height:30px;
	color:rgb(198,140,16);
}
.cultural .list .item .date{
	color:rgb(115,174,93);
	margin-top:10px;
}
.cultural .list .item .summary{
	margin-top:10px;
}

.showMore{
	margin-top:20px;
	width:100%;
	text-align:center;
	line-height:35px;
	display:none;
}
.showMore a{
	background-color:rgb(240,240,240);
	border:1px solid rgb(203,203,203);
	padding:5px 20px;
	font-size:14px;
}

/***
*new Building
***/
#building-header{
	width:1000px;
	height:706px;
}
#building-header .video{
	margin-top:185px;
	margin-right:105px;
	width:325px;
	height:208px;
	padding:5px;
	background-color:#fff;
	*border-right-width:2px;
	*border-bottom-width:2px;
	-webkit-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
	background-color:rgb(255,255,255);
}
#building-header .backToWebsite{
	margin-top:36px;
	margin-left:268px;
}
#building-header .lastestNews{
	margin-top:220px;
	margin-right:60px;
	width:380px;
}
#building-header .lastestNews .title{
    height:40px;
	line-height:40px;
	font-size:22px;
	font-weight:bold;
	color:rgb(62,94,179);
	border-bottom:2px solid rgb(198,198,198);
}
#building-header .lastestNews ul{
	
}
#building-header .lastestNews ul li{
	height:30px;
	line-height:30px;
	border-bottom:1px solid rgb(184,184,184);
}

#building-timeline{
	height:422px;
	background-image: url('../img/building/timeline-bg.jpg');
}
#building-timeline .title{
	padding-top:30px;
	padding-left:68px;
}
#building-timeline .title span{
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	color:#0D64BD;
}
#building-timeline .title p{
	font-size:14px;
	color:rgb(216,100,6);
}

#building-timeline .horizontal{
	background: url('../img/building/timeline-bar.png');
	background-repeat:no-repeat;
	background-position:-50px 160px;
}
#dates {width: 760px;height: 170px;overflow: hidden;}

#dates li p{
	font-size: 14px;margin-right: 70px; margin:10px; font-weight: normal;line-height: 22px;text-align:left;
}
#dates a {line-height: 38px;padding-bottom: 10px;color:rgb(13,100,189)}
#dates .selected {font-size: 24px;font-weight:bold;}
#issues {width: 760px;height: 144px;overflow: hidden;margin-left:200px}	
#issues li {width: 200px;height: 300px;list-style: none;float: left;}
#issues li h1 {color: #ffcc00;font-size: 42px;margin: 20px 0;text-shadow: #000 1px 1px 2px;}

#next, #prev{
	top:140px;
	width:40px;
	height:46px;
}
#building-carousel{
	margin:0px;
}
#building-carousel .building-changing-text{
	position: absolute;
	top: auto;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding-left: 30px;
	width: 970px;
	height:63px;
	line-height:63px;
}

#building-carousel .carousel-inner .item{
      height:510px;
}
#building-carousel .carousel-inner .item img{
	width:100%;
	height:auto;
}

#building-breif{
	padding:40px 60px 40px 68px;
	background-color:rgb(210,216,255);
}

.timeline-content{
	max-width:600px; 
	margin: 20px auto;
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	position: relative;
}
.attachment{
	margin:20px 0px;
}
.attachment a{
	color:#005AB5;
	text-decoration:none; 
}
.attachment a:hover {
	text-decoration:underline;
}