<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* contain */
.contain{
    width:1330px;
    height: auto;
    margin:0px auto 30px;
    background-color:#ffffff;
}
.contain-title{
    width:1200px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color:#444;
    text-align: center;
    margin:0 auto;
    padding: 0;
    position: relative;
}
.contain-title-span{
    display: inline-block;
    position:relative;
}
.contain-title-span::before{
    content:'';
    width:30px;
    height:5px;
    background-color:#e77845;
    border-radius: 5px;
    position: absolute;
    bottom:0px;
    left:50%;
    margin-left:-15px;
}

/* 全部产品列表 */
.product-describe{
    width:1200px;
    margin:0px auto;
    height: 144px;
    background:url('../images/news-title-bg.jpg') no-repeat top center;
    padding:30px 40px;
}
.describe-context{
    width:100%;
    height: 100%;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    color:#ffffff;
}
.product-list{
    width:1215px;
    height: auto;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0 auto;
}
.module{
    width:385px;
    height: auto;
    border-top:2px solid #e77845;
    background-color:#f9f9f9;
}
.product-title{
    width:100%;
    height: 60px;
    background-color:#f0f0f0;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    margin:0;
    font-weight: bold;
}
.product-link{
    color:#444;
}
.product-link:hover{
    color:#e77845;
}
.product-title-icon{
    width:28px;
    height: 25px;
    display: inline-block;
}
.product-details{
    width:100%;
    height: 100px;
    padding:20px 35px;
    line-height: 20px;
    font-size: 12px;
    color:#666666;
}
.product-list-ul{
    width:100%;
    height: auto;
}
.product-list-li{
    width:100%;
    height: 102px;
}
.list-li-a{
    display: block;
    width:100%;
    height: 102px;
    background-color:#ededed;
}
.product-pic{
    display: block;
    width: 100px;
    height: 100px;
    margin-top:1px;
    margin-left: 1px;
}
.product-info{
    width: 150px;
    height: 100px;
}
.product-info-title{
    width:100%;
    height: 24px;
    line-height: 24px;
    color:#444;
    font-size: 14px;
    overflow: hidden;
    margin: 0px 0px 5px;
}
.product-info-context{
    font-size: 12px;
    color:#999999;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.list-li-a:hover{
    background-color:#e77845;
}
.list-li-a:hover .product-info-title{
    color:#fff;
}
.list-li-a:hover .product-info-context{
    color:#fff;
}

/* pcb产品列表样式 */
.pcb-products-describe{
    width: 1200px;
    height: 54px;
    overflow: hidden;
    line-height: 54px;
    font-size: 16px;
    text-align: center;
    color:#444;
    margin:20px auto 0px;
    background-color:#f9f0eb;
}
.pcb-product-list{
    width: 1230px;
    height: auto;
    overflow: hidden;
}
.pcb-list-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pcb-li{
    width:380px;
    height: auto;
}
.pab-li-a{
    display: block;
}
.pcb-product-title{
    font-size: 18px;
    color:#444;
    width:100%;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-weight: normal;
}
.pcb-product-title::before{
    content: '';
    display: block;
    width:6px;
    height: 18px;
    background-color:#e77845;
    border-radius: 3px;
    margin-top: 26px;
    float: left;
    margin-right:10px;
}
.pcb-product-span{
    display: block;
    width:380px;
    height: 205px;
    overflow: hidden;
    margin:0px auto;
}
.pcb-product-img{
    display: block;
    width:380px;
    height: 205px;
}
.pcb-product-describe{
    display: block;
    width:100%;
    background-color:#e77845;
}
.pcb-product-describe-p{
    display: block;
    width: 100%;
    line-height: 18px;
    height:36px;
    overflow: hidden;
    color:#fff;
    font-size: 12px;
}
.pab-li-a:hover .pcb-product-title{
    color:#636363;
}
.pab-li-a:hover .pcb-product-describe-p{
    color:#f5f5f5;
}

/* 公用列表样式 */
.common-product-list{
    width:1228px;
    height: auto;
    overflow: hidden;
    margin:0px auto;
}
.common-product-list-li{
    width:280px;
    height: auto;
    margin:0px 13.5px 40px;
}
.common-product-list-a{
    display: block;
    width: 280px;
    height: auto;
}
.common-product-span{
    width: 280px;
    height: 280px;
    overflow: hidden;
    display: block;
    border:1px solid #f0f0f0;
}
.common-product-pic{
    display: block;
    width: 280px;
    height: 280px;
}
.common-product-context{
    width: 100%;
    height: 80px;
    background-color:#f0f0f0;
}
.common-product-title{
    display: block;
    font-size: 16px;
    color:#444;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-weight: normal;
}
.common-product-describe{
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}
.common-product-list-a:hover .common-product-context{
    background-color:#e77845;
}
.common-product-list-a:hover .common-product-title{
    color:#fff;
}
.common-product-list-a:hover .common-product-describe{
    color:#fff;
}

/* 重要客户部分代码 */

/* 荣誉资质 */
.qualification-honor-module{
    width:1230px;
    padding-top:45px;
}
.important-custorme-title{
    font-size: 20px;
    color:#e77845;
}
.custorme-icon{
    display: block;
    width:13px;
    height: 7px;
    position: absolute;
    bottom:0;
    left: 50%;
    margin-left:-6.5px;
}
.honor-slide{
    width:1230px;
    height: 102px;
    margin:10px auto 0px;
    position:relative;
    border-top:1px solid #eeeeee;
    padding-top:30px;
}
.slide-main{
    width:100%;
    height: 72px;
    position: relative;
    zoom: 1;
    overflow: hidden;
}
.slide-ul{}
.slide-li{
    width:246px;
    height:72px;
}
.honor-main{
    width:195px;
    height:72px;
    border:1px solid #ededed;
    padding:0px;
    margin:0px auto;
    overflow: hidden;
}
.slide-pic{
    width:100%;
    display: block;
    height:70px;
}
.honor-main:hover .slide-pic{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.slide-title{
    width:100%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-align: center;
    color:#444444;
    display: block;
    font-weight: normal;
}
.important-prev-btn{
    width:27px;
    height: 58px;
    display: block;
    background-color:#bababa;
    text-align: center;
    line-height: 58px;
    margin-right:3px;
    position: absolute;
    left:-32px;
    top:37px;
}
.important-next-btn{
    width:27px;
    height: 58px;
    display: block;
    background-color:#bababa;
    text-align: center;
    line-height: 58px;
    position: absolute;
    right:-32px;
    top:37px;
}
.important-next-btn:focus, .important-prev-btn:focus{
    color:#fff;
}
.next-icon,
.prev-icon{
    font-size: 14px;
    color:#fff;
}

/* product detail */
.detail-descriptor{
    width: 1300px;
    margin:0px auto;
    background-color:#fff;
    overflow: hidden;
}
.descriptor-left{
    float: left;
    width:580px;
    border-right:1px solid #f2f2f2;
    padding:25px 95px;
}
.big-ul{
    width:100%;
    height: 366px;
}
.big-li{
    width:100%;
    height: 366px;
    overflow: hidden;
}
.big-img{
    display: block;
    width:280px;
    height: auto;
    margin:0px auto;
}
.small-div{
    width:390px;
    position:relative;
    height:70px;
    margin:0px auto;
}
.prev-btn{
    width:24px;
    height: 100%;
    display: block;
    background-color:#f0f0f0;
    text-align: center;
    line-height: 70px;
    margin-right:3px;
}
.next-btn{
    width:24px;
    height: 100%;
    display: block;
    background-color:#f0f0f0;
    text-align: center;
    line-height: 70px;
    color:#444;
}
.next-btn:hover{
    color:#e77845;
}
.next-icon,
.prev-icon{
    font-size: 14px;
}
.small-main{
    width:336px;
    height: 70px;
    overflow: hidden;
    margin:0px auto;
}
.small-ul{
    width: 100%;
    height: 70px;
}
.small-li{
    width:70px;
    height: 70px;
    border:1px solid #e9e9e9;
    margin:0px 8px;
    overflow: hidden;
}
.small-li.on{
    border:1px solid #e77845;
}
.small-img{
    display: block;
    width:90%;
    margin:5% auto;
    height: 90%; 
}
.descriptor-right{
    float:left;
    width: 720px;
    height: 486px;
    background: url('../images/detail-bg.jpg') no-repeat right bottom;
    padding:60px 60px 120px;
    position: relative;
}
.descriptor-title{
    width: 100%;
    line-height: 36px;
    height:36px;
    font-size: 30px;
    color:#444;
    overflow: hidden;
}
.descriptor-info{
    width:100%;
    line-height: 24px;
    font-size: 18px;
    color:#444;
    max-height:72px;
    overflow: hidden;
}
.phon{
    width:100%;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    font-size: 18px;
    color:#444;
}
.phon-icon{
    font-size: 28px;
    color:#e0e0e0;
}
.consulting{
    display: block;
    width:170px;
    height: 50px;
    border-radius: 50px;
    background-color:#e77845;
    line-height: 50px;
    text-align: center;
    color:#fff;
    font-size: 18px;
    border:none;
    outline: none;
    position: absolute;
    bottom:60px;
    left: 60px;
}
.consulting:hover{
    color:#fff;
    opacity: 0.85;
    filter:alpha(opacity=0.85);
}
.detail-information{
    width: 1300px;
    margin:15px auto 0px;
    background-color:#fff;
    padding:20px;
}
.tab-div{
    width:100%;
    height: 50px;
}
.information-tab{
    width:100%;
    height: 50px;
    line-height: 50px;
    border-bottom:1px solid #ececec;
}
.tab-a{
    color:#444;
    display: inline-block;
    font-size: 18px;
    position: relative;
}
.tab-a:hover{
    color:#444;
}
.tab-item.on .tab-a::before{
    content:'';
    display: block;
    width:70%;
    height: 5px;
    background-color:#e77845;
    position: absolute;
    bottom:-2.5px;
    left:15%;
    border-radius:5px;
}
.information-main{
    padding:0px 70px 45px;
    border-bottom:1px solid #ececec;
}
.tab-main{
    width:100%;
    display: flow-root;
}
.tab-main p{
    font-size: 14px;
    color:#444444;
    line-height: 24px;
}
.tab-main img{
    margin-top:35px;
    margin-right:15px;
}
.change-page{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.prev-page{
    width:47%;
    float: left;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.next-page{
    float: right;
    width:47%;
    text-align: right;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.page-name{
    color:#444;
}
.page-a{
    color:#444;
}
.page-a:hover{
    color:#e77845;
}</pre></body></html>