/*多行溢出*/
/*网站响应样式*/
@media (max-width: 991px) {
  /*other-menu*/
  .other-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
  /*文字列表*/
  .comp-text-list-01 .box-s {
    line-height: 26px;
  }
  .comp-text-list-01 .box-s:after {
    top: 25px;
    margin-top: 0;
  }
  .comp-text-list-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-02 li {
    margin-bottom: 20px;
  }
  .comp-text-list-02 .box-s {
    padding: 15px;
  }
  .comp-text-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-04 .box-s {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .comp-text-list-04 .box-s .box-icon {
    position: relative;
  }
  .comp-text-list-04 .box-s .box-title {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 20px;
  }
  .comp-text-list-05 .box-s {
    padding: 20px;
    position: relative;
  }
  .comp-text-list-05 .box-s .box-date {
    float: left;
    width: 80px;
  }
  .comp-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 30px;
  }
  .comp-text-list-05 .box-s .box-more {
    display: none;
  }
  .comp-text-list-06 .box-s {
    padding-right: 0;
  }
  .comp-text-list-06 .box-s:before {
    top: 26px;
    margin-top: 0;
  }
  .comp-text-list-06 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-06 .box-s .box-date {
    position: static;
    margin-top: 0;
  }
  .comp-text-list-07 li {
    margin-bottom: 20px;
  }
  .comp-text-list-07 li .box-s {
    padding: 20px 20px 20px 0;
  }
  .comp-text-list-07 li .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  /*图文列表*/
  .comp-image-text-list-01 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-01 .box-s .box-img {
    height: 220px;
  }
  .comp-image-text-list-02 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-04 .box-s .box-top {
    position: relative;
    margin-bottom: 15px;
  }
  .comp-image-text-list-04 .box-s .box-date {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
  }
  .comp-image-text-list-04 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-06 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comp-image-text-list-06 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-07 .box-s .box-info {
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .comp-image-text-list-07 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  /*人员列表*/
  .comp-personnel-list-01 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-01 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-01 .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-02 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-02 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-05 .box-s .box-img {
    float: none;
    margin-right: 0;
  }
  /*人员细览*/
  .comp-personnel-details-01 .info-top {
    padding: 15px;
  }
  .comp-personnel-details-01 .info-top .box-img {
    position: static;
    margin-bottom: 20px;
  }
  .comp-personnel-details-01 .info-top .box-info {
    padding: 20px 15px;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-row {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-call {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center {
    padding-left: 0;
  }
  .comp-personnel-details-02 .info-center .box-img {
    position: relative;
    padding: 20px;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-info {
    padding: 20px;
  }
  .comp-personnel-details-02 .info-other {
    padding: 20px;
  }
  .comp-personnel-details-03 .details-info {
    float: none;
  }
}
@media (max-width: 1679px) {
  .h28 {
    font-size: 26px;
  }
}
@media (max-width: 1439px) {
  .h28 {
    font-size: 24px;
  }
  .h40 {
    font-size: 32px;
  }
  /* header */
  .header .header-logo {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 500px;
  }
  .header .header-other {
    padding-top: 30px;
  }
  .class-menu a {
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 30px;
  }
  .list-img-01 .box-s .box-img img {
    height: 158px;
  }
  .list-img-02.list-qk .box-s .box-img img {
    height: 250px;
  }
  .list-img-02 .box-s .box-img img {
    height: 172px;
  }
  .index-cgzh .box-s .box-img img {
    height: 180px;
  }
  .index-ptfw .box-s {
    padding: 25px 15px;
  }
  .index-ptfw .box-s .box-title {
    font-size: 18px;
  }
  .index-banner .index-title {
    margin-bottom: 20px;
  }
  .index-banner .cont-img img {
    height: 375px;
  }
  .index-banner .banner-info {
    height: 375px;
    padding: 25px 30px 50px;
  }
  .index-banner .banner-info .cont-title {
    margin-bottom: 15px;
  }
  .index-banner .banner-info .cont-txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h36 {
    font-size: 28px;
  }
  .h38 {
    font-size: 30px;
  }
  /* header */
  .header .header-logo {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 400px;
  }
  .header .header-other {
    padding-top: 20px;
  }
  .search-box {
    width: 240px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .cont-logo {
    margin-right: 30px;
    width: 260px;
  }
  .footer .cont-text {
    padding-left: 30px;
  }
  .list-imgtext-02 .box-s .box-info {
    padding-top: 5px;
  }
  .list-imgtext-02 .box-s .info-title {
    margin-bottom: 15px;
  }
  .list-imgtext-02 .box-s .info-text {
    line-height: 28px;
  }
  .class-menu a {
    min-width: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-img-01 .box-s .box-img img {
    height: 116px;
  }
  .instrument-details .details-top .top-info {
    padding: 15px 30px;
  }
  .instrument-details .details-top .top-info .info-title {
    line-height: 26px;
    margin-bottom: 10px;
  }
  .instrument-details .details-top .top-info .info-text > div {
    float: none;
    width: 100%;
    line-height: 28px;
  }
  .contact-us .contact-info {
    padding-left: 40px;
    padding-right: 40px;
  }
  .list-img-02.list-qk .box-s .box-img img {
    height: 260px;
  }
  .list-img-02 .box-s .box-img img {
    height: 128px;
  }
  .index-cgzh {
    background-size: 100% 70%;
  }
  .index-cgzh .box-s .box-img img {
    height: 140px;
  }
  .index-ptfw {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .index-ptfw .box-s {
    margin-bottom: 30px;
  }
  .index-ptfw .box-s .box-icon {
    height: 84px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 24px;
  }
  .h40 {
    font-size: 30px;
  }
  .footer .cont-logo {
    padding-top: 30px;
  }
  .page-main {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .left-menu {
    display: none;
  }
  .list-img-01 .box-s .box-img img {
    height: 120px;
  }
  .contact-us .contact-info {
    padding: 40px;
    min-height: auto;
  }
  .contact-us .contact-map {
    height: 350px;
  }
  .list-img-02.list-qk .box-s .box-img img {
    height: 268px;
  }
  .list-img-02 .box-s .box-img img {
    height: 132px;
  }
  .index-banner .cont-img img {
    height: 405px;
  }
  .index-cgzh {
    background-size: 100% 80%;
  }
  .index-cgzh .box-s .box-img img {
    height: 230px;
  }
  .public-mb {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .h22 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h36 {
    font-size: 22px;
  }
  .h38 {
    font-size: 24px;
  }
  .h40 {
    font-size: 26px;
  }
  /* header */
  .header .header-logo {
    padding-top: 36px;
    padding-bottom: 15px;
    width: 280px;
  }
  .header .header-other {
    position: absolute;
    right: 15px;
    padding-top: 10px;
  }
  .header .header-other .pc-search {
    display: none;
  }
  .header .header-other .search-a {
    display: block;
  }
  .header .other-link {
    margin-bottom: 9px;
    font-size: 14px;
  }
  .header .other-link .line {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footer .cont-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    float: none;
    width: 200px;
    padding-top: 0;
  }
  .footer .cont-text {
    padding-left: 0;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 24px;
  }
  .footer .cont-text::after {
    display: none;
  }
  .content-top {
    margin-bottom: 25px;
  }
  .content-top .channle-title {
    float: none;
    line-height: 40px;
  }
  .content-top .bread-crumbs {
    float: none;
  }
  .page-main {
    padding-top: 20px;
  }
  .list-imgtext-01 .box-s {
    padding: 20px;
  }
  .list-imgtext-01 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .list-imgtext-01 .box-s .info-title {
    text-align: center;
    padding-bottom: 15px;
  }
  .list-imgtext-01 .box-s .info-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .list-imgtext-01 .box-s .info-title span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .list-imgtext-02 li {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .list-imgtext-02 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .list-imgtext-02 .box-s .box-img img {
    height: auto;
  }
  .list-imgtext-02 .box-s .box-info {
    overflow: hidden;
    padding-top: 20px;
  }
  .class-menu a {
    min-width: auto;
    width: 32%;
    margin-right: 2%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .class-menu a:nth-child(3n) {
    margin-right: 0;
  }
  .list-people .box-s {
    width: 150px;
  }
  .list-people .box-s .box-img {
    margin-bottom: 10px;
  }
  .list-people .box-s .box-img img {
    height: 200px;
  }
  .list-txt-01 .box-s {
    padding: 10px 0 10px 35px;
    line-height: 28px;
  }
  .list-txt-01 .box-s::before {
    left: 15px;
    top: 20px;
    width: 6px;
    height: 6px;
  }
  .list-txt-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-txt-01 .box-s .box-date {
    position: static;
  }
  .year-list-groups {
    padding: 20px 55px;
  }
  .year-list-groups .groups-prev {
    left: 10px;
  }
  .year-list-groups .groups-next {
    right: 10px;
  }
  .list-img-01 li:last-child {
    margin-bottom: 0;
  }
  .list-img-01 .box-s .box-img img {
    height: auto;
  }
  .list-img-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-img-01 .box-s .box-title-02 {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .list-imgtext-03 li {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .list-imgtext-03 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .list-imgtext-03 .box-s .box-img img {
    height: auto;
  }
  .list-imgtext-03 .box-s .box-info {
    padding-top: 15px;
  }
  .list-imgtext-03 .box-s .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-txt-02 .box-s .box-date {
    padding-top: 5px;
  }
  .list-txt-02 .box-s .box-date .date-01 {
    line-height: 30px;
    font-size: 24px;
  }
  .list-txt-02 .box-s .box-date .date-02 {
    line-height: 20px;
    font-size: 12px;
  }
  .list-txt-02 .box-s .box-info .info-other {
    line-height: 26px;
  }
  .list-txt-02 .box-s .box-info .info-other > div {
    background-position: 0 5px;
    margin-bottom: 5px;
  }
  .list-txt-02 .box-s .box-info .info-other > div:last-child {
    margin-bottom: 0;
  }
  .instrument-details .details-top .top-img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .instrument-details .details-top .top-img img {
    height: auto;
  }
  .instrument-details .details-top .top-info {
    padding: 15px 30px;
  }
  .instrument-details .details-top .top-info .info-title {
    line-height: 26px;
    margin-bottom: 10px;
  }
  .instrument-details .details-top .top-info .info-text > div {
    float: none;
    width: 100%;
    line-height: 28px;
  }
  .contact-us .contact-info {
    padding: 30px;
    min-height: auto;
  }
  .contact-us .contact-info .info-title {
    margin-bottom: 20px;
  }
  .contact-us .contact-info .info-txt {
    line-height: 26px;
  }
  .contact-us .contact-info .info-txt > div {
    background-position: 0 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-us .contact-map {
    height: 300px;
  }
  .list-img-02.list-qk .col-w:nth-child(2n + 1) {
    clear: both;
  }
  .list-img-02.list-qk .box-s .box-img img {
    height: 192px;
  }
  .list-img-02.list-qk .box-s .box-title {
    margin-bottom: 0;
  }
  .list-img-02 .box-s .box-img {
    margin-bottom: 12px;
  }
  .list-img-02 .box-s .box-img img {
    height: auto;
  }
  .list-img-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .index-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-banner .cont-img img {
    height: 194px;
  }
  .index-banner .banner-info {
    height: auto;
    padding: 30px 20px 50px;
    color: #fff;
    position: relative;
  }
  .index-banner .banner-info .cont-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-banner .banner-page {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
  }
  .index-banner .banner-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 1px solid #FFFFFF;
    margin: 0 5px;
    border-radius: 6px;
  }
  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 34px;
    background: #fff;
  }
  .pc-hide {
    display: block;
  }
  .phone-hide {
    display: none;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .index-title.title-other {
    text-align: center;
  }
  .index-title.title-other .channel-title {
    float: left;
  }
  .index-top {
    padding-bottom: 30px;
  }
  .index-kyjz .box-s {
    margin-bottom: 30px;
  }
  .index-kyjz .box-s .box-img {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .index-kyjz .box-s .box-img img {
    height: auto;
  }
  .index-kyjz .box-s .box-info {
    min-height: auto;
    padding-bottom: 15px;
  }
  .index-kyjz .box-s .box-info .info-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .index-xshd {
    margin-bottom: 30px;
  }
  .index-xshd .box-s .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-xshd .box-s .box-info .info-add {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 30px;
  }
  .index-yqlj .box-s {
    background-position: 0 9px;
    margin-top: 10px;
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 30px;
  }
  .index-cgzh {
    background: none;
    padding-bottom: 10px;
  }
  .index-cgzh .container {
    margin-top: 0;
  }
  .index-cgzh .box-s:hover .box-title-w::after {
    background-color: #3D55A7;
  }
  .index-cgzh .box-s:hover .box-title {
    color: #3D55A7;
  }
  .index-cgzh .box-s .box-img {
    margin-bottom: 20px;
  }
  .index-cgzh .box-s .box-img img {
    height: auto;
  }
  .index-cgzh .box-s .box-title {
    color: #383838;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-cgzh .box-s .box-txt {
    color: #808080;
  }
  .index-cgzh .box-s .box-date {
    color: #999;
  }
  .index-ptfw {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-ptfw .row-w {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index-ptfw .row-w .col-w {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-ptfw .box-s {
    height: 170px;
    padding: 20px 5px;
    margin-bottom: 10px;
  }
  .index-ptfw .box-s .box-icon {
    height: 64px;
    margin-bottom: 16px;
  }
  .index-ptfw .box-s .box-title {
    font-size: 16px;
    line-height: 24px;
  }
}
