﻿.menuNav{
    background:#005d6c;
    height: 40px;
}
.menu{ 
    height:40px;
    position:relative;
    z-index:998; 
    margin:0 auto; 


    /*background-size: auto 100%;*/
    /*background-position: 82% 0px;*/
}
#nav {
    padding-left: 280px;
    width:1170px;   
    height:40px; 
    line-height:40px; 
    margin:0px auto; 
    white-space:nowrap;

    background-size: auto 100%;
    background-position: 15px 0px;
}

#nav .on{
/*  padding-top: 58px;
    margin-top: -57px;*/
    width: 12.5%;
}
/*#nav .active{

    background-size: 110%;
}*/
#nav li{
    padding-left: 10px;
    float:left;
    display:inline; 
    height:40px; 
    text-decoration:none;
    font-size:18px; 
    color:#fff;
    text-align:left;
    z-index:990; 
}
#nav li a{ 
    /*text-align:center; */
    display:block;
    font-size:18px; 
    color:#fff;
    text-decoration:none; 
    float:left;
    position:relative; 
    z-index:999; 
    width: 100%;
}
#nav li a:hover{ 
    color:#fff; 
    /*background: rgba(8,171,197,0.8);*/
}
#nav .on.active a{
  
    background-position: 35% 100%;
}
#nav .menu-hover a{ 
    color:#fff; 
    
    background:#700d0d;
}
.arrow-top{
    position: absolute;
    top: -80px;
    width: 150px;
    height: 80px;
  
    background-size: 100%;
    z-index: 998;
    background-position: -26px 10px;
}
#nav li:hover .arrow-top{
    display: block;
}

.menuNav .menuBlock{
    position: absolute;
    width: 100%;
    top: 195px;
    box-shadow: 0px 1px 13px rgba(0,0,0,0.4);

    z-index: 999;
}
.top40{
    top: 40px!important;
}
.menuNav .menuBlock .pd280{
    padding-left: 280px;
    padding-right: 0px;
}
.menuNav .menuBlock ul{
    margin: 0px;
    float: left;
    width: 12.5%;
    height: 320px;
}
.menuNav .menuBlock .active{
    background: #e8f1f1;
}
.menuNav .menuBlock ul li{
    list-style: none;
}
.menuNav .menuBlock ul li a{
    padding: 8px 10px;
    display:block;
    text-align:left;
    text-decoration:none;
    font-weight:normal; 
    line-height:1.35; 
    font-size:14px; 
    background:none !important; 
    color:#b0b0b0;
    white-space: normal;
}
.menuNav .menuBlock .active li a{
    font-size:16px; 
    color: #000000;
}
.menuNav .menuBlock ul li:hover  a{
    color:#1a7988!important;  
    /*background: rgba(8,171,197,0.8)!important;*/
    /*background: #1a7988!important;*/
}
.text-bg{
    position: absolute;
    top: 0px;
    height: 320px;
    line-height: 320px;
   
}
.text-bg img {
    width: 180px;
    position: absolute; 
    right: 40px; 
    top:80px;
}

#nav .menuBlock{
    /*display: none;*/
    width: 100%;
    height: 0px;
    position:absolute;
    overflow: hidden;
    left:0px;
    top:40px; 
    background: rgba(255,255,255,1);
    z-index:99999;  
    transition-property: height; 
    transition-duration: 1s;
}
#nav .menuBlock .menuLeft ul{
    margin: 15px 0px 15px;
    width: 160px;
    float: left;
}
#nav .menuBlock .menuLeft ul li{
    height: 50px;
    line-height: 50px;
    list-style: none;
    float: none;
    display: inline;
    text-align: left;
}
#nav .menuBlock .menuLeft ul li a{
    text-align: left;
    font-size: 16px;
    color: #2c2c2c;
}
#nav .menuBlock .menuRight{
    float: right;
}
#nav .menuBlock .menuRight ul li{
    list-style: none;
    height: 180px;
    overflow: hidden;
}
#nav .firstCondition .menuLeft{
    padding-left: 280px;
}
#nav .firstCondition .menuRight ul li{
    position: absolute;
}
#nav .firstCondition .menuRight ul{
    /*position: relative;*/
}
#nav .firstCondition .menuRight ul .One{
    left: 0px;
}
#nav .firstCondition .menuRight ul .Two{
    right: 0px;
}
#nav .secondCondition .menuLeft ul{
    float: right;
}
#nav .secondCondition .menuLeft ul li a{
    text-align: right;
}
#nav .secondCondition .menuRight{
    position: absolute;
    left: 0px;
} 

#nav li:hover .menuBlock{
    /*display:block;*/
    height: 180px;
    
}











