@font-face
{
font-family: EnglishFont;
src: url('../../css/lvcss/Helvetica.ttf')
}
.navbar-collapse{
    position: absolute;
    background: rgba(255,255,255,.8);
    width: 100%;
    z-index: 9999;
}
.navbar{
    margin-bottom: 0;
}
.footer_ul{
    position: relative;
    width: 100%;
    margin-right: 1rem;
    margin-top: 28rem;
}
.footer_ul ul{
    flex-wrap: wrap;
    width: 50%;
    margin: 0 auto;
    display: none;
}
.home_con a{
    display: block;
    margin-top: 1rem;
    position: relative;
}
.home_con a > section{
    position: absolute;
    left: 0rem;
    background: rgba(255,255,255,.3);
    color: #fff;
    top: 0;
    padding: 0 1rem;
    box-sizing: content-box;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    z-index: 999;
    height: 100%;
}
.home_con a > section > section{
    overflow: hidden;
    height: 100%;
    width: 2rem;
    text-align: right;
    word-break: break-all;
    writing-mode: tb-rl;
    letter-spacing: .5em;
    line-height: 2rem;
    color: #fff;
}
.footer_ul ul li{
    margin-top: 1rem;
    width: 45%;
}
.footer_ul div{
    font-size: 1rem;
    font-family: 'DIN Medium';
    color: #666666;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 2rem;
}
.navbar-toggle .icon-bar{
    display: block;
    width: 23px;
    height: 3px;
    border-radius: 7px;
    margin-top: 4px;
}
.language{
    float: right;
    background: #666666;
    padding: 0.3rem 0.5rem;
    position: relative;
    top: 1.5rem;
}
.pro_detail .con img{
    max-width: 100%;
    height: auto;
}
.pro_detail .tit{
    margin-top: 1rem;
    font-size: 3rem;
    font-weight: bold;
}
.pro_detail .page{
    margin: 1rem 0;
}
.pro_detail .page a{
    color: #666666;
    font-size: 1.5rem;
    color: #666666;
}
.pro_detail .page a img{
    display: inline-block;
    width: 18%;
    position: relative;
    top: -0.1rem;
}
.about_con,.team_con,.news_con{
    background: #fff;
}
.about_con > span:nth-child(1){
    width: 5rem;
    border-bottom: 1px solid #999999;
    display: block;
    margin: 2rem 0;
}
.about_con .tit{
    font-family: 'Helvetica';
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    font-style: italic;
}
.about_con .con img{
    max-width: 100%;
    height: auto;
}
.team_con ul li{
    margin-top: 1rem;
}
.team_con ul li section:nth-child(2){
    font-family: 'Helvetica';
    font-weight: 500;
    font-size: 2rem;
    margin-top: 1rem;
}
.team_con ul li section:nth-child(3){
    margin-bottom: 1rem;
}
.team_con ul li section:nth-child(4){
    color: #333333;
}
.news_con .tit > section:nth-child(1){
    font-size: 2.6rem;
    color: #333;
    margin: 1rem 0;
}
.news_con .tit > section:nth-child(2){
    margin-bottom: 1rem;
    color: #999;
}
.news_con .tit > section:nth-child(2) span{
    display: inline-block;
    margin-right: 2rem;
    font-size: 1rem;
}
.news_con .tit > section:nth-child(2) span img{
    display: inline-block;
    margin-right: .3rem;
    position: relative;
    top: -.3rem;
    width: 20%;
}
.news_con a > section:nth-child(3){
    color: #999;
    font-size: 1.4rem;
    margin: 1rem 0;
}
.news_con li{
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
}
.news_con li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.news_detail_con img{
    max-width: 100%;
    height: auto;
}
.join_con_box li{
    margin-bottom: 1rem;
    background: #f4f4f4;
    padding: 1rem;
}
.join_con_box li .tit section:nth-child(1){
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
}
.join_con_box li .tit section:nth-child(2){
    color: #999;
}
.join_con_box li .rota{
    width: 1.5rem;
    height: 1.5rem;
    border-left: .2rem solid #686868;
    border-top: .2rem solid #686868;
    transform: rotate(135deg);
    position: relative;
    top: 1rem;
    right: 1rem;
}
.join_con_box li .detail{
    color: #999;
    margin-top: 1rem;
    display: none;
}
.join_con_box li .detail > section{
    margin-bottom: 1rem;
}
.join_con_box li .detail > section > section:nth-child(2){
    width: 75%;
}
.join_con_box li .open{
    transform: rotate(225deg);
}
.contact_box .map_box{
    position: relative;
}
.contact_box .map_box a{
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: #000;
    padding: .5rem;
}
.contact_box .con{
    line-height: 25px;
    margin-top: 1rem;
}
.contact_box .con strong{
    font-size: 1.8rem;
}
.contact_box{
    margin-top: 2rem;
}
.gif-box{
    position: absolute;
    top: 50%;
    margin-top: -100px;
}