body{min-width: 1220px;}
.main-container{
    width: 1220px;
    margin: 0 auto;
}

.header{
	height: 177px;
	background-color: #3a7f07;
	position: relative;
	z-index: 99
}
.logo-container{
	overflow: hidden;
	height: 125px;
}
.logo{
	margin: 17px 0 0 27px;
}
.logo2{
	margin: 51px 19px 0 0;
}
.nav-container{
	height: 40px;
}
.nav{
	line-height: 40px;
}
.nav .nav-ul{
	height: 100%;
	padding-left: 5px;
}
.nav .nav-ul .nav-ul-li{
	width: 110px;
	text-align: center;
	float: left;
	margin-right: 8px;
}
.nav .nav-subul{
	display: none;
	width: 115px;
	background-color: #3a7f07;
	margin-top: -3px;
}
.nav .nav-subul .nav-subul-li{
	background-image: url('../images/nav-bgi.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 33px;
	line-height: 33px;
	width: 115px;
	text-align: center;
	position: relative;
}
.nav .nav-grandsonul{
    position: absolute;
    left: 115px;
    top: 0;
    width: 115px;
    background-color: #3a7f07;
    display: none;
}
.nav .nav-subul .nav-subul-li:hover .nav-grandsonul{
	display: block;
}
.nav a{
	font-size: 18px;
	color:#fff;
}
.nav-ul-li:hover .nav-subul{
	display: block;
}
.search{
	width: 246px;
	margin-top: 0px;
	position: relative;
	background-color: #338871;
	border-radius: 30px;
	border: 1px solid #93b977;
}
.search .text-input{
	width: 190px;
	height: 31px;
	line-height: 31px;
	padding-left: 10px;
	color:#fff;
	border: 0;
	background-color: #338871;
	border-radius: 30px;
}
.search .image-input{
	position: absolute;
	top: 7px;
	right: 21px;
	width: 18px;
	height: 17px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}
input:-ms-input-placeholder{
    color: #fff;opacity:1;
}
input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}



.slides-container {   width:100%; height:400px; position:relative;z-index: 20;}
.slides { display:block; width:100%; height:400px; list-style:none; padding:0; margin:0; position:relative}
.slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
.slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
.pagination { display:block; list-style:none; position:absolute; right: 10px;  bottom: 10px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
.pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background: #0092CE; }
.pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
.pagination li.current { background:#3a7f07}



.column{padding:25px 0;background-color: #f2f2f2;}
.title-container {
	overflow: hidden;
}
.title-container .title{
	font-size: 20px;
	padding: 0 5px 12px 5px;
	border-bottom: 5px solid #579f23;
	color:#333333;
}

.title-container .more{
	vertical-align: bottom;
	margin: 20px 10px 0 0;
}
.title-container .more a{
	color:#333333;
	font-size: 12px;
}

.clear:after,.notice-lists li:after,.list-container li:after{
	display: block;
	content: '';
	clear: both;
}
.notice{width: 591px;}
.hot-news{width: 589px;}
.notice-lists li{
	height: 61px;
	border-bottom: 1px dotted #b7b7b7;
	padding-bottom: 10px;
	margin-top: 28px;
}
.notice-lists .date{
	width: 53px;
	height: 53px;
	text-align: center;
	border: 4px solid #e1dcd2;
	background-color: #efefef;
	background-image: url('../images/0.png');
	background-repeat: no-repeat;
	background-position: 15px 10px;
	color:#484848;
}
.notice-lists .content{
	width: 510px;
	height: 61px;
}
.notice-lists .content-title{
	padding: 0 0 5px 0;
}
.notice-lists .date .m{
    margin: 10px 0px 0 8px;
    float: left;
}
.notice-lists .date .d{
    margin: 24px 7px 0 0;
    float: right;
}
.content-desc{font-size: 12px;line-height: 18px;}
.column a:hover,.list-container a:hover{color: #579f23;}
.hot-news-slides-container{
	width: 590px;
	height: 367px;
	margin-top: 30px;
}





.hot-news-slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.hot-news-slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.hot-news-slides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.hot-news-slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.hot-news-slides-container {
  position: relative;
  width: 100%;
  }

.hot-news-slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.hot-news-slides li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  }

 .hot-news-slides img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  height: 100%;
  width: 100%;
  border: 0;
  }

.hot-news-slides .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 16px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

 .hot-news-slides-container_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 0;
  right: 40px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 41px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  }

.hot-news-slides-container_nav:active {
  opacity: 1.0;
  }

a.hot-news-slides-container_nav.hot-news-slides-container1_nav.next{
  left: auto;
  background-position: right top;
  right: 0;
  }

.jzcx{width: 591px;}
.jzcx-content{margin-top: 30px;position: relative;}
.jzcx-content>div{position: absolute;}
.jzcx-content .i1 img{
	width: 286px;height: 310px;
}
.jzcx-content .i2 img,.jzcx-content .i3 img{
	width: 134px;height: 145px;
}
.jzcx-content .i4 img{
	width: 286px;height: 145px;
}
.jzcx-content .i5 img{
	width: 286px;height: 310px;
}
.jzcx-content .i2{ left: 296px; }
.jzcx-content .i3{ left: 444px; }
.jzcx-content .i3{ left: 444px; }
.jzcx-content .i4{ top:320px; }
.jzcx-content .i5{ top:155px;left: 296px; }
.jzxm{padding-bottom: 80px;}
.jzxm-content{
	margin-top: 30px;
}
.jzxm-content ul{
	width: 1240px;
	overflow: hidden;
}
.jzxm-content ul li{
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 20px;
    background-color: #fff;
        width: 294px;
 }
  .jzxm-content ul li img{
  	width: 294px;
  	height: 140px;
  }
 .jzxm-content ul li p{
	text-align: center;
	padding: 10px 0;
 }

 .firend-link-container{
 	background-color: #d8d8d8;
 	padding-top: 30px;
 	height: 210px;
 }
 .firend-link{
 	width: 650px;
 }
.firend-link-content{
	margin-top: 20px;
}
.firend-link-content a{
	margin-right: 20px;
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
}
 .erweima{
 	width: 340px;
 	text-align: right;
 }

 .footer{
 	background-color: #3a7f07;
 	padding: 40px 0;
 }
 .footer p{
 	text-align: center;
 	line-height: 40px;
 	color:#fff;
 }

.list-nav-container{
	background-image: url('../images/b.png');
 	background-position: center center;
 	background-repeat: repeat-x;
 	text-align: right;
}
 .list-nav{
 	margin-right: 413px;
 	background-color: #f2f2f2;
 	padding: 0 10px;
 	font-size: 18px;
 }

.sidebar{
	width: 225px;
	background-color: #e2e2e2;
	height: 512px;
}
.sidebar ul{
	overflow: hidden;
	width: 100%;
}
.sidebar ul li{
	width: 100%;
	padding-left: 30px;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #d3d3d3;
}
.sidebar .sidebar-cur-title{
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	background-color: #3a7f07;
	color: #fff;
	border: 0;
}
.sidebar .sidebar-back{
	font-size: 14px;
	border: 0;
}



.list-container{
	width: 920px;
	margin-right: 10px;
}
.list-container .notice-lists .content{
	width: 840px;
}
.list-container .notice-lists li{
	margin-top: 0;
	margin-bottom: 28px;
}
.list-container .notice-lists .content-title a{
	font-size: 16px;
	color:#101010;
}
.list-container  .content-desc{
	color: #3f3f3f;
	font-size: 12px;
}
.pic-list-img {
	width: 258px;
}
.pic-list-img img{
	width: 258px;
	height: 160px;
}
.pic-list-content {
	width: 640px;
}
.pic-list .content-title{
	padding-bottom: 30px;
	font-size: 14px;
	color: #101010;
}
.pic-list .content-desc{
	font-size: 14px;
}
.pic-list .content-title-date{
	color: #3f3f3f;
	font-size: 12px;
}
.pic-list li {
	height: 160px;
    border-bottom: 1px dotted #b7b7b7;
    padding-bottom: 20px;
    margin-bottom: 28px;
}
.pic-list .content-title a{
	width: 560px;
}
.detial-container .detail-title{
	font-size: 22px;
	color: #202020;
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px dotted #b7b7b7;
}
.detial-container .detail-info{
	text-align: center;
	color: #949494;
	padding: 10px 0;
}
.detial-container .detail-info span{
	padding: 0 10px;
}
.detail-content{
	width: 900px;
	margin: 20px auto;
	color:#323232;
	line-height: 30px;
}
.detail-content img{
	max-width: 100%;
}

.shop-list{
	width: 1276px;
	margin: 10px auto 0;
}
.shop-list ul{width: 100%;overflow: hidden;}
.shop-list ul li{width: 195px;margin-bottom: 40px;float: left;margin-right: 60px;}
.shop-list ul li img{width: 195px;height: 195px;}
.shop-list ul li p{
	text-align: center;
	line-height: 24px;
}
.shop-list ul li .add-btn{
	font-size: 14px;
	background-color: #6ca701;
	border: 1px solid #5f9601;
	color: #fff;
	padding: 2px 4px;
}

.buy{
	width: 900px;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	margin: 40px auto  15px;
}
.buy-title{
	border-bottom: 1px solid #cccccc;
}
.buy-title span{
	font-size: 20px;
	color: #6ca401;
	padding: 10px 20px;
	display: inline-block;
	border-bottom: 1px solid #6ca401;
}
.buy-content{
	padding: 20px;
}
.buy-content p{
	font-size: 16px;
	color:#2d2d2d;
	line-height: 34px;
}