body {
  background-color: #fff;
}

/* 轮播图开始 */

.pic_news {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-color: #666;
}

#slideshow {
  width: 100%;
  height: 100%;
  float: left;
  background: #dddddd;
  position: relative;
  overflow: hidden;
}

#slideshow_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slideshow_img li, #slideshow_img li a, #slideshow_img li img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: inherit;
}

.slideshow_btn {
  width: 42px;
  height: 67px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  background-color: #555555;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 250ms;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slideshow_btn:hover {
  background-color: #ccc;
}

#slideshow_bottom_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #000;
}

#slideshow_page {
  position: absolute;
  bottom: 0px;
  right: 50%;
  height: 40px;
  z-index: 2;
  transform: translateX(50%);
}

#slideshow_page li {
  float: left;
  width: 10px;
  height: 10px;
  background: #eff4f8;
  opacity: 0.9;
  border-radius: 50%;
  margin: 16px 8px 16px 0;
  cursor: pointer;
}

#slideshow_page li.on {
  background-color: #0a5491;
}

#slideshow_info {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#slideshow_info a {
  display: none;
  float: left;
  max-width: calc(100%-100px);
  color: #ffffff;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-left: 27px;
  text-align: center;
}

#slideshow_info a.on {
  display: block;
}

/* 轮播结束 */

/* 概况信息开始 */

.gkpic {
  float: left;
  margin-top: 30px;
  font-size: 0;
}

.gkpic img {
  width: 560px;
  height: 375px;
  overflow: hidden;
}

.gkxx {
  float: right;
  width: 610px;
  margin-top: 30px;
  height: 375px;
  overflow: hidden;
}

.gkxx h1 a {
  line-height: 40px;
  font-size: 24px;
  color: #0a5491;
}

.gkxx .gk_info {
  text-indent: 2em;
  line-height: 36px;
}

.gkxx .gk_info p {
  margin-top: 20px;
}
.gkxx .gk_info a {
  color: #ef0c0c;
}
/* 概况信息结束 */

/* 图说托克逊开始 */

.tstkx {
  position: relative;
  height: 225px;
  background: url(../images/zjtkx/tstkx-bg.png) no-repeat bottom center;
}

.ts_tit {
  float: left;
  width: 50%;
}

.ts_tit img {
  position: absolute;
  bottom: 0;
  left: 18px;
}

.ts_nav {
  float: right;
  margin-top: 80px;
  margin-right: 50px;
}

.ts_nav p {
  width: 90%;
  height: 3px;
  margin: 39px auto;
  background-color: #065ca0;
}

.ts_nav ul li {
  float: left;
  text-align: center;
  
}
.ts_nav ul li:hover img{
  transition: all .5s;
  transform: scale(1.1);
}
.ts_nav ul li:nth-child(2) {
  margin: 0 100px;
}

.ts_nav ul li span {
  display: block;
  font-size: 20px;
  color: #000000;
  line-height: 45px;
}

.pic_list {
  position: relative;
}

.pic_list a {
  display: inline-block;
  overflow: hidden;
}

.pic_list a img {
  min-width: 100%;
  min-height: 100%;
}

.pic_list a:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 610px;
  height: 335px;
}

.pic_list a:nth-child(2) {
  float: left;
  width: 270px;
  height: 164px;
  margin-left: 620px;
}

.pic_list a:nth-child(3) {
  float: left;
  width: 270px;
  height: 164px;
  margin-left: 620px;
  margin-top: 10px;
  clear: both;
}

.pic_list a:nth-child(4) {
  width: 300px;
  height: 335px;
  margin-left: 10px;
}

.pic_list a:nth-child(n+5) {
  float: left;
  width: 390px;
  height: 155px;
  margin-top: 10px;
  margin-right: 15px;
}

.pic_list a:last-child {
  margin-right: 0;
}

/* 图说托克逊结束 */

/* 投资托克逊开始 */

.tztkx {
  margin-top: 40px;
  padding: 25px 0 60px;
  background: url(../images/zjtkx/tztkx-bg.png) no-repeat top center;
  background-size: cover;
}

.tztkx .tz_tit {
  text-align: center;
}

#tab1 {
  margin-top: 50px;
}

#tab1 .artcleChannelWrap {
  overflow: hidden;
  margin-bottom: 25px;
}

#tab1 .artcleChannelWrap ul {
  float: left;
  overflow: hidden;
  margin-left: 395px;
}

#tab1 .artcleChannel {
  float: left;
  margin-right: 80px;
  width: 174px;
  height: 58px;
  line-height: 58px;
  background: #92c2e9;
  border-radius: 26px;
  text-align: center;
}

#tab1 .artcleChannel.active {
  background-color: #0a5491;
}

#tab1 .artcleChannel.active a {
  color: white;
}

#tab1 .artcleChannel a {
  display: block;
  font-size: 24px;
  border-radius: 29px;
  color: #ffffff;
}

#tab1 .artcleList ul li {
  float: left;
  margin-left: 9px;
  margin-right: 9px;
  margin-top: 18px;
  padding: 20px 30px 25px 22px;
  position: relative;
  width: 382px;
  /*width: 388px;*/
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#tab1 .artcleList ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
  width: 4px;
  height: 14px;
  background: #025EAB;
}

/*#tab1 .artcleList ul li:nth-child(1), #tab1 .artcleList ul li:nth-child(4) {
  margin-left: 0;
}*/

#tab1 .artcleList ul li .title a {
  font-size: 16px;
  color: #000000;
}

#tab1 .artcleList ul li .nr {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  text-indent: 2em;
}

#tab1 .artcleList ul li .nr a {
  color: #ef0c0c;
}

#tab1 .artcleList ul li em {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.n_list {
overflow: hidden;
}
/* 投资托克逊结束 */

/* 底部 */

.fw_footer_wrap {
  width: 100%;
  background-color: #025193;
}

.fw_footer_wrap .footer {
  background-color: #025193;
}

.fw_footer_wrap .footer p, .fw_footer_wrap .footer a {
  color: #ffffff;
}

.fw_footer_wrap .link_wrap {
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.link_wrap .web_link {
  border: 0;
}

.link_wrap .link_nav li.links div {
  margin-top: 0;
}

/* 底部结束 */

@media screen and (max-width:768px) {
.pic_news {
display: none;
}
  .gkpic {
    float: inherit;
    display: block;
    width: 100%;
  }
  .gkpic img {
    width: 100%;
    height: auto;
  }
  .gkxx {
    float: inherit;
    width: 100%;
    height: auto;
  }
  .tstkx {
    height: auto;
  }
  .ts_tit {
    float: inherit;
    width: 100%;
    margin-top: 10px;
  }
  .ts_tit img {
    position: relative;
    left: 0;
  }
  .ts_nav {
    float: inherit;
    margin-right: 0;
    margin-top: 10px;
  }
  .ts_nav p {
    display: none;
  }
  .ts_nav ul li {
    width: 33%;
  }
  .ts_nav ul li:nth-child(2) {
    margin: 0;
  }
  .pic_list a:nth-child(1) {
    position: relative;
  }
  .pic_list a:nth-child(n) {
    float: inherit;
    width: 100%;
    height: auto;
    margin: 5px 0;
  }
  .tztkx {
    margin-top: 20px;
  }
  #tab1 .artcleChannelWrap ul {
    float: inherit;
    width: 80%;
    margin: 0 auto;
  }
  #tab1 .artcleChannel {
    width: 40%;
    margin: 0 5%;
  }
  #tab1 .artcleList ul li {
    float: inherit;
    width: 90%;
    height: auto;
  }
  #tab1 .artcleList ul li:nth-child(n) {
    margin: 10px 5%;
  }
}