#header .nav {
	background:#307d74
}
#header .nav .selected,#header .nav .nav-sub, #header .nav a:hover, #header .nav .hover {
	background:#92cbc4
}
#header .nav .nav-sub a:hover {
	background:#6fb3ab
}
.block-title,.sider-left .sider-title {
	background:#92cbc4
}
.index-industry-pic .slider-controls .selected {
	background:#83664a
}
.page .btn-main {
  color: #fff;
  background-color: #307d74;
  border: solid 1px #307d74;
   background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #307d74), color-stop(100%, #3e958b));
  background-image: -webkit-linear-gradient(bottom, #307d74, #3e958b);
  background-image: -moz-linear-gradient(bottom, #307d74, #3e958b);
  background-image: -o-linear-gradient(bottom, #307d74, #3e958b);
  background-image: linear-gradient(bottom, #307d74, #3e958b);
}

.page .btn-main:hover {
  color: #fff;
  border: solid 1px #307d74;
  background-color: #fecd4a;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #307d74), color-stop(100%, #3e958b));
  background-image: -webkit-linear-gradient(bottom, #307d74, #3e958b);
  background-image: -moz-linear-gradient(bottom, #307d74, #3e958b);
  background-image: -o-linear-gradient(bottom, #307d74, #3e958b);
  background-image: linear-gradient(bottom, #307d74, #3e958b);
}

.page .btn-main:active {
  color: #fff;
  border: solid 1px #307d74;
  background-color: #fecd4a;
   background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #307d74), color-stop(100%, #3e958b));
  background-image: -webkit-linear-gradient(bottom, #307d74, #3e958b);
  background-image: -moz-linear-gradient(bottom, #307d74, #3e958b);
  background-image: -o-linear-gradient(bottom, #307d74, #3e958b);
  background-image: linear-gradient(bottom, #307d74, #3e958b);
}

.page .btn-disabled,.page  .btn-disabled:hover {
  color: #999;
  cursor: default;
  background-color: #dcdcdc;
  border: solid 1px #d4d4d4;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(to bottom, #e0e0e0, #d9d9d9);
}