@charset "UTF-8";
a {
  text-decoration: none;
  color: inherit;
}
td {
  display: table-cell;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
div, ul, li, h1, p, span, label {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
body {
  background-color: #f7f7f7
}
.leftad {
  width: 56px;
  box-shadow: 0 0 10px #bbb;
  height: auto;
  padding:8px 0;
  position: fixed;
  left: 10px;
  top: 273px;
  border-radius: 5px;
  background-color: #fff;
}
.app {
  width: 56px;
  height: 56px;
  background-image: url("/newstyle4/images/app.png");
  cursor:pointer;
}
.app_drop {
  width: 164px;
  height: 371px;
  background-image: url("/newstyle4/images/app_drop.png");
  display:none;
  position:absolute;
  left:56px;
  top:-7px;
}
.xcx {
  width: 56px;
  height: 56px;
  background-image: url("/newstyle4/images/xcx.png");
  margin-top: 8px;
  cursor:pointer;
  position:relative;
}
.xcx_drop {
  width: 164px;
  height: 185px;
  background-image: url("/newstyle4/images/xcx_drop.png");
  display:none;
  position:absolute;
  left:56px;
  top:-55px;
}
.main-box {
  width: 1200px;
  height: 273px;
  margin: 0 auto 0 auto;
  background: url("/newstyle4/images/background.png")
}
.box_logo {
  width: 270px;
  height: 131px;
  float: left;
  margin-top: 70px;
  margin-left: 78px;
}
.box_logo1 {
  width: 750px;
  height: 100px;
  float: left;
  margin-top: 58px;
  margin-left: 20px;
}
.logo1, .logo2 {
  width: 127px;
  height: 131px;
  float: left;
  margin-right: 6px;
}
.box_text1, .box_text2 {
  width: 750px;
  height: auto;
  font-family: Microsoft YaHei;
  font-size: 45px;
  color: #019978;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  letter-spacing: 4px;
  text-shadow: 0 3px #fff, 3px 0 #fff, -3px 0 #fff, 0 -3px #fff;
}
.nav_change {
  width: 1100px;
  height: 50px;
  padding: 0 50px;
  margin: auto;
  background-color: #00b48d
}
.nav_change ul li {
  float: left;
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  /* display: flex; */
}
.nav_change ul li a {
  width: 110px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
}
.nav_change ul li a.active {
  color: #00B48D;
  background: #fff;
  font-weight: bold;
}
.dropdown {
  width: 110px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 99;
  box-shadow: 0 5px 10px #999;
  display: none
}
.dropdown a {
  color: #555 !important;
  display: block;
  line-height: 40px !important;
  height: 40px !important;
  font-size: 16px;
  width: 110px !important;
  text-align: center
}

.date_weather {
  width: 1198px;
  margin: 0 auto;
  height: 40px;
  background-color: #fff;
  background: -webkit-linear-gradient(top, #ffffff 0, #f5f5f5 100%);
  background: -moz-linear-gradient(top, #ffffff 0, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f5f5, GradientType=0);
  border: 1px solid #e1e1e1;
  border-top: none;
  font-size: 12px;
  color: #333;
}
.qwjs {
  width: 350px;
  float: right;
	line-height:40px;
}
.qwjs a {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  line-height: 22px !important;
  border-color: #EEEEEE;
  border-radius: 3px;
  color:#333;
  border: 1px solid #e1e1e1
}
#time {width:400px;line-height:40px;float:left;padding-left:10px}
.s_input {
  height: 22px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 230px;
}

.new-contain {
  height: 292px;
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  width: 1158px;
  border: 1px solid #e1e1e1;
  border-top: none;
  position: relative;
}
/*图片新闻样式*/
.focusbox {
  position: relative;
  width: 420px;
  height: 292px;
  overflow: hidden;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
  text-align: left;
  background: white;
  float: left;
}
.focusbox .pic li img {
  width: 420px;
  height: 292px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.focusbox .pic li:hover img {
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.focusbox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 32px;
  width: 100%;
  background: #333;
  filter: alpha(opacity=80);
  opacity: 0.8;
  overflow: hidden;
}
.focusbox .txt {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 32px;
  width: 80%;
  overflow: hidden;
}
.focusbox .txt li {
  height: 32px;
  line-height: 32px;
  position: absolute;
  bottom: -32px;
}
.focusbox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 10px;
  font-size: 14px;
  text-decoration: none;
}
.focusbox .num {
  position: absolute;
  z-index: 1;
  bottom: 12px;
  right: 8px;
}
.focusbox .num li {
  float: left;
  position: relative;
  width: 6px;
  height: 6px;
  line-height: 6px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
}
.focusbox .num li.on, .focusBox .num li:hover {
  background: #f60;
}
/*新闻部分*/
.new {
  display: block;
  float: left;
  width: 410px;
  margin: 0 20px 0 20px;
  overflow: hidden;
}
.new-tab {
  width: 410px;
  padding-bottom: 4px;
  height: 26px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
}
.new-tab ul {
  float: left;
  width: 360px;
  border-bottom: #e5e5e5;
}
.new-tab ul li {
  height: 26px;
  float: left;
  font-size: 16px;
  color: #333333;
  padding: 0 12px;
}
.new-tab ul li.active {
  color: #00B48D;
  font-size: 16px;
  font-weight: 700;
}
.new-tab ul span {
  width: 1px;
  height: 26px;
  background: #e5e5e5;
  float: left;
}
.new-tab div {
  height: 26px;
  float: right;
  font-size: 14px;
  color: #999;
  margin-top: 2px;
}
.new-text {
  width: 410px;
}
.new-text ul li {
  width: 410px;
  list-style: none;
  text-decoration: none;
}
.new-text ul li i {
  width: 4px;
  height: 4px;
  background-color: #03AE66;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  top: -3px;
}
.new-text ul li span {
  width: 320px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 32px;
}
.new-text ul li:hover span, .new-text ul li:hover div {
  color: #00B48D;
}
.new-text ul li div {
  width: 86px;
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
  line-height: 32px;
}
/*快捷导航部分*/
.kjdh {
  width: 286px;
  height: 292px;
  float: left;
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  right: 20px;
}
.kjdh-top {
  height: 37px;
  background-color: #E9F4F2;
  border-radius: 4px 4px 0px 0px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1E8E75;
  line-height: 38px;
  padding-left: 16px;
}
.search {
  height: 32px;
}
.search select {
  border: 1px solid #E5E5E5;
  border-left: none;
  float: left;
  height: 32px;
}
.button {
  width: 88px;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 5px;
  background: #F0F0F0;
  border: 1px solid #E5E5E5;
  border-left: none;
  border-right: none;
  border-radius: 0px 0px 4px 0px;
  float: left;
  cursor: pointer;
}
/*icon部分*/
.contain {
  margin-top: 20px;
  width: 100%;
}
.apply {
  width: 1048px;
  background-color: white;
  padding: 27px 76px 27px 76px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #00b48d;
  background: -webkit-linear-gradient(left, #00b48d 0, #19d1a9 100%);
  background: -moz-linear-gradient(left, #00b48d 0, #19d1a9 100%);
  background: -o-linear-gradient(left, #00b48d 0, #19d1a9 100%);
  background: linear-gradient(to right, #00b48d 0, #19d1a9 100%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b48d, endColorstr=#19d1a9, GradientType=0);
  /* height: 100px; */
}
.apply-icon {
  height: 100px;
  /* margin-right: 130px; */
  text-align: center;
  cursor: pointer;
  float: left;
  margin-right: 120px;
}
.apply-icon img {
  margin-bottom: 16px;
  height: 60px;
}
.apply-icon div {
  font-size: 18px;
  font-weight: bold;
  color: #fff
}
#router-img-last {
  margin-right: 0;
}
/*融资公告部分*/
.rzgg {
  width: 1200px;
  height: 310px;
  margin: 0 auto;
}
.bt {
  width: 1200px;
  height: 37px;
  margin: 30px auto 16px auto;
}
.bt-font {
  font-size: 28px;
  font-family: Microsoft YaHei;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
  float: left;
}
.more {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #999999;
  text-align: right;
}
.table {
  display: table;
  box-sizing: border-box;
  text-indent: initial;
  border-collapse: collapse;
}
.table th {
  background: #e9f4f2;
  height: 40px;
  text-align: center;
  font-size: 14px;
}
.table td {
  height: 40px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  background: #fff;
}
.table-font {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: auto;
}
/*监测评价部分*/
.start {
  width: 1198px;
  background-color: white;
  height: 280px;
  margin: 0 auto;
  border: 1px solid #e1e1e1
}
.title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  padding: 20px 20px 5px 20px;
}
.month-start {
  width: 364px;
  float: left;
  margin: 16px 0
}
.month-start-top {
  width: 364px;
  height: 45px;
  margin-bottom: 8px;
}
.green-line {
  width: 8px;
  height: 17px;
  background-color: #00B48D;
  margin-right: 13px;
  float: left;
  border-radius: 3px;
}
.start-font {
  width: 128px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000;
  line-height: 45px;
  float: left;
}
.start-wrap {
  width: 289px;
  height: 207px;
  line-height: 10px;
  overflow: hidden;
}
.starts {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-bottom: 17px;
  cursor: pointer;
}
.news-point {
  width: 289px;
  height: 15px;
  float: left;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tylist-star {
  width: 100%;
}
.tylist-star li {
  height: 32px;
  line-height: 32px;
  font-family: Microsoft YaHei;
  font-size: 14px;
}
.tylist-star li a {
  display: inline-block;
  width: 340px;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.tylist-star li a:hover {
  color: #03AE66;
}
.tylist-star li i {
  width: 4px;
  height: 4px;
  background-color: #03AE66;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  margin-bottom:14px;
}
.tylist {
  width: 100%;
}
.tylist li {
  height: 32px;
  line-height: 32px;
  font-family: Microsoft YaHei;
  font-size: 14px;
}
.tylist li a {
  display: inline-block;
  width: 400px;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.tylist li a:hover {
  color: #03AE66;
}
.tylist span {
  float: right;
  color: #999
}
.tylist li i {
  width: 4px;
  height: 4px;
  background-color: #03AE66;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  margin-bottom:14px;
}
/*规范标准部分*/
.last-imgcontant {
  width: 1200px;
  height: 290px;
  overflow: hidden;
  /* padding: 0px 0 42px 0px; */
  margin: 0 auto;
  margin-top: 20px;
}
.transaction-public-last {
  width: 100%;
  padding: 20px 0 10px 0;
  height: 30px;
}
.contat-card {
  width: 548px;
  float: left;
  height: 250px;
  padding: 0 20px 15px 20px;
  background-color: #fff;
  border: 1px solid #e1e1e1
}
.new-tab1 {
  width: 432px;
  padding-top: 5px;
  height: 26px;
  float: left;
}
.new-tab1 ul {
  float: left;
  width: 360px;
  border-bottom: #e5e5e5;
}
.new-tab1 ul li {
  height: 26px;
  float: left;
  font-size: 16px;
  color: #333333;
  padding: 0 12px;
}
.new-tab1 ul li.active {
  color: #00B48D;
  font-size: 16px;
  font-weight: 700;
}
.new-tab1 ul span {
  width: 1px;
  height: 26px;
  background: #e5e5e5;
  float: left;
}
.new-tab1 div {
  height: 26px;
  float: right;
  font-size: 14px;
  color: #999;
  margin-top: 2px;
}
/*底部部分*/
.footer {
  width: 100%;
  height: 250px;
  padding-top: 20px;
  background: #1cb995;
  margin: auto;
  min-width: 1200px;
}
.select_main {
  width: 1200px;
  height: 40px;
  margin: auto;
}
.select_main ul li {
  display: block;
  text-decoration: none;
  float: left;
}
.select1, .select2 {
  margin-right: 20px;
}
.select_main ul li select {
  width: 386px;
  height: 35px;
  padding: 0px 10px;
  ;
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  background-color: #49c7aa;
  border: none;
}
.footer_main {
  width: 1200px;
  height: 90px;
  margin: 22px auto 0px auto;
}
.footer_main ul {
  display: table;
  margin: 0 auto 10px auto;
}
.footer_main ul li {
  display: block;
  text-decoration: none;
  float: left;
  text-align: center;
}
.footer_main ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.footer_main span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.banquan {
  margin-bottom: 10px;
}
.footer_bottom {
  width: 1200px;
  height: 50px;
  margin: auto;
}
.footer_bottom span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
#toTop {width:70px;height:70px;cursor:pointer;background-image:url("/newstyle4/images/backtop.png");background-size:100% auto;position: fixed;bottom:300px;right:50%;margin-right:-690px;display:none}
.beian {
  margin-bottom: 10px;
}
.lhzs {
  height: 60px;
}
.lhzs-title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  padding: 16px 20px 5px 20px;
  float: left;
}
.lhzs-more {
  padding-top: 27px;
}
.lhzs-more a {
  float: left;
  color: #999;
  font-size: 14px;
}
.lhzs-sw {
  float: right;
  padding-right:10px;
}
.lhzs-sw a {
  display: inline-block;
  padding: 3px 9px;
  font-size: 14px;
  color: #555;
  border-radius:3px;
}
.lhzs-sw a.active {
  background-color: #00B48D;
  color: #fff
}
.img-lhzs {
  width: 100%;
  margin-top: 10px;
}
.img-lhzs ul {
  margin-bottom: 15px;
  height: 181px;
}
.img-lhzs li {
  float: left;
  margin-left: 16px;
  height: 181px;
  width: 279px;
}
.img-lhzs a {
  height: 181px;
  width: 279px;
  display: block;
  position: relative;
  border-radius:8px;
  overflow:hidden
}
.img-lhzs p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -WEBkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
