
* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
.tab {
    width: 100%;
    /*background-image: url(bg1.webp);*/
    background-size: cover;
}
.tab .box {
    width: 16rem;
    position: relative;
    margin: 0 auto;
    height: auto;
}
.tab .box .menus {
    width: 4.6rem;
    height: 7.31rem;
    background: url(../img/xian.webp) no-repeat;
    background-size: 100% 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
}
.tab .box .menus li {
    width: 4.6rem;
    height: 0.92rem;
    position: relative;
    background: transparent;
    font-size: 0.2rem;
    color: #000;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 1.06rem;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tab .box .menus li:nth-child(7) {
    border-bottom: none;
}
.tab .box .bg {
    height: 0.92rem !important;
    line-height: 0.92rem !important;
    color: #fff !important;
}
.tab .box .bg .dian{
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/dian.webp) no-repeat;
    background-size: 100% 100%;
}
.tab .right {
    float: right;
    width: 11rem;
    height: 8.53rem;
    overflow: hidden;
}
.tab .tab_right {
    width: 11rem;
    height: 8.53rem;
    color: #fff;
    text-align: center;
    position:relative;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.tab .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab_right ul{
    width: 11rem;
    height: 7.3rem;
    top: 0rem;
    left: 0rem;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.tab_right ul li{
    width: 5.4rem;
    height: 3.6rem;
    background: url(../img/threebackground.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.tab_right ul li img{
    width: 4.6rem;
    height: 2.8rem;
    position: absolute;
    left: 0.2rem;
    transition: 0.4s;
    padding-top: 0.2rem;
  }
  .tab_right ul li h2{
    width: 5.32rem;
    height: 0.83rem;
    line-height: 0.83rem;
    position: absolute;
    bottom: 0rem;
    font-size: 0.2rem;
    padding: 0rem;
    font-family: Poppins;
    transition: 0.4s;
    font-family: p;
    font-weight: normal;
  }
  .ccs img{
    transform: scale(1.05);
    transition: 0.4s;
}
.ccs{
  overflow: hidden;
  cursor: pointer;
}
.ccs h2{
  color: #0089e4;
  transition: 0.4s;
}