.banner {
  max-width: 1920px;
  margin: 0 auto;
}
.banner .carousel-indicators li {
  width: 69px;
  height: 8px;
  background: #DCDCDC;
  border-radius: 4px;
  border: none;
  margin: 0 5px;
}
.banner img {
  width: 100%;
}
.banner .carousel-indicators .active {
  background: #A22624;
}
.main .box1 {
  background: url(../img/bg.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 55px;
  padding-bottom: 36px;
}
.main .box1 .con {
  margin-top: 45px;
}
.main .box1 .con .item1 {
  display: flex;
  justify-content: space-between;
}
.main .box1 .con .item1 .pic {
  width: 49%;
  position: relative;
}
.main .box1 .con .item1 .pic img {
  width: 100%;
}
.main .box1 .con .item1 .pic p {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 10px;
  height: 47px;
  background: rgba(160, 160, 160, 0.4);
  border-radius: 8px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 47px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .box1 .con .item2 {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.main .box1 .con .item2 .swiper-wrapper {
  height: auto;
}
.main .box1 .con .item2 .swiper-slide {
  height: auto;
}
.main .box1 .con .item2 .swiper-pagination {
  margin: 10px auto;
  position: relative;
}
.main .box1 .con .item2 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #DCDCDC;
  border-radius: 2px;
}
.main .box1 .con .item2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #A22624;
}
.main .box1 .con .item2 .pic img {
  width: 100%;
}
.main .box1 .con .item2 .pic p {
  width: 100%;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-top: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .box2 {
  background: url(../img/bg1-1.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 55px;
  padding-bottom: 30px;
}
.main .box2 .con {
  padding-top: 15px;
}
.main .box2 .con .item {
  margin-top: 28px;
}
.main .box2 .con .item .img {
  padding: 0;
}
.main .box2 .con .item .info {
  background: #fff;
  box-sizing: border-box;
  padding: 20px 30px;
  border-radius: 8px;
}
.main .box2 .con .item .info .name {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 37px;
  padding-bottom: 5px;
  background: url(../img/line.png) no-repeat left bottom;
}
.main .box2 .con .item .info .body {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin: 24px 0 15px;
}
.main .box2 .con .item .info .date {
  display: flex;
  justify-content: space-between;
}
.main .box2 .con .item .info .date span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.main .box2 .con .item .info .date a {
  padding-top: 8px;
}
.main .box3 {
  background: url(../img/bg.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 55px;
}
.main .box3 .name {
  display: flex;
  height: 77px;
  justify-content: space-between;
  background: url(../img/bg_t.png) no-repeat left center;
  padding: 0 10px;
}
.main .box3 .name span {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 77px;
}
.main .box3 .name a {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
  line-height: 77px;
}
.main .box3 .list1 ul {
  margin-top: 30px;
  padding: 0 20px 0 28px;
}
.main .box3 .list1 ul li {
  margin-bottom: 25px;
}
.main .box3 .list1 ul li .txt {
  border-left: 2px solid #A22624;
  padding-left: 8px;
}
.main .box3 .list1 ul li .txt .tit {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.main .box3 .list1 ul li .txt .date {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}
.main .box3 .list1 ul li .img {
  margin-top: 20px;
}
.main .box3 .list2 ul {
  padding-left: 39px;
  margin-top: 22px;
}
.main .box3 .list2 ul li {
  height: 90px;
  line-height: 90px;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
}
.main .box3 .list2 ul li .date {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #A22624;
}
.main .box3 .list2 ul li .txt {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-left: 25px;
}
.main .box4 {
  background: url(../img/bg1-2.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 55px;
  padding-bottom: 75px;
}
.main .box4 .con {
  margin-top: 75px;
}
.main .box4 .con .img {
  margin-left: -100px;
}
.main .box4 .con .txt {
  margin-top: 60px;
}
.main .box4 .con .txt .top {
  padding-bottom: 40px;
  border-bottom: 1px solid #A22624;
}
.main .box4 .con .txt .top .name {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #C94441;
  line-height: 36px;
}
.main .box4 .con .txt .top .area {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-top: 25px;
}
.main .box4 .con .txt .num {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #C94441;
  line-height: 36px;
  margin-top: 40px;
}
.main .box4 .con .txt .des {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-top: 25px;
}
.main .box4 .con .txt .btn {
  margin-top: 80px;
  padding: 0;
}
.main .box4 .con .txt .btn a {
  background: #A22624;
  border: 1px solid #A22624;
  border-radius: 10px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10px 40px;
}
.main .box4 .con .txt .btn a img {
  margin-left: 10px;
}
.main .box5 {
  background: url(../img/bg.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 55px;
}
.main .box5 .con {
  margin-top: 55px;
}
.main .box5 .con .list {
  width: 100%;
  padding-bottom: 40px;
}
.main .box5 .con .list .item {
  width: 100%;
  height: 369px;
  background: url(../img/bg6.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 83px;
  position: relative;
}
.main .box5 .con .list .item img {
  max-width: 80%;
}
.main .box5 .con .list .item:hover .txt {
  display: block;
}
.main .box5 .con .list .item .name {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  text-align: center;
  line-height: 40px;
  margin: 0;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.main .box5 .con .list .item .txt {
  display: none;
  position: absolute;
  top: 1;
  left: 1;
  right: 1;
  bottom: 50px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 20px 10px;
  background: rgba(246, 233, 233, 0.9);
  text-align: left;
  white-space: normal;
  overflow: auto;
}
.main .box5 .con .list .item .txt .tit {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #A22624;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .box5 .con .list .item .txt .body {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #A22624;
  line-height: 24px;
  margin-top: 20px;
  text-indent: 2em;
}
.main .box5 .con .notice {
  background: #FFFFFF;
  border: 1px solid #A22624;
  border-radius: 8px;
  padding: 35px 28px;
  display: flex;
  flex-shrink: 0;
  margin-top: 35px;
}
.main .box5 .con .notice .name {
  width: 120px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #A22624;
  line-height: 37px;
  text-align: center;
}
.main .box5 .con .notice .txt {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-left: 30px;
}
.main .title1 {
  text-align: center;
}
.main .title1 span {
  padding: 16px 30px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #A22624;
  line-height: 30px;
  background: url(../img/line1.png) no-repeat center bottom;
  background-size: 100%;
}
.main .title2 {
  text-align: center;
}
.main .title2 span {
  padding: 16px 30px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #A22624;
  line-height: 30px;
  background: url(../img/line2.png) no-repeat center bottom;
  background-size: 100%;
}
@media (max-width: 750px) {
  .banner .carousel-indicators li {
    width: 0.6rem;
    height: 0.1rem;
    background: #DCDCDC;
    border-radius: 0.05rem;
    border: none;
    margin: 0 0.05rem;
  }
  .banner .carousel-indicators .active {
    background: #A22624;
  }
  .main .title1 span {
    font-size: 0.36rem;
    padding: 0.15rem 0.2rem;
  }
  .main .title1 img {
    width: 0.3rem;
  }
  .main .title2 span {
    font-size: 0.36rem;
    padding: 0.15rem 0.2rem;
  }
  .main .title2 img {
    width: 0.3rem;
  }
  .main .box1 {
    background: url(../img/bgw1.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .main .box1 .con {
    margin-top: 0.4rem;
  }
  .main .box1 .con .item1 .pic p {
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.24rem;
    margin: 0;
  }
  .main .box1 .con .item2 {
    margin-top: 0.2rem;
  }
  .main .box1 .con .item2 .pic p {
    font-size: 0.28rem;
    margin: 0.2rem 0;
    line-height: 0.36rem;
    webkit-line-clamp: 2;
    white-space: normal;
  }
  .main .box2 {
    background: url(../img/bgw2.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .main .box2 .con {
    padding-top: 0.15rem;
  }
  .main .box2 .con .item {
    margin: 0;
    margin-top: 0.15rem;
  }
  .main .box2 .con .item .info {
    padding: 0.2rem;
  }
  .main .box2 .con .item .info .name {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .main .box2 .con .item .info .body {
    margin: 0.25rem 0;
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .main .box3 {
    background: url(../img/bgw1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .main .box3 .name {
    padding: 0 0.2rem;
    height: 0.77rem;
    background-size: 100%;
  }
  .main .box3 .name span {
    font-size: 0.32rem;
    line-height: 0.77rem;
  }
  .main .box3 .name a {
    font-size: 0.32rem;
    line-height: 0.77rem;
  }
  .main .box3 .list1 ul {
    margin-top: 0.3rem;
    padding: 0;
  }
  .main .box3 .list1 ul li {
    margin-bottom: 0.3rem;
  }
  .main .box3 .list1 ul li .txt .tit {
    font-size: 0.28rem;
    margin-bottom: 0;
  }
  .main .box3 .list1 ul li .txt .date {
    font-size: 0.26rem;
  }
  .main .box3 .list1 ul li .img {
    margin-top: 0.2rem;
  }
  .main .box3 .list2 {
    margin-top: 0.6rem;
  }
  .main .box3 .list2 ul {
    margin-top: 0.3rem;
    padding: 0 0.2rem;
  }
  .main .box3 .list2 ul li {
    height: 1.1rem;
    line-height: 1.1rem;
  }
  .main .box3 .list2 ul li .date {
    font-size: 0.32rem;
  }
  .main .box3 .list2 ul li .txt {
    font-size: 0.28rem;
  }
  .main .box4 {
    background: url(../img/bgw3.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.45rem;
  }
  .main .box4 .con {
    margin-top: 0.3rem;
  }
  .main .box4 .con .img {
    margin: 0;
  }
  .main .box4 .con .txt .top {
    padding-bottom: 0.3rem;
  }
  .main .box4 .con .txt .top .name {
    font-size: 0.34rem;
    line-height: 0.4rem;
  }
  .main .box4 .con .txt .top .area {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.25rem;
  }
  .main .box4 .con .txt .num {
    font-size: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.4rem;
  }
  .main .box4 .con .txt .des {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.25rem;
  }
  .main .box4 .con .txt .btn {
    font-size: 0.26rem;
    margin-top: 0.6rem;
  }
  .main .box4 .con .txt .btn a {
    padding: 0.1rem 0.4rem;
    border-radius: 0.1rem;
  }
  .main .box4 .con .txt .btn a img {
    vertical-align: -1px;
  }
  .main .box5 {
    background: url(../img/bgw1.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 0.4rem;
  }
  .main .box5 .con {
    margin-top: 0.35rem;
  }
  .main .box5 .con .list {
    padding-bottom: 0;
  }
  .main .box5 .con .list .item {
    width: 3.2rem;
    height: 4rem;
    background-size: 100% 100%;
    padding-top: 0.7rem;
    margin-left: 0.2rem;
  }
  .main .box5 .con .list .item img {
    max-width: 80%;
  }
  .main .box5 .con .list .item .name {
    left: 0.15rem;
    right: 0.15rem;
    line-height: 0.4rem;
    font-size: 0.22rem;
  }
  .main .box5 .con .list .item .txt {
    border-radius: 0.1rem;
    bottom: 0.5rem;
    padding: 0.4rem 0.2rem 0;
    overflow: auto;
  }
  .main .box5 .con .list .item .txt .tit {
    font-size: 0.26rem;
    line-height: 0.32rem;
  }
  .main .box5 .con .list .item .txt .body {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }
  .main .box5 .con .notice {
    display: block;
    padding: 0.3rem 0.2rem;
  }
  .main .box5 .con .notice .name {
    text-align: center;
    width: 100%;
    font-size: 0.32rem;
    margin: 0;
    line-height: 0.32rem;
  }
  .main .box5 .con .notice .txt {
    margin-left: 0;
    text-indent: 2em;
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.3rem;
  }
}
