@charset "UTF-8";
#body_layout{padding-bottom: 0;}
#mvisual{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mvisual::before{
  display: block;
  content: "";
  position: absolute;
  bottom: -320px;
  left: -10%;
  width: 120%;
  height: 420px;
  background: #fff;
  border-radius: 260%;
  box-shadow: 0px 2px 13px 5px rgb(0 0 0 / 15%);
  z-index: 1;
}

#mvisual .main_slide{width: 100%;}

#mvisual .main_slide{width: 100%;}
#mvisual .main_slide .item{
  display: block !important;
  width: 100%;
  height: 100%;
}
#mvisual .main_slide .item  a{
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
}
#mvisual .main_slide .item img{
  display:block;
  width: 100%;
  min-width: 1920px;
  position: relative;
  left:50%;
  transform: translateX(-50%);
}
#mvisual .main_slide .item svg{
  width: 100%;
  min-width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top:0;

}
.gl{
  animation: shakes 2s linear infinite;
}
.star1{animation-delay: 1.4s;animation: shakes2 3s linear infinite;}
.star2{animation-delay: .8s;animation: shakes2 3s linear infinite;}
.star3{animation-delay: .1s;animation: shakes2 3s linear infinite;}
#mvisual .control{
  position: absolute;
  bottom: 170px;
  left:50%;
  transform: translate(-50%);
  height: 25px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#body_layout { margin-top: 0; }
#body_layout .layout{
  width: 100%;
  max-width: 100%;
}


#body_layout .layout>.cont{
  width:100%;
  max-width: 1420px;
  margin: 0 auto;
  margin-bottom: 45px;
  position: relative;
  top: -120px;
  z-index: 1;
}
.cont1 .tab_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  background: #2fac73;
  box-shadow: 0px 7px 8px 0px  rgba(0,0,0,0.15);
  border-radius: 25px;
  height: 225px;
}
.tab_list{
  width: 170px;
  height: 100%;
}
.tab_list li{
  width: 100%;
  height: 50%;
  padding-left: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  background: #0b7a54;
  box-shadow: inset 2px 2px 10px #096847,inset -2px -2px 10px #0d8c61;
  cursor:pointer;
}
.tab_list li:first-child{
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.tab_list li:last-child{
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.tab_list li.on{
  width: 100%;
  height: 50%;
  padding-left: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  background: transparent;
  box-shadow: 0 0 0 0  transparent;

}
.tab_list li span{
  display: block;
  color: #fff;
  font-size: 15px;
  font-family: 'GmarketSans';
  font-weight: 400;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.tab_list li.on span{
  text-shadow: 3px 3px 4px  rgba(0,0,0,0.4);
}

.tab_list li span::before{
  display:block;
  content:"";
  position:absolute;
  right:26px;
  width:4px;
  height:4px;
  border:solid #fff;
  border-width:2px 0 0 2px;
  transform:rotate(-225deg);
  top:calc(50% - 3px);
  z-index:2;
  opacity:.4;
}

.tab_list li span::after{
  display:block;
  content:"";
  position:absolute;
  width:20px;
  height:20px;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  opacity:1;
  z-index:1;
  border-radius:50%;
}

.tab_list li.on span::after{
  border-radius: 50%;background: #2fac73;box-shadow: 2px 2px 5px #289262,-2px -2px 5px #36c684;
}
.tab_list li.on span::before{
  opacity: 1;
}

.tab_con{
  width: calc(100% - 170px);
  height: 100%;
  position: relative;
}


.tab_con .group{
  width: 100%;
  position: relative;
  top:0px;
  left:0px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;

}
.tab_con .group2{
  position: absolute;
}
.tab_con .group{visibility:hidden;}
.tab_con .group.on{visibility: visible;}
.tab_con .group .group_tit{
  width: 195px;
  padding: 25px 20px;
  margin-right: 20px;
}
.tab_con .group .group_tit p em,.tab_con .group .group_tit p span{
  display: inline-block;
  font-size: 26px;
  font-family: 'GmarketSans';
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.tab_con .group .group_tit p span{
  color: #ffe555;
  padding: 5px 0 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255 , 0.2);
}
.tab_con .group .con_date{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab_con .group .con_date span{
  color: #fff;
  font-size: 16px;
}
.tab_con .group .con_date>a{
  width: 22px;
  height: 22px;
  font-size: 0;
  background: url(/images/child/common/more_ic.png)0 0 no-repeat;

}
.tab_con .group .con_date>a>span{
  font-size: 0;
}
.tab_con .group .group_con{
  width: calc(100% - 265px);
  height: 100%;
  padding-left: 50px;
  position: relative;
}
.tab_con .group .group_con .con{
  width: 100%;
  height: 100%;
  background: #2fac73;
  box-shadow: 2px 2px 8px #289262,-2px -2px 8px #36c684;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;

}
.tab_con .group .group_con .con::before{
  display: inline-block;
  content: "";
  width: 136px;
  height: 151px;
  background:url(/images/child/main/bg_icon1.png) 0 0 no-repeat;
}
.tab_con .group .group_con .con>span{
  display: inline-block;
  font-size:24px;
  font-weight: bold;
  color: #fff;
  font-family: 'GmarketSans';
  margin:0 20px;
}
.tab_con .group .group_con .con>span>em{
  color: #ffe555;

}

.tab_con .group  .group_con .con>div {
  width: calc(100% - 330px);
}
.tab_con .group2  .group_con .con>div{
  width: calc(100% - 150px);
}
.tab_con .group  .group_con .con>div >span{
  display: inline-block;
  font-size:20px;
  font-weight: bold;
  color: #fff;
  font-family: 'GmarketSans';
  margin:0 20px;
}
.tab_con .group2  .group_con .con>div >span{
  padding-left: 10px;
}
.tab_con .group2  .group_con .con>div >span:before{
  display: inline-block;
  content: "";
  width: 5px;
  height:5px;
  background: #fff;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle;
  margin-left: -12px;

}
.tab_con .group  .group_con .con>div >span>em,.tab_con .group  .group_con .con>div >strong>em{
  color: #ffe555;

}
.tab_con .group  .group_con .con>div >strong,.tab_con .group  .group_con .con>div >em{
  display: block;
  font-size: 16px;
  color: #fff;
  
  position: relative;
  margin-left:20px;
  
}
.tab_con .group  .group_con .con>div >strong:before{
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-right: 5px;
  
}
.tab_con .group .group_con .con a{
  line-height: 1;
  background: #f8d10c;
  transition: all .3s;
  padding: 25px 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px #289262, -2px -2px 8px #36c684;
  text-align: center;
}
/* .tab_con .group .group_con .con a:hover,.tab_con .group .group_con .con a:focus{
  background:linear-gradient(145deg, #dfbc0b, #ffe00d);
  transition: all .3s;
} */
.tab_con .group .group_con .con a span{
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}

.tab_con .group .group_con .list{
  display: block;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.tab_con .group .group_con .list .slick-slide{
  padding: 6px;
}
.tab_con .group .group_con .list .slick-track{
  margin: 0;
}
.tab_con .group .group_con .list li{
  width:18%;
  height: 163px;
  background: #2fac73;
  box-shadow: 2px 2px 8px #289262,-2px -2px 8px #36c684;
  border-radius: 10px;
  text-align: center;
  padding: 12px 20px;
  list-style: none;
}
.tab_con .group .group_con .list li span{
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.tab_con .group .group_con .list li span.time{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}
.tab_con .group .group_con .list li .reg_box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 8px;
  width: 100%;
  height: 75px;
  position: relative;
}
.tab_con .group .group_con .list li .reg_box.end{
  background: #099062 url(/images/child/main/line.png) center no-repeat;

}

.tab_con .group .group_con .list li .reg_box.end p{
  line-height: 1;
  width: 70%;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.tab_con .group .group_con .list li .reg_box.ing{
  background: #fcd70b;
  box-shadow: 4px 4px 8px 0px  rgba(0,0,0,0.15);
  align-content:center
}
.tab_con .group .group_con .list li .reg_box.ing p{
  font-size: 18px;
  color: #222222;
  font-weight: bold;

}
.tab_con .group .group_con .list li .reg_box.ing span{
  color: #222;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}

/* .cont .tab_wrap .tab_list li span::after{
 width: 24px; height: 24px; background: #fff; border: 1px solid #e5e5e5; right:16px; top:50%; transform: translateY(-50%); opacity: 1; z-index: 1; border-radius: 6px;


 border-radius: 8px;background: #2ea794;border: 1px solid #2ea794;box-shadow: 2px 2px 5px #278e7e,
-2px -2px 5px #35c0aa;
} */

.tab_con .group .group_con .slick-prev,.tab_con .group .group_con .slick-next{
  display: block;
  font-size: 0;
  width: 20px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

.tab_con .group .group_con .slick-prev{
  left:-40px;
  background-image: url(/images/child/common/prev.png);
}
.tab_con .group .group_con .slick-next{
  right:-40px;
  background-image: url(/images/child/common/next.png);
}
.tab_con .group .group_con .slick-prev:before,.tab_con .group .group_con .slick-next:before,.tab_con .group .group_con .slick-prev:after,.tab_con .group .group_con .slick-next:after{
  display: none;
}
.tab_con .group .group_con .slick-disabled{opacity: .5;}
.cont2{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont2 .group{
  width: 30%;
  position: relative;
  height: 362px;
  border-radius: 20px;
  padding: 25px;
}
.cont2 .group1{background: #f8d10c; padding: 10px 25px;}
.cont2 .group2{background: #7077cc url(/images/child/main/bg_icon2.svg) calc(100% - 20px) 100% no-repeat;}
.cont2 .group3{background: #57b2c6;padding: 0;}

.cont2 .group .tit{
  font-size: 24px;
  font-family:'GmarketSans';
  font-weight:bold;
  color:#252525;
  display:block;
  position:relative;
}
.cont2 .group .tit span{
  display: block;
  font-size: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  top:50%;
  right:0px;
  transform: translateY(-50%);
  background: url(/images/child/common/more-ic-b.png) 0 0 no-repeat;

}

.cont2 .group >ul{border-bottom: 1px solid #e1c00a;}
.cont2 .group >ul>li{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 5px;
  padding-left: 10px;
}

.cont2 .group >ul>li::before{
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  margin-right: 8px;
  position: absolute;
  top:10px;
  left:0px;

}
.cont2 .group1 .tit2 {
  font-size: 15px;
  font-weight: 700;
  color:#252525;
}
.cont2 .group1 span{
  display: inline-block;
  font-size: 15px;
  color: #222;
  font-weight: bold;
  width: auto;
  letter-spacing: -1px;
  margin-right: 10px;
}
.cont2 .group1 em{
  display: inline-block;
  font-size: 15px;
  color: #222;
  font-weight: normal;
  letter-spacing: -2px;
  line-height: 1.4;
}
.cont2 .group1 .no_blt em {
  color: #006dfd;
  font-weight: bold;
}
.cont2 .group1 .no_blt::before {
  display: none;
}
.cont2 .group1 div{
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  position: relative;
  margin-top: 5px;
}

.cont2 .group1 div p{
  font-size:14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  background: #353223;
  border-radius: 20px;
  display: inline-block;
  margin-left: 15px;
}

.cont2 .group2 .tit{
  color: #fff;
}
.cont2 .group2>span{
  width: 40%;
  display: inline-block;
  color: #fff;
  line-height: 1.6;
  font-size: 16px;

}
.cont2 .group2>a{
  display: block;
  width: 140px;
  font-size: 16px;
  padding: 15px 20px;
  line-height: 1;
  background: #4f56aa url(/images/child/common/arr.png) calc(100% - 20px) center no-repeat;
  color: #fff;
  border-radius: 25px;
  position: absolute;
  bottom: 35px;
  left:25px;
}
.cont2 .group3 .con_slide{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.cont2 .group3 .con_slide *{
  height: 100%;
}

.cont2 .group3 .con_slide .item{
  text-align:center;
  position: relative;
}
.cont2 .group3 .con_slide img{
  max-width: fit-content;
  max-height: fit-content;
  max-width:none;
  height:100%;
  width: auto;
  display:inline;
  text-align:center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cont2 .group3 .control{
  position: absolute;
  top: -15px;
  right: 30px;
  background: #fff;
  border: 1px solid #e4e8eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 3px 15px;
  border-radius: 20px;
  box-shadow: 4px 4px 8px 0px  rgba(0,0,0,0.15);

}

.cont2 .group3 .control .total span{
  font-size: 13px;
  color: #888;
}
.cont2 .group3 .control .inner{
  height: 100%;
}
.cont2 .group3 .control .total .current{
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.cont2 .group3 .control .paging{
  margin-left: 8px;
}
.cont2 .group3 .control button{width: 15px;}

.cont3{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
}
.cont3 .group{
  background: #fff;
  box-shadow: 4px 4px 8px 0px  rgba(0,0,0,0.15);
  border: 1px solid #eee;
  padding: 25px 40px;
  border-radius: 20px;
  height: 90px;
}
.cont3 .group1{
  width: 65%;
  margin-right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont3 .group1 .bbs_tit{
  color: #222;
  font-size: 24px;
  font-weight: bold;
  font-family: 'GmarketSans';
}
.cont3 .group1 .bbs_slide ul li a{
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.cont3 .group1 .bbs_slide{
  width: calc(100% - 270px);
}
.cont3 .group1 .bbs_slide ul li a p{
  font-size: 16px;
  color: #222;
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cont3 .group1 .bbs_slide ul li a span{
  font-size: 15px;
  text-align: right;
  color: #222;
  width: 80px;
}
.cont3 .group1 .more{
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
}
.cont3 .group1 .more span{
  display: block;
  font-size: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  top:50%;
  right:0px;
  transform: translateY(-50%);
  background: url(/images/child/common/more-ic-b.png) 0 0 no-repeat;

}
.cont3 .group1 .control{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 3px 15px;

}
.cont3 .group1 .control .inner{
  height: 100%;
}
.cont3 .group1 .control .total .current{
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.cont3 .group1 .control .total span{
  font-size: 13px;
  color: #888;
}
.cont3 .group1 .control .paging{
  margin-left: 8px;
}
.cont3 .group1 .control button{width: 15px;}


.cont3 .group2{
  width: 30%;
}
.cont3 .group2 .link_list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.cont3 .group2 .link_list li{
  width: 50%;
  position: relative;
}
.cont3 .group2 .link_list li.link1::before{
  display: block;
  content:"";
  width: 6px;
  height: 6px;
  background: #c9dae1;
  border-radius: 50%;
  position: absolute;
  top:50%;
  right:-3px;
  transform: translateY(-50%);
}
.cont3 .group2 .link_list li a{

  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;


}
.cont3 .group2 .link_list li a span{
  font-size: 16px;
  color: #222222;
  font-family: 'GmarketSans';

}
.cont3 .group2 .link_list li a::before{
  display: block;
  content: "";
  width:37px ;
  height: 32px;
  margin-right: 15px;

}
.cont3 .group2 .link_list li.link1 a::before{background: url(/images/child/common/ir_1.png) 0 0 no-repeat;}
.cont3 .group2 .link_list li.link2 a::before{background: url(/images/child/common/ir_1.png) -38px 0  no-repeat;}
.control button {
  width: 25px;
  height:100%;
  font-size:0;
  vertical-align:top;
  position: relative;
}
.cont3 .group2 .link_list li.link1 a{justify-content: flex-start;}
.cont3 .group2 .link_list li.link2 a{justify-content: flex-end;}
button[data-control]:before, button[data-control]:after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}
button[data-control="prev"]:before, button[data-control="next"]:before {
  width:calc(100% / 2.5);
  height:calc(100% / 2.5);
  border-width:2px;
  border-style:solid;
  border-color:#333;
  transform:rotate(
    45deg);
}
button[data-control="prev"]:before {
  right:-5px;
  border-width:0 0 2px 2px;
}
button[data-control="next"]:before {
  right:5px;
  border-width:2px 2px 0 0;
}
.control button[data-control="prev"]:before,.control button[data-control="next"]:before {
  width:6px;
  height:6px;
  border-color:#222;
}

.control button[data-control="prev"]:before,
.control button[data-control="next"]:before{width:6px;height:6px;border-color: #222;}
.control button[data-control="play"]:before{right: -3px;border-width: 6px 0 6px 10px;border-color: transparent transparent transparent #222;border-style: solid;width: 0;height: 0;}
.control button[data-control="stop"]:before{width: 2px;height:11px;box-shadow: -2px 0 #222, 2px 0 #222;}

#mvisual .control button[data-control="prev"]:before,
#mvisual .control button[data-control="next"]:before{width:6px;height:6px;border-color: #fff;}
#mvisual .control button[data-control="play"]:before{right: -3px;border-width: 6px 0 6px 10px;border-color: transparent transparent transparent #fff;}
#mvisual .control button[data-control="stop"]:before{width: 2px;height:11px;box-shadow: -2px 0 #fff, 2px 0 #fff;}

.slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slick-dots li button{
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin:  0 5px;
}
.slick-dots li.slick-active button{
  background: #326763;
}
@media (max-width:  1919.98px){
  #mvisual .main_slide .item svg{
    left: calc(50% - 960px);
    margin-left: 0;
  }
}

@media (max-width:  1399.98px){

  .tab_con .group .group_con .con>span,.tab_con .group  .group_con .con>div >span{
    font-size: 1.4vw;
    margin:  0 10px;
  }
  .tab_con .group .group_con .con>div >strong, .tab_con .group .group_con .con>div >em{
    font-size: 1.2vw;
  }
  .tab_con .group .group_con .con{
    padding-right: 20px;
  }
  .tab_con .group .group_con .con a{
    padding: 25px 30px;
  }
}

@media (max-width: 1279.98px){
  #body_layout .layout{
    z-index: 2;
    top:-60px
  }
  .cont1 .tab_wrap{
    flex-wrap: wrap;
    height: auto;
  }
  .tab_list{
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .tab_list li{
    width: 50%;
    height: 70px;
    justify-content: center;
    padding-left: 0;
  }
  .tab_list li.on{
    width: 50%;
    padding-left: 0;
    height: 70px;
    justify-content: center;
  }
  .tab_list li span{
    display: inline-block;
    width: auto;
  }
  .tab_list li span::before{
    right: -20px;
    transform: rotate(-135deg);
    top: calc(50% - 4px);
  }
  .tab_list li span::after{
    right: -27px;
  }

  .tab_con{
    width: 100%;
    height: auto;
  }
  .tab_con .group .group_tit{
    width: 185px;
    padding: 25px 15px;
    margin-right: 20px;
  }
  .tab_con .group .group_con{
    width: calc(100% - 185px);
    padding: 0 50px;
  }
  .tab_con .group .group_con .list li{
    padding: 15px 10px;
  }
  .tab_con .group .group_con .list li span{
    font-size: 18px;
  }
  .tab_con .group .group_con .list li .reg_box.ing p{
    font-size: 16px;
  }
  .tab_con .group .group_con .list li .reg_box.end p{
    font-size: 14px;
  }
  .cont2 .group{
    width: 32%;
    padding: 25px;
    height: 350px;
    background-position: right calc(100% + 20px);
    background-size: 50%;
  }
  .cont2 .group .tit{
    font-size: 1.8vw;
    margin-bottom: 5px;
  }
  .cont2 .group >ul>li{
    margin-bottom: 5px;
  }
  .cont2 .group1 span,.cont2 .group1 em{
    font-size: 1.2vw;
    line-height: 1.2;
  }
  
  .cont2 .group1 div p{
     font-size: 1.2vw;
  }
  .cont2 .group2>a{
    font-size: 14px;
    bottom: 25px;
  }
  .cont2 .group3{
    padding: 0;
  }
  #body_layout .layout>.cont{
    top: -70px;
  }


}

@media (max-width: 1023.98px){
  
  .cont2 .group1 span,.cont2 .group1 em{
    font-size: 1.6vw;
    line-height: 1.6;
  }
  
  .cont2 .group1 div p{
     font-size: 1.6vw
  }
  .tab_con .group{
    flex-wrap: wrap;
  }
  .tab_con .group .group_tit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .tab_con .group .group_con{
    width: 100%;
    padding: 0;
    /* padding-right: 20px; */
  }
  .tab_con .group .group_con .slick-prev, .tab_con .group .group_con .slick-next{
    top: -40px;
    /* transform: translate(0) rotate(90deg); */
    left:unset;
    right: 40px;
  }
  .tab_con .group .group_con .slick-prev{

    top:-40px;

    right:90px;
  }
  .tab_con .group .con_date{
    width: calc(100% - 320px);
  }
  .tab_con .group .group_tit p span{
    margin-bottom: 0;
    margin-left: 8px;
    padding: 0;
  }
  .tab_con .group .group_tit p span{
    border-bottom: 0;
  }
  .tab_con .group .group_con .con>span,.tab_con .group  .group_con .con>div >span{
    font-size: 2.2vw;
  }
  .tab_con .group .group_con .con>div >strong, .tab_con .group .group_con .con>div >em{
    font-size: 1.5vw;
  }
  .cont2{
    flex-wrap: wrap;
  }
  .cont2 .group{
    width: 48%;
    height: 420px;
    margin-bottom: 4%;
  }
  #body_layout .layout>.cont.cont3{
    justify-content: flex-end;
    width: calc(48% - 30px);
    margin: 0;
    padding-top: 0;
    position: absolute;
    bottom: 155px;
    right: 30px;
    flex-wrap: wrap;
    top:unset
  }
  #foot_layout{    margin-top: 50px;}
  .cont3 .group1{
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    height: 150px;
    flex-wrap: wrap;

  }
  .cont3 .group1 .bbs_tit{
    width: 100%;
  }
  .cont3 .group1 .control{
    position: absolute;
    top: 31px;
    right: 75px;
  }
  .cont3 .group2{
    width: 100%;
  }
  .cont3 .group1 .more{
    position: absolute;
    top:40px;
    right:45px
  }
  .cont3 .group1 .bbs_slide{
    width: 100%;
  }
  .tab_con .group .group_con .con{
    height: auto;
  }


}
@media (max-width: 765.98px){

  .tab_con .group .group_tit{
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 15px 20px;
    position: relative;
  }
  .tab_con .group .group_tit{
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .tab_con .group .con_date{
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .tab_con .group .con_date>a{
    position: absolute;
    top:50%;
    right:0px;
    transform: translateY(-50%);
  }
  .tab_con .group .group_con .list{
    flex-wrap: wrap;

  }
  .tab_con .group .group_con .list li{
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 105px;
    margin: 15px 0 ;
  }
  .cont2 .group{
    width: 100%;
    background-size: contain;
    height: 60vw;
  }

  .cont2 .group1{
    width: 100%;
    background-size: contain;
    height: auto;
  }
  .cont2 .group .tit{
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .cont2 .group1 span, .cont2 .group1 em, .cont2 .group1 div p, .cont2 .group1 .tit2{
    font-size: 3vw;
  }
  .cont2 .group >ul>li {
    margin-bottom: 1.8vw;
  }
  
  #body_layout .layout>.cont.cont3{
    width: 100%;
    position: static;
  }
  #body_layout .layout>.cont.cont2{
    margin-bottom: 0px;
  }
  .cont3 .group1{
    position: relative;
  }
  #body_layout .layout{
    padding: 0 15px;
  }
  .cont2 .group3 .con_slide img{
    max-width: unset;
    max-height: unset;
  }
  .tab_con{
    width: 100%;
    height: auto;
  }
  .tab_con .group .group_con .slick-prev, .tab_con .group .group_con .slick-next{
    top: -45px;
    transform: translate(0) rotate(90deg);
    left:unset;
    right: 20px;
  }
  .tab_con .group .group_con .slick-prev{

top: -85px;

}
  
  .tab_con .group .group_con#type_d_dataFalse,.tab_con .group .group_con#type_c_dataFalse{
    padding-right: 0px;
    height: auto;
  }
  .tab_con .group  .group_con .con>div  {
      width: 70%;
  }
  .tab_con .group .group_con .con::before{
    background: url(/images/child/main/bg_icon1.png) center no-repeat;
    background-size: contain;
  }

  .cont2 .group1 div {
    align-items: center;
  }
  
}
@media (max-width: 699.98px){
  .tab_con .group .group_con .con::before{
    width: 20vw;
    background: url(/images/child/main/bg_icon1.png) center no-repeat;
    background-size: 100%;
  }
  .tab_con .group .group_con .con a{
    padding:3vw 3vw;
  }
}
@media (max-width: 459.98px){
  #body_layout .layout>.cont{
    top: -30px;
  }
  .tab_con .group .group_tit p em, .tab_con .group .group_tit p span{
    font-size: 5vw;
  }
  .tab_con .group .con_date{
    margin-top: 1vw;
  }
  .tab_con .group .group_con .con::before{
    display: none;
  }
  .tab_con .group  .group_con .con{
    padding: 20px;
    padding-top: 10px;
  }
  .tab_con .group .group_con .con>span,.tab_con .group  .group_con .con>div >span{
    font-size: 4vw;
  }
  .tab_con .group .group_con .con>div >strong, .tab_con .group .group_con .con>div >em{
    font-size: 3vw;
    margin: 0;
  }
  .tab_con .group .group_con .con>div >em{
    display: none;
  }
  .cont2 .group{
    height: 65vw;
  }
  .cont2 .group1 {
    height:auto;
  }
  .cont2 .group >ul>li{
    margin-bottom: 2vw;
  }
  .cont2 .group .tit{
    margin-bottom: 3vw;
  }
  .cont2 .group{
    margin-bottom: 30px;
  }
  #mvisual::before{
    display: none;
  }
  #body_layout .layout{
    top: -20px;
  }
  #mvisual .main_slide{
    height: 70vw;
  }
  #mvisual .main_slide *{
    height: 100%;
  }
  #mvisual .control{
    bottom: 30px;
  }
  #mvisual .main_slide .item img{
    min-width: unset;
    width: auto;
    max-width: unset;
  }
  .cont2 .group1 div{
    height: auto;
    margin-top: 4vw;
}
.tab_con .group .group_con#type_c_dataFalse .con,.tab_con .group .group_con#type_d_dataFalse .con{
    flex-wrap: wrap;
  }
  
  .tab_con .group .group_con#type_c_dataFalse .con a span,.tab_con .group .group_con#type_d_dataFalse .con a span{
    display: block;
    text-align: center;
  }
.tab_con .group .group_con#type_c_dataFalse .con>*,.tab_con .group .group_con#type_d_dataFalse .con>*{
    width: 100%;
  }
  .tab_con .group{
    visibility: hidden;
    display: none;
  }
  .tab_con .group.on{
    visibility: visible;
    display: block;
  }
  .tab_con .group2{
    position: relative;
  }
}
@media (max-width: 360px){
  
  
}

#dataFalse{display: none;}
@keyframes shakes {
  10%{
    transform:translate(0px, 2px);
  }
  20%{
    transform:translate(0px, 3px);
  }
  30%{
    transform:translate(0px, 5px);
  }
  40%{
    transform:translate(0px, 5px);
  }
  50%{
    transform:translate(0px, 3px);
  }
  60%{
    transform:translate(0px, 2px);
  }
  70%{
    transform:translate(0px, 4px);
  }
  80%{
    transform:translate(0px, 2px);
  }
  90%{
    transform:translate(0px, 1px);
  }
  100%{
    transform:translate(0, 0);
  }
}
@keyframes shakes2 {
  10%{
    transform:translate(2px, 2px);
    opacity:1;
  }
  20%{
    transform:translate(3px, 3px);
  }
  30%{
    transform:translate(4px, 5px);
    opacity:.7;
  }
  40%{
    transform:translate(1px, 5px);
  }
  50%{
    opacity:1;
  }
  60%{
    transform:translate(3px, 2px);
  }
  70%{
    transform:translate(1px, 4px);
    opacity:.7;
  }
  80%{
    transform:translate(5px, 2px);
  }
  90%{
    transform:translate(5px, 1px);
    opacity:1;
  }
  100%{
    transform:translate(0, 0);
    opacity:.7
  }
}


