@import url(./global.css);


/* ==========================================================================
Header
========================================================================== */
.head {
    height: 100px;
    padding: 0 50px;
    justify-content: space-between;
    align-items: center;
}


.head_toolbar {
    align-items: center;
}

.logo_box {
    align-items: center;
}

.logo {
    width: 2.44rem;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    background: url(../images/logo.png) no-repeat left center / contain;
}

#globalnav.mini_top .logo {
    background: url(../images/logo.png) no-repeat left center / contain;
}

.stock {
    margin-left: .5rem;
    position: relative;
}

.stock::before {
    content: "";
    position: absolute;
    left: -0.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 35px;
    background: rgb(196, 196, 196);
}

.stock_title {
    font-size: 16px;
    font-weight: 700;
}

.stock_title span {
    color: rgb(185, 29, 34);
}

.globalsearch {
    margin: 0 .25rem 0 .4rem;
    width: 280px;
    border-bottom: .02rem solid rgb(196, 196, 196);
}

.globalsearch .warp {
    background: #fff;
}

.globalsearch #q {
    float: left;
    border: none;
}

.globalsearch .search-btn {
    float: right;
    border: none;
}

.globalsearch #q {
    width: calc(100% - 70px);
    height: 18px;
    padding: 10px;
    background: #fff;
    border: 1px solid #fff;
    font: 400 12px/18px microsoft yahei;
}

.globalsearch .search-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: url(../ico/btn_ser.png) no-repeat center;
}

#globalnav #gn_06 {
    display: none;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
}

.phone {
    align-items: center;
}

.phone img {
    width: .39rem;
}

.phone_title {
    color: rgb(163, 36, 45);
    font-size: .24rem;
    font-weight: 700;
    margin-left: .1rem;
}

.language {
    position: relative;
}

.lang_title {
    color: rgb(26, 26, 26);
    font-size: 16px;
}

.lang_title span {
    margin: 0 .1rem;
}

.lang_title .fa-caret-down {
    color: var(--primary);
    font-size: .24rem;
}

.lang_drop {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    background: white;
    border-radius: 2px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.language:hover .lang_drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s;
}

.lang_item {
    width: 100%;
    padding: 3px 0;
    font-size: 16px;
    color: #333;
    border-top: 1px solid #e5e5e58e;
    transition: all 0.3s;
}

.lang_item:hover {
    background-color: var(--primary);
    color: #fff;
}

.searchIcon {
    display: none;
    position: absolute;
    z-index: 999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 48px;
    top: 9px;
    cursor: pointer;
    text-align: center;
}

.zhanwei {
    height: 160px;
}

@media only screen and (max-width:920px) {
    .zhanwei {
        display: none;
    }

    .head {
        position: relative;
        height: auto;
        padding: 0;
    }

    .language,
    .logo_box,
    .phone {
        display: none;
    }

    .searchIcon {
        display: block;
    }

    .globalsearch {
        margin: 0;
        display: none;
        position: absolute;
        top: 48px;
        right: 0;
        width: 280px;
        padding: 8px;
        z-index: 999;
        background: var(--primary);
    }

    #globalnav #gn_06 {
        display: block;
    }

}

@media only screen and (max-width: 500px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}


/* ==========================================================================
Nav 导航栏
========================================================================== */
.dropdown {
    position: absolute;
    z-index: 999;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: .03rem solid var(--primary);
    top: 100%;
    min-width: 100px;
}

.dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 0 solid transparent;
    border-width: 0 5px 5px;
    border-bottom-color: var(--primary);
    left: 50%;
    margin-left: -5px;
    top: -5px;
}

.dropdown a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 2;
    float: left;
    padding: 0;
    color: #000;
    background: none;
    border-bottom: 0 none;
    width: 100%;
    display: block;
    text-align: center;
}

.dropdown a:hover {
    color: var(--primary);
}

@media only screen and (max-width:920px) {
    .dropdown {
        position: static;
        min-width: calc(100% - 40px);
        padding-top: 0;
    }

    .dropdown a {
        text-align: left;
    }
}
.foothd_left img{
		max-height: 45px;
	}