.mt-30 {
  margin-top: 30px;
}
.clear {clear: both;}
.gap-30 {
  height: 30px;
  width: 100%;
  background-color: transparent;
}
.bg-gray {
  width: 100%;
  min-width: 1200px;
}
.section-item_width_240 {
  width: 240px !important;
  height: 462px;
}
.section {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.section .section-item {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}
.sidebar {
  background: #fff;
  padding: 0;
  width: 238px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.sidebar ul {
  padding:0;
  margin: 0;
}
.sidebar ul li {
  padding-top: 16px;
  position: relative;
  list-style: none;
  border-bottom: 1px solid #dedede;
}
.sidebar ul li .title {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  background-repeat: repeat-x;
  background-position:0 12px;
  background-image: url(index_x.png)
}
.sidebar ul li .title a {
  height: 24px;
  font-weight: bold;
  display: inline-block;
  max-width: 87px;
  min-width: 50px;
  padding: 0 15px;
  background-color: #fff;
  margin: 0 auto;
  line-height: 24px;
  text-align: center;
  color: #ff8000;
  text-decoration: none;
}
.sidebar ul li .title a:hover {
  color: #005bac;
  text-decoration: underline;
}
.sidebar ul li .content {
  padding: 0;
  border: none;
  position: static;
  padding-left: 4px;
}
.sidebar ul li .content span {
  float: left;
  font-size: 12px;
  text-align: center;
  width: 72px;
  height: 24px;
  display: block;
  line-height: 24px;
  margin: 1px 0;
}
.sidebar ul li .content span a {
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
.sidebar ul li .content span:hover {
  text-decoration: underline;
}
.sidebar ul li .content span:hover a {
  color: #005bac;
}
.topic {
  width: 100%;
  margin: 8px 0 0 10px;margin-top: 460px;
}
.topic ul {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  overflow: hidden;
  margin-right: -10px;
}
.topic ul li {
  float: left;
  height: 126px;
  width: 25%;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  overflow: hidden;
}
.topic a {text-decoration: none;}
.topic h1 {font-size: 25px;
    line-height: 90px;
    padding-left: 102px;}
.topic .index_1 {background:#004ba0 url(image/index_1.png) no-repeat;background-position-x: 34px;
    background-position-y: 32px;}
.topic .index_1 a {color:#fff;}
.topic .index_2 {background:#eceaea url(image/index_2.png) no-repeat;background-position-x: 34px;
    background-position-y: 32px;}
.topic .index_2 a {color:#004ba0;}
.topic .index_3 {background:#004ba0 url(image/index_3.png) no-repeat;background-position-x: 34px;
    background-position-y: 32px;}
.topic .index_3 a {color:#fff;}
.topic .index_4 {background:#eceaea url(image/index_4.png) no-repeat;background-position-x: 34px;
    background-position-y: 32px;}
.topic .index_4 a {color:#004ba0;}

.chartWrap {
  border: 1px solid #ccc;
  margin-top: 7px;
}
.techEntry {
  width: 238px;
  height: 76px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.techEntry img {
  width: 240px;
  height: 76px;
}
.middle {
  margin-top: 30px;
}
.middle .title {
  height: 36px;
  line-height: 36px;
  border-left: 4px solid #005bac;
  margin-bottom: 20px;
}
.middle .title span {
  font-size: 24px;
  color: #333;
  padding-left: 20px;
}
.middle .title ul {
  list-style: none;
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}
.middle .title ul li {
  display: inline-block;
}
.middle .title ul li a {
  color: #666;
  text-decoration: none;
  font-size: 12px;
  vertical-align: text-top;
}
.middle .title ul li:before {
  content: "|";
  padding-right: 5px;
}
.middle .title ul li:after {
  content: "";
  padding-left: 5px;
}
.middle .title ul li:first-child:before {
  content: "";
}
.middle .title ul li:hover a {
  color: #005bac;
  text-decoration: underline;
}
.middle .middle-section {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  height: 300px;
}
.middle .middle-section .table {
  display: table;
  table-layout: fixed;
  width: 50%;
  float: left;
}
.middle .middle-section .table.width40 {
  width: 40%;
}
.middle .middle-section .table.width60 {
  width: 60%;
}
.middle .middle-section .table .row {
  display: table-row;
}
.middle .middle-section .table .row a {
  color: #666;
  text-decoration: none;
}
.middle .middle-section .table .row .column {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.middle .middle-section .table .row .column h4,
.middle .middle-section .table .row .column h5 {
  margin: 0;
}
.middle .middle-section .table .row .column h5 {
  color: #ff8000;
}
.middle .middle-section .table .row .column-1 {
  height: 128px;
}
.middle .middle-section .table .row .column-2 {
  height: 85px;
}
.middle .middle-section .table .row .column-2 img {
  float: left;
  margin-left: 14px;
}
.middle .middle-section .table .row .column-2 .desc {
  margin-top: 6%;
}
.middle .middle-left {
  display: table-cell;
  width: 498px;
  height: 300px;
}
.middle .middle-right {
  display: table-cell;
  width: 100%;
  height: 300px;
}
.middle .middle-right .content-wrap {
  margin-left: 30px;
}
.slideGroup {
  width: 498px;
  height: 300px;
  text-align: left;
  background-color: #fff;
}
.slideGroup .parHd {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  position: relative;
}
.slideGroup .parHd ul {
  float: left;
  position: absolute;
  top: -1px;
  height: 40px;
  padding: 0;
  margin: 0;
  padding-left: 24px;
  list-style: none;
}
.slideGroup .parHd ul li {
  float: left;
  padding: 6px 15px 0 15px;
  cursor: pointer;
  color: #666;
}
.slideGroup .parHd ul li.on {
  height: 40px;
  color: #005bac;
  background-color: #fff;
  border-bottom: 2px solid #005bac;
}
.slideGroup .parHd ul li a{
  color: #666;
  text-decoration: none;
}
.slideGroup .parHd ul li.on a{
  color: #005bac;
  text-decoration: none;
}
.slideGroup .parBd .slideBox {
  padding: 10px 0 10px 24px;
  position: relative;
  height: 240px;
}
.slideGroup .parBd .slideBox ul {
  padding: 10px 15px 15px 0;
  margin: 0;
  list-style: none;
}
.slideGroup .parBd .slideBox ul li {
  height: 32px;
  line-height: 32px;
}
.slideGroup .parBd .slideBox ul li .date {
  float: right;
  color: #999;
  margin-right: 20px;
}
.slideGroup .parBd .slideBox ul li a {
  color: #333;
  text-decoration: none;
}
.slideGroup .parBd .slideBox ul li:hover a {
  color: #005bac;
  text-decoration: underline;
}
.slideTopPicGroup {
  width: 230px;
  padding: 0 4px;
  height: 134px;
  text-align: left;
  background-color: #fff;
}
.slideTopPicGroup .parHd {
  height: 45px;
  line-height: 45px;
  background-color: #fff;
}
.slideTopPicGroup .parHd ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slideTopPicGroup .parHd ul li {
  float: left;
  padding: 5px auto 0 auto;
  text-align: center;
  cursor: pointer;
  width: 115px;
  color: #666;
  border-bottom: 2px solid #005bac;
}
.slideTopPicGroup .parHd ul li.on {
  height: 45px;
  color: #005bac;
  background-color: #fff;
  border-bottom: 2px solid #005bac;
}
#lazyload_1 {
  position: relative;
  width: 700px;
  height: 320px;
  margin: 7px auto 0 auto;
}
#lazyload_1 .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#lazyload_1 .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#lazyload_1 .content ul li {
  position: relative;
  width: 700px;
  height: 320px;
}
#lazyload_1 .content ul li a {
  display: block;
  width: 700px;
  height: 320px;
}
#lazyload_1 .content ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  background: url(image/common/loading.gif) no-repeat center center;
}
#lazyload_1 .content ul li .text-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 4px;
}
#lazyload_1 .content ul li .text-wrap .text {
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
#lazyload_1 .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  letter-spacing: -8px;
  text-align: right;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F08355C', endColorstr='#7F08355C');
}
#lazyload_1 .tag ul {
  *zoom: 1;
  padding: 4px 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#lazyload_1 .tag ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  overflow: hidden;
  padding: 2px 2px;
  background: url(image/common/slide_nav_6.png) no-repeat center bottom;
  cursor: pointer;
}
#lazyload_1 .tag ul li.current {
  color: #fff;
  background-position: center -3px;
}
#lazyload_1 .pos {
  display: none;
}
#lazyload_1 .btn a {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  margin-top: -30px;
  background: #000000 url(image/common/slide_arrow7.png) no-repeat -187px center;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
  outline: none;
}
#lazyload_1 .btn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#lazyload_1 .btn .btnPrev {
  left: 0;
}
#lazyload_1 .btn .btnNext {
  right: 0;
  background-position: -68px center;
}
#lazyload_2 {
  position: relative;
  width: 260px;
  height: 100px;
  left: 8px;
}
#lazyload_2 .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#lazyload_2 .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#lazyload_2 .content ul li {
  position: relative;
  width: 260px;
  height: 100px;
}
#lazyload_2 .content ul li a {
  display: block;
  width: 260px;
  height: 100px;
}
#lazyload_2 .content ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  background: url(image/common/loading.gif) no-repeat center center;
}
#lazyload_3 {
  position: relative;
  width: 230px;
  height: 80px;
  margin-top: 8px;
}
#lazyload_3 .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#lazyload_3 .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#lazyload_3 .content ul li {
  position: relative;
  width: 230px;
  height: 80px;
}
#lazyload_3 .content ul li a {
  display: block;
  width: 230px;
  height: 80px;
}
#lazyload_3 .content ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  background: url(image/common/loading.gif) no-repeat center center;
}
.marqueen {
  width: 220px;
  margin: 0 auto;
  text-align: center;
}
.marqueen .hidden {
  display: none;
}
.marqueen p {
  margin: 0;
  padding: 4px 0 0 0;
  font-size: 1.2em;
  color: #666;
  height: 30px;
  line-height: 30px;
}
.marqueen .digitals {
  text-align: center;
}
.marqueen .digitals span {
  color: #fff;
  font-size: 1.8em;
  display: inline-block;
  padding: 0 5px;
  margin: 0 3px;
  text-align: center;
  background-color: #ff8000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.multipleColumn {
  overflow: hidden;
  position: relative;
  width: 672px;
  height: 300px;
  background-color: #fff;
}
.multipleColumn .bd {
  padding: 10px;
  padding-bottom: 0;
  overflow: hidden;
}
.multipleColumn .bd ul {
  overflow: hidden;
  zoom: 1;
  width: 206px;
  height: 282px;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 11px;
}
.multipleColumn .bd ul li {
  margin: 0 8px;
  float: left;
  text-align: left;
  list-style: none;
}
.multipleColumn .bd ul li .pic {
  text-align: center;
  margin: 10px 0;
  position: relative;
}
.multipleColumn .bd ul li .pic span {
  display: block;
  position: absolute;
  width: 44px;
  height: 22px;
  line-height: 22px;
  left: 10px;
  top: 10px;
  background-color: #E63929;
  color: #fff;
}
.multipleColumn .bd ul li .pic img {
  width: 204px;
  height: 142px;
  display: block;
  border: 1px solid #ccc;
}
.multipleColumn .bd ul li .pic a:hover img {
  border-color: #999;
}
.multipleColumn .bd ul li .anchor {
  height: 28px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.multipleColumn .bd ul li .anchor a {
  color: #333;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multipleColumn .bd ul li .anchor a:hover {
  text-decoration: underline;
  color: #005bac;
}
.professionalSlieGroup {
  overflow: hidden;
  position: relative;
  width: 672px;
  background-color: #fff;
}
.professionalSlieGroup .bd {
  padding: 18px 10px 19px 10px;
  overflow: hidden;
}
.professionalSlieGroup .bd ul {
  overflow: hidden;
  zoom: 1;
  width: 320px;
  float: left;
  _display: inline;
  padding: 0;
  margin: 0;
  padding-left: 4px;
}
.professionalSlieGroup .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  height: 100px;
  margin-top: 20px;
}
.professionalSlieGroup .bd ul li:first-child {
  margin-top: 0;
}
.professionalSlieGroup .bd ul li .pic {
  text-align: left;
  float: left;
}
.professionalSlieGroup .bd ul li .pic a {
  display: inline-block;
  background-color: #f8f8f8;
  width: 84px;
  height: 100px;
}
.professionalSlieGroup .bd ul li .pic img {
  width: 100%;
  border: none;
}
.professionalSlieGroup .bd ul li .pic a:hover img {
  border-color: #999;
}
.professionalSlieGroup .bd ul li .desc {
  overflow: hidden;
  text-align: left;
  padding-left: 16px;
}
.professionalSlieGroup .bd ul li .desc .name {
  color: #ff8000;
  margin: -2px 0 2px 0;
}
.professionalSlieGroup .bd ul li .desc .name a {
  text-decoration: none;
  color: #ff8000;
}
.professionalSlieGroup .bd ul li .desc .name a:hover {
  text-decoration: underline;
  color: #ff8000;
}
.professionalSlieGroup .bd ul li .desc .job {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 8px;
}
.professionalSlieGroup .bd ul li .desc .job .job-title {
  color: #666;
  display: table-cell;
  vertical-align:top;
  width: 72px;
  padding-top: 4px;
}
.professionalSlieGroup .bd ul li .desc .job .job-desc1 {
  display: table-cell;
  color: #01478b;
  padding-top: 4px;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.professionalSlieGroup .bd ul li .desc .job .job-desc2 {
  display: table-cell;
  color: #005bac;
  width: 120px;
  padding-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.dataShowBox {
  width: 230px;
  text-align: left;
  padding: 0 4px;
  border-bottom: 1px solid #ccc;
}
.dataShowBox .hd {
  height: 45px;
  line-height: 45px;
  background: #fff;
  position: relative;
}
.dataShowBox .hd ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.dataShowBox .hd ul li {
  float: left;
  padding: 5px auto 0 auto;
  text-align: center;
  cursor: pointer;
  width: 115px;
  color: #666;
  height: 40px;
}
.dataShowBox .hd ul li a{
  color: #666;
  text-decoration: none;
}
.dataShowBox .hd ul li.on {
  color: #005bac;
  border-bottom: 2px solid #005bac;
}
.dataShowBox .hd ul li.on a{
  color: #005bac;
  text-decoration: none;
}
.dataShowBox .bd {
  height: 193px;
}
.dataShowBox .bd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dataShowBox .bd ul li a {
  color: #666;
  display: block;
  padding-top: 12px;
  text-align: center;
  width: 230px;
  height: 190px;
}
.dataShowBox .bd ul li a img{
  width: 100%;
}
.multipleLine {
  overflow: hidden;
  position: relative;
  width: 1200px;
}
.multipleLine .bd {
  height: 216px;
  overflow: hidden;
}
.multipleLine .bd ul {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.multipleLine .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 150px;
  height: 108px;
}
.multipleLine .bd ul li .pic {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 108px;
}

.groups{
  line-height: 1.42857143em;
  font-size: 14px;
  width:497px;
  height:257px;
  border:1px solid #ccc;
}
.groups, .groups dl, .groups dd, .groups dt {margin:0;padding:0;}
.groups a{color:#666;text-decoration: none;}
.groups img{border:none;}
.table_left{width:198px;height:100%;float:left;overflow: hidden;}
.table_left dl{width:98px;height:129px;border-bottom: 1px solid #ccc;border-right:1px solid #ccc;text-align: center;float: left;}
.table_left dl dt{padding-top:18px;}
.table_left dl dd{font-weight: bold;font-size: 14px;}
.table_left dl dd h5{color:#ff8000;margin:0px;}

.table_right{width:299px;height:100%;float:left;overflow: hidden;}
.table_right dl{width:149px;height:86px;float: left;}
.table_right dl dt{padding-top:18px;margin-left: 14px;float:left;}
.table_right dl dd{font-weight: bold;font-size: 14px;float:left;width:86px;text-align: center;margin-top:25px;}
.table_right dl dd h5{color:#ff8000;margin-top: -20px;}

/*最新政策*/
.zxzc {margin-top:20px;border:1px solid #ccc;height:52px;line-height:50px;}
.zxzc_t {font-size:18px;color:#ff8000;float:left;background:url("image/zxdt.png") 9px 8px no-repeat;padding-left: 50px;letter-spacing: 2px;}
.zxzc_r {float:right;line-height:50px;font-size:18px;}
.txtScroll-top{ overflow:hidden; position:relative;     }
.txtScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("image/arrow.png") 0 -100px no-repeat;}
.txtScroll-top .hd .next{ background-position:0 -140px;  }
.txtScroll-top .hd .prevStop{ background-position:-60px -100px;  }
.txtScroll-top .hd .nextStop{ background-position:-60px -140px;  }
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("image/icoCircle.gif") 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ padding:15px;  }
.txtScroll-top .infoList li{ height:24px; line-height:24px;   }
.txtScroll-top .infoList li .date{ float:right; color:#999;  }

.ad {height:120px;margin:15px 0;}
.more {float: right;font-weight: normal;color: #999;line-height: 60px;font-size: 14px;}

/*科技成果*/
.kjcg {margin-top:20px;}
.kjcg a {text-decoration-line: none;}
.kjcg_t {text-align: center;}
.kjcg_t h1 {font-size: 26px;letter-spacing: 5px;}
.kjcg_t h3 {font-size:16px;}
.kjcg_c {border:1px solid #dedede;min-height: 370px;}
.kjcg_l {float: left;width: 850px;}
.kjcg_l li {list-style: none;width: 395px;float: left;margin-right: 10px;margin-top: 18px;}
.kjcg_l li img {float: left;width: 130px;height: 130px;border:1px solid #dedede;padding:5px;margin-right: 15px;}
.kjcg_l li span {height: 35px;line-height: 35px;width: 238px;overflow: hidden;display: block;}
.kjcg_r {float: right;width: 348px;padding: 17px 0;}
.kjcg_r li {list-style: none;height:35px;line-height:35px;width: 295px;overflow: hidden;}

/*工作通知*/
.gztz {margin-top:20px;float:left;width:790px;}
.gztz_t {background: url(image/lm.png) no-repeat;font-size:16px;color:#004ba0;height: 50px;line-height: 55px;padding-left: 50px;border-bottom: 1px solid #dedede;font-weight: bold;}
.gztz_t span {}

.gztz_r {float:right;width:400px;}
.gztz_r_toutiao {}
.gztz_r_toutiao h3 {font-size: 16px;color: #004ba0;text-align: center;line-height: 30px;margin-block-start: 0;margin-block-end: 0;}
.gztz_r_toutiao_c {line-height: 30px;}
.gztz_r ul {margin-block-end: 0;margin-block-start: 0;padding-inline-start: 0;}
.gztz_r li {line-height: 37px;font-size: 16px;background: url(image/dot.jpg) no-repeat 0 17px;list-style: none;padding-left: 10px;}

.gztz_c {min-height: 370px;margin-left:5px;width: 400px;float: left;}
.gztz_img {float:left;margin: 5px;}
.gztz_ul {width: 373px;float: right;}
.gztz_ul ul {margin-block-start: 0;margin-block-end: 0;padding-inline-start: 0;}
.gztz_ul li {list-style: none;padding: 15px 5px 0 10px;line-height: 25px;}
.gztz_ul a {text-decoration-line: none;}

.slideBox_gztz{ width:425px; height:350px; overflow:hidden; position:relative; }
.slideBox_gztz .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:3px; z-index:1; }
.slideBox_gztz .hd ul{ overflow:hidden; zoom:1; float:left;margin-block-end: 0;margin-block-start: 0;padding-inline-start: 0;  }
.slideBox_gztz .hd ul li{ float:left; margin-right:5px;  width:7px; height:7px; line-height:14px; text-align:center; background:#fff; cursor:pointer;list-style: none;border-radius: 5px; }
.slideBox_gztz .hd ul li.on{ background:#f00; color:#fff; }
.slideBox_gztz .bd{ position:relative; height:100%; z-index:0;   }
.slideBox_gztz .bd ul { margin-block-start: 0;margin-block-end: 0;padding-inline-start: 0; }
.slideBox_gztz .bd li{ zoom:1;list-style:none; vertical-align:middle; }
.slideBox_gztz .bd span {background-color: rgba(0,0,0,0.6);height: 35px;line-height: 35px;margin-top: -30px;position: absolute;width: 100%;color: #fff;padding-left: 15px;}
.slideBox_gztz .bd img{ width:425px; height:350px; display:block;  }

.bglj {width:225px;float:right;margin-top:2px;}
.bglj ul {margin-block-start: 0;margin-block-end: 0;padding-inline-start: 0;}
.bglj li {height: 50px;line-height: 50px;background: #797878;list-style: none;padding-left: 10px;margin: 5px 0;font-size: 16px;}
.bglj li a {color:#fff;}

/*市场动态*/
.scdt {margin-top:20px;float:left;width:790px;}
.scdt_t {height:35px;line-height:35px;font-size:16px;}
.scdt_t h1 {font-size: 18px;font-weight: normal;line-height: 30px;float: left;border-bottom: 1px solid #005bac;height: 35px;margin: 0;width: 85px;background: url(image/scdt.png) no-repeat;padding-left: 39px;}
.scdt_t span {float:right;}
.scdt_c {border:1px solid #dedede;min-height: 360px;}
.scdt_img {float:left;margin: 5px;}
.scdt_ul {width: 373px;float: right;}
.scdt_ul ul {margin-block-start: 0;margin-block-end: 0;padding-inline-start: 0;}
.scdt_ul li {list-style: none;padding: 15px 5px 0 10px;line-height: 25px;}
.scdt_ul a {text-decoration-line: none;}

.slideBox{ width:405px; height:340px; overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:405px; height:340px; display:block;  }

/*通知公告*/
.tzgg {float:right;width:335px;margin-right: 10px;}
.tzgg_t {height:50px;line-height:50px;font-size:16px;border-bottom: 1px solid #dedede;}
.tzgg_t span {background: url(image/lm.png) no-repeat 0 -90px;padding-left: 50px;font-size:16px;color:#004ba0;line-height:55px;font-weight: bold;}
.tzgg_c {min-height: 320px;}
.tzgg_c ul {margin-block-end: 0;margin-block-start: 0;padding-inline-start: 0;padding: 10px 0 0 15px;}
.tzgg_c li {line-height: 37px;font-size: 16px;background: url(image/dot.jpg) no-repeat 0 17px;list-style: none;padding-left: 10px;}
.tzgg_c a {text-decoration-line: none;}

/*技术需求*/
.jsxq {float:left;width:410px;margin-left: 10px;}
.jsxq_t {height:50px;line-height:50px;font-size:16px;border-bottom: 1px solid #dedede;}
.jsxq_t span {background: url(image/lm.png) no-repeat -10px -145px;padding-left: 40px;font-size:16px;color:#004ba0;line-height:55px;font-weight: bold;height: 55px;display: block;width: 100px;float: left;}
.jsxq_c {min-height: 320px;}
.jsxq_c ul {margin-block-end: 0;margin-block-start: 0;padding-inline-start: 0;padding: 10px 0 0 15px;}
.jsxq_c li {line-height: 37px;font-size: 16px;background: url(image/dot.jpg) no-repeat 0 17px;list-style: none;padding-left: 10px;}
.jsxq_c a {text-decoration-line: none;}

/*成果发布*/
.cgfb {float:left;width:410px;margin-left: 20px;}
.cgfb_t {height:50px;line-height:50px;font-size:16px;border-bottom: 1px solid #dedede;}
.cgfb_t span {background: url(image/lm.png) no-repeat -10px -215px;padding-left: 40px;font-size:16px;color:#004ba0;line-height:55px;font-weight: bold;height: 55px;display: block;width: 100px;float: left;}
.cgfb_c {min-height: 320px;}
.cgfb_c ul {margin-block-end: 0;margin-block-start: 0;padding-inline-start: 0;padding: 10px 0 0 15px;}
.cgfb_c li {line-height: 35px;font-size: 16px;background: url(image/dot.jpg) no-repeat 0 17px;list-style: none;padding-left: 10px;}
.cgfb_c a {text-decoration-line: none;}

/*网上办理*/
.wsbl {float:left;width:310px;margin-left: 20px;}
.wsbl_t {height:50px;line-height:50px;font-size:16px;border-bottom: 1px solid #dedede;}
.wsbl_t span {background: url(image/lm.png) no-repeat -10px -280px;padding-left: 40px;font-size:16px;color:#004ba0;line-height:55px;font-weight: bold;height: 55px;display: block;width: 100px;float: left;}
.wsbl_c {min-height: 320px;}
.wsbl_c ul {margin-block-end: 0;margin-block-start: 0;padding-inline-start: 0;padding: 10px 0 0 15px;}
.wsbl_c li {line-height: 34px;font-size: 16px;list-style: none;border: 1px solid #dedede;margin: 5px 10px;text-align: center;}
.wsbl_c li a {text-decoration-line: none;}
.wsbl_c li a:hover {background:#004ba0;color:#fff;display: block;}

/*特色服务*/
.tsfw {margin-top:20px;background: #fff;height: 560px;padding: 5px 20px;}
.tsfw_t {border-bottom: 1px solid #dedede;height:55px;}
.tsfw_t span {background: url(image/lm.png) no-repeat -10px -355px;padding-left: 40px;font-size:16px;color:#004ba0;line-height:55px;font-weight: bold;height: 55px;display: block;width: 100px;float: left;}
.tsfw_c {}
.tsfw_c li {float:left;list-style: none;width: 360px;height: 220px;margin-right: 22px;margin-top: 10px;}
.tsfw_c li span {height: 40px;line-height: 40px;position: absolute;width: 360px;background: rgb(0,0,0,0.6);color: #fff;text-align: center;margin-top: 180px;font-size: 18px;}
.jshtdj {background: url(image/jshtdj.png) no-repeat;margin-left: 12px;}
.zscq {background: url(image/zscq.png) no-repeat;}
.xmsb {background: url(image/xmsb.png) no-repeat;}
.jszy {background: url(image/jszy.png) no-repeat;margin-left: 12px;}
.kjjr {background: url(image/kjjr.png) no-repeat;}
.wxpt {background: url(image/wxpt.png) no-repeat;}

/*科技组织及行业专家*/
.kjzzzj {margin-top:20px;background: #fff;padding: 5px 20px;height: 330px;}
.kjzz {float:left;width:765px;height:320px;}
.kjzz_t {border-bottom: 1px solid #dedede;height:55px;}
.kjzz_t span {background: url(image/lm.png) no-repeat -10px -420px;padding-left: 40px;font-size:16px;color:#004ba0;line-height:55px;font-weight: bold;height: 55px;display: block;width: 100px;float: left;}
.kjzz_c {}
/*
.kjzz_c li {float:left;list-style: none;width: 133px;height: 107px;margin-right: 15px;margin-top: 10px;}
.kjzz_c li a {background:#edeff5 url(image/kjzz.png) no-repeat;color:#004ba0;width: 133px;height: 107px;display: block;}
.kjzz_c li a:hover {background:#004ba0 url(image/kjzz_on.png) no-repeat;color:#fff;width: 133px;height: 107px;display: block;}
.kjzz_c li span {height: 40px;line-height: 40px;position: absolute;width: 133px;text-align: center;font-size: 16px;margin-top: 45px;}
.kjzz_c li p {text-align: center;margin-top: 77px;position: absolute;width: 133px;}
*/
.kjzz_c li {float:left;list-style: none;width: 226px;height: 220px;margin-right: 25px;margin-top: 10px;}
.kjzz_c li a {background:#edeff5 url(image/kjzz.png) no-repeat;color:#004ba0;width: 226px;height: 220px;display: block;}
.kjzz_c li a:hover {background:#004ba0 url(image/kjzz_on.png) no-repeat;color:#fff;width: 226px;height: 220px;display: block;}
.kjzz_c li span {height: 40px;line-height: 40px;position: absolute;width: 226px;text-align: center;font-size: 16px;margin-top: 125px;}
.kjzz_c li p {text-align: center;margin-top: 77px;position: absolute;width: 226px;}

.hyzj {float:right;width:370px;}
.hyzj_t {border-bottom: 1px solid #dedede;height:55px;}
.hyzj_t span {background: url(image/lm.png) no-repeat -10px -420px;padding-left: 40px;font-size:16px;color:#004ba0;line-height:55px;font-weight: bold;height: 55px;display: block;width: 100px;float: left;}
.hyzj_c {}
.hyzj_c ul {margin-block-end: 0;margin-block-start: 0;padding-inline-start: 0;}
.hyzj_c img {float:left;padding: 5px;width:87px;height:100px;border:1px solid #dedede;}
.hyzj_c span {height:29px;line-height:29px;width: 235px;float: right;overflow: hidden;}
.hyzj_c li {list-style: none;padding: 10px;margin-top: 22px;}
.hyzj_c a {text-decoration-line: none;}


/*企业展示*/
.qyzs {margin-top: 40px;}
.qyzs_t {text-align: center;}
.qyzs_t h1 {font-size: 20px;margin: 10px 0;}
.qyzs_t h3 {}
.qyzs_c {}
.qyzs_c li {float:left;width:580px;margin-right:0px;list-style: none;margin-top: 20px;}
.qyzs_c img {float:left;width: 130px;height: 130px;border: 1px solid #dedede;padding: 3px;}
.qyzs_c span {height:35px;line-height:35px;width: 430px;float: right;}
.qyzs_title {color: #0735b7;font-size: 16px;width: 430px;float: right;}

/*服务机构*/
.fwjg {margin-top:20px;float:left;width:790px;}
.fwjg_t {height:35px;line-height:35px;font-size:16px;}
.fwjg_t h1 {font-size: 18px;font-weight: normal;line-height: 30px;float: left;border-bottom: 1px solid #005bac;height: 35px;margin: 0;width: 85px;background: url(image/fwjg.png) no-repeat;padding-left: 39px;}
.fwjg_t span {float:right;}
.fwjg_c {border:1px solid #dedede;min-height: 490px;padding: 15px;}
.fwjg_c ul {margin-block-start: 0;margin-block-end: 0;padding-inline-start: 0;}
.fwjg_c img {float:left;margin: 5px;width:70px;height:70px;border:1px solid #dedede;}	
.fwjg_c span {line-height: 27px;height: 27px;overflow: hidden;}
.fwjg_c li {list-style: none;float: left;width: 379px;height: 85px;overflow: hidden;}
.fwjg_c a {text-decoration-line: none;}

/*行业专家*/


/*知识产权*/


.sbzc {width:460px;height:220px;float:left;}
.sbzc a {background:#eeecec url(image/sbzc_1.png) no-repeat;width:460px;height:220px;display: block;text-decoration-line: none;background-position-x: 310px;    background-position-y: 115px;}
.sbzc a:hover {background:#eeecec url(image/sbzc_2.png) no-repeat;width:460px;height:220px;display: block;text-decoration-line: none;background-position-x: 310px;    background-position-y: 115px;}
.sbzc_t {font-size:16px;font-weight:bold;padding-left: 60px;padding-top: 45px;}
.sbzc_c {padding-top: 9px;padding-left: 60px;line-height: 35px;width: 270px;}
.sbzc_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #005bac;margin-left: 60px;margin-top: 15px;color:#fff;}
a:hover .sbzc_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #ff4545;margin-left: 60px;margin-top: 15px;}

.rjzzq {width:360px;height:220px;float:left;margin-left: 10px;}
.rjzzq a {background:#eeecec url(image/rjzzq_1.png) no-repeat;width:360px;height:220px;display: block;text-decoration-line: none;background-position-x: 230px;    background-position-y: 75px;}
.rjzzq a:hover {background:#eeecec url(image/rjzzq_2.png) no-repeat;width:360px;height:220px;display: block;text-decoration-line: none;background-position-x: 230px;    background-position-y: 75px;}
.rjzzq_t {font-size:16px;font-weight:bold;padding-left: 60px;padding-top: 45px;}
.rjzzq_c {padding-top: 9px;padding-left: 60px;line-height: 35px;width: 270px;}
.rjzzq_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #005bac;margin-left: 60px;margin-top: 15px;color:#fff;}
a:hover .rjzzq_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #ff4545;margin-left: 60px;margin-top: 15px;}

.gqrd {width:270px;height:220px;float:left;margin-top: 10px;}
.gqrd a {background:#eeecec url(image/gqrd_1.png) no-repeat;width:270px;height:220px;display: block;text-decoration-line: none;background-position-x: 163px;    background-position-y: 120px;}
.gqrd a:hover {background:#eeecec url(image/gqrd_2.png) no-repeat;width:270px;height:220px;display: block;text-decoration-line: none;background-position-x: 163px;    background-position-y: 120px;}
.gqrd_t {font-size:16px;font-weight:bold;padding-left: 30px;padding-top: 45px;}
.gqrd_c {padding-top: 9px;padding-left: 30px;line-height: 35px;width: 230px;}
.gqrd_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #005bac;margin-left: 30px;margin-top: 15px;color:#fff;}
a:hover .gqrd_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #ff4545;margin-left: 30px;margin-top: 15px;}

.zscqgb {width:270px;height:220px;float:left;margin-top: 10px;margin-left: 10px;}
.zscqgb a {background:#eeecec url(image/zscqgb_1.png) no-repeat;width:270px;height:220px;display: block;text-decoration-line: none;background-position-x: 150px;    background-position-y: 120px;}
.zscqgb a:hover {background:#eeecec url(image/zscqgb_2.png) no-repeat;width:270px;height:220px;display: block;text-decoration-line: none;background-position-x: 150px;    background-position-y: 120px;}
.zscqgb_t {font-size:16px;font-weight:bold;padding-left: 30px;padding-top: 45px;}
.zscqgb_c {padding-top: 9px;padding-left: 30px;line-height: 35px;width: 230px;}
.zscqgb_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #005bac;margin-left: 30px;margin-top: 15px;color:#fff;}
a:hover .zscqgb_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #ff4545;margin-left: 30px;margin-top: 15px;}

.zljy {width:270px;height:220px;float:left;margin-top: 10px;margin-left: 10px;}
.zljy a {background:#eeecec url(image/zljy_1.png) no-repeat;width:270px;height:220px;display: block;text-decoration-line: none;background-position-x: 163px;    background-position-y: 120px;}
.zljy a:hover {background:#eeecec url(image/zljy_2.png) no-repeat;width:270px;height:220px;display: block;text-decoration-line: none;background-position-x: 163px;    background-position-y: 120px;}
.zljy_t {font-size:16px;font-weight:bold;padding-left: 30px;padding-top: 45px;}
.zljy_c {padding-top: 9px;padding-left: 30px;line-height: 35px;width: 230px;}
.zljy_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #005bac;margin-left: 30px;margin-top: 15px;color:#fff;}
a:hover .zljy_xq {width:110px;height:36px;text-align: center;line-height: 36px;border-radius: 5px;background: #ff4545;margin-left: 30px;margin-top: 15px;}

/*友情链接*/
.links {margin-top: 40px;}
.links_t {text-align: center;font-size: 18px;font-weight: bold;}
.links_c {min-height: 100px;}
.links_c ul {margin-block-end: 0;margin-block-start: 0;padding-inline-start: 0;}
.links_c li {list-style: none;float: left;height: 40px;line-height: 40px;padding: 0 10px;}
.links_c li a {text-decoration-line: none;}