<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*轮播图*/
#lpd &gt; .carousel &gt; .carousel-inner &gt; .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media(min-width:768px) {
    #lpd &gt; .carousel &gt; .carousel-inner &gt; .item {
        height: 410px;
    }
}


#lpd &gt; .carousel &gt; .carousel-inner &gt; .item img {
    width: 100%;
}

#lpd img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    height: auto;
  
}

/*公司简介标题*/
#xxjj {
    padding: 20px 0;
    border-bottom: 1px solid #c0c0c0;
}

    #xxjj &gt; .container &gt; .xxjjtop {
        height: 50px;
        border-bottom: 1px dashed #d4d4d4;
    }

        #xxjj &gt; .container &gt; .xxjjtop p {
            font-size: 16px;
            vertical-align: middle;
            line-height: 50px;
            color: #666;
            margin-bottom: 0px;
        }

        #xxjj &gt; .container &gt; .xxjjtop a:hover {
            text-decoration:none;
            color: #e92322;
        }

        #xxjj &gt; .container &gt; .xxjjtop i {
            font-size: 16px;
            color: #269ddf;
        }
    /*简介主体部分*/
    #xxjj &gt; .container &gt; .gsjjzt {
        padding: 40px 0;
        width: 100%;
    }

        #xxjj &gt; .container &gt; .gsjjzt span {
            font-size: 16px;
            color: #333;
        }

            #xxjj &gt; .container &gt; .gsjjzt span strong {
                color: #e92322;
            }

        #xxjj &gt; .container &gt; .gsjjzt img {
            float: left;
            margin-right: 40px;
            margin-bottom: 30px;
            border-radius: 10px;
            box-shadow: 2px 2px 5px #666666;
            transition: all 0.2s linear;
        }

            #xxjj &gt; .container &gt; .gsjjzt img:hover {
                transform: scale(1.03, 1.03);
                cursor: pointer;
            }

.lgqjimg {
    width: 70%;
}

.xsqjimg {
    width: 100%;
}

/*产品展示表头*/
#product {
    background-color: #eff3f7;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c0c0c0;
}

    #product &gt; .container &gt; .productTop {
        text-align: center;
        border-bottom: 1px dashed #c0c0c0;
        padding: 20px 0;
        margin-bottom: 20px;
    }

        #product &gt; .container &gt; .productTop p {
            color: #666666;
            font-size: 14px;
            padding: 2px 0;
        }

        #product &gt; .container &gt; .productTop &gt; .productEng {
            font-size: 20px;
            color: #d9d9d9;
        }

        #product &gt; .container &gt; .productTop &gt; .productTitle {
            font-size: 28px;
            color: #333;
        }

            #product &gt; .container &gt; .productTop &gt; .productTitle i {
                color: #269ddf;
                font-size: 16px;
                padding: 0 10px;
                vertical-align: middle;
            }

/*产品展示详情*/
/*    panel-default面板自定义开始*/
.panel-itcast {
    border-color: transparent;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 1px 1px 5px #ccc;
    position: relative;
}

.actived {
    background-color: #056564;
}

.disabled {
    background-color: #337ab7;
}

#product .panel-itcast &gt; .panel-heading {
    float: right;
    width: 150px;
    padding: 0;
    height: 150px;
    border-left: 1px dashed #ccc;
    text-align: center;
    position: relative;
    color: #fff;
}

    #product .panel-itcast &gt; .panel-heading &gt; span {
        display: block;
        font-size: 12px;
        padding: 0 10px;
    }


    #product .panel-itcast &gt; .panel-heading::after,
    #product .panel-itcast &gt; .panel-heading::before {
        content: ' ';
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background-color: #eff3f7;
        position: absolute;
    }

    #product .panel-itcast &gt; .panel-heading::after {
        top: -8px;
        left: -8px;
    }

    #product .panel-itcast &gt; .panel-heading::before {
        top: 142px;
        left: -9px;
        box-shadow: 0px 2px 1px #c0c0c0 inset;
    }

#product .panel-itcast &gt; .panel-body {
    margin-right: 150px;
    height: 150px;
}

    #product .panel-itcast &gt; .panel-body img {
        width: 100%;
        height: 100%;
    }

#product .panel-itcast &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top-color: #ddd;
}

#product .panel-itcast &gt; .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

#product &gt; .container &gt; .row .panel {
    margin-bottom: 30px;
    transition: all 0.2s linear;
}

    #product &gt; .container &gt; .row .panel:hover {
        transform: scale(1.05, 1.05);
        cursor: pointer;
    }


/*加工设备*/
#jgsb {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #fff;
    border-bottom: 1px solid #c0c0c0;
}

    #jgsb &gt; .panelheada {
        padding: 20px;
    }
    /*表头部分*/
    #jgsb &gt; .panel-product &gt; .jbsbtop {
        font-size: 20px;
        color: #d9d9d9;
    }

    #jgsb &gt; .panel-product &gt; .jgsbtitle {
        font-size: 28px;
        color: #333;
    }

        #jgsb &gt; .panel-product &gt; .jgsbtitle i {
            color: #269ddf;
            font-size: 16px;
            padding: 0 10px;
            vertical-align: middle;
        }

    #jgsb &gt; .panel-product &gt; .jgsbsm {
        font-size: 14px;
        color: #666;
        padding-top: 8px;
    }
    /*大图片展示*/
    #jgsb &gt; .container &gt; .row .jgsbleft {
        position: relative;
        width: 100%;
        height: 380px;
        margin-bottom: 20px;
        box-shadow: 2px 2px 5px #777;
        overflow: hidden;
        transition: all 0.2s linear;
    }

        #jgsb &gt; .container &gt; .row .jgsbleft:hover {
            transform: scale(1.05, 1.05);
            cursor: pointer;
        }

        #jgsb &gt; .container &gt; .row .jgsbleft p {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 41px;
            background-color: rgba(0,0,0,0.5);
            color: #fff;
            font-size: 20px;
            line-height: 41px;
            padding-left: 10px;
            margin-bottom: 0;
        }

        #jgsb &gt; .container &gt; .row .jgsbleft img {
            width: 100%;
            height: 100%;
        }

    #jgsb &gt; .container &gt; .row .jgsbright {
        width: 100%;
        height: 380px;
        box-shadow: 2px 2px 5px #777;
        overflow: hidden;
    }

        #jgsb &gt; .container &gt; .row .jgsbright img {
            width: 100%;
            height: 100%;
        }


        #jgsb &gt; .container &gt; .row .jgsbright ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            #jgsb &gt; .container &gt; .row .jgsbright ul li {
                float: left;
                width: 50%;
                height: 195px;
            }

                #jgsb &gt; .container &gt; .row .jgsbright ul li a {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 100%;
                    transition: all 0.2s linear;
                }

                    #jgsb &gt; .container &gt; .row .jgsbright ul li a:hover {
                        transform: scale(1.05, 1.05);
                        cursor: pointer;
                    }

        #jgsb &gt; .container &gt; .row .jgsbright p {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 30px;
            background-color: rgba(0,0,0,0.5);
            color: #fff;
            font-size: 14px;
            line-height: 30px;
            padding-left: 10px;
            margin-bottom: 0;
        }

        #jgsb &gt; .container &gt; .row .jgsbright:nth-child(-n+2) {
            margin-bottom: 0;
        }

    #jgsb &gt; .container &gt; .row .imgbox {
        position: relative;
        width: 100%;
        height: 400px;
        margin-bottom: 40px;
        transition: all 0.3s linear;
    }

    #jgsb &gt; .container .imgbox:hover {
        cursor: pointer;
        transform: scale(1.1, 1.1);
    }

    #jgsb &gt; .container .imgbox p {
        position: absolute;
        width: 100%;
        height: 30px;
        font-size: 14px;
        color: #fff;
        bottom: 0px;
        background-color: rgb(0 0 0 /0.5);
        text-align: center;
        margin-bottom: 0px;
        line-height: 30px;
    }

    #jgsb &gt; .container .imgbox:hover p {
        color: #e92322;
    }

/*------------------------------*/
/*新闻动态表头部分*/
#news {
    background-color: #eff3f7;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
}

    #news &gt; .container &gt; .newsTop {
        text-align: center;
        border-bottom: 1px dashed #c0c0c0;
        padding: 20px 0;
    }

        #news &gt; .container &gt; .newsTop &gt; .newsEng {
            font-size: 20px;
            color: #d9d9d9;
        }

        #news &gt; .container &gt; .newsTop &gt; .newsTitle {
            font-size: 28px;
            color: #333;
        }

            #news &gt; .container &gt; .newsTop &gt; .newsTitle i {
                color: #269ddf;
                font-size: 16px;
                padding: 0 10px;
                vertical-align: middle;
            }

    /*新闻动态正文部分*/
    #news &gt; .container &gt; .row .p1 {
        font-size: 16px;
        color: #666;
        line-height: 25px;
    }

    #news &gt; .container &gt; .row .newzw {
        margin: 20px 0;
        transition: all 0.2s linear;
    }

        #news &gt; .container &gt; .row .newzw:hover {
            transform: scale(1.05, 1.05);
            cursor: pointer;
        }

/*------------------------------*/
/*合作伙伴*/
#hzhb {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c0c0c0;
}

    #hzhb &gt; .container &gt; .hzhbTop {
        text-align: center;
        border-bottom: 1px dashed #c0c0c0;
        padding: 20px 0;
        margin-bottom: 20px;
    }

        #hzhb &gt; .container &gt; .hzhbTop &gt; .hzhbEng {
            font-size: 20px;
            color: #d9d9d9;
        }

        #hzhb &gt; .container &gt; .hzhbTop &gt; .hzhbTitle {
            font-size: 28px;
            color: #333;
        }

            #hzhb &gt; .container &gt; .hzhbTop &gt; .hzhbTitle i {
                color: #269ddf;
                font-size: 16px;
                padding: 0 10px;
                vertical-align: middle;
            }

    /*  合作伙伴主体部分*/
    #hzhb &gt; .container &gt; .row img {
        width: 100%;
        height: 100%;
        transition: all 0.3s linear;
    }

    #hzhb &gt; .container &gt; .hzhbTop &gt; p {
        font-size: 14px;
        color: #666;
        padding-top: 15px;
    }



.xfactive {
    transition: all 0.3s linear;
    box-shadow: 2px 2px 5px #C0C0C0;
}

    .xfactive:hover {
        transform: scale(1.02, 1.02);
        cursor: pointer;
    }
</pre></body></html>