#m_header {
  display: none;
}

.hearder-nav {
  height: 60px;
width: 100%;
background-color:#337EC1;
position: relative;
z-index: 9;
}
.hearder-nav.on {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  animation-name: down;
  animation-duration: 1s;
  background-color:#337EC1;
}

.hearder-nav .logo {
  height: 35px;
  width:258px;
}
.hearder-nav .logo img{
  width:100%;
  height: 100%;
}
.hearder-nav .navbar {
  margin-left: 10px;
}

.hearder-nav .navbar li {
  font-size: 16px;
  line-height: 60px;
  position: relative;
  text-align: center;

}

.hearder-nav .navbar li a{
color: #fff;
padding: 0 30px;

}

.hearder-nav .navbar li:hover a{
  color:#fff;
}
/*.hearder-nav .navbar li .subnav{*/
/*  position: absolute;*/
/*  top: 60px;*/
/*  width: 100%;*/
/*  background-color: rgba(51, 126, 193, 0.78);*/
/*  display: none;*/
/*}*/
.hearder-nav .navbar li .subnav{
  position: absolute;
  top: 60px;
  width: 350%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(51, 126, 193, 0.78);
  display: none;
}
.hearder-nav .navbar li .subnav ul{
  position: relative;
}
.hearder-nav .navbar li .subnav ul::before{
  content: '';
  position: absolute;
  top:0;
  left: 50%;
 background-color:#fff;
 /*width: 70%;*/
  width: 30%;
 height: 1px;
 transform: translateX(-50%);
 z-index: 9;
}
.hearder-nav .navbar li .subnav ul::after{
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 3px solid transparent; 
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
  z-index: 9;
}
.hearder-nav .navbar li .subnav li{
  text-align: center;
  line-height: 40px;
}
.hearder-nav .navbar li .subnav li:hover{
  background-color: #2F63AC;
} 
.hearder-nav .navbar li .subnav li a{
  padding: 0 5px;
}
.hearder-nav .sreach-box{
 height: 30px;
 color:#fff;
}
.other-nav .sreach-box{
  color:#333;
}
.hearder-nav .sreach-box .select{
  color: #fff;
  text-align: center;
  padding:0 10px;
  position: relative;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.hearder-nav .sreach-box .select ul{
  position: absolute;
  top:60px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  text-align: center;
  background-color: rgba(51, 126, 193, 0.78);
  display: none;
  z-index: 99;
}

.hearder-nav.on .sreach-box .select ul{
  background-color: #337EC1;
}
.other-nav .hearder-nav.on .sreach-box .select ul{
  background-color: #337EC1;
}
.hearder-nav .sreach-box .select ul li{
  line-height: 30px;
  cursor: pointer;
}
.hearder-nav .sreach-box .select ul li:hover{
  background-color: #2F63AC;
}

.hearder-nav .sreach-box img{
  width: 15px;
  height: 15px;
}
.hearder-nav .sreach-box i{
  font-size: 13px;
}

/* 手机和平板布局*/
@media screen and  (max-width: 1024px) {

  /* header */
  #header {
    display: none;
  }

  .header1 {
    height: 40px;
    border-bottom: none;
    padding: 0 4%;
    background-color: #337EC1;
  }


  .mobile_nav {
    display: block;
    width: 25px;
    height: 20px;
    margin-top: 8px;
    position: absolute;
    z-index: 999;
    right: 15px;
  }

  .mobile_nav.active {
    position: fixed;
    z-index: 9999999999;
    margin-top: 2px;
    width: 25px;
    height: 20px;
    right: 15px;
  }

  #m_header {
    display: block;
    width: 100%;
    background: #fff;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    font-size: 12px;
  }


  .logo {
    width: 120px;
    height: 30px;
    margin: 0;
    display: block;
  }

  .logo img {
    width: 100%;
    height: 100%;
    margin-top: 5px;
  }

  .mobile_nav div.visual {
    position: relative;
    margin-left: 4px;
    width: 30px;
    height: 30px;
    z-index: 99;
  }

  .mobile_nav div.visual i.line {
    width: 100%;
    height: 3px;
    background-color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mobile_nav div.visual i.line.line01 {
    top: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
  }

  .mobile_nav div.visual i.line.line02 {
    top: 20px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
  }

  .mobile_nav .menu-activator div.visual i.line.line03 {
    top: 22px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
  }

  .mobile_nav div.visual i.line.line04 {
    top: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .mobile_nav.active div.visual i.line.line01,
  .mobile_nav.active div.visual i.line.line02,
  .mobile_nav.active div.visual i.line.line03,
  .mobile_nav.active div.visual i.line.line04 {
    background-color: #fff;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .mobile_nav.active div.visual i.line:nth-child(1),
  .mobile_nav.active div.visual i.line:nth-child(3) {
    top: 16px;
  }

  .mobile_nav.active div.visual i.line:nth-child(2),
  .mobile_nav.active div.visual i.line:nth-child(4) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  .mobile_nav.active div.visual i.line:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile_nav.active div.visual i.line:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile_subnav {
    width: 0;
    height: 0;
    background: rgba(51, 126, 193, 0.8) !important;
    position: fixed;
    z-index: 9999999;
    right: 0;
    top: 0;
    opacity: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 100% 0 100% 100%;
  }

  .mobile_subnav.active {
    width: 100%;
    right: 0;
    opacity: 1;
    height: 100%;
    border-radius: 0;
  }
  /* .mobile_subnav.active .main{
position: relative;
} */
  .mobile_subnav1 {
    width: 100%;
    overflow-y: scroll;
    margin: 80px 0 0 0;
  }

  .mobile_subnav1 ul,
  .mobile_subnav1 li a {
    display: block;
    padding: 8px;
    color: #fff;
    text-align: left;
    font-size: 16px;
  }
 
  .mobile_subnav1 li .subnav{
    display: none;
  }
  .mobile_subnav1 li .subnav li{
    font-size: 14px;
  }
  .mobile_subnav .sreach-box{
    height: 35px;
    position: absolute;
    top: 0;
    left: 15px;

   }
   .mobile_subnav .sreach-box .select{
     color: #fff;
     flex:1;
     position: relative;
     padding: 0 6px;
   }
   .mobile_subnav .sreach-box .select ul{
    position: absolute;
    top:20px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255, 255, 0.6);
    display: none;
    z-index: 99;
  }

  .mobile_subnav .sreach-box .select ul li{
    line-height: 30px;
    cursor: pointer;
  }
   .mobile_subnav .sreach-box img{
     width: 15px;
     height: 15px;
   }
   .mobile_subnav .sreach-box i{
    color: #fff;
  }


 
}

.footer{
  background-color: #2F63AC;
  text-align: center;

}
.footer .footer-top{
  background-color: #2A5593;
  color:#fff;
  padding: 8px 0;
  text-align: center;
  font-size: 40px;
}
.footer .footer-center{
  padding: 60px 0 30px 0;
}
.footer .footer-center .footer-logo{
  padding: 30px 0;
  width: 25%;
  margin: 0 auto;
}
.footer .footer-center .footer-logo img{
  width: 100%;
}
.footer .footer-center .footer-link a{
  display: inline-block;
  width:48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 10px;
}
.footer .footer-center .footer-link a img{
  width: 100%;
  height: 100%;
}
.footer .web{
  color: #fff;
  margin-top: 30px;
  display: block;
  width: 100%;
  font-size: 14px;
}
@media screen and  (max-width: 1024px) {
  .footer .footer-top{
    background-color: #2A5593;
    color:#fff;
    padding: 8px 0;
    text-align: center;
    font-size: 25px;
  }
  .footer .footer-center{
    padding: 5% 0 5% 0;
  }
  .footer .footer-center .footer-logo{
    padding:10% 0;
  }
  .footer .footer-center .footer-link a{
    display: inline-block;
    width:45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50px;
    margin: 0 2%;
  }
}







@keyframes down {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

