<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}
.demo {
    padding: 1em 0;
}

.counter {
    padding: 10px 0;
    text-align: center;
    position: relative;
}
    .counter .counter-content {
        /*width: 180px;*/
        height: 180px;
        border-radius: 20%;
        background: #fff;
        padding: 30px 0;
        margin: 0 auto;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
    }
        .counter .counter-content:before {
            /*content: "";
            width: 122%;
            height: 122%;
            border-radius: 50%;
            border: 20px solid #f19f48;
            border-bottom: 20px solid transparent;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);*/
        }
        .counter .counter-content:after {
            /*content: "";*/
            border-top: 16px solid #f19f48;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            position: absolute;
            bottom: -14px;
            left: 50%;
            transform: translateX(-50%);
        }
    .counter .counter-icon {
        display: block;
        font-size: 50px;
        color: #f19f48;
        line-height: 50px;
    }
    .counter .counter-value {
        font-size: 50px;
        font-weight: 700;
        color: rgba(0,0,0,0.7);
        line-height: 70px;
    }
    .counter .title {
        display: inline-block;
        padding: 5px 25px;
        background: #f19f48;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        margin: 0;
    }



.counter_pro {
    padding: 40px 0;
    text-align: center;
    position: relative;
}
    .counter_pro .counter-content_pro {
        /*height: 180px;*/
        /*border-radius: 20%;*/
        /*background: #fff;*/
        padding: 0px 0;
        margin: 0 auto;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
    }

    .counter_pro .counter-content_pro img{
        
        width:100%;
        
    }
  
        .counter_pro .counter-content_pro:before {
            /*content: "";
            width: 122%;
            height: 122%;
            border-radius: 50%;
            border: 20px solid #f19f48;
            border-bottom: 20px solid transparent;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);*/
        }

        .counter_pro .counter-content_pro:after {
            /*content: "";*/
            border-top: 16px solid #f19f48;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            position: absolute;
            bottom: -14px;
            left: 50%;
            transform: translateX(-50%);
        }

    .counter_pro .counter-icon_pro {
        display: block;
        font-size: 50px;
        color: #f19f48;
        line-height: 50px;
    }

    .counter_pro .counter-value_pro {
        font-size: 50px;
        font-weight: 700;
        color: rgba(0,0,0,0.7);
        line-height: 70px;
    }

    .counter_pro .title_pro {
        display: inline-block;
        padding: 14px 25px;
        background: #f19f48;
        /*border-radius: 10px;*/
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        margin: 0;
        width:100%
    }

.counter_pro.blue .counter-content:before {
    border-color: #4d9fcf;
    border-bottom-color: transparent;
}

.counter_pro.blue .counter-content:after {
    border-top-color: #4d9fcf;
}

.counter_pro.blue .counter-icon {
    color: #4d9fcf;
}

.counter_pro.blue .title_pro {
    background: #4d9fcf;
}

    .counter.red .counter-content:before {
        border-color: #ef5f61;
        border-bottom-color: transparent;
    }

    .counter.red .counter-content:after {
        border-top-color: #ef5f61;
    }

    .counter.red .counter-icon {
        color: #ef5f61;
    }

    .counter.red .title {
        background: #ef5f61;
    }

    .counter.blue .counter-content:before {
        border-color: #4d9fcf;
        border-bottom-color: transparent;
    }

    .counter.blue .counter-content:after {
        border-top-color: #4d9fcf;
    }

    .counter.blue .counter-icon {
        color: #4d9fcf;
    }

    .counter.blue .title {
        background: #4d9fcf;
    }

    .counter.purple .counter-content:before {
        border-color: #a98ceb;
        border-bottom-color: transparent;
    }

    .counter.purple .counter-content:after {
        border-top-color: #a98ceb;
    }

    .counter.purple .counter-icon {
        color: #a98ceb;
    }

    .counter.purple .title {
        background: #a98ceb;
    }



.index_proshow {
    padding: 40px 0;
    text-align: center;
    position: relative;
    background-size: 100% 100%;
    float: left;
}

    .index_proshow .show_index {
        /*height: 180px;*/
        /*border-radius: 20%;*/
        /*background: #fff;*/
        padding: 0px 0;
        margin: 0 auto;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
    }
    .index_proshow:hover .details{
        display:block;
    }
    .index_proshow .text {
        position: absolute;
        bottom: 0px;
        width: 100%;
        line-height: 20px;
        /*background-color: rgb(42 145 243 / 54%);*/
        background-color: rgb(98 101 103 / 54%);
    }
        .index_proshow .text:hover {
            position: absolute;
            bottom: 0px;
            width: 100%;
            line-height: 40px;
           
            background-color: rgb(42 145 243 / 54%);
        }
    .index_proshow .h31 {
        float: left;
        padding: 10px;
        /* width: 140px; */
        text-align: left;
        font-weight: 700;
        font-size: 15px;
        color: #ffffff;
    }
        .index_proshow .show_index img {
            width: 100%;
        }


    .index_proshow .show_index:after {
        /*content: "";*/
        border-top: 16px solid #f19f48;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        position: absolute;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
    }


.index_news_list1 {
    /*padding-bottom: 20px;*/
}

    .index_news_list1 .item {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        display: block;
        padding: 5px;
        transition: all .5s;
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .index_news_list1 .item a {
            display: block;
        }

            .index_news_list1 .item a:hover .txt h3 {
                color: #0e87db;
            }

        .index_news_list1 .item:hover {
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        }

        .index_news_list1 .item .mark_1 {
            color: #999;
            font-size: 12px;
            /*line-height: 20px;*/
            /*padding-left: 60px;*/
            margin-top: 10px;
            /*float: right;*/
            background-color: none;
        }

            .index_news_list1 .item .mark_1 span {
                display: inline-block;
                padding-right: 18px;
            }

        .index_news_list1 .item .txt {
            width: 100%;
            cursor: pointer;
        }

            .index_news_list1 .item .txt h3 {
                font-size: 14px;
                font-weight: bold;
                line-height: 30px;
                /*padding-left: 15px;*/
                -webkit-transition: all .3s ease-in-out 0s;
                -moz-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
            }

        .index_news_list1 .item p {
            color: #666;
            line-height: 25px;
        }

            .index_news_list1 .item p span {
                display: inline-block;
                /*color: #0e87db;*/
                padding-left: 10px;
            }

        .index_news_list1 .item img {
            position: relative;
            width: 100%;
            height: 200px;
            display: block;
            overflow: hidden;
            cursor: pointer;
            float: left;
        }
.index_home_news1 {
    font-size: 14px;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /*//显示的行数*/
    height: 50px;
}</pre></body></html>