.home-banner
{
    width:100%;
    overflow: hidden;
}
.home-banner .swiper
{
    width:100.2%;
}
.home-banner .dg-home-banner
{
    width:100%;
    height:auto;
}
.home-banner .dg-home-banner img
{
    width:100%;
}
.index-product
{
    width: 100%;
    background: #F5F6F8;
}
.index-product .index-product-info
{
    width: 100%;
    padding:7rem 0px;
}
.index-product-info .pro-lanmu-tab
{
    width: 100%;
    padding-top: 4rem;
}
.index-product-info .pro-lanmu-neirong
{
    position: relative;
    width: 100%;
    padding:7rem 12rem;
}
.pro-lanmu-neirong .dg-pro-pic
{
    position: relative;
    width: 100%;
}
.pro-lanmu-neirong .dg-pro-pic img
{
    width: 100%;
}
.pro-lanmu-neirong .dg-pro-pic .index-pro-miaoshu
{
    position: absolute;
    left:0px;
    bottom:12rem;
}
.index-pro-miaoshu .dg-index-pro
{
    margin-right: 1.4rem;
}
.pro-lanmu-neirong .index-pro-zuoce
{
    cursor: pointer;
    position: absolute;
    top:23rem;
    left:0px;
}
.pro-lanmu-neirong .index-pro-youce
{
    cursor: pointer;
    position: absolute;
    top:23rem;
    right:0px;
}
.index-yingyong
{
    width: 100%;
    padding:7rem 0px;
    background-color: #FFFFFF;
}
.index-yingyong-info
{
    position: relative;
    width: 100%;
}
.index-yingyong-info .index-yingyong-content
{
    width: 100%;
    margin-top: 8rem;
}
.dg-changjing-info
{
    width: 100%;
    height: 61.8rem;
}
.dg-changjing-info .changjing-info-pic
{
    cursor: pointer;
    position: relative;
    width: 18%;
    height: 100%;
    transition: width 0.4s linear 200ms;
}
.dg-changjing-info .changjing-info-pic::after
{
    position: absolute;
    content: '';
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.dg-changjing-info .changjing-info-pic.on
{
    width: 60%;
}
.dg-changjing-info .changjing-info-pic img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.changjing-info-pic .index-changjing-title
{
    position: absolute;
    width: 100%;
    left:0px;
    bottom:4.8rem;
    text-align: center;
    font-weight: 400;
    font-size: 3.4rem;
    color: #FFFFFF;
    z-index: 2;
}
.changjing-info-pic .index-changjing-miaoshu
{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s ease, visibility 0s ease;
    position: absolute;
    width: 100%;
    left:0px;
    bottom:0px;
    padding:5rem;
    z-index: 2;
}
.index-changjing-miaoshu .index-changjing-mc
{
    font-weight: 400;
    font-size: 5rem;
    color: #FFFFFF;
}
.index-changjing-miaoshu .index-changjing-jieshao
{
    width:100%;
    margin-top: 2rem;
}
.index-changjing-jieshao .index-changjing-jianjie
{
    font-weight: 400;
    font-size: 3.5rem;
    color: #FFFFFF;
}
.changjing-info-pic.on .index-changjing-title
{
    display: none;
}
.changjing-info-pic.on .index-changjing-miaoshu
{
     opacity: 1;
     visibility: visible;
      /* 延迟0.5s再执行淡入，刚好等盒子撑开完成 */
     transition: opacity 0.3s ease 0.5s, visibility 0s ease 0.5s;
}
.index-yingyong-info .swiper-scrollbar
{
    width: 34rem;
    top: 4rem;
    right: 20rem;
    left: unset;
}
.index-yingyong-info .swiper-scrollbar-drag
{
    background: #003686;
}
.index-yingyong-info .changjing-anniu
{
    position: absolute;
    top:2rem;
    right:0px;
}
.changjing-anniu .changjing-zuo
{
    margin-right: 1.2rem;
}
.index-qiuchang
{
    width: 100%;
    background: #F5F6F8;
}
.index-qiuchang .index-qiuchang-info
{
    width: 100%;
    padding: 7rem 0px
}
.index-qiuchang-info .index-qiuchang-biaoqian
{
    width: 100%;
    margin-top: 4rem;
}
.index-qiuchang-biaoqian .dg-qiuchang-biaoqian
{
    cursor: pointer;
    padding:2rem 3rem;
    background: #FFFFFF;
    border-radius: 3.2rem;
    font-weight: 400;
    font-size: var(--font-24);
    color: #000000;
    margin:0px 1rem;
}
.index-qiuchang-info .index-qiuchang-more
{
    width: 100%;
    margin-top: 4.5rem;
}
.index-qiuchang-info .index-qiuchang-qiehuan
{
    width: 100%;
    margin-top: 3.7rem;
}
.qiuchang-qiehuan-fanye .qiuchang-zuo
{
    margin-right: 1.2rem;
}
.index-qiuchang-info .index-qiuchang-neirong
{
    width: 100%;
    margin-top: 4.8rem;
}
.qiuchang-qiehuan-gundong
{
    position: relative;
}
.qiuchang-qiehuan-gundong .swiper-scrollbar
{
    position: absolute;
    top: 0px;
    left: -22rem;
    width: 20rem;
}
.qiuchang-qiehuan-gundong .swiper-scrollbar-drag
{
    background: #003686;
}
.index-qiuchang-neirong .dg-index-qiuchang
{
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 40.4rem;
}
.index-qiuchang-neirong .dg-index-qiuchang img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dg-index-qiuchang .dg-index-qiuchang-title
{
    position: absolute;
    width: 100%;
    left:0px;
    bottom:2.3rem;
    text-align: center;
    font-weight: 400;
    font-size: var(--font-22);
    color: #FFFFFF;
}
.dg-index-qiuchang:hover .dg-index-qiuchang-title
{
    display: none;
}
.dg-index-qiuchang .dg-index-qiuchang-info
{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.dg-index-qiuchang-info .dg-index-ceng-title
{
    font-weight: 400;
    font-size: 3.2rem;
    color: #FFFFFF;
    line-height: 5rem;
}
.dg-index-qiuchang-info .dg-index-ceng-aniu
{
    width: auto;
    margin-top: 4rem;
}
.dg-index-qiuchang-info .dg-index-ceng-aniu .ceng-biaoqian
{
    margin:0px 1rem;
}
.dg-index-qiuchang:hover .dg-index-qiuchang-info
{
    display: flex;
}
.index-shipin
{
    width: 100%;
}
.index-shipin img
{
    width: 100%;
}
.index-pinpai
{
    width: 100%;
    padding-top: 7rem;
    background-color: #FFFFFF;
}
.index-pinpai-biaoqian
{
    width:100%;
    margin-top: 4.3rem;
    padding-bottom:3.6rem;
    border-bottom: 2px solid #E5E5E5; 
}
.index-pinpai-biaoqian .dg-pinpai-biaoqian
{
    position: relative;
    cursor: pointer;
    font-size: var(--font-22);
    color: #6B6B6B;
    padding:0px 4rem;
}
.index-pinpai-biaoqian .dg-pinpai-biaoqian.on
{
    color: #003488;
}
.index-pinpai-biaoqian .dg-pinpai-biaoqian.on::after
{
    position: absolute;
    left:0px;
    bottom:-4rem;
    width: 100%;
    height: 2px;
    background-color: #003488;
    content: '';
}

.index-pinpai-bottom
{
    width: 100%;
    margin-top: 5rem;
}
.index-pinpai-bottom img
{
    width: 100%;
}
.index-saishi
{
    width: 100%;
    padding:7rem 0px;
    background-color: #F5F6F8;
}
.index-saishi .index-saishi-info
{
    width: 100%;
}
.index-saishi-info .index-saishi-fenlei
{
    width:100%;
    margin-top: 5rem;
}
.index-saishi-content
{
    width: 100%;
    margin-top: 5rem;
}
.index-saishi-content .index-saishi-info
{
    width: 100%;
}
.index-saishi-info .dg-index-saishi-info
{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.dg-index-saishi-info .homesaishi
{
    margin:0 -35rem;
}
.dg-index-saishi-info .dg-saishi-info
{
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 49rem;
}
.dg-index-saishi-info .dg-saishi-info img
{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.dg-index-saishi-info .dg-saishi-info::after
{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
}
.dg-index-saishi-info .swiper-slide-next .dg-saishi-info::after
{
    background-color: rgba(0, 0, 0, 0);
}
.dg-index-saishi-info .saishi-zuoce
{
    position: absolute;
    left:10rem;
    top:45%;
    z-index: 10;
}
.dg-index-saishi-info .saishi-youce
{
    position: absolute;
    right:10rem;
    top:45%;
    z-index: 10;
}
.dg-saishi-info .dg-saishi-miaoshu
{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
}
.dg-saishi-miaoshu .dg-saishi-miaoshu-title
{
    font-weight: 400;
    font-size: 3.2rem;
    color: #FFFFFF;
}
.dg-saishi-miaoshu .dg-saishi-miaoshu-title a
{
    color: #FFFFFF;
}
.dg-saishi-miaoshu .dg-saishi-miaoshu-anniu
{
    margin-top: 4rem;
}
.dg-saishi-miaoshu-anniu .saishi-biaoqian
{
    margin:0px 1rem;
}
.dg-index-saishi-info .dg-saishi-info:hover .dg-saishi-miaoshu
{
    display: flex;
}
.index-news
{
    width: 100%;
    padding: 7rem 0px 14rem 0px;
    background-color: #FFFFFF;
}
.index-news .index-news-info
{
    width: 100%;
}
.index-news-info .index-news-neirong
{
    position: relative;
    width: 100%;
    margin-top: 4.5rem;
}
.index-news-neirong .swiper-pagination
{
    bottom: -6rem;
}

@media only screen and (max-width: 1920px)
{
    

}
@media only screen and (max-width: 1680px)
{
    
}
@media only screen and (max-width: 1440px)
{
   

}
@media only screen and (max-width: 1366px)
{
   

}
@media only screen and (max-width: 1280px)
{
    

}
@media only screen and (max-width: 960px)
{
     .index-product-info .pro-lanmu-neirong
     {
        padding:4.5rem;
     }
     .pro-lanmu-neirong .dg-pro-pic .index-pro-miaoshu
     {
        display:none;
        bottom: 0rem;
     }
     .index-pro-miaoshu .dg-index-pro
     {
        margin-right: 0px;
     }
     .index-yingyong-info .swiper-scrollbar
     {
        top:8rem;
     }
     .index-yingyong-info .changjing-anniu
     {
        top:4rem;
     }
     .dg-changjing-info .changjing-info-pic.on 
     {
        width: 80%;
     }
     .dg-index-saishi-info .homesaishi
     {
        margin: 0 -60rem;
     }

}