* {
    font-family: 'Noto Sans SC', sans-serif !important;
}
.nav-active {
  font-weight: bold;
}
.line {
  margin: 0 auto;
  width: 45px;
  height: 7px;
  background-color: #2F69B8;
  border-radius: 20px;
}
a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1700px) {
  .header {
   
  }
  .input-wrapper {
    width: 180px !important;
  }
  .input-wrapper input {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .header {
    /* padding: 10px 100px !important; */
  }
  .header-center.w1400{
    width: 100%;
  }
  .input-wrapper {
    width: 180px !important;
  }
  .input-wrapper input {
    width: 100%;
  }
  .img-wrapper {
    padding: 0 10px;
  }
}
/* 门户网站头部 */
.header {
  width: 100%;
  margin-bottom: 0;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1049;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(25, 25, 25, 0.15));
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w1400{
  width: 1400px;
  margin: 0 auto;
}
.header-center{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fullScreen{
  width: 100%;

}
.header .header-left {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header .header-left img {
  width: 275px;
}
.header .header-left .titleLogo {
  margin: 10px 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color:#fff;
}
.header .header-right,.header .website_nav{
  height: 100%;
}
.header .header-right .list{
  height: 100%;
  display: flex;
  
}
.header .header-right .list .list-item{
  margin: 0 12px;
  height: 100%;
}
.nav-link{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 13px;
  position: relative;
}
.nav-list{
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  border-top: 5px solid #182B84;
  display:none;
}
.nav-item{
  width: 100%;
  display: flex;
  align-items: center;
}
.nav-item a{
  width: 100%;
  text-align: center;
  color: #272727;
  padding: 10px 0;
  font-size: 14px;
}
.nav-item a:hover{
  color:#182B84;
}
.header .header-right a:hover{
  /* color:white; */
  color:#182B84;
  /* background-color: #FFFFFF; */
}
.header-right a:visited,
.header-right a:active,
.header-right a:hover,
.header-right a:focus {
  text-decoration: none;
}
#ie-warning{
  display: none;
  width: 100%;
  background-color: #f8d7da;
  color: #721c24;
  padding: 15px;
  text-align: center;
  border: 1px solid #f5c6cb;
}
.footerNavWrap{
  display: none;
}
.footerNav{
  text-decoration: none;
}
#index3{
  color: #3770A1;
}
@media (max-width:1080px) and (min-width:1024px){
  .header {
    width: 100%;
    height: 150px;
   }
   .header .header-right{
     display: none;
   }
   .header .header-left{
    width: 100%;
     flex-wrap: wrap;
     justify-content: space-around;
     padding: 0;
   }
   .header .header-left img{
     width: 50%;
     margin: 0;
   }
   .header .header-left .titleLogo{
     font-size: 14px;
     line-height: 20px;
     display: flex;
     align-items: center;
     margin: 3px 0 0;
   }
 
   
 
   .footerNavWrap {
     left: 0;
     position: fixed;
     bottom: 0;
     background: #fff;
     min-height: 10vh;
     border-top: 1px solid #ccc;
     width: 100%;
     z-index: 999;
     display: flex;
     justify-content: space-around;
     align-items: center;
     text-align: center;
     font-size: 14px;
   }
   .footerNav {
     flex-direction: column;
     flex-direction: column;
     width: 20%;
     text-align: center;
     display: flex;
     align-items: center;
   }
   .footerNav img{
     width: 30px;
     display: flex;
   }
}
@media (max-width:1024px) {
  .header {
   width: 100%;
   height: 7%;
  }
  .header .header-right{
    display: none;
  }
  .header .header-left{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
  }
  .header .header-left img{
    width: 30%;
    margin: 0;
  }
  .header .header-left .titleLogo{
    font-size: 1.2rem;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin: 3px 0 0;
  }

  

  .footerNavWrap {
    left: 0;
    position: fixed;
    bottom: 0;
    background: #fff;
    min-height: 10vh;
    border-top: 1px solid #ccc;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-size: 14px;
  }
  .footerNav {
    flex-direction: column;
    flex-direction: column;
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .footerNav img{
    width: 30px;
    display: flex;
  }
  .header-center{
    background: #283C72;
    justify-content: center;
  }
  .main .left .title{
    padding: 10px;
  }
}
