body {
  font-family: "微软雅黑";
}

body,
html {
  height: 100%;
}
.hide{
  display: none !important;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
/* banner */
.zwfw_banner{
  background: url(zwfw_banner.png) no-repeat center;
}
.zwfw_banner .container{
  display: flex;
  align-items: center;
}
.zwfw_banner img{
  margin: 153px 114px 153px 0;
}
.zwfw_banner a{
  width: 144px;
  line-height: 60px;
  border-radius: 8px;
  background: #0c5cc0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}


.ty_title{
  font-size: 36px;
  margin: 50px 0 30px 0;
}
/* 特色专栏 */
.tszl_swiper,.tsfw_swiper{
width: calc(100% - 96px);
margin: 0 auto;
height: 123px;
}
.swiper_box{
  width: 100%;
  position: relative;
}
.swiper-slide {
  background: #fff;
  box-shadow: 0 2px 12px #99999933;
 max-height: 123px;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-slide p{
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
display:none;
}
.swiper-button-prev,.swiper-button-next{
  background: url(prev.png) no-repeat;
  width: 28px;
 height: 123px;
  top: 21px;
  cursor: pointer;
background-size: contain;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next{
  right: 0;
  transform: rotateY(180deg);
}

.fw_nav{
  margin-top: 50px;
  position: relative;
}
.nav_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_title li{
  background: #E6EBF6;
  border: 1px solid #eee;
  box-shadow: 0 2px 12px #99999933;
  padding: 30px 0;
  width: 23.5%;
}
.nav_title li:hover,
.nav_title li.on{
  background: #fff;
}
.nav_title li img{
  display: block;
  margin: 0 auto;
  width: 72px;
}
.nav_title li p{
  font-size: 24px;
  margin-top: 12px;
  text-align: center;
  font-weight: bold;
}
.nav_Con{
  margin-top: 37px;
  position: relative;
  width: 100%;
  padding:0 30px 30px 30px;
  border: 1px solid #eee;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.jt{
  position: absolute;
  top: -18px;
  height: 18px;
  width:83px;
  left: 121px;
  background: url(jt.png) no-repeat;
  transition: all ease-in-out .5s;
}
.nav_list.fw_con{
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.nav_list.fw_con li{
width: 23.3%;
    background: #f7f8fa;
    margin: 30px 30px 0 0;
    line-height: 84px;
}
.nav_list.fw_con li:nth-child(4n){
  margin-right: 0;
}
.nav_list.fw_con li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_list.fw_con li p{
  margin-top: 0;
  text-align: center;
  font-size: 18px;
}
.nav_list.fw_con li img,
.nav_list.fw_con li:hover img.icon_hov{
 display: block;
    width: 42px;
height: 42px;
    margin-right: 20px;
}
.nav_list.fw_con li img.icon_hov,
.nav_list.fw_con li:hover img.icon{
  display: none;
}
.nav_list.fw_con li:hover p{
  color: #0C5CC0;
}
.bmfw_con{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bmfw_con li{
  width: 23.3%;
line-height: 60px;
    border-radius: 5px;
    background: #f7f8fa;
    padding: 0 20px;
    margin: 30px 30px 0 0;
    text-align: center;
}
.bmfw_con li:nth-child(4n){
  margin-right: 0;
}
.bmfw_con li a{
  display: block;
  width: 100%;
    font-size: 18px;
}
.bmfw_con li:hover a{
  color: #0C5CC0;
  font-weight: bold;
}
.zcfw_con{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zcfw_con li{
  width: 21.7%;
  margin-top: 30px;
  position: relative;
  height: 274px;
  background-size: 100% !important;
}
.zcfw_con li p{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.zcfw_con li.msjx {
  background: url(msjx.png) no-repeat;
}

.zcfw_con li.zccs {
  background: url(zccs.png) no-repeat;
}

.zcfw_con li.qysq {
  background: url(qysq.png) no-repeat;
}

.zcfw_con li.zcdx {
  background: url(zcdx.png) no-repeat;
}
