﻿ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.content-inner-wrapper {
    padding-bottom: 80px;
}
.sitemap .has-children>a {
    border-right: none;
    font-weight: 700;
}
.sitemap a {
    display: inline-block;
    color: #666;
    /*margin: 5px;*/
    padding: 0 10px 0 0;
}
.sitemap .sm-section {
    padding: 15px 0 0 15px;
}
.has-children {
    padding: 10px 300px;
}
/*Model*/
.lang__wrap {
    position: relative;
  
}
.my-modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 根据浏览器定位 */
    z-index: 1; /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%; /* 全宽 */
    height: 100%; /* 全高 */
  background-color: #004098; /* 背景色 */
  overflow-y:hidden;
  z-index:1032;
  
}
/*模态框内容*/
@keyframes topDown {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
#lang__popup__logo {
    background: url(../images/logo.png) no-repeat center center;
    text-indent: -9999px;
    width: 186px;
    height: 50px;
    display: block;
    margin: 35px 0 10px 0;
}
.lang__popup__close {
    position: absolute;
    right: 0;
    top: 40%;
    background: url(../images/lang-popup-close.png) no-repeat center center;
    text-indent: -9999px;
    width: 19px;
    height: 19px;
    display: block;
    margin: 10px 10px;
}
.lang__wrap {
    position: relative;
}
.lang__hr {
    margin: 0 !important;
    border: solid;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.choose_your_country h2 {
    text-align: center;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-weight: 300;
    font-size: 51px;
    color: #fff;
    margin: 35px 0 0 0;
}
.choose_your_country p {
    text-align: center;
    color: #fff;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 35px;
}
.lang__popup__line {
    width: 100%;
    height: 2px;
    background-color: #2259a6;
}
.lang__popup__link:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none;
}
.lang__popup__link:nth-child(5n + 1) {
    clear: left;
}
.lang__popup__link {
    width: calc(99.99% * 1/5 - (30px - 30px * 1/5));
}
.lang__popup__link a {
    font-weight: 300;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-size: 18px;
    /*padding: 10px 0;*/
    display: block;
    text-align:center;
}
.lang__popup__link--active {
    color: #2259a6 !important;
    background-color: #fff;
}
.container__lang {
    *zoom: 1;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    margin: 0 auto;
}
.lang__popup__link a {
    font-weight: blod;
    font-size: 18px;
    padding: 10px 0;
    display: block;
   text-align:center;
}
.lang__popup__link a:hover {
    color: #2259a6;
    background-color: #fff;
}
.lang__popup__link--active {
    color: #004098 !important;
    background-color: #fff;
}
/*模态框头部*/
.modal-header {
    display: flex; /*采用flexbox布局*/
    flex-direction: row; /*水平布局*/
    align-items: center; /*内容垂直居中*/
    justify-content: space-between;
}

#con {
    color: #fff;
    display: flex;
    flex-direction: row;
    text-align: center;
}
.pt25 {
    padding-top: 25px !important;
}

 #tit li.select {background: #fff; color: #2259a6 !important;}
#con li.show {display: block;}
  #con li{display: none;  width: 100%;line-height: 30px;}
  .con {
      display: flex;
      flex-direction:row;
  }
 

  .lang__popup__item:nth-child(0n + 1) {
    clear: left;
}
.lang__popup__item:nth-child(n) {
    float: left;
    margin-right: 0px;
    clear: none;
}
.lang__popup__item {
    width: calc(99.99% * 1/5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.lang__popup__item img {
    float: left;
    height: 48px;
    width: 48px;
    margin-right: 10px;
}
.container lang__popup__items{
    width:100%;
    height:100%;
}
.content {
    display: flex;
    flex-direction: row;
}

.lang__popup__item {
    align-items:center;
}
.lang__popup__item a {
    font-size: 20px;
}
.lang__popup__item a {
    float: left;
    padding: 18px 0;
    display: inline-block;
    color: #fff;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-size: 14px;
    font-weight: 300;
}

.lang__popup__item a:hover {
    color: #52a7ff;
}
.routeLink {
    list-style: none;
    height: 20px;
    margin-top: 45px;
    padding-left: 0;
}
.routeLink>li {
    float: left;
    color: #7d7d7d;
}
.routeLink li a {
    color: #7d7d7d;
}
.routeLink>li:last-child {
    color: #333;
}


