<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*默认*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;word-break:break-all;font-family:"OpenSans-Regular",Arial,"Microsoft YaHei","微软雅黑",sans-serif}
:after, :before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
input,textarea, select {margin:0;padding:0;border:0}

/*内页*/
.subbanner{height:140px}
.mainbody{padding-bottom:58px}
.main{margin-top:34px}
/*左侧导航*/
.leftnav{width:200px}
.leftnav li{border-bottom:1px solid #d4d7df}
.leftnav li a{height:47px;line-height:47px;font-size:14px;color:#000;padding-left:17px;transition:all .5s}
.leftnav li:after{content:'';width:3px;height:12px;background:#0366c1;position:absolute;left:0;top:18px;opacity:0;transition:all .5s}
.leftnav li.on a{color:#0366c1}
.leftnav li.on:after{opacity:1}
.leftnav li:hover a{color:#0284dc;padding-left:29px}
.leftnav li:hover:after{background:#0284dc;left:12px;opacity:1}

/*右侧列表*/
.rightcont{width:960px}
.breadcrumb{height:48px;line-height:47px;border-bottom:1px solid #d4d7df}
.breadcrumb a{color:#0366c1}
.breadcrumb label{margin:0 10px}
.breadcrumb span{color:#666b85}

/*新闻列表*/
.news-list{}
.news-list li{border-bottom:1px solid #d4d7df;padding-bottom:21px;margin-top:21px}
.news-list .img{width:200px;height:123px}
.news-list img{width:100%;height:100%;transition:all ease-out .3s .1s}
.news-list .cont{width:740px;font-size:14px;color:#666b85}
.news-list h1{font-size:18px;color:#000;margin-top:5px}
.news-list .time{margin:8px 0 14px}
.news-list .p{line-height:1.8}
.news-list li:hover h1{color:#0284dc}
.news-list li:hover img{transform: scale(1.1, 1.1)}

/*分页*/

.page{margin-top:30px;font-size:0}
.page a{width:35px;height:35px;line-height:34px;border:1px solid #d4d7df;font-size:13px;color:#000;margin:0 5px}
.page a:hover{border:1px solid #0284dc;color:#0284dc}
.page a.btn{width:68px}
.page a.on{border:0;line-height:35px;color:#0366c1}
.page a.omit{border:0;color:#000}



/*新闻详情*/
.news-title{margin-top:24px}
.news-title h1{font-size:24px;color:#000}
.news-title p{font-size:14px;color:#666b85;margin-top:14px}
.content{font-size:14px;color:#666b85;line-height:1.8;margin-top:32px}

/*分页2*/
.page2{border-top:1px solid #d4d7df;margin-top:55px;padding-top:24px}
.page2 li{font-size:14px;color:#666b85;line-height:2}
.page2 li a{font-size:14px;color:#0366c1}
.page2 li a:hover{color:#0284dc}

/**
 * 解决分享微信冲突
 */
#bdshare_weixin_qrcode_dialog, #bdshare_weixin_qrcode_dialog *{
	box-sizing:content-box;
}
/*可能还需要的产品*/
.maybe-product{padding-bottom:25px;margin-top:30px;line-height:1}
.maybe-form{background:#f6f7fa;padding:20px;height:80px}
.maybe-form p{font-size:16px;color:#000;line-height:40px}
.maybe-form p span{font-size:16px;color:#f03}
.maybe-form .txt{width:545px;height:40px;line-height:38px;font-size:14px;border:1px solid #cfd3d8;border-right:0;border-radius:5px 0 0 5px;padding:0 20px}
.maybe-form .sub{width:122px;height:40px;line-height:40px;background:#0366c1;font-size:14px;color:#fff;border-radius:0 5px 5px 0}
.maybe-form .sub:hover{background:#0284dc}
.maybe-product-title{font-size:16px;color:#666b85;margin-top:20px}
.maybe-product-list{padding:0 20px;font-size:0}
.maybe-product-item{width:25%;border-left:1px solid #e0e0e0;padding-left:18px;font-size:14px;margin-top:30px}
.maybe-product-item h1{color:#0366c1}
.maybe-product-item ul{margin-top:10px}
.maybe-product-item li{width:50%;color:#666b85;line-height:1.8}
.maybe-product-item li a:hover{color:#0284dc}
</pre></body></html>