/*首页广告*/

/*head*/
.ZH_head {
    position: relative;
    z-index: 1000;
}

.ZH_head_gg {
    width: 100%;
    min-width: 1100px;
}

.ZH_head_gg img {
    width: 100%;
}

.ZH_head_close {
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: 999;
    cursor: pointer;
}

.zh_head_none {
    display: none;
}

/*foot*/
.ZH_foot {
    width: 100%;
    height: 142px;
    background-image: url("/statics/zh/img/gg_9.29/footer_bg_new.png");
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 990;
    left: 0;
}

.ZH_foot_gg {
    width: 100%;
    /*min-width: 1100px;*/
}


.ZH_foot_close {
    position: absolute;
    left: 1560px;
    top: 25px;
    z-index: 980;
    cursor: pointer;
}

.foot_bg img {
    min-width: 1100px;
}

.foot_kl {
    width: 86px;
    height: 51px;
    position: absolute;
    left: 960px;
    top: 15px;
}

.foot_kl img {
    width: 100%;
}

.foot_ljlq {
    cursor: pointer;
    width: 128px;
    height: 53px;
    position: absolute;
    left: 1303px;
    top: 61px;
}

.foot_ljlq img {
    width: 100%;
}

.foot_input {
    width: 244px;
    height: 48px;
    background-color: #ffffff;
    box-shadow: 0px 4px 21px 0px rgba(112, 19, 7, 0.25);
    border-radius: 6px;
    position: absolute;
    left: 1044px;
    top: 70px;
    border: none;
    text-indent: 18px;
}

.foot_title {
    font-size: 36px;
    color: #ffffff;
    position: absolute;
    left: 532px;
    top: 70px;
}

.TK_top_box_jiangshu {
    font-size: 14px;
    line-height: 5px;
    color: #c87c4b;
    position: absolute;
    left: 60px;
    top: 113px;
}


/*左侧商桥*/

.leftBridge {
    width: 100px;
    /*height: 3.70rem;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 20px;
 top:35%;
    z-index: 522;
}

.leftBridgeTop {
    /*height: 3rem;*/
    background: white;
    margin-bottom: 15px;
}

.leftBridgeTop a {
    text-decoration: none;
}

.leftBridgeBottom {
    background: white;
}

.leftBridgeTopItem {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px #f4f4f4 solid;

}

.TopItemImg1 {
    width: 20px;
    height: 21px;
}


.TopItemImg2 {
    width: 26px;
    height: 19px;
}

.TopItemImg3 {
    width: 20px;
    height: 21px;
}

.TopItemImg4 {
    width: 20px;
    height: 21px;
}


.TopItemImg1 img {
    width: 100%;
}

.TopItemImg2 img {
    width: 100%;
}

.TopItemImg3 img {
    width: 100%;
}

.TopItemImg4 img {
    width: 100%;
}

.TopItemSpan {
    margin: 14px 0 0 0;
    font-size: 16px;
    color: #333333;
}

.leftBridgeBottom {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.leftBridgeBottom div {
    width: 15px;
    height: 11px;
}

.leftBridgeBottom div img {
    width: 100%;
}

.leftBridgeBottom span {
    font-size: 14px;
    color: #ff6b31;
}

.BottomStyle {
    background: #ff6b31;
    cursor: pointer;
}

.BottomStyle span {
    font-size: 14px;
    color: #ffffff;
}

/*隐藏样式*/
.leftBridgeTopItemHover {
    width: 100px;
    height: 100px;
    background-color: #ff6b31;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.HoverTopItemSpan {
    margin: 14px 0 0 0;
    font-size: 16px;
    color: #ffffff;
}

.TopItemWrap {
    display: flex;
    flex-direction: column
}

.endItemNone {
    display: none;
}

