.tzx ul li span {
  display: block;
}

.tzx ul li a {
  font-size: 16px;
  line-height: 30px;
}

.tzx ul li span {
  font-size: 15px;
  color: #ee4023;
}

.tzx ul li {
  border-bottom: 1px #9D9BB0 dashed;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  width: 31%;
  float: left;
  margin-right: 3%;
}



.ones {

  max-width: 1600px;
  margin-left: 40px;
}

.ones li {
  float: left;
  width: 114px;
  height: 104px;
  transition: .5s;
  margin-right: 20px;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}

.ones li i {
  display: block;
  width: 33px;
  height: 33px;
  margin: 8px auto;
  background: url('../img/icon01.png') no-repeat center;
}

.ones li.ones_oa i {
  background-image: url('../img/icon_oa_h.png');
}

.ones li.ones_book i {
  background-image: url('../img/icon_book_h.png');
}

.ones li.ones_setting i {
  background-image: url('../img/icon_setting_h.png');
}

.ones li.ones_mail i {
  background-image: url('../img/icon_mail_h.png');
}

.ones li.ones_light i {
  background-image: url('../img/icon_light_h.png');
}

.ones li.ones_money i {
  background-image: url('../img/icon_money_h.png');
}

.ones li.ones_phone i {
  background-image: url('../img/icon_phone_h.png');
}

.ones li.ones_module i {
  background-image: url('../img/icon_module_h.png');
}

.ones li.ones_teach i {
  background-image: url('../img/icon_teach_h.png');
}

.ones li.ones_fix i {
  background-image: url('../img/icon_fix_h.png');
}

.ones li.ones_assets i {
  background-image: url('../img/icon_assets_h.png');
}


.ones li em {
  display: block;
  width: 25px;
  height: 3px;
  margin: 8px auto;
  margin-top: 12px;
  background: #119790;
  display: none;
}

.ones li:hover {
  border-radius: 5px;
  background-color: #dddddd;
  box-shadow: 2px 2px 5px 0px #ccc;
  transform: translateY(-5px);
}

.ones li:hover p {
  color: #119790;
}


.ones li.ones_oa:hover i {
  background-image: url('../img/icon_oa_h.png');
}

.ones li.ones_book:hover i {
  background-image: url('../img/icon_book_h.png');
}

.ones li.ones_setting:hover i {
  background-image: url('../img/icon_setting_h.png');
}

.ones li.ones_mail:hover i {
  background-image: url('../img/icon_mail_h.png');
}

.ones li.ones_light:hover i {
  background-image: url('../img/icon_light_h.png');
}

.ones li.ones_money:hover i {
  background-image: url('../img/icon_money_h.png');
}

.ones li.ones_phone:hover i {
  background-image: url('../img/icon_phone_h.png');
}

.ones li.ones_module:hover i {
  background-image: url('../img/icon_module_h.png');
}

.ones li.ones_teach:hover i {
  background-image: url('../img/icon_teach_h.png');
}

.ones li.ones_fix:hover i {
  background-image: url('../img/icon_fix_h.png');
}

.ones li.ones_assets:hover i {
  background-image: url('../img/icon_assets_h.png');
}


.ones li:hover em {
  display: block;
}


@media screen and (max-width: 1605px) {
  .ones {
    margin-left: 0;
  }

  .head-right {
    padding-right: 20px;
  }


}

@media screen and (max-width: 1405px) {
  .ones li {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .ones {
    width: 100%;
    background: #f5f5f5;
  }
}

/* 专栏 */

.zbzs ul li img {
  margin: 0 auto;
  display: block;
}

.zbzsn a:hover img {
  transform: rotateY(180deg);
}

.zbzsn1 {
  background-color: #3e41d8;
  background-image: url(../img/mtgy.png?543);
  background-repeat: no-repeat;
  background-position: 80% 45%;
}


.zbzsn1 img {
  position: absolute;
  top: 50px;
  left: 50px;
  transition: 0.6s;
}


.zbzsn3 {
  background-color: #fd9c00;
  background-image: url(../img/xsdt.png);
  background-repeat: no-repeat;
  background-position: 80% 45%;
}

.zbzsn3 img {
  position: absolute;
  top: 50px;
  left: 50px;
  transition: 0.6s;
}



.zbzsn2 {
  background-color: #00c9b6;
  background-image: url(../img/zszx.png);
  background-repeat: no-repeat;
  background-position: 80% 45%;
}

.zbzsn2 img {
  position: absolute;
  top: 50px;
  left: 50px;
  transition: 0.6s;
}

.zbzsn4 {
  background-color: #00b7ed;
  background-image: url(../img/xyfm.png);
  background-repeat: no-repeat;
  background-position: 80% 45%;
}

.zbzsn4 img {
  position: absolute;
  top: 50px;
  left: 50px;
  transition: 0.6s;
}

.zbzsn dl img {
  display: block;
  max-width: 100%;
  height: 300px;
}

.zbzs {
  width: 100%;
  min-height: 360px;
  background: #119790;
  margin-top: 30px;

  margin: auto;
  padding-bottom: 10px;
}

.zbzsn {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 10px;
}

.zbzs ul li {
  margin: 0 2%;
  width: 21%;
  float: left;
  height: 200px;
  position: relative;
}

.zbzsn dl {
  border: 1px solid #B29873;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30PX;
}

.zbzsn dl img:hover {
  background-image: none;
  background-color: #B29873;
  opacity: 0.6;
}

.zbzsn dl dt {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-weight: normal;
}

.zbzsn dl dd {
  color: #777;
  line-height: 180%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px
}

.zbzsn dl dd .btn-golden {
  color: #fff;
  background-color: #B29873;
}

@media screen and (max-width: 1500px) {
  .zbzs ul li img {
    display: block;
    left: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .zbzs ul li {
    padding: 0;
    width: 25%;
    float: left;
    background-position: center;
  }

  .zbzs ul li img {
    display: none
  }

  .zbzs ul li {
    margin: 0
  }

}

@media screen and (max-width: 1000px) {
  .zbzs ul li {
    margin: 0
  }
}

@media screen and (max-width: 767px) {
  .zbzs ul li {
    width: 90%;
    margin: 20px auto;
    float: none;
    background-position: center;
  }

  .zbzs ul li img {
    display: block;
    left: 20px;
  }
}

@media screen and (max-width: 450px) {
  .zbzs ul li {
    background-position: 120px center;
  }
}





.picScroll-left {
  position: relative;
}

.picScroll-left .hd {
  height: 30px;
  position: relative;
  top: -70px;
  right: 30px;
  float: right;
  width: 70px;
  background: url(../img/jtx.png)no-repeat center;
}

.picScroll-left .hd .prev {
  display: block;
  width: 20px;
  height: 29px;
  float: right;
  overflow: hidden;
  cursor: pointer;
  background: url(../img/jtz.png) 0 0 no-repeat;
  float: left;
}

.picScroll-left .hd .next {
  display: block;
  width: 22px;
  height: 29px;
  float: right;
  overflow: hidden;
  ;
  background: url(../img/jty.png) 0 0 no-repeat;
  cursor: pointer;
}

.picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}

.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}

.picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;

}

.picScroll-left .hd ul li.on {
  background-position: 0 0;
}

.picScroll-left .bd {
  padding: 10px;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  margin: 0 10px;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
}

.picScroll-left .bd ul li .pic img {
  width: 350px;
  height: 190px;
  display: block;
  padding: 2px;
}

.picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}

.picScroll-left .bd ul li .title {
  line-height: 50px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  font-size: 18px;
  opacity: 0.8;
  background: #342F2F;
}

.picScroll-left .bd ul li .title a {
  color: #FFFFFF;
}

@media screen and (max-width: 1620px) {
  .picScroll-left .bd ul li {
    margin: 0 10px;
  }
}


@media screen and (max-width: 1280px) {
  .picScroll-left .bd {
    overflow: hidden;
    width: 950px;
  }

  .picScroll-left {
    display: none
  }
}


@media screen and (max-width: 1000px) {
  .picScroll-left {
    display: none
  }

  .picScroll-left .bd {
    padding: 10px;
    overflow: hidden;
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .picScroll-left {
    display: none
  }

  .picScroll-left .bd ul li {
    margin: 0
  }

}