@charset "UTF-8";
body {
  font-family: "MicroSoft YaHei";
  font-size: 16px;
}

a {
  text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
ul,
li,
p,
span,
em {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

em {
  font-style: normal;
}

ul {
  list-style: none;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.wrapper {
  text-align: center;
  background-color: #cef0e1;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

.wrapper .layout-wrap {
  width: 1200px;
  text-align: left;
  display: inline-block;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}

.wrapper .layout-wrap .title-wrap {
  width: 100%;
  height: 74px;
  line-height: 74px;
  text-align: center;
  font-size: 0;
}

.wrapper .layout-wrap .title-wrap span {
  display: inline-block;
  width: 74px;
  height: 74px;
  background: url(./../imgs/title_span_bg.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: -10px;
  font-size: 28px;
  line-height: 70px;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #fff;
  color: #ffee97;
}

.wrapper .layout-wrap .title-wrap span:first-child {
  margin-left: 0;
}

.topimg-wrap {
  width: 100%;
  height: 950px;
  position: relative;
  background: url(./../imgs/topimg.jpg) center top no-repeat;
  overflow: hidden;
}

.topimg-wrap .star-wrap {
  width: 550px;
  height: 550px;
  background: url(./../imgs/topimgStar.gif) 0 0 no-repeat;
  background-size: 500px 500px;
  position: absolute;
  top: 0;
}

.topimg-wrap .star-wrap.left {
  left: 50%;
  margin-left: -920px;
}

.topimg-wrap .star-wrap.right {
  right: 50%;
  margin-right: -920px;
}

.topimg-wrap .star-box {
  width: 350px;
  height: 350px;
  background: url(./../imgs/star.gif) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: 50px;
}

.topimg-wrap .rabbit-wrap {
  width: 315px;
  height: 315px;
  background: url(./../imgs/rabbit.gif) 0 0 no-repeat;
  position: absolute;
  right: 50%;
  top: 375px;
  background-size: 315px 315px;
}

.main-wrap {
  position: relative;
  top: -206px;
}

.main-wrap .nav-wrap {
  font-size: 0;
  height: 35px;
}

.main-wrap .nav-wrap ul {
  display: inline-block;
  width: 100%;
  height: 35px;
  background-color: #fdd100;
  text-align: center;
}

.main-wrap .nav-wrap ul li {
  font-size: 24px;
  display: inline-block;
  width: 150px;
  height: 150px;
  background: url(./../imgs/nav_li_bg.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  top: -65px;
  margin-left: -15px;
  box-sizing: border-box;
  padding: 45px 50px;
  text-align: center;
  line-height: 25px;
  font-family: "黑体";
}

.main-wrap .nav-wrap ul li a {
  color: #950000;
}

.main-wrap .nav-wrap ul li a:hover {
  color: #044237;
  font-weight: bold;
}

.main-wrap .nav-wrap ul li:first-child {
  margin-top: 0;
}

.main-wrap .recommend-wrap {
  text-align: center;
  margin-top: 100px;
  position: relative;
}

.main-wrap .recommend-wrap > .content-wrap {
  text-align: left;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 930px;
  padding: 0 50px;
  font-size: 18px;
  line-height: 35px;
}

.main-wrap .recommend-wrap > .content-wrap p {
  text-indent: 2em;
  padding-bottom: 10px;
  color: #148006;
}

.main-wrap .recommend-wrap > .content-wrap::before, .main-wrap .recommend-wrap > .content-wrap::after {
  content: "";
  width: 18px;
  height: 259px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -129.5px;
  background: url(./../imgs/recommend_bg_right.png) 0 0 no-repeat;
  background-size: cover;
}

.main-wrap .recommend-wrap > .content-wrap::before {
  left: 0;
  background: url(./../imgs/recommend_bg_left.png) 0 0 no-repeat;
}

.main-wrap .recommend-wrap > .rabbit-wrap {
  width: 280px;
  height: 280px;
  background: url(./../imgs/recommend_rabbit.gif) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -290px;
}

.main-wrap .news-wrap {
  margin-top: 70px;
}

.main-wrap .news-wrap > .news-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  margin-top: 70px;
}

.main-wrap .news-wrap > .news-box .slider-wrap {
  position: relative;
  float: left;
  width: 555px;
  height: 380px;
  overflow: hidden;
  font-size: 16px;
}

.main-wrap .news-wrap > .news-box .slider-wrap .pic {
  display: inline-block;
  font-size: 0;
}

.main-wrap .news-wrap > .news-box .slider-wrap .pic img {
  border: 3px solid #88c36d;
  width: 530px;
  height: 355px;
}

.main-wrap .news-wrap > .news-box .slider-wrap .txt-bg {
  position: absolute;
  bottom: 9px;
  left: 10px;
  z-index: 1;
  height: 36px;
  width: 530px;
  background: #333;
  filter: alpha(opacity=40);
  opacity: 0.4;
  overflow: hidden;
}

.main-wrap .news-wrap > .news-box .slider-wrap .txt {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 2;
  height: 36px;
  width: 500px;
  overflow: hidden;
}

.main-wrap .news-wrap > .news-box .slider-wrap .txt li {
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: -36px;
}

.main-wrap .news-wrap > .news-box .slider-wrap .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 10px;
  font-weight: bold;
  text-decoration: none;
}

.main-wrap .news-wrap > .news-box .slider-wrap .num {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 35px;
}

.main-wrap .news-wrap > .news-box .slider-wrap .num li {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin-right: 5px;
  background-color: white;
}

.main-wrap .news-wrap > .news-box .slider-wrap .num li.on, .main-wrap .news-wrap > .news-box .slider-wrap .num lihover {
  background: red;
}

.main-wrap .news-wrap > .news-box .list-wrap {
  width: 530px;
  float: right;
}

.main-wrap .news-wrap > .news-box .list-wrap ul li {
  width: 100%;
}

.main-wrap .news-wrap > .news-box .list-wrap ul li h3 {
  margin-right: 89px;
  height: 40px;
  background-color: #88c36d;
  color: #ffffff;
  line-height: 38px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #b7c271;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 24px;
}

.main-wrap .news-wrap > .news-box .list-wrap ul li h3:hover {
  color: #ff0000;
}

.main-wrap .news-wrap > .news-box .list-wrap ul li h3::after {
  content: "";
  width: 89px;
  height: 59px;
  background: url(./../images/news_first_bg.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: -9px;
  right: -89px;
}

.main-wrap .news-wrap > .news-box .list-wrap ul li p {
  padding: 20px 0;
  text-indent: 2em;
  color: #323232;
  line-height: 32px;
}

.main-wrap .news-wrap > .news-box .list-wrap ul li p a {
  color: #ff0000;
}

.main-wrap .news-wrap > .news-box .list-wrap ul li:first-child {
  margin-bottom: 20px;
}

.main-wrap .activty-wrap {
  margin-top: 70px;
  position: relative;
}

.main-wrap .activty-wrap > ul {
  display: inline-block;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 145px;
  box-sizing: border-box;
}

.main-wrap .activty-wrap > ul li {
  width: 255px;
  height: 400px;
  overflow: hidden;
  margin: 0 16.5px 0 16.5px;
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 25px;
}

.main-wrap .activty-wrap > ul li:nth-last-of-type(2n) {
  top: -80px;
}

.main-wrap .activty-wrap > ul li .inner-box {
  border: 3px solid #88c36d;
  background-color: #e3fed5;
  width: 100%;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.main-wrap .activty-wrap > ul li .inner-box span.thumb {
  padding-top: 25px;
  display: inline-block;
}

.main-wrap .activty-wrap > ul li .inner-box span.thumb img {
  width: 200px;
  height: 155px;
}

.main-wrap .activty-wrap > ul li .inner-box h3 {
  font-size: 26px;
  color: #199500;
  margin-top: 10px;
  line-height: 30px;
  padding: 0 15px;
}

.main-wrap .activty-wrap > ul li .inner-box p {
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  text-indent: 2em;
  padding: 0 15px;
  text-align: left;
  color: #333333;
  line-height: 25px;
}

.main-wrap .activty-wrap .flower-box {
  width: 520px;
  height: 520px;
  background: url(./../imgs/activty_flower.gif) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -980px;
}

.main-wrap .activty-wrap .flower-box-small {
  width: 135px;
  height: 135px;
  background: url(./../imgs/flower.gif) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -550px;
}

.main-wrap .origin-wrap {
  margin: 30px 40px 0 40px;
}

.main-wrap .origin-wrap .origin-box {
  margin-top: 50px;
}

.main-wrap .origin-wrap .origin-box .content-wrap {
  border: 3px solid #88c36d;
  padding: 50px 220px 50px 50px;
  display: inline-block;
}

.main-wrap .origin-wrap .origin-box .content-wrap p {
  line-height: 35px;
  padding-bottom: 10px;
  text-indent: 2em;
}

.main-wrap .origin-wrap .origin-box .lantern-box {
  position: absolute;
  right: -130px;
  top: 0;
  width: 430px;
  height: 430px;
  background: url(./../imgs/lantern.gif) 0 0 no-repeat;
  background-size: cover;
  z-index: 6;
}

.main-wrap .legend-wrap {
  margin-top: 70px;
  position: relative;
}

.main-wrap .legend-wrap > ul {
  display: inline-block;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 60px;
  box-sizing: border-box;
}

.main-wrap .legend-wrap > ul li {
  width: 340px;
  height: 525px;
  overflow: hidden;
  margin: 0 25px 0 25px;
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 25px;
  cursor: pointer;
}

.main-wrap .legend-wrap > ul li .inner-box {
  border: 3px solid #88c36d;
  width: 100%;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.main-wrap .legend-wrap > ul li .inner-box span.thumb {
  padding-top: 25px;
  display: inline-block;
}

.main-wrap .legend-wrap > ul li .inner-box span.thumb img {
  width: 279px;
  height: 270px;
}

.main-wrap .legend-wrap > ul li .inner-box h3 {
  font-size: 26px;
  color: #199500;
  margin-top: 10px;
  line-height: 30px;
  padding: 0 15px;
}

.main-wrap .legend-wrap > ul li .inner-box p {
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  text-indent: 2em;
  padding: 0 15px;
  text-align: left;
  color: #333333;
  line-height: 25px;
}

.main-wrap .legend-wrap .flower-box {
  width: 520px;
  height: 520px;
  background: url(./../imgs/activty_flower.gif) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -100px;
  margin-left: 600px;
  transform: rotateZ(180deg);
}

.main-wrap .legend-wrap .flower-box-small {
  width: 135px;
  height: 135px;
  background: url(./../imgs/flower.gif) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: 650px;
}

.main-wrap .rite-wrap {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.main-wrap .rite-wrap ul {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
  height: 425px;
  font-size: 0;
}

.main-wrap .rite-wrap ul li {
  background: url(./../imgs/rite.png) -365px 0 no-repeat;
  width: 33.33%;
  height: 425px;
  display: inline-block;
  border-left: 1px dashed #ccc;
  overflow: hidden;
  box-sizing: border-box;
  padding: 280px 25px 0 25px;
  cursor: pointer;
}

.main-wrap .rite-wrap ul li:first-child {
  border: none;
  background: url(./../imgs/rite.png) 40px 0 no-repeat;
}

.main-wrap .rite-wrap ul li:last-child {
  background: url(./../imgs/rite.png) -770px 0 no-repeat;
}

.main-wrap .rite-wrap ul li h3 {
  font-size: 26px;
  color: #199500;
  margin-top: 10px;
  line-height: 30px;
  padding: 0 15px;
}

.main-wrap .rite-wrap ul li p {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  text-indent: 2em;
  padding: 0 15px;
  text-align: left;
  color: #333333;
  line-height: 25px;
}

.main-wrap .rite-wrap .rite-rabbit {
  width: 265px;
  height: 265px;
  background: url(./../imgs/rite_rabbit.gif) 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 265px 265px;
  margin-right: -280px;
}

.main-wrap .poetry-wrap {
  margin-top: 60px;
  position: relative;
  background: url(./../imgs/poetry.png) 40px 150px no-repeat;
  height: 650px;
}

.main-wrap .poetry-wrap .poetry-box {
  margin-top: 180px;
  margin-left: 180px;
  width: 820px;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.main-wrap .poetry-wrap ul.poetry-list {
  display: inline-block;
  height: 280px;
  position: absolute;
  right: 0;
  top: 0;
}

.main-wrap .poetry-wrap ul.poetry-list li {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  height: 100%;
  float: right;
  font-size: 16px;
  line-height: 30px;
}

.main-wrap .poetry-wrap ul.poetry-list li h3 {
  margin-right: 30px;
  margin-left: 5px;
  font-weight: bold;
}

.main-wrap .poetry-wrap ul.poetry-list li h4 {
  font-weight: normal;
  font-size: 14px;
}

.main-wrap .poetry-wrap .person-box {
  width: 300px;
  height: 300px;
  background: url(./../imgs/person.gif) 0 0 no-repeat;
  background-size: 300px 300px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -160px;
}

.main-wrap .photo-box {
  padding: 7px;
  border: 3px solid #88c36d;
  box-sizing: border-box;
  position: relative;
}

.main-wrap .photo-box .corner-wrap {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
}

.main-wrap .photo-box .corner-wrap::after, .main-wrap .photo-box .corner-wrap::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border: 3px solid #88c36d;
  left: -3px;
  top: -3px;
}

.main-wrap .photo-box .corner-wrap::before {
  width: 35px;
  height: 35px;
}

.main-wrap .photo-box .corner-wrap.left {
  left: 0;
  top: 0;
}

.main-wrap .photo-box .corner-wrap.top {
  right: 29px;
  top: 0;
}

.main-wrap .photo-box .corner-wrap.top::after {
  left: 7px;
}

.main-wrap .photo-box .corner-wrap.right {
  right: 29px;
  bottom: 29px;
}

.main-wrap .photo-box .corner-wrap.right::after {
  left: 7px;
  top: 7px;
}

.main-wrap .photo-box .corner-wrap.bottom {
  left: 0;
  bottom: 29px;
}

.main-wrap .photo-box .corner-wrap.bottom::after {
  top: 7px;
}

.footer-wrap {
  font-size: 0;
  display: block;
  margin-top: -120px;
}

.footer-wrap p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

.window-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.window-box .window-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.window-box .box {
  width: 1000px;
  height: auto;
  margin-left: -500px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #e3fed5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.window-box .box h3 {
  width: 100%;
  background-color: #88c36d;
  line-height: 65px;
  height: 65px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
}

.window-box .box .content {
  padding: 40px 80px;
}

.window-box .box .content p {
  line-height: 1.8em;
  text-indent: 2em;
  padding-bottom: 10px;
  color: #102b4b;
}

.window-box .box .close {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
}

.window-box .box .close:hover {
  color: #111;
}

.media-wrap {
  display: none;
}
