/* pc端 */
@media screen and (min-width: 576px) {
  * {
    box-sizing: border-box;
  }
  body {
    background: #f7f8fc;
  }
  .banner {
    width: 100%;
    margin-bottom: 52px;
  }
  .banner img {
    width: 100%;
  }
  .main {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 190px;
    display: flex;
    justify-content: space-between;
  }
  .box {
    width: 100%;
  }
  .box .list {
    width: 100%;
  }
  .box .list li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #333333;
    font-size: 20px;
    background: #f6f8fd;
    cursor: pointer;
    border-bottom: 1px solid #fff;
  }
  .box .list li a {
    display: inline-block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #333333;
  }
  .box .list li:last-child {
    border-bottom: none;
  }
  .box .list li.active a, .box .list li:hover a{
    background: #d4eed0;
    border-bottom: 1px solid #d4eed0;
  }
  .left {
    width: 300px;
  }
  .left .public-nav-icon {
    display: none;
  }
  .right {
    width: 860px;
  }
  .item h3 {
    width: 100%;
    font-size: 28px;
    color: #333;
    margin-bottom: 70px;
    margin-top: 70px;
    position: relative;
  }
  .item h3 img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -54px;
    margin-top: -37px;
  }
  .img-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .img-box {
    width: 414px;
    border-radius: 10px;
    margin-bottom: 35px;
  }
  .img-box img {
    width: 414px;
    height: 334px;
    border-radius: 10px;
  }
  .el-carousel {
    overflow: hidden;
  }
  #carousel .carousel-box, #carousel .el-carousel__container, #carousel .el-carousel__item{
    padding-top: 30px;
    height: 800px;
  }
  .img-box.active {
    position: relative;
    overflow: hidden;
    transition: all linear .3s;
  }
  .img-box.active:hover {
    margin-top: -30px;
  }
  .img-box.active .mask {
    background: rgba(0,0,0,.66);
    transition: all linear .3s;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
  }
  .img-box.active:hover .mask {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .img-box.active:hover .mask p {
    color: #fff;
    line-height: 28px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    text-align: justify;
    letter-spacing: 2px;
  }
  #carousel .el-carousel__indicators {
    width: 100%;
  }
  #carousel .el-carousel__indicator{
    width: 20px;
    height: 10px;
    padding: 0;
    border-radius: 5px;
    background: #d4d4d4;
    transition:  all linear .3s;
    margin-right: 10px;
  }
  #carousel .el-carousel__indicator.is-active{
    width: 30px;
    background: #5abd4a;
  }
  #carousel .el-carousel__button {
    opacity: 0;
  }
  #carousel .el-carousel__indicators--outside {
    bottom: 70px;
  }
}

/* mobile端 */
@media screen and (max-width: 575.98px) {
  .banner {
    margin-top: 50px;
    font-size: 0;
  }
  .banner img {
    width: 100%;
  }
  .left .band {
    display: none;
  }
  .main .public-nav-icon {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 0.3rem;
    transform: translateY(-50%);
  }
  .main .public-nav-icon #toggleSlideBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
  }
  .main .public-nav-icon embed {
    width: 1rem;
    height: 1rem;
  }
  .main .left .list {
    background: #fff;
    font-size: 0.4rem;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
  }
  .main .left .list li {
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
  }
  .main .left .list li a {
    color: #333;
    display: block;
  }
  .main {
    background: #F7F8FC;
    padding-top: 0.3rem;
  }
  .main .right {
    width: 9.4rem;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main .item {
    /* padding-top: 0.4rem;
    padding-bottom: 0.6rem; */
    padding-bottom: 0.5rem;
  }
  .main .right h3 {
    text-align: center;
    position: relative;
    font-size: 0.5rem;
    padding: 0.6rem 0;
  }
  .main .right h3 img {
    width: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main .right .el-carousel {
    overflow: hidden;
    padding-bottom: 0.5rem;
  }
  .main .right .el-carousel__container {
    height: 7.5rem;
  }
  .main .right .el-carousel__indicators {
    bottom: 0px;
    position: absolute;
    transform: translateX(-50%);
  }
  .main .right .el-carousel__indicators--outside button {
    width: 0.5rem;
    height: 0.1rem;
    border-radius: 0.1rem;
  }
  .main .right .el-carousel__indicator.is-active button {
    background: #5abd4a;
  }
  .main .img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .img-list .img-box {
    width: 48%;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 0.2rem;
  }
  .main .img-list .img-box img {
    width: 100%;
  }
  .main .img-list .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.66);
  }
  .main .img-list .mask p {
    color: #fff;
    font-size: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
    word-break: break-all;
    width: 90%;
  }
}