a:hover{
  text-decoration: none;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.pic1{
  background-color: #f5f5f5;
  padding-bottom: 80px;
}

.ht-box{
  max-width:1360px ;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(36, 47, 53, 0.5);
}


.ht-2 h1{
  font-size: 40px;
}

.ht-2 p{
  color: #666;
  font-size: 18px;
  line-height: 48px;
}

.mumping_mun li{
  float: left;
  width: 20%;
  border-right: solid 1px #e5e5e5;
}

.mumping_mun li:nth-child(5){
  border: none;
}

.ht-2{
  margin-bottom: 30px;
}

.mun_top h2{
  font-weight: 400;
  font-size: 60px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #224d77;
  margin: 0;
}

.mumping_mun li p{
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.ht-box1{
  padding: 20px 0;


}

.about-wz h1{
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  line-height: 46px;
  color: #333;
}

.about-wz{
  width: 30%;
  float: left;
}

.about-wz a{
  text-decoration: none;
  color:#666;
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  transition: all .5s;
  position: relative;
  z-index: 1;
  text-align: center;
  border: solid 1px #eaeaea;
  border-radius: 4px;
  margin-top: 60px;
}

.about-hj>.swiper-container>.swiper-wrapper>.swiper-slide{
  overflow: hidden;
}

.about-hj>.swiper-container>.swiper-wrapper>.swiper-slide:hover img{
  transform: scale(1.1);
}


.about-wz a:hover{
  text-align: center;
  color: #fff;
  background-color: #224d77;
}

.pic2{
  padding: 100px 0;
  background-image: url(../image/about.jpg);

  background-size: 100%;
}

.about-box1{
  max-width:1360px ;
  margin:0 auto;
  padding: 60px;
  background-color: #fffffff0;
  border-radius: 8px;
}

.bt-box1{
  margin-bottom: 18px;
  position: relative;
  height: 40px;
}

.bt-box1 h1{
  float: left;
  font-size: 32px;
  font-weight: 600;
  color: #224d77;
  margin: 0;
}


.bt-box1 p{
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  color: #224d77;
}

.about-wz p{
  margin-top: 16px;
  line-height: 36px;
  text-align: justify;
  color: #666;
  font-size: 14px;

}

.about-wz h3{
  margin-top: 52px;
  font-size: 20px;
  font-weight: 600;
}

.about-wz h4{
  font-size: 38px;
  font-weight: 600;
  color: #224d77;

}


.about-hj{
  width: 32%;
  float: left;
  margin-left: 30px;
}

.about-hj:hover img{
  transform:scale(1.1);
}

.about-hj img{
  width: 100%;
  transition: all .5s;
}

.about-hj{
  padding: 10px;
  border: solid 1px #eaeaea;
  border-radius: 6px;
}

.hj-box1 h1{
  font-size: 18px;
  font-weight: 800;
  color: #333;
}

.hj-box1 p{
  font-size: 12px;
  line-height: 24px;
  color: #797979;
}

.pic3{
  padding: 100px 0;
}

.cp-box1{
  max-width:1360px ;
  margin: 0 auto;
  overflow: hidden;
  height: 424px;
}

.banner-an1{
  --swiper-theme-color: #224d77;
  --swiper-navigation-color: #224d77;
  --swiper-navigation-size: 30px;
}

.swiper-container1{
  position: relative;
  --swiper-theme-color: #224d77;
    --swiper-navigation-color: #c3261d;
    --swiper-navigation-size: 30px;
}

.swiper-container1>.swiper-wrapper>.swiper-slide img{
width: 100%;
}

.cp-box2{
  border:solid 1px #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
}

.cp-box3{
  overflow: hidden;
}

.cp-box3 img{
  transition: all .5s;
}

.cp-box2{
  text-decoration: none;
}

.cp-box2 :hover img{
  transform: scale(1.1);
}

.cp-box2 h1{
  font-size: 16px;

}

.cp-box2:hover .ht-1::before {
  left: 0;
}

.ht-1{
  height: 1px;
  width: 100%;
  background-color:#eaeaea ;
  position: relative;
  overflow: hidden;
}

.ht-1::before{
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 1px;
  background-color:#224d77;
  top: 0;
  left: -400px;
  transition: all .5s;
}

.cp-box2:hover{
  text-decoration: none;
}

.cp-zxdian{
bottom: -46px!important;
}

.ht-box3{
  text-align: center;
  height: 300px;
  overflow: hidden;
}

.ht-box3{
  background-image: url(../image/ht.jpg);
  background-attachment: fixed;
  background-size: 100% 100%;
  padding: 58px 0;
}

.ht-box4::after{
  position: absolute;
  content: "";
  display: block;
  top: -122px;
  width: 100%;
  height: 360px;
  background-color:rgba(34, 77, 119, 0.9);
  z-index: -2;
}

.ht-box4{
  color: #fff;
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
}

.ht-box4 h1{
  font-size: 32px;
  line-height: 78px;
  font-weight: 600;
}

.ht-box4 p{
  font-size: 16px;
  font-weight: 600;
}

.news-1{
  background-color: #f5f5f5;
  padding: 100px 0;
}

.news-box{
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom:10px ;
}

.news-wa{
width: 100%;
}

.news-img{
width: 100%;
overflow: hidden;
}

.news-img img{
  width: 100%;
  transition: all .5s;
}

.news-2 a{
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  transition: all .5s;
}

.news-2 a:hover{
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.28);
}

.news-wa h1{
  font-size: 16px;
  overflow: hidden;
  line-height: 42px;
  color: #333;
  margin: 0;
  font-weight: 600;
}

.news-wa P{
  font-size: 14px;
    text-align: justify;
    color: #999;
}


.news-2 a:hover img{
  transform: scale(1.1);
}

footer{
padding: 30px 0;
background-color: #224d77;
background-image: url(../image/foot.jpg);
}

.foot-1{
  max-width:1360px ;
  margin: 0 auto;
}

.foot-1 ul{
  margin:  0;
}

.foot-1 ul li{
  float: left;
  width: 20%;
  text-align: center;

}


.foot-1 ul li img{
  width: 100%;
}

.foot-1 ul li a{
  display: block;
  color: #dadada;
  text-decoration: none;
  line-height: 48px;
  transition: all .5s;
}

.foot-1 ul li a:hover{
  color: #c9151d;
}

.foot-1 ul li p{
  color: #dadada;
  font-size:14px;
  text-align: justify;
  line-height: 20px;
}

.hx-box1{
  height: 1px;
  background-color: #909090;
  margin: 20px 0;
}


.foot-1 ul li a:nth-child(1){
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.rwm-box{
  width:calc(( 100% - 20px ) / 2);
  float: left;
  margin-left: 10px;
}

.rwm-box>p{
  text-align: center!important;
  line-height: 34px!important;
}

.rwm-1{
  margin-top: 36px;
}

.foot2{
  height: 48px;
  background-color: #15314c;
  overflow: hidden;
}

.foot3{
  max-width:1360px ;
  margin: 0 auto;
}

.foot3 a{
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  position: relative;
}



.bq-box{
  float: left;
  color: #fff;
}

.js-box{
  float: right;
  color: #fff;
}

.w6{
padding: 30px 0;
  }

.ry-box3{
  height: 465px!important;
}

.locatio{
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.locatio a{
  line-height: 28px;
}

.locatio a:nth-child(1){
  float: left;
  display: block;
  background: url(../image/zsyg.png);
   background-repeat: no-repeat;
  background-size:28px 28px;
  padding-left:40px;
  color: #333;
  transition: all .5s;
}

.locatio a:nth-child(1):hover{
  color: #224d77;
}

.locatio a:nth-child(2){
 float: right;
 display: block;
 margin-right: 10px;
  background: url(../image/ysyg.png);
  background-repeat: no-repeat;
 background-size:28px 28px;
 background-position:right;
 padding-right: 40px;
 color: #333;
 transition: all .5s;
}

.locatio a:nth-child(2):hover{
  color: #224d77;
}

.nav_2{
  padding: 30px 60px;
    background-color:rgb(34, 77, 119) ;
    display: none;
}

.nav_3 a{
 display: block;
 width:calc((100% - 60px) / 3);
 float: left;
 font-size: 30px;
 text-align: center;
 background-color: #fff;
 border-radius: 34px;
 line-height: 68px;
 margin: 10px 10px;
}





@media screen and (max-width: 992px){
  .about-wz{
    width: 100%;
  }

  .about-hj{
    width: 100%;
    margin-left: 0;
  }

  .pic1{
    padding-bottom: 30px;
  }

  .cp-box1{
    height: auto;
  }

  .ry-box3{
    height: auto!important;
  }

  .foot-1 ul li:nth-child(1){
    width: 36%;
    display: none;
  }
  .foot-1 ul li:nth-child(5){
    width: 100%;
  }

  .ht-box3{
    height: auto;
  }

  .ht-box4::after{
    height:600px;
  }

  .nav_2{
    display: block;
    width: 100%;
  }

  .foot-1 ul li{
    width: 33.33%;
    font-size: 34px;
 
  }

  .foot-1 ul li a{
    line-height: 72px;
  }

  .foot-1 ul li a:nth-child(1){
    font-size: 36px;
  }

}

