#m_header {
  display: none;
}
.navtop{
box-sizing: border-box;
padding: 15px 0;
}
.navtop .logo {
  width:190px;
}
.navtop .logo img{
  width:100%;
}
.navtop .right{
 width: 190px;
}
.hearder-nav {
  height: 50px;
width: 100%;
background-color:rgba(2, 107, 180, 1);

}
.other-nav .hearder-nav {
  height: 60px;
width: 100%;
background-color:#fff;
position: relative;

}
.hearder-nav.on {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  animation-name: down;
  animation-duration: 1s;
  background-color:rgba(2, 107, 180, 1);
}
.other-nav .hearder-nav.on {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  animation-name: down;
  animation-duration: 1s;
  background-color:#fff;
}


.hearder-nav .navbar {
  margin-left: 10px;
}

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

}
.hearder-nav .navbar li:hover {
background-color: #13499a;

}
.hearder-nav .navbar li a{
color: #fff;
padding: 0 33px;
font-size: 16px;

}
.other-nav .hearder-nav .navbar li a{
  color: #333;
}
.hearder-nav .navbar li:hover a{
  color:#fff;
}
.other-nav .hearder-nav .navbar li:hover a{
  color: #333;
}

.lang,.lang a{
    color: #fff;
}
.lang a{
    padding: 0 5px;
}
.lang a:hover{
    color:#13499a;
}

/* 手机和平板布局*/
@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;
    top: 10px;
  }

  #m_header {
    display: block;
    width: 100%;
    background: #fff;
box-sizing: border-box;
    font-size: 12px;
  }
  #m_header .navtop{
  box-sizing: border-box;
  padding: 2%;
}

#m_header .navtop .logo {
    width: 150px;
    margin: 0;
    display: block;
  }

  #m_header .navtop .logo img {
    width: 100%;

  }
  #m_header .navtop .logo .right{
    width: 130px;
  }
  .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: #595959;
    -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: #fff !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;
    line-height: 37px;
    padding:5px 10px;
    color: #333;
    font-size: 16px;
  }
.lang{
    position: absolute;
    bottom: 50px;
    width: 100%;
left: 0;
}
.lang,.lang a{
    color: #333;
    font-size:16px;
 text-align: center;
}
.lang a{
    padding: 0 5px;
}


 
}

.footer{
  background-color: rgba(39, 39, 39, 1);


}
.footer .footer-top{
  
box-sizing: border-box;
 
padding: 50px 0;
}
.footer .footer-top .footer-item{
  width: 33.33%;
  box-sizing: border-box;
  padding: 10px 20px;

}
.footer .footer-top .footer-item:nth-child(2),.footer .footer-top .footer-item:nth-child(3){
  border-left: 1px #fff solid;


}

.footer .footer-top .footer-item .header-title{
  color: #fff;
  font-size: 18px;
  font-family: times new roman, times, serif;
}
.footer .footer-top .footer-item .header-dec{
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
.footer .footer-top .footer-item .header-inline{
 width: 55px;
 height: 1px;
 box-sizing: border-box;
 background-color: #fff;
}
.footer .footer-top .footer-content{
  margin-top: 20px;
 
}
.footer .footer-top .footer-content .footer-content-item{
  padding: 5px 0;
}
.footer .footer-top .footer-content .footer-content-item .footer-icon{
font-size: 18px;
color: #fff;
}
.footer .footer-top .footer-content .footer-content-item .footer-text{
  margin-left: 15px;
  color: #aaa;
  width:220px;
}
.footer .footer-top .footer-content .footer-content-ewx{
  color: #aaa;
  width:220px;
  margin-bottom: 30px;
}
.footer .footer-top .footer-content .footer-content-ewm{
  width:100px;
}
.footer .footer-top .footer-content .footer-input{
  width: 100%;
  background-color: #fff;
  height: 40px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 15px;
}
.footer .footer-top .footer-content .footer-input .footer-input-name{
  height: 40px;
  font-size: 14px;
}
.footer-button{
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  border: none;
  width: 100%;
  height: 40px;
}
.footer-bottom{
  background-color: rgba(17, 17, 17, 1);
  text-align: center;
  color: #fff;
  height: 58px;
  line-height: 58px;
}
@media screen and  (max-width: 1024px) {
  .footer-top{
    display: none;
  }
  .footer-bottom{
    height: auto;
    box-sizing: border-box;
    padding:5px 20px;
    line-height: 22px;
  }
}







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

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

