/*common css*/
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1400px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-wrap {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.header-other {
  float: right;
  padding-top: 18px;
  margin-right: -15px;
}
.header-other .other-links {
  float: right;
  margin-right: 10px;
}
.header-other .other-links a,
.header-other .other-links span {
  display: block;
  float: left;
  line-height: 30px;
  margin: 0 6px;
  height: 30px;
}
.header-other .other-links span {
  width: 2px;
  position: relative;
}
.header-other .other-links span:after {
  content: '';
  width: 2px;
  background: rgba(255, 255, 255, 0.7);
  height: 14px;
  top: 8px;
  left: 0;
  position: absolute;
}
.header-other .other-links a {
  color: #F1F1F1;
}
.header-other .other-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.header-other .tools {
  float: right;
}
/*search*/
.tools {
  position: relative;
  z-index: 999;
  width: 30px;
  height: 30px;
}
.tools .search-trigger {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  border: 1px solid rgba(241, 241, 241, 0.4);
  background: url("dhskczy-search-a.png") no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tools .search-box {
  display: none;
}
.tools .search-box .s-inp {
  background-color: #fff;
}
.tools .x-show {
  display: block;
  position: absolute!important;
  top: 34px;
  right: 0;
}
.search-box {
  width: 250px;
  position: relative;
}
.search-box .s-inp {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 45px;
}
.search-box .s-btn {
  background: url("dhskczy-search-btn.png") no-repeat center center;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 10px;
  position: absolute;
  z-index: 9;
}
/*nav*/
.phone-menu {
  display: none;
}
nav.navbar.bootsnav {
  min-height: 119px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-right: -15px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 0 0 30px;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 54px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 16px;
  border-bottom: 1px solid transparent;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  color: #fff !important;
  border-bottom-color: #f7ed11;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #008A83;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 140px;
  width: 140px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 12px;
  line-height: 24px;
  background: #F3F5FB;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #008A83;
  color: #fff;
}
nav.navbar.bootsnav.scroll,
nav.navbar.bootsnav.other-nav {
  background: url("dhskczy-nav-bg.png") no-repeat top center;
  background-size: cover;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1440px) {
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-brand {
    max-width: 370px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 991px) {
  .header-other {
    float: none;
    padding-top: 10px;
    margin-right: 0;
  }
  nav.navbar.bootsnav {
    min-height: 80px;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none!important;
    background-color: #008A83;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    border-top: none!important;
    box-shadow: none!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #17488D;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px!important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav {
    min-height: 70px;
  }
  nav.navbar.bootsnav .navbar-brand {
    max-width: 280px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    border-top: none!important;
    box-shadow: none!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #0492D4;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px!important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*滚动样式*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  transition-timing-function: ease;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
/*footer*/
.footer {
  background: url("dhskczy-footer-bg.png") no-repeat top center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer img {
  display: block;
}
.footer .footer-info {
  line-height: 1.8;
  color: #fff;
  position: relative;
  padding-right: 90px;
}
.footer .footer-info span,
.footer .footer-info a {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}
.footer .footer-info a:hover {
  text-decoration: underline;
}
.footer .footer-info .info-txt {
  position: relative;
  line-height: 24px;
}
.footer .footer-info .info-img {
  position: absolute;
  right: 0;
  top: 0;
}
.index-top {
  background-repeat: no-repeat;
  background-position: top center;
}
.index-title {
  margin-bottom: 20px;
  line-height: 40px;
}
.index-title .title-groups {
  float: left;
}
.index-title .a-title {
  float: left;
  position: relative;
  display: block;
  vertical-align: bottom;
  color: #008A83;
  font-weight: bold;
  z-index: 2;
}
.index-title .a-title:hover,
.index-title .a-title.active {
  color: #008A83;
}
.index-title .title-more {
  float: right;
}
.index-title .a-more {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #567E7C;
  background: url("dhskczy-more-bg.png") no-repeat 0 7px;
  padding-left: 20px;
  position: relative;
}
.index-title .a-more:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  background-color: #008A83;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.index-title .a-more:hover {
  color: #008A83;
}
.index-title .a-more:hover:after {
  left: 0;
  width: 100%;
}
.index-column {
  position: relative;
  min-height: 445px;
}
.index-column:after,
.index-column:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 34px;
  height: 444px;
}
.index-column:before {
  left: -34px;
  background: url("dhskczy-img-01.png") no-repeat;
}
.index-column:after {
  right: -34px;
  background: url("dhskczy-img-02.png") no-repeat;
}
.index-column .row {
  margin-left: 0;
  margin-right: 0;
}
.index-column .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.index-column .column-left .banner-box {
  position: relative;
}
.index-column .column-left .banner-box .box-img img {
  display: block;
  width: 100%;
  height: 445px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.index-column .column-left .banner-box:hover .box-img img {
  transform: scale(1.1);
}
.index-column .column-left .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: url("dhskczy-img-17.png") no-repeat left top;
  background-size: cover;
  height: 55px;
  line-height: 55px;
  padding: 0 160px 0 20px;
}
.index-column .column-left .box-title span {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 17px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 55px;
  line-height: 55px;
}
.index-column .column-left .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 20px;
  left: auto;
  width: auto;
}
.index-column .column-left .slick-dots li {
  width: auto;
  height: auto;
  margin-left: 6px;
  margin-right: 0;
}
.index-column .column-left .slick-dots li.slick-dot {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 7px;
}
.index-column .column-left .slick-dots li.slick-dot.slick-active {
  background: #70B5FB;
}
.index-column .column-right {
  height: 445px;
  background: #EFEFEF;
  padding: 30px 33px 0;
}
.index-column .column-right .right-top {
  margin-bottom: 20px;
}
.index-column .column-right .right-top .box-date {
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #027F83;
  color: #fff;
  margin-bottom: 10px;
}
.index-column .column-right .right-top .box-title {
  font-weight: bold;
  color: #262626;
  line-height: 26px;
  height: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;

}
.index-column .column-right .right-top .box-txt {
  color: #737373;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-column .column-right .right-top:hover .box-title {
  color: #008A83;
}
.index-column .column-right .right-list .box-s {
  position: relative;
  line-height: 38px;
  padding-right: 60px;
  background: url("dhskczy-img-16.png") no-repeat 0 16px;
  padding-left: 17px;
}
.index-column .column-right .right-list .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #A6A6A6;
}
.index-column .column-right .right-list .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
}
.index-column .column-right .right-list .box-s:hover .box-title {
  color: #008A83;
}
.index-main {
  background: url("dhskczy-bg-01.png") no-repeat bottom center;
}
.index-main .row-main {
  margin-left: -20px;
  margin-right: -20px;
}
.index-main .row-main .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.index-mod {
  margin-bottom: 40px;
}
.index-cont .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.index-cont .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.index-tabs-groups .index-tabs-title .title-groups a {
  margin-right: 44px;
  color: #404040;
  font-weight: normal;
  position: relative;
}
.index-tabs-groups .index-tabs-title .title-groups a:after {
  content: '';
  position: absolute;
  right: -20px;
  width: 1px;
  height: 25px;
  background-color: #D0D0D0;
  top: 50%;
  margin-top: -12px;
}
.index-tabs-groups .index-tabs-title .title-groups a:last-child {
  margin-right: 0;
}
.index-tabs-groups .index-tabs-title .title-groups a:last-child:after {
  display: none;
}
.index-tabs-groups .index-tabs-title .title-groups a.active,
.index-tabs-groups .index-tabs-title .title-groups a:hover {
  color: #008A83;
  font-weight: bold;
}
.index-tabs-groups .index-tabs-title .a-more {
  display: none;
}
.index-tabs-groups .index-tabs-title .a-more:first-child {
  display: block;
}
.index-tabs-groups .index-tabs-cont > div {
  display: none;
}
.index-tabs-groups .index-tabs-cont > div:first-child {
  display: block;
}
.center-info .box-img {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  width: 295px;
  z-index: 1;
  margin-right: 25px;
  float: left;
}
.center-info .box-img:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 20px;
  background: url("dhskczy-img-09.png") no-repeat;
  background-size: cover;
}
.center-info .box-img img {
  display: block;
  width: 100%;
  height: 272px;
  border-radius: 20px 0 20px 0;
}
.center-info .box-info {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  font-size: 15px;
  line-height: 30px;
  color: #404040;
}
.center-info .box-info .info-txt {
  max-height: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.center-info .box-info:after {
  content: '';
  background-color: #b7d9d7;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 5px;
  border-radius: 3px;
}
.notice-list {
  height: 292px;
  overflow: hidden;
  position: relative;
}
.notice-list .box-s {
  margin-bottom: 20px;
}
.notice-list .box-s:last-child {
  margin-bottom: 0;
}
.notice-list .box-s .box-date {
  width: 60px;
  border: 1px solid #168962;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.notice-list .box-s .box-date .date-01 {
  line-height: 34px;
  height: 34px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #138e80;
}
.notice-list .box-s .box-date .date-02 {
  height: 22px;
  line-height: 22px;
  color: #63859D;
  font-size: 12px;
}
.notice-list .box-s .box-info {
  overflow: hidden;
  padding-top: 5px;
}
.notice-list .box-s .box-title {
  display: block;
  color: #333333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice-list .box-s:hover .box-title {
  color: #008A83;
}
.news-list .box-s {
  margin-bottom: 25px;
}
.news-list .box-s:last-child {
  margin-bottom: 0;
}
.news-list .box-s .box-img {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
  width: 170px;
}
.news-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 112px;
  border-radius: 5px;
  transition: all 0.5s;
}
.news-list .box-s .box-info {
  overflow: hidden;
}
.news-list .box-s .box-info .box-title {
  font-weight: bold;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
.news-list .box-s .box-info .box-txt {
  color: #808080;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-list .box-s .box-info .box-date {
  color: #A6A6A6;
  line-height: 24px;
  margin-top: 5px;
}
.news-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.news-list .box-s:hover .box-info .box-title {
  color: #008A83;
}
.groups-img .row {
  margin-left: -8px;
  margin-right: -8px;
}
.groups-img .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.groups-img .box-s {
  position: relative;
}
.groups-img .box-s .box-img {
  overflow: hidden;
}
.groups-img .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.groups-img .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.groups-img .box-s .box-mc .box-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.groups-img .box-s.box-top {
  margin-bottom: 15px;
}
.groups-img .box-s.box-top .box-img img {
  height: 253px;
}
.groups-img .box-s.box-top .box-mc {
  background: url("dhskczy-img-13.png") repeat-x left bottom;
}
.groups-img .box-s.box-btm .box-img img {
  height: 120px;
}
.groups-img .box-s.box-btm .box-mc {
  background: url("dhskczy-img-14.png") repeat-x left bottom;
}
.groups-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.groups-img .box-s:hover .box-mc .box-title {
  color: #008A83;
}
.index-box-03 {
  margin-bottom: 30px;
}
.index-box-03 .box-s {
  margin-bottom: 20px;
}
.index-box-03 .box-s .box-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 190px;
  transition: all 0.5s;
}
.index-box-03 .box-s .box-title {
  text-align: center;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.index-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-03 .box-s:hover .box-title {
  color: #008A83;
}
.groups-links .row {
  margin-left: -10px;
  margin-right: -10px;
}
.groups-links .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.groups-links .box-s {
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.groups-links .box-s img {
  display: block;
  width: 100%;
  height: 90px;
}
.groups-links .box-s:hover {
  transform: scale(1.05);
}
/*other-banner*/
.other-banner {
  height: 330px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
/*page-main*/
.page-main {
  padding-top: 30px;
  padding-bottom: 40px;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
}
.side-menu .menu-title {
  background: url("dhskczy-img-19.png") no-repeat top center;
  background-size: cover;
  min-height: 75px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 25px;
}
.side-menu .menu-cont {
  padding-left: 25px;
  padding-right: 25px;
  background: #F5F8FD;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 15px;
  line-height: 30px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #E0E8F4;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 40px;
  padding-right: 25px;
}
.side-menu .menu-cont .a-title:last-child {
  border-bottom: none;
}
.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  content: '';
  position: absolute;
}
.side-menu .menu-cont .a-title:before {
  left: 25px;
  top: 20px;
  width: 5px;
  height: 17px;
  background: #C8CDDF;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 400;
  right: 25px;
  top: 13px;
  color: #626981;
}
.side-menu .menu-cont .a-title:hover,
.side-menu .menu-cont .a-title.active {
  background: #0492D4;
  color: #fff;
}
.side-menu .menu-cont .a-title:hover:before,
.side-menu .menu-cont .a-title.active:before {
  background: #fff;
}
.side-menu .menu-cont .a-title:hover:after,
.side-menu .menu-cont .a-title.active:after {
  color: #fff;
}
.side-menu .menu-cont .down-menu a {
  font-size: 15px;
  padding-left: 50px;
}
.side-menu .menu-cont .down-menu a:after,
.side-menu .menu-cont .down-menu a:before {
  display: none;
}
/*content-info*/
.content-info {
  background: url("dhskczy-img-20.png") repeat-x top 3px center #fff;
  padding: 0 30px 0;
  min-height: 600px;
  position: relative;
}
.content-info:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(-90deg, #0492D4, #017B75);
}
.content-top {
  margin-bottom: 30px;
  border-bottom: 1px solid #E0E8F3;
  line-height: 30px;
  position: relative;
  padding: 20px 0;
}
.content-top .content-title {
  float: left;
}
.content-top .bread-crumbs {
  float: right;
}
.content-title .title-ch {
  font-weight: bold;
  color: #404040;
  float: left;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #808080;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #808080;
}
.bread-crumbs .bread-item a.cur {
  color: #008A83;
}
.bread-crumbs .bread-item > a + a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #808080;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #008A83;
}
/*page*/
.pages {
  text-align: center;
  padding-top: 30px;
}
.pages ul li {
  display: inline-block;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  margin-left: 2px;
  margin-right: 2px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
}
.pages a.a-s,
.pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background: #008A83;
  color: #fff;
  border: 1px solid #008A83;
}
.pages span {
  background: #008A83;
  color: #fff;
  border: 1px solid #008A83;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  background: #008A83;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*图片列表*/
.list-img-01 .row {
  margin-left: -8px;
  margin-right: -8px;
}
.list-img-01 .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.list-img-01 li {
  margin-bottom: 25px;
}
.list-img-01 .box-s {
  text-align: center;
}
.list-img-01 .box-s .box-img {
  margin-bottom: 10px;
  overflow: hidden;
}
.list-img-01 .box-s .box-img img {
  display: block;
  height: 192px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.list-img-01 .box-s .box-title {
  position: relative;
  text-align: center;
  color: #1A1A1A;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.list-img-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-01 .box-s:hover .box-title {
  color: #008A83;
}
.list-img-02 .box-s {
  margin-bottom: 20px;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5px;
}
.list-img-02 .box-s .box-img img {
  display: block;
  overflow: hidden;
  height: 180px;
  width: 100%;
  transition: all 0.5s;
}
.list-img-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.list-img-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-02 .box-s:hover .box-title {
  color: #008A83;
}
.list-img-03 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.list-img-03 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.list-img-03 .box-s {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #DFE2ED;
}
.list-img-03 .box-s img {
  display: block;
  overflow: hidden;
  height: 86px;
  width: 100%;
  transition: all 0.5s;
}
.list-img-03 .box-s:hover img {
  transform: scale(1.1);
}
/*文字列表*/
.list-text.no-date li .box-s {
  padding-right: 0;
}
.list-text li {
  position: relative;
  line-height: 32px;
  padding: 10px 110px 10px 20px;
}
.list-text li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  background: url("dhskczy-img-24.png") no-repeat;
  width: 7px;
  height: 7px;
}
.list-text li:hover:after {
  background: url("dhskczy-img-16.png") no-repeat;
}
.list-text li:hover .box-title {
  color: #008A83;
}
.list-text .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
.list-text .box-date {
  position: absolute;
  right: 0;
  top: 14px;
  color: #B3B3B3;
  font-size: 15px;
}
/*图文列表*/
.list-img-text li {
  margin-bottom: 25px;
}
.list-img-text li:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text li:hover .box-info .box-title {
  color: #008A83;
}
.list-img-text .box-img {
  overflow: hidden;
  float: left;
  width: 170px;
  border-radius: 5px;
  margin-right: 20px;
}
.list-img-text .box-img img {
  display: block;
  width: 100%;
  height: 112px;
  transition: all 0.5s;
}
.list-img-text .box-info {
  overflow: hidden;
}
.list-img-text .box-info .box-title {
  font-weight: bold;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.list-img-text .box-info .box-txt {
  margin-top: 5px;
  color: #808080;
  line-height: 24px;
  height: 48px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-img-text .box-info .box-date {
  color: #A6A6A6;
  line-height: 24px;
  margin-top: 5px;
}
/*人员细览*/
.personnel-details .info-top {
  position: relative;
  padding: 0 200px 0 0;
  margin-bottom: 30px;
  min-height: 220px;
}
.personnel-details .info-top .box-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
}
.personnel-details .info-top .box-img img {
  display: block;
  width: 100%;
}
.personnel-details .info-top .box-info {
  background: #f2f5fc;
  padding: 20px 30px;
}
.personnel-details .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.personnel-details .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  background: #0388AB;
}
.personnel-details .info-top .box-info .info-title span {
  font-weight: bold;
  color: #404040;
  margin-right: 10px;
  display: inline-block;
}
.personnel-details .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
  font-size: 15px;
}
.personnel-details .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.personnel-details .info-top .box-info .box-s .title-s {
  color: #404040;
}
.personnel-details .info-top .box-info .box-s .txt-s {
  color: #0572C6;
}
.personnel-details .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.personnel-details .info-top .box-info .info-table .table-top > div {
  float: left;
  width: 50%;
}
.personnel-details .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.personnel-details .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.personnel-details .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.personnel-details .info-details b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #0388AB;
  padding: 10px 15px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 15px;
  margin-top: 10px;
  display: block;
  font-size: 18px;
}
.personnel-details .info-details p,
.personnel-details .info-details div {
  color: #4d4d4d;
  line-height: 2;
  text-align: justify;
  font-size: 16px;
}
.personnel-details .info-groups {
  margin-bottom: 25px;
}
.personnel-details .info-groups:last-child {
  margin-bottom: 0;
}
.personnel-details .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #0388AB;
  padding: 10px 15px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 20px;
}
.personnel-details .info-groups .info-txt {
  color: #4d4d4d;
  line-height: 2;
  text-align: justify;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 15px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
/*联系我们*/
.connect-us .row {
  margin-left: -10px;
  margin-right: -10px;
}
.connect-us .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.connect-us .box-map {
  height: 450px;
}
.connect-us .box-info {
  margin-bottom: 30px;
  min-height: 450px;
  background: #FFFFFF;
  padding: 30px;
}
.connect-us .box-info .info-title {
  position: relative;
  color: #038BB6;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.connect-us .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 4px;
  background: #F79100;
  border-radius: 2px;
}
.connect-us .box-info .info-txt {
  color: #404040;
  line-height: 30px;
  font-size: 14px;
}
/*# sourceMappingURL=dhskczy-style.css.map */
