﻿#con {
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
      color: #fff;
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
    border-top: 1px solid;
    border-color: #dedede;
    margin-bottom:60px;
    min-height:550px;
}
.pr-17 {
    padding-right:17px;
}

.grid-row a:hover {
    color: #0577e7;
}
.content-inner-wrapper {
    padding-top:20px;
    padding-bottom:60px;
}
.sitemap .has-children>a {
    border-right: none;
    font-weight: 700;
    font-family: Raleway-Bold !important;
}
.sitemap a {
    display: inline-block;
    color: #666;
    /*margin: 5px;*/
    padding: 0 10px 0 0;
}
.sitemap .sm-section {
    padding: 15px 0 0 15px;
}
.sm-section > div > a {
    border-right: 1px solid #333;
    margin: 5px;
    font-family: Raleway-Medium !important;
}
.sm-section > div > a:last-child {
    border-right: none;
}
.has-children {
    padding: 10px 0;
}
/*Model*/
.footer-modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 根据浏览器定位 */
    z-index: 1; /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%; /* 全宽 */
    height: 100%; /* 全高 */
  background-color: #f5f5f5; /* 背景色 */
  overflow-y:scroll;
  z-index:1032;
  
}
/*模态框内容*/
@keyframes topDown {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
.lang__popup {
    padding-top: 60px;
}
#lang__popup__logo {
    background: url(../images/logo_landingpage.png) no-repeat center center;
    background-size: cover;
    text-indent: -9999px;
    width: 150px;
    height: 42px;
    display: block;
    /*margin: 35px 0 10px 0;*/
    margin:auto;
}
.lang__popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    /*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 {
}
.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-weight: 300;
    font-size: 30px;
    color: #333;
    margin: 15px 0 40px 0;
    font-weight:500;
}
.choose_your_country p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 35px;
}
.lang__popup__line {
    width: 100%;
    height: 2px;
    background-color: #dedede;
}
.lang__popup__link{
    flex: 1;
}
/*.lang__popup__link {
    float: left;
    margin-right: 30px;
    clear: none;
}
.lang__popup__link:last-child{
     margin-right: 0px;
}
.lang__popup__link {
    width: calc((99.99% - 120px) * 1/5);
}*/
.lang__popup__link a {
    font-weight: 500;
    width: 80%;
    margin: auto;
    font-size: 16px;
    color:#333;
    display: block;
    text-align:center;
    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:hover {
    color: #0577e7;
    /*background-color: #fff;*/
}
.lang__popup__link--active {
    color: #004098 !important;
    background-color: #fff;
}
/*模态框头部*/
/*.modal-header {
    display: flex;
    flex-direction: row; 
    align-items: center; 
    justify-content: space-between;
}*/


.pt25 {
    padding-top: 25px !important;
}

 #tit li.select a{ color: #0577e7 !important;border-bottom: 2px solid #0588e7; */}
#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/6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 10px;*/
    margin-top:40px;
}
.lang__popup__item a{
    position: relative;
    width: 180px;
}
.lang__popup__item img {
    float: left;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    border-radius: 50%;
}
.footer-wrap lang__popup__items{
    width:100%;
    height:100%;
}

.lang__popup__item {
    align-items:center;
}
.lang__popup__item span {
    color: #656565;
    line-height:17px;
    display: inline-block;
    font-size: 14px;
    width: 135px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lang__popup__item a:hover span{
    color: #0577e7;
}
.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;
}
#myModal {
    overflow-y:scroll;
}

