#banner{position:relative;z-index:2}
#banner:hover .swiper-next,#banner:hover .swiper-prev{opacity:1;visibility:visible}
#banner .swiper{z-index:1;position:relative;background-color:#077254}
#banner .swiper::after,#banner .swiper::before{content:'';position:absolute;z-index:2;left:0;right:0;height:30vh}
@media screen and (max-width:990px){
#banner .swiper::after,#banner .swiper::before{height:30%}
}
#banner .swiper::before{top:0;background-image:linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,0))}
#banner .swiper::after{bottom:0;background-image:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0))}
#banner .bottom{position:absolute;left:0;right:0;bottom:0;z-index:3}
@media screen and (max-width:990px){
#banner .bottom{position:static}
}
@media screen and (max-width:990px){
#banner .bottom .wrap{padding:0}
}
#banner .swiper-pagination{width:auto;left:auto;right:90px;bottom:50%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}
@media screen and (max-width:1920px){
#banner .swiper-pagination{right:calc(90 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
#banner .swiper-pagination{left:0;right:0;bottom:30px;display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:center}
}
@media screen and (max-width:750px){
#banner .swiper-pagination{bottom:.4rem}
}
#banner .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background-color:#fff;opacity:.6;margin:25px 0;position:relative;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s;display:block}
@media screen and (max-width:1920px){
#banner .swiper-pagination .swiper-pagination-bullet{width:calc(10 / 1920 * 100vw);height:calc(10 / 1920 * 100vw);min-width:6px;min-height:6px}
}
@media screen and (max-width:990px){
#banner .swiper-pagination .swiper-pagination-bullet{margin:0 10px}
}
@media screen and (max-width:750px){
#banner .swiper-pagination .swiper-pagination-bullet{width:.1rem;height:.1rem;margin:0 .1rem 0}
}
#banner .swiper-pagination .swiper-pagination-bullet::before{content:'';position:absolute;left:50%;top:50%;width:28px;height:28px;border:1px solid transparent;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
@media screen and (max-width:1920px){
#banner .swiper-pagination .swiper-pagination-bullet::before{width:calc(28 / 1920 * 100vw);height:calc(28 / 1920 * 100vw);min-width:16px;min-height:16px}
}
@media screen and (max-width:750px){
#banner .swiper-pagination .swiper-pagination-bullet::before{width:.28rem;height:.28rem}
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;background-color:#fff}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{border-color:#fff}
#banner .swiper-next,#banner .swiper-prev{color:#fff;font-size:60px;position:absolute;z-index:9;top:50%;cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100px;height:100px;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:center;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s;opacity:0;visibility:hidden;display:none}
@media screen and (max-width:1920px){
#banner .swiper-next,#banner .swiper-prev{font-size:calc(60 / 1920 * 100vw);width:calc(100 / 1920 * 100vw);height:calc(100 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
#banner .swiper-next,#banner .swiper-prev{font-size:.6rem;width:1rem;height:1rem;display:none}
}
#banner .swiper-next.swiper-button-disabled,#banner .swiper-prev.swiper-button-disabled{opacity:0;cursor:default}
#banner .swiper-prev{left:0}
#banner .swiper-next{right:0}
#banner .swiper-slide{height:100vh;position:relative;overflow:hidden}
@media screen and (max-width:990px){
#banner .swiper-slide{height:calc(1080 / 1920 * 100vw)}
}
#banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .swiper-slide .playBtn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#banner .swiper-slide .playBtn.WeChat {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
#banner .swiper-slide .playBtn i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #banner .swiper-slide .playBtn i {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#banner .bg,#banner .bg_m{height:100%;background-color:#077254;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-ms-background-size:cover;background-size:cover}
#banner .bg{display:block}
@media screen and (max-width:990px){
#banner .bg{display:none}
}
#banner .bg_m{display:none}
@media screen and (max-width:990px){
#banner .bg_m{display:block}
}
.guide_menu{display:-ms-flexbox;display:-webkit-box;display:flex;align-items:flex-end}
@media screen and (max-width:750px){
.guide_menu{flex-wrap:wrap}
}
.guide_menu .item{flex:1;margin-right:1px;position:relative}
@media screen and (max-width:750px){
.guide_menu .item{flex:none;width:calc((100% - 2px)/ 3);margin-top:1px}
}
.guide_menu .item::before{content:'';position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;opacity:.8;background:#077254;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:750px){
.guide_menu .item:nth-child(3n){margin-right:0}
}
.guide_menu .item:hover::before{-webkit-border-radius:10px 10px 0 0;-ms-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0}
@media screen and (max-width:990px){
.guide_menu .item:hover::before{-webkit-border-radius:0;-ms-border-radius:0;border-radius:0}
}
.guide_menu .item:first-child::before{background:#b3db62}
.guide_menu .item:nth-child(2)::before{background:#6ecc8f}
.guide_menu .item:nth-child(3)::before{background:#519d71}
.guide_menu .item:nth-child(4)::before{background:#066950}
.guide_menu .item:nth-child(6)::before{background:#03b588}
.guide_menu .item .item_con{color:#fff;padding:0 25px;height:100px;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:space-between;-webkit-transition:padding .35s;-ms-transition:padding .35s;transition:padding .35s}
@media screen and (max-width:1920px){
.guide_menu .item .item_con{height:calc(100 / 1920 * 100vw);min-height:60px;padding:0 calc(25 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
.guide_menu .item .item_con{height:auto;padding:10px 0;display:block;text-align:center}
}
@media screen and (max-width:750px){
.guide_menu .item .item_con{height:auto;padding:.2rem;display:block;text-align:center}
}
.guide_menu .item .item_con:hover{color:#077254;background-color:#fff;padding-top:40px;-webkit-border-radius:10px 10px 0 0;-ms-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
@media screen and (max-width:1920px){
.guide_menu .item .item_con:hover{padding-top:calc(40 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
.guide_menu .item .item_con:hover{padding-top:0;-webkit-border-radius:0;-ms-border-radius:0;border-radius:0}
}
@media screen and (max-width:750px){
.guide_menu .item .item_con:hover{padding:.2rem;-webkit-border-radius:0;-ms-border-radius:0;border-radius:0}
}
.guide_menu .item .item_con:hover .icon{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none}
.guide_menu .item .item_con:hover .title{-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px)}
@media screen and (max-width:1920px){
.guide_menu .item .item_con:hover .title{-webkit-transform:translateY(calc(-40 / 1920 * 100vw));-ms-transform:translateY(calc(-40 / 1920 * 100vw));transform:translateY(calc(-40 / 1920 * 100vw))}
}
@media screen and (max-width:990px){
.guide_menu .item .item_con:hover .title{-webkit-transform:translateY(0rem);-ms-transform:translateY(0rem);transform:translateY(0rem)}
}
@media screen and (max-width:750px){
.guide_menu .item .item_con:hover .title{-webkit-transform:translateY(0rem);-ms-transform:translateY(0rem);transform:translateY(0rem)}
}
.guide_menu .item .item_con:hover .title::before{opacity:1;visibility:visible}
.guide_menu .item .item_con .icon{height:48px;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;-webkit-filter:brightness(100);-moz-filter:brightness(100);-ms-filter:brightness(100);-o-filter:brightness(100);filter:brightness(100)}
@media screen and (max-width:1920px){
.guide_menu .item .item_con .icon{height:calc(48 / 1920 * 100vw);width:calc(50 / 1920 * 100vw);min-height:30px;min-width:30px}
}
@media screen and (max-width:990px){
.guide_menu .item .item_con .icon{width:auto;justify-content:center}
}
@media screen and (max-width:750px){
.guide_menu .item .item_con .icon{height:.48rem;width:auto;justify-content:center;margin-bottom:5px}
}
.guide_menu .item .item_con .icon img{display:block;max-height:100%;max-width:100%}
.guide_menu .item .item_con .icon img.on{display:none}
.guide_menu .item .item_con .title{font-size:24px;position:relative;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1920px){
.guide_menu .item .item_con .title{font-size:calc(24 / 1920 * 100vw);font-size:clamp(16px,calc(24 / 1920 * 100vw),24px)}
}
@media screen and (max-width:750px){
.guide_menu .item .item_con .title{font-size:.28rem}
}
.guide_menu .item .item_con .title::before{content:'';position:absolute;left:0;bottom:calc(.5em - 40px);width:1em;height:3px;background:#077254;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s;opacity:0;visibility:hidden}
@media screen and (max-width:1920px){
.guide_menu .item .item_con .title::before{bottom:calc(.5em - calc(40 / 1920 * 100vw))}
}
@media screen and (max-width:750px){
.guide_menu .item .item_con .title::before{bottom:calc(.5em - .4rem);display:none}
}
.index_row{padding:80px 0}
@media screen and (max-width:1920px){
.index_row{padding:calc(80 / 1920 * 100vw) 0}
}
@media screen and (max-width:990px){
.index_row{padding:40px 0}
}
@media screen and (max-width:750px){
.index_row{padding:.8rem 0}
}
.index_depart{background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-ms-background-size:cover;background-size:cover}
.g_depart_box .swiper{-webkit-box-shadow:-10px 10px 18px 0 rgba(0,0,0,.1);-ms-box-shadow:-10px 10px 18px 0 rgba(0,0,0,.1);box-shadow:-10px 10px 18px 0 rgba(0,0,0,.1);-webkit-border-radius:20px;-ms-border-radius:20px;border-radius:20px;overflow:hidden}
@media screen and (max-width:1920px){
.g_depart_box .swiper{-webkit-border-radius:calc(20 / 1920 * 100vw);-ms-border-radius:calc(20 / 1920 * 100vw);border-radius:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_depart_box .swiper{-webkit-border-radius:.2rem;-ms-border-radius:.2rem;border-radius:.2rem;overflow:visible}
}
.g_depart_box .swiper-item{color:#fff;width:245px;-webkit-transition:width .75s;-ms-transition:width .75s;transition:width .75s}
@media screen and (max-width:1920px){
.g_depart_box .swiper-item{width:calc(245 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_depart_box .swiper-item{width:100%}
}
.g_depart_box .swiper-item .swiper-item-con{padding:60px 45px 40px;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:20px;-ms-border-radius:20px;border-radius:20px;position:relative}
@media screen and (max-width:1920px){
.g_depart_box .swiper-item .swiper-item-con{padding:calc(60 / 1920 * 100vw) calc(45 / 1920 * 100vw) calc(40 / 1920 * 100vw);-webkit-border-radius:calc(20 / 1920 * 100vw);-ms-border-radius:calc(20 / 1920 * 100vw);border-radius:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_depart_box .swiper-item .swiper-item-con{padding:.4rem;min-width:0;-webkit-border-radius:.2rem;-ms-border-radius:.2rem;border-radius:.2rem}
}
.g_depart_box .swiper-item .swiper-item-con .bg{position:absolute;left:0;top:0;right:0;bottom:0;background-color:#077254;background-repeat:no-repeat;background-position:left center;-webkit-background-size:auto 100%;-ms-background-size:auto 100%;background-size:auto 100%;-webkit-border-radius:20px;-ms-border-radius:20px;border-radius:20px;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1920px){
.g_depart_box .swiper-item .swiper-item-con .bg{-webkit-border-radius:calc(20 / 1920 * 100vw);-ms-border-radius:calc(20 / 1920 * 100vw);border-radius:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_depart_box .swiper-item .swiper-item-con .bg{-webkit-border-radius:.2rem;-ms-border-radius:.2rem;border-radius:.2rem}
}
.g_depart_box .swiper-item .swiper-item-con .bg.active{opacity:0;visibility:hidden}
.g_depart_box .swiper-item .swiper-item-con .bd,.g_depart_box .swiper-item .swiper-item-con .hd{position:relative}
.g_depart_box .swiper-item:nth-child(2) .swiper-item-con{background-color:#6ecc8f}
.g_depart_box .swiper-item:nth-child(2) .swiper-item-con .bg{background-color:#6ecc8f}
.g_depart_box .swiper-item:nth-child(3) .swiper-item-con{background-color:#03b588}
.g_depart_box .swiper-item:nth-child(3) .swiper-item-con .bg{background-color:#03b588}
.g_depart_box .swiper-item:not(.active) .swiper-item-con{min-width:calc(100% + 40px)}
@media screen and (max-width:750px){
.g_depart_box .swiper-item:not(.active) .swiper-item-con{min-width:0}
}
.g_depart_box .swiper-item.active{width:1110px;color:#333}
@media screen and (max-width:1920px){
.g_depart_box .swiper-item.active{width:calc(1110 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_depart_box .swiper-item.active{width:auto}
}
.g_depart_box .swiper-item.active .swiper-item-con{background-color:#fff;-webkit-background-size:cover;-ms-background-size:cover;background-size:cover}
@media screen and (max-width:750px){
.g_depart_box .swiper-item.active .swiper-item-con{background-color:auto}
}
.g_depart_box .swiper-item.active .swiper-item-con .bg{opacity:calc(17 / 30);background-color:#fff;-webkit-background-size:cover;-ms-background-size:cover;background-size:cover}
.g_depart_box .swiper-item.active .swiper-item-con .bg.active{opacity:1;visibility:visible}
.g_depart_box .swiper-item.active .hd{border-color:rgba(220,220,220,.5)}
.g_depart_box .swiper-item.active .hd .title::after{display:none}
.g_depart_box .swiper-item.active .hd .more{display:block}
.g_depart_box .swiper-item.active .bd{display:block}
.g_depart_box .swiper-item.active .bd .intro{opacity:.7;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;height:calc(30 / 16 * 2em)}
.g_depart_box .swiper-item.active .bd .list{height:auto;opacity:1;visibility:visible}
.g_depart_box .swiper-item.active .bd .btns{display:none}
@media screen and (max-width:750px){
.g_depart_box .swiper-item.swiper-slide-active{color:#333}
.g_depart_box .swiper-item.swiper-slide-active .swiper-item-con{background-color:#fff;-webkit-background-size:cover;-ms-background-size:cover;background-size:cover}
.g_depart_box .swiper-item.swiper-slide-active .swiper-item-con .bg{opacity:calc(17 / 30);background-color:#fff;-webkit-background-size:cover;-ms-background-size:cover;background-size:cover}
.g_depart_box .swiper-item.swiper-slide-active .swiper-item-con .bg.active{opacity:1;visibility:visible}
.g_depart_box .swiper-item.swiper-slide-active .hd{border-color:rgba(220,220,220,.5)}
.g_depart_box .swiper-item.swiper-slide-active .hd .title::after{display:none}
.g_depart_box .swiper-item.swiper-slide-active .hd .more{display:block}
.g_depart_box .swiper-item.swiper-slide-active .bd{display:block}
.g_depart_box .swiper-item.swiper-slide-active .bd .intro{opacity:.7;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;height:calc(30 / 16 * 2em)}
.g_depart_box .swiper-item.swiper-slide-active .bd .list{height:auto;opacity:1;visibility:visible}
.g_depart_box .swiper-item.swiper-slide-active .bd .btns{display:none}
}
.g_depart_box .swiper-item.swiper-slide-active+.swiper-slide{opacity:0}
@media screen and (max-width:750px){
.g_depart_box .swiper-item.swiper-slide-active+.swiper-slide{opacity:1}
}
.g_depart_box .swiper-item.swiper-slide-active+.swiper-slide+.swiper-slide{opacity:0}
@media screen and (max-width:750px){
.g_depart_box .swiper-item.swiper-slide-active+.swiper-slide+.swiper-slide{opacity:1}
}
.g_depart_box .swiper-item.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{opacity:0}
@media screen and (max-width:750px){
.g_depart_box .swiper-item.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{opacity:1}
}
.g_depart_box .swiper-item.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide{opacity:0}
@media screen and (max-width:750px){
.g_depart_box .swiper-item.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide{opacity:1}
}
.g_depart_box .hd{display:-ms-flexbox;display:-webkit-box;display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid rgba(220,220,220,.5);margin-bottom:45px;border-color:transparent;white-space:nowrap;overflow:hidden}
@media screen and (max-width:1920px){
.g_depart_box .hd{margin-bottom:calc(45 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_depart_box .hd{margin-bottom:.4rem}
}
.g_depart_box .hd .title{font-size:32px;line-height:1;padding-bottom:30px;padding-bottom:1em;position:relative}
@media screen and (max-width:1920px){
.g_depart_box .hd .title{font-size:calc(32 / 1920 * 100vw);font-size:clamp(18px,calc(32 / 1920 * 100vw),32px)}
}
@media screen and (max-width:990px){
.g_depart_box .hd .title{font-size:18px}
}
@media screen and (max-width:750px){
.g_depart_box .hd .title{font-size:.36rem}
}
.g_depart_box .hd .title::after{content:'';position:absolute;left:0;bottom:0;height:3px;width:1em;background-color:#fff}
.g_depart_box .hd .more{padding-bottom:10px;border-bottom:2px solid #077254;display:none}
.g_depart_box .bd{height:420px;padding-right:30px;overflow-y:auto;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;justify-content:space-between}
@media screen and (max-width:1920px){
.g_depart_box .bd{height:calc(420 / 1920 * 100vw);padding-right:calc(30 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_depart_box .bd{height:5rem;padding-right:.2rem}
}
.g_depart_box .bd .intro{opacity:.8;line-height:calc(30 / 16);height:calc(30 / 16 * 3em);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis;overflow:hidden;overflow:hidden;margin-bottom:2em}
.g_depart_box .bd .list{height:0;opacity:0;visibility:hidden;overflow:hidden;-webkit-transition:opacity .35s .5s;-ms-transition:opacity .35s .5s;transition:opacity .35s .5s}
.g_depart_box .bd .btns{padding-top:20px;border-top:1px solid rgba(255,255,255,.5)}
@media screen and (max-width:1920px){
.g_depart_box .bd .btns{padding-top:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_depart_box .bd .btns{padding-top:.2rem}
}
.g_list1{display:-ms-flexbox;display:-webkit-box;display:flex;flex-wrap:wrap;margin-bottom:-30px}
@media screen and (max-width:1920px){
.g_list1{margin-bottom:calc(-30 / 1920 * 100vw)}
}
.g_list1 .item{width:calc((100% - 100px)/ 4);margin-right:33px;margin-bottom:30px;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1920px){
.g_list1 .item{width:calc((100% - calc(100 / 1920 * 100vw))/ 4);margin-right:calc(33 / 1920 * 100vw);margin-bottom:calc(30 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
.g_list1 .item{width:46%;margin-right:4%}
}
@media screen and (max-width:750px){
.g_list1 .item{width:46%;margin-right:4%}
}
.g_list1 .item:nth-child(4n){margin-right:0}
@media screen and (max-width:990px){
.g_list1 .item:nth-child(2n){margin-right:0}
}
@media screen and (max-width:750px){
.g_list1 .item:nth-child(2n){margin-right:0}
}
.g_list1 .item .item_con{color:#333;font-size:calc(18 / 16 * 1em);height:50px;border:1px solid rgba(161,194,186,.3);background-color:rgba(255,255,255,.3);-webkit-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s;text-align: center;
line-height: 50px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width:1920px){
.g_list1 .item .item_con{height:calc(50 / 1920 * 100vw);line-height: calc(50 / 1920 * 100vw);min-height:35px}
}
@media screen and (max-width: 1350px) {
  .g_list1 .item .item_con {
    line-height: 35px;
  }
}
@media screen and (max-width:750px){
.g_list1 .item .item_con{height: 0.7rem;line-height: 0.7rem;}
}
.g_list1 .item .item_con:hover{color:#fff;background-color:#077254;background-image:linear-gradient(to bottom,#0a7c5f 0,#066950 100%)}
.jsExpertAvatar,.jsExpertIntro{-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
.swiper-btns{display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:center}
.swiper-btns .swiper-next,.swiper-btns .swiper-prev{width:50px;height:50px;border:1px solid rgba(51,51,51,.3);-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:center;margin:0 15px;position:relative}
@media screen and (max-width:1920px){
.swiper-btns .swiper-next,.swiper-btns .swiper-prev{margin:0 calc(15 / 1920 * 100vw);width:calc(50 / 1920 * 100vw);height:calc(50 / 1920 * 100vw);min-width:35px;min-height:35px}
}
@media screen and (max-width:750px){
.swiper-btns .swiper-next,.swiper-btns .swiper-prev{width:.8rem;height:.8rem;margin:0 .15rem}
}
.swiper-btns .swiper-next:first-child,.swiper-btns .swiper-prev:first-child{margin-left:0}
.swiper-btns .swiper-next:last-child,.swiper-btns .swiper-prev:last-child{margin-right:0}
.swiper-btns .swiper-next svg,.swiper-btns .swiper-prev svg{position:absolute;left:-1px;right:-1px;top:-1px;bottom:-1px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.swiper-btns .swiper-next svg circle,.swiper-btns .swiper-prev svg circle{stroke-dasharray:0 640;-webkit-transition:stroke-dasharray 1s;-ms-transition:stroke-dasharray 1s;transition:stroke-dasharray 1s}
.swiper-btns .swiper-next i,.swiper-btns .swiper-prev i{width:30%;height:30%;background-image:url(../images/prev.png);background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;-ms-background-size:contain;background-size:contain;display:inline-block;-webkit-filter:brightness(0);-moz-filter:brightness(0);-ms-filter:brightness(0);-o-filter:brightness(0);filter:brightness(0)}
.swiper-btns .swiper-next:hover i,.swiper-btns .swiper-prev:hover i{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none}
.swiper-btns .swiper-next:hover svg circle,.swiper-btns .swiper-prev:hover svg circle{stroke-dasharray:640 0}
.swiper-btns .swiper-next i{background-image:url(../images/next.png)}
.index_expert{overflow:hidden}
@media screen and (max-width:750px){
.index_expert{padding-bottom:0}
}
.index_expert .expertTabcon>div{height:0;opacity:0}
.index_expert .expertTabcon>div .swiper-btns{opacity:0;visibility:hidden}
.index_expert .expertTabcon>div.active{opacity:1;height:auto}
.index_expert .expertTabcon>div.active .swiper-btns{opacity:1;visibility:visible}
.index_expert .g_expert_row{display:-ms-flexbox;display:-webkit-box;display:flex;position:relative}
@media screen and (max-width:990px){
.index_expert .g_expert_row{align-items:center}
}
@media screen and (max-width:750px){
.index_expert .g_expert_row{display:block}
}
.index_expert .g_expert_col{width:660px;flex:none;position:relative;z-index:2}
@media screen and (max-width:1920px){
.index_expert .g_expert_col{width:calc(660 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_expert .g_expert_col{width:auto}
}
.index_expert .g_expert_avatar{flex:1;position:relative;z-index:1}
.index_expert .g_expert_avatar .circle{width:870px;height:870px;display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:center;align-items:center;margin-left:-70px;position:relative}
@media screen and (max-width:1920px){
.index_expert .g_expert_avatar .circle{width:calc(870 / 1920 * 100vw);height:calc(870 / 1920 * 100vw);margin-left:calc(-70 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_expert .g_expert_avatar .circle{display:none}
}
.index_expert .g_expert_avatar .circle::before{content:'';position:absolute;z-index:1;left:0;right:0;top:0;bottom:0;background-image:linear-gradient(to right,rgba(0,160,84,0) 25%,rgba(0,160,84,.54) 100%);background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-ms-background-size:cover;background-size:cover;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-animation:aniRotate 3s infinite linear;-ms-animation:aniRotate 3s infinite linear;animation:aniRotate 3s infinite linear}
.index_expert .g_expert_avatar .circle .picture{width:560px;height:560px;background-color:#f9f9f9;background-image:linear-gradient(to bottom,#f9f9f9 0,#f9f9f9 70%,#5aa08d 100%);-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;overflow:hidden;position:relative;z-index:2}
@media screen and (max-width:1920px){
.index_expert .g_expert_avatar .circle .picture{width:calc(560 / 1920 * 100vw);height:calc(560 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_expert .g_expert_avatar .circle .picture{width:auto}
}
.index_expert .g_expert_avatar .circle .picture>div{-webkit-transition:.5s;-ms-transition:.5s;transition:.5s}
.index_expert .g_expert_avatar .circle .picture img{display:block;width:100%;min-height:100%;-webkit-transition:.5s;-ms-transition:.5s;transition:.5s}
.index_expert .g_expert_avatar .circle .picture:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.index_expert .g_expert_avatar .list{position:absolute;left:545px;top:-168px}
@media screen and (max-width:1920px){
.index_expert .g_expert_avatar .list{left:calc(545 / 1920 * 100vw);top:calc(-168 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_expert .g_expert_avatar .list{position:static}
}
.index_expert .g_expert_avatar .list .swiper{width:350px;height:800px}
@media screen and (max-width:1920px){
.index_expert .g_expert_avatar .list .swiper{height:calc(800 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_expert .g_expert_avatar .list .swiper{width:auto;height:auto}
}
.index_expert .g_expert_avatar .list .swiper .swiper-slide{transform-origin:0 100%;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:1s;-ms-transition:1s;transition:1s}
@media screen and (max-width:750px){
.index_expert .g_expert_avatar .list .swiper .swiper-slide{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
}
.index_expert .g_expert_avatar .list .swiper .swiper-slide-active+.swiper-slide{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.index_expert .g_expert_avatar .list .swiper .swiper-slide-active+.swiper-slide+.swiper-slide{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);margin-left:150px}
@media screen and (max-width:1920px){
.index_expert .g_expert_avatar .list .swiper .swiper-slide-active+.swiper-slide+.swiper-slide{margin-left:calc(150 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_expert .g_expert_avatar .list .swiper .swiper-slide-active+.swiper-slide+.swiper-slide{margin-left:0}
}
.index_expert .g_expert_avatar .list .swiper .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);margin-left:150px}
@media screen and (max-width:1920px){
.index_expert .g_expert_avatar .list .swiper .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{margin-left:calc(150 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_expert .g_expert_avatar .list .swiper .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{margin-left:0}
}
.index_expert .g_expert_avatar .list .swiper .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.index_expert .swiper-btns{position:absolute;z-index:2;left:50%;bottom:60px;-webkit-transform:transalteX(-50%);-ms-transform:transalteX(-50%);transform:transalteX(-50%)}
@media screen and (max-width:1920px){
.index_expert .swiper-btns{bottom:calc(60 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
.index_expert .swiper-btns{bottom:0}
}
@media screen and (max-width:750px){
.index_expert .swiper-btns{position:static;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:.4rem;margin-bottom:.7rem}
}
.g_expert_tabtit{display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:space-between;margin-bottom:50px}
@media screen and (max-width:1920px){
.g_expert_tabtit{margin-bottom:calc(50 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_expert_tabtit{margin-bottom:.5rem}
}
.g_expert_tabtit .item{display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;cursor:pointer}
@media screen and (max-width:1200px){
.g_expert_tabtit .item{display:block}
}
@media screen and (max-width:750px){
.g_expert_tabtit .item{display:-ms-flexbox;display:-webkit-box;display:flex}
}
.g_expert_tabtit .item.active .title{font-size:24px;font-weight:700}
@media screen and (max-width:1920px){
.g_expert_tabtit .item.active .title{font-size:calc(24 / 1920 * 100vw)}
}
@media screen and (max-width:1440px){
.g_expert_tabtit .item.active .title{font-size:20px}
}
@media screen and (max-width:1280px){
.g_expert_tabtit .item.active .title{font-size:18px}
}
@media screen and (max-width:990px){
.g_expert_tabtit .item.active .title{font-size:16px}
}
@media screen and (max-width:750px){
.g_expert_tabtit .item.active .title{font-size:.32rem}
}
.g_expert_tabtit .item.active .icon{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none}
.g_expert_tabtit .item .title{font-size:20px;margin-left:.5em}
@media screen and (max-width:1920px){
.g_expert_tabtit .item .title{font-size:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:1440px){
.g_expert_tabtit .item .title{font-size:18px}
}
@media screen and (max-width:1280px){
.g_expert_tabtit .item .title{font-size:16px}
}
@media screen and (max-width:1200px){
.g_expert_tabtit .item .title{text-align:center;margin-left:0;margin-top:.5em}
}
@media screen and (max-width:990px){
.g_expert_tabtit .item .title{font-size:14px}
}
@media screen and (max-width:750px){
.g_expert_tabtit .item .title{font-size:.28rem;margin-top:0;margin-left:.5em}
}
.g_expert_tabtit .item .icon{height:45px;display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:center;align-items:center;-webkit-filter:grayscale(1);-moz-filter:grayscale(1);-ms-filter:grayscale(1);-o-filter:grayscale(1);filter:grayscale(1)}
@media screen and (max-width:1920px){
.g_expert_tabtit .item .icon{height:calc(45 / 1920 * 100vw);min-height:30px}
}
@media screen and (max-width:750px){
.g_expert_tabtit .item .icon{height:.45rem;min-height:0}
}
.g_expert_tabtit .item .icon img{display:block;max-width:100%;max-height:100%;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
.g_expert_tabtit .item .icon img.off{display:none}
.g_expert_intro{display:none;-webkit-transition:.5s;-ms-transition:.5s;transition:.5s}
@media screen and (max-width:750px){
.g_expert_intro{display:none}
}
.g_expert_intro.active{display:block}
@media screen and (max-width:750px){
.g_expert_intro.active{display:none}
}
.g_expert_intro.mplat_show{display:none}
@media screen and (max-width:750px){
.g_expert_intro.mplat_show{display:block}
}
.g_expert_intro.mplat_show.active{display:none}
@media screen and (max-width:750px){
.g_expert_intro.mplat_show.active{display:block}
}
.g_expert_intro .hd{line-height:1;padding-bottom:30px;border-bottom:1px solid #dcdcdc;margin-bottom:50px;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:flex-end}
@media screen and (max-width:1920px){
.g_expert_intro .hd{padding-bottom:calc(30 / 1920 * 100vw);margin-bottom:calc(50 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_expert_intro .hd{padding-bottom:.3rem;margin-bottom:.5rem}
}
.g_expert_intro .hd .name{flex:none;font-size:32px;margin-right:.8em;position:relative}
@media screen and (max-width:1920px){
.g_expert_intro .hd .name{font-size:calc(32 / 1920 * 100vw);font-size:clamp(16px,calc(32 / 1920 * 100vw),32px)}
}
@media screen and (max-width:1440px){
.g_expert_intro .hd .name{font-size:24px}
}
@media screen and (max-width:1280px){
.g_expert_intro .hd .name{font-size:20px}
}
@media screen and (max-width:990px){
.g_expert_intro .hd .name{font-size:16px}
}
@media screen and (max-width:750px){
.g_expert_intro .hd .name{font-size:.32rem}
}
.g_expert_intro .hd .name::after{content:'';position:absolute;left:0;bottom:-30px;width:100%;height:2px;background:#077254}
@media screen and (max-width:1920px){
.g_expert_intro .hd .name::after{bottom:calc(-30 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_expert_intro .hd .name::after{bottom:-.3rem}
}
.g_expert_intro .intro{height:calc(2.25em * 7);line-height:2.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;text-overflow:ellipsis;overflow:hidden;margin-bottom:70px}
@media screen and (max-width:1920px){
.g_expert_intro .intro{margin-bottom:calc(70 / 1920 * 100vw)}
}
@media screen and (max-width:1440px){
.g_expert_intro .intro{line-height:2;height:calc(2em * 7)}
}
@media screen and (max-width:1280px){
.g_expert_intro .intro{line-height:1.75;height:calc(1.75em * 7)}
}
@media screen and (max-width:750px){
.g_expert_intro .intro{line-height:1.5;height:calc(1.5em * 7);margin-bottom:.7rem}
}
@media (device-height:1266px) and (-webkit-min-device-pixel-ratio:2) and (max-width:750px){
.g_expert_intro .intro{line-height:1.5;height:calc(1.5em * 5)}
}
.g_expert_intro .fd{margin-top:30px}
@media screen and (max-width:1920px){
.g_expert_intro .fd{margin-top:calc(30 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_expert_intro .fd{margin-top:.3rem}
}
.g_list2 .item{display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center}
@media screen and (max-width:750px){
.g_list2 .item{display:block}
}
.g_list2 .item:hover .picture{-webkit-box-shadow:0 2px 43px 0 rgba(67,67,67,.36);-ms-box-shadow:0 2px 43px 0 rgba(67,67,67,.36);box-shadow:0 2px 43px 0 rgba(67,67,67,.36)}
.g_list2 .item:hover .picture::after{opacity:1}
.g_list2 .item .picture{flex:none;width:148px;height:148px;background-color:#fff;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;overflow:hidden;margin-right:1em;position:relative;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1920px){
.g_list2 .item .picture{width:calc(148 / 1920 * 100vw);height:calc(148 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list2 .item .picture{width:5.5rem;height:5.5rem;margin:0 auto .4rem}
}
.g_list2 .item .picture::after{content:'';position:absolute;z-index:2;left:-1px;right:-1px;top:-1px;bottom:-1px;border:4px solid #6ecc8f;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s;opacity:0}
.g_list2 .item .picture img{display:block;width:100%;min-height:100%;object-fit: cover;}
.g_list2 .item .detail{display:none}
.g_list2 .item .txt{flex:1}
@media screen and (max-width:750px){
.g_list2 .item .txt{display:none}
}
.g_list2 .item .txt .name{color:#333;font-size:20px}
@media screen and (max-width:1440px){
.g_list2 .item .txt .name{font-size:18px}
}
@media screen and (max-width:1280px){
.g_list2 .item .txt .name{font-size:16px}
}
@media screen and (max-width:990px){
.g_list2 .item .txt .name{font-size:14px}
}
@media screen and (max-width:750px){
.g_list2 .item .txt .name{font-size:.28rem}
}
.g_list2 .item .txt .duty{color:#999}
@media screen and (max-width:1200px){
.g_list2 .item .txt .duty{display:none}
}
.index_bg{background-repeat:no-repeat;background-position:center top;-webkit-background-size:100% auto;-ms-background-size:100% auto;background-size:100% auto}
@media screen and (max-width:750px){
.index_bg{background-repeat:repeat-y}
}
@media screen and (max-width:750px){
.index_news{padding-bottom:0}
}
.index_news .g_news_row{display:-ms-flexbox;display:-webkit-box;display:flex}
@media screen and (max-width:990px){
.index_news .g_news_row{display:block}
}
.index_news .g_news_row .left{width:810px;margin-right:30px}
@media screen and (max-width:1920px){
.index_news .g_news_row .left{width:calc(810 / 1920 * 100vw);margin-right:calc(30 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
.index_news .g_news_row .left{width:auto;margin-right:0;margin-bottom:20px}
}
.index_news .g_news_row .right{flex:1}
.index_news .g_news_row .right .g_list5{height:100%;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;justify-content:space-between}
.g_list4 .swiper{position:relative;overflow:hidden}
.g_list4 .swiper .swiper-pagination{position:absolute;right:0;left:auto;bottom:150px;width:120px;text-align:left;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.2);color:#fff}
@media screen and (max-width:1920px){
.g_list4 .swiper .swiper-pagination{width:calc(120 / 1920 * 100vw);min-width:80px;bottom:calc(50 / 1920 * 100vw + 100px)}
}
@media screen and (max-width:750px){
.g_list4 .swiper .swiper-pagination{bottom:1.8rem;width:1.6rem;padding-bottom:.1rem}
}
.g_list4 .swiper .swiper-pagination .swiper-pagination-current{color:#077254;font-size:20px}
@media screen and (max-width:750px){
.g_list4 .swiper .swiper-pagination .swiper-pagination-current{font-size:.4rem}
}
.g_list4 .swiper .swiper-btns{position:absolute;z-index:3;right:0;bottom:20px}
@media screen and (max-width:1920px){
.g_list4 .swiper .swiper-btns{bottom:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list4 .swiper .swiper-btns{bottom:.2rem;display:none}
}
.g_list4 .swiper .swiper-btns .swiper-button-disabled{opacity:.4;cursor:not-allowed}
.g_list4 .swiper .swiper-btns .swiper-button-disabled svg{display:none}
.g_list4 .picture{height:0;padding-top:490px;background-color:#077254;position:relative;overflow:hidden;margin-bottom:20px}
@media screen and (max-width:1440px){
.g_list4 .picture{padding-top:440px}
}
@media screen and (max-width:1280px){
.g_list4 .picture{padding-top:400px}
}
@media screen and (max-width:750px){
.g_list4 .picture{padding-top:calc(490 / 810 * 100%);margin-bottom:.2rem}
}
.g_list4 .picture::after{pointer-events: none;content:'';position:absolute;z-index:1;left:0;right:0;bottom:0;height:30%;background-image:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0))}
.g_list4 .picture img{position:absolute;top:0;height:100%;-webkit-transition:.5s;-ms-transition:.5s;transition:.5s;left:50%;min-width:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.g_list4 .picture:hover img{-webkit-transform:translateX(-50%) scale(1.05);-ms-transform:translateX(-50%) scale(1.05);transform:translateX(-50%) scale(1.05)}
.g_list4 .picture .date{color:#fff;display:-ms-inline-flexbox;display:-webkit-inline-flexbox;display:inline-flex;align-items:center;position:absolute;z-index:2;left:0;bottom:40px}
@media screen and (max-width:1920px){
.g_list4 .picture .date{bottom:calc(40 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list4 .picture .date{bottom:.3rem}
}
.g_list4 .picture .date .swiper-pagination-current{color:#077254;font-size:20px}
.g_list4 .picture .date::before{content:'';width:20px;height:1px;background-color:#fff;margin-right:1em}
.g_list4 .picture .date::after{content:'';width:5px;height:5px;background-color:#fff;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;position:absolute;left:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.g_list4 .txt{color:#999;line-height:25px;padding-left:25px;padding-right:165px;border-left:2px solid #077254;display:block}
@media screen and (max-width:1920px){
.g_list4 .txt{padding-left:calc(25 / 1920 * 100vw);padding-right:calc(165 / 1920 * 100vw)}
}
@media screen and (max-width:1280px){
.g_list4 .txt{padding-right:100px}
}
@media screen and (max-width:750px){
.g_list4 .txt{line-height:1.5;padding:0;padding-left:.3rem;align-items:center}
}
.g_list4 .txt .title{color:#333;font-size:20px;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;margin-bottom:10px}
@media screen and (max-width:750px){
.g_list4 .txt .title{font-size:.28rem}
}
.g_list4 .txt .title a{color:#333}
.g_list4 .txt .desc{height:50px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden}
@media screen and (max-width:750px){
.g_list4 .txt .desc{height:3em}
}
.g_list5 .active .item_con{padding:20px;background-color:#077254;background-image:linear-gradient(to bottom,#0a7c5f 0,#066950 100%)}
.g_list5 .active .item_con .icon{display:none}
.g_list5 .active .item_con .picture{display:block}
.g_list5 .active .item_con .txt{color:#fff;padding:0;border:0;display:block}
.g_list5 .active .item_con .txt::after{display:none}
.g_list5 .active .item_con .txt .date::after{display:none}
.g_list5 .active .item_con .txt .title{font-size:20px;margin:5px 0 10px}
@media screen and (max-width:1440px){
.g_list5 .active .item_con .txt .title{font-size:18px}
}
@media screen and (max-width:1280px){
.g_list5 .active .item_con .txt .title{font-size:16px}
}
@media screen and (max-width:750px){
.g_list5 .active .item_con .txt .title{font-size:.32rem;margin-bottom:.1rem}
}
.g_list5 .active .item_con .txt .desc{display:block}
.g_list5 .item_con{display:-ms-flexbox;display:-webkit-box;display:flex;padding:35px 0 35px 20px;background-color:transparent;-webkit-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1440px){
.g_list5 .item_con{padding:20px 0 20px 20px}
}
@media screen and (max-width:750px){
.g_list5 .item_con{padding:.3rem 0;align-items:center}
}
.g_list5 .item_con:hover{padding:20px;background-color:#077254;background-image:linear-gradient(to bottom,#379a6b 0,#1b7b52 100%)}
@media screen and (max-width:750px){
.g_list5 .item_con:hover{padding:.3rem}
}
.g_list5 .item_con:hover .icon{display:none}
.g_list5 .item_con:hover .picture{display:block}
@media screen and (max-width:750px){
.g_list5 .item_con:hover .picture{display:none}
}
.g_list5 .item_con:hover .txt{color:#fff;padding:0;border:0;display:block}
.g_list5 .item_con:hover .txt::after{display:none}
.g_list5 .item_con:hover .txt .date::after{display:none}
.g_list5 .item_con:hover .txt .title{font-size:20px;font-weight:700;margin:5px 0 10px}
@media screen and (max-width:1440px){
.g_list5 .item_con:hover .txt .title{font-size:18px}
}
@media screen and (max-width:1280px){
.g_list5 .item_con:hover .txt .title{font-size:16px}
}
@media screen and (max-width:750px){
.g_list5 .item_con:hover .txt .title{font-size:.32rem;margin-bottom:.1rem}
}
.g_list5 .item_con:hover .txt .desc{display:block}
.g_list5 .item_con .left{flex:none;width:170px}
@media screen and (max-width:1920px){
.g_list5 .item_con .left{width:calc(170 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
.g_list5 .item_con .left{min-width:150px}
}
@media screen and (max-width:750px){
.g_list5 .item_con .left{width:100%}
}
.g_list5 .item_con .icon{width:30px;height:30px;background-image:url(../images/icon_flow.png);background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;-ms-background-size:contain;background-size:contain;display:-ms-inline-flexbox;display:-webkit-inline-flexbox;display:inline-flex;margin-right:15px}
@media screen and (max-width:750px){
.g_list5 .item_con .icon{width:.3rem;height:.3rem;margin-right:.2rem}
}
.g_list5 .item_con .picture{width:170px;height:120px;-webkit-border-radius:5px;-ms-border-radius:5px;border-radius:5px;overflow:hidden;display:none;margin-right:30px;position:relative}
@media screen and (max-width:1920px){
.g_list5 .item_con .picture{width:calc(170 / 1920 * 100vw);min-width:140px;margin-right:calc(30 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
.g_list5 .item_con .picture{width:170px}
}
@media screen and (max-width:750px){
.g_list5 .item_con .picture{margin-right:.3rem}
}
.g_list5 .item_con .picture img{display:block;height:100%;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s;position:absolute;top:0;left:50%;min-width:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.g_list5 .item_con .txt{flex:1;color:#333;line-height:25px;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;position:relative}
@media screen and (max-width:750px){
.g_list5 .item_con .txt{line-height:1.5}
}
.g_list5 .item_con .txt::after{content:'';width:100%;height:1px;background-color:#dcdcdc;position:absolute;z-index:1;left:0;top:calc(100% + 30px)}
@media screen and (max-width:1440px){
.g_list5 .item_con .txt::after{top:calc(100% + 20px)}
}
@media screen and (max-width:750px){
.g_list5 .item_con .txt::after{top:calc(100% + .3rem)}
}
.g_list5 .item_con .txt .date{margin-right:30px;position:relative;z-index:2}
@media screen and (max-width:1920px){
.g_list5 .item_con .txt .date{margin-right:calc(30 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list5 .item_con .txt .date{margin-right:.3rem}
}
.g_list5 .item_con .txt .date::after{content:'';width:100%;height:2px;background-color:#077254;position:absolute;left:0;top:calc(100% + 30px)}
@media screen and (max-width:1440px){
.g_list5 .item_con .txt .date::after{top:calc(100% + 20px)}
}
@media screen and (max-width:750px){
.g_list5 .item_con .txt .date::after{top:calc(100% + .3rem)}
}
.g_list5 .item_con .txt .title{font-size:18px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1440px){
.g_list5 .item_con .txt .title{font-size:16px}
}
@media screen and (max-width:1280px){
.g_list5 .item_con .txt .title{font-size:14px}
}
@media screen and (max-width:750px){
.g_list5 .item_con .txt .title{font-size:.28rem}
}
.g_list5 .item_con .txt .desc{opacity:.7;height:50px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:none}
@media screen and (max-width:750px){
.g_list5 .item_con .txt .desc{height:3em}
}
@media screen and (max-width:750px){
.index_develop{padding-bottom:0}
}
.index_develop .g_develop_row{display:-ms-flexbox;display:-webkit-box;display:flex}
@media screen and (max-width:990px){
.index_develop .g_develop_row{display:block}
}
.index_develop .g_develop_row .left{flex:none;width:465px;padding:45px 50px 50px 60px;margin-right:60px;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#077254;background-image:url(../images/bg5.jpg);background-repeat:no-repeat;background-position:center bottom;-webkit-background-size:cover;-ms-background-size:cover;background-size:cover;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;justify-content:space-between}
@media screen and (max-width:1920px){
.index_develop .g_develop_row .left{width:calc(465 / 1920 * 100vw);padding:calc(45 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw);margin-right:calc(60 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
.index_develop .g_develop_row .left{-webkit-background-size:100% 100%;-ms-background-size:100% 100%;background-size:100% 100%;width:auto;margin-right:0;margin-bottom:20px}
}
@media screen and (max-width:750px){
.index_develop .g_develop_row .left{padding:.4rem;margin-bottom:.4rem}
}
@media screen and (max-width:750px){
.index_develop .g_develop_row .left .bd{margin:0 -.4rem -.4rem}
}
.index_develop .g_develop_row .left .fd{margin-top:60px;text-align:right}
@media screen and (max-width:1920px){
.index_develop .g_develop_row .left .fd{margin-top:calc(60 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_develop .g_develop_row .left .fd{margin-top:.4rem}
}
.index_develop .g_develop_row .right{flex:1}
.develop-tabCon{display:none}
.develop-tabCon.active{display:block}
@media screen and (max-width:990px){
.g_develop_tabtit{display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:space-between}
}
.g_develop_tabtit .item{color:#fff;font-size:24px;height:90px;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;position:relative;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1920px){
.g_develop_tabtit .item{font-size:calc(24 / 1920 * 100vw);height:calc(90 / 1920 * 100vw);min-height:60px}
}
@media screen and (max-width:1440px){
.g_develop_tabtit .item{font-size:20px}
}
@media screen and (max-width:1280px){
.g_develop_tabtit .item{font-size:16px}
}
@media screen and (max-width:990px){
.g_develop_tabtit .item{flex:1;justify-content:center}
}
@media screen and (max-width:750px){
.g_develop_tabtit .item{font-size:.32rem;height:.8rem;min-height:0}
}
.g_develop_tabtit .item::after{content:'';position:absolute;left:0;top:100%;height:1px;width:100%;background-image:linear-gradient(to right,#fff,rgba(255,255,255,0))}
@media screen and (max-width:990px){
.g_develop_tabtit .item::after{left:100%;top:50%;width:1px;height:1em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:.6}
}
.g_develop_tabtit .item i{width:39px;height:39px;background-image:url(../images/jt.png);background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;-ms-background-size:contain;background-size:contain;margin-left:1em;opacity:0;visibility:hidden}
@media screen and (max-width:1920px){
.g_develop_tabtit .item i{width:calc(39 / 1920 * 100vw);height:calc(39 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_develop_tabtit .item i{width:.32rem;height:.32rem;display:none}
}
.g_develop_tabtit .item.active{color:#077254;padding:0 20px;margin:0 -50px 0 -20px;background-image:linear-gradient(to right,#fff,rgba(255,255,255,0))}
@media screen and (max-width:1920px){
.g_develop_tabtit .item.active{padding:0 calc(20 / 1920 * 100vw);margin:0 calc(-50 / 1920 * 100vw) 0 calc(-20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_develop_tabtit .item.active{padding:0;margin:0;background-color:rgba(255,255,255,.5)}
}
.g_develop_tabtit .item.active i{opacity:1;visibility:visible}
.g_develop_tabtit .item:last-child::after{display:none}
.g_list6{display:-ms-flexbox;display:-webkit-box;display:flex;flex-wrap:wrap;justify-content:space-between}
.g_list6 .item{width:calc((100% - 15px)/ 2)}
@media screen and (max-width:750px){
.g_list6 .item{width:100%;margin-right:0;display:none}
}
@media screen and (max-width:750px){
.g_list6 .item:nth-child(1),.g_list6 .item:nth-child(2),.g_list6 .item:nth-child(3){display:block}
}
.g_list6 .item_con{color:#333;padding:30px 40px;display:block;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1920px){
.g_list6 .item_con{padding:calc(30 / 1920 * 100vw) calc(40 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list6 .item_con{padding:0;padding-bottom:.3rem}
}
.g_list6 .item_con:hover{background-color:rgba(255,255,255,.7)}
.g_list6 .item_con:hover .picture img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.g_list6 .item_con:hover .title{color:#077254}
.g_list6 .bot{display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:space-between}
.g_list6 .more{font-size:14px}
@media screen and (max-width:1920px){
.g_list6 .more{font-size:calc(14 / 16 * 1em)}
}
.g_list6 .date{display:-ms-inline-flexbox;display:-webkit-inline-flexbox;display:inline-flex;align-items:center}
.g_list6 .date i{width:25px;height:25px;background-image:url(../images/date.png);background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;-ms-background-size:contain;background-size:contain;margin-right:.5em}
@media screen and (max-width:750px){
.g_list6 .date i{width:.25rem;height:.25rem}
}
.g_list6 .title{color:#333;font-size:20px;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s;height:3em;border-top:1px solid #077254;padding-top:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;margin-bottom:10px}
@media screen and (max-width:1920px){
.g_list6 .title{padding-top:calc(30 / 1920 * 100vw);margin-bottom:calc(10 / 1920 * 100vw)}
}
@media screen and (max-width:1440px){
.g_list6 .title{font-size:18px}
}
@media screen and (max-width:1280px){
.g_list6 .title{font-size:16px}
}
@media screen and (max-width:750px){
.g_list6 .title{font-size:.32rem;padding-top:.3rem;margin-bottom:.1rem}
}
.g_list6 .desc{color:#999;height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;margin-bottom:10px}
@media screen and (max-width:1920px){
.g_list6 .desc{margin-bottom:calc(10 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list6 .desc{margin-bottom:.1rem}
}
@media screen and (max-width:750px){
.index_notice{padding-bottom:0}
}
.index_notice .g_notice_row{display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:space-between;position:relative}
@media screen and (max-width:750px){
.index_notice .g_notice_row{display:block}
}
.index_notice .g_notice_row.reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;align-items:center;z-index:3}
.index_notice .g_notice_row.alignc{align-items:center}
.index_notice .g_notice_row.rgabox{overflow:visible}
.index_notice .g_notice_row.rgabox .g_notice_col{position:relative;z-index:2}
@media screen and (max-width:750px){
.index_notice .g_notice_row.rgabox .g_notice_col:nth-child(2){padding:.6rem 0}
}
.index_notice .g_notice_row.rgabox .g_notice_col:nth-child(2)::before{content:'';position:absolute;z-index:-1;left:-.4rem;right:-.4rem;top:0;bottom:0}
@media screen and (max-width:750px){
.index_notice .g_notice_row.rgabox .g_notice_col:nth-child(2)::before{background-color:rgba(46,152,110,.05)}
}
.index_notice .g_notice_row.rgabox::before{content:'';position:absolute;z-index:1;left:50%;top:-70px;bottom:-70px;width:50vw;background-color:rgba(46,152,110,.05);-webkit-border-radius:60px 0 0 60px;-ms-border-radius:60px 0 0 60px;border-radius:60px 0 0 60px}
@media screen and (max-width:1920px){
.index_notice .g_notice_row.rgabox::before{top:calc(-70 / 1920 * 100vw);bottom:calc(-70 / 1920 * 100vw);-webkit-border-radius:calc(60 / 1920 * 100vw) 0 0 calc(60 / 1920 * 100vw);-ms-border-radius:calc(60 / 1920 * 100vw) 0 0 calc(60 / 1920 * 100vw);border-radius:calc(60 / 1920 * 100vw) 0 0 calc(60 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_notice .g_notice_row.rgabox::before{display:none}
}
.index_notice .g_notice_row .right{flex:none;width:810px}
@media screen and (max-width:1920px){
.index_notice .g_notice_row .right{width:calc(810 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_notice .g_notice_row .right{width:auto}
}
.index_notice .g_notice_row .left{flex:1}
.index_notice .g_notice_row .g_notice_col{width:730px}
@media screen and (max-width:1920px){
.index_notice .g_notice_row .g_notice_col{width:calc(730 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_notice .g_notice_row .g_notice_col{width:auto;margin-bottom:.4rem}
}
@media screen and (max-width:750px){
.index_notice .g_notice_row .g_notice_col:last-child{margin-bottom:0}
}
.index_notice .g_notice_tabtit{display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #dcdcdc;-webkit-transform:translateY(60%);-ms-transform:translateY(60%);transform:translateY(60%)}
@media screen and (max-width:750px){
.index_notice .g_notice_tabtit{width:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin:.2rem 0 .6rem}
}
.index_notice .g_notice_tabtit .swiper{width:350px;position:relative;overflow:hidden}
@media screen and (max-width:1920px){
.index_notice .g_notice_tabtit .swiper{width:calc(350 / 1920 * 100vw);min-width:250px}
}
@media screen and (max-width:1200px){
.index_notice .g_notice_tabtit .swiper{min-width:200px}
}
@media screen and (max-width:750px){
.index_notice .g_notice_tabtit .swiper{width:auto;flex:1;padding:0 1rem}
}
.index_notice .g_notice_tabtit .swiper .swiper-next,.index_notice .g_notice_tabtit .swiper .swiper-prev{width:20px;height:40px;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:center;position:absolute;z-index:3;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
@media screen and (max-width:750px){
.index_notice .g_notice_tabtit .swiper .swiper-next,.index_notice .g_notice_tabtit .swiper .swiper-prev{width:.6rem;height:.6rem;background-color:#fff;-webkit-border-radius:5px;-ms-border-radius:5px;border-radius:5px}
}
.index_notice .g_notice_tabtit .swiper .swiper-next i,.index_notice .g_notice_tabtit .swiper .swiper-prev i{width:100%;height:30%;background-image:url(../images/prev.png);background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;-ms-background-size:contain;background-size:contain;display:inline-block;-webkit-filter:brightness(0);-moz-filter:brightness(0);-ms-filter:brightness(0);-o-filter:brightness(0);filter:brightness(0)}
@media screen and (max-width:1200px){
.index_notice .g_notice_tabtit .swiper .swiper-next i,.index_notice .g_notice_tabtit .swiper .swiper-prev i{width:40%}
}
.index_notice .g_notice_tabtit .swiper .swiper-next.swiper-button-disabled,.index_notice .g_notice_tabtit .swiper .swiper-prev.swiper-button-disabled{opacity:.4;cursor:not-allowed}
.index_notice .g_notice_tabtit .swiper .swiper-next:hover i,.index_notice .g_notice_tabtit .swiper .swiper-prev:hover i{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none}
.index_notice .g_notice_tabtit .swiper .swiper-next{left:auto;right:0}
.index_notice .g_notice_tabtit .swiper .swiper-next i{background-image:url(../images/next.png)}
.index_notice .g_notice_tabtit .swiper .swiper-slide{text-align:center}
.index_notice .g_notice_tabtit .swiper .swiper-slide.swiper-slide-active .item{color:#077254;border-color:#077254}
.index_notice .g_notice_tabtit .item{color:#333;font-size:24px;padding:20px 0;border-bottom:2px solid transparent;cursor:pointer;display:-ms-inline-flexbox;display:-webkit-inline-flexbox;display:inline-flex}
@media screen and (max-width:1920px){
.index_notice .g_notice_tabtit .item{font-size:calc(24 / 1920 * 100vw);padding:calc(20 / 1920 * 100vw) 0;margin:0 calc(25 / 1920 * 100vw)}
}
@media screen and (max-width:1440px){
.index_notice .g_notice_tabtit .item{font-size:20px}
}
@media screen and (max-width:1280px){
.index_notice .g_notice_tabtit .item{font-size:16px}
}
@media screen and (max-width:990px){
.index_notice .g_notice_tabtit .item{font-size:14px}
}
@media screen and (max-width:750px){
.index_notice .g_notice_tabtit .item{font-size:.32rem;padding:.2rem 0;margin:0 .3rem}
}
.index_notice .g_notice_thumbs{overflow:hidden;margin-left:-200px;padding-left:200px}
@media screen and (max-width:1920px){
.index_notice .g_notice_thumbs{margin-left:calc(-200 / 1920 * 100vw);padding-left:calc(200 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_notice .g_notice_thumbs{margin-left:0;padding-left:0}
}
.index_notice .g_notice_thumbs .swiper{height:200px;padding:150px 0;position:relative}
@media screen and (max-width:1920px){
.index_notice .g_notice_thumbs .swiper{height:calc(200 / 1920 * 100vw);padding:calc(150 / 1920 * 100vw) 0}
}
@media screen and (max-width:990px){
.index_notice .g_notice_thumbs .swiper{height:140px;padding:1px 0}
}
@media screen and (max-width:750px){
.index_notice .g_notice_thumbs .swiper{height:auto}
}
.index_notice .g_notice_thumbs .swiper .swiper-slide{display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center}
.index_notice .g_notice_thumbs .swiper::before{content:'';position:absolute;right:0;width:150%;border:1px solid rgba(46,152,110,.3);top:50%;height:240px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
@media screen and (max-width:1920px){
.index_notice .g_notice_thumbs .swiper::before{height:calc(240 / 1920 * 100vw)}
}
@media screen and (max-width:990px){
.index_notice .g_notice_thumbs .swiper::before{height:140px}
}
@media screen and (max-width:750px){
.index_notice .g_notice_thumbs .swiper::before{display:none}
}
.index_notice .g_notice_gallery{width:665px;height:665px;padding:25px;border:1px dashed #077254;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;position:relative}
@media screen and (max-width:1920px){
.index_notice .g_notice_gallery{width:calc(665 / 1920 * 100vw);height:calc(665 / 1920 * 100vw);padding:calc(25 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_notice .g_notice_gallery{width:5rem;height:5rem;padding:.2rem;margin:0 auto}
}
.index_notice .g_notice_gallery::after,.index_notice .g_notice_gallery::before{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-48%,-50%);-ms-transform:translate(-48%,-50%);transform:translate(-48%,-50%);width:1090px;height:1090px;background-repeat:no-repeat;background-position:0 center;-webkit-background-size:contain;-ms-background-size:contain;background-size:contain}
@media screen and (max-width:1920px){
.index_notice .g_notice_gallery::after,.index_notice .g_notice_gallery::before{width:calc(1090 / 1920 * 100vw);height:calc(1090 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_notice .g_notice_gallery::after,.index_notice .g_notice_gallery::before{width:7.5rem;height:7.5rem}
}
.index_notice .g_notice_gallery::before{background-image:url(../images/circle2-1.png);-webkit-animation:aniOpacup 2s infinite;-ms-animation:aniOpacup 2s infinite;animation:aniOpacup 2s infinite}
.index_notice .g_notice_gallery::after{background-image:url(../images/circle2-2.png);-webkit-animation:aniOpacdown 2s infinite;-ms-animation:aniOpacdown 2s infinite;animation:aniOpacdown 2s infinite}
.index_notice .g_notice_gallery .swiper{overflow:hidden}
.index_notice .g_notice_gallery .picture{width:665px;height:665px;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-box-shadow:7px -10px 13px rgba(46,152,110,.5) inset;-ms-box-shadow:7px -10px 13px rgba(46,152,110,.5) inset;box-shadow:7px -10px 13px rgba(46,152,110,.5) inset;overflow:hidden}
@media screen and (max-width:1920px){
.index_notice .g_notice_gallery .picture{width:calc(665 / 1920 * 100vw);height:calc(665 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.index_notice .g_notice_gallery .picture{width:5rem;height:5rem}
}
.index_notice .g_notice_gallery .picture img{display:block;width:100%;height:100%;-webkit-transition:.5s;-ms-transition:.5s;transition:.5s;object-fit: cover;}
.index_notice .g_notice_gallery .picture:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.index_notice .swiper-btns{position:absolute;left:0;right:0;bottom:0}
@media screen and (max-width:750px){
.index_notice .swiper-btns{position:static;margin-top:.4rem;margin-bottom:.7rem}
}
.tabCont_item{height:0;overflow:hidden}
.tabCont_item.active{height:auto;overflow:visible}
.isMb{display:none}
@media screen and (max-width:990px){
.isMb{display:block}
}
@media screen and (max-width:990px){
.isPc{display:none}
}
.g_list7 .swiper-slide-active .item{align-items:flex-end}
.g_list7 .swiper-slide-active .item::after{display:none}
.g_list7 .swiper-slide-active .item .date{display:block}
.g_list7 .swiper-slide-active .item .title{color:#077254;height:calc(36 / 20 * 1em);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;margin-bottom:20px}
@media screen and (max-width:1920px){
.g_list7 .swiper-slide-active .item .title{margin-bottom:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list7 .swiper-slide-active .item .title{margin-bottom:.2rem}
}
.g_list7 .swiper-slide-active .item .title a{color:#077254}
.g_list7 .swiper-slide-active .item .desc{display:block}
.g_list7 .item{display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;padding-right:40px;position:relative;width:100%;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
@media screen and (max-width:1920px){
.g_list7 .item{padding-right:calc(40 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list7 .item{padding:0;padding-bottom:.4rem;display:block}
}
.g_list7 .item::after{content:'';position:absolute;left:-20px;top:50%;width:2px;height:4em;background-color:#077254;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
@media screen and (max-width:1920px){
.g_list7 .item::after{left:calc(-20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list7 .item::after{left:-.2rem;display:none}
}
.g_list7 .item:hover .title{color:#077254}
.g_list7 .item:hover .title a{color:#077254}
.g_list7 .item .txt{flex:1;overflow:hidden;margin-right:55px}
@media screen and (max-width:1920px){
.g_list7 .item .txt{margin-right:calc(55 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list7 .item .txt{margin-right:.3rem}
}
.g_list7 .item .more{flex:none;font-size:14px}
@media screen and (max-width:1920px){
.g_list7 .item .more{font-size:calc(14 / 16 * 1em)}
}
.g_list7 .item .date{display:none;margin-bottom:10px}
@media screen and (max-width:1920px){
.g_list7 .item .date{margin-bottom:calc(10 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list7 .item .date{margin-bottom:.1rem;display:block}
}
.g_list7 .item .title{color:#333;font-size:20px;line-height:calc(36 / 20);height:calc(36 / 20 * 2em);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1440px){
.g_list7 .item .title{font-size:18px}
}
@media screen and (max-width:1280px){
.g_list7 .item .title{font-size:16px}
}
@media screen and (max-width:750px){
.g_list7 .item .title{font-size:.32rem;height:calc(36 / 20 * 1em);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;margin-bottom:.2rem}
}
.g_list7 .item .title a{color:#333;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
.g_list7 .item .desc{color:#999;height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;padding-top:15px;border-top:1px solid #dcdcdc;display:none}
@media screen and (max-width:1920px){
.g_list7 .item .desc{padding-top:calc(15 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list7 .item .desc{padding-top:.2rem;display:block;margin-bottom:.4rem}
}
.g_notice_video{height:0;padding-top:calc(400 / 730 * 100%);background-color:#000;-webkit-border-radius:20px;-ms-border-radius:20px;border-radius:20px;overflow:hidden;margin-bottom:50px;position:relative}
@media screen and (max-width:1920px){
.g_notice_video{margin-bottom:calc(50 / 1920 * 100vw);-webkit-border-radius:calc(20 / 1920 * 100vw);-ms-border-radius:calc(20 / 1920 * 100vw);border-radius:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_notice_video{margin-bottom:.3rem;-webkit-border-radius:.2rem;-ms-border-radius:.2rem;border-radius:.2rem}
}
.g_notice_video img,.g_notice_video video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit: cover;}
.g_notice_video .play{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:center;-webkit-transition:.5s;-ms-transition:.5s;transition:.5s}
.g_notice_video .play i{color:#fff;font-size:24px;width:62px;height:62px;background-color:rgba(255,255,255,.2);-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:center}
@media screen and (max-width:1920px){
.g_notice_video .play i{font-size:calc(24 / 1920 * 100vw);width:calc(62 / 1920 * 100vw);height:calc(62 / 1920 * 100vw);min-width:40px;min-height:40px}
}
@media screen and (max-width:750px){
.g_notice_video .play i{font-size:.3rem;width:.6rem;height:.6rem}
}
.g_notice_video:hover .play{background-color:rgba(0,0,0,.1)}
.g_notice_trackbox{max-height: 380px;overflow-y:auto}
@media screen and (max-width:1440px){
.g_notice_trackbox{max-height: 320px;}
}
@media screen and (max-width:1200px){
.g_notice_trackbox{max-height:250px}
}
@media screen and (max-width:990px){
.g_notice_trackbox{max-height:230px}
}
@media screen and (max-width:750px){
.g_notice_trackbox{padding-left:0;max-height:100%}
}
.g_notice_trackbox.rtl{direction:rtl;padding-left:30px}
@media screen and (max-width:1920px){
.g_notice_trackbox.rtl{padding-left:calc(30 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_notice_trackbox.rtl{padding-left:0}
}
.g_notice_trackbox.rtl>div{direction:ltr}
.g_notice_trackbox.ltr{padding-right:30px}
@media screen and (max-width:1920px){
.g_notice_trackbox.ltr{padding-right:calc(30 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_notice_trackbox.ltr{padding-right:0}
}
.g_list8 .item {
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .g_list8 .item {
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list8 .item {
    margin-bottom: 0.2rem;
  }
}
.g_list8 .item:last-child{margin-bottom:0}
.g_list8 .item_con{
  color:#333;
  display:-ms-flexbox;
  display:-webkit-box;
  display:flex;
  -webkit-transition:.35s;
  -ms-transition:.35s;
  transition:.35s;
  padding: 25px 0;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  align-items: center;
  }
@media screen and (max-width:1920px){
.g_list8 .item_con{padding:calc(25 / 1920 * 100vw) 0;-webkit-border-radius:calc(20 / 1920 * 100vw);-ms-border-radius:calc(20 / 1920 * 100vw);border-radius:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list8 .item_con{padding:.3rem 0;-webkit-border-radius:.2rem;-ms-border-radius:.2rem;border-radius:.2rem}
}
.g_list8 .item_con:hover{color:#fff;padding:25px;background-color:#077254;background-image:linear-gradient(to bottom,#379a6b 0,#157958 100%);}
@media screen and (max-width:1920px){
.g_list8 .item_con:hover{padding:calc(25 / 1920 * 100vw);}
}
@media screen and (max-width:750px){
.g_list8 .item_con:hover{padding:.3rem;}
}
.g_list8 .item_con:hover .tag{color:#077254;background-color:#fff}
.g_list8 .item_con:hover .date{color:rgba(255,255,255,.6)}
.g_list8 .item_con .left{flex:none;text-align:center;width:105px;margin-right:30px}
@media screen and (max-width:1920px){
.g_list8 .item_con .left{width:calc(105 / 1920 * 100vw);min-width:90px;margin-right:calc(30 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list8 .item_con .left{width:6em;margin-right:.3rem}
}
.g_list8 .item_con .txt{flex:1;line-height:calc(46 / 36);min-width: 0;}
.g_list8 .item_con .btn{flex:none;margin-left:40px}
@media screen and (max-width:1920px){
.g_list8 .item_con .btn{margin-left:calc(40 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list8 .item_con .btn{margin-left:.3rem}
}
.g_list8 .item_con .more{width:40px;height:40px;background-color:#fff;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:center;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1920px){
.g_list8 .item_con .more{width:calc(40 / 1920 * 100vw);height:calc(40 / 1920 * 100vw);min-width:30px;min-height:30px}
}
@media screen and (max-width:750px){
.g_list8 .item_con .more{width:.6rem;height:.6rem}
}
.g_list8 .item_con .more i{width:21px;height:21px;background-image:url(../images/gt.png);background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;-ms-background-size:contain;background-size:contain;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:750px){
.g_list8 .item_con .more i{width:.3rem;height:.3rem}
}
.g_list8 .item_con .tag{color:#fff;height:46px;background-color:#077254;-webkit-border-radius:10px;-ms-border-radius:10px;border-radius:10px;margin-bottom:5px;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:center}
@media screen and (max-width:1920px){
.g_list8 .item_con .tag{height:calc(46 / 1920 * 100vw);min-height:30px;-webkit-border-radius:calc(10 / 1920 * 100vw);-ms-border-radius:calc(10 / 1920 * 100vw);border-radius:calc(10 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list8 .item_con .tag{height:.6rem;-webkit-border-radius:.1rem;-ms-border-radius:.1rem;border-radius:.1rem}
}
.g_list8 .item_con .date{color:#999}
.g_list8 .item_con .title{font-size:18px;/* height:calc(46 / 36 * 2em); */display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;margin-bottom: 15px;display: block;white-space: nowrap;text-overflow: ellipsis;}
@media screen and (max-width:1440px){
.g_list8 .item_con .title{font-size:16px}
}
@media screen and (max-width:1280px){
.g_list8 .item_con .title{font-size:14px}
}
@media screen and (max-width:750px){
.g_list8 .item_con .title{font-size:.28rem}
}
.g_list8 .item_con .desc{opacity:.7;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden}
.g_list9 .item {
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .g_list9 .item {
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list9 .item {
    margin-bottom: 0.2rem;
  }
}
.g_list9 .item:last-child{margin-bottom:0}
.g_list9 .item_con{color:#333;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:flex-start;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s;padding:25px 0;-webkit-border-radius:20px;-ms-border-radius:20px;border-radius:20px}
@media screen and (max-width:1920px){
.g_list9 .item_con{padding: calc(32 / 1920 * 100vw) 0;-webkit-border-radius:calc(20 / 1920 * 100vw);-ms-border-radius:calc(20 / 1920 * 100vw);border-radius:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list9 .item_con{padding:.3rem 0;-webkit-border-radius:.2rem;-ms-border-radius:.2rem;border-radius:.2rem}
}
.g_list9 .item_con:hover{color:#fff;padding:25px;background-color:#077254;background-image:linear-gradient(to bottom,#379a6b 0,#157958 100%);}
@media screen and (max-width:1920px){
.g_list9 .item_con:hover{padding: calc(32 / 1920 * 100vw);}
}
@media screen and (max-width:750px){
.g_list9 .item_con:hover{padding:.3rem;}
}
.g_list9 .item_con:hover .left{color:#fff;border-color:rgba(255,255,255,.2)}
.g_list9 .item_con:hover .desc{height:auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;/* margin-bottom: calc(46 / 36 * 1em); */}
.g_list9 .item_con .left{flex:none;color:#999;width:80px;border-right:1px solid #dcdcdc;margin-right:20px}
@media screen and (max-width:1920px){
.g_list9 .item_con .left{width:calc(80 / 1920 * 100vw);min-width:60px;margin-right:calc(20 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list9 .item_con .left{width:5em;margin-right:.3rem}
}
.g_list9 .item_con .txt{flex:1;line-height:calc(46 / 36);min-width: 0;}
.g_list9 .item_con .btn{flex:none;margin-left:40px}
@media screen and (max-width:1920px){
.g_list9 .item_con .btn{margin-left:calc(40 / 1920 * 100vw)}
}
@media screen and (max-width:750px){
.g_list9 .item_con .btn{margin-left:.3rem}
}
.g_list9 .item_con .more{width:40px;height:40px;background-color:#fff;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;display:-ms-flexbox;display:-webkit-box;display:flex;align-items:center;justify-content:center;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:1920px){
.g_list9 .item_con .more{width:calc(40 / 1920 * 100vw);height:calc(40 / 1920 * 100vw);min-width:30px;min-height:30px}
}
@media screen and (max-width:750px){
.g_list9 .item_con .more{width:.6rem;height:.6rem}
}
.g_list9 .item_con .more i{width:21px;height:21px;background-image:url(../images/gt.png);background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;-ms-background-size:contain;background-size:contain;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
@media screen and (max-width:750px){
.g_list9 .item_con .more i{width:.3rem;height:.3rem}
}
.g_list9 .item_con .date{font-size:20px;display:block;margin-bottom: 5px;}
@media screen and (max-width:1440px){
.g_list9 .item_con .date{font-size:18px}
}
@media screen and (max-width:1280px){
.g_list9 .item_con .date{font-size:16px}
}
@media screen and (max-width:750px){
.g_list9 .item_con .date{font-size:.32rem}
}
.g_list9 .item_con .title{font-size:18px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;margin-bottom: 15px;/* height: calc(46 / 36* 2em); */display: block;white-space: nowrap;text-overflow: ellipsis;}
@media screen and (max-width:1440px){
.g_list9 .item_con .title{font-size:16px}
}
@media screen and (max-width:1280px){
.g_list9 .item_con .title{font-size:14px}
}
@media screen and (max-width:750px){
.g_list9 .item_con .title{font-size:.28rem}
}
.g_list9 .item_con .desc{opacity:.7;/* height:calc(46 / 36 * 2em); */display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 1;text-overflow:ellipsis;overflow:hidden}
.g_list10 .swiper{overflow:hidden}
.g_list10 .swiper .swiper-btns{position:static;margin-top:30px}
@media screen and (max-width:750px){
.g_list10 .swiper .swiper-btns{margin-top:.3rem}
}
@media screen and (max-width:750px){
.g_list10 .swiper .swiper-slide.swiper-slide-next .picture{mask:url(../images/mask2.png);-webkit-mask:url(../images/mask2.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%}
}
.g_list10 .swiper .swiper-slide.swiper-slide-next+.swiper-slide .picture{mask:url(../images/mask2.png);-webkit-mask:url(../images/mask2.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%}
.g_list10 .swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide .picture{mask:url(../images/mask2.png);-webkit-mask:url(../images/mask2.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%}
.g_list10 .swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide .picture{mask:url(../images/mask2.png);-webkit-mask:url(../images/mask2.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%}
.g_list10 .swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .picture{mask:url(../images/mask2.png);-webkit-mask:url(../images/mask2.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%}
.g_list10 .picture{height:0;padding-top:calc(230 / 375 * 100%);background-color:#077254;-webkit-border-radius:10px;-ms-border-radius:10px;border-radius:10px;position:relative;overflow:hidden;mask:url(../images/mask1.png);-webkit-mask:url(../images/mask1.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;-webkit-transition:.35s;-ms-transition:.35s;transition:.35s}
.g_list10 .picture img{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transition:.5s;-ms-transition:.5s;transition:.5s;object-fit: cover;}
.g_list10 .picture:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}