@charset "utf-8";
@font-face {
  font-family: 'myfont';
  src: '../fonts/FZZZHONGHJW.TTF';
}
@font-face {
  font-family: 'fzxbs';
  src: './fzxbsgbk.TTF';
}
/* 大图开始 */
.banner_wrapper{
  /* height: 100%; */
  z-index: 0;
}
.item{
cursor: pointer;
    display: flex;
    box-sizing: border-box;
    color: #3d3d3d;
    font-size: 14px;
    position: relative;
    line-height: 50px;
    align-items: center;
    border-bottom: 1px solid #dddddd;text-align: center;background: #f5f5f5;}
.item:hover{background: #dcdcdc;color:#007dc8;}
.banner{
  overflow: hidden;
  /* width: 100%;
  height: 100%; */
  position: relative;
}
.banner img{
  width: 100%;
  height: 100%;
  /* object-fit: fill; */
  display: block;
}
/* 包裹层 */
.banner_swiper{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* 分页器 */
.banner_pagination{
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 1;
  text-align: center;
}
.banner_pagination span{
  display: inline-block;
  margin: 0 10px;
  background: #fff;
}
/* 切换按钮 */
.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);
}
 
.banner_prev{
  background: url(../img/banner_prev.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(../img/banner_next.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;
}

/* 大图结束 */


/* 顶部 开始 */
.top_line{
  position: fixed;
  box-shadow: 0px 42px 79.5px 70.5px rgba(13, 77, 141, 0.82);
  width: 100%;
  top: 0;
  height: 10px;
  z-index: 3;
  background: #007dc8;
  transition: all .5s;
}
.hide_topLine{
  height: 0;
  box-shadow: none;
}
.top{
  position: fixed;
  top: 10px;
  z-index: 3;
  width: 100%;
  padding-top: 5px;
  background: transparent;
  transition: all .5s;
}
.top_scroll{
  top: 0;
  background: #007dc8;
  padding-top: 5px;
  padding-bottom: 15px;
}
.top_scroll .topNav{
  margin-top: 8px;
}
.top::after{
  content: '';
  width: 403px;
  height: 124px;
  background: url(../img/top_bg_l.png)no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.top::before{
  content: '';
  width: 403px;
  height: 124px;
  background: url(../img/top_bg_r.png)no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.top_start{
  display: flex;
  justify-content: end;
  /* padding-top: .2rem; */
}
.top_link{
  height: 24px;
  display: flex;
}
.top_link ul{
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 100%;
}
.top_link ul li a{
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #fff;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
    margin: 0 10px;
}
.top_link ul li a:hover{
  color: #8bcdff;
}
.top_link ul li:first-child a{
    border-left: none;
}
.topNav{
  margin-top: 10px;
}
/* 搜索框 */
.search-btn{
  width: 23px;
  vertical-align: top;
  height: 23px;
  cursor: pointer;
  background: url(../img/search.png) no-repeat center center;
}
.search-text{
  background: #fff;
  width: 0px;
  height: 23px;
  vertical-align: top;
  padding: 0 0px;
  color: #000;
  transition: all .3s;
}
.nav>ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.nav>ul>li{
  flex: 1;
  position: relative;
}
.nav>ul>li>a{
  line-height: .5rem;
  font-size: .2rem;
  display: block;
  color: #333333;
  transition: all .3s;
  text-align: center;
}
.nav>ul>li:hover>a{
  color: #fff;
  background: #00559e;
}
.nav>ul>li:hover .subUl{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
/* logo */
.logo{
  display: block;
  /* width: 4.39rem; */
}
.logo img{
  display: block;
  /* width: 100%; */
  height: auto;
}
/* 导航 */
.navUl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navUl>li{
  margin: 0 14px;
  position: relative;
}
.navUl>li:last-child{
  margin-right: 0;
}
.navUl>li>a{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  display: block;
  letter-spacing: 1px;
}
.navUl>li>ul{
  position: absolute;
  min-width: 100%;
  left: 50%;
  top: 100%;
  background: #0068b7;
  /* padding: 10px 0; */
  -webkit-transform: translate(-50%,12px);
  -ms-transform: translate(-50%,12px);
  transform: translate(-50%,12px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.navUl>li:hover>ul{
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  visibility: visible;
  opacity: 1;
}
.navUl>li>ul>li{
  padding: 0 14px;
  border-bottom: 1px solid #fff;
}
.navUl>li>ul>li:last-child{
  border-bottom: none;
}
.navUl>li>ul>li:hover{
  background: #2297f0;
}
.navUl>li>ul>li>a{
  display: block;
  font-size: 15px;
  color: #fff;
  font-family: "arial";
  line-height: 35px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/* hover字体上翻 开始 */
.navUl>li>a>span{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.navUl>li>a>span>span{
  display: block;
  -webkit-transition: opacity .4s,-webkit-transform .4s;
  transition: opacity .4s,-webkit-transform .4s;
  -o-transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s,-webkit-transform .4s;
}
.navUl>li:hover>a>span>span{
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  opacity: 0;
}
.navUl>li>a>span:after{
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  opacity: 0;
  -webkit-transition: opacity .4s,-webkit-transform .4s;
  transition: opacity .4s,-webkit-transform .4s;
  -o-transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s,-webkit-transform .4s;
}
.navUl>li:hover>a>span:after{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* hover字体上翻 结束 */

/* 顶部 结束 */



.footer{
  background: url(../img/ft-bj.png) no-repeat center bottom #005bb0;
}
.footer_logo{
  display: flex;
  align-items: center;
}
.footer .w{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 60px;
}
.footer .address{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .address p{
  color: #fff;
  line-height: 25px;
}
.footer .code{
  margin-right: 25px;
}
.footer .code img{
  width: 97px;
  display: block;
}


.phone_btn{
  display: none;
}
@media screen and (max-width: 1024px) {
html,body{
    width: 100%;
  }
  .w100{
    min-width: 100%;
  }
  .w{width: 100%; margin: 0 auto; min-width: 100%;padding: 0 2%;}
  .phone_btn{
    display: block;
    background: url(../img/phone_btn.png)no-repeat;
    background-size: 100%;
    width: 30px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 39px;
    z-index: 3;
  }
  .top_start{
    display: block;
  }
  .navUl{
    display: block;
  }
  .top_line{
    position: relative;
  }
  .top{
    position: relative;
    top: 0 !important;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .logo{
    height: 44px;
  }
  .top_link{
    float: right;
  }
  .logo img{
    height: 100%;
  }
  .top::after,.top::before{
    width: 0;
  }
  .top_line{

  }
 .topNav{
    margin-top: 8px;
    background: #0068b7;
    width: 104%;
    transform: translateX(-2%);
    display: none;
  }
  .navUl>li{
    border-bottom: 1px solid #fff;
  }
  .navUl>li:last-child{
    border-bottom: none;
  }
  .navUl>li>a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
  }
  .navUl>li>ul{
    position: relative;
    display: none;
  }
  .navUl>li:hover>ul{
    display: block;
   
  }
  .navUl>li>ul>li>a{
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
  
}
@media screen and (max-width: 1000px) {
  
  .footer_logo a{
    display: block;
  }
  .footer_logo a img{
    display: block;
    height: 42px;
  }
 
  .footer .w{
    display: block;
  }
  .footer{
    background: url(../img/ft-bj.png)no-repeat center #0068b7;
    background-size: 100% 100%;
    margin-top: 25px;
  }
  .footer .w{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer_logo a{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .footer .address{
    display: flex;
    justify-content: center;
    align-items: center;
}
  .footer .address p{
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  .footer .code{
    margin-right: 0;
    /* margin-left: 22px; */
  }
}