#app {
    width: 100%;
    position: relative;
}

.pcshow {
    display: block;
}

.pcshow .tips2 {
    display: none;
}

.mshow {
    display: none;
}

.nav {
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #555;
    z-index: 3;
}

.navcontainer {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.logo {
    position: relative;
    background: #fff;
}

div.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.logobg {
    background: #fff;
}

div.logo img {
    width: 100px;
    padding: 5px 0;
}

div.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.logo a span {
    font-size: 28px;
    color: #666;
    margin: 0 0 0 10px;
    position: relative;
    top: 2px;
    left: 0;
}

.navbar {
    margin: 0 auto;
}

.navbar>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navbar>ul>li {
    position: relative;
    padding: 10px 0;
    margin: 0 10px;
}

.navbar>ul>li a {
    padding: 18px 10px 16px 10px;
}

.navbar>ul>li:hover {
    background: #f2f2f2;
}

.navbar ul li a:hover {
    background: #f2f2f2;
    color: #052571;
}

.navbar ul li a.active {
    background: #f2f2f2;
    color: #052571;
}

.navbar ul li a {
    color: #fff;
}


/*语言切换 select模式*/

.language {
    margin-left: 15px;
}

.language span.iconfont {
    font-size: 20px;
    color: #052571;
    font-weight: bold;
}

.language select {
    color: #052571;
    padding: 5px;
    outline: none;
    border: solid 1px #052571;
}

.language select option {
    color: #052571;
}


/*2019.11.20语言切换改为按钮*/

.btn_lang {
    background: #fff;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    width: 64px;
    text-align: center;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    transition: linear .2s;
}

.btn_lang:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff;
}


/* 底部 */

.foot {
    width: 100%;
    position: relative;
    background: url(http://static.hrflag.com/img/newflag/footbg.jpg) no-repeat center;
    background-size: cover;
}

.footcontainer {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

.footcontainer ul li {
    margin: 10px;
}

.footcontainer ul li a {
    font-size: 16px;
    line-height: 2;
    color: #f2f2f2;
}

.foot-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: solid 1px #4b4b4b;
}

.footnavbox h6 {
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
}

.footnavbox ul li {
    color: #B2B1B1;
    font-size: 12px;
    list-style-type: disc;
    margin: 0 0 8px 15px;
}

.footnavbox ul li a {
    font-size: 12px;
    color: #B2B1B1;
}

.foot-new .hrflag {
    width: 100%;
    padding: 20px 0;
    border-top: solid 1px #4b4b4b;
}

.hrflag {
    padding: 15px 0 0 0;
}

.hrflag .flaglogo img {
    width: 90px;
    height: 52px;
    margin-right: 15px;
}

.hrflag .flag_icp a {
    font-size: 12px;
    line-height: 52px;
    color: #B2B1B1;
}

@media screen and (max-width:768px) {
    .pcshow {
        display: none;
    }
    .mshow {
        display: block;
    }
    .nav {
        height: 50px;
    }
    .navcontainer {
        width: 100%;
        height: 50px;
    }
    div.logo {
        background: transparent;
    }
    .navbar {
        background: #fff;
        width: 100%;
        height: 1000px;
        position: absolute;
        top: 50px;
        left: -100%;
        transition: all 0.5s;
    }
    .btn {
        width: 35px;
        height: 20px;
        cursor: pointer;
    }
    .btn span {
        display: block;
        width: 35px;
        height: 2px;
        background: #fff;
        margin-bottom: 5px;
        transition: all 0.5s;
    }
    .btn span.spa11 {
        transform: rotate(45deg);
        top: 7px;
        position: relative;
    }
    .btn span.spa22 {
        display: none;
    }
    .btn span.spa33 {
        transform: rotate(-45deg);
    }
    .cbtn {
        width: 35px;
        height: 30px;
        cursor: pointer;
        background: transparent;
        position: absolute;
        display: none;
    }
    .navcontainer div.logo img {
        width: 100px;
        height: 50px;
        margin: 0;
        padding: 0;
    }
    .navbar>ul {
        display: block;
    }
    .navbar>ul>li {
        position: relative;
        padding: 0;
        margin: 0;
    }
    .navbar ul li a {
        color: #052571;
        width: 100%;
        display: block;
        padding: 15px;
    }
    .footcontainer {
        width: 100%;
        padding: 0 15px;
    }
    .foot-list {
        flex-wrap: wrap;
    }
    .footnavbox {
        width: 100%;
    }
    .footnavbox ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .footnavbox ul li {
        color: #B2B1B1;
        font-size: 12px;
        list-style-type: inherit;
        margin: 0 15px 15px 0;
    }
    .footcontainer ul li a {
        font-size: 12px;
        line-height: 2;
        color: #f2f2f2;
    }
    .hrflag {
        padding: 15px 0;
    }
}


/*headnav 导航*/

.headnav {
    width: 100%;
    min-width: 1200px;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.toplogo {
    width: 100%;
    background: #393939;
}

.toplogo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toplogo img {
    height: 70px;
    padding: 8px 0;
}

.menutab {
    /*background: #393939;*/
    width: 100%;
    /*height: 40px;*/
    min-width: 1200px;
}

.bar {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .bar ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 14px;
} */

#headerEn .bar a {
    padding: 0 5px;
    font-size: 12px;
}

.bar ul li a:hover {
    color: #1399cc;
}

.bar ul li .active {
    color: #1399cc;
}

@media screen and (min-width:1330px) {
    .bar ul li a {
        font-size: 14px;
        line-height: 40px;
        padding: 0 14px;
    }
}

@media screen and (min-width:1100px) and (max-width:1330px) {
    .bar ul li a {
        font-size: 12px;
        line-height: 40px;
        padding: 0 14px;
    }
}

@media screen and (max-width:768px) {
    /* 折叠菜单导航 */
    body {
        min-width: 0;
    }
    .pcshow {
        display: none;
    }
    .mshow {
        display: block;
    }
    .headnav {
        background: #393939;
        box-shadow: 0 0 3px #ccc;
        min-width: 0;
        height: 50px;
    }
    .navlogo a {
        position: absolute;
        right: 15px;
        top: 5px;
        height: 40px;
        display: block;
    }
    .navlogo img {
        height: 100%;
        width: auto;
    }
    .cosmenu {
        width: 0;
        height: 1000px;
    }
    .menubtn {
        position: fixed;
        top: 15px;
        left: 15px;
        width: 35px;
        height: 22px;
        cursor: pointer;
        z-index: 3;
    }
    .ma img {
        width: 20px;
        height: 20px;
        position: absolute;
        right: -20px;
        top: 7px;
    }
    .ma .numshai {
        display: flex;
        position: relative;
    }
    .menubtn span {
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
        transition: all 0.5s;
    }
    .menubtn .spa1 {
        transform: rotate(45deg);
        transition: all 0.5s;
        position: absolute;
        top: 10px;
    }
    .menubtn .spa2 {
        display: none;
        transition: all 0.5s;
    }
    .menubtn .spa3 {
        transform: rotate(-45deg);
        transition: all 0.5s;
        position: absolute;
        top: 11px;
    }
    /* .menu {
        background: #fff;
        width: 180px;
        height: 100%;
        position: relative;
        top: 50px;
        left: -260px;
        transition: all 0.5s;
    } */
    .toggle {
        position: fixed;
        top: 13px;
        left: 19px;
        width: 28px;
        height: 30px;
        display: none;
        z-index: 9;
        cursor: pointer;
    }
    .menulogo img {
        width: 160px;
        padding: 16px 0 16px 0;
        margin: 0 0 0 50px;
    }
    .ma {
        background: #f9f9f9;
        padding: 8px 18%;
        height: 600px;
        overflow: auto;
    }
    .ma a {
        display: block;
        font-size: 14px;
        color: #333;
        padding: 8px;
    }
    .ma a.active {
        color: #1399cc;
    }
    .ma a:hover {
        color: #1399cc;
    }
    #zhuti {
        display: none;
    }
    #zhuti2 {
        display: none;
    }
    #zhuti3 {
        display: none;
    }
    #zhuti4 {
        display: none;
    }
    #CountryName {
        display: none;
    }
}