#head{
    width: 100%;
    /* background-color: red; */
    padding: 0 200px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    min-width: 1500px;

}

.my-set-lang{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.my-set-lang-img{
    width: 32px;
    margin-right: 8px;
}


.head-one{
    width: 100%;
    height: 120px;
    /* background-color: green; */
    display: flex;
    flex: row nowrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    /* padding: 0 100px; */
}

.head-one-logo{
    /* width: 360px; */
    width: 500px;
    cursor: pointer;
}

.head-one-logo-img{
    width: 100%;
}


.search-input{
    outline: none;
    width: 300px;
    height: 40px;
    /* border-radius: 5px; */
    border-radius: 5px;
    border: 1px solid #FF6A00;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 15px;

}

.head-one-search-text{
    width: 80px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color: #FF6A00;
    margin-left: 10px;
    color: #FFFFFF;
    cursor: pointer;
    
}

/* 翻译相关 */


.head-one-lang{
    height: 60px;
    /* background-color: green; */
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.head-one-lang-item{
    height: 100%;
    /* background-color: red; */
    margin: 0 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.head-one-lang-item-img-wk{
    height: 30px;
}

.head-one-lang-item-img{
    height: 100%;
}

.head-one-lang-item-text{
    margin-left: 10px;
}










/* .head-one-lang{
    height: 30px;
    background-color: green;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-left: 200px;
}

.head-one-lang-img{
    height: 100%;
}

.head-one-lang-list{
    width: 150px;
    height: 60px;
    background-color: pink;
    position: absolute;
    transform: translateY(40px);
    z-index: 999999;
    top:0;
    box-sizing: border-box;
    padding: 10px;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    display: none;
    border-radius: 5px;
}

.head-one-lang-list-flex{
    display: flex;
}

.head-one-lang-list-img{
    height: 30px;
}

.head-one-lang-list-text{
    width: 50%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content:center;
} */


/* .head-one-lang{
    width: 200px;
    height: 100%;
    position: relative;
}

.head-one-lang li{
    list-style-type: none;
}


.dropdown>a{
    width: 200px;
    height:100px;
    display: block;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.dropdown-menu{
    display: none;
    background-color: pink;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px ;
    z-index: 99999;
    width: 200px;
    box-sizing: border-box;
    position: absolute;
    left: 10px;
    top:60%;

}

.dropdown-menu>li{
    margin: 10px 0;
}

.dropdown-menu>li>a{
    text-decoration: none;
}

.dropdown-menu>li>a:link,
.dropdown-menu>li>a:visited,
.dropdown-menu>li>a:hover
{
    color: black;
    text-decoration: none;
}

.dropdown-menu-show{
    display: block;
} */


/* 翻译相关 */




.head-lianxi{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.head-lianxi-left{
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: space-between;
    /* background-color: blue; */
    height: 100%;
}

.head-lianxi-left-one{
    font-size: 14px;
}

.head-lianxi-left-two{
    font-size: 17px;
    font-weight: bold;
    color: #FF6A00;
}

.head-lianxi-right{
    width: 100px;
    height: 100%;
    background-color: #FF6A00;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

.head-nav{
    width: 100%;
    height: 60px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    /* background-color: green; */
    box-sizing: border-box;
    padding-right: 180px;
}

.head-nav-item{
    /* width: 120px; */
    /* background-color: green; */
    box-sizing: border-box;
    padding: 0 5px;
    height: 60px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: relative;

}

.head-nav-item-title{
    /* width: 100px; */
    height: 60px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing:2px;
    font-size: 17px;
}

.head-nav-item-title:hover{
    color: #FF6A00;
}

.head-nav-item:hover .head-nav-item-nk{
    display: flex!important;
}

.head-nav-item-nk{
    display: none;
    /* display: flex; */
    position: absolute;
    bottom: 0 ;
    box-sizing: border-box;
    overflow: hidden;
    transform: translateY(100%) translateX(100px);
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.head-nav-item-nk-hr{
    width: 100%;
    height: 10px;
}

.head-nav-item-nk-content{
    width: 600px;
    height: 400px;
    /* background-color: green; */
    /* background-color: #F6F6F6; */

    /* background-color: #696969; */
    /* background-color: 	#333333; */
    /* background-color: #4D4D4D; */
    /* background-color: #666666; */

    background-color: #2C3E50;
    /* background-color: #F5F5DC; */
    /* background-color: #001F3F; */
    /* background-color: #6A5ACD;
    background-color: #98FB98; */
    /* background-color: #CD853F; */
    color: #FFFFFF;
    

    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.shebei-wk{
    width: 1500px;
    height: 550px;
    transform: translateY(100%) translateX(0);
    /* background-color: green; */

}

.shebei{
    flex:1;
    width: 100%;
    /* background-color: #F6F6F6; */

    /* background-color: #F6F6F6; */
    /* background-color: #708090; */
    background-color: #2C3E50;

    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 6px ;

}

.shebei-item-wk{
    width: 12.5%;
    height: 50%;
    /* background-color: green; */
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shebei-item{
    width: 94%;
    height: 95%;
    /* background-color: red; */
    background-color: #005DB4;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    /* padding: 0 5px; */
    border-radius: 6px;
    color: #FFFFFF;
    transition: all 0.2s;
    position: absolute;
    z-index: 2222;
}





.shebei-item-title{
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    text-align: center;   
    
}





.shebei-item-img-wk{
    width: 100%;
    height: 110px;
    /* border-radius:3px; */
    overflow: hidden;
}

.shebei-item-img{
    width: 100%;
    height: 100%;

    /* object-fit:cover; */
}



.shebei-item-nav{
    width: 100%;
    flex:1;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 10px ;
    font-size: 15px;
}

.shebei-item-nav-item{
    margin: 3px 0;
    cursor: pointer;
}

.shebei-item-nav-item:hover{
    color: red;
}

.head-nav-item-nk-content-menu{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    /* background-color: yellow; */
    width: 150px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 0;
}


.head-nav-item-nk-content-menu-item{
    width: 100%;
    height: 40px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
}

.head-nav-item-nk-content-menu-item:hover{
    color: #FF6A00;
    border-bottom: 1px solid #FF6A00;

}


.head-nav-item-nk-content-value{
    width: 100%;
    height: 100%;
    /* background-color: blue; */
    display: none;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    margin-left: 20px;

}


.head-nav-item-nk-content-value-show{
    display: flex;
}



.head-nav-item-nk-content-value-title{
    width: 100%;
    /* height: 50px; */
    /* height: 40px; */
    margin-bottom: 10px;
    font-size: 18px;
    /* background-color: red; */
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

.head-nav-item-nk-content-value-img-wk{
    flex:1;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;

}

.head-nav-item-nk-content-value-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}

