<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*wap*/
@media screen and (min-width:0px)  and  (max-width:1199px)  {
html{font-size:62.5%}
.pc{display:none;}
.wap{display:block;}
@media only screen and (min-width:321px) {html {font-size:62.5%!important}}
@media only screen and (min-width:361px) {html {font-size:70.31%!important}}
@media only screen and (min-width:376px) {html {font-size:73.24%!important}}
@media only screen and (min-width:481px) {html {font-size:94%!important}}
@media only screen and (min-width:561px) {html {font-size:109%!important}}
@media only screen and (min-width:641px) {html {font-size:125%!important}}


/* --- 头部 --- */
.header{border-bottom:1px solid #ddd;overflow:hidden;}

/* logo */
.header .logo{padding:1.5rem; } 
.header .logo img{width:80%; }

/* 链接 */
.header .links{ background:#f5f5f5; width:100%; text-align:center; height:3.5rem; line-height:3.5rem; font-size:1.4rem;} 
.header .links i{ margin-right:1rem; color:#ccc; margin-left:1rem;}

/* 链接 */
.header .search{position:relative; padding:1rem; background:#333;}
.header .search input{ border-radius:100px; font-size:1.4rem; padding-left:1rem; height:3.5rem; line-height:3.5rem; width:100%; transition:all .3s; border:none;}
.header .search .button{background:url(../image/search.png) no-repeat center center; position:absolute; border:none; right:1rem; top:1rem; height:3.5rem; cursor:pointer; line-height:3.5rem; width:3.5rem;}

/* 导航 */
.wap-nav{}
.drawer-nav{z-index:200;}
.drawer-nav li{line-height:3.5rem; text-align:center; border-bottom:1px solid #efefef; font-size:1.4rem;}
.drawer-nav li dl{display:none; background:#f5f5f5;}
.drawer-nav li dl em{display:block;  border-top:1px solid #ddd; }
.drawer-nav li:hover dl{display:block;}



/* --- 导航 --- */
.nav{background:url(../image/nav.png) repeat-x bottom; height:4rem; line-height:4rem; border-bottom:1px solid #ddd;}

/* global websites */
.global{position:relative; text-align:center; display:none;}
.global dt{display:block; font-size:1.4rem;}
.global dt:after{content:""; background:url(../image/eng-arrow.png) no-repeat; width:2rem; height:2rem;}
.global dd{position:absolute; background:#fff; left:0; top:4rem; width:100%; box-shadow: 0 3px 8px #ccc; z-index:100; opacity:0; height:0; overflow:hidden;  transition:all .3s; font-size:1.4rem;} 
.global dd a{display:block; border-bottom:1px solid #efefef; text-align:center;}
.global:hover dd{opacity:1; top:48px; height:auto;}




/* --- 公告 / 查询 --- */
.notice-box{background:#f9f9f9; border-bottom:1px solid #ddd; overflow:hidden;}

/* 公告 */
.notice-box .notice { padding:1rem; border-bottom:1px solid #ddd;}
.notice-box .notice li{font-size:1.4rem; background:url(../image/notice.png) no-repeat 0 center; padding-left:2.5rem; line-height:150%;}
.notice-box .notice li a{color:#666;}

/* 查询 */
.notice-box .query{ padding:1rem; overflow:hidden;}
.notice-box .query li{float:left; width:33.33%; text-align:center; line-height:2rem; font-size:1.2rem;}
.notice-box .query li.query-01{background:url(../image/query-01.png) no-repeat 0 center; padding-left:1.5rem;}
.notice-box .query li.query-02{background:url(../image/query-02.png) no-repeat 0 center; padding-left:1.5rem;}




/* --- 首页框架 -- */
.home-box{}


/* 更多 */
.more a{ background:#2990c4; display:block; text-align:center; padding:.8rem 1.5rem; color:#fff; font-size:1.4rem;}


/* 标题 */
.home-title{border-bottom:1px solid #ddd;  position:relative;}
.home-title h2{font-size:1.8rem; background:url(../image/title-line.png) no-repeat 0 .5rem; padding-left:1.5rem; padding-bottom:1rem;}
.home-title .more{position:absolute; right:0; top:0;}


/* 新闻 */
.home-news { padding:1.5rem; border-bottom:1rem solid #efefef;}

/* 新闻 切换*/
.home-news .hd{overflow:hidden; border-bottom:1px solid #ddd; margin-bottom:5px;}
.home-news .hd li{float:left; width:50%; height:4rem; line-height:4rem; text-align:center; cursor:pointer; font-size:1.4rem;}
.home-news .hd li.on{background:#2990c4; color:#fff;}

/* 新闻 内容*/
.home-news .bd{position:relative;}
.home-news .bd li{border-bottom:1px dashed #ddd ; background:url(../image/news-arrow.png) no-repeat 0 center; padding-left:1.5rem; position:relative; padding-top:1rem; padding-bottom:1rem; font-size:1.4rem;}
.home-news .bd li span{ margin-top:.5rem; font-size:1.2rem; color:#ccc;}
.home-news .bd .more{margin-top:1.5rem; display:block;}



/* --- 新闻内容 --- */
.news-show{ position:relative; overflow:hidden; padding:1.5rem;}
.news-show h1{text-align:center; margin-bottom:1.5rem; margin-top:1.5rem; font-size:1.6rem;}
.news-show .date{border-bottom:1px solid #efefef; padding-bottom:1.5rem; margin-bottom:1.5rem; text-align:center; font-size:1.4rem; color:#999;}
.news-show .show p{margin-bottom:1.5rem; line-height:200%; font-size:1.4rem;}
.news-show .goback{ border-bottom:1px solid #efefef; padding-bottom:1.5rem; font-size:1.4rem;}


/* 简介 */
.home-about{ padding:1.5rem; border-bottom:1rem solid #efefef;}
.home-about .content{margin-top:1.5rem; margin-bottom:1.5rem;}
.home-about .content img{float:left; margin-right:1rem; margin-top:.5rem;}
.home-about .content p{line-height:180%; font-size:1.4rem;}


/* 服务项目 */
.home-item{ padding:1.5rem;  border-bottom:1rem solid #efefef;}
.home-item ul{ margin-top:1.5rem;}
.home-item li{ border:1px solid #C2DCF2;  background:url(../image/item-back.png) repeat-x bottom; border-radius:5px ; text-align:center; font-size:12px; margin-bottom:1rem; transition:all .3s; position:relative;  padding-top:1rem; padding-bottom:1rem;}
.home-item li a h3{ color:#2990c4; font-size:1.4rem; margin-bottom:2px;}
.home-item li a{display:block;}
.home-item li p{ color:#999; font-size:1.2rem;}
.home-item li:hover{ border:1px solid #91C0E8;}
.home-item li:hover h3{color:#333;}


/* 公司环境 */
.home-photo{ padding:1.5rem;  border-bottom:1rem solid #efefef;}
.home-photo .home-title{margin-bottom:1.5rem;}
.home-photo .more{margin-top:1.5rem;}





/* --- 底部 -- */
.footer{background:#4C4C4C; overflow:hidden;}
 
/* 栏目 */
.footer-column{}
.footer-column dl{ padding:1.5rem; font-size:1.4rem; overflow:hidden; border-bottom:1px solid #444;}
.footer-column dt{color:#33ccff; margin-bottom:1rem;}
.footer-column dd em{display:block; float:left; width:33.333%;}
.footer-column dd em a{color:#ccc;}
.footer-column dd em a:hover{text-decoration:underline;}
 
/* 二维码 */
.footer-qrcode{text-align:center; padding-bottom:1.5rem; margin-top:1.5rem;}
.footer-qrcode .pic{margin-bottom:1rem;}
.footer-qrcode .text em{display:block; font-size:1.4rem; color:#ccc; line-height:180%;}

/* 联系 */
.footer-contact{ padding:1.5rem; border-bottom:1px solid #444; }
.footer-contact h3{font-size:1.6rem; color:#33ccff; margin-bottom:1rem; }
.footer-contact p{line-height:180%; color:#ccc; font-size:1.4rem;}





/* --- 内页框架 -- */
.page{overflow:hidden;}

/* 左侧 */
.page-left{ text-align:center;}

/* 当前栏目 */
.this-column{ padding-top:1.5rem; padding-bottom:1.5rem;}
.this-column h2{font-size:1.8rem; color:#2990c4; font-weight:bold; margin-bottom:1rem;}
.this-column h3{background:url(http://www.zyjdfx.com/images/page-column-line.png) no-repeat right 90%; color:#2990c4; font-size:1.4rem;}

/* 子栏目 */
.sub-column{background:#f5f5f5; overflow:hidden;}
.sub-column li{ float:left; width:50%; height:4rem; line-height:4rem;}
.sub-column li a{display:block; position:relative; font-size:1.2rem;}
.sub-column li a.now{background:#2990C4; color:#fff;}


/* 内页栏目 */
.page-column {display:none;}

/* 右侧内容 */
.page-right{padding:1.5rem; }

/* 分页
.showpage{text-align:center; margin-top:1.5rem;}
.showpage a{display:inline-block; width:2rem; height:2.4rem; line-height:2.4rem; text-align:center; font-size:1.4rem; width:2.4rem;}
.showpage a.now{background:#2990C4; color:#fff; border-radius:5px;} */

.showpage{text-align:center; font-size:1.2rem; margin-bottom:1.5rem;}
.showpage a{display:inline-block; padding:.3rem .8rem; height:2rem; line-height:2rem;}
.showpage span{ display:inline-block; padding:0 6px;background:#2990C4; color:#fff; border-radius:5px;height:2rem; line-height:2rem;}



/* --- 企业简介 -- */
.about-box{ }
.about-box p{font-size:1.4rem; line-height:150%; text-indent:2rem; margin-bottom:1.5rem;}
.about-box img{ margin-top:1.5rem; margin-bottom:1.5rem;}






/* --- 文章列表 -- */
.article-box {}
.article-box li{border-bottom:1px solid #efefef;  position:relative; padding-top:1rem; padding-bottom:1rem; font-size:1.4rem; line-height:150%;}
.article-box li span{ color:#ccc; font-size:1.2rem; margin-top:.5rem;}






/* --- 联系方式  -- */
.contact-way .text{ margin-top:1.5rem; margin-bottom:1.5rem;}
.contact-way .text h3{font-size:1.6rem; margin-bottom:1rem;}
.contact-way .text p{line-height:200%; font-size:1.2rem;}
.my-map { margin: 0 auto; width: 100%; height: 20rem; }
.amap-container{height: 100%;}






/* --- 招贤纳士  -- */
.jobs-box {margin-top:1.5rem;}
.jobs-box li h3{font-size:1.6rem; margin-bottom:1.5rem;}
.jobs-box li{border-bottom:1px solid #ddd; padding-bottom:1.5rem; margin-bottom:1.5rem;}
.jobs-box li .text p{line-height:180%; color:#666; font-size:1.4rem;}
.jobs-box li .text strong{display:block; margin-bottom:1.5rem; margin-top:1.5rem; font-size:1.4rem;}
.jobs-box li .online{margin-top:3.5rem; margin-bottom:1.5rem;}
.jobs-box li .online a{background:#2990C4; padding:1rem 2rem; border-radius:5px; color:#fff; font-size:1.4rem;}





/* --- 服务内容  -- */
.service-content {margin-top:1.5rem;}
.service-content p{margin-bottom:1.5rem; line-height:150%; font-size:1.4rem;}

/* --- 团队 --- */
.tema{ display:block;  }
.tema ul{width:105%;}
.tema li{float:left;  margin-bottom:20px; width:46%;margin-right:10px;}
.tema li .pic{border:1px solid #efefef;}
.tema li .pic img{width:100%;}
.tema li .text h3{font-size:14px; margin-bottom:10px;}
.tema li .text p{color:#999; font-size:14px;}

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