body{min-width:1400px;}

@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-family: '微软雅黑';
}

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;

}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none !important;
} 

a:hover {
  color: #006c3a;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  line-height: 50px;
  margin-bottom: 40px;
}

.main-tit h6 {
  font-size: 24px;
}

.main-tit h6 img {
  margin-right: 10px;
}

.main-tit .more {
  font-size: 14px;
  color: #8a8a8a;
  float: right;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

.main-list li {
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header {

  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: url(../images/header.jpg) center center no-repeat;
    min-width: 1400px;
}

.header .main {
  border-bottom: 1px solid #5c9a82;
}

.header .main .wrap {
  padding: 22px 0;
  background: url(../images/header-pic.png) 95% center no-repeat;
}

.header .main .logo {
  float: left;
}

.header .main .search-box {
  float: right;
  margin-top: 25px;
}

.header .main-nav {
  border-top: 1px solid #004329;
}

.headerej {
    min-width: 1400px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: url(../images/header.jpg) center center no-repeat;
}

.headerej .main {
  border-bottom: 1px solid #5c9a82;
}

.headerej .main .wrap {
  padding: 22px 0;
  background: url(../images/header-pic.png) 95% center no-repeat;
}

.headerej .main .logo {
  float: left;
}

.headerej .main .search-box {
  float: right;
  margin-top: 20px;
}

.headerej .main-nav {
  border-top: 1px solid #004329;
}


.search-box {
  position: relative;
}

.search-box .text {
  border: none;
  background: none;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  width: 0;
  padding: 7px 0;
  color: #fff;
  border-bottom: 1px solid #006c3a;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 6px;
  vertical-align: middle;
}

.search-box:hover .text {
  transition: all ease .2s;
  padding: 7px 10px;
  width: 200px;
}

.main-nav {
  position: relative;
  z-index: 3;
  font-size: 18px;
}

.main-nav li {
  float: left;
  position: relative;
  width:8.33%;
  text-align: center;
  z-index: 10;
  transition: all ease .2s;
}

.main-nav li p a {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  border-bottom: 2px solid transparent;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  left: 0;
  margin-left: -200px;
  top: 95%;
  width: 700px;
  height: 196px;
  background: url(../images/subbg.png) no-repeat;
  text-align: left;
  overflow: hidden;
  line-height: 30px;
}

.main-nav li .dropdown .r1 {
  padding: 20px 25px;
  font-size: 16px;
}

.main-nav li .dropdown .r1 .c1 {
  float: left;
  width: 220px;
  height: 150px;
  overflow: hidden;
}

.main-nav li .dropdown .r1 .c1 img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.main-nav li .dropdown .r1 .c1:hover img {
  transform: scale(1.1);
}

.main-nav li .dropdown .r1 .c2 {
  float: left;
  text-align: center;
  padding: 50px 23px 0;
  color: #006c3a;
}

.main-nav li .dropdown .r1 .c3 {
    float: right;
    width: 380px;
    margin-top: 13px;
}

.main-nav li .dropdown .r1 .c3 li {
width: 90px;
    margin-right: 10px;
    line-height: 32px;
    text-align: left;
    padding-left: 20px;
    border: 1px solid #01663E;
    border-radius: 7px;
    margin-bottom: 15px;
}

.main-nav li .dropdown .r1 .c3 li:hover {
  background: url(../images/dote2.png) left center no-repeat;
}

.main-nav li:hover {
  z-index: 11;
}

.main-nav li:hover p a {
  border-bottom: 2px solid #ebaa4e;
}

.banner {
  min-width: 1400px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 740px;
}

.banner .hd {
  position: absolute;
  bottom: 36px;
  right: 50%;
  margin-right: -600px;
  z-index: 2;
  text-align: center;
}

.banner .hd ul {
  float: right;
}

.banner .hd ul li {
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  margin-right: 1px;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  background: url(../images/btn1.png) no-repeat;
margin:0 6px;
}

.banner .hd ul li.on {
  background: url(../images/btn1-on.png) no-repeat;
}

.banner .hd .next {
  float: right;
 width: 20px;
    height: 20px;
    background: url(../images/arr-right1.png) no-repeat;
    margin-left: 7px;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 740px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height:740px;
}

.banner .bd ul li .text {
  left: 50%;
  position: absolute;
  margin-left: -700px;
  bottom: 100px;
  font-size: 22px;
  color: #fff;
  height: 72px;
  line-height: 72px;
  width: 940px;
  padding-left: 40px;
  background: url(../images/banner-text.png) left center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 {
  padding: 45px 0 30px;
}

.index-row1 .c1 {
  float: left;
  width: 450px;
  margin-right: 25px;
}

.index-row1 .c1 .slide {
  position: relative;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  right: 20px;
  bottom: 35px;
  z-index: 2;
}

.index-row1 .c1 .slide .hd li {
  width: 13px;
  height: 13px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  background: url(../images/dote.png) no-repeat;
}

.index-row1 .c1 .slide .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.index-row1 .c1 .slide .bd li .pic {
  height: 280px;
  overflow: hidden;
}

.index-row1 .c1 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .slide .bd li .text {
  padding: 20px;
  background: #fff;
  position: relative;
}

.index-row1 .c1 .slide .bd li .text h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
  font-size: 16px;
  line-height: 2;
}

.index-row1 .c1 .slide .bd li .text h6 a {
  color: #000;
}

.index-row1 .c1 .slide .bd li .text .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
  color: #848484;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.index-row1 .c1 .slide .bd li .text .date {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  color: #888888;
}

.index-row1 .c2 {
  float: left;
  width: 450px;
}

.index-row1 .c3 {
  float: right;
  width: 450px;
}

.index-row1 .list li {
  line-height: 50px;
  padding-left: 30px;
  background: url(../images/dote1.png) left center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row2 {
  min-width: 1400px;
margin-top:20px;
}

.index-row2 li {
  float: left;
  width: 25%;
  padding-top: 23%;
  position: relative;
}

.index-row2 li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-row2 li a .pic {
  height: 100%;
  overflow: hidden;
}

.index-row2 li a .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row2 li a .pic:hover img {
  transform: scale(1.1);
}

.index-row2 li a .text {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 30px;
  font-size: 24px;
  color: #055436;
  text-shadow: 0px 5px 5px rgba(135, 169, 119, 0.75);
background:#D6DCD7;
    padding: 5px 10px;
    border-radius: 10px;
    opacity: 0.7;
}

.index-row2 li.even a {
  height: 50%;
}

.index-row2 li.even .a1 {
  top: 50%;
}

.index-row2 li.li1 .text {
  left: auto;
  right: 50px;
}

.index-row3 {
  padding: 40px 0;
}

.index-row3 .slide .hd {
  padding-bottom: 10px;
  text-align: center;
}

.index-row3 .slide .hd li {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  margin: 0 30px;
}

.index-row3 .slide .hd li i {
  margin-right: 10px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.index-row3 .slide .hd li .icon1 {
  background: url(../images/row3-icon1.png) top center no-repeat;
  vertical-align: middle;
}

.index-row3 .slide .hd li .icon2 {
  background: url(../images/row3-icon2.png) top center no-repeat;
  vertical-align: middle;
}

.index-row3 .slide .hd li .icon3 {
  background: url(../images/row3-icon3.png) top center no-repeat;
  vertical-align: middle;
}

.index-row3 .slide .hd li.on {
  color: #136739;
}

.index-row3 .slide .hd li.on i {
  background-position: 0 -60px;
}

.index-row3 .slide .bd .item dl {
  float: left;
  width: 23%;
  margin: 2% 1%;
}

.index-row3 .slide .bd .item dl dt {
  float: left;
  width: 70px;
  height: 72px;
  text-align: center;
  background: url(../images/date.png) center center no-repeat;
}

.index-row3 .slide .bd .item dl dt .m {
  line-height: 34px;
  font-size: 18px;
  color: #fff;
}

.index-row3 .slide .bd .item dl dt .d {
  font-size: 30px;
  color: #006c3a;
}

.index-row3 .slide .bd .item dl dd {
  line-height: 2.2;
  margin-left: 90px;
}

.index-row3 .slide .bd .item dl dd h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row3 .slide .bd .item dl dd .desc {
  margin-top: 5px;
  color: #707070;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row4 .c1 {
  float: left;
  width: 780px;
}

.index-row4 .c1 .list li {
  position: relative;
  float: left;
  width: 80px;
  height: 467px;
  overflow: hidden;
  background: #000;
  transition: all ease .5s;
  cursor: pointer;
}

.index-row4 .c1 .list li img {
  opacity: .3;
  filter: alpha(opacity=50);
}

.index-row4 .c1 .list li span {
  position: absolute;
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
}

.index-row4 .c1 .list li .tit {
  top: 10%;
  width: 45%;
  text-align: center;
  padding: 0 25%;
}

.index-row4 .c1 .list li .date {
  display: none;
}

.index-row4 .c1 .list li.on {
  width: 620px;
}

.index-row4 .c1 .list li.on img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.index-row4 .c1 .list li.on span {
  top: auto;
  bottom: 30px;
}

.index-row4 .c1 .list li.on .tit {
  padding: 0;
  width: auto;
}

.index-row4 .c1 .list li.on .date {
  display: block;
  right: 30px;
}

.index-row4 .c1 .list li.on .tit {
  left: 30px;
  width: auto;
}

.index-row4 .c2 {
  float: right;
  width: 600px;
}

.index-row4 .c2 .list {
  margin: -7px;
}

.index-row4 .c2 .list li {
  float: left;
  width: 290px;
  height: 226px;
  margin: 7px;
}

.index-row4 .c2 .list li .pic {
  height: 100%;
  overflow: hidden;
}

.index-row4 .c2 .list li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row4 .c2 .list li .pic:hover img {
  transform: scale(1.1);
}

.index-row4 .c2 .list .li1, .index-row4 .c2 .list .li4 {
  color: #fff;
  text-align: center;
}

.index-row4 .c2 .list .li1 img, .index-row4 .c2 .list .li4 img {
  margin-top: 50px;
}

.index-row4 .c2 .list .li1 p, .index-row4 .c2 .list .li4 p {
  margin-top: 40px;
  font-size: 18px;
}

.index-row4 .c2 .list .li1 {
  background: #006c3a;
}

.index-row4 .c2 .list .li4 {
  background: #539734;
}

.index-row5 {
  margin: 60px 0;
  padding: 0 0 40px;
  background: url(../images/bg.jpg) center center no-repeat;
  color: #fff;
min-width: 1400px;
}

.index-row5 .tit {
  text-align: center;
  padding: 46px 0;
  line-height: 40px;
  font-size: 26px;
  background: url(../images/tit-line.png) center center no-repeat;
}

.index-row5 .slide .bd li {
  float: left;
  width: 25%;
  margin: 20px 0;
  display: table;
}

.index-row5 .slide .bd li .pic, .index-row5 .slide .bd li .text {
  display: table-cell;
  vertical-align: middle;
}

.index-row5 .slide .bd li .pic {
  width: 140px;
  height: 80px;
  padding-right: 20px;
  text-align: right;
}

.index-row5 .slide .bd li .text {
  padding-left: 10px;
}

.index-row5 .slide .bd li .text .num {
  font-size: 30px;
}

.index-row5 .slide .ctrl {
  text-align: center;
}

.index-row5 .slide .ctrl .prev, .index-row5 .slide .ctrl .next {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.index-row5 .slide .ctrl .prev {
  background: url(../images/arr-left.png) center center no-repeat;
}

.index-row5 .slide .ctrl .next {
  background: url(../images/arr-right.png) center center no-repeat;
}

.index-row6 {
  padding-bottom: 60px;
 margin-top: 40px;
background: url(../images/ztbg.jpg) center bottom no-repeat;
}

.index-row6 .tit {
  float: left;
  width: 40px;
  text-align: center;
}

.index-row6 .tit h6 {
  font-size: 26px;
}

.index-row6 .tit h6 img {
  margin: 50px 0 20px;
}

.index-row6 .tit .more {
  margin-top: 20px;
  display: block;
}

.index-row6 .tit .more img {
  margin-bottom: 10px;
}

.index-row6 .tit .more span {
  display: block;
  margin: 0 10px;
  font-size: 14px;
}

.index-row6 .list {

}

.index-row6 .list li {
  float: left;
  width: 255px;
  margin-left:30px;
  position: relative;
}

.index-row6 .list li .pic img {
  width: 100%;
  height: 400px;
}

.index-row6 .list li .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/r6-cover.png);
  z-index: 2;
}

.index-row6 .list li:hover .cover {
  display: none;
}

.footer {
  position: relative;
  color: #fff;
  min-width: 1200px;
  background: url(../images/footer.jpg) #047144 top center no-repeat;
clear:both;
min-width: 1400px;
}
.footer .c1 select {
    background: none;
 color:#fff;
    margin-left: 20px;
    width: 200px;
       margin-top: 10px;
    height: 32px;
}
height: 35px;
    line-height: 35px;

.footer .c1 select option {
  color: #333;
}
.footer a {
  color: #fff;
font-size:13px;
font-weight: bold;
}

.footer .r1 {
  padding: 30px 0;
}

.footer .r1 .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .r1 .c1 {
  float: left;
  width: 950px;
}

.footer .r1 .c1 .list li {
  float: left;
  margin: 0 20px 0 20px;
  text-align: center;
}

.footer .r1 .c1 .list li .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.footer .r1 .c1 .list li .icon1 {
  background: url(../images/f-icon1.png) center center no-repeat;
}

.footer .r1 .c1 .list li .icon2 {
  background: url(../images/f-icon2.png) center center no-repeat;
}

.footer .r1 .c1 .list li .icon3 {
  background: url(../images/f-icon3.png) center center no-repeat;
}

.footer .r1 .c1 .list li .icon4 {
  background: url(../images/f-icon4.png) center center no-repeat;
}

.footer .r1 .c1 .list li .icon5 {
  background: url(../images/f-icon5.png) center center no-repeat;
}

.footer .r1 .c1 .list li .icon6 {
  background: url(../images/f-icon6.png) center center no-repeat;
}

.footer .r1 .c1 .list li .icon7 {
  background: url(../images/f-icon6.png) center center no-repeat;
}
.footer .r1 .c1 .list li .icon8 {
  background: url(../images/f-icon7.png) center center no-repeat;
}
.footer .r1 .c1 .list li .icon9 {
  background: url(../images/f-icon3.png) center center no-repeat;
}


.footer .r1 .c1 .list li p {
  margin-top: 5px;
  opacity: .5;
  filter: alpha(opacity=50);
}

.footer .r1 .c2 {
  float: right;
}

.footer .r1 .c2 .list {
  margin-top: 30px;
}

.footer .r1 .c2 .list img {
  vertical-align: middle;
  margin-right: 50px;
}

.footer .r2 {
  font-size: 13px;
  color: #bdbdbd;
  text-align: center;
  line-height: 30px;
  padding: 20px 0;
  background: url(../images/opacity.png);
}
.footer .r2 a{
  font-size: 13px;
  color: #bdbdbd;
  text-align: center;
  line-height: 30px;

}
.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  margin-top: -80px;
}

.inner-banner {
  position: relative;
  height: 350px;
  overflow: hidden;
    min-width: 1400px;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page {
  margin-bottom: 40px;
 
}

.inner-page .leftbar {
  float: left;
  width: 300px;
  position: relative;
  background: #ededed;
}

.inner-page .leftbar .tit {
  position: absolute;
  width: 100%;
  height: 93px;
  font-size: 30px;
  color: #fff;
  background: #006c3a;
  background-size: 100% 100%;
  overflow: hidden;
  bottom: 100%;
}

.inner-page .leftbar .tit h6 {
  margin-top: 20px;
  padding: 0 35px;
}

.inner-page .leftbar .tit .line {
  margin-left: 35px;
  width: 30px;
  height: 2px;
  margin-top: 15px;
  background: #fff;
}

.inner-page .leftbar .list {
  padding-left: 21px;
  padding-bottom: 40px;
}

.inner-page .leftbar .list li {
  font-size: 18px;
  line-height: 66px;
}

.inner-page .leftbar .list li a {
  padding-left: 45px;
  display: block;
}

.inner-page .leftbar .list li.on a {

}

.inner-page .right-con {
  float: right;
  width: 880px;
}

.inner-page .right-con .bread {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 35px;
  
}

.inner-page .right-con .list {
  padding: 11px 0;
}

.inner-page .right-con .list li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #b4b4b4;
  line-height: 28px;
}

.inner-page .right-con .list li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  margin: 10px 15px 0 10px;
  background: #006c3a;
  border-radius: 50%;
}

.inner-page .right-con .list li .date {
  float: right;
}

.inner-page .detail .tit {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  color: #006c3a;
  font-size: 24px;
  margin-bottom: 20px;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.inner-page .detail .infor span {
  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 a {
  display: block;
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages .next {
  float: right;
}

.ztmore{
margin: 0px auto;
    width: 100px;
    background: #047144;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}
.ztmore a{
 color:#fff;
}