.banner{
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner .swiper-slide img{
  width: 100%;
  height: 680px;
  object-fit: cover;

}
.banner .pagination{
  position: absolute;
  width: 1280px;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: right;
}
.banner .pagination .swiper-pagination-bullet{
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 3px;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-radius: 6px;
  transition: all 0.5s;
}
.banner .pagination .swiper-pagination-bullet-active{
  width: 50px;
  background: #fff;
}

.index-title{
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.index-title .more{
  font-size: 18px;
  color: #003F80;
}
.index-title .more i{
  font-weight: bold;
}
.index-title .more:hover{
  color: #BF181E;
}

.fuwu{
  padding: 100px 0;
}
.fuwu .list{
  display: flex;
  flex-wrap: wrap;
}
.fuwu .item{
  width: 240px;
  height: 300px;
  background: #E8E8E8;
  margin-right: 20px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.fuwu .item:nth-child(5n){
  margin-right: 0;
}
.fuwu .box{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fuwu .box .img{
  width: 74px;
  height: 74px;
  margin: 0 auto;
}
.fuwu .box .img img{
  width: 100%;
  height: 100%;
  object-fit: none;
}
.fuwu .box .title{
  width: 180px;
  margin: 20px auto 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.fuwu .box::after{
  position: absolute;
  left: 100px;
  bottom: 40px;
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #034180;
}
.fuwu .big{
  position: absolute;
  width: 0;
  height: 0;
  background: #097BEC;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 40px;
  color: #fff;
  transition: all .6s;
  opacity: 0;
  overflow: hidden;
}
.fuwu .item:hover .big{
  z-index: 2;
  width: 320px;
  height: 400px;
  opacity: 1;
  box-shadow: 0px 0px 60px 0px rgba(75,193,253,0.5); 
}
.fuwu .big .img{
  width: 74px;
  height: 74px;
  margin: 0 auto;
}
.fuwu .big .img img{
  width: 100%;
  height: 100%;
  object-fit: none;
}
.fuwu .big .title{
  width: 200px;
  margin: 20px auto 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.fuwu .big p{
  width: 272px;
  margin: 40px auto;
}
.fuwu .big a{
  display: block;
  margin: 0 auto;
  width: 200px;
  line-height: 42px;
  background: #fff;
  font-size: 18px;
  color: #003F80;
}
.fuwu .big a i{
  font-weight: bold;
}
.fuwu .item:nth-child(1) .box{
  background-image: url(../images/fuwu/fw_bg_a1.jpg);
}
.fuwu .item:nth-child(2) .box{
  background-image: url(../images/fuwu/fw_bg_a2.jpg);
}
.fuwu .item:nth-child(3) .box{
  background-image: url(../images/fuwu/fw_bg_a3.jpg);
}
.fuwu .item:nth-child(4) .box{
  background-image: url(../images/fuwu/fw_bg_a4.jpg);
}
.fuwu .item:nth-child(5) .box{
  background-image: url(../images/fuwu/fw_bg_a5.jpg);
}
.fuwu .item:nth-child(6) .box{
  background-image: url(../images/fuwu/fw_bg_a6.jpg);
}
.fuwu .item:nth-child(7) .box{
  background-image: url(../images/fuwu/fw_bg_a7.jpg);
}
.fuwu .item:nth-child(8) .box{
  background-image: url(../images/fuwu/fw_bg_a8.jpg);
}
.fuwu .item:nth-child(9) .box{
  background-image: url(../images/fuwu/fw_bg_a9.jpg);
}

.fuwu .item:nth-child(1) .big{
  background-image: url(../images/fuwu/fw_bg_b1.jpg);
}
.fuwu .item:nth-child(2) .big{
  background-image: url(../images/fuwu/fw_bg_b2.jpg);
}
.fuwu .item:nth-child(3) .big{
  background-image: url(../images/fuwu/fw_bg_b3.jpg);
}
.fuwu .item:nth-child(4) .big{
  background-image: url(../images/fuwu/fw_bg_b4.jpg);
}
.fuwu .item:nth-child(5) .big{
  background-image: url(../images/fuwu/fw_bg_b5.jpg);
}
.fuwu .item:nth-child(6) .big{
  background-image: url(../images/fuwu/fw_bg_b6.jpg);
}
.fuwu .item:nth-child(7) .big{
  background-image: url(../images/fuwu/fw_bg_b7.jpg);
}
.fuwu .item:nth-child(8) .big{
  background-image: url(../images/fuwu/fw_bg_b8.jpg);
}
.fuwu .item:nth-child(9) .big{
  background-image: url(../images/fuwu/fw_bg_b9.jpg);
}



.hangye{
  height: 1553px;
  background: url(../images/index_hangye_bg.jpg) no-repeat;
  background-size: 1920px 1553px;
  box-sizing: border-box;
  padding: 70px 0;
  background-position: center 0;
}
.hangye .x-title{
  line-height: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hangye .x-title h3{
  font-size: 30px;
  font-weight: normal;
}
.hangye .x-title .more{
  font-size: 18px;
  color: #777777;
}
.hangye .x-title .more i{
  font-weight: bold;
}
.hangye .x-title .more:hover{
  color: #BF181E;
}

.hangye .zhishu .list{
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.hangye .zhishu .item{
  width: 400px;
  height: 418px;
  overflow: hidden;
}
.hangye .zhishu .item img{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.hangye .zhishu .item:hover img{
  transform: scale(1.05);
}
.hangye .news{
  margin-bottom: 40px;
}
.hangye .news .list{
  height: 332px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.hangye .news .item{
  width: 620px;
  height: 310px;
  box-sizing: border-box;
  padding: 0 21px 0 39px;
  transition: all 0.5s;
}
.hangye .news .item .time{
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  border-bottom: 1px solid #E5E5E5;
  display: block;
  padding: 24px 0;
  margin-bottom: 24px;
}
.hangye .news .item .title{
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  font-weight: bold;
  height: 68px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.hangye .news .item p{
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin-top: 14px;
}
.hangye .news .item .more{
  margin-top: 40px;
  text-align: right;
  display: block;
  font-size: 18px;
  color: #777777;
}
.hangye .news .item .more i{
  font-weight: bold;
  font-size: 16px;
}
.hangye .news .item:hover{
  box-shadow: 0px 0px 60px 0px rgba(75,193,253,0.20);
  color: #01407F;
  transform: translateY(-2px);
}
.hangye .news .item:hover .time{
  color: #01407F;
}
.hangye .news .item:hover .title{
  color: #01407F;
}
.hangye .news .item:hover p{
  color: #01407F;
}
.hangye .news .item:hover .more{
  color: #BF181E;
}

.shequ {
  padding: 90px 0 100px;
}
.shequ .list{
  display: flex;
  justify-content: space-between;
}
.shequ .item{
  width: 400px;
  transition: all 0.5s;
}
.shequ .item .img{
  width: 100%;
  height: 225px;
}
.shequ .item .img img{
  width: 100%;
  height: 100%;
  object-fit: none;
}
.shequ .item .text{
  background: #fff;
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  padding: 34px 38px 0;
  color: #000;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  transition: all 0.5s;
}
.shequ .item .text .title{
  font-size: 24px;
  line-height: 34px;
  height: 68px;
  font-weight: bold;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.shequ .item .weizhi{
  padding-left: 26px;
  background: url(../images/index_icon_weizhi.png) no-repeat;
  background-position: left center;
  background-size: 16px 18px;
  margin: 40px 0 10px;
}
.shequ .item .time{
  padding-left: 26px;
  background: url(../images/index_icon_time.png) no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}
.shequ .item .more{
  position: absolute;
  right: 40px;
  bottom: 24px;
  font-size: 18px;
  color: #777777;
}
.shequ .item .more i{
  font-weight: bold;
  font-size: 16px;
}
.shequ .item .more:hover{
  color: #BF181E;
}
.shequ .item:hover{
  transform: translateY(-2px);
}
.shequ .item:hover .text{
  box-shadow: 0px 0px 60px 0px rgba(75,193,253,0.40); 
}

.danwei{
  padding: 60px 0 0;
  background: url(../images/index_danwei_bg.jpg) no-repeat;
  background-size: 1920px 320px;
  background-position: center 0;
}
.danwei .index-title{
  margin-bottom: 0;
}
.danwei .swiper-danwei{
  overflow: hidden;
  padding: 40px 0 60px;
}
.danwei-scroll {
  width: 100%;
  padding: 40px 0 60px;
  position: relative;
}
.danwei-content {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.danwei-scroll ul {
  position: absolute;
  padding: 0;
}
.danwei-scroll a {
  display: block;
  float: left;
  width: 305px;
  height: 120px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #c2d2e1;
  transition: all 0.5s;
  margin-right: 20px;
}
.danwei-scroll img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.danwei .danwei-btn{
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  position: absolute;
  bottom: 105px;
  cursor: pointer;
}
.danwei .danwei-next{
  right: -40px;
  background-image: url(../images/index_danwei_next.png);
}
.danwei .danwei-prev{
  left: -40px;
  background-image: url(../images/index_danwei_prev.png);
}
.danwei .danwei-prev:hover{
  background-image: url(../images/index_danwei_prev1.png);
}
.danwei .danwei-next:hover{
  background-image: url(../images/index_danwei_next1.png);
}

