*{
    box-sizing: border-box;
}
.foot_top{
    display: none;
}
.index-last-foot{
    background: #fff;
}
.cg-banner{
    width: 100%;
    object-fit: contain;
}
.cgztc-cont{
   margin-top: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-info{
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #aaa;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    padding: 14px 40px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin: 0 auto 30px;
    position: relative;
}
.top-info span{
    color: #009999;
}
.btn-group{
    display: flex;
    align-items: center;
    width: 240px;
    height: 48px;
    background: #FF6600;
    border-radius: 24px 24px 24px 24px;
    margin-bottom: 32px;
    justify-content: center;
    box-shadow: inset -8px -4px 11px 0 #E63D00;
}
.btn-group a{
    font-size: 24px;
    color: #FFFFFF;
    padding: 0 16px;
    line-height: 26px;
    cursor: pointer;
}
.btn-group a:first-child{
    border-right: 2px solid #fff;
}
.cate{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
}
.cate-item{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #ddd;
}
.cate-item .main-img{
    width: 100%;
    height: 120px;
    padding: 4px;
    position: relative;
}
.cate-item .main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0 ;
}
.img-cover{
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 4px;
    top: 4px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0 ;
    background: linear-gradient(rgba(128, 128, 128, 0.2),rgba(128, 128, 128, 0.8));
}
.cate-item .limit{
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    text-align: center;
}
.cate-item .limit-grey{
    font-size: 18px;
    color: #807f7f;
    line-height: 60px;
    text-align: center;
}
.other-info{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 40px;
}
.other-info-box{
    width: 590px;
    height: 220px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 4px solid #00CCCC;
    padding: 57px 0 0 62px;
    position: relative;
}
.other-info-title{
    width: 280px;
    height: 48px;
    background: #00CCCC;
    border-radius: 24px 24px 24px 24px;
    position: absolute;
    left: 40px;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: #FFFFFF;
    top: -24px;
}
.other-info-list{
    font-size: 16px;
    color: #333333;
    margin-bottom: 14px;
}
.other-info-list:before{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 20px;
    content: '';
    display: inline-block;
    background: #108391;
    position: relative;
    top: -5px;
}
