body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Microsoft Yahei';
  padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.pt27 {
  padding-top: 27px;
}

.pt45 {
  padding-top: 45px;
}

.pb60 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.bg_fff {
  background: #fff;
}

.bg_f4 {
  background: #F4F4F4;
}

.container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.header {
  background: #BD1316;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.header .logo {
  height: 100px;
  line-height: 100px;
}

.header .logo img {
  width: 243px;
}

.header .navs ul {
  width: 800px;
}

.header .navs ul li a {
  display: block;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  font-size: 18px;
  border-bottom: solid 3px transparent;
}

.header .navs ul li .active,
.header .navs ul li:hover a {
  border-color: #ffffff;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_banner .swiper-pagination {
  bottom: 23px;
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background: #FFFFFF;
  margin: 0 5px;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
}

.index_title h3 {
  color: #BD1316;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.index_title h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: #BD1316;
}

.index_title .more {
  color: #434343;
  font-size: 18px;
}

.index_main1 .rec {
  width: 584px;
}

.index_main1 .rec .swiper-slide {
  position: relative;
}

.index_main1 .rec .swiper-slide .pic img {
  width: 100%;
  height: 379px;
}

.index_main1 .rec .swiper-slide .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .75);
  height: 63px;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.swiper-button-prev,
.swiper-button-next {
  background: rgba(0, 0, 0, .5);
  display: inline-block;
  width: 32px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  --swiper-theme-color: #BD1316;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 16px;
  /* 设置按钮大小 */
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.index_main1 .rec .swiper-slide .tt h4 {
  color: #ffffff;
  font-size: 18px;
}

.index_main1 .list {
  width: 583px;
}

.index_main1 .list ul li {
  margin-top: 18px;
}

.index_main1 .list ul li:first-child {
  margin-top: 0;
}

.index_main1 .list ul li .time {
  width: 70px;
  height: 81px;
  background: #EEEEEE;
}

.index_main1 .list ul li .time span {
  color: #BD1316;
  font-size: 26px;
  line-height: 1;
}

.index_main1 .list ul li .time p {
  color: #666666;
  font-size: 14px;
  padding-top: 10px;
}

.index_main1 .list ul li .tt {
  margin-left: 20px;
}

.index_main1 .list ul li .tt h4 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #333333;
  font-size: 18px;
}

.index_main1 .list ul li:hover .tt h4 {
  color: #BD1316;
}

.index_main1 .list ul li .tt p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 6px;
}

.index_main1 .list ul li:hover .tt p {
  color: #BD1316;
}

.index_main2 .content .list li {
  width: 50%;
  position: relative;
  padding-left: 20px;
  line-height: 40px;
}

.index_main2 .content .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7D7D7D;
}

.index_main2 .content .list li a {
  color: #3c3c3c;
  font-size: 18px;
}

.index_main2 .content .list li span {
  color: #777777;
  font-size: 16px;
}

.index_main2 .content .list li {
  width: 48%;
}

.index_main2 .donation .item {
  width: 585px;
}

.index_main2 .donation .item .title {
  background: #D11313;
  height: 84px;
  padding: 0 25px;
}

.index_main2 .donation .item .title h3 {
  color: #ffcf3d;
  font-size: 24px;
  font-weight: bold;
}

.index_main2 .donation .item .title .more {
  color: #ffffff;
  font-size: 18px;
}

.index_main2 .donation .item .con {
  background: #FFF9E7;
  padding: 20px 25px;
}

.index_main2 .donation .item .con li {
  overflow: hidden;
  line-height: 2;
}

.index_main2 .donation .item .con li:first-child {
  margin-bottom: 10px;
}

.index_main2 .donation .item .con li span {
  background: #FFF9E7;
  width: 120px;
  float: left;
  display: block;
  color: #363636;
  font-size: 18px;
}

.index_main2 .donation .item .con li span:last-child {
  width: 175px;
  text-align: center;
}

.index_main2 .donation .item .con li:first-child span {
  color: #bd1316;
}

.index_main2 .donation .item .con {
  color: #363636;
  font-size: 18px;
  line-height: 2;
}

.index_main2 .donation .item .con .fr {
  /* padding-top: 50px; */
}

.index_main2 .donation .item .con .fr img {
  width: 142px;
}

.index_main2 .donation .jzzn .con a {
  display: block;
  width: 172px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #D11313;
  color: #ffcf3d;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 18px;
}

.index_main2 .donation .jzzn .con {
  padding-bottom: 22px;
}

.index_main2 .donation .jzzn .con img{
	margin-top: 15px;
}

.index_main3 {
  padding-bottom: 60px;
}

.index_main3 .content {
  margin-top: 30px;
}

.index_main3 .content .swiper-slide .pic img {
  width: 100%;
  height: 212px;
}

.index_main3 .content .swiper-slide .tt {
  width: 100%;
  color: #494949;
  font-size: 18px;
  background: #EEEEEE;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.index_main3 .content .swiper-button-prev,
.index_main3 .content .swiper-button-next {
  top: 95px;
}

.index_main4 .content {
  margin-top: 30px;
}

.index_main4 .content ul li {
  width: 217px;
  margin-left: 28px;
  border: solid 1px #BFBFBF;
}

.index_main4 .content ul li:first-child {
  margin-left: 0;
}

.index_main4 .content ul li img {
  width: 100%;
  height: 68px;
}

.footer {
  background: #BD1316;
  padding: 42px 0;
}

.footer .left {
  width: 458px;

}

.footer .left p {
  color: #ffffff;
  font-size: 16px;
  line-height: 39px;
}

.footer .left p a {
  color: #ffffff;
  font-size: 16px;
}

.footer .right {
  width: 208px;
}

.footer .right .box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.footer .right .box img {
  width: 82px;
  height: 82px;
  margin-left: 15px;
}

.nytitle {
  text-align: center;
}

.nytitle h2 {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 30px;
}

.nytitle h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -110px;
  width: 89px;
  height: 1px;
  background: #999999;
}

.nytitle h2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -110px;
  width: 89px;
  height: 1px;
  background: #999999;
}

.nybanner img {
  width: 100%;
  display: block;
}

.crumb {
  height: 64px;
  border-bottom: 1px solid #DDDDDD;
}

.crumb .container {
  height: 100%;
}

.crumb .left a {
  color: #666666;
  font-size: 16px;
  margin-right: 10px;
}

.crumb .left span {
  color: #666666;
  font-size: 22px;
  margin-right: 10px;
}

.crumb .right li {
  margin-left: 20px;
}

.crumb .right li a {
  color: #666666;
  font-size: 16px;
}

.crumb .right li a:hover,
.crumb .right li a.cur {
  color: #bd1316;
}

.ny {
  background: #F4F4F4;
  padding-top: 25px;
  padding-bottom: 70px;
}

.ny .container {
  background: #ffffff;
  padding: 60px 40px 100px;
}

.nylist .content {
  margin-top: 30px;
}

.nylist .content ul li {
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 0;
}

.nylist .content ul li span {
  width: 130px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  background: #F4F4F4;
}

.nylist .content ul li h4 {
  color: #333333;
  font-size: 22px;
  margin-left: 20px;
}

.nylist .content ul li i {
  color: #CCCCCC;
  font-size: 17px;
  border: solid 1px #CCCCCC;
  border-radius: 50%;
  margin-left: auto;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  margin-right: 30px;
}

.nylist .content ul li:hover span,
.nylist .content ul li:hover h4,
.nylist .content ul li:hover i {
  color: #bd1316;
  border-color: #bd1316;
}

.nylist_csxm .content {
  margin-top: 30px;
}

.nylist_csxm .content ul li {
  margin-left: 33px;
  width: 351px;
}

.nylist_csxm .content ul li:nth-child(3n+1) {
  margin-left: 0;
}

.nylist_csxm .content ul li .pic img {
  width: 100%;
  height: 263px;
  margin-top: 35px;
}

.nylist_csxm .content ul li .tt {
  background: #EEEEEE;
  height: 62px;
  color: #494949;
  font-size: 18px;
  font-weight: bold;
}

.nylist_xwzx .content {
  margin-top: 30px;
}

.nylist_xwzx .content ul li {
  padding: 45px 0;
  border-bottom: 1px solid #CCCCCC;
}

.nylist_xwzx .content ul li .pic {
  width: 294px;
  flex: none;
}

.nylist_xwzx .content ul li .pic img {
  width: 100%;
  height: 176px;
}

.nylist_xwzx .content ul li .txt {
  margin-left: 30px;
  width: 796px;
}

.nylist_xwzx .content ul li .txt .tt h4 {
  color: #333333;
  font-size: 20px;
}

.nylist_xwzx .content ul li .txt .tt i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: solid 1px #D0D0D0;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #CCCCCC;
}

.nylist_xwzx .content ul li .txt .date {
  padding-top: 15px;
}

.nylist_xwzx .content ul li .txt .date i {
  color: #666666;
  font-size: 16px;
}

.nylist_xwzx .content ul li .txt .date span {
  color: #666666;
  font-size: 16px;
  padding-left: 10px;
}

.nylist_xwzx .content ul li .txt p {
  padding-top: 25px;
  color: #666666;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  width: 90%;
}

.nylist_xwzx .content ul li:hover .tt h4,
.nylist_xwzx .content ul li:hover .tt i {
  color: #bd1316;
  border-color: #bd1316;
}

.nyshow .container {
  padding-left: 60px;
  padding-right: 60px;
}

.nyshow .title {
  text-align: center;
  color: #333333;
  font-size: 24px;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.nyshow .infos {
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.nyshow .infos img {
  margin-right: 10px;
}

.nyshow .content {
  margin-top: 30px;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.nyshow .content img {
  max-width: 100%;
}

.pages {
  text-align: center;
  margin-top: 50px;
}

.pages span {
  font-size: 16px;
  border: solid 1px #ccc;
  padding: 5px 10px;
  color: #333;
}

.pages span.p_n1 {
  background: #BD1316;
  border-color: #BD1316;
  color: #fff;
}

.nypage_jzzn .content .item {
  background: #FFF9E7;
  width: 48%;
  padding: 20px;
}

.nypage_jzzn .content .item:first-child{
  width: 55%;
}

.nypage_jzzn .content .item:last-child{
  width: 40%;
}

.nypage_jzzn .content .item .tt {
  color: #bd1316;
  font-size: 16px;
  border-left: 6px solid #BD1316;
  padding-left: 15px;
}

.nypage_jzzn .content .item .con {
  padding-left: 21px;
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}

@media(min-width:641px) {
  .mobile {
    display: none !important;
  }
}

@media(max-width:640px) {
  .pc {
    display: none !important;
  }

  .container {
    width: 90%;
  }

  /* 移动端导航开始 */
  .m_header {
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    height: 2.8rem;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 8rem;
  }

  .m_header .index_logo img {
    width: 100%;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #2E2E2E;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
  }

  .m_header .menu i {
    font-size: 1.5rem;
  }

  .side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 10rem;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #2E2E2E;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 0 0.75rem;
    line-height: 2rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 0.375rem 0 0.025rem;
    line-height: 1.75rem;
    font-size: 0.55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: 0.65rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 76px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
    border-radius: 2px;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    height: 12px;
    width: 2px;
    margin: -6px 0 0 -1px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
    border-radius: 2px;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: 1px 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 1px 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: 0 0.75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 .75rem;
    line-height: 1.25rem;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: .125rem;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: .225rem;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  /* 移动端导航结束 */

  body {
    padding-top: 0;
  }

  .pt45 {
    padding-top: 1rem;
  }

  .pt27 {
    padding-top: .5rem;
  }

  .index_title h3 {
    font-size: .6rem;
    padding-bottom: .25rem;
  }

  .index_title .more {
    font-size: .5rem;
  }

  .index_main1 .rec {
    width: 100%;
  }

  .index_main1 .rec .swiper-slide .pic img {
    height: 10rem;
  }

  .index_main1 .list {
    width: 100%;
    margin-top: 1rem;
  }

  .index_main1 .list ul li .time {
    width: 20%;
    height: 3rem;
  }

  .index_main1 .list ul li .time span {
    font-size: .7rem;
  }

  .index_main1 .list ul li .time p {
    font-size: .5rem;
    padding-top: .25rem;
  }

  .index_main1 .list ul li .tt {
    margin-left: 5%;
    width: 75%;
  }

  .index_main1 .list ul li .tt h4 {
    font-size: .6rem;
  }

  .index_main1 .list ul li .tt p {
    font-size: .5rem;
    line-height: 2;
  }

  .index_main2 .content .list li {
    width: 100%;
  }

  .index_main2 .content .list li a {
    font-size: .6rem;
  }

  .index_main2 .content .list li span {
    font-size: .5rem;
  }

  .index_main2 .donation .item {
    width: 100%;
  }

  .index_main2 .donation .item .title {
    height: 2.1rem;
    padding: 0 .625rem;
  }

  .index_main2 .donation .item .title h3 {
    font-size: .6rem;
  }

  .index_main2 .donation .item .title .more {
    font-size: .5rem;
  }

  .index_main2 .donation .item .con {
    padding: .5rem .625rem;
  }

  .index_main2 .donation .item .con li span {
    width: 50%;
    font-size: .5rem;
  }

  .index_main2 .donation .item .con li span:nth-child(3),
  .index_main2 .donation .item .con li span:nth-child(4) {
    display: none;
  }

  .index_main2 .donation .item .con .fl {
    font-size: .5rem;
    float: none;
  }

  .index_main2 .donation .item .con .fr {
    padding-top: 1.25rem;
    float: none;
  }

  .index_main2 .donation .item .con .fr a {
    width: 4.3rem;
    height: 1.125rem;
    line-height: 1.125rem;
    border-radius: .25rem;
    margin: auto;
    margin-top: 1rem;
    font-size: .45rem;
  }

  .index_main3 {
    padding-bottom: 1.5rem;
  }

  .index_main3 .content .swiper-slide .pic img {
    height: 5rem;
  }

  .index_main3 .content .swiper-slide .tt {
    height: 3rem;
    font-size: .6rem;
  }

  .footer {
    padding: 1.05rem 0;
  }

  .footer .left {
    width: 100%;
  }

  .footer .left p {
    font-size: .5rem;
    line-height: 1.5;
  }

  .footer .left p a {
    font-size: .5rem;
  }

  .footer .right {
    width: 100%;
    display: none;
  }

  .ny {
    padding-top: .625rem;
    padding-bottom: 1.75rem;
  }

  .ny .container {
    padding: 1.5rem 1rem 2.5rem;
  }

  .nyshow .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nyshow .title {
    font-size: .6rem;
    padding-bottom: .375rem;
    margin-bottom: .375rem;
  }

  .nyshow .content {
    margin-top: .75rem;
    font-size: .5rem;
    line-height: 2;
  }

  .crumb {
    display: none;
  }

  .nytitle h2 {
    font-size: .6rem;
  }

  .nylist .content {
    margin-top: .75rem;
  }

  .nylist .content ul li {
    padding: .75rem 0;
  }

  .nylist .content ul li span {
    display: none;
  }

  .nylist .content ul li h4 {
    font-size: .6rem;
    margin-left: .5rem;
  }

  .nylist .content ul li i {
    display: none;
  }

  .nylist_xwzx .content ul li {
    padding: 1.125rem 0;
  }

  .nylist_xwzx .content ul li .pic {
    width: 100%;
  }

  .nylist_xwzx .content ul li .pic img {
    height: 9rem;
  }

  .nylist_xwzx .content ul li .txt {
    margin-left: 0;
  }

  .nylist_xwzx .content ul li .txt .tt {
    margin-top: .5rem;
  }

  .nylist_xwzx .content ul li .txt .tt h4 {
    font-size: .6rem;
  }

  .nylist_xwzx .content ul li .txt .tt i {
    display: none;
  }

  .nylist_xwzx .content ul li .txt .date {
    display: none !important;
  }

  .nylist_xwzx .content ul li .txt p {
    padding-top: .625rem;
    font-size: .5rem;
    width: 100%;
  }

  .nypage_jzzn .content .item{
    width: 100%;
    padding: .5rem;
  }
  
  .nypage_jzzn .content .item .tt {
    font-size: .5rem;
    border-left: .15rem solid #BD1316;
    padding-left: .375rem;
  }
  .nypage_jzzn .content .item .con{
    padding-left: .5rem;
    font-size: .5rem;
    line-height: 1.5;
  }

  #map{
    height: 11.925rem !important;
    margin-top: .75rem !important;
  }
}