.sub-banner {
  height: 409px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cnav {
  border-bottom: 1px solid #dcdcdc;
}
.cnav ul {
  font-size: 0;
}
.cnav li {
  display: inline-block;
  margin-right: 42px;
  position: relative;
}
.cnav li > a {
  display: block;
  padding-top: 9px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  border-bottom: 2px solid #fff;
}
.act {  
border-bottom: 2px solid #006834!important;
}

.cnav li .c-nav {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -49px;
  width: 98px;
  background-color: #dcdcdc;
  z-index: 66;
  text-align: center;
}
.cnav li .c-nav a {
  line-height: 31px;
  color: #333;
  display: block;
  padding: 0 5px;
}
.cnav li .c-nav a.act,
.cnav li .c-nav a:hover {
  background-color: #006834;
  color: #fff;
}
.cnav li.act a,
.cnav li:hover a {
  border-bottom-color: #006834;
}
.cnav li.act .c-nav,
.cnav li:hover .c-nav {
  display: block;
}
.prolist ul {
  margin-left: -1.25%;
}
.prolist li {
  width: 23.75%;
  margin-left: 1.25%;
  float: left;
  margin-bottom: 20px;
}
.prolist li > a {
  border: 1px solid #e5e5e5;
}
.prolist li > a:hover,
.prolist li > a.act {
  border-color: #006834;
}
.prolist li > a:hover .protitle,
.prolist li > a.act .protitle {
  background-color: #006834;
  color: #fff;
}
.prolist li .proImage {
  margin: 21px 8px;
  height: 207px;
  position: relative;
}
.prolist li .proImage img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.prolist .protitle {
  background-color: #e5e5e5;
}
.prodetail .prod-left {
  width: 600px;
}
.prodetail .prod-left .box {
  padding: 6px;
  border: 1px solid #e9e9e9;
}
.prodetail .prod-left .box li {
  height: 438px;
  position: relative;
}
.prodetail .prod-left .bottom {
  padding-top: 9px;
}
.prodetail .prod-left .bottom li a {
  border: 1px solid #e1e4ea;
  width: 125px;
  height: 93px;
}
.prodetail .prod-left .bottom .bx-wrapper .bx-controls-direction a {
  width: 16px;
  height: 95px;
  margin-top: -48px;
  margin-left: 0;
  background-size: 16px auto;
}
.prodetail .prod-left .bottom .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -30px;
}
.prodetail .prod-left .bottom .bx-wrapper .bx-controls-direction a.bx-next {
  right: -30px;
  left: auto;
}
.prodetail .prod-left .bottom .bx-wrapper .bx-controls-direction a.disabled {
  display: block;
}
.prodetail .prod-right {
  width: 570px;
}
.prodetail .prod-left .box li img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	max-width:95%;
	max-height:95%;
	margin:auto;
}
.detail-change .tab-label {
  border-bottom: 1px solid #e8e8e8;
}
.detail-change .tab-label a {
  width: 126px;
  margin-right: 2px;
  line-height: 44px;
  background-color: #e8e8e8;
  color: #333;
  text-align: center;
}
.detail-change .tab-label a.act,
.detail-change .tab-label a:hover {
  background-color: #006834;
  color: #fff;
}
.detail-change .tab-det .tab-item {
  display: none;
}
.categary li {
  height: 337px;
  margin-bottom: 20px;
}
.categary li.color01 {
  background-color: #00612a;
}
.categary li.color02 {
  background-color: #8ec31f;
}
.categary li.color03 {
  background-color: #f49800;
}
.categary li.color04 {
  background-color: #0168b7;
}
.categary li.color05 {
  background-color: #e61212;
}
.categary li.color06 {
  background-color: #3c94d7;
}
.categary li.color07 {
  background-color: #7501b1;
}
.categary li.color08 {
  background-color: #996c33;
}
.categary li.color09 {
  background-color: #0168b7;
}
.categary .categary-left {
  width: 37.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.categary .categary-left .more {
  right: 5.2%;
  bottom: 20px;
}
.categary .categary-right {
  width: 57.5%;
}
.ke-center ul {
  margin-left: -1.42%;
}
.ke-center li {
  width: 48.58%;
  float: left;
  margin-left: 1.42%;
  margin-bottom: 24px;
  transition:all 0.5;
  -webkit-transition:all 0.5s;
}
.ke-center li > a {
  padding: 10px;
  border: 1px solid #efefef;
  height: 208px;
}
.ke-center li .kh-img {
  width: 49.82%;
  position: relative;
  overflow: hidden;
}
.ke-center li .kh-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -139px;
  margin-top: -104px;
  max-width: 10000%;
}
.ke-center li .kh-text {
  width: 48%;
}
.ke-center li .kh-text .h-js {
  height: 144px;
  -webkit-line-clamp: 6;
}

.ke-center li:hover{
  transform:translateY(-8px);
  -webkit-transform:translateY(-8px);
  transition:all 0.5;
  -webkit-transition:all 0.5s;

}
.ke-center li p.ovh{
  color:#006834
}

.xiang-r li:hover a{
  color:#006834;
}