.header{
    height: 100px;
}
.top{
    height: 29px;
    background-color: #4e5675;
    border-bottom: 1px solid #7b8198;
}
.header .top .container{
	background: #4e5675;
}
.header .top .language{
    font-size: 0;
}
.header .top .language span{
    padding: 0 7px;
}
.header .top .language a,
.header .top .language span{
    color: #fff;
    line-height: 29px;
    font-size: 12px;
}
.header .top .language a:hover{
    color: #2ac2fa;
}
.header .top .topLink{
    padding: 9px 0;
    font-size: 0;
    margin-right: 18px;
}
.header .top .topLink a{
    margin-left: 10px;
    display: inline-block;
}
.header .top .topLink img{
    width: 30px;
    height: 30px;
}
.header .nav{
    width: 100%;
    min-width: 1080px;
    height: 79px;
    background-color: #fff;
    border-bottom: 10px solid #fff;
}
.header .nav.fixed{
    position: fixed;
    z-index: 999;
    height: 79px;
    top: 0;
    left: 0;
    border-bottom: 1px solid #e0e0e0;
}
.header .nav .logo{
    margin-top: 5px;
}
.header .nav .logo img{
    height: 70px;
}
.header .nav .navList{
    height: 100%;
}
.header .nav .navList li{
    float: left;
    margin-right: 15px;
    height: 100%;
    position: relative;
}
.header .nav .navList li>a{
    width: 100%;
    border: 5px solid #fff;
    color: #4d4d4d ;
    display: block;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
/*英文导航字体*/
.header.enHeader .nav .navList li>a{
    font-size: 12px;
}
.header .nav .navList li:hover>a,
.header .nav .navList li.active>a{
    color: #2ac2fa;
    border-top: 5px solid #2ac2fa;
}
.header .nav .navList li:hover .navList-list{
    display: block;
}
.header .nav .navList li .navList-list{
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
}
.header .nav .navList li .navList-list .navList-list-bg{
    background-color: #4e5675;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.header .nav .navList li .navList-list a{
    position: relative;
    z-index: 2;
    line-height: 35px;
    display: block;
    color: #fff;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 14px;
}
/*英文导航字体*/
.header.enHeader .nav .navList li .navList-list a{
    font-size: 12px;
}
.header .nav .navList li .navList-list a span{
    position: relative;
    z-index: 2;
}
.header .nav .navList li .navList-list a:hover .a-bg{
    background-color: #2ac2fa;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.footer{
    height: 80px;
    background-color: #4e5675;
    border-top: 15px solid #e6e6e6;
    text-align: center;
    font-size: 14px;
    line-height: 80px;
    min-width: 1080px;
}
.footer .container p{
    color: #ccc;
}