@charset "utf-8";.btn{font-size:14px;height:38px;border-radius:20px;line-height:1}
.btn-more,.btn-more:focus{border-color:#b6975b;background-color:#fff;color:#b6975b;box-shadow:none}
.btn-more:hover{color:#fff;background-color:#b6975b;box-shadow:none}
.background-image-holder{background-size:cover !important;background-position:50% 50%;width:100%;height:100%;position:absolute;left:0;top:0;background-repeat:no-repeat}
.background-image-holder img{display:none;}[data-animate],[data-caption-animate]{opacity:0;}
.animated[data-animate],.animated[data-caption-animate]{opacity:1}
.spotlight{cursor:pointer}
.jgs-maincontent-wrap{background-color:#fff;margin-left:auto;margin-right:auto;min-height:100vh;max-width:1904px;overflow:hidden;min-width:320px;}
.jgs-top{background-color:#fff;position:relative;z-index:9;}
.jgs-top:after{position:absolute;top:100%;right:0;left:0;z-index:2;height:24px;content:"";pointer-events:none;box-shadow:inset 0 12px 12px -12px rgba(0,0,0,.2);}
.jgs-header{justify-content:center}
.jgs-header>.main-nav,.jgs-header>.tel-content{display:none}
.jgs-header>.logo{margin-bottom:8px;line-height:1;background-image:url("../images/Logo.png");background-repeat:no-repeat;background-size:cover;flex-basis:136px;flex-grow:0;flex-shrink:0;height:40px;position:relative;font-size:0;margin-top:8px;margin-left:auto}
.jgs-header>.logo>a{display:block;width:100%;height:100%}
.jgs-header>.mobile-nav__toggler{margin-left:auto;}
.jgs-header>.mobile-nav__toggler .navbar-toggler-icon{width:16px;height:18px;position:relative;display:block;padding:0;margin:0;margin-right:7px;border-bottom:2px solid var(--red);transform:translateX(8px);}
.jgs-header>.mobile-nav__toggler .navbar-toggler-icon:before,.jgs-header>.mobile-nav__toggler .navbar-toggler-icon:after{width:16px;position:absolute;height:2px;background-color:var(--red);top:0;left:0;content:'';z-index:2;transform:translateX(-8px);transition:all 200ms linear;}
.jgs-header>.mobile-nav__toggler .navbar-toggler-icon:after{top:8px;width:24px;left:0;}
.mobile-nav__wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transition:-webkit-transform 500ms ease;transition:-webkit-transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease;z-index:999;}
.mobile-nav__wrapper.expanded{-webkit-transform:scale(1,1);transform:scale(1,1);}
.mobile-nav__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000;opacity:0.8;cursor:pointer;}
.mobile-nav__content{width:300px;background-color:#fff;z-index:10;position:relative;height:100%;overflow-y:auto;padding-top:20px;padding-bottom:20px;padding-left:15px;padding-right:15px;}
.mobile-nav__content .logo-box{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;}
.mobile-nav__content .logo-box a{display:block;height:40px;width:136px;background-image:url("../images/Logo.png");background-repeat:no-repeat;background-size:cover;}
.mobile-nav__close{position:absolute;top:20px;right:15px;font-size:22px;cursor:pointer;}
.mobile-nav__content .main-menu_list>li{border-bottom:1px solid #f4f4f4}
.mobile-nav__content .main-menu_list>li>a{line-height:40px;letter-spacing:2px;display:block;}
.mobile-nav__content .main-menu_list>li.current>a{color:var(--primary);font-weight:700}
.mobile-nav__content .mobile-nav__telwrap{margin-top:20px;text-align:center}
.mobile-nav__content .mobile-nav__telwrap>p{margin-bottom:0;color:rgba(0,0,0,.6);font-size:14px;letter-spacing:2px;}
.mobile-nav__content .mobile-nav__telwrap>.tel{font-size:20px;font-weight:700;margin-bottom:10px;}
.mobile-nav__content .mobile-nav__telwrap>.tel:before{content:"\e7a2";font-family:iconfont;margin-right:4px;font-weight:400!important}
.jgs-footer{background-color:var(--primary-dark);color:#fff;padding-top:30px;padding-bottom:70px;}
.footer-a{flex-wrap:wrap;align-items:center;margin-bottom:20px;}
.footer-a>.logo{flex-grow:0;flex-shrink:0;height:40px;flex-basis:136px;background-image:url("../images/Logo-light.png");background-repeat:no-repeat;background-size:cover;margin-right:14px;}
.footer-a>.vr-img{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 150px);border-radius:6px;position:relative;height:48px;background-image:url("../images/f-vr-img.jpg");background-repeat:no-repeat;background-position:50% 50%;background-size:cover;}
.footer-a>.vr-img>a{display:block;text-align:center;color:#fff;font-size:14px;height:100%;padding-top:12px;letter-spacing:2px;}
.footer-a>.contact{flex-basis:100%;flex-shrink:0;flex-grow:0;margin-top:15px;font-size:12px;border-radius:6px;background-image:linear-gradient(90deg,#024238,#09a089,#024238);padding:6px 6px 6px 56px;position:relative}
.footer-a>.contact>.add{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.footer-a>.contact>.tel{color:#e7b75d}
.footer-a>.contact>.name{position:absolute;left:12px;top:6px;opacity:.6}
.footer-b{display:none;}
.footer-c{font-size:12px;color:rgba(255,255,255,.5);text-align:center}
.footer-c a{color:rgba(255,255,255,.5)}
.footer-c a:hover,.footer-a>.vr-img>a:hover{color:#e7b75d;}
.footer-c>span{margin-left:10px;}


.carousel {
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 800px;
      margin: 20px auto;
      border-radius: 10px;
      touch-action: pan-y;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
      will-change: transform;
    }

    .carousel-slide {
      min-width: 100%;
      user-select: none;
    }

    .carousel-slide img {
      width: 100%;
      display: block;
    }

    .carousel-dots {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 4px;
    }

    .carousel-dot {
      height: 6px;
      width: 6px;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      transition: all 0.3s ease;
    }

    .carousel-dot.active {
      width: 18px;
      background-color: orange;
      border-radius: 10px;
    }
	

@media (min-width:768px){.jgs-header{justify-content:flex-start}
.jgs-header>.logo{margin-left:0}
.jgs-header>.main-nav{display:block;padding-top:15px;margin-left:auto}
.jgs-header>.main-nav .main-menu_list{display:flex;}
.jgs-header>.main-nav .main-menu_list>li + li{margin-left:10px;}
.jgs-header>.main-nav .main-menu_list>li>a{display:block;font-size:14px;line-height:40px;padding-bottom:15px;position:relative}
.jgs-header>.main-nav .main-menu_list>li.current>a{color:var(--primary)}
.jgs-header>.main-nav .main-menu_list>li.current>a:before{content:"";height:4px;background-color:var(--primary);width:100%;position:absolute;bottom:0;left:0}
.jgs-header>.mobile-nav__toggler,.mobile-nav__wrapper{display:none!important}
.jgs-footer{padding-top:40px;padding-bottom:40px;}
.footer-a{flex-wrap:nowrap;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-a>.vr-img{flex-basis:200px;height:54px;margin-right:15px;}
.footer-a>.vr-img>a{padding-top:16px;}
.footer-a>.contact{flex-grow:1;flex-basis:auto;margin-top:0;font-size:14px;}
.footer-b{display:block;}
.quick-navlist{border-bottom:1px dashed rgba(255,255,255,.2);margin-bottom:15px;}
.quick-navlist>li{display:flex;margin-bottom:15px;}
.quick-navlist .item{flex:0 0 100px;min-width:0;color:rgba(255,255,255,.8);font-weight:600}
.quick-navlist .desc{flex-grow:1;min-width:0;display:flex;flex-wrap:wrap;font-size:14px;}
.quick-navlist .desc>a{display:block;color:#fff;margin-left:10px;}
.quick-navlist .desc>a:hover{color:#e7b75d;}}
@media (min-width:992px){.jgs-header>.logo{margin-bottom:0;margin-top:0;}
.jgs-header>.main-nav{margin-left:50px;}
.jgs-header>.tel-content{display:flex;margin-left:auto;align-items:center;}
.jgs-header>.tel-content>.num{font-size:18px;margin-right:10px;line-height:1.1;font-weight:600}
.jgs-header>.tel-content>.num>i{margin-right:3px;font-weight:400!important}
.footer-a{padding-bottom:20px;margin-bottom:20px;}
.footer-a>.vr-img{flex-basis:400px}
.footer-c{font-size:14px;}
.quick-navlist>li{padding-left:15px;}
.quick-navlist .desc>a{margin-left:15px;}}
@media (min-width:1200px){.jgs-header>.logo{flex-basis:204px;height:60px;}
.jgs-header>.main-nav{margin-left:100px}
.jgs-header>.main-nav .main-menu_list>li + li{margin-left:20px;}
.jgs-header>.main-nav .main-menu_list>li>a{font-size:16px;line-height:60px;}
.jgs-header>.tel-content>.num{font-size:22px;margin-right:20px;}
.jgs-header>.tel-content>.btn{width:110px;}
.footer-a{padding-bottom:30px;}
.footer-a>.logo{margin-right:40px;height:60px;flex-basis:204px;}
.footer-a>.vr-img{flex-basis:460px;height:60px;margin-right:30px;}
.footer-a>.vr-img>a{padding-top:16px;font-size:16px;}
.footer-a>.contact{padding:9px 8px 9px 56px;}
.footer-a>.contact>.name{top:9px;}
.quick-navlist{margin-bottom:20px;}
.quick-navlist .item{font-size:17px;flex:0 0 110px}
.quick-navlist .desc{font-size:15px;}
.quick-navlist .desc>a{min-width:85px;text-align:center}}
@media (min-width:1400px){.footer-a>.logo{margin-right:60px;}
.footer-a>.vr-img{margin-right:58px;}
.footer-a>.contact{border-radius:0 6px 6px 0}
.footer-a>.contact:before{content:"";position:absolute;top:0;height:100%;width:28px;background-image:url("../images/f-contact-img.png");background-size:100% 100%;right:100%}}
@media (min-width:1920px){.jgs-maincontent-wrap{box-shadow:0 0 18px 0 rgba(125,125,125,.2)}}
.home-top-ban{background-color:#f5f9f8;overflow:hidden;user-select:none!important}
.home-top-ban .item{position:relative;height:160px}
.home-top-ban .item>.container{z-index:2;position:relative;height:100%;padding-top:40px;}
.home-top-ban .item>.container>.tel{color:#fff;position:relative;margin-left:60px;background:linear-gradient(90deg,rgba(220,171,90,0),rgba(220,171,90,1));display:inline-block;padding-right:6px;padding-left:6px;margin-bottom:8px}
.home-top-ban .item>.container>.tel:before{content:"";background-image:url("../images/home-img-1.png");width:60px;height:25px;background-size:cover;right:100%;top:0;position:absolute}
.home-top-ban .item>.container>.tel>span{display:none}
.home-top-ban .item>.container>.title{font-size:20px;color:#fff;font-weight:600;letter-spacing:2px;}
.home-top-ban .item>.img{z-index:1}
.home-top-ban .item>.container>.tedian{display:none!important;position:relative}
.subpage-ban{overflow:hidden;background-color:#fff;position:relative;text-align:right;user-select:none!important;}
.subpage-ban>.container{position:relative;z-index:2;text-align:left}
.subpage-ban .title{color:var(--primary-dark);font-size:24px;margin-bottom:10px;font-weight:700}
.subpage-ban .subtitle{color:#888;font-size:12px;}
.subpage-ban .img{display:inline-block;position:relative}
.subpage-ban .img>.element{position:absolute;bottom:-10px;left:20%;width:90px;z-index:1}
.subpage-ban.muqu .img>.element{width:60px}
.subpage-ban.zhi-D .img>.element{left:50%}
.subpage-ban .img>.element-line{position:absolute;left:0;right:0;bottom:0;animation:8s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running fadeInDown}
.jgs-page-nav,.jgs-page-nav_b{margin-top:10px;max-width:480px;display:flex;flex-wrap:wrap}
.jgs-page-nav>li{flex:0 0 49%;min-width:0;margin-bottom:5px;margin-right:1%}
.jgs-page-nav>li>a{display:block;font-size:14px;line-height:1;padding:8px 8px 8px 15px;background:linear-gradient(90deg,#faf4f3,rgba(250,244,243,0))}
.jgs-page-nav>li.active>a{background:linear-gradient(90deg,#d6a64b,rgba(250,244,243,0));color:#fff;position:relative}
.jgs-page-nav>li.active>a:before{content:"";position:absolute;left:5px;width:5px;height:5px;border-radius:50%;background-color:#fff;top:12px}
.jgs-page-nav_b>li{flex:0 0 32.3333%;min-width:0;margin-bottom:5px;margin-right:1%}
.jgs-page-nav_b>li>a{display:block;font-size:14px;line-height:1;padding:8px 8px 8px 15px;background:#fff;border:1px solid var(--yellow);border-radius:18px;text-align:center}
.jgs-page-nav_b>li.active>a{color:#fff;background-color:var(--yellow)}
.jgs-yema{display:flex;justify-content:center;padding-top:15px;margin-right:-5px;}
.jgs-yema>li{padding-right:5px;}
.jgs-yema>li>a,.jgs-yema>li>span{display:flex;align-items:center;justify-content:center;height:32px;width:32px;background-color:#e6e6e6;font-size:12px;}
.jgs-yema>li>a:hover,.jgs-yema>li.active>span,.jgs-yema>li.active>a{color:#fff;background-color:#d5a549}

.jgs-yema>li>.current{color:#fff;background-color:#d5a549}

.breadcrumb-wrap{border-top:1px solid #dedede;padding-top:15px;margin-top:20px;}
.jgs-brdadcrumb{display:flex;font-size:12px;color:#888}
.jgs-brdadcrumb>li + li{padding-left:15px;position:relative}
.jgs-brdadcrumb>li + li:before{content:"";position:absolute;height:1px;width:8px;left:3px;top:48%;border-bottom:1px solid #ccc;}
.jgs-brdadcrumb>li{max-width:160px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.breadcrumb-wrap.light{border-top-color:rgba(125,125,125,.4)}
.breadcrumb-wrap.light a{color:#fff}
.breadcrumb-wrap.light a:hover{color:var(--yellow)}
.goumuzhidao{margin-top:20px;position:relative;}
.goumuzhidao>.txt{position:absolute;left:14px;z-index:1;font-size:14px;top:8px;}
.goumuzhidao>.txt span{font-weight:500;color:var(--red);margin-left:6px;letter-spacing:1px;}
.goumuzhidao>.img{position:relative;height:60px;}
.goumuzhidao>.img .background-image-holder{border-radius:8px;}
.goumuzhidao.for-home{margin-top:0!important}
@media (min-width:768px){.home-top-ban .item{height:300px}
.home-top-ban .item>.container{padding-top:60px;}
.home-top-ban .item>.container>.tel{margin-left:140px;padding-right:12px;padding-left:10px;margin-bottom:10px;font-size:24px;line-height:50px}
.home-top-ban .item>.container>.tel:before{width:120px;height:50px;}
.home-top-ban .item>.container>.title{font-size:34px;margin-left:20px}
.jgs-yema{margin-right:-10px;}
.jgs-yema>li{padding-right:10px;}
.jgs-yema>li>a,.jgs-yema>li>span{height:40px;width:40px;font-size:14px;}
.breadcrumb-wrap{padding-top:20px;margin-top:30px;}
.jgs-brdadcrumb{font-size:14px;}
.goumuzhidao{margin-top:30px;}
.goumuzhidao>.txt{left:5%;font-size:16px;top:15px;}
.goumuzhidao>.img{height:80px;}
.goumuzhidao>.img .background-image-holder{border-radius:0}}
@media (min-width:992px){.home-top-ban .item{height:500px}
.home-top-ban .item>.container>.tel{margin-left:140px;padding-right:12px;padding-left:10px;margin-bottom:10px;font-size:26px;}
.home-top-ban .item>.container>.title{font-size:34px;margin-left:20px;margin-bottom:10px}
.home-top-ban .item>.container>.tedian{display:block!important;height:260px;background-image:url("../images/home-img-2.png");background-repeat:no-repeat;background-size:auto 100%}
.home-top-ban .item>.container>.tedian>li{position:absolute}
.home-top-ban .item>.container>.tedian>li:nth-child(1){left:350px;top:-15px;}
.home-top-ban .item>.container>.tedian>li:nth-child(2){left:170px;top:10%}
.home-top-ban .item>.container>.tedian>li:nth-child(3){left:40px;top:40%}
.home-top-ban .item>.container>.tedian>li>span{display:flex;width:80px;height:80px;background-color:#fff;border-radius:50%;font-size:14px;align-items:center;justify-content:center;border:4px solid var(--primary-dark);color:var(--primary-dark);line-height:1.3;font-weight:300}
.subpage-ban .title{font-size:28px;}
.subpage-ban .img>.element{left:15%;width:auto;bottom:0}
.subpage-ban.muqu .img>.element{width:auto}
.subpage-ban.zhi-D .img>.element{left:12%}
.jgs-page-nav,.jgs-page-nav_b{margin-top:15px;max-width:none}
.jgs-page-nav>li{flex:0 0 24%;}
.jgs-page-nav>li>a{font-size:16px;padding:10px 10px 10px 15px;}
.jgs-page-nav>li.active>a:before{top:15px}
.jgs-page-nav_b>li{flex:0 0 19%;margin-bottom:10px}
.jgs-page-nav_b>li>a{font-size:16px}
.goumuzhidao{margin-top:40px;}
.goumuzhidao>.img{height:100px;}
.goumuzhidao>.txt{left:10%;font-size:18px;top:25px;}
.jgs-brdadcrumb>li{max-width:240px}}
@media (min-width:1200px){.home-top-ban .item{height:700px}
.home-top-ban .item>.container{padding-top:100px;}
.home-top-ban .item>.container>.tel{padding-right:40px;padding-left:40px;margin-bottom:15px;margin-left:160px;font-size:28px}
.home-top-ban .item>.container>.title{font-size:48px;margin-left:40px;margin-bottom:20px}
.home-top-ban .item>.container>.tedian{height:380px;}
.home-top-ban .item>.container>.tedian>li:nth-child(1){left:500px;top:-15px;}
.home-top-ban .item>.container>.tedian>li:nth-child(2){left:280px;top:8%}
.home-top-ban .item>.container>.tedian>li:nth-child(3){left:100px;top:30%}
.home-top-ban .item>.container>.tedian>li>span{width:112px;height:112px;font-size:16px;border-width:8px;}
.subpage-ban>.container{margin-top:-30px}
.subpage-ban:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background-color:rgba(0,91,78,.06);top:10%;left:10%;z-index:1;animation:5s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running fadeInLeft}
.subpage-ban .title{font-size:36px;}
.subpage-ban .subtitle{font-size:16px;font-weight:300}
.jgs-yema>li>a,.jgs-yema>li>span{font-size:16px;}
.breadcrumb-wrap{padding-top:20px;margin-top:40px;}
.jgs-brdadcrumb>li{max-width:none}
.jgs-brdadcrumb>li + li{padding-left:20px;}
.jgs-brdadcrumb>li + li:before{width:10px;left:5px;}
.goumuzhidao>.img{height:120px;}
.goumuzhidao>.txt{left:320px;padding-left:20px;font-size:22px;}
.goumuzhidao>.txt:before{content:"";position:absolute;right:100%;top:-10px;width:265px;height:88px;background-image:url("../images/ban-guide-title.png");background-size:cover;}}
@media (min-width:1400px){.home-top-ban .item>.container{padding-top:110px;}
.home-top-ban .item>.container>.tel{padding-right:55px;padding-left:55px;margin-left:180px;}
.home-top-ban .item>.container>.tel>span{display:inline-block;margin-right:10px;}
.home-top-ban .item>.container>.title{font-size:64px;margin-left:60px;}
.subpage-ban{height:420px;}
.subpage-ban:before{width:240px;height:240px;}
.subpage-ban>.container{height:100%;padding-top:90px;margin-top:0;}
.subpage-ban .title{font-size:44px;}
.subpage-ban .img{position:absolute;right:0;top:0;display:block;}
.jgs-page-nav,.jgs-page-nav_b{margin-top:25px;max-width:480px}
.jgs-page-nav>li{flex:0 0 100%;margin-right:0;padding-left:10px;}
.jgs-page-nav>li>a{font-size:17px;padding:10px 10px 10px 25px;}
.jgs-page-nav>li.active>a{margin-left:-10px;}
.jgs-page-nav>li.active>a:before{top:16px;left:12px;}
.jgs-page-nav_b>li{flex:0 0 24%}
.goumuzhidao{padding:10px 30px;background-image:url("../images/ban-guide_bg.png");background-repeat:no-repeat;}
.goumuzhidao>.txt{left:340px;top:36px}}
.jgs-pagebody,.jgs-fuwu-wrap_b,.jgs-muqu-wrap,.jgs-muxing-wrap{background-color:#f5f5f5;min-height:60vh;background-image:url("../images/bg-img.jpg");background-repeat:no-repeat;background-position:top center;background-size:100% auto;padding-top:30px;padding-bottom:30px}
.zhidao-list>li{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #dedede}
.zd-article-item{display:flex;position:relative}
.zd-article-item>.img{flex:0 0 30%;order:13;margin-left:14px;}
.zd-article-item>.img img{width:100%}
.zd-article-item>.txt{flex-grow:1;min-width:0;}
.zd-article-item>.txt .title{font-size:17px;line-height:1.3}
.zd-article-item>.txt .desc{font-size:12px;margin-top:10px;color:#888;display:none}
.artilce-titlewrap{background-image:linear-gradient(120deg,#0d7d6d,#005349,#005349,#108774);padding-top:30px;padding-bottom:30px;color:#fff;position:relative}
.artilce-titlewrap .title{font-size:22px;margin-bottom:0;padding-top:20px;padding-bottom:20px;line-height:1.5;position:relative}
.artilce-titlewrap .title:before,.artilce-titlewrap .title:after{content:"";position:absolute;height:5px;width:100%;left:0}
.artilce-titlewrap .title:before{top:0;border-bottom:1px solid rgba(255,255,255,.2);border-top:2px solid rgba(255,255,255,.2)}
.artilce-titlewrap .title:after{bottom:0;border-top:1px solid rgba(255,255,255,.2);border-bottom:2px solid rgba(255,255,255,.2)}
.artilce-titlewrap .meta{display:flex;margin-top:10px;font-size:12px;}
.artilce-titlewrap .meta .year{margin-right:6px;}
.artilce-titlewrap .meta .source{margin-left:auto}
.article-container{padding-top:20px;padding-bottom:30px;min-height:50vh;line-height:1.8;color:#666}
.article-container h3{font-size:18px;font-weight:700;margin-bottom:20px;line-height:1.5}
.article-container a{color:var(--primary)}
.article-container a:hover{color:#d5a549}
.article-container .img-wrap{position:relative;text-align:center}
.article-container .img-wrap i{font-size:12px;}
.article-container img{display:block;margin-left:auto;margin-right:auto;border-radius:6px;}
.article-nav{padding-bottom:20px;}
.article-nav .item{padding:10px;background-color:#f5f9f8;border-radius:6px;font-size:12px;margin-bottom:5px;}
.article-nav .item p{margin-bottom:6px;color:#888}
.article-relation{background-color:#f5f5f5;padding-top:30px;padding-bottom:30px;}
.jgs-normal-title{margin-bottom:20px;}
.jgs-normal-title:after{content:"";display:block;height:5px;border-bottom:1px solid #484848;border-top:2px solid #484848;margin-top:10px;}
.jgs-normal-title>.title{font-size:18px;font-weight:700;margin-bottom:0;line-height:1.5}
.relation-list .item{display:flex;align-items:center}
.relation-list .item>.title{font-size:14px;flex-grow:1;min-width:0;padding-left:10px;position:relative}
.relation-list .item>.title:before{content:"";width:4px;height:4px;border-radius:50%;background-color:#adadad;position:absolute;left:0;top:50%;margin-top:-2px;}
.relation-list .item>.title a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:36px;}
.relation-list .item>.line{display:none}
.relation-list .item>.date{font-size:12px;flex:0 0 auto;margin-left:10px;color:#888}
@media (min-width:768px){.zd-article-item>.img{margin-left:20px;}
.zd-article-item>.txt .title{font-size:20px;}
.zd-article-item>.txt .desc{font-size:14px;margin-top:15px;display:block;}
.artilce-titlewrap{padding-top:40px;padding-bottom:40px;}
.artilce-titlewrap .title{font-size:28px;padding-top:30px;padding-bottom:30px;}
.artilce-titlewrap .meta{font-size:14px;}
.article-container{padding-top:30px;line-height:2;padding-left:40px;padding-right:40px;}
.relation-list .item>.title{font-size:16px}}
@media (min-width:992px){.jgs-pagebody,.jgs-fuwu-wrap_b,.jgs-muqu-wrap,.jgs-muxing-wrap{padding-top:40px;padding-bottom:40px}
.zhidao-list>li{border-bottom:none;margin-bottom:0}
.zd-article-item{background-color:#fff;padding:8px;border:1px solid #dedede;transition:background-color .2s ease,border-color .2s ease;}
.zd-article-item>.img{flex:0 0 25%;order:-1;margin-left:0;margin-right:15px}
.zd-article-item>.img img{width:100%}
.zd-article-item>.txt{padding-left:15px;padding-top:15px;padding-right:40px;}
.zd-article-item>.txt:before{content:"";font-family:iconfont;position:absolute;right:-1px;width:8px;top:-1px;bottom:-1px;background-color:var(--primary);transition:width .2s ease;display:flex;justify-content:center;align-items:center;font-size:12px;}
.zd-article-item>.txt .title{font-size:22px;}
.zd-article-item>.txt .desc{font-weight:300;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;max-height:42px;margin-top:20px;}
.zd-article-item:hover{border-color:var(--primary);background-color:var(--primary);color:#fff;}
.zd-article-item:hover>.txt:before{background-color:#d5a549;width:20px;content:"\e618"}
.zd-article-item:hover>.txt a{color:#fff}
.zd-article-item:hover>.txt a:hover{color:#e1bf97}
.zd-article-item:hover>.txt .desc{color:rgba(255,255,255,.8)}
.artilce-titlewrap .artilce-title{display:flex}
.artilce-titlewrap .title{order:13;flex-grow:1;min-width:0;font-size:32px;padding-top:40px;}
.artilce-titlewrap .meta{margin-top:0;flex:0 0 200px;min-width:0;flex-direction:column;height:200px;margin-right:30px;background-image:url("../images/article-title-bg_1.png");background-repeat:no-repeat;background-size:cover;text-align:center;justify-content:center}
.artilce-titlewrap .meta .year{margin-right:0;font-size:16px;}
.artilce-titlewrap .meta .date{font-size:24px;font-style:italic}
.artilce-titlewrap .meta .source{margin-left:0;margin-top:15px;}
.article-container{font-size:17px;}
.article-container h3{font-size:20px;}
.article-container img{border-radius:12px;}
.article-nav{padding-bottom:30px;padding-top:20px}
.article-nav .item{padding:12px 15px;font-size:18px;height:100%;font-weight:300}
.article-nav .item p{font-size:14px;}
.article-relation{padding-top:40px;padding-bottom:40px;}
.jgs-normal-title{margin-bottom:30px;}
.jgs-normal-title:after{margin-top:10px;}
.jgs-normal-title>.title{font-size:22px;font-weight:500}
.relation-list{display:flex;flex-wrap:wrap;justify-content:space-between}
.relation-list>li{flex:0 0 49%;min-width:0;max-width:49%;}}
@media (min-width:1200px){.zhidao-list>li{padding-right:20px;}
.jgs-pagebody,.jgs-fuwu-wrap_b,.jgs-muqu-wrap,.jgs-muxing-wrap{padding-top:50px;padding-bottom:50px;}
.zd-article-item:hover>.txt:before{width:30px;font-size:16px;}
.zd-article-item>.img{flex:0 0 24%;}
.artilce-titlewrap>.container{position:relative;z-index:2}
.artilce-titlewrap:after{content:"";position:absolute;background-image:url("../images/article-title-bg_2.png");background-repeat:no-repeat;background-position:left center;background-size:auto;width:420px;height:100%;top:0;left:5%}
.artilce-titlewrap .title{font-size:38px;font-weight:300}
.artilce-titlewrap .meta{margin-right:60px;}
.article-container{padding-top:50px;margin-left:auto;margin-right:auto;max-width:1000px;}
.article-container h3{font-size:23px;font-weight:500}
.article-nav{padding-bottom:40px;}}
@media (min-width:1400px){.artilce-titlewrap{padding-top:50px;padding-bottom:50px;}
.artilce-titlewrap:after{left:calc(50% - 600px)}
.artilce-titlewrap .title{font-size:48px;}
.artilce-titlewrap .meta{margin-right:70px;flex-basis:240px;height:240px;}
.artilce-titlewrap .meta .date{font-size:34px;line-height:1.3}
.relation-list .item>.title{flex-grow:0;flex-basis:auto;max-width:400px;}
.relation-list .item>.title a{}
.relation-list .item>.line{display:block;flex-grow:1;margin-left:10px;height:1px;border-bottom:1px dashed #ccc}}
.jgs-muqu-swiper{margin-bottom:30px;overflow:visible}
.jgs-muqu-swiper .swiper-slide{width:300px}
.muqu-item{max-width:500px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;border-radius:6px;}
.muqu-item:after{content:"";position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,0) 50%)}
.muqu-item .stretched-link:after{z-index:3;transition:background-color .2s ease-in-out}
.muqu-item:hover .stretched-link:after{background-color:rgba(0,0,0,.2)}
.muqu-item>img{width:100%}
.muqu-item>.txt{position:absolute;left:10px;right:10px;bottom:15px;z-index:2;color:#fff;display:flex;align-items:center;}
.muqu-item>.txt>.txt-a{text-align:center;flex:0 0 64px;background-color:var(--yellow);height:64px;border-radius:50%;margin-right:12px;padding-top:6px;display:none}
.muqu-item>.txt>.txt-a>.num{font-size:17px;font-weight:700}
.muqu-item>.txt>.txt-a>.tips{font-size:12px;}
.muqu-item>.txt>.txt-b{flex-grow:1;min-width:0}
.muqu-item>.txt>.jt{background-image:url("../images/jt.png");background-size:cover;flex:0 0 24px;height:16px;margin-left:12px;}
.muqu-item>.txt .title{font-size:22px;margin-bottom:6px;}
.muqu-item>.txt .desc{font-size:12px;color:rgba(255,255,255,.7);line-height:1.3}
.swiper-slide-active .muqu-item>.txt>.txt-a{display:block}
.jgs-vr-link{position:relative;max-width:640px;margin-left:auto;margin-right:auto;}
.jgs-vr-link>.vr-btn-a{transform:translateY(-20px)}
.jgs-vr-link>.img{margin-left:15px;margin-right:15px;text-align:center}
.jgs-vr-link>.img img{border-radius:12px}
.muqu-xq-jieshao{margin-bottom:30px;position:relative}
.muqu-xq-jieshao>.img-wrap{position:relative}
.muqu-xq-jieshao>.img-wrap img{width:100%;border-radius:6px;}
.muqu-xq-jieshao>.txt-wrap{margin-top:12px;}
.muqu-xq-jieshao>.txt-wrap>.btn-wrap{margin-top:12px;text-align:center}
.muqu-xq-jieshao>.txt-wrap>.btn-wrap .btn{width:50%}
.muqu-xq-jieshao>.txt-wrap>.muqu-video{position:absolute;right:0;top:180px;transition:opacity .2s ease-in-out}
.muqu-xq-jieshao>.txt-wrap>.muqu-video>span{display:block;background-image:url("../images/jgs-video-btn.png");background-repeat:no-repeat;background-size:cover;height:44px;width:180px;cursor:pointer}
.muqu-xq-jieshao>.txt-wrap>.muqu-video:hover{opacity:.8}
.muqu-line{margin-bottom:20px;height:7px;border-top:1px solid #484848;border-bottom:3px solid #484848}
.muqu-muxing-list>li{margin-bottom:12px;}
.muxing-item_a{background-color:#fff;display:flex;position:relative;transition:background-color .2s ease-in-out}
.muxing-item_a>.img{flex:0 0 40%;min-width:0;}
.muxing-item_a>.txt{flex-grow:1;min-width:0;padding-left:12px;padding-top:10px;padding-right:10px;}
.muxing-item_a>.txt .title{font-size:17px;font-weight:700;margin-bottom:10px;}
.muxing-item_a>.txt .mx-td{color:#888;font-size:12px;margin-bottom:5px}
.muxing-item_a>.txt .mx-td>span + span{margin-left:4px;}
.muxing-item_a>.txt .go{width:25px;height:25px;background-image:url("../images/jt-b.png");background-repeat:no-repeat;position:absolute;right:12px;bottom:12px;background-size:cover;border-radius:50%;transition:background-position .12s ease-in-out}
.muxing-item_a:hover{background-color:#f3ecde}
.muxing-item_a:hover>.txt .go{background-position:-25px 0;}
.mx-price{color:#888}
.mx-price>span{color:#ff6800;font-size:18px}
.mx-price>span:after{content:"\5143\8d77";color:#888;font-size:12px;margin-left:3px}
.mx-price.no>span:after{display:none}
.more-muxing-btn{padding-top:12px;}
.more-muxing-btn .btn{width:50%;}
@media (min-width:768px){.muqu-xq-jieshao{display:flex;}
.muqu-xq-jieshao>.img-wrap{margin-right:15px;flex:0 0 50%;min-width:0}
.muqu-xq-jieshao>.txt-wrap{flex-grow:1;min-width:0;}
.more-muxing-btn .btn{width:180px;}
.muxing-item_a>.img{flex:0 0 25%;}}
@media (min-width:992px){.jgs-muqu-swiper{margin-bottom:50px;}
.jgs-muqu-swiper .swiper-slide{width:400px}
.muqu-item{max-width:500px;}
.muqu-item{border-radius:8px;}
.muqu-item>.txt{left:15px;right:15px;bottom:20px;}
.muqu-item>.txt>.txt-a{flex:0 0 80px;height:80px;padding-top:10px;}
.muqu-item>.txt>.txt-a>.num{font-size:20px;font-weight:700}
.muqu-item>.txt>.txt-a>.tips{font-size:14px;}
.muqu-item>.txt>.jt{flex:0 0 48px;height:32px;}
.muqu-item>.txt .title{font-size:26px;}
.muqu-item>.txt .desc{font-size:14px;}
.jgs-vr-link>.vr-btn-a{transform:translateY(-30px);transition:transform .5s ease}
.jgs-vr-link>.img{margin-left:25px;margin-right:25px;}
.jgs-vr-link>.img img{border-radius:12px;}
.jgs-vr-link:hover>.vr-btn-a{transform:translateY(-38px)}
.muqu-xq-jieshao{margin-bottom:30px}
.muqu-xq-jieshao>.img-wrap{margin-right:30px;flex-basis:400px}
.muqu-xq-jieshao>.txt-wrap{padding-top:20px;}
.muqu-xq-jieshao>.txt-wrap>.btn-wrap{margin-top:24px;text-align:left}
.muqu-xq-jieshao>.txt-wrap>.btn-wrap .btn{width:180px;}
.muqu-xq-jieshao>.txt-wrap>.muqu-video{top:auto;bottom:15px;}
.muqu-line{margin-bottom:30px;height:10px;border-bottom-width:4px}
.muqu-muxing-list{display:flex;flex-wrap:wrap;margin-left:-6px;margin-right:-6px;}
.muqu-muxing-list>li{flex:0 0 33.3333%;padding-left:6px;padding-right:6px;}
.muxing-item_a>.img{flex:0 0 40%;}}
@media (min-width:1200px){.jgs-muqu-swiper{margin-bottom:70px;overflow:hidden}
.jgs-muqu-swiper .swiper-slide{width:500px}

.muqu-item{border-radius:12px;}
.muqu-item>.txt{left:20px;right:20px;bottom:30px;}
.muqu-item>.txt>.txt-a>.num{font-size:22px;font-weight:500}
.muqu-item>.txt .title{font-size:28px;}
.muqu-xq-jieshao{margin-bottom:40px;}
.muqu-xq-jieshao>.img-wrap{flex-basis:480px;}
.muqu-line{margin-bottom:40px;}
.muqu-xq-jieshao>.txt-wrap>.btn-wrap{margint-top:36px;}
.muxing-item_a{padding:8px;transition:transform .3s ease-in-out}
.muxing-item_a>.img{flex:0 0 180px;}
.muxing-item_a>.txt .title{font-size:18px;font-weight:600;}
.muxing-item_a>.txt .mx-td{font-size:14px;}
.muxing-item_a:hover{transform:translateY(-10px)}
.mx-price>span{font-size:20px}
.muxing-item_a>.txt .go{width:50px;height:50px;right:12px;bottom:12px;}
.muxing-item_a:hover>.txt .go{background-position:-50px 0;}}
@media (max-width:767px){.jgs-muqu-swiper .swiper-button-next{right:-10px;border:none}
.jgs-muqu-swiper .swiper-button-prev{left:-10px;border:none}}
.jgs-fuwu-wrap{min-height:50vh;padding-top:20px;}
.jgs-normal-title_a,.jgs-normal-title_b{margin-bottom:20px;text-align:center;overflow:hidden}
.jgs-normal-title_b>.title{display:inline-block;position:relative;font-size:20px;font-weight:700;margin-bottom:0;line-height:1;padding:0 8px;}
.jgs-normal-title_b>.title>span,.jgs-normal-title_a>.title-wrap>.title>span{color:#d5a54a}
.jgs-normal-title_b>.title:before,.jgs-normal-title_b>.title:after{content:"";position:absolute;height:1px;width:30px;background-color:var(--primary);top:50%;}
.jgs-normal-title_b>.title:before{right:100%}
.jgs-normal-title_b>.title:after{left:100%}
.jgs-normal-title_b>.subtitle,.jgs-normal-title_a>.title-wrap>.subtitle{color:#888;font-size:12px;margin-top:8px;}
.jgs-normal-title_b>.subtitle>span{position:relative}
.jgs-normal-title_a{display:flex;justify-content:space-between;text-align:left;align-items:center}
.jgs-normal-title_a>.title-wrap>.title{font-size:20px;font-weight:700;margin-bottom:0;line-height:1.1;}
.fuwu-aztc{padding-bottom:15px}
.fuwu-aztc>li{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between;position:relative}
.fuwu-aztc>li:after{content:"";position:absolute;top:0;bottom:0;left:70%;width:3px;background-color:var(--primary)}
.fuwu-aztc>li:first-child:after{top:calc(50% - 5px)}
.fuwu-aztc>li:last-child:after{bottom:calc(50% + 5px)}
.fuwu-aztc .img{flex:0 0 70%;min-width:0;padding-right:50px;position:relative;}
.fuwu-aztc .img:before{content:"";position:absolute;right:-5px;height:7px;width:7px;background-color:var(--primary);border-radius:50%;top:calc(50% - 3px)}
.fuwu-aztc .img:after{content:"";position:absolute;right:0;height:1px;top:50%;border-bottom:1px dashed var(--primary);width:90%;}
.fuwu-aztc .img img{border-radius:6px;position:relative;z-index:1}
.fuwu-aztc .title{text-align:right;flex-grow:1;}
.fuwu-aztc .title>span{display:inline-flex;border:1px solid var(--primary);border-radius:6px;padding:5px;color:var(--primary);}
.jgs-fuwu-tips{text-align:center;padding-bottom:15px;}
.jgs-fuwu-tips .btn{width:200px;}
.jgs-fuwu-more_row,.jgs-dt-row{margin-left:-8px;margin-right:-8px}
.jgs-fuwu-more_row>[class*="col-"],.jgs-dt-row>[class*="col-"]{padding-right:8px;padding-left:8px;margin-bottom:16px;}
.jgs-fuwu-more_row .item{background-color:#fff;border-radius:8px;height:100%;position:relative;}
.jgs-fuwu-more_row .item .img img{border-radius:8px 8px 0 0;width:100%}
.jgs-fuwu-more_row .item .txt{padding:8px;}
.jgs-fuwu-more_row .item .txt .desc{font-size:14px;}
.jgs-fuwu-more_row .item .txt .more{display:none}
.jgs-fuwu-lcwrap{padding-bottom:30px;position:relative}
.jgs-fuwu-lcwrap .item-ul{position:relative}
.jgs-fuwu-lcwrap .item-ul>li{display:flex;margin-bottom:10px;align-items:center}
.jgs-fuwu-lcwrap .item-ul .title{flex:0 0 68px;min-width:0;height:68px;background-color:var(--primary);color:#fff;border-radius:50%;text-align:center;font-size:16px;padding-top:8px;}
.jgs-fuwu-lcwrap .item-ul .title>span{display:block;font-size:18px;line-height:1.2;font-weight:700}
.jgs-fuwu-lcwrap .item-ul .txt{font-size:14px;flex-grow:1;min-width:0;padding-left:15px;}
@media (min-width:768px){.jgs-fuwu-wrap{padding-top:30px;}
.jgs-normal-title_b>.subtitle{font-size:12px;}
.jgs-normal-title_a>.title-wrap{display:flex;align-items:center}
.jgs-normal-title_a>.title-wrap>.line{width:10px;}
.jgs-normal-title_a>.title-wrap>.subtitle{margin-top:0}}
@media (min-width:992px){.jgs-fuwu-wrap{padding-top:40px;}
.jgs-normal-title_a,.jgs-normal-title_b{margin-bottom:30px;}
.jgs-normal-title_b>.title,.jgs-normal-title_a>.title-wrap>.title{font-size:28px;font-weight:500}
.jgs-normal-title_b>.subtitle,.jgs-normal-title_a>.title-wrap>.subtitle{font-size:14px;}
.jgs-normal-title_a>.title-wrap>.line{width:50px;margin-left:10px;margin-right:10px;height:1px;background-color:var(--primary)}
.fuwu-aztc{padding-bottom:30px;}
.fuwu-aztc>li{padding-bottom:0;}
.fuwu-aztc>li:after{left:50%;}
.fuwu-aztc>li:first-child:after{top:50%}
.fuwu-aztc>li:last-child:after{bottom:50%}
.fuwu-aztc .img{flex:0 0 50%;}
.fuwu-aztc .img img{border-radius:12px;width:100%}
.fuwu-aztc .title{text-align:left;padding-left:40px}
.fuwu-aztc>li:nth-child(even) .img{order:13;padding-right:0;padding-left:50px}
.fuwu-aztc>li:nth-child(even) .img:before{right:auto;left:-3px;}
.fuwu-aztc>li:nth-child(even) .img:after{right:auto;left:0}
.fuwu-aztc>li:nth-child(even) .title{text-align:right;padding-left:0;padding-right:40px}
.jgs-fuwu-tips{padding-bottom:30px}
.jgs-fuwu-tips p{font-size:18px;}
.jgs-fuwu-more_row .item{border-radius:12px;transition:transform .2s ease-in-out}
.jgs-fuwu-more_row .item .img img{border-radius:12px 12px 0 0;}
.jgs-fuwu-more_row .item .txt{padding:15px 10px;}
.jgs-fuwu-more_row .item .txt .desc{font-size:14px;text-align:center}
.jgs-fuwu-more_row .item .txt .more{position:absolute;left:0;right:0;bottom:-18px;text-align:center;color:#fff;background-color:var(--yellow);border-radius:0 0 12px 12px;font-size:14px;line-height:28px;transition:opacity .3s ease;display:block;opacity:0;visibility:hidden;}
.jgs-fuwu-more_row .item:hover{transform:translateY(-12px)}
.jgs-fuwu-more_row .item:hover .more{visibility:visible;opacity:1}
.jgs-fuwu-lcwrap{padding-bottom:40px}
.jgs-fuwu-lcwrap:before,.jgs-fuwu-lcwrap:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;display:block;background-position:50% 0%;background-repeat:repeat-x}
.jgs-fuwu-lcwrap:before{background-image:url("../images/line-a.png");}
.jgs-fuwu-lcwrap:after{background-image:url("../images/line-b.png");}
.jgs-fuwu-lcwrap .item-ul{display:flex;justify-content:space-between;min-height:200px;position:relative;z-index:2}
.jgs-fuwu-lcwrap .item-ul>li{display:block;margin-bottom:10px;position:relative}
.jgs-fuwu-lcwrap .item-ul .title{font-size:22px;padding-top:8px;width:100px;height:100px}
.jgs-fuwu-lcwrap .item-ul .title>span{display:block;font-size:26px;}
.jgs-fuwu-lcwrap .item-ul .txt{padding-left:0;display:none;position:absolute;width:200px;left:50%;margin-top:6px;margin-left:-100px;text-align:center}
.jgs-fuwu-lcwrap .item-ul>li:nth-child(1){margin-top:120px}
.jgs-fuwu-lcwrap .item-ul>li:nth-child(2){margin-top:50px}
.jgs-fuwu-lcwrap .item-ul>li:nth-child(4){margin-top:60px}
.jgs-fuwu-lcwrap .item-ul>li:nth-child(5){margin-top:70px}
.jgs-fuwu-lcwrap .item-ul>li:nth-child(6){margin-top:150px}
.jgs-fuwu-lcwrap .item-ul>li:nth-child(7){margin-top:50px}
.jgs-fuwu-lcwrap .item-ul>li:hover .txt{display:block}
.jgs-fuwu-lcwrap .item-ul>li:hover .title{background-color:var(--yellow)}}
@media (min-width:1200px){.jgs-normal-title_a>.more{position:relative;padding-right:50px;background-image:url("../images/more-img.png");background-position:100% 50%;background-repeat:no-repeat;background-size:34px 8px}
.jgs-normal-title_a>.more .btn{width:120px}
.jgs-normal-title_b>.title,.jgs-normal-title_a>.title-wrap>.title{font-size:32px;}
.jgs-normal-title_b>.title:before,.jgs-normal-title_b>.title:after{width:50px;}
.fuwu-aztc>li:after{width:5px;margin-left:-2px}
.fuwu-aztc .img{padding-right:80px}
.fuwu-aztc .title{padding-left:40px}
.fuwu-aztc .title>span{border-radius:12px;padding:10px 18px;font-size:24px}
.fuwu-aztc .img:before{width:11px;height:11px;right:-6px}
.fuwu-aztc .img:after{margin-top:2px;}
.fuwu-aztc>li:nth-child(even) .img{padding-left:80px}
.fuwu-aztc>li:nth-child(even) .img:before{left:-5px;}
.jgs-fuwu-tips p{font-size:22px;}}
.jgs-muxing-wrap{background-image:none}
.muxing-item_b{background-color:#e3f0ee;position:relative;transition:background-color .2s ease-in-out}
.muxing-item_b>.img{position:relative}
.muxing-item_b>.img .muqu-name{position:absolute;left:18%;right:18%;bottom:0;background-color:var(--primary);color:#fff;font-size:12px;text-align:center;line-height:24px;border-top-left-radius:12px;border-top-right-radius:12px}
.muxing-item_b>.txt{padding:10px;text-align:center}
.muxing-item_b>.txt:before{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background-color:var(--primary);transition:background-color .2s ease,height .2s ease-in-out}
.muxing-item_b>.txt .title{font-size:17px;font-weight:700;margin-bottom:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.muxing-item_b>.txt .mx-td{color:#888;font-size:12px;}
.muxing-item_b>.txt .mx-td>span + span{margin-left:4px;}
.muxing-item_b:hover{background-color:#f3ecde}
.muxing-list-ul{display:flex;flex-wrap:wrap;margin-left:-6px;margin-right:-6px;}
.muxing-list-ul>li{margin-bottom:12px;flex:0 0 50%;min-width:0;padding-left:6px;padding-right:6px}
.muxing-filter-wrap{padding-top:15px;padding-bottom:15px}
.muxing-filter-wrap .filter-ul{display:flex;flex-wrap:wrap;margin-right:-3px;margin-left:-3px;}
.muxing-filter-wrap .filter-ul>li{flex:0 0 33.333%;padding-left:3px;padding-right:3px;padding-bottom:6px;min-width:0}
.muxing-filter-wrap .filter-ul>li a{display:block;text-align:center;font-size:12px;padding:6px 4px;background-color:#fff;border:1px solid var(--yellow);border-radius:18px;}
.muxing-filter-wrap .filter-ul>li.active a,.muxing-filter-wrap .filter-ul>li a:hover{background-color:var(--yellow);color:#fff}
.muxing-no-result{min-height:240px;display:flex;flex-direction:column;justify-content:center;text-align:center}
.muxing-no-result .tips-txt{font-size:14px;margin-bottom:15px;}
.muxing-no-result .tips-txt:before{content:"";display:block;width:82px;height:71px;background-size:cover;background-image:url("../images/no-result.svg");margin-left:auto;margin-right:auto;margin-bottom:10px;}
@media (min-width:768px){.muxing-list-ul>li{flex:0 0 33.3333%;}
.muxing-item_b>.img .muqu-name{left:24%;right:24%;}}
@media (min-width:992px){.muxing-list-ul>li{flex:0 0 25%;}
.muxing-item_b{padding:5px;transition:transform .3s ease-in-out}
.muxing-item_b:hover{transform:translateY(-15px)}
.muxing-item_b:hover>.txt:before{height:30px;background-color:var(--yellow);bottom:-17px;background-image:url("../images/jt.png");background-repeat:no-repeat;background-position:50%;background-size:24px 16px}
.muxing-filter-wrap .filter-ul{margin-right:-4px;margin-left:-4px;}
.muxing-filter-wrap .filter-ul>li{flex:0 0 auto;padding-left:4px;padding-right:4px;padding-bottom:8px;min-width:88px}
.muxing-filter-wrap .filter-ul>li a{font-size:14px;padding:6px 8px;border-radius:18px;}
.muxing-no-result{min-height:270px}
.muxing-no-result .tips-txt:before{width:164px;height:142px;}}
@media (min-width:1200px){.muxing-list-ul{margin-left:-10px;margin-right:-10px;}
.muxing-list-ul>li{padding-left:10px;padding-right:10px;margin-bottom:20px}
.muxing-item_b{padding:8px;}
.muxing-item_b>.img .muqu-name{font-size:14px;line-height:30px;border-top-left-radius:16px;border-top-right-radius:16px}
.muxing-filter-wrap{padding-top:20px;}
.muxing-filter-wrap .filter-ul>li{min-width:100px}
.muxing-filter-wrap .filter-ul>li a{padding:6px 12px}}
.jgs-lx-wrap,.jgs-lx-wrap_b{padding-top:30px;padding-bottom:30px;}
.lx-item{position:relative;background-image:linear-gradient(90deg,#003931,#108675);border-radius:8px;padding:12px;margin-top:40px;}
.lx-item .title{font-size:20px;color:#fdcaa4}
.lx-item .desc{color:rgba(255,255,255,.6);font-size:12px}
.lx-item:before{content:"";position:absolute;left:0;width:100%;height:100%;bottom:0;background-image:url("../images/lx-bg.png");background-repeat:no-repeat;background-position:100% 100%;background-size:auto 100%;border-bottom-right-radius:8px;pointer-events:none}
.lx-item .img{width:85px;position:absolute;right:15px;top:-30px;}
.jgs-lx-wrap_b{background-color:#333333}
.jgs-map-content>.maps{position:relative;height:300px;}
.jgs-map-content>.maps>.baidu{position:relative;height:100%;border-radius:8px;overflow:hidden}
.jgs-map-content>.txts{margin-top:15px;color:#fff}
.jgs-map-content>.txts .add:before{content:"\e625";font-family:iconfont;margin-right:3px;color:var(--yellow)}
.baidu-mpatxt>.img-wrap img{border-radius:6px;}
.baidu-mpatxt>.txt-wrap{padding-top:6px;}
.baidu-mpatxt>.txt-wrap .title{font-size:17px;font-weight:700}
.baidu-mpatxt>.txt-wrap .add{font-size:12px;color:#888}
.jgs-ys-part_a{border-radius:6px;overflow:hidden;background-color:#108676;margin-bottom:20px;}
.jgs-ys-part_a>.img img{width:100%}
.jgs-ys-part_a>.txt{color:#fff;padding:20px 14px;}
.jgs-ys-part_a>.txt .title{font-size:17px;font-weight:700;margin-bottom:12px;}
.jgs-ys-part_a>.txt .desc{font-size:13px;}
.ys-ul>li{margin-bottom:20px;}
.ys-ul-item{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,1));position:relative;border-radius:8px}
.ys-ul-item>.title{font-size:20px;color:#d5a549;position:absolute;background-color:#f5f5f5;line-height:40px;width:60px;text-align:center;left:50%;margin-left:-30px;top:-18px;font-weight:700}
.ys-ul-item>.txt-a{display:flex;padding:20px 12px;border:3px solid #d5a549;border-bottom-width:0;border-top-left-radius:8px;border-top-right-radius:8px}
.ys-ul-item>.txt-a .img-title{flex:0 0 113px;margin-right:15px;}
.ys-ul-item>.txt-a .desc{flex-grow:1;min-width:0;font-size:13px;}
.ys-ul-item>.img-wrap{overflow:hidden;border-bottom-left-radius:8px;border-bottom-right-radius:8px}
.ys-ul-item>.img-wrap img{width:100%;}
.ys-ul-item  .swiper-pagination-fraction,.jgs-mr-swiper .swiper-pagination-fraction{width:auto;left:auto;right:0;bottom:0;background-color:rgba(0,0,0,.3);padding:0 8px;color:#fff;border-top-left-radius:14px;}
.jgs-lj-part_a{position:relative;z-index:1;}
.jgs-lj-part_a .lj-content{background-color:#108676;max-width:450px;margin-left:auto;margin-right:auto;border-radius:8px;overflow:hidden;position:relative}
.jgs-lj-part_a .lj-content .img-wrap{position:relative}
.jgs-lj-part_a .lj-content .img-wrap:after{content:"";position:absolute;width:100%;left:0;height:80px;background-image:url("../images/jgs-icon_b.png");background-repeat:no-repeat;background-size:cover;bottom:-6px;}
.jgs-lj-part_a .lj-content .txt-wrap{padding:0 75px 15px 12px;position:relative}
.jgs-lj-part_a .lj-content .txt-wrap .desc{font-size:13px;color:#fff;margin-top:-22px;}
.jgs-lj-part_a .lj-content .txt-wrap .go{position:absolute;right:5px;bottom:12px;}
.jgs-lj-part_a .lj-content .txt-wrap .go>a{display:block;width:60px;height:60px;text-align:center;background-color:#d5a549;color:#fff;border-radius:50%;font-weight:700;line-height:60px}
.jgs-lj-part_a .lj-content .txt-wrap .go>a:hover{background-color:var(--danger)}
.jgs-lj-part_a .lj-content .txt-wrap .go>a:after{content:"\e618";font-family:iconfont;font-weight:400;font-size:75%}
.jgs-lj-mrwrap{background-color:#fff;min-height:420px;padding-top:30px;padding-bottom:30px;margin-top:30px;}
.jgs-lj-dtwrap{padding-top:30px;min-height:400px}
.dt-article-item{display:flex;position:relative}
.dt-article-item>.img{flex:0 0 30%;margin-left:14px;order:13}
.dt-article-item>.txt{flex-grow:1;min-width:0}
.dt-article-item>.txt .title{font-size:17px;line-height:1.3}
.jgs-lj-btnwrap{text-align:center;padding-top:15px;}
.jgs-lj-btnwrap .btn{width:50%;}
.jgs-mr-item_a>.img-wrap{position:relative;padding-left:30px;}
.jgs-mr-item_a>.img-wrap img{width:100%}
.jgs-mr-item_a>.img-wrap:before{content:"";position:absolute;width:30px;height:30px;left:0;bottom:0;border-bottom:30px solid #005b4e;border-left:30px solid transparent}
.jgs-mr-item_a>.txt-wrap{background-color:var(--primary);color:#fff;padding:12px;}
.jgs-mr-item_a>.txt-wrap .name-wrap{display:flex;align-items:center;margin-bottom:10px;}
.jgs-mr-item_a>.txt-wrap .name{font-size:17px;font-weight:700;color:#ffe7cd;}
.jgs-mr-item_a>.txt-wrap .exporter{font-size:12px;padding-left:6px;margin-left:6px;color:rgba(255,255,255,.7);border-left:1px solid rgba(255,255,255,.1)}
.jgs-mr-item_a>.txt-wrap .desc{font-size:13px;}
.jgs-mr-item_a>.oth-wrap{position:relative;height:30px;}
.jgs-mr-item_a>.oth-wrap:before{content:"";position:absolute;left:0;top:0;width:30px;height:30px;border-top:30px solid #005b4e;z-index:1;border-left:30px solid transparent}
.jgs-mr-item_a>.oth-wrap:after{content:"";height:100%;right:30px;left:30px;background-color:#b7dad6;position:absolute}
.jgs-mr-item_b{background-color:#fff;border:1px solid #e0dedb;padding:12px;border-radius:8px;border-bottom:4px solid var(--primary)}
.jgs-mr-item_b .part_a{display:flex}
.jgs-mr-item_b .part_a .img{flex:0 0 40%;margin-right:15px;}
.jgs-mr-item_b .part_a .name-wrap{flex-grow:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center}
.jgs-mr-item_b .part_a .name-wrap .name{color:var(--primary);font-size:18px;font-weight:700}
.jgs-mr-item_b .part_a .name-wrap .exporter{font-size:12px;color:#888;padding-left:5px;border-left:1px solid #ececec;margin-left:5px;}
.jgs-mr-item_b .txt-wrap{margin-top:10px}
.jgs-mr-item_b .txt-wrap .desc{font-size:13px}
.mr-row-a>[class*="col-"]{padding-bottom:12px}
@media (min-width:768px){.jgs-lj-part_a{margin-top:60px;height:420px;}
.jgs-lj-part_a:after{content:"";position:absolute;background-image:url("../images/lj-home-bg-1.jpg");left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-size:cover;border-radius:8px;opacity:.18;z-index:-1;pointer-events:none}
.jgs-lj-part_a .lj-content{top:-30px;}
.jgs-lj-part_a .lj-content .img-wrap:after{height:113px;}
.jgs-lj-part_a .lj-content .txt-wrap{padding:0 120px 40px 20px;}
.jgs-lj-part_a .lj-content .txt-wrap .desc{font-size:15px;margin-top:-40px;}
.jgs-lj-part_a .lj-content .txt-wrap .go{right:30px}
.jgs-lj-part_a .lj-content .txt-wrap .go>a{width:80px;height:80px;line-height:80px;font-size:18px;}
.dt-article-item{flex-direction:column;background-color:#fff;height:100%;padding:5px;border:1px solid #e0dedb;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,transform .2s ease-in-out}
.dt-article-item:after{content:"";position:absolute;left:-1px;right:-1px;bottom:-1px;height:4px;background-color:var(--primary);color:#fff;text-align:center}
.dt-article-item .stretched-link{z-index:1}
.dt-article-item>.img{flex:0 0 auto;margin-left:0;order:-1}
.dt-article-item>.txt{flex-grow:0;width:100%;padding:10px 10px 20px}
.dt-article-item>.txt .title{font-size:16px}
.dt-article-item:hover{background-color:var(--primary);border-color:var(--primary);transform:translateY(-16px);}
.dt-article-item:hover>.txt .title a{color:#fff}
.dt-article-item:hover:after{height:24px;background-color:var(--yellow);content:"\67e5\770b\66f4\591a";font-size:12px;line-height:24px;bottom:-16px}
.dt-article-item:hover .stretched-link::after{bottom:-16px;}
.jgs-lj-btnwrap .btn{width:160px;}}
@media (min-width:838px){.jgs-ys-part_a{display:flex;}
.jgs-ys-part_a>.img{flex:0 0 60%;position:relative}
.jgs-ys-part_a>.txt{flex-grow:1;min-width:0}
.ys-ul-item{background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,1));padding-right:450px;position:relative}
.ys-ul-item>.title{width:24px;left:0;margin-left:-12px;top:50%;transform:translateY(-50%)}
.ys-ul-item>.txt-a{padding:15px 12px;border-width:4px;border-right-width:0;border-top-right-radius:0;height:300px;align-items:center;border-bottom-left-radius:8px}
.ys-ul-item>.img-wrap{position:absolute;right:0;top:0;width:450px;border-top-right-radius:8px;border-bottom-left-radius:0}}
@media (min-width:992px){.jgs-lx-wrap,.jgs-lx-wrap_b{padding-top:40px;padding-bottom:40px}
.lx-item{padding:15px 30px}
.lx-item .title{font-size:22px;}
.jgs-map-content>.maps{height:400px;}
.jgs-ys-part_a{margin-bottom:30px;}
.jgs-ys-part_a>.img{flex:0 0 580px;}
.jgs-ys-part_a>.txt{padding:20px;}
.jgs-ys-part_a>.txt .title{font-size:18px;position:relative}
.jgs-ys-part_a>.txt .desc{font-size:14px;}
.ys-ul-item>.txt-a{padding:15px 15px 15px 30px;}
.jgs-lj-part_a{margin-top:80px;}
.jgs-lj-part_a:after{border-radius:12px;}
.jgs-lj-part_a .lj-content{top:-50px;border-radius:12px;}
.dt-article-item>.txt .title{font-size:17px;line-height:1.5}
.jgs-mr-item_a{display:flex;}
.jgs-mr-item_a>.img-wrap{padding-left:0;flex:0 0 500px;min-width:0;padding-top:30px;padding-bottom:30px}
.jgs-mr-item_a>.img-wrap:before{left:auto;bottom:auto;right:0;top:0;}
.jgs-mr-item_a>.txt-wrap{flex-grow:1;min-width:0;padding:20px}
.jgs-mr-item_a>.txt-wrap .desc{font-size:14px;}
.jgs-mr-item_a>.txt-wrap .name-wrap{margin-bottom:30px;}
.jgs-mr-item_a>.txt-wrap .name{font-size:22px;font-weight:500;}
.jgs-mr-item_a>.txt-wrap .exporter{font-size:14px;padding-left:10px;margin-left:10px;}
.jgs-mr-item_a>.oth-wrap{height:auto;flex:0 0 30px;min-width:0}
.jgs-mr-item_a>.oth-wrap:before{border-top:none;border-bottom:30px solid #005b4e;border-left:none;border-right:30px solid transparent}
.jgs-mr-item_a>.oth-wrap:after{height:auto;right:0;left:0;top:30px;bottom:30px;}
.jgs-mr-swiper{margin-bottom:20px}
.jgs-mr-item_b{padding:20px;height:100%}
.jgs-mr-item_b .part_a .img{margin-top:-40px;}
.jgs-mr-item_b .part_a .img img{border-radius:8px 8px 0 0}
.jgs-mr-item_b .part_a .name-wrap .name{font-size:22px;font-weight:500}
.jgs-mr-item_b .part_a .name-wrap .exporter{padding-left:10px;margin-left:10px}
.jgs-mr-item_b .txt-wrap{margin-top:15px}
.jgs-mr-item_b .txt-wrap .desc{font-size:15px}
.mr-row-a>[class*="col-"]{padding-bottom:40px}}
@media (min-width:1200px){.jgs-lx-wrap,.jgs-lx-wrap_b{padding-top:50px;padding-bottom:50px}
.lx-item{border-radius:12px;padding:20px 40px;margin-top:70px;margin-bottom:20px;}
.lx-item .title{font-size:26px;font-weight:600}
.lx-item .desc{font-size:15px;}
.lx-item:before{border-bottom-right-radius:12px}
.lx-item .img{width:170px;right:15px;top:-60px;}
.jgs-ys-part_a{margin-bottom:40px;}
.jgs-ys-part_a>.img:before{content:"";position:absolute;right:-10px;top:0;bottom:0;background-image:url("../images/jgs-icon_a.png");width:112px;background-repeat:no-repeat;background-size:100% 100%}
.jgs-ys-part_a>.txt{padding:20px;}
.jgs-ys-part_a>.txt .title{font-size:18px;padding-left:80px;padding-top:20px;padding-bottom:20px;}
.jgs-ys-part_a>.txt .title:before{content:"";position:absolute;left:0;background-image:url("../images/jgs-logo.png");width:62px;height:62px;background-size:cover;top:0}
.jgs-ys-part_a>.txt .desc{line-height:1.8}
.ys-ul-item>.title{width:28px;font-size:28px;}
.ys-ul-item>.txt-a{padding:15px 20px 15px 40px;border-width:5px;border-right-width:0;border-bottom-left-radius:150px;border-top-left-radius:150px}
.ys-ul-item>.txt-a .img-title{flex:0 0 226px;margin-right:30px;}
.ys-ul-item>.txt-a .desc{font-size:16px;}
.ys-ul-item>.img-wrap{border-top-right-radius:12px;border-bottom-right-radius:12px}
.jgs-mr-item_a>.txt-wrap{padding:40px 30px 20px}
.jgs-mr-item_a>.txt-wrap .name{font-size:24px;}}
@media (min-width:1400px){}
.home-part_a{background-color:#f5f9f8;background-image:url("../images/home-bg_a.jpg");background-repeat:no-repeat;background-position:50% 100%;background-size:100%  auto;padding-top:20px;padding-bottom:80px;position:relative;margin-bottom:20px}
.home-part_a .title-eng{color:#888;font-size:11px;}
.home-part_a .title-cn{color:var(--primary-dark);font-size:20px;font-weight:700;margin-bottom:15px;}
.home-part_a .desc{font-size:14px;margin-bottom:15px;text-align:justify;max-width:580px}
.home-tedian{display:flex;flex-wrap:wrap}
.home-tedian>li{flex:0 0 50%;min-width:0;max-width:50%;padding:16px 10px;}
.home-tedian>li:nth-child(-n+2){border-bottom:1px dashed #ccc}
.home-tedian>li:nth-child(odd){border-right:1px dashed #ccc}
.home-tedian>li .item{display:flex;align-items:center;}
.home-tedian>li .item .img{background-image:url("../images/home-icon_a.png");background-repeat:no-repeat;background-size:cover;width:22px;height:22px;margin-right:8px;}
.home-tedian>li .item .text{font-size:12px;font-weight:700}
.home-tedian>li:nth-child(2) .item .img{background-position:0 -22px}
.home-tedian>li:nth-child(3) .item .img{background-position:0 -44px}
.home-tedian>li:nth-child(4) .item .img{background-position:0 -66px}
.home-part_a .container{height:100%}
.home-part_a .go-page_a{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;bottom:-110px;font-size:12px;width:102px;height:102px;background:linear-gradient(120deg,#9bcbdc,#fff);border-radius:50%}
.home-part_a .go-page_a:hover{background:linear-gradient(120deg,#9bcbdc,#9bcbdc)}
.home-part_a .go-page_a a{color:var(--primary-dark);font-weight:700;display:block}
.home-part_a .go-page_a .arrow-a{width:36px;height:36px;background-color:var(--yellow);border-radius:50%;margin-top:4px;background-image:url("../images/jt.png");background-position:50%;background-size:80%;background-repeat:no-repeat}
.home-part_b{padding-top:40px;padding-bottom:20px;}
.vr-btn-b{border-radius:4px;width:130px}
.home-part-c{padding-top:20px;padding-bottom:20px;background-color:#f5f5f5;min-height:300px}
.home-part-d{padding-top:15px;padding-bottom:15px;background-color:var(--primary-dark)}
.home-part-e{padding-top:20px;padding-bottom:20px;background-color:#f5f5f5;background-image:url("../images/home-bg_b.jpg");background-repeat:no-repeat;background-position:50% 100%;background-size:100% auto;min-height:380px}
.home-part-f{padding-top:20px;padding-bottom:20px;}
.nav-tabs.jgs-tabs-home{justify-content:center;margin-bottom:15px;border-bottom-color:#484848}
.nav-tabs.jgs-tabs-home .nav-item{margin-bottom:0}
.nav-tabs.jgs-tabs-home .nav-link{border-width:0!important;border-top-left-radius:0;border-top-right-radius:0;position:relative}
.nav-tabs.jgs-tabs-home .nav-link.active{background-color:transparent;color:var(--yellow);font-weight:700}
.nav-tabs.jgs-tabs-home .nav-link.active:before{content:"";left:20%;right:20%;height:3px;background-color:var(--yellow);bottom:-1px;position:absolute}
.dt-article-item_c{display:flex;padding-bottom:14px;border-bottom:1px solid #ececec;margin-bottom:14px;position:relative}
.dt-article-item_c>.img{flex:0 0 30%;min-width:0;margin-right:12px}
.dt-article-item_c>.img img{border-radius:4px}
.dt-article-item_c>.txt{flex-grow:1;min-width:0;}
.dt-article-item_c>.txt>.title{font-size:16px;line-height:1.3;margin-bottom:0;}
.dt-article-item_c>.txt>.desc,.dt-article-item_c>.txt>.date{display:none}
.fuwu-swiper_wrap{max-width:900px;}
.fuwu-text_wrap{padding-top:15px;}
.fuwu-text_wrap p{font-size:14px;margin-bottom:10px;color:#888}
.fuwuhome-swiper{overflow:visible}
.fuwuhome-swiper .swiper-slide{width:290px}
@media (min-width:768px){.home-part_a{padding-bottom:80px;}
.home-part_a .title-cn{font-size:24px;margin-bottom:20px;}
.home-part_a .desc{margin-bottom:30px}
.vr-btn-b{width:auto;border-radius:6px;}
.fuwuhome-swiper .swiper-slide{width:400px}}
@media (min-width:992px){.home-part_a{padding-top:40px;padding-bottom:120px;background-size:auto;}
.home-part_a .title-eng{font-size:14px;}
.home-part_a .title-cn{font-size:28px;margin-bottom:30px;}
.home-part_a .desc{font-size:16px;line-height:1.8;margin-bottom:40px;font-weight:300}
.home-tedian>li{padding:22px 12px;}
.home-tedian>li .item .img{width:44px;height:44px;margin-right:8px;}
.home-tedian>li .item .text{font-size:15px;font-weight:500}
.home-tedian>li:nth-child(2) .item .img{background-position:0 -44px}
.home-tedian>li:nth-child(3) .item .img{background-position:0 -88px}
.home-tedian>li:nth-child(4) .item .img{background-position:0 -132px}
.home-part_a .go-page_a{left:auto;width:150px;height:150px;bottom:-150px}
.home-part_a .go-page_a a{font-size:18px}
.home-part_a .go-page_a .arrow-a{width:42px;height:42px;}
.home-part-c{padding-top:30px;padding-bottom:30px}
.home-part-d,.home-part-f,.home-part-e{padding-top:30px;padding-bottom:30px;}
.nav-tabs.jgs-tabs-home{margin-bottom:20px}
.nav-tabs.jgs-tabs-home .nav-link{font-size:18px;}
.nav-tabs.jgs-tabs-home .nav-link.active:before{height:4px;}
.fuwuhome-swiper{overflow:hidden}
.fuwuhome-swiper .swiper-slide{width:480px}}
@media (min-width:1200px){.home-part_a{padding-top:60px;padding-bottom:160px;}
.home-part_a .title-cn{font-size:32px;margin-bottom:40px;}
.home-part-c,.home-part-f,.home-part-e{padding-top:40px;padding-bottom:40px}
.nav-tabs.jgs-tabs-home{margin-bottom:30px}
.nav-tabs.jgs-tabs-home .nav-link{font-size:22px;}
.nav-tabs.jgs-tabs-home .nav-link.active:before{left:25%;right:25%}
.dt-article-item_c{padding-bottom:14px;border-bottom:none;margin-bottom:14px;}
.dt-article-item_c>.img{flex:0 0 40%;margin-right:15px}
.dt-article-item_c>.img img{border-radius:8px}
.dt-article-item_c>.txt{display:flex;flex-direction:column;padding-bottom:14px;border-bottom:1px solid #ececec}
.dt-article-item_c>.txt>.title{font-size:17px;font-weight:600;line-height:1.5}
.dt-article-item_c>.txt>.desc{text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;max-height:42px;margin-top:10px;font-size:14px;color:#888;font-weight:300}
.dt-article-item_c>.txt>.date{text-align:right;margin-top:auto;display:block;font-size:14px;color:#888}
.home-fuwu-wrap{display:flex}
.home-fuwu-wrap .fuwuhome-swiper{flex:0 0 900px;min-width:0}
.home-fuwu-wrap .fuwu-text_wrap{flex-grow:1;margin-right:15px;order:-1}
.home-fuwu-wrap .fuwu-text_wrap p{line-height:1.6}
.fuwuhome-swiper .swiper-slide{width:580px}}
.four-wrap{position:relative;padding-top:15vh}
.four-wrap .img-a{text-align:center}
.four-wrap .img-b{position:absolute;top:0;width:245px;left:10%;animation:3s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running fadeInRight;z-index:2}
.four-wrap .img-c{position:absolute;width:140px;left:0;top:5%;animation:1s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running fadeIn;}
.four-wrap .img-d{width:80px;height:80px;border-radius:50%;position:absolute;right:0;top:20%;background-color:#e7f4f1;animation:1.8s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running flipInX;}
.four-wrap .txt{text-align:center;left:8%;right:0;z-index:4}
.four-wrap .txt p{font-size:14px;margin-bottom:8px;font-weight:700}
.jgs-vr_wrap{position:relative;width:100vw;height:100vh;overflow:hidden}
.jgs-vr_wrap iframe{width:100%;height:100%;padding:0;margin:0;overflow:hidden;border:none}
.scroll-to-top{width:42px;height:42px;background:var(--primary);position:fixed;bottom:70px;right:15px;z-index:99;text-align:center;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;display:none;border-radius:50%;}
.scroll-to-top i{color:#fff;font-size:14px;line-height:42px;display:block;}
.scroll-to-top:hover{background-color:var(--yellow)}
.jgs-mobile-staticdiv{position:fixed;left:0;right:0;bottom:0;background-color:#11754f;z-index:90;display:flex;align-items:center;padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:10px;}
.jgs-mobile-staticdiv .telnum{color:var(--white);flex:0 0 auto;padding-right:12px;margin-right:12px;font-size:17px;font-weight:700;position:relative;z-index:1}
.jgs-mobile-staticdiv .telnum:before{content:"\e7a2";position:absolute;left:50%;bottom:0;color:rgba(255,255,255,.2);font-family:iconfont;line-height:1;font-size:28px;font-weight:400;margin-left:-13px;}
.jgs-mobile-staticdiv .telnum:after{content:" ";display:block;position:absolute;top:0;right:0;bottom:0;width:1px;background-color:rgba(255,255,255,.1)}
.jgs-mobile-staticdiv .btnwrap{flex-grow:1;min-width:0;display:flex;justify-content:space-between}
.jgs-mobile-staticdiv .btnwrap a{display:block;flex:0 0 49%;text-align:center;line-height:40px;background-color:var(--white);border-radius:4px;font-weight:700}
.jgs-mobile-staticdiv .btnwrap a.weixin-btn{color:#0f8577}
.jgs-mobile-staticdiv .btnwrap a.weixin-btn:hover{color:var(--white);background:#0f8577}
.jgs-mobile-staticdiv .btnwrap a.tel-btn{background:linear-gradient(90deg,#e6d8b5,#dabd83);}
.jgs-mobile-staticdiv .btnwrap a.tel-btn:hover{background:#dc3545;color:var(--white)}
.jgs-pc-staticdiv{display:none!important}
@media (min-width:992px){.four-wrap .img-b{left:30%}
.four-wrap .img-c{left:10%;top:20%}
.four-wrap .img-b,.four-wrap .img-c{width:auto}
.four-wrap .img-d{width:160px;height:160px;}
.four-wrap .txt{position:absolute;top:50%;}
.four-wrap .txt p{font-size:24px;font-weight:500;margin-bottom:15px}
.scroll-to-top{width:42px;height:42px;bottom:40px;right:40px;}
.jgs-mobile-staticdiv{display:none!important}
.jgs-pc-staticdiv{display:block!important;position:fixed;right:20px;bottom:30%;z-index:8}
.jgs-pc-staticdiv .icon{width:48px;height:48px;border-radius:50%;background-color:#dc3545;margin:0 auto 6px;color:var(--white);text-align:center}
.jgs-pc-staticdiv .icon:before{content:"\e608";font-family:iconfont;font-size:30px;font-weight:400;animation:1.5s cubic-bezier(0.25,0.25,0.75,0.75) 0s infinite alternate none running flipInY;display:block;}
.jgs-pc-staticdiv a.weixin{font-size:12px;background-color:#dc3545;line-height:28px;padding:0 12px;border-radius:15px;color:var(--white);display:block}
.jgs-pc-staticdiv a.weixin:hover{background-color:#c82333;}}