<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
ul{list-style-type:none;}
li{ list-style:none;line-height: 35px;}
img{border:0px;}
a{text-decoration:none; font-size: 12px;}
body{ font-family: "微软雅黑"; font-size: 14px;overflow-x:hidden; background: #f5f5f5;}

/* Public css */
.fl{float: left;}
.fr{float: right;}
.w1200{width: 1200px;margin:0 auto;position: relative;}
.clear{clear: both;}
.dH{overflow: hidden;}
table{width: 100%;}
table tr td p{line-height: 25px;font-size: 14px;}

/*table{ text-align: center; background: #fff; border-top: 1px solid #ddd; border-left: 1px solid #ddd;}
table::before{content: inline-block!important;}
table tr:nth-child(even) {background: #f4f4f4}
table tr td{ padding:10px 5px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; font-size: 14px; color: #666; }
*/

/*头部*/
.bg-color {background: #f5f5f5;}
.top-bar{background: #f4f4f4;line-height: 40px;color: #333333;font-size: 14px;}
.top-bar .sy a{color: #333333;font-size: 14px;margin-left: 10px;}
.top-bar .sy a:hover{color: #035cac;}
.logo-bar{padding:30px 0;background: #fff;}
.logo-bar img{max-height: 65px;}
.nav-bar {background: #035cac;}
.nav-bar&gt;.w1200&gt;ul {display: flex;}
.nav-bar&gt;.w1200&gt;ul&gt;li {flex: 1; text-align: center;position: relative;}
.nav-bar&gt;.w1200&gt;ul&gt;li:after{width: 1px;height: 100%;position: absolute;content: '';right: 0;top:0;background: #0067c3;}
.nav-bar&gt;.w1200&gt;ul&gt;li:before{width: 1px;height: 100%;position: absolute;content: '';right: 1px;top:0;background: #004483;}
.nav-bar&gt;.w1200&gt;ul&gt;li:last-child:after,.nav-bar&gt;.w1200&gt;ul&gt;li:last-child:before{background: none;}
.nav-bar&gt;.w1200&gt;ul&gt;li&gt;a{display: block;line-height: 60px;font-size: 16px;color: #fff;position: relative;z-index: 1;}
.nav-bar&gt;.w1200&gt;ul&gt;li&gt;a:hover,.nav-bar&gt;.w1200&gt;ul&gt;li.active&gt;a{background: #00a571;}
.nav-bar&gt;.w1200&gt;ul&gt;li&gt;ul{display: none;position: absolute;width: 100%;left: 0; z-index: 2;}
.nav-bar&gt;.w1200&gt;ul&gt;li&gt;ul&gt;li&gt;a{display: block;text-align: center;font-size: 14px;background: #00a571;color: #fff;line-height: 50px;border-top:solid 1px rgba(255,255,255,.3);transition: all .4s;}
.nav-bar&gt;.w1200&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover{background: #cb0101;color: #fff;}
.hot-bar{background: #00a571;height: 40px;}
.hot-bar span{display: block;width: 150px;text-align: center;color: #fff;line-height: 40px;background: #007d55;float: left;}
.hot-bar .list{width: 500px;height: 40px; float: left;margin-left: 20px;}
.hot-bar .list li dl dt{float: left;width: 400px;line-height: 40px;}
.hot-bar .list li dl dt a{display: block;color: #fff;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hot-bar .list li dl dd{float: right;width: 80px;line-height: 40px;color: rgba(255,255,255,.8);font-size: 13px;}
.banner{height: 340px;margin-top: 15px;}
.banner li img{max-width: 100%;height: 100%;}


/*首页*/
#index{margin:15px auto;}
#index .tit{margin-bottom: 20px;border-bottom:solid 1px #ebebeb;padding-bottom: 10px;line-height: 25px;position: relative;}
#index .tit .name{color: #1e6db5;font-size: 20px;}
#index .tit .name img{margin-right: 5px;position: relative;top:6px;}
#index .tit a{position: absolute;right: 0;top:6px;color: #b6b6b6;font-size: 12px;text-transform: uppercase;line-height: 25px;}
#index .tit a:hover{color: #1e6db5;text-decoration: underline;}
#index .box{padding:20px;}
#index .index_pic{width: 420px;background: #fff;}
#index .index_pic .pic{width: 100%;height: 305px; overflow: hidden;position: relative;}
#index .index_pic .pic .bd li{width: 100%;height: 305px;text-align: center;}
#index .index_pic .pic .bd li .img{width: 100%;height: 270px;overflow: hidden;}
#index .index_pic .pic .bd li .img img{width: 100%;height: 270px;}
#index .index_pic .pic .bd li .title{height: 35px;background:#dfdfdf;padding:0 60px;transition: all .4s;}
#index .index_pic .pic .bd li .title h4{text-indent: 20px;font-weight: normal; overflow: hidden;line-height: 35px;color: #333;font-size: 14px;text-overflow: ellipsis;white-space: pre;text-align: left}
#index .index_pic .pic .bd li:hover .title{background: #035cac;}
#index .index_pic .pic .bd li:hover .title h4{color: #fff;}
#index .index_pic .pic .hd{position: absolute;left: 0;bottom:0;z-index: 1;background: #035cac;color: #fff; width: 60px;height: 35px;line-height: 35px;text-align: center;}
#index .index_pic .pic .hd .prev,#index .index_pic .pic .hd .next{width: 30px;height: 60px;line-height: 60px;text-align: center;color: rgba(255,255,255,.6);background: rgba(0,0,0,.3);position: absolute;top:-150px;font-size: 30px;cursor: pointer;transition: all .5s;}
#index .index_pic .pic .hd .prev{left:0;}
#index .index_pic .pic .hd .next{right: -320px;}
#index .index_pic .pic .hd .prev:hover,#index .index_pic .pic .hd .next:hover{background: rgba(3,92,172,.8);color: rgba(255,255,255,1);}
#index .index_news{width: 450px;background: #fff;margin:0 15px;}
#index .index_news .list li .img{width: 125px;height: 85px;overflow: hidden;margin-bottom: 10px;}
#index .index_news .list li .img img{width: 125px;height: 85px;}
#index .index_news .list li .con{width: 275px;height: 85px;margin-bottom: 10px;}
#index .index_news .list li .con h4 a{color:#333333;font-size: 16px;line-height: 20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical; font-weight: normal;}
#index .index_news .list li .con p{color: #999999;line-height: 26px; font-size: 13px; margin-top: 10px;overflow: hidden;height: 52px;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
#index .index_news .list li a{line-height: 35px;}
#index .index_news .list li a h5{display: block; width: 315px;float: left;font-weight: normal;font-size: 14px; color: #333333;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;text-indent: 16px;}
#index .index_news .list li a h5:after{width: 0;height: 0;border-top: 3px solid transparent;border-bottom: 3px solid transparent;border-left: 5px solid #035cac;position: absolute;content: "";top: 16px;left: 0px;}
#index .index_news .list li a span{width: 85px;float: right;color: #999999;font-size: 12px;text-align: right;}
#index .index_news .list li:hover a h5{color: #035cac;}
#index .index_notice{width: 300px;background: #fff;}
#index .index_notice .list li a{line-height: 34px;}
#index .index_notice .list li a h5{display: block; width: 165px;float: left;font-weight: normal;font-size: 14px; color: #333333;line-height: 34px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;text-indent: 16px;}
#index .index_notice .list li a h5:after{width: 2px;height: 2px;background: #035cac;border-radius: 100%; position: absolute;content: "";top: 50%;transform: translateY(-50%); left: 0px;}
#index .index_notice .list li a span{width: 85px;float: right;color: #999999;font-size: 12px;text-align: right;}
#index .index_notice .list li:hover a h5{color: #035cac;}
#link{background: #00a571;margin:0 auto;}
#link .tit{width: 77px;height: 70px;background: #008a5f;}
#link .tit p{padding:12px 20px;line-height: 25px;color: #fff;font-size: 18px;font-weight: bold;}
#link .list{width: 1100px;}
#link .list ul{padding:12px 0;}
#link .list ul li{float: left;margin-right: 15px;line-height: 24px;}
#link .list ul li a{color: #fff;font-size: 14px;line-height: 24px;}
#link .list ul li a:hover{text-decoration: underline;}

/* CSS Footer */
#footer{width:100%;background: #035cac;padding:25px 0; margin:0 auto;}
#footer .img{width: 405px;position: relative;margin-top: 10px;}
#footer .img:after{width: 1px;height: 56px;content: '';position: absolute;right: 0;top:50%;transform: translateY(-50%);background: #0067c3;}
#footer .img:before{width: 1px;height: 56px;content: '';position: absolute;right: 1px;top:50%;transform: translateY(-50%);background: #004483;}
#footer .contact{width:586px;margin:0 30px;}
#footer .contact p{width: 50%;float: left;line-height: 28px;color: #b6d6f1;font-size: 14px;}
#footer .ewm{width: 85px;}
#footer .ewm img{width: 85px;}
#bottom{width: 100%;height: 40px;margin:0 auto;line-height: 40px;background:#004b8f;border-top:solid 1px #1266b1; color: #7ba9d2;font-size: 12px;text-transform: uppercase;}
#bottom a{color: #7ba9d2;font-size: 12px;}
#bottom a:hover{color: #fff;}

/*子页面*/
#wrap{margin:15px auto;}
#wrap .box{padding:20px;padding-top: 10px;}
#wrap .tit{margin-bottom: 20px;border-bottom:solid 1px #ebebeb;padding-bottom: 10px;line-height: 25px;position: relative;}
#wrap .tit .name{color: #1e6db5;font-size: 20px;}
#wrap .tit .name img{margin-right: 5px;position: relative;top:6px;}
#wrap .tit .position{position: absolute;right: 0;top:6px;color: #b6b6b6;font-size: 13px;text-transform: uppercase;}
#wrap .tit .position a{color: #b6b6b6;font-size: 13px;text-transform: uppercase;line-height: 25px;}
#wrap .tit .position a:hover{color: #1e6db5;text-decoration: underline;}
#wrapLeft{width: 932px;border:1px solid #e2e7eb;background: #fff;}
#wrapLeft #content{ width: 100%; height:auto;margin:0 auto;line-height:35px;color:#333333;font-size: 15px;}
#wrapLeft #content img{max-width: 100%;}
#wrapLeft #content #newTitle{line-height:30px;color:#333333;font-size:18px;font-weight: bold; text-align:center;}
#wrapLeft #content #newsInfo{height:20px;color:#999;font-size:12px;text-align:center;margin-bottom: 20px;line-height: 30px;}
#wrapLeft #content #newsImg{width: 60%;margin:0 auto;text-align: center;margin-bottom: 30px;}
#wrapLeft #content #newsImg img{max-width: 100%;border:1px solid #ddd;padding:3px;}
#wrapLeft #content #newsImg1{width: 200px;margin:0 auto;text-align: center;margin-bottom: 30px;}
#wrapLeft #content #newsImg1 img{max-width: 100%;border:1px solid #ddd;padding:3px;}
#wrapRight{width: 250px;border:1px solid #e2e7eb;background: #fff;}
#wrapRight .list li a{background: #f6f6f6;margin-bottom: 5px; line-height: 45px;display: block;font-size: 16px; color: #333333;position: relative;text-indent: 16px;transition: all .5s;}
#wrapRight .list li a i{display: block; position: absolute;width: 16px;height: 16px;background: #ededed url(../images/sider-bg-01.png) no-repeat center;border-radius: 100%;right: 10px;top:50%;transform: translateY(-50%);transition: all .5s;}
#wrapRight .list li a:hover{background: #035cac;color: #fff;text-indent: 26px;}
#wrapRight .list li a:hover i{background: #00a571 url(../images/sider-bg-02.png) no-repeat center;}

/*领导班子*/
.de-team-list li {float: left;margin-right: 20px;margin-bottom: 20px; overflow: hidden; width: 188px; background: #f6f6f6; padding:10px;padding-bottom: 0;}
.de-team-list li:nth-child(4n){margin-right: 0;}
.de-team-list li a { display: block;}
.de-team-list li .img {width: 188px;height: 266;text-align: center; line-height: 266;font-size: 0;overflow: hidden;}
.de-team-list li .img img {display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%; transition: all 0.5s;}
.de-team-list li .title {text-align: center;height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 40px;font-size: 14px;color: #595959;}
.de-team-list li:hover {box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);background: #035cac;}
.de-team-list li:hover .title{ color: #fff;}
.de-team-list li:hover .img img {transform: scale(1.1);}

/*新闻列表样式*/
.de-news-list li{width: 100%;line-height: 35px;}
.de-news-list li a{display: block;}
.de-news-list li a h5{display: block; width: 680px;float: left;font-weight: normal;font-size: 14px; color: #333333;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;text-indent: 16px;}
.de-news-list li a h5:after{width: 0;height: 0;border-top: 3px solid transparent;border-bottom: 3px solid transparent;border-left: 5px solid #035cac;position: absolute;content: "";top: 16px;left: 0px;}
.de-news-list li a span{width: 85px;float: right;color: #999999;font-size: 12px;text-align: right;}
.de-news-list li:hover a h5{color: #035cac;}

/*列表样式*/
.clear{clear:both;}
.team-ul{padding-bottom: 100px;}
.team-ul li{width: 100%;margin-top: 20px;}
.team-ul li:nth-child(odd){margin-right: 2%;}
.team-ul dt{float: left;width:180px;padding:2px;height: 250px;border:solid 1px #ebebeb;}
.team-ul dt img{width:180px;height: 250px;}
.team-ul dd{float: left;width:500px;margin-left: 15px;}
.team-ul dd h1{color: #1e6db5;font-weight: normal;font-size: 14px;line-height: 30px;}
.team-ul dd p{line-height: 35px;color: #2e2e2e;font-size: 14px;}
.team-ul dd p a{color: #2e2e2e;font-size: 15px;}
.team-ul dd p span{color: #1e6db5;}


/* CSS Ziye */
.recruitcon2{line-height:35px;color:#333333;font-size: 15px;}
.recruitcon2 .xxsmys{width: 100%;height: 35px;background: #f2f2f2;margin-bottom: 10px;}
.recruitcon2 .xxsmys span{display: inline-block;padding:0 20px;color: #fff;background: #035cac;font-size: 14px;}
.recruitys{ width:670px; height:auto; padding:10px; background-color:#fafafa; border:#dedede solid 1px;}
.recruitcon{ height:173px;  border-bottom:#cdcdcd dashed 1px; margin:10px;}
.recruitcon1{ height:173px;  margin:10px;}
.recruitconl{ width:145px; height:153px; float:left; text-align:left;}
.recruitconc{ width:572px; height:153px; float:left; padding-left: 75px;}
.recruitconc li{ width:372px; height:35px; line-height:35px; color:#444444;}
.zwmcys{ color:#ff6c00; font-weight:bold;}
.recruitconr{ width:133px; height:auto; float:left; text-align:center;}
.chakan{padding-top: 13px;}
.formys{ height:auto; padding:10px;}
.cpmcys{ width:280px; height:34px;border:1px solid #dedede;}
.formbz{ float:left;}
    .G_InputText{

    width:278px;

    height:30px;

    border:1px solid #d2d4d6;

}

.G_textarea{

    width:300px;

    height:100px;

    border:1px solid #dedede;

}

.G_ul{

    margin:0 auto;
}

.G_botton{

    width:55px;

    height:30px;

    line-height:30px;

    border:0;

    

    cursor:pointer;

}

.borderLi{ width:500px; height:auto; padding-top:10px;}
.G_tips{

    

    width:486px;

    margin:10px auto 0 auto;

    border:1px solid #dedede;

    padding:7px;

    border-radius:5px;

    -moz-border-radius:5px;

    -webkit-border-radius:5px;

    box-shadow: 0px 0px 3px rgba(0,0,0,.1);

    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);

    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);

}
.page{margin:30px auto;text-align: center;}
.page a{display:inline-block;height:18px;line-height:18px;border:1px solid #dbdbdb;padding:0 2px 0;color:#333333;font-size: 14px;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:0 3px 0;}
.current {padding:0 6px 0;height:18px;line-height:18px;background:#404040;color:#fff;}

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