﻿.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("https://www.murlisachi.com/index2025/prev_ico.png") no-repeat;
  width: 50px;
  height: 50px;
  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("https://www.murlisachi.com/index2025/next_ico.png") no-repeat;
  width: 50px;
  height: 50px;
  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: 27px;
  height: 6px;
  background: #dcdcdc;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #f8b551;
}
.banner_pagination{
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 10px;
}
.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);
  }
}


.section1{
  background-image: linear-gradient(to bottom, #fbf9f9 45%, #fff 55%);
  box-shadow: 0 3px 10px #ccc;  
  position: relative;
}
.section1 ul{
  display: flex;
  justify-content: space-between;
}
.section1 ul li{
  width: 25%;
  padding: 28px 0;
  border-left: 1px solid #dcdcdc;
}
.section1 ul li:last-child{
  border-right: 1px solid #dcdcdc;
}
.section1 ul li:hover p{
  color: #0068b7;
}
.section1 ul li:hover img{
  animation: rubberBand 1s;
}

.section1 ul p{
  font-size: 1em;
  color: #232323;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
  margin-top: 10px;
}
.section1 ul div img{
  display: block;
  margin: 0 auto;
}

.section2{
  padding: 50px 0;
  background: url("https://www.murlisachi.com/index2025/section2_bg.png")no-repeat bottom center #f9f9f9;
}
.section2 .w{
  display: flex;
  justify-content: space-between;
}
.notic_L,.public{
  width: 90%;
}
.notic,.public{
  width: 40%;
}
.common_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common_title a{
  padding-right: 35px;
  line-height: 28px;
  background: url("https://www.murlisachi.com/index2025/more.png")no-repeat right center;
  font-size: 1em;
  color: #434958;
}
.more {
	margin-right: 25px;
	text-align: right;
}
.more a{
  padding-right: 35px;
  line-height: 28px;
  background: url("https://www.murlisachi.com/index2025/more.png")no-repeat right center;
  font-size: 1em;
  color: #434958;
}
.common_title div p{
  font-size: 25px;
  font-weight: 600;
  color: #2a2a2a;
}
.common_title div span{
	color: #9a9a9a;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	padding-left: 480px;
}
.common_title div span::after{
  content: '';
  width: 17px;
  height: 5px;
  background: #0068b7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tab_top{
  width: 67%;
  border-left: 1px solid #d2d2d2;
  position: absolute;
  left: 19%;
  top: 0;
  padding-left: 13px;
}

.tab_top ul{
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  color: #2a2a2a;
  font-size: 16px;
}
.tab_top ul .on{
  color: #0068b7;
  font-weight: 600;
}
.tab_bottom ul{
  display: none;
}
.tab_bottom .on{
  display: block;
}
.tab_bottom .time{
  background: #0068b7;
  position: relative;
  overflow: hidden;
  width: 65px;
  padding: 7px 0;
  border-radius: 5px;
}
.tab_bottom .time::after{
  content: '';
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #3386c5;
  position: absolute;
  right: -28px;
  top: -20px;
}
.tab_bottom .time p{
  font-size: 34px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.tab_bottom .time span{
  display: block;
  font-size: 12px;
  color: #fefefe;
  text-align: center;
  position: relative;
  z-index: 1;
}
.tab_bottom ul li{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
  transition: all .3s;
}
.tab_bottom .cont{
  width: 90%;
}
.tab_bottom .cont a{
  display: block;
}
.tab_bottom .cont .column{
  color: #0068b7;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.tab_bottom .cont .news_title{
  font-size: 16px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tab_bottom ul li:hover {
  transform: translateY(-8px);
}
.tab_bottom ul li:hover .news_title{
  font-weight: 600;
}
.public_ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 21px;
}
.public_ul li{
  width: 97%;
  border-radius: 10px;
  background: #fff;
  padding: 18px 18px;
  margin-bottom: 20px;
  transition: all .3s;
  position: relative;
}
.public_ul li a{
  display: block;
}
.public_ul li a span{
  color: #0068b7;
  display: table;
  padding: 0 5px;
  border-left: 3px solid #0068b7;
  border-right: 3px solid #0068b7;
}
.public_ul li a p{
  font-size: 16px;
  color: #161616;
  margin: 10px 0;
  line-height: 24px;
}
.public_ul li a em{
  font-size: 13px;
  color: #161616;
}
.public_ul li:hover{
	transform: translateY(-5px);
	background-image: url("https://www.murlisachi.com/index2025/public_libg.png");
	background-repeat: repeat-x;
}
.public_ul li:hover a span{
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.public_ul li:hover a span,.public_ul li:hover a p,.public_ul li:hover a em{
  color: #fff;
}
.public_ul li::after{
  content: '';
  width: 88%;
  height: 1px;
  background: #0068b7;
  position: absolute;
  right: 22px;
  bottom: 10px;
}
.public_ul li::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #0068b7;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  bottom: 8px;
}
.public_ul li:hover::after{
  background: #fff;
}
.public_ul li:hover::before{
  border: 1px solid #fff;
}
.section3{
  padding-top: 60px;
  padding-bottom: 30px;
  background: url("https://www.murlisachi.com/index2025/section3_bg.png")no-repeat bottom center;
  position: relative;
}
.section3_swiper{
  overflow: hidden;
}
.section3_pagination{
  text-align: center;
  margin-bottom: 45px;
}
.section3_cont{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.section3_cont::before{
  content: '';
  width: 650px;
  height: 50px;
  border: 1px solid #3386c5;
  position: absolute;
  right: 27%;
  top: 27%;
  z-index: 0;
}
.section3_cont_l{
  width: 621px;
  height: 425px;
  overflow: hidden;
  position: relative;
}
.section3_cont_l a{
  display: block;
  position: relative;
}
.section3_cont_l p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 54px;
  white-space: nowrap;
  color: #fff;
  background: rgba(0,0,0,0.62);
  padding: 0 15px;
}
.section3_cont_l a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.section3_cont_l:hover img{
  transform: scale(1.1);
}
.section3_cont_r{
  padding-left: 40px;
  padding-top: 100px;
  flex: 1;
  background: url("https://www.murlisachi.com/index2025/jsbg.png")no-repeat right bottom;
  position: relative;
}

.section3_cont_r>p{
  font-size: 16px;
  font-weight: 600;
  color: #161616;
  position: relative;
  text-indent: 2em;
}
.section3_cont_r>p::after{
  content: '';
  width: 23px;
  height: 20px;
  background: #0068b7;
  position: absolute;
  left: 0;
  top: 0;
}
.section3_cont_r>p::before{
  content: '';
  width: 11px;
  height: 10px;
  background: #f8b551;
  position: absolute;
  left: 16px;
  top: -3px;
  z-index: 1;
}
.section3_cont_r div{
  margin-top: 30px;
}
.section3_cont_r div p{
  text-indent: 2em;
  color: #535353;
  line-height: 24px;
  font-size: 14px;
}
.section3_cont_r a{
  position: absolute;
  right: 35px;
  bottom: 20px;
  color: #fff;
  background: #f8b551;
  padding: 8px 15px;
  border-radius: 50px;
  transition: all .3s;
}
.section3_cont_r a:hover{
  box-shadow: 0 0 10px #ccc;
}
.section3_swiper:hover .section3_prev, .section3_swiper:hover .section3_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%;
}
.section3_prev{
  background: url("https://www.murlisachi.com/index2025/prev_ico.png") no-repeat;
  width: 50px;
  height: 50px;
  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;
}
.section3_next{
  background: url("https://www.murlisachi.com/index2025/next_ico.png") no-repeat;
  width: 50px;
  height: 50px;
  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;
}


.section4{
  background: url("https://www.murlisachi.com/index2025/section4bg.png")no-repeat bottom center #0068b7;
  background-size: 100% 100%;
}
.section4 ul {
  display: flex;
  flex-wrap: wrap;
}
.section4 ul li {
  width: 20%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.section4 ul li:nth-child(n + 6){
  border-bottom: none;
}
.section4 ul li a{
  display: block;
  padding: 34px 0;
}
.section4 ul li a p{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.section4 ul li a div{
  margin-bottom: 20px;
}
.section4 ul li a div img{
  display: block;
  margin: 0 auto;
}
.section4 ul li:hover img{
  animation: rubberBand 1s;
}
@media screen and (max-width: 1000px) {
  .banner_swiper{
    padding: 0;
  }
  .section1{
    padding: 0;
  }
  .section1 ul li{
    padding: 8px 0;
  }
  .section2{
    padding: 20px 2%;
    padding-bottom: 0;
  }
  .section2 .w{
    display: block;
  }
  .notic, .public{
    width: 100%;
  }
  .common_title div p{
    font-size: 20px;
  }
  .common_title div span{
    font-size: 1em;
  }
  .tab_top{
    position: initial;
    width: 100%;
    padding-left: 0;
    border: 1px solid #3386c5;
    margin-top: 5px;
  }
  .tab_top ul{
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .tab_top ul li{
    text-align: center;
    flex: 1;
    line-height: 30px;
    cursor:pointer;
  }
  .tab_top ul .on{
    background: #0068b7;
    color: #fff;
  }
  .tab_bottom ul li{
    padding: 10px 0;
    margin-bottom: 0;
  }
  .tab_bottom .time p{
    font-size: 25px;
  }
  .tab_bottom .cont{
    width: 80%;
  }
  .tab_bottom .cont .column{
    font-size: 14px;
    margin-bottom: 3px;
  }
  .tab_bottom .time{
    width: 60px;
  }
  .tab_bottom .cont .news_title{
    font-size: 15px;
  }
  .tab_bottom ul li:last-child{
    border-bottom: none;
  }
  .public{
    margin-top: 10px;
  }
  .public_ul{
    margin-top: 7px;
  }
  .public_ul li{
    padding: 17px 9px;
  }
  .section3{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section3_swiper{
    padding: 0;
  }
  .section3_cont{
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .section3_cont_l{
    width: 100%;
    height: auto;
  }
  .section3_cont::before{
    width: 0;
  }
  .section3_cont_r{
    padding-left: 0px;
    padding-top: 10px;
  }
  .section3_cont_r div{
    margin-top: 10px;
  }
  .section3_cont_r a{
    position: initial;
    display: table;
    float: right;
    margin: 10px 0;
  }
  .section4{
    padding: 0;
  }
  .section4 ul li a{
    padding: 12px 0;
  }
  .section4 ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(3,1fr);
  }
  .section4 ul li{
    width: auto;
  }
  .section4 ul li:nth-child(n + 6){
    border-bottom: 1px solid #fff;
  }
  .section4 ul li:last-child{
    display: none;
  }
}