/*header*/

.we-header-wrap {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #919191;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
}
.we-header{
    width: 85%;
    height: 72px;
    line-height: 72px;
    min-width: 1180px;
    margin: auto;
}
.header-active {
    color: #000 !important;
}
a.header-active:before {
    width: 100% !important;
    opacity: 1 !important;
}
.we-nav-logo-wrap{
    margin: 0;
}
.we-nav-logo{
    background: url("../../images/LOGO-NEW.svg") left center no-repeat;
    font-size: 0;
    height: 72px;
    width: 149px;
    display: block;
}

.we-nav-list {
    padding-left: 0;
    display: inline-block;
    list-style: none;
    margin: 0;
    margin-right: 9%;
}

.we-nav-list>li {
    float: left;
    padding-left: 18px;
    padding-right: 18px;
    /*position: relative;*/
}
.we-nav-list a:before{
    content: "";
    height: 7px;
    width: 0%;
    opacity: 0;
    background: #EB6100;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: width 0.2s;
}
.we-nav-list li:hover > a:before{
    width: 100%;
    opacity: 1;
}
.we-nav-list a {
    display: block;
    color: #888888;
    text-decoration: none;
    position: relative;
}
.plus{
    position: absolute;
    top: -2px;
    display: block;
    left: 21px;
}
#en .plus,#de .plus{
    position: absolute;
    top: -2px;
}
.plus-after{
    position: absolute;
    left: 32px;
}
#en .nav-spical,#de .nav-spical{
    width: 33px;
}
.nav-spical{
    width: 67px;
}
.language-wrap{
    float: right;
    cursor: pointer;
    width: 100px;
}
.lang-cur{
    padding: 0 20px;
}
.language-wrap  img{
    vertical-align: middle;
    width: 25px;
}
.lang-list{
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    height: 0;
    transition: all 0.15s;
}
.lang-list li{
    line-height: 50px;
    text-align: center;
}
/*页面底部*/
.we-footer{
    background: #303030;
    padding: 0 !important;
    /*position: absolute;
    bottom: 0;
    width: 100%;*/
}
/* .we-footer.bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
} */
.footer-wrap{
    width: 85%;
    min-width: 1080px;
    margin: auto;
    color: #AAAAAA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-wrap span{
    line-height: 72px;
    display: inline-block;
    cursor: pointer;
}
.contact-us{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.contact-us > li{
    float: left;
    padding: 0 5px;
    cursor: pointer;
    line-height: 72px;
}
.contact-us > li>img{
    vertical-align: middle;
}
.user-center{
    margin-right: 50px;
}
.footer-icon{
    vertical-align: text-bottom;
    margin-right: 8px;
}

.choose-lang{
    height:200px;
    width:200px;
    background-color:red;
    position: absolute;
    right: 2%;
    display: none;
}
.legal-text-wrap{
    height: 0;
    width: 0;
    position: fixed;
    background: rgba(0,0,0,.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    transition: all .3s;
}
.legal-text-container{
    height: 70%;
    width: 56.25%;
    background: #fff;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 500px;
    min-width: 600px;
    padding: 50px 40px 20px 70px;
}
.legal-text{
    height: 85%;
    position: relative;
}
.legal-title{
    text-align: center;
    margin-bottom: 30px;
}
.legal-text p {
    padding-right: 35px;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
}
.legal-text .para{
    margin-top: 30px;
}
.close-tag{
    float: right;
    margin-right: -7px;
    font-size: 0;
    cursor: pointer;
}
.legal-statement{
    text-align: center;
}
