body{
    min-width: 1340px;
    font-family: Source Han Sans CN;
}

.header{
    width: 100%;
    height: 100px;
}
.header .logo{
    display: flex;
    max-width: 1340px;
    margin: 0 auto;
}
.header .logo img{
    /*width: 37px;*/
    height: 50px;
    margin: 25px;
}
.header .logo .title{
    margin-left: 11px;
    color: #00b0f0;
    font-size: 30px;
    line-height: 100px;
}
.header .logo .subtitle{
    margin-left: 11px;
    color: #00b0f0;
    font-size: 18px;
    line-height: 100px;
}
.header .nav-header{
    background-color: #00b0f0;
    height: 60px;
    line-height: 60px;
}
.header .nav-item{
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    margin: 0 auto;
}
.header .nav-map{
    display: flex;
    justify-content: start;
}
.header .nav-item .nav-map-item{
    color: #fff;
    margin-right: 20px;
    text-decoration:none;
}
.header .nav-header .active{
    color: #fff;
}
.header .nav-header .nav-foot{
    display: flex;
}
.header .nav-header .nav-separate{
    border-left: 1px #FFF solid;
    margin: 15px 25px;
}
.foot{
    width: 100%;
    background-color: #00b0f0;
    height: 140px;
}
.foot .foot-content{
    max-width: 1340px;
    margin: 0 auto;
    /*margin-top: 55px;*/
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

.foot .foot-content .logo{
    display: flex;
}
.foot .foot-content .logo img{
    width: 34px;
    height: 34px;
    margin-top: 4px;
}
.foot .foot-content .logo .title{
    margin-left: 9px;
    color: #FFF;
    font-size: 25px;
}
.foot .foot-content .foot-map{
    margin-top: 10px;
    color: #FFF;
    font-size: 14px;
}
.foot .foot-content .foot-map a{
    color: #FFF;
    padding: 0 4px;
    text-decoration:none;
}
.foot .foot-content .foot-tips{
    display: flex;
    justify-content: space-between;
    color: #FFF;
    margin-top: 10px;
    font-size: 14px;
}
.foot .foot-content .foot-tips .copyright{

}
.foot .foot-content .foot-tips .record{
    margin-left: 10px;
}
.dropdown{
    margin-right: 2px;
}
.dropdown-menu {
    display: none;
    /*display: block;*/
    position: absolute;
    background-color: #00b0f0;
    min-width: 200px;
    z-index: 1000;
    margin: 0;
    top: 93%;
}
.dropdown-menu a {
    float: none;
    color: #fff;
    padding: 0 8px;
    text-decoration: none;
    display: block;
    text-align: left;
    /*width: 100%;*/
    height: 60px;
    font-size: 18px;
    white-space:nowrap;
}
.dropdown-menu a:hover {
    color: #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.foot-nav{
    
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    margin: 0 auto;
    padding-top: 25px;
}
.foot-nav a{
    color: #fff;
    text-decoration:none;
}
.foot-nav-list{
    text-align: center;
}
.foot-nav-children{
    margin-top:15px;
}
.foot-nav-item{
    margin-bottom: 8px;
}