.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.ma{
  margin:0 auto;
}
.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(../images/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:1000px;
}
.top-nav{
	font-size:14px;
	padding-top: 7px;
}
.top-nav ul{
	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;
}
.top-nav ul li a{
	color:#fff;
}
.navbar {
  height:156px;
  z-index: 1032;
  margin-bottom: 0;
}
.navbar .container {
  width: 940px;
}
.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: 940px;
  margin: 0 auto;
}
.navbar .nav {
  margin: 8px 0px 0px 0px;
}
.navbar .nav > li {
  border-bottom:5px solid rgb(50,50,50);
  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 {
  width:940px;
  margin: 0 auto;
  margin-top: 70px;
  padding-bottom:20px;
  color: rgb(50,50,50);
  text-align:center;
}
#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 {
	width:940px;
	text-align:center;
	margin-top:20px;
}
#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: 1000px;
	background-color:rgb(247,246,243);
	-webkit-box-shadow:0 1px 50px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 50px rgba(0,0,0,.1);
	box-shadow:0 1px 50px rgba(0,0,0,.1);
	position: relative;
}
.containerWrapper{
	margin: 0 auto;
	width: 940px;
}
#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);
}

.friendlink{
  padding-top:45px;

  width:940px;
}



.foot{
  width:940px;
  height:auto;
 
}

.foot2{
  width:940px;
  height:auto;
  padding:10px 0px 25px 0px;
}

.foot3{
  width:47%;
  margin-bottom:30px;
}

.foot6{
  width:81%;
  margin-bottom:15px;
}

.foot3 a,.foot6 a{
  padding:0px 20px;
  display:block;
  float:left;
  font:16px/16px "微软雅黑";
  color:#999999;
  border-right:1px solid #999;
}

.foot6 a{
   padding:0px 12px;
}

.foot4{
  width:74%;
  height:auto;
  margin-bottom:22px;
}

.foot4 p{
  text-align:center;
  width:100%;
  height:auto;
  font:16px/26px "微软雅黑";
   color:#999999;

}


.foot5{
  width:33%;
  height:auto;
  margin-bottom:30px;
  list-style-type: none;
}

.foot5 li{
  width:22%;
  margin:0px 5%;
  float:left;
}

.foot5 li img{
  width:100%;
  height:auto;
  display:block;
  margin-bottom:12px;
}

.foot5 li span{
  width:100%;
  height:auto;
  display:block;
  font:14px/14px "微软雅黑";
  color:#999;
}

