 
/*

导航样式

*/

.homes {

    width: 50%;
    height: 2px;
    border: #ddc05a 1px solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.navContent>ul{
    display: flex;
    justify-content: space-between;
}

 
 




.nava {

    width: 100%;
 

    margin: 0 auto;

    padding: 0% 4%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    position:absolute;

    top: 0;
    background: linear-gradient(0deg, #172B49, #233B5F);

    z-index: 999;

}

.nav-home {

    background: none;

}

.navContent {
    flex: 1;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    padding: 0 50px;
    height: 100%
}



.navContent a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 2.4rem;
    font-weight:bold;
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in;  
}
 

.navContent div li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    /*background: #172e4e !important;*/
    display: block;
}

 
 


.newss-container{
    display: none;
    position: absolute;
    top: 80px;
    z-index: 1;
	left:-27px;
    width: 150px;
    background: rgba(255,255,255,0.8);
	
}
.newss-container ul{
    width: 100%;
}
.navContent>ul>li:hover .newss-container{
   display: block;
    
}
.newss-container ul li a{
    color: #000;
    height: auto;
    line-height: 40px;
	font-size:12px;
	text-align:center; 
}
.newss-container ul li a:hover{ color:#F00;}

}
.nava ul ul a{
    padding: 0;
}
.nava ul a{
    padding: 0;
}
 
.newss-Products{
    display: none;
    position: absolute; 
    z-index: 1;
	left:-600px;
    width: 1400px;
    background: rgba(255,255,255,0.8);
	padding:15px 0;
     
	
}
.newss-Products ul{
    width: 100%; 
}
.navContent>ul>li:hover .newss-Products{
   display: block;
   
    
} 
.newss-Products ul li a{
    color: #000;
    height: auto;
    line-height: 30px; 
}  
.newss-Products li{ width:276px; float: left; margin-left:50px;} 
.newss-Products li dt a{background:#c4c4c4; padding: 5px 10px; font-size:15px;  text-align:left; padding-left:20px; } 
.newss-Products li dt a:hover{ color:#F00;} 

.newss-Products li dd a{ padding-left:30px; font-size:12px; line-height:28px;  text-align:left;}  





*{
    margin: 0;
    padding: 0;
}
body{
    min-width: 960px;
}
@media (max-width: 959px){
    html{
        font-size: 40% !important;
    }
}
@media (min-width: 960px){
    html{
        font-size: 30.5% !important;
    }
}
@media (min-width: 1024px){
    html{
        font-size: 25.5% !important;
    }
} 
@media (min-width: 1100px) {
    html{
        font-size: 35.5% !important;
    }
} 
@media (min-width: 1280px) {
    html{
        font-size: 40.5% !important;
    }
} 
@media (min-width: 1366px) {
    html{
        font-size: 42.5% !important;
    }
}  
@media (min-width: 1440px) {
    html{
        font-size: 47.5% !important;
    }
} 
@media (min-width: 1680px) {
    html{
        font-size: 52.5% !important;
    }
} 

 