
#iHeadNavWW{
    background: rgb(66, 151, 255);
    background-image: linear-gradient(118deg, #3094fc, #005ccc);
    position: relative;
    z-index: 100;
}
#iHead #companyName{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
#iHeadNavSearchProduct {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid transparent;
}
#iHeadNavSearchProductInput {
    outline: none;
    font-size: 14px;
    height: 28px;
    padding: 0 12px;
    width: 260px;
    border-radius: 15px;
    border: none;
}
#iHeadNavSearchProductSubmit {
    background: #ff8800 url(/pcTpl/head/1-ali/img/search-fff.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    border: none;
    transition: all 0.2s;
}
#iHeadNavSearchProduct:hover{
    border: 1px solid #ff8800;
}
#iHeadNavSearchProductSubmit:hover{
    background-color: #ff5934;
}

#iHeadMainW{
    height: 200px;
    display: flex;
}
#iHeadMainL{
    width: 330px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#iHeadMainC{
    width: calc(100% - 400px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#iHeadMainR{
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#iHeadTags .headTag{
    height: 26px;
    border-radius: 7px;
    border: 1px solid #f9f9f9;
    padding: 0 10px 0 31px;
    background: #fff url(/pcTpl/head/1-ali/img/tps.png) no-repeat left 7px center / 17px;
    display: flex;
    align-items: center;
    margin-right: 12px;
}
#iHeadNavW{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#iHeadNavItems{
    height: 44px;
    display: flex;
    align-items: center;
}
#iHeadNavW .item{
    position: relative;
}
#iHeadNavItems>.item{
    height: 100%;
}

#iHeadNavItems>.item.hasChild::after{
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url(/pcTpl/head/1-ali/img/right-fff.png) no-repeat center;
    transition: all 0.3s;
}
#iHeadNavW .item.hasChild:hover::after{
    transform: rotate(90deg);
}
#iHeadNavW .subItems .item.hasChild::after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 8px;
    top: calc(50% - 10px);
    background: url(/pcTpl/head/1-ali/img/right.png) no-repeat center;
    transition: all 0.3s;
}
#iHeadNavW .item>a{
    height: 100%;
    align-items: center;
    padding: 0 30px;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
#iHeadNavW .subItems {
    box-sizing: border-box;
    display: none;
    width: 207px;
    position: absolute;
    top: 42px;
    left: 0;
    background: #fff;
    border-radius: 6px;
    padding: 10px 0;
    box-shadow: rgb(0 0 0 / 50%) 0 0 4px;
    overflow: auto;
}


#iHeadNavW .subItems.show{
    display: block;
}
#iHeadNavW .subItems a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    padding: 8px 20px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s;
}
#iHeadNavW .subItems a:hover{
    background: rgba(0, 0, 0, 0.13);
}
#iHeadNavW .item:hover,#iHeadNavW .item.active{
    background: rgb(0 0 0 / 12%);
}
#iHeadMain{
    height: 200px;
    background: url(/pcTpl/head/1-ali/img/top-bg.webp) no-repeat center;
}
#iHeadMainLogo{

}
.iHeadContacts{padding-top: 10px}
.iHeadContact{
    border-radius: 4px;
    height: 27px;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-right: 10px;
    width: 180px;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    transition: all 0.4s;
    border: 1px solid transparent;
    background: #fff;
    margin-top: 8px;
}
.iHeadContact:hover{
    background-color: #ffeadc !important;
    color: #141414;
    border: 1px solid #f9a1a1;
}
/*#iHead #Tel {
    background: #fff url(/pcTpl/head/1-ali/img/phone.png)  no-repeat left 2px center / 24px;
    padding-left: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#iHead #Email{
    background: #fff url(/pcTpl/head/1-ali/img/mail.png)  no-repeat left 3px center / 24px;
    padding-left: 30px;
}*/
#iHeadDesc {
    font-size: 14px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}
#iHeadDesc>*{margin-right: 14px}
#iHeadDesc p{margin: 4px}


div#iHeadTags {
    display: flex;
}


#SendInquiry {
    line-height: 41px;
    text-decoration: none;
    background-color: #ff6a00;
    border: none;
    height: 40px;
    padding: 0 30px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}
#SendInquiry:hover{
    background-color: #ff5934;
}
#iHeadNav{
    position: sticky;
    top: 0;
    z-index: 1000;
}