@charset "utf-8";

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 2px solid #ccc;
}
.nav-item:hover > a, .nav-item.active > a {
    color: rgb(15, 69, 142)!important;
}
.wraps:hover {
    background: rgb(255, 255, 255) !important;
}

.wraps:hover .nav > li a {
    color: rgb(51, 51, 51);
}
.nav li:hover  a{
    /* color: rgb(51, 51, 51); */
}
header {
 
    box-sizing: border-box;
}

.wraps {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

#nav {
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 1440px;
    margin: 0 auto;
}

.wraps:hover .logo .logo1 img {
    display: none!important;
}

.wraps:hover .logo .logo2 img {
    display: block!important;
}

.logo {
    width: auto;
    overflow: hidden;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}
.nav >  li:nth-child(1){margin-left: 0;}
.nav > li{margin-left: 48px;}
ul.nav {
    /* flex: 1; */ 
    padding-left: 135px;
    padding-right: 46px;
}

li.nav-item {
    float: left;
}

li.nav-item>a {
    display: block;
    text-align: center;
    line-height: 90px;
    font-size: 20px;
    position: relative;
    color: #fff;
}
li.nav-item:hover>a::before, li.nav-item.active>a::before {
    /* width: 100%; */
    left: 0;
    right: 0;
}
li.nav-item>a::before {
     content: "";
     position: absolute;
     z-index: -1;
     left: 51%;
     right: 51%;
     top: 0;
     background: #1D4F91;
     height: 4px;
     transition-property: left, right;
     transition-duration: 0.3s;
}



/* li.nav-item:hover>a::before,
li.nav-item.active>a::before {
    display: block;
} */
.logo2 img {
    display: none;
}

.subMenu {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0;
    background-color:rgba(255, 255, 255, 0.8);;
    transition: all .5s;
    overflow: hidden;
}

.subMenu>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subMenu>ul>li>a {
    display: block;
    padding: 0 18px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.subMenu>ul>li>a:hover {
    color: red
}


.sous {
    width: 24px;
    height: 24px;
}

.sous a img {
    width: 100%;
}

.sous a {
    /* display: inline-block; */
}

.suso2 img {
    display: none;
}

.wraps:hover .sous .suso1 img {
    display: none;
}

.wraps:hover .sous .suso1 {
    display: none;
}

.wraps:hover .sous .suso2 img {
    display: block!important;
}

.ejcdwrap{
    width: 1440px;
    margin: 0 auto;
}
.subMenuleft{
width: 700px;
float: left;
}
.subMenuright{width: 600px;height: 220px;float: right;margin-top: 59px;position: relative;}


.subMenuleft{

}
.subMenuleft ul{
    margin-left: 180px;
    margin-top: 30px;
}
.subMenuleft ul li{
    margin-top: 84px;    
}
/*.subMenuleft ul li:nth-child(1){
    margin-left: 0%;
}*/
.subMenuleft ul li{float: left;margin-left:9%;background: url(../images/juyuan.png) no-repeat 0;margin-top: 50px;}
.subMenuleft h2{
    color: rgb(15, 69, 142);
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
}
.subMenuleft ul li a{
    color: rgb(111, 111, 111);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
}
.subMenuleft ul li a:hover{
  color: rgb(219, 192, 123)!important;
  
}
.subMenuright img{
    position: relative;
    width:472px;
    height: 220px;
}
.subMenuright h2{
    /* position: relative; */
    color: rgb(51, 51, 51);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 50px;
    /* margin-left: 40px; */
}
.subMenuright p{
    
color: rgb(153, 153, 153);
    
font-size: 16px;
    
font-weight: 400;
    
letter-spacing: 0px;
    
text-align: left;
    
margin-top: 10px;
    
margin-bottom: 13px;
}
.subMenuright span{
    
width: 40px;
    
height: 4px;
    
background: rgb(15, 69, 142);
    
display: inline-block;
}

.ccse{
    
position: absolute;
    
top: 0;
    
margin-left: 40px;
}
li.nav-item:hover>.subMenu{
    display: block;
    height: 340px;
    background-size: 100% 340px;
    /*background: rgb(245, 245, 245);*/
    transition: all .5s;
    color: rgb(111, 111, 111);
}
.subMenuleft ul li.nav-item:hover> a{
    color: rgb(111, 111, 111);
}