body {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
}
.ml1x{
    margin-left: .0521rem;
}
.navbar {
    width: 100%;
    background-color: transparent;
    transition: background-color 0.8s;
    height: .5469rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .5208rem 0 .5729rem;
    box-sizing: border-box;
}
header {
    position: relative;
}
.drop_nav_group {
    position: absolute;
    background-color: #fff;
    padding:  .0521rem .1302rem;
    box-sizing: border-box;
    box-shadow: 0rem .026rem .0521rem rgb(144, 144, 146, 0.5);
    z-index: 9999;
    top: .4167rem;
    opacity: 0.9;
}
.drop_nav_group_ESG{
    width: 1.5104rem;
    left: 3.6979rem;
}
.drop_nav_group_diversity{
    width: 1.8229rem;
    left: 4.8698rem;
}
.drop_nav_group ul{
    list-style-type: none;
    padding: 0;
}
.drop_nav_group li{
    font-size: .0938rem;
    line-height: .2344rem;
    cursor: pointer;
}
.main_icon_pic{
    width: 1.0573rem;
    height: .1406rem;

}
.navbarLi {
    color: white;
    min-width: 5.2083rem;
}


.navbar li {
    padding: .0521rem .1042rem;
    cursor: pointer;
    border-bottom: .0104rem solid rgb(255, 255, 255, 0);
}

.navbar_active {
    border-bottom: .0104rem solid rgb(57, 134, 255) !important;
    color: rgb(57, 134, 255) !important;
    transition: 400ms;
}

nav {
    z-index: 999999;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
    margin-left: .4167rem;
}
.nav_group{
    display: flex;
    align-items: center;
}
nav li {
    position: relative;
    display: inline-block;
    padding: .0521rem .1042rem;
    cursor: pointer;
    font-size: .0938rem;
    
}

.other_header {
    width: 100%;
    height: 3.6458rem;

    /* background-position: center; */
}

.title_group {
    width: 100%;
    height: 3.099rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title_group h2 {
    font-size: .3906rem;
    color: #fff;
    font-weight: 500;
}


footer {
    height: 2.0833rem;
    width: 100%;
    background-color: rgb(23,0,48);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_content {
    width: 7.2917rem;
    display: flex;
}

.footer_content h4 {
    font-size: .1198rem;
}

.main_icon {
    width: calc(100% / 3);
    color: #fff;
}
.facebook_twitter{
    display: flex;
}
.facebook_twitter img{
    width: .1563rem;
    height: .1563rem;
}
.main_icon p{
    margin-top: .4167rem;
    font-size: .0938rem;
}
.footer_contact {
    width: calc(100% / 3);
}

.footer_contact p,
a {
    font-size: .1042rem;
    line-height: .1563rem;
}
.footer_contact a {
    text-decoration: underline;
}

.footer_contact p {
    color: #fff;
}

.footer_content h4 {
    color: #fff;
    font-size: .1458rem;
    font-weight: 400;
}

.footer_menu {
    width: 25%;
}

.footer_menu a {
    display: block;
    color: white;
}

.footer_menu a:hover {
    text-decoration: underline;
}

.footer_detail {
    margin-top: .1302rem;
}
.location{
    margin-top: .0781rem;
}
.copyright {
    color: #fff;
    font-size: .0833rem;
}
.el-icon-arrow-down{
    margin-left: .0781rem;
}
.el-icon-arrow-up{
    margin-left: .0781rem;
}
.fade-enter-active {
    transition: opacity 0.3s;
}

.fade-enter {
    opacity: 0;
}

.fade-leave-active {
    transition: opacity 0.3s;
}

.fade-leave-to {
    opacity: 0;
}
