
														@charset "utf-8";
/* 564379992@qq.com */
* { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); box-sizing: border-box; -webkit-box-sizing: border-box; }
body { margin: 0px; padding: 0px;  font-family: "Microsoft Yahei","Helvetica Neue",Helvetica Neue,Helvetica,Arial,Lantinghei SC,Hiragino Sans GB,sans-serif,Times New Roman; font-size: 12px; color: #000; min-width: 1200px; margin: 0 auto; position: relative; background: #fff; -webkit-text-size-adjust: none; }
html, body { width: 100%; height: 100% }
ul, li, p, span, h1, h2, h3, h4, dl, dt, dd, form, input, textarea, select { margin: 0px; padding: 0px; }
input, textarea, select { color: #666; font-family: "Microsoft Yahei","Helvetica Neue",Helvetica Neue,Helvetica,Arial,Lantinghei SC,Hiragino Sans GB,sans-serif,Times New Roman; }
i, em { display: inline-block; font-style: normal; }
*:focus { outline: none }
img { border: 0px; max-width: 100%; }
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#bfbfbf; }
ul, li { list-style-type: none; }
a { color: #000; text-decoration: none; border: none; outline: none; transition: all 0.5s ease; }
a:hover { color: #045c36; }
.clear { clear: both; content: ''; height: 0px; overflow: hidden; }
.fl { float: left; }
.fr { float: right; }
.wrap { width:1200px; margin: 0 auto; }
.between{ display: flex;align-items: center;justify-content: space-between;}
.flex{ display: flex; align-items: center;}
.center{ display: flex; align-items: center; justify-content: center;}

.headtop{ height:40px; background:#f1f1f1; font-size:14px; color:#666; border-bottom:1px solid #eee;}
.headtop .wrap{ height:100%; }
.headtop .fl a{ color:#045c36; margin-left:12px; }
.headtop .fr b{ color:#045c36; }

.headlogo{ height:120px; }
.headlogo .wrap{ height:100%; position: relative;}
.headlogo .logo{}
.headlogo .fr form { width:333px; height:40px;  position: relative; overflow: hidden; border-radius:40px; }
.headlogo .fr form .intxt {  background: none; width: 100%; height:40px; line-height:40px; border-radius:40px 0 0 40px; font-size: 14px; position: absolute; top: 0px; left: 0px; padding:0 20px;  border:2px solid #045c36;}
.headlogo .fr form .sbtn { cursor:pointer; width:60px; height:100%; border-radius:0 40px 40px 0; background:#045c36 url(../img/search.png) no-repeat center; position: absolute; right: 0px; top: 0px; border: 0px; }

/***导航***/
.nav { height:50px; background:#045c36;  }
.nav ul{ display:flex;}
.nav ul li { flex:1; position:relative; }
.nav ul li > a { display: block; position:relative; z-index:22; height:50px; line-height:50px; color:#fff; font-size: 18px; text-align: center; }
.nav ul li:hover > a,.nav ul li > a.on{ background:#6bc336;}
.nav ul li .nson{ position:absolute; width:100%; left:0px; display:none; top:50ppx; background:#fff; box-shadow:rgba(0,0,0,0.1) 0 0 12px; z-index:11;}
.nav ul li .nson a{ display:block; font-size:14px; line-height:50px; border-bottom:1px solid #eee; text-align:center;}
.nav ul li .nson a:hover{ background:#6bc336; color:#fff;}
.banner{ position:relative; overflow:hidden;}

.banner{ width:100%;}
.banner img{ width:100%; display:block; margin:0 auto;}

/***公告***/
.notice{ margin:30px 0; border:3px solid #f1f1f1; height:50px; padding:0 12px; }
.notice .tit{ color:#045c36; font-weight:bold; font-size:16px; }
.notice .bd{ flex:1; margin-left:100px; height:50px;}
.notice .bd ul li{ height:50px; }
.notice .bd ul li .fl a{ font-size:15px;}
.notice .bd ul li .fl a:hover{ text-decoration: underline;}
.notice .bd ul li  span{ font-size:15px; color:#666; }

/****招标***/
.zhaobao{ background:#f7f7f7; padding:50px 0; }
.zhaobao .hd{ height:50px; margin-bottom:12px; border-bottom:1px solid #eee; background:#fff; box-shadow:#eee 0 0 12px; border-top:2px solid #045c36;}
.zhaobao .hd ul{ display:flex; }
.zhaobao .hd li{ flex:1; height:50px; }
.zhaobao .hd li a{ font-size:16px; height:47px; font-weight:bold; color:#045c36; }
.zhaobao .hd li.on a{ background:#045c36; color:#fff;}
.zhaobao .bd{ height:460px; overflow:hidden; }

.zbtable{ width:100%; border-collapse:collapse;}
.zbtable tr th{ border-bottom:2px solid #eee;}
.zbtable tr th, .zbtable tr td{ font-size:15px;	 text-align:center; padding:10px; }
.zbtable tr td a{ transition:none; }
.zbtable tr:nth-child(2n) td{ background:#f1f1f1; }
.zbtable tr:hover td{ color:#fff; background:#045c36;}
.zbtable tr:hover td a{ color:#fff; }
.zbtable tr td a:hover{  text-decoration:underline;}

/***新闻***/
.news{ padding:50px 0;}
.title h2{ font-weight:bold; font-size:18px; color:#045c36; display:flex; align-items:center;  }
.title h2 i{ margin-right:10px; font-weight:bold; font-size:22px;}
.title a{ padding:10px; width:100px; text-align:center; background:#045c36; color:#fff; border-radius:5px; font-size:14px; }
.news .bd{ width:1200px; overflow:hidden; margin-top:20px;}
.news .bd ul li{ float:left; width:370px; margin-right:45px; overflow:hidden; border-radius:3px;}
.news .bd ul li a{ display:block; transition:none;}
.news .bd ul li .pic{ height:200px; overflow:hidden; }
.news .bd ul li .pic img{ display:block; width:100%; height:100%; object-fit: cover; transition:all 0.5s ease;}
.news .bd ul li:hover .pic img{ transform:scale(1.2);}
.news .bd ul li h3{ padding:15px 12px; background:#f1f1f1; font-weight: normal; transition:all 0.3s ease; font-size:15px; text-align:center; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.news .bd ul li:hover h3{ background:#045c36; color:#fff; }
.news .bd ul li:hover a{}

/***关于我们***/
.about { background:#f7f7f7; padding:50px 0; }
.about .wrap{ display:flex; }
.about .fl{ flex:1; margin-right:50px;}
.about .fl .aboutc{ display:flex; margin-top:20px;}
.about .fl .aboutc img{ width:350px; height:300px; border-radius:3px; object-fit: cover;}
.about .fl .aboutc .text{ flex:1; overflow:hidden; margin-left:20px; font-size:14px; line-height:26px; color:#666; }
.about .fl .aboutc .text h2{ padding-bottom:12px; color:#045c36; }
.about .alertForm{ background:#eee; }

/***法律法规***/
.fgdown{ padding:50px 0; }
.fgdown .wrap{ display:flex; justify-content: space-between; }
.fgdown .item{ width:48%; border:1px solid #eee; border-top:2px solid #045c36; }
.fgdown .item .tit{ height:45px; padding:0 20px; background:#f1f1f1; border-bottom:1px solid #eee;}
.fgdown .item .tit h2 { font-weight: bold; font-size:18px; color:#045c36; display:flex; align-items:center; }
.fgdown .item .tit h2 i{ font-size:20px; margin-right:5px; }
.fgdown .item .tit a{ color:#045c36; font-size:14px; font-weight: bold;}
.fgdown .item .item-con{ padding:12px;}
.fgdown .item dl{ display:flex;}
.fgdown .item dl dt{ width:120px; height:80px; margin-right:12px;}
.fgdown .item dl dt img{ display:block; width:100%; height:100%; object-fit: cover;}
.fgdown .item dl dd{ flex:1; overflow:hidden; }
.fgdown .item dl dd h3{ font-size:18px; font-weight: normal; line-height:24px; }
.fgdown .item dl dd p{ color:#999; padding-top:5px;}
.fgdown .item ul li a{ display: block; background:url(../img/ico.png) no-repeat left center; height:50px; line-height:50px; padding-left:15px; font-size:14px; border-bottom:1px dotted #ddd;}
.fgdown .item ul li a span{ float:right; color:#999; }
.fgdown .item ul li .dbtn{ padding:0px 20px; height:35px; margin-top:6px; line-height:35px; background:#045c36; color:#fff; border-radius:3px; float:right;}

/***底部***/
.footer { background:#2b303e;}
.footer .footop{ display:flex; padding:30px 0; padding-top:40px; }
.footer .footop ul{ flex:1; }
.footer .footop ul li:nth-child(1) a{ font-size:18px; color:#fff;}
.footer .footop ul li a{ font-size:18px; color:#fff;}
.footer .footop ul li{ margin-bottom:16px;}
.footer .footop ul li a{ display:block; font-size:14px; color:#999;}
.footer .footop ul li a:hover{ text-decoration: underline; color:#fff;}
.footer .dbewm{ float:right;}
.footer .dbewm li{ width:120px; margin-left:30px; text-align:center; color:#fff;}
.footer .dbewm li img{ display:block; margin-bottom:10px; background:#fff; padding:5px;}
.footer .links{ padding:20px 0; color:#fff; overflow:hidden; font-size:15px; background:#045c36; }
.footer .links a{ color:#fff; margin:5px 0 0 5px;}
.footer .links a:hover{  text-decoration:underline;}
.footer .copy{ text-align: center; border-top:1px solid #444; font-size:15px; padding:20px 0; color:#999;}
.footer .copy a{ color:#999; }
.footer .copy a:hover{ color:#fff; text-decoration: underline; }

/***分页***/
.page { overflow: hidden; text-align: center; padding: 40px 0; }
.page ul li { display: inline-block; }
.page ul li a, .page ul li span { padding: 10px 15px; background: #fff; display:block; color: #888; margin: 0 2px; }
.page ul li.active span { background: #045c36; color: #fff; border-color: #045c36 }
.page ul li:hover a { background: #045c36; color: #fff; border-color: #045c36 }

/***内页***/
.location { font-size: 14px; height: 50px; line-height: 48px; color: #686868; background:url(../img/home.png) no-repeat left center; padding-left:40px; }
.location a { font-size: 15px; color: #686868; }
.location i { margin: 0 12px; color: #999; }
.location span{ color:#045c36; }
.nycon{ display:flex; margin-bottom:45px; }
.nycon .fl{ flex:1; margin-right:25px; border:1px solid #eee; padding:20px; min-height:500px; border-radius:5px; overflow:hidden; }
.nycon .fr{ width:300px; }
.nycon .fr .alertForm{ width:300px; background:#f7f7f7; border:1px solid #eee; padding:0 20px; }
.nycon .fr .alertForm .box{ width:100%;}
.nycon .rmenu{ margin-bottom:20px; border:1px solid #eee; overflow:hidden; border-radius:5px; }
.nycon .rmenu h2{ padding:16px 20px; font-size:16px; color:#fff; background:#045c36; }
.nycon .rmenu ul{ padding:20px;}
.nycon .rmenu ul li a{ display:block; padding:12px 0; border-bottom:1px dashed #eee; font-size:15px; padding-left:20px; background:url(../img/ico.png) no-repeat left center; }
.nycon .rmenu ul li a.on{ color:#045c36; font-weight: bold;}
.pdbox { padding: 20px 0; line-height: 26px; color: #808080; font-size: 14px;min-height:500px;}
.pdbox a { color: #045c36; }

.photo-list{ display:flex; margin-left:-20px; flex-wrap: wrap; margin-top:20px;}
.photo-list li{ width: calc(100% / 3 - 20px); cursor:pointer; margin-bottom:20px; margin-left:20px;}
.photo-list li .pic{ overflow:hidden; display:block;}
.photo-list li .pic img{ display:block; width:100%; height:100%;}
.photo-list li h3{ text-align: center; padding:12px; background:#f1f1f1; }

.newbox {  }
.newbox .newtit { text-align: center; border-bottom: 1px dashed #ddd; padding-bottom: 12px; }
.newbox .newtit p { font-size: 14px; color: #888; padding-top: 15px; }
.prevnext { font-size: 14px; overflow: hidden; color: #666; }
.prevnext .pfl { width: 50%; overflow: hidden; }
.prevnext .pfr { overflow: hidden; }
.prevnext a { color: #666; }
.prevnext a:hover { color: #045c36; }

.book .intext{ padding:10px; width:48%; background:none; float:left; border:1px solid #eee; margin-bottom:12px;}
.book .intext.i2{ float:right;}
.book .intext.te{ float:none; width:100%; height:80px; resize:none;}
.book .sbtn{ padding:10px; width:120px; border:0px; cursor:pointer; background:#045c36; color:#fff;}

.contact{  overflow:hidden; border:1px solid #eee; padding:50px; margin:50px 0;}
.contact .fr{ width:50%;}
.maps { border:1px solid #eee; margin-bottom:50px;}

/***新闻列表***/
.newlist li a{ font-size:15px; padding:12px; display:block; background:url(../img/ico.png) no-repeat 10px center; padding-left:30px;}
.newlist li a span{ float:right; font-size:15px; color:#999;}
.newlist li:nth-child(2n) a{ background:#f1f1f1 url(../img/ico.png) no-repeat 10px center; }
.newlist li a:hover{ background-color:#045c36; color:#fff;}

.downlist li{ margin:5px 0;}
.downlist li a{ font-size:15px; padding:12px; display:block; background:url(../img/ico.png) no-repeat 10px center; padding-left:30px;}
.downlist li a span{ float:right; font-size:15px; color:#fff; margin-top:-5px; padding:5px 20px; background:#045c36; border-radius:5px;}
.downlist li:nth-child(2n) a{ background:#f1f1f1 url(../img/ico.png) no-repeat 10px center; }
.downlist li a:hover{ background-color:#045c36; color:#fff;}

.bottom_fixed{ position:fixed; bottom:0; left:0; width:100%; height:100px; background:#045c36;}
.bottom_fixed .wrap{ height:100%; }
.bottom_fixed .wrap h2{ font-size:16px; color:#fff; font-weight:normal; }
.bottom_fixed .wrap h2 b{ font-weight:bold; font-size:20px; color:#fff; font-weight:bold; display:block; padding-top:10px;}
.bottom_fixed .close{ position: absolute; cursor:pointer; right:20px; top:12px; color:#fff; }
.bottom_fixed .close i{  font-size:18px; }

.nytit{ background:#045c36; padding:15px 20px;  color:#fff; font-weight:bold;font-size:16px; margin:-20px; margin-bottom:0; }

/***咨询***/
.zhixun{ position:fixed; z-index:1111; right:0px; bottom:20%;}
.zhixun ul li{ position:relative; margin-bottom:1px; width:77px; height:57px;}
.zhixun ul li .zxc{ width:77px; height:57px; background:#045c36; position:absolute; right:0px; top:0px; transition:all 0.3s ease;}
.zhixun ul li .zxc.ztel span{height:57px; text-align:center; font-family:'HelveticaNeueLTCom-LtEx'; width:150px; overflow:hidden; float:right; color:#fff; font-size:16px; line-height:57px;}
.zhixun ul li .zxc em{ display:block; width:77px; text-align:center; height:57px; font-size:12px; padding-top:36px; color:#fff; float:left;}
.zhixun ul li .zxc.zqq em{ background:#045c36 url(../img/kf/qq.png) no-repeat center 9px;}
.zhixun ul li .zxc.ztel { width:227px; right:-150px;}
.zhixun ul li .zxc.ztel em{ background:#045c36 url(../img/kf/tel.png) no-repeat center 9px; border-right:1px solid #045c36}
.zhixun ul li .zxc.zwx em{ background:#045c36 url(../img/kf/ewm.png) no-repeat center 9px;}
.zhixun ul li .zxc.zwx span{ position:absolute; right:77px; top:0px; width:120px; height:120px; background:#fff; transition:all 0.3s ease; transform:scale(0); transform-origin:right center; padding:5px;  opacity:0;}
.zhixun ul li .zxc.ztp em{ background:#045c36 url(../img/kf/top.png) no-repeat center 9px;}
.zhixun ul li:hover .zxc.zqq,.zhixun ul li:hover .zxc.ztp{ width:85px;}
.zhixun ul li:hover .zxc.ztel{ right:0px; }
.zhixun ul li:hover .zxc.zwx span{ transform:scale(1); opacity:1;}










