.index-nav-wrap{width:100%;height:80px;position:relative;z-index: 2;}
.index-nav-wrap .index-nav{width:1280px;margin:0 auto;}
.index-nav-wrap .index-nav .nav-1{float:left;line-height:80px;margin-left:80px;}
.index-nav-wrap .index-nav .nav-1 img{width: 75px;margin-top: 8px;padding-left: 20px;}
.index-nav-wrap .index-nav .nav-2{float:left;line-height:78px;margin-left:120px;}
.index-nav-wrap .index-nav .nav-2 div{float:left;margin-right:40px;font-size:14px;}
.index-nav-wrap .index-nav .nav-3{float:right;line-height:80px;margin-right:80px;}
.index-nav-wrap .index-nav .nav-3 img{vertical-align:middle;margin-top:-5px;}
.index-nav-wrap .index-nav .nav-3 span{color:#CD4141;font-weight:600;}

.index-banner-wrap{width:100%;height:200px;background-image:url('../image/soft-1.png')}
.index-banner-wrap div{text-align:center;padding-top:60px;}
.index-banner-wrap div p:nth-child(1){font-size:24px;color:#333333;}
.index-banner-wrap div p:nth-child(2){font-size:16px;margin-top:8px;color:#8F8F8F;}

.index-foot-wrap{background: #CD4141;padding:60px 0;}
.index-foot-wrap .mod-foot{overflow:auto;width:1086px;margin:0 auto;}
.index-foot-wrap .mod-foot .mod-foot-one{width:600px;float:left;}
.index-foot-wrap .mod-foot .mod-foot-one div:not(:last-child){float:left;width:200px;overflow:auto;}
.index-foot-wrap .mod-foot .mod-foot-one div:not(:last-child) p:first-child{font-size:20px;color:#ffffff;font-weight:700;margin-bottom:20px;}
.index-foot-wrap .mod-foot .mod-foot-one div:not(:last-child) p a{font-size:14px;color:#ffffff;font-weight:700;}
.index-foot-wrap .mod-foot .mod-foot-one div:not(:last-child) p:not(:last-child){margin-bottom:20px;}
.index-foot-wrap .mod-foot .mod-foot-one div:last-child{clear:both;padding-top:75px;line-height:28px;}
.index-foot-wrap .mod-foot .mod-foot-one div:last-child p:nth-child(1){font-size:14px;font-weight:600;color:#ffffff;}
.index-foot-wrap .mod-foot .mod-foot-one div:last-child p:nth-child(2){font-size:14px;font-weight:600;color:#ffffff;}
.index-foot-wrap .mod-foot .mod-foot-two{width:400px;float:right;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1{width:100%;overflow:hidden;margin-bottom:20px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1 div:nth-child(1){width:100px;margin-right:50px;float:left;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1 div:nth-child(1) img{width:64px;height:64px;margin-left:2px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1 div:nth-child(1) p{color:#ffffff;font-weight:700;margin:0;padding:0;font-size:14px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1 div:nth-child(2){width:100px;margin-right:50px;float:left;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1 div:nth-child(2) img{width:64px;height:64px;margin-left:2px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1 div:nth-child(2) p{color:#ffffff;font-weight:700;margin:0;padding:0;font-size:14px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1 div:nth-child(3){width:100px;float:left;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1 div:nth-child(3) img{width:64px;height:64px;margin-left:2px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two1 div:nth-child(3) p{color:#ffffff;font-weight:700;margin:0;padding:0;font-size:14px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two2{clear:both;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two2 div:first-child{float:left;margin-right:20px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two2 div:first-child img{width:60px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two2 div:last-child{float:left;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two2 div:last-child p:first-child{color:#ffffff;font-weight:700;padding:0;margin:4px 0 10px;font-size:16px;}
.index-foot-wrap .mod-foot .mod-foot-two .ft-two2 div:last-child p:last-child{color:#ffffff;font-weight:700;margin:0;padding:0;font-size:16px;}
.index-foot-wrap .mod-foot .mod-foot-three{clear:both;padding-top:30px;}
.index-foot-wrap .mod-foot .mod-foot-three p{font-size:14px;color:#ffffff;font-weight:700;line-height:28px;}

/* 隐藏默认滚动条 */
::-webkit-scrollbar {width:5px; /* 设置滚动条宽度 */}

/* 设置滚动条轨道 */
::-webkit-scrollbar-track {background:#f1f1f1; /* 设置滚动条轨道背景色 */}

/* 设置滚动条滑块 */
::-webkit-scrollbar-thumb {background:#888; /* 设置滚动条滑块颜色 */}

.controlLine{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}


.page{width:800px;margin:0 auto;text-align: center;}
.page a{border:1px solid #DCDCDC;width:36px;height:36px;display: inline-block;text-align: center;line-height:36px;border-radius:36px;color:#8F8F8F;font-size:14px;margin-left:12px;cursor:pointer;}
.page a:first-child{width:40px;}
.page a:last-child{width:40px;}
.page a:hover{border:1px solid #CD4141;background-color:#CD4141;color:#ffffff;}
.on{border:1px solid #CD4141 !important;background-color:#CD4141;color:#ffffff !important;}
.psize{border:1px solid #DCDCDC;width:100px;height:28px;display: inline-block;line-height:28px;border-radius:5px;color:#8F8F8F;font-size:12px;margin-left:6px;padding:0 12px;text-align:left;cursor:pointer;}
.psize:hover{background-color: #DCDCDC;opacity:0.5;}
.psizeSel{display:none;border:1px solid #DCDCDC;position: absolute;text-align:left;box-shadow:0 3px 9px 0 hsl(0deg 0% 75% / 41%);width: 128px;height:96px;top:32px;left: 6px;border-radius:5px;background-color: #ffffff;overflow-y: scroll;}
.psizeSel div{padding:6px 12px;}

        
.fixRightNav-er{z-index:222;cursor:pointer;position:fixed;display:flex;justify-content:center;align-items:center;bottom:405px;right:100px;width:50px;height:50px;border:none;background-color:#CD4141;color:#FFFFFF}
.fixRightNav-us{z-index:222;cursor:pointer;position:fixed;display:flex;justify-content:center;align-items:center;bottom:355px;right:100px;width:50px;height:50px;border:none;background-color:#4DABC6;color:#FFFFFF}
.fixRightNav-wp{z-index:222;position:fixed;bottom:355px;right:100px;width:50px;height:50px;border:none;background-color:#4DABC6;color:#FFFFFF}
.fixRightNav-wp img{width:50px;height:50px;display:block;cursor:pointer;}

.fixRightNav-pcont{
    width: 150px;
    height: 180px;
    z-index: 222;
    position: fixed;
    right: 155px;
    bottom: 265px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
    text-align: center;
    display:none;
}
.fixRightNav-pcont img{
    margin-top: 5px;
    width:90%;
}
.fixRightNav-pcont p{
    margin-top: -3px;
}
