

html,body{
    margin: 0;
    line-height: 1;
    font-family: Source Han Sans CN;
    min-width: 1288px;
}
header{
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
header>div{
    max-width: 1160px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
	box-sizing: border-box;
}
header>div>img{
    display: inline-block;
    width: 175px;
    cursor: pointer;
    margin-right: 179px;
}
header>div>ul{
    list-style: none;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    padding: 0;
}
header>div>ul>li{
    font-size: 18px;
    display: inline-block;
}
header>div>ul>li:not(:last-child){
    margin-right: 75px;
}
header>div>ul>li>a{
    text-decoration: none !important;
    color: #ffffff !important;
}
header>div>ul>li.active>a,
header>div>ul>li>a:hover{
    color: #2BA7E0 !important;
}
header .language{
    display: inline-block;
    font-size: 19px;
    color: #FFFFFF;
    float: right;
}
header .language>span{
    cursor: pointer;
}
header .language>span:hover{
    color: #2BA7E0;
}

footer{
    background-color: #012350;
    height: 197px;
}
footer>div{
    width: 1160px;
    padding-top: 24px;
    margin: 0 auto;
}
footer>div>ul{
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    white-space: nowrap;
}
footer>div>ul>li{
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}
footer>div>ul>li:not(:last-child)>a,
footer>div>ul>li:not(:last-child){
    margin-right: 30px;
}
footer>div>ul>li>a{
    color: inherit !important;
    font-size: inherit;
}
footer>div>p{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
}