/*公共盒子样式*/
.comWrapperHome{padding: 1.2rem 0;}
.comWrapperNr{width:73%;margin:0 auto;position: relative;}
/*公用标题样式*/
.comTit{padding:0 0 .8rem;color:#484c50;display: flex; justify-content: space-between;align-items: flex-end;}
.comTit h3{font-size:.48rem;font-family:'DIN-BLACK' ;font-weight: 900;text-transform:uppercase;}
.comTit p{font-size:.36rem;line-height:1.6em;margin-top: .14rem;}
.moreBtn a{display: inline-block;position: relative;font-size: .18rem;color: #666;padding-right: .3rem;z-index: 22;margin-bottom: .12rem;}
.moreBtn a::after{position: absolute;left: -.24rem;top: -.1rem;z-index: -1;content: '';width:.3rem;height: .18rem;background-color: #f5f5f5;}
.moreBtn a::before{position: absolute;right: 0;top:.05rem;content: '';background: url(../images/arrow2.png);background-size: contain;width:.22rem;height: .15rem;background-size: cover;}
.moreBtn:hover a{color: #00873c;}
.moreBtn:hover a::after{background-color: rgba(0, 135, 60, .1);transition: all .3s;}
.moreBtn:hover a::before{transition: all .3s;background: url(../images/arrow3.png);background-size: cover;}
/* banner轮播 */
.banner{height:8.3rem;position: relative;background-color: #fff;}
.banner .swiper-slide{position: relative;color: #fff;}
.banner .swiper-slide .txt{position: absolute;z-index: 9;top: 45%;transform: translateY(-50%);left: 0;width: 100%;}
.banner .swiper-slide h6{font-size: .36rem;font-family:'DIN-BLACK';text-transform: uppercase;margin-bottom: .2rem;}
.banner .swiper-slide p{font-size: .5rem;color: #fff;font-weight: 600;}
.banner .swiper-slide img{height: 100%;object-fit: cover;}
.bannerTxt{position: absolute;z-index:99999;bottom: 0;left:50%;transform: translateX(-50%);display: flex;flex-direction: column;align-items: center;}
.bannerTxt p img{max-width: 100%;width: .5rem;display: block;margin-bottom: .2rem;animation: Shake 2s ease-in-out infinite;}
@keyframes Shake{
  0%{-webkit-transform:translateY(0);transform:translateY(0)}
  50%{-webkit-transform:translateY(6px);transform:translateY(6px)}
  100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.line{position:relative;width:2px;height:.3rem;}
.line span{display:block;width: 100%;height: 100%;position: absolute;}
.line span:nth-child(1){left:0;bottom:0;background:rgba(255, 255, 255, .3);animation:second 4s infinite;}
.line span:nth-child(2){left:0;top:0;height:0;z-index:1;background:#fff;animation:first 4s infinite;}
@keyframes first{
  0%{height:0%}
  100%{height:100%}
}
@keyframes second{
  0%{height:100%}
  100%{height:0%}
}
.bannerArrow{border: 1px solid #fff;position: absolute;left: 0;top: 2rem;border-radius: .2rem;width: .8rem;height: .4rem;background: url(../images/arrow.png) center center no-repeat;z-index: 9999999;cursor: pointer;}
.bannerArrow::after{content: ''; border-width:1px;border-color:#fff;border-style:solid;border-radius:.2rem;position:absolute;top:-.03rem;left:-.02rem;width:.8rem;height:.41rem;-webkit-animation:scale 1s linear infinite;animation:scale 1s linear infinite}
@keyframes scale{
    0%{transform: scale(1);
        opacity: 1;}
    100%{transform: scale(1.2);
        opacity: 0;}
}
.bannerArrow a{display: block;width: 100%;height: 100%;cursor: pointer;}
.bannerBtn{position: absolute;z-index: 99;bottom: .3rem;right: 18%;}
.bannerBtn .swiper-button-next,.bannerBtn .swiper-button-prev{width: 1rem;height: 1rem;background-color: #00873b;outline: none;}
.bannerBtn .swiper-button-prev:after, .bannerBtn .swiper-container-rtl .swiper-button-next:after,.bannerBtn .swiper-button-next:after,.bannerBtn .swiper-container-rtl .swiper-button-prev:after{font-size: .24rem;color: #fff;font-weight: 900;}
.bannerBtn .swiper-button-next.swiper-button-disabled,.bannerBtn .swiper-button-prev.swiper-button-disabled{opacity:.9;pointer-events: none;}
.bannerBtn .swiper-button-next{left:10px;right: auto;}
.bannerBtn .swiper-button-prev{right:10px;left: auto;}
.bannerBtn .swiper-button-next:hover,.bannerBtn .swiper-button-prev:hover{box-shadow: 1px 1px 20px rgba(0, 0, 0, .4);transition: all .3s;background-color: #333;}
.banner .swiper-slide-active .txt{animation: ups 1s both;-webkit-animation: ups 1s both;}
@keyframes ups {
  0% {
      margin-top: 5%;
      opacity: 0;
  }
  100% {
    margin-top: 0;
      opacity: 1;
  }
}
@-webkit-keyframes ups {
  0% {
      margin-top: 5%;
      opacity: 0;
  }
  100% {
    margin-top: 0;
      opacity: 1;
  }
}
/* 通知公告 */
.notice{background: #fff url(../images/bgR.png) no-repeat right calc(100% - .9rem);padding-bottom: 1.2rem;}
.notice .comTit{padding-bottom: .25rem;}
.noticeTit{display: flex;align-items: flex-end;width: 100%;}
.noticeTit ul{display: flex;align-items: flex-end;width: calc(100% - 2rem - .1rem);}
.noticeTit ul li{height: 34px;display: inline-flex;align-items: flex-end;}
.noticeTit ul li+li{margin-left: .5rem;}
.noticeTit ul li a{color: #111;font-size: .24rem;}
.noticeTit ul li.cur a,.noticeTit ul li:hover a{font-weight: 600;color: #00873b;font-size: .36rem;}
/* .noticeTit .titbig{font-size: .36rem;color: #484c50;font-weight: 600;} */
.noticeL{width: calc(100% - 3.5rem - .5rem);}
.noticeR{width: 3.5rem;margin-left: .5rem;}
.noticeR .sideBox>a:hover{transform: translateY(-4px);}
.imgSwiper a{display: block;position: relative;color: #fff;}
.imgSwiper a::before{position: absolute;bottom: 0;left:0;height: 100%;width: 100%;content: '';background: url(../images/vBg.png) no-repeat bottom center;}
.imgSwiper a p{position: absolute;left: 0;padding:0 .2rem .3rem;font-size: .19rem;font-weight: 900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 100%;color: #fff;z-index: 2;bottom: 0;}
.imgSwiper a:hover p{text-decoration: underline;}
.imgSwiper_btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 2;cursor: pointer;}
.imgSwiper_prev{left: 0;}
.imgSwiper_next{right: 0;}
.imgSwiper_btn .img2{display: none;}
.imgSwiper_btn:hover .img1{display: none;}
.imgSwiper_btn:hover .img2{display: block;}
.imgSwiper_btn.swiper-button-disabled .img2{opacity: .4;}
.noticeConbig>div{display: none;}
.noticeConbig>div.cur{display: block;}
.noticeCon{margin-top: .5rem;}
.noticeCon_box{display: flex;align-items: flex-start;}
.imgSwiper{width: 5.4rem;}
.noticeTxt{margin-left: .4rem;width: calc(100% - 5.4rem - .4rem);}
.noticeTxt ul li{display: flex;align-items: flex-start;flex-direction: column;margin-bottom: .25rem;}
.noticeTxt ul li p{display: flex;font-size: .18rem;align-items: flex-start;}
.noticeTxt ul li p.des{line-height: 1.65;margin-bottom: .15rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.noticeTxt ul li p.des img{position: relative;top: 3px;display: inline;float: left;width: .35rem;}
.noticeTxt ul li p.date{color: #8eb58a;font-size: .16rem;align-items: center;}
.noticeTxt ul li p.date img{width: .18rem;}
.noticeTxt ul li:hover p.des:hover a{font-weight: 600;color: #00873b;}
.noticeUl{margin-top: .5rem;width: 100%;}
.noticeUl li+li{margin-top: .25rem;}
.noticeUl li{position: relative;display: flex;justify-content: space-between;padding-left: .2rem;width: 100%;}
.noticeUl li::before{position: absolute;top: .05rem;left: 0;width: .06rem;height: .06rem;content: '';border-radius: 50%;background-color: #cbddcb;}
.noticeUl li p{display: inline-flex;width: calc(100% - 1.1rem);}
.noticeUl li a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: .18rem;}
.noticeUl li span{color: #8eb58a;display: inline-flex;width: 1rem;}
.noticeUl li a:hover{color: #00873b;font-weight: 600;}
.noticeR h6{font-size: .3rem;color: #4a4e51;margin: .4rem auto;}
.noticeR ul li+li{margin-top: .2rem;}
.noticeR ul a{display: block;width: 100%;height: .84rem;position: relative;overflow: hidden;}
.noticeR ul a p{position: absolute;top: 0;left: .58rem;width: 100%;height: 100%;z-index: 1;color: #fff;font-size: .2rem;display: flex;align-items: center;}
.noticeR ul a:hover{transform: translateY(-4px);}
/* 平台优势 */
.qyys.comWrapperHome{background: url(../images/bg2.jpg) center top no-repeat fixed;background-size: cover;padding: 0;height: 100vh;}
.qyys.comWrapperHome::before{content:'';position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;background: url(../images/bg2.jpg) center top no-repeat;}
.qyys .comTit{color: #fff;margin-left: 60%;padding-top: 25vh;}
.qyys .comTit em{display: block;margin: .6rem 0 .3rem;}
.qyys .comTit span{font-size: .48rem;display: block;}
.qyys .comTit h3{font-size: .58rem;}
.qyys .comTit p{font-size: .36rem;}
.qyysWrap{background-color: #fff;display: flex;padding: .6rem .8rem 0;}
.qyysWrap>div{flex: 1;position: relative;padding: .4rem 0 0 .2rem;text-align: center;}
.qyysL.comWrapperHome{padding: 0;margin-top: -1rem;}
.qyysL.comWrapperHome .comWrapperNr{max-width: 18rem;margin: 0 auto;}
.qyysWrap>div em{position: absolute;display: block;right: 58%;top: 26%;width: .6rem;}
.qyysWrap>div em img{width: 90%;max-width: 100%;}
.qyysWrap>div strong{color: #00873b;font-size: .6rem; font-family:'DIN-BLACK';z-index: 1;position: relative;vertical-align: initial;}
.qyysWrap>div span{color: #484c50;font-size: .2rem;line-height: .26rem;display: inline-block;text-align: left;font-weight: 600;margin-left: .06rem;}
/* 专家 */
.zjzk{margin-top: 0;background-color: #fff;padding-bottom: .4rem;}
.zjzkTit{position: absolute;top: 4%;}
.zjzkTit .comTit{display: block;width: 40%;}
.zjzkTit .comTit span{color: #888;font-size: .16rem;line-height: .26rem;width: 4rem;display: inline-block;margin-top: .28rem;}
.guest_bg{position: relative;background:url(../images/zjbg.jpg) left bottom no-repeat;padding-bottom: .34rem;background-size: 38%;margin-top: .6rem;}
.div_lbg{width:38%;float: left;}
.guestImg{width:62%;float: left;}
.guestCont{position:relative;margin:0 auto;}
.width_1024{position:absolute;left:0;top:4.8rem;right:0;}
.zjzkTit,.width_1024{margin-left: 12%;}
.guest-con{position:relative;}
.guest-left{height: 100%;border:1px solid transparent}
.swiperScroll .swiper-slide{width: 80%;}
.guest-name h6{font-size:.3rem;color:#fff;margin-bottom: .2rem;font-weight: 500;}
.guest-msg p{font-size:.16rem;color:#fff;line-height: .3rem;opacity: .8;}
.guest-right{position: relative;}
.guest-right .swiper-wrapper{align-items: baseline;}
.guest-right .swiper-slide-active{width:4.6rem !important;}
.guest-right .swiper-slide-active{margin-right:.72rem;}
.guest-right .swiper-slide img{width: 82%;display: block;}
.guest-right .swiper-slide-active img{width: 100%;}
.guest-right .swiper-button-prev,.guest-right .swiper-button-next{width:.74rem;height:.74rem;background-size:contain;position:absolute;z-index:999999;display:flex;align-items:center;justify-content:center;top:auto;bottom:-.34rem;background-color: #00873c;outline: none;}
.guest-right .swiper-button-prev{left:-.74rem;}
.guest-right .swiper-button-next{left:0;}
.guest-right .swiper-button-next img,.guest-right .swiper-button-prev img{width: .36rem;}
.guest-right .swiper-button-next:hover,.guest-right .swiper-button-prev:hover{background:#00873c;box-shadow: 0 0 40px rgba(0, 0, 0, .4);transition: all .3s; }
.guest-right .swiper-button-next:hover img,.guest-right .swiper-button-prev:hover img{transform: translateX(3px);transition: all .3s; }
.guest-right .swiper-container-horizontal > .swiper-pagination-bullets,.guest-right .swiper-pagination-custom,.guest-right .swiper-pagination-fraction{top:.1rem;left:8rem;width:20%;height:2rem}
.swiper-pagina{position:absolute;right:20%;top:5%}
.swiper-pagina span{display:block}
.guest-right .swiper-pagina{font-size:.3rem}
.guedt_feng{width:1px;height:1rem;border:1px solid;margin-top:-.4rem;margin-left:.35rem;color:#f1f3f8;transform:rotate(30deg)}
.swiper-pagina-num2{margin-left:.54rem;margin-top:-.45rem;color:#c6c6c6}
.guest-right .swiper-button-next:after, .guest-right .swiper-container-rtl .swiper-button-prev:after,.guest-right .swiper-button-prev:after,.guest-right .swiper-container-rtl .swiper-button-next:after{content: '';}
/* 案例分析 */
.cases .comTit{position: absolute;top:.4rem ; right: 0;display: block;padding: 0;text-align: right;}
.cases .comText{margin-bottom: .4rem;}
.cases .comTit span{color: #888;font-size: .16rem;display: block;width: 3.5rem;line-height: 1.6;}
.cases .comTit span.caseNum{color: #000;margin: 0 0 .1rem;}
.cases .comTit span.caseNum strong{color: #00873b;font-size: .6rem; font-family:'DIN-BLACK' ;}
.cases{background:#f5f5f5 url(../images/casebg.png) no-repeat;padding-top: 2rem;background-size:100%}
.cases.comWrapperHome{padding: 2.2rem 0 1.4rem;}
.caseWrap{display: flex;justify-content: space-between;}
.caseWrap .caseCont{flex: 1;display: flex;flex-direction: column-reverse;}
.caseWrap .caseCont2{flex: 2;}
.caseBox{position: relative;margin: .1rem;position: relative;cursor: pointer;overflow: hidden;}
.caseBox p{position: absolute;left: 0;bottom: 0;width: 100%;color: #fff;font-size: .18rem;line-height: .6rem;text-align: left;padding-left: .2rem;z-index: 98;}
.caseBox img{width: 100%;display: block;transform: scale(1.1);transition: all .8s;}
.caseBox:hover{transition: all .3s;}
.caseBox:hover img{transform: scale(1)}
.caseBox:hover::before{display: block;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .08);z-index: 1;}
.caseWrap .caseCont:first-child>div{margin-left: 0;}
.caseWrap .caseCont2 .caseBox{margin-right: 0;overflow: inherit!important;}
.caseWrap .caseCont2 .caseBox>div{overflow: hidden;width: 100%;height: 100%;}
.caseBtn{display: inline-block;background-color: #333;width: .77rem;height: .77rem;display: flex;align-items: center;justify-content: center;position: absolute;left: 43%;top:-.385rem;transition: background-color .3s;z-index: 1;}
.caseBtn:hover{background-color:#00873b ;box-shadow:0 0 10px rgba(0, 0, 0, .3);}
.caseBtn:hover span{-webkit-transform: translateX(2px);transform: translateX(2px); transition: all .3s; }
.caseWrapapp{display: none;}
/* 在线课堂 */
.news{background:#fff url(../images/bgL.png) left 90px no-repeat;}
.news .comTit{padding-bottom: .7rem;}
.news img{transform: scale(1);transition: all .5s;}
.news a:hover .img>img{transform: scale(1.08);}
.img{overflow: hidden;display: block;}
.newsWrap .vBtn{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;display: flex;justify-content: center;align-items: center;}
.newsWrap .vBtn img{width: .6rem;margin:0 auto;}
.newsWrap{display: flex;justify-content: space-between;height: 6.4rem;margin-bottom: .1rem;}
.newsWrap>div,.newsWrapRbottom dl{overflow: hidden;}
.newsWrap>div{width: 48%;}
.newsWrap a{color: #fff;display:block;opacity: .9;transition: all .3s;}
.newsWrap a:hover{opacity: 1;}
.newsWrap h6{font-size: .24rem;width: 88%;margin: 0 auto .25rem;font-weight: 600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height: 1.04;}
.newsWrap p{font-size: .16rem;width: 88%;margin: 0 auto .2rem;line-height: .26rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.newsWrap span{width: 88%;margin: 0 auto;display: block; font-family:'DIN-REGULAR';}
.newsWrapL{color:#fff ;background-color:#00873b;}
.newsWrapL .img{height: 4rem;position: relative;}
.newsWrapL a div{padding: .45rem 0 0;}
.newsWrapL a:hover h6,.newsWrapRtop a:hover h6{color:#fff;}
.newsWrapL a:hover span,.newsWrapRtop a:hover span{color:#fff;}
.newsWrapL .img>img{width: 100%;height: 100%;object-fit: cover;}
.newsWrapR{height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.newsWrapR h6{font-size: .2rem;color: #fff;}
.newsWrapR p{font-size: .16rem;color: #fff;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.newsWrapR .vBtn img{width: .45rem;}
.newsWrapRtop{background: url(../images/newContbg.jpg);color: #fff;padding: .48rem 0;}
.newsWrapRbottom a h6{color: #484c50;margin-bottom: .15rem;}
.newsWrapRbottom a p{color: #888;margin-bottom: .14rem;}
.newsWrapRbottom a:hover h6{color: #00873b;}
.newsWrapRbottom a span {color: #888;}
.newsWrapRbottom dl{background-color: #f5f5f5;margin-top: .18rem;height: 1.8rem;}
.newsWrapRbottom dt{float: left;width: 42%;height: 100%;overflow: hidden;}
.newsWrapRbottom dt.img>img{width: 100%;height: 100%;object-fit: cover;}
.newsWrapRbottom dd{float: right;width: 58%;display: flex;justify-content: center;align-items: center;height: 100%;}
.newsWrapRbottom dd div{width:100%;}
@media (max-width:1680px) and (min-width:1200px){
.comWrapperNr{width: 82%;}
}
@media (max-width:1500px) and (min-width:1200px){
  .noticeTit ul li + li{margin-left: .35rem;}
}
@media (max-width:1200px){
.comWrapperNr{width: 90%;}
.moreBtn a{padding-right: .36rem;font-size: .26rem;} 
.moreBtn a::before{width: .28rem;height: .2rem;top: .1rem;}
.banner .swiper-slide img{width: 100%!important;height: 7rem;object-fit: cover;height: 100%;}
.bannerArrow{width:1.2rem;height:.56rem;border-radius: 500px;background-size: .36rem;}
.bannerArrow::after{width:1.2rem;height: .58rem;border-radius: 500px;top:-.056rem;left:-.03rem}
.bannerTxt p img{width: .65rem;margin-bottom: .3rem;}
.line{height: .4rem;}
.bannerBtn{bottom:.15rem}
.bannerBtn .swiper-button-prev{right: 0;}
.noticeL,.noticeR,.noticeTxt,.imgSwiper,.noticeUl li p{width: 100%;}
.noticeCon_box{display: block;}
.noticeR{margin-left: 0;margin-top: .5rem;}
.sideBox{display: block;}
.sideBox .txt p{font-size: .34rem;}
.imgSwiper a p{font-size: .3rem;padding-bottom: .4rem;}
.noticeR h6{font-size: .36rem;margin: .7rem auto;}
.noticeR ul a{height: inherit;}
.noticeR ul a img{width: 100%;}
.noticeR ul a p{font-size: .32rem;left:1.4rem}
.noticeTit ul{width: auto;}
.noticeTit ul li+li{margin-left: .3rem;}
.noticeTit .moreBtn{position: absolute;right: 0;top:8px}
.noticeTxt{margin-top: .4rem;margin-left: 0;}
.noticeTxt ul li p.des{font-size: .28rem;}
.noticeTxt ul li p.date,.noticeUl li a{font-size: .28rem;}
.noticeTxt ul li p.date{font-size: .26rem;}
.noticeTxt ul li p.date img{width: .28rem;}
.noticeTxt ul li p.des img{width: .54rem;}
.noticeUl li span{display: none;}
.noticeUl li+li{margin-top: .32rem;}
/* 平台优势 */
.qyysWrap{flex-wrap: wrap;justify-content: center;padding: .4rem .1rem 0;}
.qyysWrap>div{flex: none;padding: .4rem 0 0 0;width: 50%;}
.qyys.comWrapperHome{height: 7rem;background-size: cover;background-position: center bottom;background: none;}
.qyys .comTit{margin-left: 48%; padding-top: 1rem;}
.qyysWrap>div span{font-size: .24rem;}
.qyysWrap>div em{right: 65%;}
/* 专家智库 */
.zjzk{margin-top: 0;}
.guest_bg{background-size:214%;padding-bottom: 0;margin-top: 0;}
.zjzkTit,.width_1024{margin-left: 5%;}
.zjzkTit{position: relative;top: 0;}
.zjzkTit .comTit{width: 95%;}
.zjzkTit .comTit span{font-size: .26rem;width: 96%;line-height: 1.6em;}
.width_1024{top: 0;position: relative;margin: .8rem 0 .8rem 5%;}
.div_lbg{width:100%;float: none;}
.guestImg{width:auto;float: none;}
.guestImg{padding-left: 13%;}
.guest-right .swiper-slide-active{width: 3rem!important;margin-right: 0;}
.guest-right .swiper-slide img{width: 90%;}
.swiper-pagina{right:20%;top:-26%;}
.guest-msg{min-height: 1rem;}
.guest-msg p{font-size: .26rem;line-height: 1.6em;}
/* 案例分析 */
.cases.comWrapperHome{padding: 1rem 0 1rem;}
.cases .comText{margin-bottom: .2rem;}
.cases{padding-top: 1rem;}
.cases .comTit{position: relative;top: 0;right: 0;width: 100%;margin-bottom: .4rem;}
.cases .comTit span.caseNum{font-size: .26rem;}
.cases .comTit span{width: 100%;font-size: .26rem;}
.caseWrap{display: none;}
.caseWrapapp{display: flex;}
.caseWrapapp .caseWrapappC{column-count: 4;column-gap: .1rem;}
.caseWrapapp .caseBox{margin: 0;margin-bottom: .1rem;}
.caseBox p{font-size: .26rem;}
/* 在线课堂*/
.newsWrap{flex-direction: column;height: inherit;}
.news .comTit{padding-bottom: .5rem;}
.newsWrap>div{width: 100%;margin-bottom: .2rem;}
.newsWrap h6{font-size: .32rem;margin: 0 auto 10px;}
.newsWrap p{line-height: 1.6;font-size: .27rem;margin-bottom: 10px;}
.newsWrap span{font-size: 13px;}
.newsWrapRbottom p{-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.newsWrapR dd>div{width: 100%;}
.newsWrapL a div{padding-bottom: .3rem;}
.newsWrap .vBtn img{width: .8rem;}
.newsWrapR .vBtn img{width: .65rem;}
body::before{content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/bg2.jpg) center top no-repeat;}
}
@media (max-width:767px){
.caseWrapapp .caseWrapappC{column-count: 2;}
}
@media (max-width:1200px) and (min-width:767px){
.guest-right .swiper-slide-active{width:6rem!important}
.guest_bg{background-size:168%}
}