@charset "utf-8";
/* sass变量 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-family: 'Times New Roman';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}



.main:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #7aad55;
  bottom: -3px;
  left: 50%;
  margin-left: -20px;
}

.main-list li {
  line-height: 38px;
}

.main-list li a {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: right;
  color: #999;
}

.header {
  padding: 13px 0;
}

.header .logo {
  float: left;
}

.header .con {
  float: right;
  text-align: center;
}

.header .con .links {
  color: #999;
  margin-top: 10px;
  line-height: 44px;
}

.header .con .links a {
  color: #999;
	margin-left:200px;
	
}

.header .con .links span {
  margin: 0 15px;
}

.search-box {
  float: right;
}

.search-box .text {
  float: left;
  border: none;
  background: none;
  height: 26px;
  line-height: 26px;
  padding: 2px 5px;
  width: 200px;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #71a946;
}

.search-box .btn {
  float: left;
	height:32px;
}

.main-nav {
  min-width:1200px;
  position: relative;
  z-index: 3;
  background: #6ba53e;
  line-height: 46px;
}

.main-nav li {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  z-index: 10;
  font-size: 16px;
}

.main-nav li a {
  color: #fff;
  display: block;
  text-align: center;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 46px;
 /* padding-top: 10px;*/
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}
/*
.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #6ba53e;
}*/

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #6ba53e;
  position: relative;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li .dropdown li .text {
  text-shadow: 0px -40px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
background:#3c5829;
}

.main-nav li:hover, .main-nav li.on {
  background: #4c9565;
}

.main-nav li:hover .dropdown, .main-nav li.on .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a, .main-nav li.on .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  position: relative;
  min-width:1200px;
  height: 500px;
  /* overflow: hidden; */
}

.banner .slide {
  position: absolute;
  height: 100%;
}

.banner .slide .bd li img {
  /*   width: 100%; 
 height: 500px; */
}

.banner .slide .hd {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.banner .slide .hd li {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 0 5px;
  background: url(../images/dote.png) no-repeat;
}

.banner .slide .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}
.banner .slide .prev{
    position: absolute;
    left: 4%;
    top: 40%;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/slider-pref.png) no-repeat;
    }
.banner .slide .next{
    position: absolute;
    right: 4%;
    top: 40%;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/slider-next.png) no-repeat;
    }

.nav{
	margin:0 auto;
}
.nav .scrollBox{width:1200px;height:200px;position:relative;top: -60px;}	
.nav .scrollBox .piclist{
	overflow:hidden; zoom:1;
}	
.nav .scrollBox .ohbox{
		/* overflow:hidden; */
		position:relative;
		width:1200px;
	}	
.nav .scrollBox {position:relative;/* overflow:hidden; */zoom:1;}	
.nav .scrollBox .piclist li{float:left; display:inline; width:300px; height:200px;}	
	

.nav .scrollBox .pageBtn span{
 display:block;width:37px;height:59px;position:absolute;top:72px;cursor:pointer;text-indent:-999em;overflow:hidden; }	
.nav .scrollBox .pageBtn .prev{left: -55px;background:url(../images/c.png) no-repeat center center;}
.nav .scrollBox .pageBtn .prev:hover{left: -55px; background:url(../images/btnLeft.png) no-repeat center center;}	
.nav .scrollBox .pageBtn .next{right: -55px;background:url(../images/d.png) no-repeat center center;}	
.nav .scrollBox .pageBtn .next:hover{right: -55px;background:url(../images/btnRight.png) no-repeat center center;}	

/* .nav .scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:-17px 0 0 1100px; position:relative}	
.nav .scrollBox .pageBtn .list li{ background:#fff;border:1px solid #000; 
float:left; display:inline; width:15px;height:15px;line-height:15px;text-align:center;cursor:pointer;margin-left:10px;overflow:hidden;  }	
.nav .scrollBox .pageBtn .list li.on{background:#6ba53e;color:#fff;border-color:#fff; } */

.index_row1{
	margin-top: -50px;
}
.index_row1 .main-tit a{
  color: #6ba53e;
  text-align:left;font-size: 24px; line-height: 40px; position: relative;font-weight:bold;
}


.index_row1 .main-tit:after {
  background: #b5e136;
}

.index_row1 .slide {
  margin: 20px 0;
}
.index_row1 .slide .hd{
	float:right;
	position:relative;
}
.index_row1 .slide .hd span{
	 display:block;
	 width:20px;
	 height:20px;
	 position:absolute;
	 top:-28px;
	 cursor:pointer;
	 text-indent:-999em;
	 overflow:hidden;
	 margin-right: 20px;
}

.index_row1 .slide .hd .prev{
	background: url(../images/a_03.jpg) no-repeat center center;
	right:60px;
}
.index_row1 .slide .hd .prev:hover{
     background: url(../images/btn_left.png) no-repeat center center;
     right:60px;
}

.index_row1 .slide .hd .next{
	background: url(../images/b_03.jpg) no-repeat center center;
	right: 40px;
}
.index_row1 .slide .hd .next:hover{
	background: url(../images/btn_right.png) no-repeat center center;
	right: 40px;
}

.index_row1 .slide .hd .more{
	display:block;width:20px;height:20px;position:absolute;top:-28px;cursor:pointer;text-indent:-999em;overflow:hidden;margin-right:10px;
	background:url(../images/more.png) no-repeat center center;
	right:0px;
}
.index_row1 .slide .bd{
	margin-top:30px;
}

.index_row1 .slide .bd .piclist {}
.index_row1 .slide .bd li {
  float: left;
  position: relative;
  width: 262px;
  margin-right: 30px;
  margin-left: 8px;
  padding-top: 77px;
  border-bottom: 6px solid #febc27;
  margin-top: 80px;
  box-shadow: 0 0 5px rgba(198, 198, 198, 0.36);
  background:#f1f1f1;
  list-style:none;
}

.index_row1 .slide .bd li .pic {
  position: absolute;
  top: -74px;
  left: 35%;
  margin-left: -75px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.index_row1 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index_row1 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index_row1 .slide .bd li .text {
  text-align: left;
  padding: 30px 20px 30px 10px;
}
.index_row1 .slide .bd li .text .name{
	text-align: left;
	font-size:18px;
	color:#000;
	font-family: Times New Roman;
	font-weight: bold;
}

.index_row1 .slide .bd li .text .details{
	float:right;
	padding-top:5px;
	color:#6ba53e;

}

.index_row1 .slide .bd li .text p {
  margin-top:10px;
	line-height: 24px;
  color: #333333;
}


.index_row1 .slide .bd li .text .more a {
  margin: 0 10px;
}

.index_row1 .slide .bd li:hover {
  background: #8dcb5d;
  color: #fff;
}

.index_row1 .slide .bd li:hover .name{
  color: #fff;
}

.index_row1 .slide .bd li:hover .text p {
  color: #fff;
}

.index_row1 .slide .bd li:hover .text .details {
 color: #fff;
}

.index_row2 {
  min-width:1200px;
	margin-top:90px;
  padding-top: 40px;
  background: url(../images/r2-bg.png) center center no-repeat;
  height: 510px;
  position: relative;
}

.index_row2 .main {
	 color: #6ba53e;
	text-align:center;
	font-size: 24px; 
	line-height: 70px; 
	position: relative;
	font-weight:bold;
}

.index_row2 .slide .hd {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.index_row2 .slide .hd li {
  display: inline-block;
  width: 20px;
  height: 15px;
  cursor: pointer;
  margin: 0 5px;
  background: url(../images/dote.png) no-repeat;
}

.index_row2 .slide .hd li.on {
	width: 40px;
	background: url(../images/dote-on.png) no-repeat;
}

.index_row2 .slide .bd ul {
  margin: 0 0px;
}

.index_row2 .slide .bd li {
  float: left;
  width: 400px;
	margin:30px 0 30px 0;
}

.index_row2 .slide .bd li .pic {
	float:left;
	width:80px;
	height:65px;
	line-height:65px;
	border-right:1px solid #bbb;
 
}

.index_row2 .slide .bd li .pic img{
	 transition: all ease .2s;
}

.index_row2 .slide .bd li p {
  
font-size: 16px;
  
line-height: 30px;
  
color: #000;
  
width: 250px;
  
padding-right: 30px;
  
font-weight:bold;
  
margin-left:100px;
  
/* 	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
  
display: -webkit-box;
  
-webkit-box-orient:vertical;
  
-webkit-line-clamp:3;
  
overflow:hidden;
}

.index_row2 .slide .bd li .pic img:hover {
  transform: rotate(180deg);
}



.index_row3 {
	margin-top:30px;
}

.index_row3 .main-tit a{
  color: #6ba53e;
  text-align:left;font-size: 24px; line-height: 40px; position: relative;font-weight:bold;
}


.index_row3 .main-tit:after {
  background: #b5e136;
}


.index_row3 .slide .hd{
	float:right;
	position:relative;
}

.index_row3 .slide .hd span{
	 display:block;
	 width:20px;
	 height:20px;
	 position:absolute;
	 top:-26px;
	 cursor:pointer;
	 text-indent:-999em;
	 overflow:hidden;
	 margin-right: 20px;
}

.index_row3 .slide .hd .prev{
	background: url(../images/a_03.jpg) no-repeat center center;
	right:60px;
}
.index_row3 .slide .hd .prev:hover{
	background: url(../images/btn_left.png) no-repeat center center;
	right:60px;
}
.index_row3 .slide .hd .next{
	background: url(../images/b_03.jpg) no-repeat center center;
	right: 40px;
}
.index_row3 .slide .hd .next:hover{
	background: url(../images/btn_right.png) no-repeat center center;
	right: 40px;
}
.index_row3 .slide .hd a.more{
	display:block;width:20px;height:20px;position:absolute;top:-26px;cursor:pointer;text-indent:-999em;overflow:hidden;margin-right:10px;
	background:url(../images/more.png) no-repeat center center;
	right:0px;
}
.index_row3 .slide {
  margin-top: 30px;
}

.index_row3 .slide  .bd  {
  margin-top: 30px;
}

.index_row3 .slide .bd ul li.big-pic {
  float: left;
  width: 600px;
  height:338px;
  position:relative;
  overflow: hidden;
}

.index_row3 .slide .bd ul li.pic img{
     width:290px;
     height:164px;
}
.index_row3 .slide .bd ul li.big-pic img{
	-webkit-transition: 1s -webkit-transform;
	-moz-transition: 1s -moz-transform;
	transition: 1s transform;
		width: 100%;
	  height: 100%;
}
.index_row3 .slide .bd ul .big-pic:hover img{
    transform: scale3d(1.1,1.1,1);
    -webkit-transform: scale3d(1.1, 1.1,1);
    -webkit-transition: 1s -webkit-transform;
    -moz-transform: scale3d(1.1, 1.1,1);
    -moz-transition: 1s -moz-transform;
    transform: scale3d(1.1, 1.1,1);
    transition: 1s transform;
}


.index_row3 .slide .bd ul .pic:hover .fw{
	margin-top: -164px;
	position:relative;
	background:url(../images/a.png) no-repeat center center;
     
	width:290px;
	height:164px;
	z-index:2;
	overflow:hidden;
}
.index_row3 .slide .bd ul .pic:hover .fw a{
      display:block;
      width:100%;
      height:100%;
      line-height:24px;
      padding-top:70px;
      text-align:center;
      color:#fff;
      fonr-size:14px;
      z-index:999;
}


.index_row3 .slide .bd ul li.pic{
	float:left;
	width:290px;
	height:164px;
	position:relative;
	margin-left: 10px;
	margin-bottom: 10px;
      overflow:hidden;
}





.footer {
min-width:1200px;
	margin-top:60px;
  background: #6ba53e;
  color: #fff;
  padding:30px 0;
  line-height: 30px;
  font-size: 14px;
}

.footer .c1 {
  float: left;
}

.footer .c2 {
  float: left;
  line-height: 30px;
  margin-left: 15px;
  margin-top: 10px;
}

.footer .c3 {
  float: right;
  margin-top: 20px;
}

.inner-banner {
  position: relative;
  margin-bottom: 10px;
  height: 280px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page {
  margin: 50px 0;
}

.inner-page .leftbar {
  float: left;
  width: 290px;
}

.inner-page .leftbar .tit {
  /* padding-left: 25px; */
  /* height: 80px; */
  padding: 25px 0;
  background: url() 80% center no-repeat #6ba53e;
}

.inner-page .leftbar .tit h6 {
  font-size: 28px;
  font-weight:bold;
  color: #fff;
  line-height:30px;
  /* padding-top: 12px; */
  text-align: center;
}

.inner-page .leftbar .tit .line {
  width: 26px;
  height: 1px;
  background: #fff;
}

.inner-page .leftbar .list {
  border: 1px solid #d8d8d8;
  border-top: none;
  background:url(../images/leftbar.png) no-repeat left;
  width: 288px;
  height:556px;
  background-position:-360px 0px;
  z-index:999;
}

/*.inner-page .leftbar .list dl {
  border-bottom: 1px solid #d8d8d8;
}

.inner-page .leftbar .list dl dt {
  line-height: 58px;
  padding-left: 38px;
  font-size: 18px;
  background: url() 15px center no-repeat;
}

.inner-page .leftbar .list dl dd {
  border-top: 1px solid #d8d8d8;
  padding: 10px 10px 10px 40px;
}

.inner-page .leftbar .list dl dd li {
  line-height: 30px;
  padding-left: 18px;
  background: url() left center no-repeat;
  padding-left: 17px;
  font-size: 15px;
}

.inner-page .leftbar .list dl dd li a {
  display: block;
}

.inner-page .leftbar .list dl dd li.on {
  background: url() left center no-repeat;
}

.inner-page .leftbar .list dl dd li.on a {
  color: #6ba53e;
}

.inner-page .leftbar .list dl.on dt {
  font-weight: bold;
  position: relative;
}

.inner-page .leftbar .list dl.on dt a {
  color: #6ba53e;
}

.inner-page .leftbar .list dl.on dt:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 5%;
  width: 6px;
  height: 90%;
  background: #b3e58a;
}
.inner-page .leftbar .bar{ 
}*/

.inner-page .right-con {
  float: right;
  width: 850px;
}

.inner-page .right-con .right-con-tit {
  border-bottom: 1px solid #adadad;
}

.inner-page .right-con .right-con-tit h6 {
  line-height: 2;
  font-size: 24px;
	color:#6ba53e;
	font-weight:bold;
  float: left;
  border-bottom: 2px solid #6ba53e;
}

.inner-page  .bread {
  color: #adadad;
  margin-top: 15px;
	margin-bottom:15px;
  font-size: 14px;
  padding-left: 20px;
  background: url(../images/pst.png) left center no-repeat;
}

.inner-page .bread a {
  color:  #adadad;
}

.inner-page  .bread span {
  margin: 0 5px;
}

.inner-page .right-con .main-text-list {
  margin-top: 10px;
}

.inner-page .right-con .main-text-list li {
  line-height: 60px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 20px;
	background:url(../images/list_1.png) no-repeat left;
	
}

.inner-page .right-con .main-text-list li span.date {
  float: right;
  color: #999;
}

.inner-page .right-con .main-text-list li a {
  font-size: 16px;
}

.inner-page .right-con .main-pic-list {
  margin: 20px 0;
}

.inner-page .right-con .main-pic-list ul {
  margin: 0;
}

.inner-page .right-con .main-pic-list li {
  float: left;
  width:40%;
	height:130px;
	border:1px solid #e2e2e2;
	margin-left:60px;
	margin-right:20px;
	margin-top:40px;
}

.inner-page .right-con .main-pic-list li a {
  display: block;
  margin: 17px;
	position:relative;
}

.inner-page .right-con .main-pic-list li a .pic {
	position:absolute;
	top:8px;
	left:-55px;
  overflow: hidden;
	width:80px;
	height:80px;
	border-radius: 50%;
	background:#fff;
	z-index:999;
}

.inner-page .right-con .main-pic-list li a .pic img {
  -webkit-transition: 1s -webkit-transform;
  -moz-transition: 1s -moz-transform;
  transition: 1s transform;
	width:80px;
	height:80px;
}

.inner-page .right-con .main-pic-list li a .pic:hover img {
  transform: scale3d(1.1,1.1,1);
  -webkit-transform: scale3d(1.1, 1.1,1);
  -webkit-transition: 1s -webkit-transform;
  -moz-transform: scale3d(1.1, 1.1,1);
  -moz-transition: 1s -moz-transform;
  transform: scale3d(1.1, 1.1,1);
  transition: 1s transform;
}

.inner-page .right-con .main-pic-list li a .text {
  margin-left:30px;
	padding-top:24px;
	line-height: 30px;
  text-align: center;
  color: #5d5d5d;
  font-size: 16px;
}

.inner-page .right-con .main-pic-list li:hover {
	background:#6ba53e;
	
}
.inner-page .right-con .main-pic-list li:hover a .text{
	color:#fff;
}

.inner-page .right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.inner-page .right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #6ba53e;
}

.inner-page .doctor-list {
  margin-top: 30px;
}

.inner-page .doctor-list ul {
  margin: 0 -16px;
}

.inner-page .doctor-list li {
  float: left;
  width: 33%;
	margin-top:50px;
}

.inner-page .doctor-list li a {
  position: relative;
  display: block;
  border: 1px solid #e4e4e4;
  margin: 26px 16px;
  padding: 20px 20px;
}

.inner-page .doctor-list li a .pic {
  position: absolute;
  width: 125px;
  left: 65px;
  top: -60px;
}

.inner-page .doctor-list li a .pic img {
  width: 100%;
}

.inner-page .doctor-list li a .text {
  margin-top:60px;
	
}

.inner-page .doctor-list li a .text h6 {
  font-size: 16px;
	font-weight:bold;
	text-align:center;
}

.inner-page .doctor-list li a .text .desc {
  margin: 10px 0 10px;
  font-size: 13px;
  line-height: 24px;
  height:50px;
}

.inner-page .doctor-list li a .text .more {
  margin-left:62px;
	width:90px;
	border-radius: 15px;;
	text-align:center;
  line-height:20px;
	border:1px solid #6ba53e;
	font-size:14px;
	color:#6ba53e;
}

.inner-page .doctor-list li a:hover {
  color: #fff;
  background: #6ba53e; 
}
.inner-page .doctor-list li a:hover .text .more{
	border-color:#fff;
	color:#fff;
}

.inner-page .detail .tit {
  margin-top: 40px;
  text-align: center;
  font-weight:bold;
  line-height: 1.6;
  color: #6ba53e;
  font-size: 22px;
  margin-bottom: 20px;
}

.inner-page .detail .sub-tit {
  font-size: 17px;
  text-align: center;
  margin: 10px 0;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e8e8;
}

.inner-page .detail .infor span {
  color: #777777;
  margin: 0 10px;
}

.inner-page .detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.inner-page .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .detail .detail-pages {
  padding-top: 20px;
  border-top: 1px solid #e9e8e8;
}

.inner-page .detail .detail-pages a {
  display: block;
  line-height: 34px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages a:hover {
  color: #6ba53e;
}


.inner-page .right-con .main-sb-list {
  margin: 20px 0;
}

.inner-page .right-con .main-sb-list ul {
  margin: 0 -17px;
}

.inner-page .right-con .main-sb-list li {
  float: left;
  width: 33.3%;
	position:relative;
}


.inner-page .right-con .main-sb-list li .border{
	position:absolute;
	width:240px;
	height:180px;
	border:1px solid #fff;
	margin-top:-190px;
	margin-left:10px;
	z-index:999;
}
.inner-page .right-con .main-sb-list li a {
  display: block;
  margin: 17px;
}

.inner-page .right-con .main-sb-list li a .pic {
  height: 200px;
  overflow: hidden;
}

.inner-page .right-con .main-sb-list li a .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-sb-list li a .pic:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .main-sb-list li a:hover .pic .border{
	border-color:#6ba53e;
}

.inner-page .right-con .main-sb-list li a:hover .text{
	background:#6ba53e;
	color:#fff;
}



.inner-page .right-con .main-sb-list li a .text {
  line-height: 50px;
  text-align: center;
  background: #f5f5f5;
  color: #333333;
  font-size: 16px;
	box-shadow: 0 0 7px rgba(150, 150, 150, 0.38);
}





		.sideMenu{  padding-left:10px; backgrpund:url(../images/leftbar.png)no-repeat center center }
		.sideMenu h3{ height:70px; line-height:70px; padding-left:20px;  border-top:1px solid #e3e3e3; cursor:pointer;
			font-size:15px;
			background:url(../images/pointer_1.png) no-repeat  250px ;
			z-index:999;
		}
		
		.sideMenu h3.on{ 
		
		background:#fff url(../images/pointer_2.png) no-repeat  250px ; 
		color:#6ba53e; border-bottom:1px solid #e2e2e2;
		border-left:2px solid #6ba53e;
		}
		
		.sideMenu ul{ padding:0px 25px; color:#999; display:none; /* 默认都隐藏 */ }
		.sideMenu ul li{
			height:20px;
			line-height:20px;
			font-size:14px;
			background:url(../images/list_1.png) no-repeat left;
                         padding:8px 5px;

		}
		
		.sideMenu ul li a{
			dsiplay:inline;
			margin-left:20px;
		}
		