.onlineBuy{
    position: relative;
} 
.onlineBuy a{
    cursor: pointer;
}
/* .onlineBuy:hover .online-buy{
    display: block;
} */
.online-buy{
    position: absolute;
       background: #fff;
    width: 19rem;
    padding: 2px 17px;
    box-shadow: 0px 0px 15px 0px #ddd;
    top: 40px;
    right:-5%;
    border-radius: 8px;
    display: none;

}
.online-buy .online_buyItem:not(:last-child){
    display: flex;
    /* justify-content: center; */
    border-bottom: 1px solid #ededed;
    padding-bottom: 6px;
    padding-top: 15px;
    align-items: center;
}
.online-buy .online_buyItem{
    display: flex;
    /* justify-content: center; */
    padding-bottom: 6px;
    padding-top: 15px;
    align-items: center;
}
.online-buy .online_buyItem i{
    width: 70px;
    display: inline-block;
}
.online-buy .online_buyItem i img{
    width: 69px;
}
.online_tx{
    margin: 0 18px 0 11px;
    cursor: pointer;
}
.online_tx span{
    display: block;
}
.online_buyItemimg img{
    width: 41px;
    margin-top: 5px;
}
.online_tx b{
    display: block;
    font-size: 16px;
    color: #472e2e;
    font-weight: normal;
}
.online_tx span{
    font-size: 11px;
    margin-top: 4px;
    color: #999;
}
.hp_header_l img {
    animation: headerlogodrop 0.8s 1;
}
@keyframes headerlogodrop {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -20px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
/* 头部 */
*{
    margin: 0;
}
body{
    width: 100%;
    
}
.hppc_weiare{
    text-align: left;
    width: 1200px;
    margin: 0 auto;
    
    color: #666;
}
.hppc_weiare .hppc_tx{
    text-indent: 30px;
    line-height: 45px;
    font-size: 21px;
    font-family: normal "微软雅黑",Arial,sans-serif;
}
.hppc_weiare_h{
    text-align: center;
}
.hppc_weiare_p1{
    text-align: center;
}
.hppc_txmt10{
    margin-top: 10px;
}
/* 头部 */
.hp_header{
    
    height: 100px;
    width: 100%;
}
.hp_header_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}
.hp_header_r{
    display: flex;
}
.hp_header_r>p{
    padding-left: 120px;
}
.hp_header_r>div{
    padding-left: 120px;
}
.hp_header_r a{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}
.hp_header_r .hp_header_rck{
    color:#e8b039;
    position: relative;
}
.hp_header_r .hp_header_rck::after{
    content: '';
    display: inline-block;
    width: 26px;
    height: 3px;
    background: #e8b039;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -13px;
}
.h_icon{
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.h_icon img{
    width: 100%;
}
.hp_con p img{
    height: 100%;
    display:block;
    width: 100%;
}





/* 底部 */
.hp_con_line{
    width: 85%;
    margin: 80px auto 100px auto;
    border-top: 4px solid #626262;
}
.hp_footer{
    width:100%;

}
.hp_footer_con{
    /* width: 1280px;
    margin: 0 auto; */
}
.hp_footer_t{
    background: #e54515;
    color: #fff;
    text-align: center;
    height: 98px;
    padding: 40px 0 55px 0;
}
.hp_footer_t h2{
    font-size: 37px;
}
.hp_footer_t h3{
    font-size: 25px;
    font-weight: normal;
    margin-top: 20px;
    color: rgba(255,255,255,0.8);
}
.hp_footer .hp_footer_b{
    background-color: #000;
}
.hp_footer_bcon{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 20px 0;
}
.hp_footer_bcon_r{
    /* width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; */
}
.hp_footer_bcon_rinfo{
    color: rgba(255,255,255,0.8);
    line-height: 30px;
}
.hp_footer_bcon_mt{
    margin-top: 50px;
}
.hp_footer_bcon_r{
            display: flex;
        }
        .hp_footer_bcon_rimg{
            display: flex;
            color: #fff;
            margin-left:20px;
        }
        .hp_footer_bcon_rimg img{
            width: 120px;
        }
        .hp_footer_bcon_rimg .hp_gzh{
            margin-left: 20px;
            letter-spacing: 1px;
        }
        .hp_gzh_tb{
            display: flex;
            justify-content: space-between;
        }

        .rotationck {
            transition: -webkit-transform 0.6s ease-out;
            transform: rotateZ(180deg);
        }
        .rotationcklev{
            transition: -webkit-transform 0.6s ease-out;
            transform: rotateZ(360deg);
        }
