.cdgl-container > .banner-box{
  padding: .75rem 0 .7rem;
  position: relative;
}
.cdgl-container > .banner-box .cont-box{
  position: absolute;
  height: 100%;
  left: .8rem;
  top: .75rem;
  font-size: .16rem;
  /* font-size: .2rem; */
  width: 44%;
}
.cdgl-container > .banner-box .cont-box{
  width: 60%;
}
.cdgl-container > .banner-box .cont-box .title{
  font-size: .42rem;
  padding: .6rem 0 0;
}
.mgzy.container-box>div.footer-container{
  padding: 30px 0 0;
}
.cdgl-container > .banner-box .cont-box .tips{
  padding: .4rem 0;
  line-height: 0.26rem;
  color: #333;
}
.cdgl-container > .banner-box .cont-box .mg-btn{
  font-size: .16rem;
  padding: .12rem .35rem;
}


.yycj-container{
}
.yycj-box{
  padding: .6rem 0 1rem;
  text-align: center;
  font-size: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yycj-box .list-wrap{
  position: relative;
  width: calc(25% - .1rem);
  overflow: hidden;
}
.yycj-list{
  display: inline-block;
  width: 100%;
  height: 300px;
  cursor: pointer;
  overflow: hidden;
}
.yycj-list img{
  width: 100%;
  height: 100%;
  transition: .3s;
}
.yycj-list:hover img{
  transform: scale(1.1);
}
.yycj-list .title{
  font-size: .16rem;
  position: absolute;
  width: 100%;
  bottom: .1rem;
  color: #fff;
  z-index: 1;
  transition: .6s;
}
.banner-wrap {
  width: 100%;
  height: 100%;
}

.banner-wrap img {
  width: 100%;
  height: auto;
  float: left;
}
.banner-wrap .mg-container {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    margin: auto;
    height: 100%;
}
.banner-wrap .mg-container h1 {
    font-size: 0.48rem;
}

.banner-wrap .mg-container label {
    font-size: 0.3rem;
    line-height: 0.48rem;
    padding-bottom: 0.36rem;
    margin-top: .2667rem;
}
.addWidth{
  max-width: 100% !important;
}
/* 移动端适配 */
@media screen and (max-width: 800px) {
  .tab-content > .banner-box{
    position: static;
    padding: 0;
  }
  .banner-box.mg-container{
    min-height: 4rem;
    padding-bottom: .6rem;
  }
  .cdgl-container > .banner-box .cont-box{
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .cdgl-container > .banner-box .cont-box .title{
    text-align: center;
    padding: .3rem 0;
    font-size: .36rem;
  }
  .cdgl-container > .banner-box .cont-box .mg-btn{
    margin: 0 auto;
  }
  .cdgl-container > .banner-box .cont-box .tips{
    padding: 0 0 .4rem;
    font-size: .24rem;
    line-height: .4rem;
  }
  .cdgl-container > .banner-box{
    position: static;
  }
  .cdgl-container > .banner-box .cont-box{
    position: static;
  }
  .banner-box.mg-container{
    padding: .6rem 0 !important;
    min-height: auto !important;
  }
  .yycj-box.mg-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .yycj-box{
    padding: .3rem 0 .6rem;
  }
  .yycj-box .list-wrap{
    width: 90%;
    height: 6rem;
    margin-bottom: .3rem;
  }
  .yycj-list{
    width: 100%;
    height: 100%;
  }
  .yycj-list .title{
    font-size: .28rem;
    bottom: .3rem;
  }
  .mg-container{
    /* width: 100% !important; */
    margin: 0 !important;
    top: 0 !important;
  }
  .banner-wrap .mg-container h1 {
    font-size: 0.36rem !important;
  }
  
  .banner-wrap .mg-container label {
      font-size: 0.2rem !important;
  }
}
.addPadding{
  padding: 0rem 0 .5rem !important;
  color: #333;
  text-align: center;
  position: relative;
}
.delPadding{
  padding: .8rem 0 0rem !important;
}
.addHeight{
  max-width: 1000px ;
}
.addHeight1{
  max-width: 1200px ;
}