@media screen and (max-width: 1100px) {
       body {
           width: 124%; 
       }
       #footer {
               padding-left: 6%;
       }
       #sydw {
               padding-right: 5%;
       }
}
@media screen and (min-width:1100px) {
       #footer {
               padding-left:30%;
       }
       #sydw {
               padding-right: 11%;
       }
}
 #footer {
       float: left;
       padding-bottom: 40px;
  }
//#sydw {
//       float: right;
//}

#index_content {
  width: 1215px;
  margin: 0 auto;
  padding: 24px 16px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 5px 3px 1px rgba(102, 102, 102, 0.2);
  border-radius: 8px;
  margin-bottom: 50px;
}

#index_content .weather_warning {
  width: 100%;
  height: 41px;
  border: 1px solid #307a43;
  display: flex;
}

#index_content .weather_warning div:nth-of-type(1) {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #307a43;
  text-align: center;
  line-height: 41px;
  width: 10%;
}

#index_content .weather_warning div:nth-of-type(2) {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4a4949;
  line-height: 41px;
  width: 90%;
  text-align: center;
}

#index_content .banner {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#index_content .banner .swiper {
  width: 49%;
  height: 424px;
  //border: 1px solid #000;
  overflow: hidden;
  position: relative;
}

#index_content .banner .swiper_text {
  width: 49%;
  height: 424px;
}

#index_content .banner .swiper_text .swiper_text_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #acadac;
}

#index_content .banner .swiper_text .swiper_text_header span a {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #818284;
  line-height: 48px;
  cursor: pointer;
}
#index_content .banner .swiper_text .swiper_text_header img {
  width: 27px;
  height: 27px;
}
#index_content .banner .swiper_text .swiper_text_header span.news {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #307a43;
  line-height: 48px;
  cursor: pointer;
  margin-left: 14px;
}
#index_content .banner .swiper_text .swiper_text_header .mr_text_header1 {
  border-bottom: 2px solid #307a43;
}
#index_content .banner .swiper_text .swiper_text_header span.mr_text_header1 a {
  color: #307a43;
}
#index_content .banner .swiper_text .swiper_text_content {
  display: none;
}

#index_content .banner .swiper_text .swiper_text_content a {
  //width: 100%;
  display: flex;
  justify-content: space-between;
  //padding-right: 30px;
  box-sizing: border-box;
}

#index_content .banner .swiper_text .swiper_text_content a span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 44px;
}

#index_content .banner .swiper_text .swiper_text_content a span:nth-of-type(2) {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9b9797;
}

#index_content .banner .swiper_text .swiper_text_content a span:nth-of-type(1) {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#index_content .banner .swiper_text .swiper_text_content1 {
  display: block;
}

#index_content .banner_bottom {
  width: 100%;
  height: 96px;
  margin: 27px 0;
}

#index_content .activity {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#index_content .activity .activity_left {
  width: 49%;
}

#index_content .activity .activity_left .swiper_text {
  width: 100%;
  height: 334px;
}

#index_content .activity .activity_left .swiper_text .swiper_text_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #acadac;
}

#index_content .activity .activity_left .swiper_text .swiper_text_header span  a {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #818284;
  line-height: 48px;
  cursor: pointer;
}

#index_content
  .activity
  .activity_left
  .swiper_text
  .swiper_text_header
  .mr_text_header1 {
      border-bottom: 2px solid #307a43;
}
#index_content
  .activity
  .activity_left
  .swiper_text
  .swiper_text_header
  span.mr_text_header1 a {
      color: #307a43;
}

#index_content .activity .activity_left .swiper_text .swiper_text_content {
  display: none;
}

#index_content .activity .activity_left .swiper_text .swiper_text_content a {
  //width: 100%;
  display: flex;
  justify-content: space-between;
  //padding-right: 30px;
  box-sizing: border-box;
}

#index_content
  .activity
  .activity_left
  .swiper_text
  .swiper_text_content
  a
  span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 44px;
}

#index_content
  .activity
  .activity_left
  .swiper_text
  .swiper_text_content
  a
  span:nth-of-type(1) {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#index_content
  .activity
  .activity_left
  .swiper_text
  .swiper_text_content
  a
  span:nth-of-type(2) {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9b9797;
}

#index_content .activity .activity_left .swiper_text .swiper_text_content1 {
  display: block;
}

#index_content .activity .activity_left .zcwj {
  width: 100%;
  margin-top: 15px;
}

#index_content .activity .activity_left .zcwj .zcwj_title {
  width: 100%;
  border-bottom: 1px solid #acadac;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #307a43;
  line-height: 46px;
}

#index_content .activity .activity_left .zcwj .zcwj_title span {
  display: block;
  width: 90px;
  border-bottom: 2px solid #307a43;
}

#index_content .activity .activity_left .zcwj .zcwj_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 17px 0;
}

#index_content .activity .activity_left .zcwj .zcwj_list .zcwj_list_item {
  width: 32%;
  height: 109px;
  background: #f7f9fa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index_content .activity .activity_left .zcwj .zcwj_list .zcwj_list_item img {
  width: 68px;
  height: 68px;
  margin-right: 14px;
}

#index_content .activity .activity_left .zcwj .zcwj_list .zcwj_list_item span {
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #463732;
}

#index_content .activity .activity_left .zt {
  width: 100%;
}

#index_content .activity .activity_left .zt .zt_title {
  width: 100%;
  border-bottom: 1px solid #acadac;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #307a43;
  line-height: 46px;
}

#index_content .activity .activity_left .zt .zt_title span {
  display: block;
  width: 90px;
  border-bottom: 2px solid #307a43;
}

#index_content .activity .activity_left .zt .zt_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#index_content .activity .activity_left .zt .zt_list a {
  width: 49.5%;
}

#index_content .activity .activity_left .zt .zt_list a img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

#index_content .activity .activity_right {
  width: 49%;
}

#index_content .activity .activity_right .gk {
  width: 100%;
}

#index_content .activity .activity_right .gk .gk_title {
  width: 100%;
  border-bottom: 1px solid #acadac;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #307a43;
  line-height: 46px;
}

#index_content .activity .activity_right .gk .gk_title span {
  display: block;
  width: 90px;
  border-bottom: 2px solid #307a43;
}

#index_content .activity .activity_right .gk .gk_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#index_content .activity .activity_right .gk .gk_list .gk_list_item {
  width: 135px;
  height: 124px;
  background: #f8f8f8;
  border-radius: 1px;
}

#index_content .activity .activity_right .gk .gk_list .gk_list_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#index_content .activity .activity_right .gk .gk_list .gk_list_item a img {
  width: auto;
  height: 50px;
  margin-bottom: 13px;
}

#index_content .activity .activity_right .gk .gk_list .gk_list_item a span {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a3d3b;
}

#index_content .activity .activity_right .qssj {
  width: 100%;
}

#index_content .activity .activity_right .qssj .qssj_title {
  width: 100%;
  border-bottom: 1px solid #acadac;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #307a43;
  line-height: 46px;
}

#index_content .activity .activity_right .qssj .qssj_title span {
  display: block;
  width: 90px;
  border-bottom: 2px solid #307a43;
}

#index_content .activity .activity_right .qssj .qssj_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
}

#index_content .activity .activity_right .qssj .qssj_list .qssj_list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e3e3;
  width: 140px;
  height: 70px;
  margin: 12px 0;
}

#index_content .activity .activity_right .qssj .qssj_list .qssj_list_item img {
  width: auto;
  height: 40px;
  margin-right: 10px;
}

#index_content .activity .activity_right .qssj .qssj_list .qssj_list_item span {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}

#index_content
  .activity
  .activity_right
  .qssj
  .qssj_list
  .qssj_list_item:nth-of-type(2) {
  margin: 0 25px;
}

#index_content
  .activity
  .activity_right
  .qssj
  .qssj_list
  .qssj_list_item:nth-of-type(5) {
  margin: 0 25px;
}

#index_content
  .activity
  .activity_right
  .qssj
  .qssj_list
  .qssj_list_item:nth-of-type(8) {
  margin: 0 25px;
}

#index_content
  .activity
  .activity_right
  .qssj
  .qssj_list
  .qssj_list_item:nth-of-type(3) {
  width: 246px;
}

#index_content
  .activity
  .activity_right
  .qssj
  .qssj_list
  .qssj_list_item:nth-of-type(3)
  img {
  margin-right: 37px;
}

#index_content
  .activity
  .activity_right
  .qssj
  .qssj_list
  .qssj_list_item:nth-of-type(6) {
  width: 246px;
}

#index_content
  .activity
  .activity_right
  .qssj
  .qssj_list
  .qssj_list_item:nth-of-type(6)
  img {
  margin-right: 37px;
}

#index_content
  .activity
  .activity_right
  .qssj
  .qssj_list
  .qssj_list_item:nth-of-type(6)
  span {
  width: 103px;
  text-align: center;
}

#index_content .activity .activity_right .swiper_text {
  width: 100%;
  height: 424px;
}

#index_content .activity .activity_right .swiper_text .swiper_text_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #acadac;
}

#index_content .activity .activity_right .swiper_text .swiper_text_header span a {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #818284;
  line-height: 48px;
  cursor: pointer;
}

#index_content
  .activity
  .activity_right
  .swiper_text
  .swiper_text_header
  .mr_text_header1 {
  border-bottom: 2px solid #307a43;
}
#index_content
  .activity
  .activity_right
  .swiper_text
  .swiper_text_header
  .mr_text_header1 a {
  color: #307a43;
}

#index_content .activity .activity_right .swiper_text .swiper_text_content {
  display: none;
  padding-top: 10px;
}

#index_content .activity .activity_right .swiper_text .swiper_text_content a {
  //width: 100%;
  display: flex;
  justify-content: space-between;
  //padding-right: 30px;
  box-sizing: border-box;
}

#index_content
  .activity
  .activity_right
  .swiper_text
  .swiper_text_content
  a
  span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 47px;
}

#index_content
  .activity
  .activity_right
  .swiper_text
  .swiper_text_content
  a
  span:nth-of-type(2) {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9b9797;
}

#index_content
  .activity
  .activity_right
  .swiper_text
  .swiper_text_content
  a
  span:nth-of-type(1) {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#index_content .activity .activity_right .swiper_text .swiper_text_content1 {
  display: block;
}

#index_content .exhibits .datum-box .bd ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#index_content .exhibits .datum-box .bd ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* #index_content .exhibits a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

#index_content .exhibits .datum-box .bd ul li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a3d3b;
  line-height: 48px;
}

#index_content .exhibits .datum-box .bd ul li img {
  width: 159px;
  height: 97px;
}

.news_index_list{
  display: flex;
  flex-wrap: wrap;
}
.swiper_new_new{
  margin-bottom: 20px;
}
#index_content.news {
  margin-bottom: 50px;
}
.news .banner .swiper_text .swiper_text_header a {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #818284;
  line-height: 48px;
  cursor: pointer;
}
#index_content .banner .swiper #b04 ul {
  display: flex;
}
#index_content .banner .swiper #b04 ul li {
  float: left;
  flex: 1;
}
#index_content .banner .swiper #b04 ul li {
  display: block;
  position: relative;
}
#index_content .banner .swiper #b04 ul li a {
    display: block;
    position: relative;
    //width: 49%;
    height: 424px;
}
#index_content .banner .swiper #b04 ul li .text {
    position: absolute;
    bottom: 0;
    width: 580px;
    height: 50px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    line-height: 50px;
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
    left: 0;
    padding-left: 5px;
}
#index_content .banner .swiper #b04 .dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}
#index_content .banner .swiper #b04 .dots li {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
    behavior: url(../pie/PIE.htc);
    cursor: pointer;
    margin-right: 10px;
}
#index_content .banner .swiper #b04 .dots li.active {
   width: 20px;
   opacity: 1;
   border-radius: 6px;
    behavior: url(../pie/PIE.htc);
}
#index_content .banner .swiper #b04 .prev {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 24px;
    display: block;
    z-index: 101;
}
#index_content .banner .swiper #b04 .next{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 24px;
    display: block;
    z-index: 101;
}