/*多行溢出*/
/*网站响应样式*/
@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: auto;
    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: auto;
    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: auto;
    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: auto;
    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-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;
  }
  /*side menu*/
  .side-menu {
    display: none;
  }
}
/*网站响应样式*/
@media (max-width: 1440px) {
  .tqsys-box1 .box1-bg .box1-left-img {
    top: -20px;
    bottom: -20px;
    width: 592px;
    height: 390px;
  }
  .tqsys-box1 .box1-bg .box1-right {
    padding-left: 700px;
  }
  .fbwz-box .fbwz-info {
    position: relative;
    padding-bottom: 15px;
    padding-top: 14px;
  }
}
@media (max-width: 1284px) and (min-width: 1280px) {
  .container {
    width: 1250px;
  }
}
@media (max-width: 1199px) {
  .tqsys-box1 .box1-bg {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tqsys-box1 .box1-bg .box1-left-img {
    position: static;
    float: left;
    width: 470px;
    height: 309px;
    margin: 20px 40px 20px 20px;
  }
  .tqsys-box1 .box1-bg .box1-right {
    padding-left: 0px;
    padding-right: 40px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 45px;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    text-align: left;
    border: none;
    padding: 15px 10px !important;
  }
  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 {
    padding: 8px 10px;
    text-align: left;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul {
    min-width: 100%;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul > li > a {
    text-align: left;
  }
  nav.navbar.bootsnav .navbar-header {
    min-height: 45px;
    width: 100%;
  }
  nav.navbar.bootsnav .navbar-toggler {
    float: right !important;
    margin: 8px 0 0 0 !important;
    background-color: transparent;
    /* top: 9px; */
  }
  nav.navbar.bootsnav .navbar-toggler .fa {
    color: #FFF;
  }

  nav.navbar.bootsnav.no-full .navbar-collapse {
    overflow-y: auto;
  }

  .header .header-logo {
    max-width: 450px;
  }
  .header-other {
    padding-top: 20px;
  }
  .tools {
    margin-top: 14px;
  }
  .tqsys-box1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .tqsys-box1 .box1-bg {
    min-height: auto;
  }
  .tqsys-box1 .box1-bg .box1-left-img {
    width: 340px;
    height: 224px;
  }
  .tqsys-box1 .box1-bg .box1-right {
    padding-top: 25px;
    padding-right: 30px;
  }
  .tqsys-box1 .box1-bg .box1-more {
    margin-top: 15px;
  }
  .tqsys-box1 .title-box {
    margin-bottom: 18px;
  }
  .tqsys-box2 {
    padding-top: 40px;
  }
  .zyxm-a {
    min-height: auto;
  }
  .ny-cont .ny-cont-9 {
    width: auto;
  }
  .other-menu {
    display: none;
  }
  .right-top {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .right-top .ny-r-title {
    float: none;
    margin-bottom: 5px;
  }
  .right-top .ny-r-title::before {
    display: none;
  }
  .right-top .bread-crumbs {
    float: none;
  }
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 15px;
  }
  .header .header-logo {
    float: none;
    max-width: 100%;
    padding-bottom: 0px;
  }
  .tools {
    margin-top: 0px;
  }
  .header-a-pc {
    padding-top: 15px;
    float: none;
    width: 100%;
  }
  .header-a-pc li {
    display: none;
  }
  .header-a-pc li:last-child {
    display: block;
  }
  .header-a-pc .search-box {
    width: 100%;
  }
  .header-a-ph {
    display: block;
    float: left;
    padding-top: 8px;
  }
  .header-a-ph .header-a {
    color: #FFF;
  }
  .header-a-ph li:first-child::before {
    background: #FFF;
  }
  .tqsys-box1 .box1-bg {
    padding: 20px;
  }
  .tqsys-box1 .box1-bg .box1-left-img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .tqsys-box1 .box1-bg .box1-right {
    padding-right: 0px;
  }
  .tqsys-box1 .box1-bg .box1-desc {
    height: auto;
    display: block;
    overflow: initial;
  }
  .zyxm-a {
    padding: 15px 15px 15px 20px;
  }
  .zyxm-a .zyxm-title {
    display: block;
    overflow: initial;
    height: auto;
  }
  .zyxm-a .zyxm-desc {
    height: auto;
  }
  .tqsys-box3 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .fbwz-box::before {
    width: 65px;
    height: 65px;
    border-radius: 6px 0 40px 6px;
  }
  .fbwz-box .fbwz-info {
    font-size: 16px;
    line-height: 24px;
  }
  .fbwz-box .fbwz-date {
    width: 65px;
    height: 65px;
    font-size: 30px;
    padding-top: 10px;
    margin-right: 10px;
  }
  .footer {
    padding: 30px 0 30px 0;
  }
  .ny-cont {
    padding-bottom: 40px;
  }
  .ny-right {
    padding: 20px 15px 20px 15px;
  }
  .peopleDetail .base {
    padding: 15px;
  }
  .peopleDetail .base .leftModule {
    width: 100%;
  }
  .peopleDetail .base .leftModule p.name {
    margin-bottom: 10px;
  }
  .peopleDetail .scientBox {
    line-height: 26px;
    margin-top: 18px;
  }
  .scient .scientBox {
    margin-bottom: 10px;
  }
  .dp p {
    line-height: 26px;
  }
  .year-title {
    margin-bottom: 0px;
  }
  .wz2-a::before {
    left: 0px;
  }
  .wz2-a .wz2-title {
    padding: 0 0px 0 20px;
    overflow: initial;
    white-space: normal;
  }
  .wz2-a .wz2-date {
    position: static;
    padding-left: 20px;
    margin-top: 6px;
  }
  .fy-box {
    margin-top: 15px;
  }
  .wz1-a .wz1-title {
    padding: 10px 15px;
    overflow: initial;
    white-space: normal;
    margin-bottom: 12px;
  }
  .wz1-a .wz1-desc {
    line-height: 24px;
    margin-bottom: 30px;
    height: auto;
    text-align: justify;
  }
  .details-page .detail-top {
    margin-bottom: 15px;
  }
  .details-page .detail-top .top-other {
    margin-top: 15px;
    padding: 0 12px 6px 12px;
  }
  .details-page .detail-top .top-other .other-info {
    float: none;
    line-height: 30px;
  }
  .details-page .detail-top .top-other .other-share {
    float: none;
    line-height: 30px;
  }
  .details-page .main-cont p {
    line-height: 26px;
  }
  .social-share a {
    margin: 0;
  }
  .name-list .fenl {
    float: none;
    margin-bottom: 5px;
  }
}
