.main{
  background: url(../img/main_bg.png)no-repeat center bottom;
  padding-bottom: 20px;
  background-size: 100% 100%;
}

.banner_swiper{
  overflow: hidden;
}

/* 切换按钮 */
.banner_swiper:hover .banner_prev, .banner_swiper:hover .banner_next{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}
.swiper-slide img{
  display: block;
  width: 100%;
}
.banner_prev{
  background: url(../img/prev.png) no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
  z-index: 1;

  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.banner_next{
  background: url(../img/next.png) no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  z-index: 1;

  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.swiper-pagination-bullet{
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}
.swiper-pagination-bullet-active{
  background: #ebebeb;
  width: 30px;
  border-radius: 20px;
}

.banner_swiper .banner_pagination{
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 10px;
  left: 0;
  transform: translateX(600px);
  width: auto;
}
.banner-bd ul li img {
  width: 100%;
  display: block;
  animation: 10s ease-in-out 0s infinite alternate none running zoomin;
}
@keyframes zoomin {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.1);
  }
}
.banner{
  padding: 35px 0;
}


.f_links{
  background: #fcf5f5;
  padding: 15px 0;
}
.f_links .w{
  display: flex;
  justify-content: start;
}
.f_links .w div{
  line-height: 50px;
  font-size: 18px;
  color: #404040;
  position: relative;
  margin-right: 15px;
  font-weight: 600;
  padding-left: 55px;
}
.f_links .w div::after{
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/links_icon.png)no-repeat center center #e3bd3b;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.f_links ul{
  display: flex;
  justify-content: start;
}
.f_links ul li{
  margin-right: 15px;

}
.f_links ul li a{
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #404040;
}
.f_links ul li:hover a{
  color: #AB0006;
}
.conmmon_title{
  margin-bottom: 25px;
}
.conmmon_title a{
  display: block;
  position: relative;
}

.conmmon_title a::after{
  content: '';
  width: 44%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #b60000;
}
.conmmon_title a::before{
  content: '';
  width: 38%;
  position: absolute;
  right: 6%;
  top: 50%;
  height: 1px;
  background: #b60000;
}

.conmmon_title a p{
  display: table;
  position: relative;
  margin: 0 auto;
  font-size: 22px;
  color: #262626;
  padding-left: 30px;
  background: url(../img/section1_icon.png)no-repeat left center;
  font-weight: 600;
}
.conmmon_title a span{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #262626;
}


.section1_cont{
  display: flex;
  justify-content: space-between;
}
.section1_l{
  width: 680px;
  min-height: 480px;
  overflow: hidden;
}
.section1 .section1_pagination{
  position: absolute;
  left: 0;
  bottom: 12%;
  z-index: 2;
  text-align: right;
}
.section1 .swiper-pagination-bullet-active{
  background: #b60000;
}
.section1_r{
  width: calc(100% - 720px);
}
.section1_l a{
  display: block;
  position: relative;

}
.section1_l_img{
  width: 680px;
  height: 380px;
  overflow: hidden;
}
.section1_l_img img{
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all .3s;
}
.section1_l:hover .section1_l_img img{
  transform: scale(1.1);
}
.section1_l_time{
  position: absolute;
  left: 32px;
  top: 0;
  background: #b60000;
  padding: 5px 10px;
  text-align: center;
  border-bottom-right-radius: 10px;
}
.section1_l_time p{
  font-size: 30px;
  color: #fff;
}
.section1_l_time span{
  display: block;
  font-size: 20px;
  color: #fff;
}
.section1_l a>p{
  position: absolute;
  box-shadow: 0.347px 1.97px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  width: 90%;
  height: 89px;
  border-bottom: 1px solid #b60000;
  padding: 10px 28px;
  font-size: 20px;
  color: #262626;
  left: 50%;
  bottom: -56px;
  transform: translateX(-50%);
  background: #fff;
  transition: all .3s;
}
.section1_l:hover a>p{
  background: #b60000;
  color: #fff;
}
.section1_r ul li{
  transition: all .3s;
  margin-bottom: 24px;
}
.section1_r ul li:hover{
  transform: translateY(-8px);
  box-shadow: 0.347px 1.97px 4.75px 0.25px rgba(0, 0, 0, 0.1);
}
.section1_r ul li a{
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.section1_r ul li a div{
  width: 85px;
  background: #e0b727;
  text-align: center;
  transition: all .3s;
  padding: 2px 0;
}
.section1_r ul li:hover a div{
  background: #b60000;
}
.section1_r ul li a div p{
  font-size: 30px;
  color: #fff;
}
.section1_r ul li a div span{
  font-size: 18px;
  color: #fff;
}
.section1_r ul li a>p{
  flex: 1;
  padding: 2px 15px; 
  font-size: 18px;
  color: #404040;
}
.section2{
  display: flex;
  justify-content: space-between;
  background: #f8f1f1;
  padding: 30px;
}
.section2>div{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 48%;
}
.section2_title{
  font-weight: 600;
  font-size: 22px;
  color: #191919;
  padding-left: 55px;
  position: relative;
}
.section2_title::after{
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/section2_icon1.png)no-repeat center center #b60000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section2 ul{
  width: 76%;
}
.section2 ul li{
  transition: all .3s;
}
.section2 ul li:hover{
  transform: translateY(-5px);
}
.section2 ul li a{
  display: block;
}
.section2 ul li a p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #191919;
  padding-left: 15px;
  line-height: 40px;
  position: relative;
  background: url(../img/section2_li.png)no-repeat left center;
}

.section2 ul li:hover a p{
  color: #b60000;
  font-weight: 600;
  background: url(../img/section2_li_on.png)no-repeat left center;
}
.section2 ul li a span{
  font-size: 16px;
  color: #666666;
  line-height: 40px;
}
.section2 ul li:hover a span{
  color: #b60000;
}
.section3{
  background: url(../img/section3_bg.jpg)no-repeat ;
  margin: 35px 0;
}
.section3 a{
  display: block;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 70px;
}

.section4_title{
  text-align: center;
  position: relative;
}
.section4_title::after{
  content: '';
  width: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #b60000;
}
.section4_title::before{
  content: '';
  width: 34%;
  position: absolute;
  right: 6%;
  top: 50%;
  height: 1px;
  background: #b60000;
}

.section4_title a {
  display: inline-block;
}
.section4_title a p{
  font-weight: 600;
  color: #262626;
  font-size: 22px;
  background: url(../img/tsdj.png)no-repeat left center;
  padding-left: 30px;
}
.section4_title .fc p{
  xcolor: #404040;
  xfont-weight: 500;
  background: url(../img/fc.png)no-repeat left center;
}
.section4_title a span{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #262626;
}


.section4_cont{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.section4_cont>div{
  display: flex;
  justify-content: space-between;
  width: 49%;
  min-height: 280px;
}
.section4_cont>div ul{
  width: calc(100% - 300px)
}
.section4_cont>div a{
  display: block;
}
.section4_l_l{
  overflow: hidden;
  width: 280px;
  box-shadow: 0px 2px 9px 1px rgba(6, 0, 1, 0.1);
  transition: all .3s;
  background: #fff;
}
.section4_l_l:hover{
  transform: translateY(-5px);

}
.section4_l_l a{
  position: relative;
}
.section4_img{
  width: 280px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.section4_img img{
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all .3s;
}

.section4_img:hover img{
  transform: scale(1.1);
}
.section4_img p{
  padding-left: 20px;
  background: url(../img/section4_time.png)no-repeat left center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.section4_l_l a>p{
  border-top: 1px solid #e0b727;
  background: #f9f9f9;
  font-size: 16px;
  color: #404040;
  padding: 15px;
  min-height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section4_cont>div ul li{
  transition: all .3s;
}
.section4_cont>div ul li a p{
  color: #404040;
  font-size: 15px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 37px;
  padding-left: 15px;
}
.section4_cont>div ul li a p::after{
  content: '';
  width: 6px;
  height: 6px;
  background: #b60000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section4_cont>div ul li a span{
  font-size: 14px;
  color: #808080;
  line-height: 37px;
}

.section4_cont>div ul li:hover{
  transform: translateY(-5px);
}
.section4_cont>div ul li:hover a p{
  color: #b60000;
  font-weight: 600;
}
.section4_cont>div ul li:hover a span{
  color: #b60000;
}

.section5 .conmmon_title a p{
  background: url(../img/djal.png)no-repeat left center;
}

.section5_cont{
  display: flex;
  justify-content: space-between;
}
.section5_cont>div{
  width: 49%;
  box-shadow: 0px 2px 9px 1px rgba(6, 0, 1, 0.1);
  min-height: 240px;
  transition: all .3s;
}
.section5_cont>div:hover{
  transform: translateY(-5px);
}
.section5_img{
  width: 370px;
  height: 250px;
  overflow: hidden;
}
.section5_img img{
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all .3s;
}
.section5_cont>div:hover .section5_img img{
  transform: scale(1.1);
}
.section5_cont>div a{
  display: flex;
  justify-content: space-between;
}
.section5_text{
  width: calc(100% - 370px);
  background: #f9f9f9;
  padding: 18px;
}
.section5_text span{
  color: #e0b727;
  font-size: 14px;
  padding-left: 25px;
  background: url(../img/section5_time.png)no-repeat left center;
  display: block;
  line-height: 16px;
  margin-bottom: 12px;
}
.section5_text p{
  font-size: 16px;
  color: #404040;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 10px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 53px;
}
.section5_text em{
  font-size: 14px;
  color: #404040;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 22px;
  margin-bottom: 20px;
  height: 66px;
}
.section5_text i{
  font-size: 12px;
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 5px 10px;
  background: #b60000;
}

.section6{
  margin-top: 30px;
}
.section6 .conmmon_title a p{
  background: url(../img/section6_icon.png)no-repeat left center;
}
.section6_swiper{
  overflow: hidden;
}

.section6_carousel{
  padding: 0 60px;
  position: relative;
}

.section6_prev{
  background: url(../img/section6_prev.png) no-repeat;
  width: 30px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 1;

  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.section6_next{
  background: url(../img/section6_next.png) no-repeat;
  width: 30px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 1;

  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.section6:hover .section6_prev,.section6:hover .section6_next{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.section6_swiper a{
  display: block;
  position: relative;
  width: 413px;
  height: 258px;
}
.section6_swiper a img{
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all .3s;
}

.section6_swiper a p{
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fafafa;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
}

.section6_swiper .swiper-slide:hover a p{
  background: rgba(182, 0, 0, 0.5);
  white-space:initial;
  text-overflow:initial;
}









