/*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;
  background-color: #f4f7fe;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*search*/
.tools {
  position: relative;
  z-index: 999;
  height: 28px;
}
.tools .search-trigger {
  height: 28px;
  width: 28px;
  background: url(/uploads/image/images/gcscgzh-search-02.png) no-repeat center center;
  cursor: pointer;
  display: none;
}
.tools .x-show {
  display: block !important;
  position: absolute !important;
  top: 34px;
  right: 0;
}
.search-box {
  width: 155px;
  position: relative;
}
.search-box .s-inp {
  width: 100%;
  height: 28px;
  line-height: 28px;
  border: none;
  background: #fff;
  border-radius: 14px;
  padding-left: 15px;
  padding-right: 35px;
}
.search-box .s-btn {
  background: url(/uploads/image/images/gcscgzh-search-02.png) no-repeat center center;
  width: 15px;
  height: 15px;
  top: 6px;
  right: 10px;
  position: absolute;
  z-index: 9;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 128px;
  background: url(/uploads/image/images/gcscgzh-header-bg.png) no-repeat bottom right;
  background-size: cover;
  border: none;
  z-index: 999;
}
nav.navbar.bootsnav .container {
  position: relative;
}
nav.navbar.bootsnav .navbar-brand {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav .header-other {
  position: absolute;
  right: 0;
  top: 25px;
}
nav.navbar.bootsnav .header-other .other-links {
  float: left;
  margin-right: 10px;
}
nav.navbar.bootsnav .header-other .other-links a,
nav.navbar.bootsnav .header-other .other-links span {
  display: block;
  float: left;
  line-height: 28px;
  margin: 0 6px;
  height: 28px;
}
nav.navbar.bootsnav .header-other .other-links span {
  width: 2px;
  position: relative;
}
nav.navbar.bootsnav .header-other .other-links span:after {
  content: '';
  width: 2px;
  background: #c3cad6;
  height: 14px;
  top: 5px;
  left: 0;
  position: absolute;
}
nav.navbar.bootsnav .header-other .other-links a {
  color: #5f6f88;
}
nav.navbar.bootsnav .header-other .other-links a:hover {
  text-decoration: underline;
}
nav.navbar.bootsnav .header-other .tools {
  float: left;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 65px;
  margin-right: -15px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0 18px;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li:first-child {
  padding-left: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child:after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li:after {
  content: '';
  position: absolute;
  background-color: #a6bcde;
  height: 18px;
  width: 1px;
  right: 0;
  top: 12px;
}
nav.navbar.bootsnav ul.nav > li > a {
  height: 60px;
  line-height: 40px;
  color: #32353a;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
  border-bottom: 3px 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 {
  background-color: transparent !important;
  color: #2764c6 !important;
  border-bottom-color: #2764c6;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #f3f5fb;
  min-width: 150px;
  width: auto;
  border-radius: 5px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 15px;
  line-height: 24px;
  background: #f3f5fb;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #17488d;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1279px) {
  /*nav*/
  nav.navbar.bootsnav {
    min-height: 100px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    max-width: 570px;
  }
  nav.navbar.bootsnav .header-other {
    top: 15px;
    right: 15px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-top: 50px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  /*nav*/
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    max-width: 440px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-top: 50px;
  }
  nav.navbar.bootsnav ul.nav > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    min-width: 120px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 90px;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .header-other {
    top: 10px;
  }
  nav.navbar.bootsnav .header-other .tools .search-trigger {
    display: block;
  }
  nav.navbar.bootsnav .header-other .tools .search-box {
    display: none;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none !important;
    background-color: #2764c6;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 35px;
    margin-top: 15px;
    margin-bottom: 14px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #2764c6;
  }
  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 {
    width: 100%;
    float: none;
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 0;
    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;
    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 {
    background-color: transparent !important;
    color: #fff !important;
    border-bottom-color: #2764c6;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    left: 0;
    margin-left: 0;
    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 {
    background-color: transparent !important;
    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;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.navbar.bootsnav .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 47px;
    padding-bottom: 10px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 280px;
  }
}
/*footer*/
.footer {
  background: url(/uploads/image/images/gcscgzh-footer-bg.png) no-repeat top center;
  background-size: cover;
  padding-top: 42px;
  padding-bottom: 42px;
}
.footer .footer-links {
  margin-bottom: 20px;
}
.footer .footer-links .box-s {
  margin-bottom: 15px;
}
.footer .ui-select-wrap {
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  height: 44px;
  padding-right: 30px;
  border-radius: 22px;
  background-color: transparent;
  cursor: pointer;
  font: 100 16px/42px;
}
.footer .ui-select-wrap .ui-select-list {
  top: 44px;
  left: 0;
}
.footer .ui-select-wrap .ui-select-list > li {
  line-height: 32px;
  font-size: 14px;
}
.footer .ui-select-wrap .ui-select-list > li.selected {
  background-color: #3d55a7;
}
.footer .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 44px;
}
.footer .ui-select-input {
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  right: 25px;
}
.footer .ui-select-arrow {
  border-top-color: #fff;
  right: 15px;
}
.footer .footer-info {
  position: relative;
  padding-right: 70px;
}
.footer .footer-info img {
  display: block;
}
.footer .footer-info .info-logo {
  float: left;
  margin-right: 20px;
}
.footer .footer-info .info-txt {
  color: #ffffff;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer-info .info-txt a,
.footer .footer-info .info-txt span {
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}
.footer .footer-info .info-other {
  position: absolute;
  right: 0;
  top: 0;
}
/*index-banner*/
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box > img {
  display: block;
  width: 100%;
  height: 580px;
  margin-left: auto;
  margin-right: auto;
}
.index-banner .banner-box .banner-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/uploads/image/images/gcscgzh-banner-mc.png) no-repeat;
  background-size: auto 100%;
  text-align: center;
}
.index-banner .banner-box .banner-mc .container {
  text-align: left;
  padding-bottom: 2%;
}
.index-banner .banner-box .banner-mc img {
  display: block;
}
.index-banner .slick-dots {
  position: absolute;
  bottom: 100px;
}
.index-banner .slick-dots li {
  width: auto;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
}
.index-banner .slick-dots li.slick-dot {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 7px;
}
.index-banner .slick-dots li.slick-dot.slick-active {
  background: #2764c6;
  width: 45px;
}

.index-banner .banner-img {
  margin-bottom: 20px;
}
.index-banner .banner-title {
  display: block;
  text-align: right;
}

.index-banner .banner-title .title-cont {
  display: inline-block;
  background-color: rgba(0,100,170,.5);
  padding: 10px 15px;
}
.index-banner .banner-title span {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 700px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .index-banner .banner-title span {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 700px;
    text-align: left;
    color: #fff;
  }

}


.index-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-box .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.index-box .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.index-box-01 {
  padding-top: 0;
}
.index-box-02 {
  background: #fff;
}
.index-box-03 .row-w {
  margin-left: -30px;
  margin-right: -30px;
}
.index-box-03 .row-w .col-w {
  padding-left: 30px;
  padding-right: 30px;
}
.index-box-03 .row-s {
  margin-left: -8px;
  margin-right: -8px;
}
.index-box-03 .row-s .col-s {
  padding-left: 8px;
  padding-right: 8px;
}
.index-title {
  line-height: 42px;
  margin-bottom: 20px;
}
.index-title .title-name {
  float: left;
  font-weight: bold;
  color: #262626;
}
.index-title .title-more {
  float: right;
  padding-top: 5px;
}
.index-title .title-more.more-groups a {
  display: none;
}
.index-title .title-more.more-groups a:first-child {
  display: block;
}
.index-title .a-more {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e5ecfd;
  border-radius: 16px;
  color: #6184b4;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}
.index-title .a-more:hover {
  background: #2764c6;
  color: #fff;
}
.search-groups-index {
  background: url(/uploads/image/images/gcscgzh-search-index-bg.png) no-repeat top center;
  background-size: cover;
  padding: 45px 15px 35px;
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
  margin-top: -80px;
  z-index: 998;
}
.search-groups-index .search-cont {
  position: relative;
}
.search-groups-index .search-cont.search-wrap-01 {
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
}
.search-groups-index .search-cont .search-class {
  width: 95px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.search-groups-index .search-cont .search-column {
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
  /* display: none; */
}
.search-groups-index .search-cont .ui-select-wrap {
  border: none;
  position: relative;
  height: 40px;
  padding-right: 30px;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  font: 100 16px/42px;
}
.search-groups-index .search-cont .ui-select-wrap .ui-select-list {
  top: 44px;
  left: 0;
}
.search-groups-index .search-cont .ui-select-wrap .ui-select-list > li {
  line-height: 32px;
  font-size: 14px;
}
.search-groups-index .search-cont .ui-select-wrap .ui-select-list > li.selected {
  background-color: #3d55a7;
}
.search-groups-index .search-cont .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 44px;
}
.search-groups-index .search-cont .ui-select-input {
  color: #333333;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  right: 20px;
}
.search-groups-index .search-cont .ui-select-arrow {
  border-top-color: #6ca0ea;
  right: 10px;
}
.search-groups-index .search-cont .search-key {
  height: 40px;
  /*padding-left: 65px;*/
  padding-left: 0;
}
.search-groups-index .search-cont .search-key .s-inp {
  background: url(/uploads/image/images/gcscgzh-search-03.png) no-repeat 15px 12px #ffffff;
  padding: 0 100px 0 40px;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.search-groups-index .search-cont .search-key .s-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
  height: 40px;
  border: none;
  background: #f7a900;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
.search-groups-index .search-key-words {
  text-align: center;
  color: #fff;
  padding-top: 10px;
  overflow: hidden;
}
.search-groups-index .search-key-words a,
.search-groups-index .search-key-words span {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}
.search-groups-index .search-key-words div {
  display: inline-block;
}
.search-groups-index .search-key-words a {
  color: #fff;
  line-height: 30px;
}
.search-groups-index .search-key-words a:hover {
  text-decoration: underline;
}
.technological-achievements .tabs-menu {
  width: 260px;
  float: left;
  margin-right: 40px;
  position: relative;
  z-index: 9;
}
.technological-achievements .tabs-menu .a-title {
  display: block;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(230, 234, 239, 0.99);
  border-radius: 4px;
  padding-left: 45px;
  margin-bottom: 14px;
  position: relative;
  font-weight: bold;
  color: #2259b2;
}
.technological-achievements .tabs-menu .a-title:after {
  content: '';
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -9px;
  background: url(/uploads/image/images/gcscgzh-img-50.png) no-repeat;
  width: 10px;
  height: 17px;
  display: none;
}
.technological-achievements .tabs-menu .a-title:last-child {
  margin-bottom: 0;
}
.technological-achievements .tabs-menu .a-title .icon-s {
  margin-right: 20px;
}
.technological-achievements .tabs-menu .a-title .icon-s img {
  vertical-align: middle;
  margin-top: -3px;
  height: 40px;
}
.technological-achievements .tabs-menu .a-title.title-link:hover:after,
.technological-achievements .tabs-menu .a-title.title-link.active:after {
  display: none;
}
.technological-achievements .tabs-menu .a-title:hover,
.technological-achievements .tabs-menu .a-title.active {
  background: #2764c6;
  color: #fff;
}
.technological-achievements .tabs-menu .a-title:hover:after,
.technological-achievements .tabs-menu .a-title.active:after {
  display: block;
}
.technological-achievements .tabs-cont {
  overflow: hidden;
}
.technological-achievements .tabs-cont > div {
  height: 0;
  overflow: hidden;
}
.technological-achievements .tabs-cont > div.active {
  height: auto;
}
.technological-achievements .cont-wrap {
  overflow: hidden;
}
.technological-achievements .cont-wrap > div {
  margin-left: -20px;
  margin-right: -20px;
}
.technological-achievements .cont-wrap > div .box-s {
  margin-left: 20px;
  margin-right: 20px;
}
.handbook-list .slick-arrow {
  width: 24px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 99;
}
.handbook-list .slick-arrow:before {
  display: none;
}
.handbook-list .slick-prev {
  left: 20px;
  background-image: url(/uploads/image/images/gcscgzh-prev.png);
}
.handbook-list .slick-prev:hover {
  background-image: url(/uploads/image/images/gcscgzh-prev-h.png);
}
.handbook-list .slick-next {
  right: 20px;
  background-image: url(/uploads/image/images/gcscgzh-next.png);
}
.handbook-list .slick-next:hover {
  background-image: url(/uploads/image/images/gcscgzh-next-h.png);
}
.handbook-list .box-s {
  height: 360px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(230, 234, 239, 0.99);
  position: relative;
}
.handbook-list .box-s a {
  display: block;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 25px;
  right: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 1px solid #d9e2f8;
}
.case-list .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 186px;
}
.case-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.case-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.case-list .box-s .box-img {
  margin-bottom: 15px;
}
.case-list .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
}
.case-list .box-s .box-txt {
  margin-bottom: 20px;
  color: rgba(102, 102, 102, 0.6);
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case-list .box-s .box-date {
  color: #2764c6;
}
.case-list .box-s:hover .box-title {
  color: #2764c6;
}
.honor-list .box-s {
  position: relative;
}
.honor-list .box-s .box-img {
  height: 360px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.honor-list .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/uploads/image/images/gcscgzh-img-56.png) repeat-x bottom center;
}
.honor-list .box-s .box-mc span {
  position: absolute;
  left: 19px;
  right: 19px;
  bottom: 15px;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 26px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dynamic-list .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 250px;
}
.dynamic-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.dynamic-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.dynamic-list .box-s .box-date {
  width: 135px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #1aa7bd;
  font-weight: bold;
  color: #fff;
  margin-top: -28px;
  margin-bottom: 15px;
  position: relative;
}
.dynamic-list .box-s .box-title {
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  height: 56px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dynamic-list .box-s:hover .box-title {
  color: #2764c6;
}
.external-service .box-s {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s;
  border-radius: 6px;
  overflow: hidden;
  height: 180px;
  position: relative;
  margin-bottom: 15px;
}
.external-service .box-s:hover {
  transform: translatey(-5px);
}
.external-service .box-s .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  padding-top: 25px;
  border-radius: 6px;
}
.external-service .box-s .box-mc .box-title {
  display: block;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  position: relative;
  padding-bottom: 20px;
}
.external-service .box-s .box-mc .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
}
.external-service .box-s .box-mc .box-more {
  display: block;
  width: 35px;
  height: 35px;
  background: url(/uploads/image/images/gcscgzh-img-39.png) no-repeat top center;
  position: absolute;
  bottom: 25px;
}
.external-service .box-s.box-01 .box-mc {
  padding-left: 30px;
  padding-right: 30px;
}
.external-service .box-s.box-01 .box-more {
  left: 30px;
}
.external-service .box-s.box-02 .box-mc {
  padding-left: 20px;
  padding-right: 20px;
}
.external-service .box-s.box-02 .box-more {
  left: 20px;
}
.fast-track .box-s {
  height: 180px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(230, 234, 239, 0.99);
  border-radius: 6px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.fast-track .box-s span {
  display: block;
}
.fast-track .box-s .icon-s {
  height: 46px;
  line-height: 46px;
  margin-bottom: 15px;
}
.fast-track .box-s .icon-s img {
  vertical-align: middle;
  transition: all 0.5s;
}
.fast-track .box-s .title-s {
  font-weight: bold;
  color: #262626;
  line-height: 24px;
}
.fast-track .box-s.box-01 {
  background: url(/uploads/image/images/gcscgzh-img-48.png) no-repeat bottom center #fff;
  background-size: 100% auto;
}
.fast-track .box-s.box-02 {
  background: url(/uploads/image/images/gcscgzh-img-49.png) no-repeat bottom center #fff;
  background-size: 100% auto;
}
.fast-track .box-s:hover .icon-s img {
  transform: scale(1.1);
}
.fast-track .box-s:hover .title-s {
  color: #2764c6;
}
/*----------------------------------其他页面--------------------------------*/
.other-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 230px;
  text-align: center;
}
.other-banner img {
  display: block;
}
/*page-main*/
.page-main {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 101;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
}
.side-menu .menu-title {
  background: url(/uploads/image/images/gcscgzh-menu-01.png) no-repeat right top;
  background-size: cover;
  height: 76px;
  line-height: 76px;
  border-radius: 4px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 20px;
}
.side-menu .menu-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 35px;
  z-index: 9;
  background: url(/uploads/image/images/gcscgzh-menu-arrow.png) no-repeat;
  width: 17px;
  height: 11px;
}
.side-menu .menu-cont .box-a {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(230, 234, 239, 0.99);
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 12px;
}
.side-menu .menu-cont .box-a.box-down-menu .a-title:after {
  right: 0;
  top: 22px;
  background: url(/uploads/image/images/gcscgzh-menu-06.png) no-repeat;
  width: 13px;
  height: 7px;
}
.side-menu .menu-cont .box-a:last-child {
  margin-bottom: 0;
}
.side-menu .menu-cont .box-a.active,
.side-menu .menu-cont .box-a:hover {
  background: #2764c6;
}
.side-menu .menu-cont .box-a.active.box-down-menu .a-title:after,
.side-menu .menu-cont .box-a:hover.box-down-menu .a-title:after {
  background: url(/uploads/image/images/gcscgzh-menu-08.png) no-repeat;
}
.side-menu .menu-cont .box-a.active .a-title,
.side-menu .menu-cont .box-a:hover .a-title {
  color: #ffffff;
}
.side-menu .menu-cont .box-a.active .a-title:before,
.side-menu .menu-cont .box-a:hover .a-title:before {
  background: #fff;
}
.side-menu .menu-cont .box-a.active .a-title:after,
.side-menu .menu-cont .box-a:hover .a-title:after {
  background: url(/uploads/image/images/gcscgzh-menu-05.png) no-repeat;
}
.side-menu .menu-cont .box-a.active .down-menu a,
.side-menu .menu-cont .box-a:hover .down-menu a {
  border-top: 1px solid #fff;
  color: #fff;
}
.side-menu .menu-cont .box-a.active .down-menu a:after,
.side-menu .menu-cont .box-a:hover .down-menu a:after {
  background: url(/uploads/image/images/gcscgzh-menu-05.png) no-repeat;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 10px 15px;
  line-height: 30px;
  position: relative;
  color: #2d303b;
}
.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: 0;
  top: 16px;
  width: 5px;
  height: 17px;
  background: #447de7;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  right: 0;
  top: 19px;
  background: url(/uploads/image/images/gcscgzh-menu-04.png) no-repeat;
  width: 7px;
  height: 13px;
}
.side-menu .down-menu a {
  border-top: 1px solid #edf1f8;
  display: block;
  padding: 10px 20px 10px 30px;
  background: url(/uploads/image/images/gcscgzh-menu-07.png) no-repeat 15px 19px;
  line-height: 24px;
  font-size: 15px;
  color: #2d303b;
  position: relative;
}
.side-menu .down-menu a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  background: url(/uploads/image/images/gcscgzh-menu-04.png) no-repeat;
  width: 7px;
  height: 13px;
}
/*content-info*/
.content-info {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(230, 234, 239, 0.99);
  border-radius: 6px;
  padding: 15px 30px 35px;
  margin-bottom: 30px;
}
.content-info:last-child {
  margin-bottom: 0;
}
.content-top {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.content-top:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #cfd8e4;
  z-index: -1;
}
.content-top .content-title {
  float: left;
  font-weight: bold;
}
.content-top .bread-crumbs {
  float: right;
}
.content-title .title-en {
  color: #f2f6fa;
  text-transform: uppercase;
  line-height: 1;
}
.content-title .title-ch {
  color: #262626;
  line-height: 1;
  display: inline-block;
  border-bottom: 3px solid #2764c6;
  padding-bottom: 14px;
  vertical-align: bottom;
  margin-top: -20px;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #566785;
  padding: 10px 0;
}
.bread-crumbs .bread-item-groups {
  line-height: 24px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #566785;
}
.bread-crumbs .bread-item a.cur {
  color: #2764c6;
}
.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: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #2764c6;
}
/*page*/
.pages {
  text-align: center;
  padding-top: 30px;
}
.pages ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dcdcdc;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
}
.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: #1958af;
  border: 1px solid #1958af;
  color: #fff;
}
.pages span {
  background: #1958af;
  border: 1px solid #1958af;
  color: #fff;
}
.pages#pages a,
.pages#pages span {
  margin-left: 3px;
  margin-right: 3px;
}
.pages#pages span.disabled {
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #333333;
}
.search-cont .page-phone {
  display: none!important;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  background: #1958af;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page .zyktitle {
  color: #2764c6;
  margin-bottom: 20px;
  line-height: 1.4;
}
.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: 30px;
}
.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: 25px;
  background: #eaf2f9;
  padding: 5px 15px;
}
.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 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: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #d9dfe7;
  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-block;
}
.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;
}
.list-txt li {
  background: url(/uploads/image/images/gcscgzh-img-04.png) repeat-y left top;
  border-radius: 27px;
  padding: 15px 25px;
  line-height: 24px;
  color: #3e3f4e;
  margin-bottom: 15px;
}
.list-txt li:last-child {
  margin-bottom: 0;
}
.mod-table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
}
.mod-table .table-s {
  min-width: 600px;
}
.mod-table table {
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.mod-table table thead th {
  border: 1px solid #fff;
  background: #e4ebfa;
  color: #576173;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 10px;
}
.mod-table table tbody tr td {
  border: 1px solid #dce2ee;
  padding: 10px;
  line-height: 24px;
  color: #3e3f4e;
}
.contact-us .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-us .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-us .box-map {
  height: 510px;
}
.contact-us .box-info {
  min-height: 510px;
  background: #f9f9f9;
  padding: 35px 30px;
}
.contact-us .box-info .info-title {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  color: #2764c6;
  line-height: 34px;
  padding-bottom: 20px;
}
.contact-us .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37px;
  height: 4px;
  background: #f79100;
  border-radius: 2px;
}
.contact-us .box-info .info-txt {
  color: #657897;
  line-height: 24px;
  border-bottom: 1px solid #cdd9ee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact-us .box-info .info-txt > div,
.contact-us .box-info .info-txt > p {
  margin-bottom: 10px;
}
.contact-us .box-info .info-txt > div:last-child,
.contact-us .box-info .info-txt > p:last-child {
  margin-bottom: 0;
}
.contact-us .box-info .info-txt span {
  display: inline-block;
}
.contact-us .box-info .info-tel {
  background: url(/uploads/image/images/gcscgzh-img-05.png) no-repeat 0 5px;
  min-height: 50px;
  padding-left: 60px;
  color: #657897;
  line-height: 1.3;
}
.contact-us .box-info .info-tel span {
  display: block;
}
.contact-us .box-info .info-tel .num-s {
  font-weight: bold;
}
.list-txt-02 li {
  margin-bottom: 30px;
}
.list-txt-02 .box-s {
  height: 60px;
  background: url(/uploads/image/images/gcscgzh-img-07.png) no-repeat left top #f0f4fc;
  display: block;
  position: relative;
  padding: 0 45px 0 75px;
}
.list-txt-02 .box-s:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/uploads/image/images/gcscgzh-img-08.png) no-repeat top center;
  width: 19px;
  height: 18px;
  z-index: 9;
}
.list-txt-02 .box-s span {
  font-weight: bold;
  color: #404040;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
}
.list-txt-02 .box-s:hover:after {
  background: url(/uploads/image/images/gcscgzh-img-09.png) no-repeat top center;
}
.list-txt-02 .box-s:hover span {
  color: #2764c6;
}
.list-txt-03 .box-s {
  background: url(/uploads/image/images/gcscgzh-img-10.png) no-repeat 0 26px;
  border-bottom: 1px dotted #e8ecf2;
  padding: 15px 100px 15px 10px;
  position: relative;
  line-height: 30px;
}
.list-txt-03 .box-s .box-date {
  position: absolute;
  right: 0;
  top: 15px;
  color: #7d8fa4;
}
.list-txt-03 .box-s .box-title {
  color: #474b55;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.list-txt-03 .box-s:hover .box-title {
  color: #2764c6;
}
.list-txt-04 li {
  margin-bottom: 30px;
}
.list-txt-04 .box-s {
  height: 60px;
  background: url(/uploads/image/images/gcscgzh-img-11.png) no-repeat left top #f0f4fc;
  display: block;
  position: relative;
  padding: 0 15px 0 75px;
}
.list-txt-04 .box-s span {
  font-weight: bold;
  color: #404040;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
}
.list-txt-04 .box-s:hover span {
  color: #2764c6;
}
.list-img-01 li {
  margin-bottom: 35px;
}
.list-img-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 237px;
}
.list-img-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-01 .box-s .box-date {
  width: 135px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #1aa7bd;
  font-weight: bold;
  color: #fff;
  margin-top: -28px;
  margin-bottom: 15px;
  position: relative;
}
.list-img-01 .box-s .box-title {
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  height: 56px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-img-01 .box-s:hover .box-title {
  color: #2764c6;
}
.list-img-02 li {
  margin-bottom: 25px;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 175px;
}
.list-img-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-02 .box-s .box-img {
  margin-bottom: 10px;
}
.list-img-02 .box-s .box-title {
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  height: 56px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-img-02 .box-s:hover .box-title {
  color: #2764c6;
}
.form-groups {
  margin-bottom: 20px;
}
.form-groups .row {
  margin-left: -5px;
  margin-right: -5px;
}
.form-groups .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.form-groups .form-s {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-groups .groups-info {
  margin-bottom: 5px;
}
.form-groups .groups-info .row {
  margin-left: 0;
  margin-right: 0;
}
.form-groups .groups-info .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.form-groups .groups-info .box-s {
  margin-bottom: 15px;
  position: relative;
  padding-left: 80px;
}
.form-groups .groups-info .box-s .box-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  line-height: 40px;
  color: #333333;
  width: 70px;
}
.form-groups .groups-info .box-s .box-form {
  width: 100%;
}
.form-groups .groups-btn {
  text-align: center;
}
.form-groups .groups-btn.btn-other .btn-s {
  width: 48%;
  margin: 0;
}
.form-groups .groups-btn.btn-other .btn-s.btn-01 {
  float: left;
}
.form-groups .groups-btn.btn-other .btn-s.btn-02 {
  float: right;
}
.form-groups .groups-btn .btn-s {
  width: 170px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.form-groups .groups-btn .btn-s.btn-01 {
  background: #f79100;
}
.form-groups .groups-btn .btn-s.btn-02 {
  background: #9babc7;
}
.form-table-01 {
  overflow: hidden;
  overflow-x: auto;
}
.form-table-01 .table-s {
  min-width: 600px;
}
.form-table-01 .td-title {
  color: #404040;
  display: block;
  text-align: left;
}
.form-table-01 .td-title.tc {
  text-align: center;
}
.form-table-01 .td-title:hover {
  color: #2764c6;
}
.form-table-01 .td-name {
  text-align: left;
}
.form-table-01 table {
  width: 100%;
  text-align: center;
}
.form-table-01 table thead th {
  border: 1px solid #fff;
  background: #e4ebfa;
  color: #576173;
  height: 54px;
  line-height: 54px;
  padding: 0 12px;
  text-align: center;
}
.form-table-01 table tbody tr td {
  border: 1px solid #fff;
  padding: 12px;
  line-height: 24px;
  color: #3e3f4e;
  text-align: center;
}
.form-table-01 table tbody tr:nth-child(2n) {
  background: #f7f8fa;
}
.project-details .m-title {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  z-index: 1;
  margin-bottom: 20px;
}
.project-details .m-title:after {
  content: '';
  height: 15px;
  background: #f2f6fa;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.project-details .m-title span {
  font-weight: bold;
  color: #2764c6;
}
.project-details .cont-info {
  color: #595959;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: justify;
}
.project-details .box-groups {
  margin-bottom: 30px;
}
.project-details .box-groups .box-title {
  font-weight: bold;
  color: #2764c6;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.project-details .box-groups .box-title.title-01 {
  background: url(/uploads/image/images/gcscgzh-img-18.png) no-repeat 0 5px;
}
.project-details .box-groups .box-title.title-02 {
  background: url(/uploads/image/images/gcscgzh-img-17.png) no-repeat 0 5px;
}
.project-details .box-groups .box-title img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.project-details .box-groups .box-cont {
  background: #f2f6fa;
  border-radius: 4px;
  color: #595959;
  line-height: 34px;
  padding: 20px;
}
.project-details .box-img .img-s {
  margin-bottom: 10px;
}
.project-details .box-img img {
  display: block;
  border-radius: 5px;
}
.technical-groups {
  min-height: 300px;
}
.technical-groups .technical-img {
  float: left;
  width: 235px;
  margin-right: 30px;
  margin-bottom: 25px;
}
.technical-groups .technical-img .box-img {
  margin-bottom: 2px;
}
.technical-groups .technical-img .box-img img {
  display: block;
  width: 100%;
}
.technical-groups .technical-img .box-title {
  background: #f4f7fe;
  padding: 12px 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.technical-groups .technical-list {
  overflow: hidden;
}
.technical-groups .technical-list .box-groups {
  margin-bottom: 30px;
}
.technical-groups .technical-list .box-groups:last-child {
  margin-bottom: 0;
}
.technical-groups .technical-list .box-title {
  border-left: 6px solid #2764c6;
  line-height: 30px;
  padding: 10px 15px;
  font-weight: bold;
  color: #2764c6;
  margin-bottom: 15px;
  background: url(/uploads/image/images/gcscgzh-img-30.png) repeat;
}
.technical-groups .technical-list .box-cont {
  padding-left: 15px;
  padding-right: 15px;
}
.technical-groups .technical-list .a-title {
  background: url(/uploads/image/images/gcscgzh-list-icon.png) no-repeat 0 11px;
  line-height: 26px;
  padding: 5px 0 5px 18px;
  color: #666666;
  display: block;
}
.technical-groups .technical-list .a-title:hover {
  color: #2764c6;
}
.project-groups .box-groups {
  margin-bottom: 15px;
}
.project-groups .box-groups .groups-title {
  border-left: 6px solid #2764c6;
  line-height: 30px;
  padding: 10px 0;
  font-weight: bold;
  color: #2764c6;
  margin-bottom: 15px;
  background: url(/uploads/image/images/gcscgzh-img-30.png) repeat;
  position: relative;
}
.project-groups .box-groups .groups-title .box-show-hide {
  width: 72px;
  height: 28px;
  line-height: 28px;
  background-color: #2669d6;
  background-repeat: no-repeat;
  background-position: right 10px top 11px;
  border-radius: 14px;
  padding-right: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 14px;
  top: 12px;
}
.project-groups .box-groups .groups-title .box-show-hide.box-hide {
  background-image: url(/uploads/image/images/gcscgzh-arrow-down.png);
}
.project-groups .box-groups .groups-title .box-show-hide.box-show {
  background-image: url(/uploads/image/images/gcscgzh-arrow-up.png);
}
.project-groups .box-groups .groups-title .a-title {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  color: #262626;
  float: left;
}
.project-groups .box-groups .groups-title .a-title.active {
  color: #2764c6;
}
.project-groups .box-groups .groups-cont {
  padding-left: 15px;
  padding-right: 15px;
}
.project-groups .box-groups .groups-cont > div {
  display: none;
}
.project-groups .box-groups .groups-cont > div:first-child {
  display: block;
}
.project-groups .list-s {
  margin-bottom: 20px;
}
.project-groups .list-title {
  font-weight: bold;
  color: #3e3f4e;
  line-height: 36px;
  margin-bottom: 10px;
}
.project-groups .a-box {
  background: url(/uploads/image/images/gcscgzh-list-icon.png) no-repeat 0 12px;
  padding-left: 18px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.project-groups .a-box:hover {
  color: #2764c6;
}
.project-groups .groups-cont > div {
  display: none;
}
.project-groups .groups-cont > div:first-child {
  display: block;
}
.search-groups {
  background: url(/uploads/image/images/gcscgzh-search-bg.png) no-repeat top center;
  padding: 23px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.search-groups .search-cont {
  position: relative;
  padding-left: 95px;
}
.search-groups .search-cont.search-wrap-01 {
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
}
.search-groups .search-cont .search-class {
  width: 85px;
  position: absolute;
  left: 0;
  top: 0;
}
.search-groups .search-cont .ui-select-wrap {
  border: none;
  position: relative;
  height: 40px;
  padding-right: 30px;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  font: 100 16px/42px;
}
.search-groups .search-cont .ui-select-wrap .ui-select-list {
  top: 44px;
  left: 0;
}
.search-groups .search-cont .ui-select-wrap .ui-select-list > li {
  line-height: 32px;
  font-size: 14px;
}
.search-groups .search-cont .ui-select-wrap .ui-select-list > li.selected {
  background-color: #3d55a7;
}
.search-groups .search-cont .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 44px;
}
.search-groups .search-cont .ui-select-input {
  color: #333333;
  font-size: 15px;
  line-height: 40px;
  padding-left: 10px;
  right: 20px;
}
.search-groups .search-cont .ui-select-arrow {
  border-top-color: #6ca0ea;
  right: 10px;
}
.search-groups .search-cont .search-key {
  height: 40px;
}
.search-groups .search-cont .search-key .s-inp {
  background: url(/uploads/image/images/gcscgzh-search-03.png) no-repeat 15px 12px #ffffff;
  padding: 0 100px 0 40px;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.search-groups .search-cont .search-key .s-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
  height: 40px;
  border: none;
  background: #f7a900;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
/*资源库样式*/
.result .contentlist .table-bordered > tbody > tr > td {
  padding: 10px 10px;
}
.result .contentlist .table > tbody > tr > th {
  padding: 10px 0 10px 8px;
}
.result .contentlist .wid-cg {
  width: 25%;
}
#xlmain .wztitle {
  margin: 8px 0 24px 0;
}
@media (max-width: 767px) {
  .result .contentlist .wid-cg {
    width: 35%;
  }
}
.search-column-new {
  margin-bottom: 10px;
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
}
.search-column-new a {
  display: block;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  font-size: 15px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #333;
  float: left;
}
.search-column-new a.active {
  background: #f7a900;
  color: #fff;
}
