body{
    background: #f2f2f2;
}
.company-cont-height{
    min-height: calc(100vh - 452px)
}
.company-header{
    background: #fff;
}
.stay-top{
    position: sticky;
    top: 0;
    background: #f2f2f2;
    z-index: 9;

}
.company-top-bg{
    padding: 0 30px;
    background: #ffffff;
}
.company-title{
    padding: 30px 0;
    display: flex;
    align-items: center;
    background: #ffffff;
}
.company-title img{
    width: 116px;
    height: 116px;
    margin-right: 32px;
    object-fit: contain;
}
.local_years{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.local_years .local{
    font-size: 28px;
    color: #2F3037;

}
.local_years .local i{
    margin-right: 6px;
    font-size: 30px;
}
.company_workYear{
    margin-left: 22px;
    width: 120px;
    height: 32px;
    border: 1px solid #f79131;
    background: linear-gradient(0deg, #F7CB6B 0%, #f79131 100%);
    border-radius: 2px;;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.year_num{
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 2px 0px 0px 2px;
    margin-right: 14px;
    font-size: 24px;
    color: #f79131;
    line-height: 26px;
    margin-left: 2px;
    text-align: center;
}
.company-name{
    font-weight: 500;
    font-size: 30px;
    color: #2F3037;
    line-height: 40px;
    text-align: left;
}
.load,#load{
    margin: 20px auto;
    text-align: center;
    color: #666666;
}
.menu{
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 20px 30px;
}
.menuItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}
.menu .menuItem:last-child{
    margin-right: 0;
}
.menuItem span{
    display: inline-block;
    font-size: 28px;
    color: #7E807E;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;}
.menuItem img{margin-top:10px;height: 6px;width: 64px}
.menuItem img{visibility: hidden;}
.on span{
    color: #333333 !important;
}
.on img{
    visibility: visible;
}
.footer_control{
    padding: 20px 30px 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.16);
}
.footer_control .btns{
    display: flex;
    align-items: center;
}
.footer_control .btns a{
    margin-right: 40px;
    font-size: 20px;
    color: #999;
    text-align: center;
}
.footer_control .btns a i{
    color: #ccc;
    font-size: 48px;
    margin-bottom: 10px;
}
.footer_control .btns a:last-child i{
    color: #4FC2B8;
}
.footer_control .btns a:last-child{
    margin-right: 0;
}
.footer_control button,.footer_control_btn{
    width: 240px;
    height: 60px;
    line-height: 60px;
    background: #F79131;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
    font-size: 32px;
    border: none;
    text-align: center;
}
.hide{
    color: #4FC2B8 !important;
}
.info_box{
    width: calc(100% - 60px);
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto 20px;
}
.info_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 30px;
}
.info_title label{
    color: #333333;
    font-weight: 500;
}
.info_title a{
    color: #999999;
    display: flex;
    align-items: center;
}
.info_title a label{
    color: #4FC2B8;
    margin-right: 4px;
}
.info_title a i{
    color: #999999;
    font-size: 22px;
    margin-left: 6px;
}
.product_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_item{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
.product_item img{
    width: 300px;
    height: 300px;
    display: block;
    object-fit: contain;
}
.product_item label{
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    margin-top: 16px;
    word-break: break-all;
    height: 80px;
}
.product_item a:last-child{
    width: 156px;
    height: 48px;
    background: #108391;
    border-radius: 30px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    border: none;
    margin-top: 28px;
}
.content_box{
    font-size: 24px;
    color: #666666;
    line-height: 35px;
    padding: 30px 0 10px;
    border-top: 2px solid #F4F4F4;
}
.content_box p,.content_box span{
    font-size: 24px !important;
}
.company-contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background: #ffffff;
    border-top: 1px solid #F4F4F4;
    flex-wrap: wrap;
}
.noneContact{
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    height: 44px;
    background: #F4F4F4;
    width: 100%;
    text-align: center;
    line-height: 44px;
}
.d-flex-center{
    display: flex;
    align-items: center;
}
.contact-info{
    margin-right: 46px;
    font-size: 28px;
    color: #2F3037;
    display: flex;
    align-items: baseline;
}
.contact-info i{
    margin-right: 2px;
    font-size: 28px;
}
.contact-box{
    margin-right: 46px;
    font-size: 28px;
    color: #2F3037;
}
.contact-box i{
    margin-right: 2px;
    font-size: 20px;
}
.contact-btn{
    width: 120px;
    height: 52px;
    background: #108391;
    border-radius: 34px;
    text-align: center;
    line-height: 52px;
    font-size: 30px;
    color: #FFFFFF;
}
.contain{
    padding-bottom: 0px;
}
