<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*内页公共部分*/
/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    background-color: #0256ac;
    text-decoration: none;
	font-size: 16px;
	width: 49%;
	padding: 5px 20px;
}

.MvcPagerCtrl a:hover
{
	background-color: #03376d;
}
/*分页控件结束*/

/*位置*/
.locationBox
{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E0E0E0;
    color: #555;
    margin-bottom: 30px;
}
.locationBox a
{
    color: #555;
}
.locationBox .location
{
    float: left;
}
.locationBox .location &gt; span
{
    padding-left: 20px;
    background: url(../Images/position.png) no-repeat left center;
    background-size: auto 12px;
}

@media (max-width: 768px)
{
    .locationBox .location
    {
        padding-left: 10px;
    }
}

.category
{
    float: right;
    font-size: 0;
}
.category li
{
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding: 0 10px;
    text-align: center;
    position: relative;
    font-size: 14px;
}
.category li.on {
    background: #0256ac;
    color: #FFF;
}
.category li.on a
{
    color: #fff;
}
.category li.on:after
{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0256ac;
    display: block;
}
/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}
.detail .prevAndNext
{
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #c2a9a4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.detail .prevAndNext &gt; span
{
    display: block;
    margin: 10px 0;
}
article .about_title
{
        height: 70px;
    line-height: 70px;
    border-bottom: 3px solid #e6e6e6;
    position: relative;
    margin: 0 0 35px 0;
    font-size: 26px;
    font-weight: bold;
    color: #323f48;
}

article .about_title:after {
    content: '';
    width: 53px;
    height: 3px;
    background: #0256ac;
    position: absolute;
    left: 0;
    bottom: -3px;
}

article .content
{
    font-size: 16px;
}

article .content h2
{
    font-weight: bold;
    margin-bottom: 20px;
    font-family: SimSun;
}

article .content p
{
    text-indent: 2em;
    color: #555;
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 1.6;
}

article .content img
{
    max-width: 100%;
    margin: 0 auto;
}

article .infos
{
    color: #333;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 768px)
{
    .detail .prevAndNext a
    {
        font-size: 15px;
    }
    
    .detail .prevAndNext span
    {
        display: block;
        padding: 10px;
    }
    
    article .infos span
    {
        display: block;
    }
    
    article .title
    {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    article .content
    {
        padding: 0px 10px;
        font-size: 15px;
    }
    
    article .content p
    {
        font-size: 15px;
    }
}

/*相关推荐*/
.relativeInfo
{
    margin-bottom: 20px;
}

.relativeInfo .titleBar
{
    line-height: 40px;
    background: #E5E5E5;
}

.relativeInfo .titleBar span
{
    display: block;
    font-size: 20px;
    padding: 0px 20px;
    background: #0256ac;
    width: 122px;
    color: #fff;
    text-align: center;
}

.relativeInfo ul
{
    border: #E5E5E5 solid 1px;
}

.relativeInfo li
{
    width: 25%;
    line-height: 30px;
    font-size: 13px;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px)
{
    .relativeInfo .titleBar
    {
        line-height: 30px;
    }

    .relativeInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 50%;
    }
}

/*内页公共部分*/

/*关于我们*/
.modularTitle
{
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #0256ac;
}

.modularText
{
    margin: 25px auto 35px auto;
    width: 620px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
    
    .modularText
    {
        display: none;
    }
}


/*关于我们*/

/*联系我们*/
.contact
{
    margin-bottom: 20px;
}

.contact .companyName
{
    font-size: 25px;
    font-weight: bold;
}

.contact .contactMap
{
    height: 300px;
    width: 100%;
}

.contact .content
{
    text-align: center;
}

.contact .content p
{
    text-indent: 0em;
    display: inline-block;
    width: 40%;
    text-align: left;
}

.contact .navigation
{
    font-size: 15px;
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 768px)
{
    .contact
    {
        margin-bottom: 0px;
    }
    
    .contact .companyName
    {
        font-size: 16px;
    }
    
    .contact .contactMap
    {
        height: 300px;
        width: 100%;
        float: right;
        display: inline;
    }
    
    .contact .navigation
    {
        display: block;
    }
    
    .contact .navigation
    {
        display: block;
        line-height: 40px;
        text-align: center;
        background: #0256ac;
        color: #fff;
    }
    .contact .content p
    {
        width: 90%;
    }
}

/*售后服务*/
.service
{
    margin-bottom: 30px;
}

.service .content
{
    padding: 0px;
}

.service li
{
    width: 50%;
    height: 370px;
    float: left;
    overflow: hidden;
}

.service li:nth-child(3)
{
    float: right;
}

.service .itemTitle
{
    font-size: 36px;
    color: #0256ac;
    font-weight: bold;
    margin-top: 60px;
}

.service .itemSummary
{
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
}

.service .text
{
    padding: 0px 40px;
    background: #f2f2f2;
}

@media (max-width: 768px)
{
    .service
    {
        margin-bottom: 0px;
    }
    
    .service li
    {
        width: 100%;
        height: initial;
        overflow: hidden;
    }
    
    .service li:nth-child(3)
    {
        float: right;
    }
    
    .service .itemTitle
    {
        font-size: 17px;
        margin-top: 20px;
    }
    
    .service .itemSummary
    {
        font-size: 15px;
        margin-top: 20px;
    }
    
    .service .text
    {
        padding: 0px 20px 20px 20px;
    }
}

/*新闻列表*/
.newsList li{padding:35px 0;border-bottom: 1px solid #dbdbdb;}
.newsList li .img{width:200px;height:135px;float:left;margin-top:4px;border:1px solid #dbdbdb;position:relative;}
.newsList li .img img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}
.newsList li .news_txt{width:820px;float:left;margin-left:32px;}
.newsList li .news_txt p{margin-bottom:0;}
.newsList li .news_txt .news_title{font-size:22px;line-height:35px;height:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsList li .news_txt .news_info{line-height:25px;padding-top:5px;color:#888;}
.newsList li .news_date{width:80px;float:right;border:1px solid #dbdbdb;text-align:center;margin-top:32px;color:#999;padding:8px 10px;}
.newsList li .news_date span{font-size:50px;line-height:50px;display:block;}
.newsList li .news_date p{line-height:25px;height:25px;}

@media (max-width: 768px)
{
    
}

/*工程*/
.projectList
{
    margin-top: 20px;
    margin-bottom: 20px;
}


.projectList .imgBox
{
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    border: 1px solid #f3f3f4;
    box-sizing: border-box;
}


.projectList .imgBox img
{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.projectList li
{
    margin-top: 24px;
    width: 25%;
    float: left;
    padding: 8px;
    box-sizing: border-box;
}

.projectList li span
{
    display: block;
        text-align: center;
    padding: 10px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #EEE;
    font-size: 16px;
}

@media (max-width: 768px) 
{
    .projectList ul
    {
        width: 100%;
    }
    
    .projectList li
    {
        width: 50%;
        height: initial;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 0px 5px 5px 5px;
        display: table;
    }
    
    .projectList .imgBox
    {
        width: 100%;
        height: auto;
    }
.projectList li span{
    width: 100%;
}
    
    .projectList li a
    {
        font-size: 15px;
    }
}

/*产品*/
.prodctTypeList
{
    margin-top: 20px;
}

.productBox .prodctTypeList
{
    text-align: center;
    font-size: 0;
}

.prodctTypeList
{
    text-align: center;
}

.prodctTypeList li
{
    display: inline-block;
        width: 156px;
    height: 48px;
    background: #0256ac;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 5px;
    margin-bottom: 5px;
}
.prodctTypeList li a
{
        color: #ffffff;
}
.prodctTypeList li:hover
{
    background-color: #0256ac;
}
.prodctTypeList li:hover a
{
    color: #fff;
}

.productList
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productList ul
{
    border-bottom: #dcdcdc solid 1px;
}

.productList .imgBox
{
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #f3f3f4;
}


.productList .imgBox img
{
    width: 100%;
    height: 100%;
}


.productList li
{
    background: #FFF;
    margin-top: 24px;
    width: 25%;
    float: left;
    padding: 8px;
}

.productList li a
{
    font-size: 18px;
}
.productList li .txt
{
    border: 1px solid #EEE;
    box-sizing: border-box;
    padding: 10px 15px 10px;
}
.productList li .txt span
{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.productList li .txt i
{
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #747474;
    margin-top: 4px;
    min-height: 36px;
}
@media (max-width: 768px) 
{    
    .prodctTypeList
    {
        font-size: 0;
    }
   .prodctTypeList li
   {
       width: 32%;
       margin-left: 2%;
       margin-bottom: 2%;
   }
   .prodctTypeList li:nth-child(3n+1)
   {
       margin-left: 0;
   }

    
    
    .productList
    {
        margin-top: 0px;
    }
    
    .productList ul
    {
        width: 100%;
    }
    
    .productList li
    {
        width: 50%;
    }
    
    .productList li span{
        height: 30px;
        line-height: 30px;
    }
    
    .productList li a
    {
        font-size: 15px;
    }
}

/*产品详情*/
.productDetail
{
    margin-top: 30px;
    margin-bottom: 20px;
}
.detailTitle
{
    color: #333;
    font-weight: normal;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
}

.detailTitle h1
{
    color: #333;
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.productDetail .productImg
{
    padding: 0 15px;
}

.productDetail .productImg img
{
    max-width: 100%;
    margin: 0 auto;
}



.productDetail .contactBox
{
    margin-top: 20px;
}

.productDetail .contactBox a
{
    font-size: 24px;
    padding: 15px 20px;
    background: #ed0000;
    text-align: center;
    color: #fff;
}

.productDetail .productDetailInfo
{
    margin-top: 30px;
}

.productDetailInfo .titleBar
{
    line-height: 40px;
    background: #E5E5E5;
    margin-bottom: 20px;
}

.productDetailInfo .titleBar span
{
    width: 4em;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #0256ac;
    color: #FFF;
    cursor: pointer;
}

.productDetailInfo .content p
{
    text-indent: 2em;
    color: #555;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
}

.productDetailInfo .content img
{
    max-width: 100%;
    margin: 0 auto;
}

.praiseInfo
{
    margin-top: 50px;
}

.praiseInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.praiseInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #0256ac;
    width: 122px;
    color: #fff;
}

.praiseInfo .praiseItem
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #e5e5e5 dashed 2px;
}

.praiseInfo .praiseList
{
    margin-top: 50px;
}

.praiseInfo .customerImg
{
    float: left;
}

.praiseInfo .praise
{
    width: 1030px;
    float: right;
}

.praiseInfo .customer
{
    font-size: 24px;
    color: #ed0000;
    font-weight: bold;
    border: #e5e5e5 solid 1px;
    padding: 15px 10px;
    white-space: normal;
}

.praiseInfo .evaluation
{
    color: #ed0000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.praiseInfo .replyBox
{
    margin-top: 20px;
    padding: 7px;
    border: #e5e5e5 dashed 1px;
}

.praiseInfo .reply
{
    background: #e5e5e5;
    padding: 5px;
    color: #0060ff;
    font-size: 24px;
}

.praiseInfo .reply .serviceIcon
{
    float: left;
    margin-right: 10px;
}

.praiseInfo .reply .replyText
{
    margin-top: 20px;
    float: left;
}

@media (max-width: 768px) 
{
    .productDetail .productImg
    {
        width: 100%;
        height: initial;
    }
    
    .productDetail .productImg img
    {
        width: 100%;
    }
    
    .productDetail h1
    {
        font-size: 16px;
    }
    
    .productDetail .contactBox
    {
        text-align: center;
    }
    
    .productDetail .contactBox a
    {
        font-size: 15px;
        padding: 10px 15px;
    }
    
    .productDetail .productDetailInfo
    {
        margin-top: 30px;
    }
    
    .productDetailInfo .titleBar
    {
        line-height: 30px;
    }

    .productDetailInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        width: 72px;
    }
    
    .productDetailInfo ul
    {
        border: none;
    }

    .productDetailInfo li
    {
        width: 100%;
    }
    
    .productDetailInfo .content p
    {
        font-size: 15px;
    }
    
    .praiseInfo
    {
        margin-top: 30px;
    }
    
    .praiseInfo  .titleBar
    {
        line-height: 30px;
    }

    .praiseInfo  .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #0256ac;
        width: 72px;
    }
    
    .praiseInfo  ul
    {
        border: none;
    }

    .praiseInfo  li
    {
        width: 100%;
    }
    
    .praiseInfo .customerImg
    {
        width: 25%;
    }
    
    .praiseInfo .praise
    {
        width: 75%;
        padding: 0px 10px;
    }
    
    .praiseInfo .customer
    {
        font-size: 16px;
    }
    
    .praiseInfo .evaluation
    {
        font-size: 15px;
    }
    
    .praiseInfo .reply .replyText
    {
        font-size: 15px;
        margin-top: 10px;
    }
    
    .praiseInfo .reply .serviceIcon
    {
        width: 40px;
    }
}



/**/
.side_right
{
    float: right;
    width: 25%;
}
.innerContent
{
    float: left;
    width: 70%;
}

.side_right .side_box{border:1px solid #dbdbdb;padding:10px;}
.side_right .side_box .np_title{font-size:14px;color:#2a2a2a;line-height:12px;padding:10px 0;border-bottom:2px solid #2a2a2a;}
.side_right .side_box .np_title span{font-size:22px;line-height:32px;}
.side_right .side_box .bd{overflow:hidden;zoom:1;margin-top:30px;}
.side_right .side_box .bd ul li{}
.side_right .side_box .bd ul li .r_img{width:100%;padding-bottom:75%;position:relative;border:1px solid #ccc;}
.side_right .side_box .bd ul li .pic{position:absolute;top:0;left:0;width:100%;height:100%;}
.side_right .side_box .bd ul li .pic img{display:block;width:100%;height:100%;object-fit:cover;}
.side_right .side_box .bd ul li .title{height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.side_right .side_box .bd ul li .title a{color:#666}
.side_right .news_nlist{ padding-bottom:5px; overflow:hidden}
.side_right .news_nlist ul{ padding-top:5px}
.side_right .news_nlist ul li{line-height:36px;background:url(../images/zys_42.jpg) no-repeat 2px center; text-indent:0.3cm; margin:0 auto; border-bottom:1px dashed #d5d5d5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media (max-width: 768px) 
{
    .side_right,
    .innerContent
    {
        float: none;
        width: 100%;
    }
    
    .side_right .side_box .bd ul li
    {
        width: 32%;
        float: left;
        margin-left: 2%;
    }
    .side_right .side_box .bd ul li:first-child {
        margin-left: 0;
    }
    .side_right .news_nlist ul li
    {
        width: 48%;
        margin: 0 1%;
        float: left;
    }
}


</pre></body></html>