.banners {
  width: 100%;
}
.banners img {
  width: 100%;
}
.mains {
  padding: 1px 0;
  width: 100%;
  overflow: hidden;
  background-color: #FEEAE0;
}
.mains .con {
  width: 1200px;
  margin: 0 auto;
}
.mains .title {
  margin: 20px auto 40px;
  width: 700px;
  height: 45px;
}
.mains .title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mains .ywdt {
  margin:40px auto 50px;
}
.mains .ywdt .newsList {
  width: 580px;
  margin-left: 50px;
}
.mains .ywdt .newsList li {
  margin: 20px auto;
}
.mains .ywdt .newsList li .point {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  margin-left: 2px;
  background-color: #D40505;
  vertical-align: 11px;
  transform: rotate(45deg);
  overflow: hidden;
  flex-shrink: 0;
}
.mains .ywdt .newsList li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 22px;
  min-height: auto;
  line-height: 32px;
  max-width: 552px;
}
.mains .ywdt .newsList .more {
  color: #db1c2e;
  width: 600px;
  display: flex;
  justify-content: right;
  font-size: 18px;
}
.mains .ywdt .newsPic {
  width: 480px;
  height: 350px;
  overflow: hidden;
  margin-right: 40px;
  position: relative;
}
.mains .ywdt .newsPic .pic {
  width: 480px;
  height: 350px;
  position: relative;
}
.mains .ywdt .newsPic .pic img {
  width: 100%;
  height: 100%;
}
.mains .ywdt .newsPic .pic .text {
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
}
.mains .ywdt .newsPic .pic .text p {
  width: 70%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mains .ywdt .newsPic .pic .text .details {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 800;
  position: absolute;
  bottom: 0px;
  left: 360px;
  right: 0;
  z-index: 99999;
  background-color: #db1c2e;
}
.mains .ywdt .newsPic .swiper-button-next {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.mains .ywdt .newsPic .swiper-button-next:after {
  font-size: 12px;
}
.mains .ywdt .newsPic .swiper-button-prev {
  border: none;
  outline: 0;
  display: none;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.mains .ywdt .newsPic .swiper-button-prev:after {
  font-size: 12px;
}
.mains .ywdt .newsPic:hover .swiper-button-next,
.mains .ywdt .newsPic:hover .swiper-button-prev {
  display: block;
}
.mains .xjjt .xjjtPic {
  width: 650px;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.mains .xjjt .xjjtPic a {
  width: 650px;
  height: 450px;
  display: block;
  position: relative;
}
.mains .xjjt .xjjtPic a img {
  width: 100%;
  height: 100%;
}
.mains .xjjt .xjjtPic a p {
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #fff;
  padding-right: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mains .xjjt .xjjtPic .swiper-pagination {
  position: absolute;
  right: 20px;
  bottom: 9px;
}
.mains .xjjt .xjjtPic .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  padding: unset;
  margin-right: 8px;
  background-color: #C7C7C7;
  cursor: pointer;
  border-radius: 1px;
}
.mains .xjjt .xjjtPic .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DB1C2E;
}
.mains .xjjt .xjjtPic .swiper-button-next {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.mains .xjjt .xjjtPic .swiper-button-next:after {
  font-size: 12px;
}
.mains .xjjt .xjjtPic .swiper-button-prev {
  border: none;
  outline: 0;
  display: none;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.mains .xjjt .xjjtPic .swiper-button-prev:after {
  font-size: 12px;
}
.mains .xjjt .xjjtPic:hover .swiper-button-next,
.mains .xjjt .xjjtPic:hover .swiper-button-prev {
  display: block;
}
.mains .xjjt .xjjtList {
  margin-right: 50px;
  width: 450px;
}
.mains .xjjt .xjjtList li {
  width: 450px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 50px;
  background-color: #db1c2e;
  border-radius: 15px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
.mains .xjgr {
  padding-bottom: 40px;
}
.mains .xjgr .con {
  justify-content: space-around;
  flex-wrap: wrap;
  display: flex;
}
.mains .xjgr .con .pic {
  width: 290px;
  height: 310px;
  margin-top: 30px;
  position: relative;
  font-size: 18px;
}
.mains .xjgr .con .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mains .xjgr .con .pic p {
  background-image: linear-gradient(to bottom, #dd2913, #a70f14);
  color: #fff;
  width: 290px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  letter-spacing: 3px;
}
.mains .gdsxjjt .title{
  width: 1200px;
  height: auto;
}
.mains .gdsxjjt .con{
  position: relative;
  padding-bottom: 30px;
}
.mains .gdsxjjt .con .swiper-container ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mains .gdsxjjt .con .swiper-container ul li{
  width: 576px;
  background: #D40505;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin: 14px 0;
  line-height: 62px;  
  font-size: 20px;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.mains .gdsxjjt .con .swiper-button-prev {
  outline: 0;
  margin: 0;
  height: 36px;
  width: 31px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(31, 45, 61, 0.11);
  position: absolute;
  top:43%;
  z-index: 10;
  background: url(../images/gd_left.png) no-repeat;
  text-align: center;
  left: -44px;
}
.mains .gdsxjjt .con .swiper-button-next {
  outline: 0;
  margin: 0;
  height: 36px;
  width: 31px;
  right: -44px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(31, 45, 61, 0.11);
  position: absolute;
  top: 43%;
  z-index: 10;
  background: url(../images/gd_right.png) no-repeat;
  text-align: center;
}
.mains .gdsxjjt .con .swiper-button-prev:after,.mains .gdsxjjt .con .swiper-button-next:after{
  font-size: 0;
}
.mains .gdsxjjt .con .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  bottom: 1px;
}
.mains .gdsxjjt .con .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  padding: unset;
  margin-right: 8px;
  background-color: #c9c9c9;
  cursor: pointer;
  border-radius: 3px;
}
.mains .gdsxjjt .con .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DB1C2E;
}
.mains .gdsxjgr {
  margin: 50px auto;
}
.mains .gdsxjgr .title{
  width: 1200px;
  height: auto;
}
.mains .gdsxjgr .con .section h5{
  font-weight: bolder;
  font-size: 32px;
  line-height: 45px;
  color: #db1c2e;
  margin: 30px auto 10px;
}
.mains .gdsxjgr .con .section h5 span{
  display: inline-block;
  width: 8px;
  height: 36px;
  vertical-align: middle;
  background: #db1c2e;
  margin-right: 17px;
}
.mains .gdsxjgr .con .section ul.city{
  display: flex;
  flex-wrap: wrap;
}
.mains .gdsxjgr .con .section ul.city li{
  width: 220px;
  border:2px solid #D40505;
  background: #D40505;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  margin: 14px 38px;
  line-height: 48px;  
  font-size: 20px;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  white-space:nowrap;
  text-overflow:ellipsis;
}
