﻿.bannerNei {
    background: url(/templets/netwind/image/bj.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
}
.bannerNei p{ font-size: 28px;}
.titMax{
    font-size: 33px;
    line-height: 3;
    text-align: center;
}
.titx{
    background-color: #e2f3ed; font-weight: 600;font-size: 15px;
	margin-top:10px
   
}
/*头部*/
.header.on{
    background:rgb(0, 0,0, .5);
    
}
  
header{
    
    display: flex;
    justify-content:space-between;
     align-items: center;
	 min-height:60px;
	 
}


 .header{
    
       display: flex;
       justify-content:space-between;
       align-items: center;
       width: 100%;
       padding: 10px 0;
       z-index: 1008;
	   background: #f4f4f4 none repeat center top;
    border-bottom: 1px 0 #dadee1;
}
.header.on{
    background: rgb(0, 0,0, .8);
    position: fixed;
    top: 0;
    padding: 0px 0;
}

.header.on .top .logo a{
 
    display: flex;
    align-items: center;
    width: 80%;
  }
  
  
  .header.on .top .logo img{
      max-width: auto;
      display: block;
      width: 80%;
     
  }
  .top-bar .container{    
	display: flex;
    justify-content: space-between;
	width:100%;
	padding: 0 10px 0 10px;
}
.container .leftheader{
color: white;
line-height: 24px;
    display: flex;
    justify-content: flex-start;
    font-size: 0.9rem;
}

.container .leftheader .item{
color: white;
    margin-right:12px;
}
 .top{
       display: flex;
       align-items: center;
       height: 100%;
       justify-content: space-between;
       width: 100%;
       position: relative;
   
      
}
   
.menu{
       width: 70%;
       height: 45px; 

 }
   .menu ul{
       display: flex;
       align-items: center;
       justify-content:  flex-end;
       height: 100%;
       
   
   }
   .menu ul .item{
       position: relative;
       width: auto;
       text-align: left;
       display: flex;
       align-items: center;
       justify-content: center;
       height: 100%;
       z-index: 999;
    overflow: visible;
	margin-right: 30px;
}
.menu  .item span{   
   justify-content:space-between;
   align-items: center;
   display: flex;
   white-space: nowrap;
}
.menu  .item span a{
    color:#333333;
    font-size: 15px;
    font-weight: bold;
} 
.header.on .menu  .item span a{
    color: #ffffff;
}
.header.on .menu  .item span i{
    color: #ffffff;
}


.menu ul .secNav{
         visibility:hidden;
       transition:all 250ms ease-out 0ms;
       transform:translate(0%, 10px);
       position: absolute;
       min-width: 150%;
       background-color: #ffffff;
       top: 100%;
       border: 1px solid #eaeaea;
       left: 0;
   
   }
   .secItem{
    text-indent: 15px;
    border-bottom: 1px solid #eaeaea;
   }
   .menu ul .secNav .secItem:nth-last-child(1){
       border: 0;
   } 

 .menu ul .secNav.active{
    
       visibility:visible;
       transform:translate(0%, 2px);
     
 }



.menu ul .secNav a{
       color: #333333;
 }
   
.menu ul .secNav li:hover .item2{
    background: #EBEBEB;
     
}
   

.menu .item  span  i{
    margin-left: 5px;
    display: block;
    font-size: 12px;

}

.item2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 6px;

}
.item2 i{
    margin-right: 5px;
}
.item2 i img{
    display: block;
}

.item2 a{
    font-weight: bold;
}
   
.lang{
    position: relative;
    margin-right: 33px;
}
.lang p:nth-child(2){
    display: none;
}


.lang  p{
    display: flex;
    align-items: center;
    width: 100%;
    color: #ffffff;
}


.lang img{
    margin-right: 5px;
}

.menu .item:after{content:" ";position:absolute;bottom:0;left:0;width:100%;height:1px;border-radius:3px;
    -webkit-transition:all 250ms ease-out 0ms;transition:all 250ms ease-out 0ms;opacity:0;
    visibility:hidden;-webkit-transform:scale(0);transform:scale(0);background: #1e73be;
    
}
.menu .item:hover:after{-webkit-transform:none !important;transform:none !important;
    -webkit-transition:all 250ms ease-out 0ms;
    transition:all 250ms ease-out 0ms;opacity:1;visibility:visible
}
.top_r{
    display: none;
}


.top-bar{
    background:rgb(78,78,78);
    height: 48px;
    display: flex;
    align-items: center;
}
.top-bar ul{
    display: flex;
    justify-content: space-between;
}

.top-bar ul .col{
    display: flex;
  
}
.top-bar ul .col div{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    margin-right: 25px;
}
.top-bar ul .col div i{
    font-size: 18px;
    color: #ffffff;
    margin-right: 8px;
}

.top-bar  .login{
    color: #ffffff;
    display: flex;
    align-items: center;
}
.top-bar  .login a{
    color: #ffffff;
}
.top-bar .topbar_right{
    margin-left: 45px;
}

/*尾部*/
footer{
    background: #444444;
    padding: 25px 0;
	margin-top:30px
}
footer{
    display: flex;
    justify-content: center;
    text-align: center;
    caret-color: #ffffff;
    line-height: 2;
}
footer p{
    color: #ffffff;
}
footer .footer-logoimg{
    width:180px;
}
