﻿.zck-banner {
  height: 248px;
  background: url(banner.png) center top no-repeat;
  min-width: 1200px;
}
.zck-nav-wrap {
  width: 100%;
  min-width: 1200px;
  height: 56px;
  background-color: #20407d;
}
.zck-nav {
  height: 48px;
  overflow: hidden;
  margin: 0 auto;
  width: 1020px;
}
.zck-nav > li {
  width: 188px;
  height: 48px;
  background-color: #2f5398;
  float: left;
  margin-left: 20px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.zck-nav > li:first-child {
  margin-left: 0;
}
.zck-nav > li a {
  color: #fff;
}
.zck-nav > li:hover {
  background-color: #0078c0;
}
.zck-notice {
  width: 838px;
  margin: 35px auto;
  height: 42px;
  overflow: hidden;
}
.notice-title {
  width: 100px;
  height: 42px;
  border-radius: 10px 0 10px 0;
  background-color: #fbab3f;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  float: left;
}
.notice-title a {
  color: #fff;
}
.notice-box {
  width: 737px;
  height: 40px;
  border: 1px solid #9b9b9b;
  float: right;
  border-left: 0;
}
.notice-box_items ul {
  margin: 0 auto;
  width: 90%;
}
.notice-box_items li {
  line-height: 40px;
}
.notice-box_items li a {
  font-size: 18px;
  font-weight: 600px;
  color: #000;
}
.footer {
  padding-bottom: 15px;
  overflow: hidden;
}
.footer-txt > li:last-child {
  float: right;
  margin-right: 30px;
  margin-top: 15px;
}
.zck-conbox {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 30px;
}
.zck-conbox > dt::before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #1678db;
  display: block;
  float: left;
  margin-top: 2px;
}
.zck-conbox > dt {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}
.zck-conbox > dt a {
  color: #1678db;
  margin-left: 10px;
}
.zck-conbox > dd > ul {
  overflow: hidden;
}
.zck-conbox > dd > ul > li {
  float: left;
  width: 241px;
  height: 80px;
  border: 2px solid #ececec;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 20px;
  transition: all 0.3s;
  position: relative;
  padding: 20px;
  font-weight: 600;
}
.zck-conbox > dd > ul > li:nth-child(4n + 1) {
  margin-left: 0;
}
.zck-conbox > dd > ul > li:hover {
  border-color: #1678db;
}
.zck-conbox > dd > ul > li i {
  background: url(icon-tag.png) 0 0 no-repeat;
  z-index: 2;
  width: 16px;
  height: 23px;
  position: absolute;
  left: 15px;
  top: -13px;
  display: none;
  transition: all 0.3s;
}
.zck-conbox > dd > ul > li:hover i {
  display: block;
  transition: all 0.3s;
}
.zck-conbox > dd > ul > li a {
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.zck-conbox > dd > ul > li:hover a {
  color: #1678db;
}
.zck-conbox > dd > ul > li span {
  font-size: 16px;
  color: #898989;
}
.zck-slide-news {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.zck-title {
  margin-bottom: 10px;
}
.zck-title a {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.zck-slide-news-left {
  width: 590px;
}
.zck-slide-news-left .common-text-title-box {
  height: 48px;
  overflow: hidden;
}
.zck-slide-news-left .common-text-title-bar {
  display: block;
  overflow: hidden;
  height: 48px;
  padding-right: 0;
  /* background: url('../bg-textbar-ul.png') right 0 no-repeat; */
  border: 0;
  border-bottom: 0;
}
.zck-slide-news-right {
  width: 590px;
}

.zck-slide-news-left .common-text-title-bar li {
  width: 285px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #eee;
  border-radius: 0;
  padding: 0;
}
.zck-slide-news-left .common-text-title-bar li a {
  color: #858585;
}
.zck-slide-news-left .common-text-title-bar li:last-child {
  margin-left: 20px;
}

.zck-slide-news-left .common-text-title-bar .tab-current {
  line-height: 48px;
  height: 48px;
  margin-top: 0;
  background-color: #1678db;
  margin-top: 0;
  border-radius: 0;
}
.zck-slide-news-left .common-text-title-bar .tab-current a {
  color: #fff;
}
/*dropdown slide*/

.six-major-industries {
  position: relative;
  overflow: hidden;
}

.six-major-industries .six-major-industries-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 96px;
  cursor: pointer;
  background: url("sprites.png") no-repeat;
  z-index: 2;
  display: none;
}

.six-major-industries:hover .six-major-industries-btn {
  display: block;
}

.six-major-industries .six-major-industries-btnl {
  background-position: -140px 0;
  left: 0;
}

.six-major-industries .six-major-industries-btnr {
  background-position: -192px 0;
  right: 0;
}

.six-major-industries .six-major-industries-btnl:hover {
  background-position: -166px 0;
}

.six-major-industries .six-major-industries-btnr:hover {
  background-position: -218px 0;
}

.six-major-industries {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.six-major-industries ul {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.six-major-industries ul li {
  float: left;
  width: 590px;
  height: 220px;
  overflow: hidden;
}

.six-major-industries ul li img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.six-major-industries ul li:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.dropdown-topic-switch {
  text-align: center;
  display: none;
}

.dropdown-topic-switch span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 3px;
  background: #cacaca;
  margin: 0 5px;
  cursor: pointer;
}

.rendering-ie7 .dropdown-topic-switch span {
  display: inline;
}

.dropdown-topic-switch span.cur {
  height: 5px;
  background: #007150;
}

/*end*/
.zck-conbox-list > dd > ul > li {
  float: left;
  width: 546px;
  height: 80px;
  border: 2px solid #ececec;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 20px;
  transition: all 0.3s;
  position: relative;
  padding: 20px;
  font-weight: 600;
}
.zck-conbox-list > dd > ul > li:nth-child(4n + 1) {
  margin-left: 20px;
}
.zck-conbox-list > dd > ul > li:nth-child(2n + 1) {
  margin-left: 0;
}
.pageion {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #a6a6a6;
}
.pageion > a {
  color: #a6a6a6;
  display: inline-block;
  border: 1px solid #d8d8d8;
  padding: 3px 7px;
  margin: 0 5px;
}
.pageion > a:hover {
  background-color: #1678db;
  color: #fff;
  border-color: #1678db;
}
.pageion > span {
  margin: 0 5px;
}
.zck-conbox-nlist {
  width: 1200px;
  margin: 30px auto ;
}
.zck-conbox-nlist > dt {
  float: left;
  width: 272px;
  border-left: 5px solid #1678db;
}
.zck-conbox-nlist > dd {
    width: 844px;
  float: right;    
  border: 2px solid #ececec;
  transition: all 0.3s;
  position: relative;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.zck-conbox-nlist > dd  i {
    background: url(icon-tagb.png) 0 0 no-repeat;
    z-index: 2;
    width: 30px;
    height: 41px;
    position: absolute;
    left: 15px;
    top: -20px;
    display: none;
    transition: all 0.3s;
    display: block;
  }
  .zck-conbox-nlist > dd:hover i {
    display: block;
    transition: all 0.3s;
  }
.zck-conbox-nlist > dt > ul {
  text-align: center;
}
.zck-conbox-nlist > dt > ul > li {
  height: 58px;
  border-bottom: 2px solid #ededed;
  line-height: 58px;
}
.zck-conbox-nlist > dt > ul > li > a {
  color: #a6a6a6;
  font-size: 20px;
  font-weight: 600;
}
.zck-conbox-nlist > dt > ul > li:hover,.zck-conbox-nlist > dt > ul >.cur {
    background-color: #1678db;
    height: 60px;
    line-height: 60px;
    border-bottom: 0;
}.zck-conbox-nlist > dt > ul > li:hover > a,.zck-conbox-nlist > dt > ul > .cur > a{
    color: #fff;
}

.zck-conbox-nlist > dd ul>li a {
    display: block;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .zck-conbox-nlist > dd ul>li{
      margin-top: 20px;
  }
  .zck-conbox-nlist > dd ul>li:hover a {
    color: #1678db;
  }
  .zck-conbox-nlist > dd ul>li em{
      font-size: 16px;
      color: #606060;
      font-weight: 500;
  }
  .zck-conbox-nlist > dd ul>li span {
    font-size: 14px;
    display: block;
    color: #606060;
    margin-top: 5px;
  }
  .zck-conbox-detail > dd{
      width: 1136px;
  }
  .zck-conbox-detail > dd .detail-article-infos{
      text-align: center;

  }.zck-conbox-detail > dd .detail-article-infos>li{
      margin-top: 0;
  }.zck-conbox-detail > dd .detail-article-infos>li span{
      display: inline-block;
  }