@charset "utf-8";
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: 16px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

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,
a:hover {
  color: #5b5b5b;
  text-decoration: none;
}

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;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  max-width: 640px;
  padding: 0 10px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  width: 100%;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.main-nav {
  position: fixed;
  transition: all ease .3s;
  top: 0;
  right: 0;
  height: 100%;
  width: 160px;
  background-color: #2a6835;
  color: #fff;
  z-index: 999;
  transform: translateX(160px);
}

.main-nav dl dt {
  padding-left: 20px;
  background: #31793e;
  line-height: 44px;
  font-size: 16px;
  border-bottom: 1px solid #31793e;
  position: relative;
}
.main-nav dl a{color:#fff;}
.main-nav dl dt .icon {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 20px;
  width: 20px;
  background-size: 100% auto;
}

.main-nav dl dt.on .icon {
  background-position: 0 0;
}

.main-nav dl dd {
  display: none;
 
  background: #42894f;
  line-height: 44px;
}
.main-nav dl dd li{border-bottom:1px solid #31793e;}

.main-nav dl dd a {
  color: #fff;
  display: block;
 padding-left: 20px;
}

.show-nav .main-nav {
  transform: translateX(0);
}
.show-nav .main-nav dl{border-bottom:1px solid #3e864b;}
.main-tit {
  position: relative;
  margin: 15px 0;
}

.main-tit h6 {
  font-size: 24px;
  color: #2a6835;
}

.main-tit span {
  border-bottom: 1px solid #d1d1d1;
  display: block;
  margin-left: 102px;
  margin-right: 84px;
}

.main-tit .more {
  float: right;
  font-size: 14px;
  padding: 0 10px;
  color: #2a6835;
  border: #2a6835 solid 1px;
  margin-top: 8px;
  text-align: center;
}

.main-tit .more img {
  vertical-align: middle;
}

.main-list li {
  line-height: 40px;
}

.main-list li a {
  display: block;
 
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-list li span{
  color: #acacac;
  padding-right: 5px;
}
.main-list li .date {
  float: left;
  margin-right: 12px;
}


.header {
  position: relative;
  padding: 15px 10px;
  background-size: 100% auto;
  border-top: #2a6835 solid 5px;
}

.header .navctr {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
      width: 50px;
    height: 50px;
}

.header .navctr img {
  width: 100%;
}

.header .logo {
  float: left;
  width: 70%;
}

.header .logo img {
  width: 100%;
}

.header .icon-search {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -15px;
  width: 40px;
  height: 27px;
  background: url(../images/search-icon.png) center center no-repeat;
  background-size: 60% auto;
}

.header-search {
  background: #f1f1f1;
  position: relative;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  transition: all ease .3s;
}

.header-search .icon {
  display: none;
}

.header-search .text {
  width: 95%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: none;
  vertical-align: middle;
  background: #fff;
}

.header-search .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.header-search.on {
  padding: 5px;
  height: 40px;
}

.banner {
  position: relative;
}

.banner .hd {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  text-align: center;
}

.banner .hd ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: 999em;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  vertical-align: top;
  overflow: hidden;
}

.banner .hd ul .on {
  background: #002956;
}

.banner .prev, .banner .next {
  position: absolute;
  top: 50%;
  height: 28px;
  width: 15px;
  transform: translateY(-50%);
  z-index: 2;
}

.banner .prev {
  left: 20px;
  background: url(../images/arr-left.png);
  background-size: 100% 100%;
}

.banner .next {
  right: 20px;
  background: url(../images/arr-right.png);
  background-size: 100% 100%;
}

.banner .bd {
  position: relative;
  z-index: 0;
}

.banner .bd ul {
  white-space: nowrap;
}

.banner .bd ul li {
  position: relative;
  float: left;
  display: block !important;
}

.banner .bd ul li img {
  width: 100%;
}

.banner .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96%;
  padding: 0 2%;
  line-height: 40px;
  padding-top: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/opacity2.png) center center repeat-x;
  color: #fff;
}
.pic-list ul li{
  background: #f3f3f3;
  margin-bottom: 10px;
}
.pic-list ul li a .pic{
  width: 100%;
  height: 250px;
}
.pic-list ul li a .pic img{
  width: 100%;
  height: 250px;
  transition: all ease .2s;
}
.pic-list ul li a .pic:hover img{
  transform: scale(1.1);
}
.pic-list ul li a .text{
  background: #f3f3f3;
  font-size: 16px;
  line-height: 30px;
  padding: 12px;
}
.pic-list ul li a .text .tit{
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 55%;
}
.pic-list ul li a .date{
  float: right;
  padding-right: 10px;
}

.index-row1 .r1 .list{
  margin-top: -12px;
}
.index-row1 .r1 .headline{
  margin-bottom: 10px;
  border: 1px solid #225d32;
}
.index-row1 .r1 .headline .pic{
  float: left;
  width: 200px;
  height: 135px;
}
.index-row1 .r1 .headline .pic img{
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}
.index-row1 .r1 .pic:hover img {
  transform: scale(1.1);
}
.index-row1 .r1 .text {
  margin-left: 205px;
}
.index-row1 .r1 .text .date{
  background: url(../images/date.png) 2px center no-repeat;
  padding-left: 20px;
  font-size: 12px;
  color: #999999;
  margin-top: 7px
}
.index-row1 .r1 .text .tit{
  line-height: 58px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.index-row1 .r1 .text .desc{
  line-height: 25px;
  font-size: 12px;
  color: #707070;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.index-row1 .r2 .list ul li{
  border: 1px solid #cdcdcd;
  padding: 15px;
  margin-bottom: 10px;
}
.index-row1 .r2 .list ul li img{
  vertical-align: middle;padding:0 5px;
}
.index-row1 .r2 .list ul li span{
  color: #656565;
  line-height: 28px;
  font-size: 12px;
  padding-right:10px;
}
.index-row1 .r2 .list ul li a{
  display: block;
  line-height: 24px;
}

.index-row2 .main-list li{
  float: left;
      width: 100%;
  margin-bottom: 12px;
}
.index-row2 .main-list li .date{
  background: #2a6835;
  padding: 11px 9px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.index-row2 .main-list .date .d{
  font-size: 24px;
}
.index-row2 .main-list .date .m{
  font-size: 12px;
}
.index-row2 .main-list .tit{
  font-size: 14px;
  padding-left: 52px;
  line-height: 27px;
}

.footer{
  background: #535353;
  padding: 30px 0;
  margin-top: 18px;
}

.footer .l1 img{
  margin-bottom: 32px;
}
.footer .l1 a {
  display: inline-block;
  color: #c8c8c8;
  line-height: 32px;
  font-size: 14px;
  width: 32%;
}
.footer .r1 img{
  display: block;
  padding-top: 20px;
  margin: 0 auto;
}
.copyright{
  font-size: 12px;
  color: #c8c8c8;
  line-height: 26px;
  text-align: center;
  border-top: 1px solid #7c7c7c;
  background: #535353;
  padding: 15px 0;
}



.inner-banner {
  padding-top: 1px;
  position: relative;
}
.inner-banner img{
  width: 100%;    height: 50px;
}
.inner-page .detail {
  padding: 20px 0;
}

.inner-page .detail .tit {
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #2a6835;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  color: #999;
}

.inner-page .detail .infor span {
  margin: 0 20px;
}

.inner-page .detail .desc {
  margin: 40px 0;
  background: #fbfbfb;
  border-left: 4px solid #2a6835;
  line-height: 32px;
  padding: 20px 0 20px 50px;
  text-indent: 2em;
}

.inner-page .detail .content {
  line-height: 36px;
}

.inner-page .detail .content img {
  max-width: 100%;
  margin: 10px 0;
}

.inner-page .detail .content p {
  text-indent: 2em;
}
.right-con .row1{
  margin: 16px 0;
}
.right-con .row1 ul li{
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 3%;
}
.right-con .row1 ul li img{
  float: left;
  margin-right: 5px;
  width: 40px;
  margin-top: 5px;
}
.right-con .row1 ul li span{
  color: #666666;
  line-height: 26px;
}

.right-con .row2{
  margin: 20px 0;
}
.right-con .row2 .hot{
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  margin-right: 20px;
}
.right-con .row2 .hot img{
  width: 100%;
  height: 100%;
}
.right-con .row2 .hot p{
  position: absolute;
  bottom: 0px;
  background: url(../images/op1.png) repeat;
  color: #fff;
  width: 98%;
  line-height: 46px;
  padding-left: 2%;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.right-con .main-text-list {
  margin: 20px 0;
}

.right-con .main-text-list li {
  padding: 10px 0;
  border-bottom: #d8d8d8 1px dashed;
}

.right-con .main-text-list li a {
  display: block;
  white-space:nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.right-con .main-text-list li .date{
  float: right;
  color: #7c7c7c;
}

.right-con .cro1 ul{
  margin: 20px -1%;
}
.right-con .cro1 ul li{
  float: left;
  width: 27.3%;
  margin: 0 1%;
  box-shadow: 0px 0px 22px #d5d5d5;
  text-align: center;
  line-height: 26px;
  color: #575757;
  font-size: 14px;
  padding: 5% 2%;
}

.right-con .cro1 ul li .tit{
  font-size: 16px;
  color: #2a6835;
  line-height: 40px;
}


.right-con .main-pic-list {
  margin: 20px 0;
}

.right-con .main-pic-list li {
  margin: 20px 0;

}

.right-con .main-pic-list li a {
  display: block;
}

.right-con .main-pic-list li a .pic {
  float: left;
  border-radius: 100px;
  border: 3px solid #3a7344;
  width: 120px;
  height: 120px;
  position: relative;
}

.right-con .main-pic-list li a .pic img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.right-con .main-pic-list li a .tit{
  box-shadow: 0px 0px 22px #d5d5d5;
  height: 114px;
  margin-left: 60px;
  padding: 12px 21px 0 80px;
}
.right-con .main-pic-list li a .tit p{
  color: #d28500;
}
.right-con .main-pic-list li a .text {
  margin: 10px 0;
  line-height: 24px;
  font-size: 18px;
  color: #3a7344;
}
.right-con .main-pic-list li a .dese{
  font-size: 14px;
  color: #575757;
  line-height: 26px;
  margin: 10px 0;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}