/*多行溢出*/
/*网站响应样式*/
@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: 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-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: 1366px) {
  nav.bootsnav .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 36px 16px !important;
  }
  .xskx-box .img-box {
    height: 404px;
  }
  .xskx-box .img2-box {
    height: 193px;
  }
  .bo-lunb-box .img-box {
    height: 256px;
  }
  .link-box {
    height: 88px;
  }
  .tw-ul2 .img-box {
    height: 181px;
  }
  .vio-ul .img-box {
    height: 276px;
  }
  .book-box .img-box {
    height: 272px;
  }
}
@media (max-width: 1279px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 36px 12px !important;
  }
  .kyjz-l-cont .img-box {
    width: 370px;
    height: 243px;
  }
  .kyjz-l-cont .kyjz-l-desc {
    -webkit-line-clamp: 3;
    height: 84px;
  }
  .kyjz-cont {
    min-height: 302px;
  }
  .kyjz-r-ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .xskx-box .img-box {
    height: 376px;
  }
  .xskx-box .img2-box {
    height: 179px;
  }
  .bo-lunb-box .img-box {
    height: 237px;
  }
  .link-box {
    height: 81px;
  }
  .footer .foot-logo {
    margin-right: 40px;
  }
  .footer .foot-txt1 {
    padding: 0 45px 0 45px;
  }
  .tw-ul2 .img-box {
    height: 166px;
  }
  .vio-ul .img-box {
    height: 255px;
  }
  .book-box .img-box {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .header-logo {
    width: 240px;
    margin-right: 20px;
    margin-top: 17px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 36px 6px !important;
  }
  .kyjz-cont {
    min-height: 279px;
  }
  .kyjz-l-cont .img-box {
    width: 330px;
    height: 217px;
    margin-right: 20px;
  }
  .kyjz-l-cont .kyjz-l-date {
    margin: 4px 0 6px 0;
  }
  .kyjz-l-cont .kyjz-l-desc {
    height: 72px;
    line-height: 24px;
  }
  .kyjz-l-cont .kyjz-l-cont .learn-more {
    margin-top: 15px;
  }
  .kyjz-r-ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .kyjz-r-info .kyjz-r-title {
    -webkit-line-clamp: 1;
    height: auto;
  }
  .xskx-box .img-box {
    height: 308px;
  }
  .xskx-box .img2-box {
    height: 146px;
  }
  .bo-lunb-box .img-box {
    height: 193px;
  }
  .link-box {
    height: 102px;
  }
  .footer {
    margin-top: 30px;
    padding-bottom: 32px;
  }
  .footer .foot-logo,
  .footer .foot-txt1,
  .footer .foot-txt2 {
    display: block;
  }
  .footer .foot-logo {
    float: none;
    width: 288px;
    margin: 0 auto;
  }
  .footer .f-t-box {
    text-align: center;
  }
  .footer .foot-txt1 {
    padding: 0;
    border-right: none;
    border-left: none;
  }
  .footer .foot-txt2 {
    float: none;
  }
  .tw-ul2 .img-box {
    height: 132px;
  }
  .vio-ul .img-box {
    height: 204px;
  }
  .book-box .img-box {
    height: 196px;
  }
}
@media (max-width: 991px) {
  .kyjz-cont {
    padding: 30px 30px 30px 30px;
    min-height: auto;
  }
  .kyjz-l-cont {
    margin-bottom: 30px;
    padding: 0px 0px 0 0px;
  }
  .kyjz-r-ul {
    transform: translateY(0);
  }
  .kyjz-r-ul::before {
    display: none;
  }
  .kyjz-r-ul li {
    padding-right: 0;
  }
  .kyjz-r-info {
    padding: 0 30px 0 0px;
  }
  .kyjz-r-info .kyjz-r-title {
    -webkit-line-clamp: 2;
    height: auto;
  }
  .xskx-box .img-box {
    height: 235px;
  }
  .xskx-box .img2-box {
    height: 109px;
  }
  .xskx-box .xskx2-info {
    padding: 5px 10px 5px 10px;
  }
  .bo-lunb-box .img-box {
    height: 145px;
  }
  .link-box {
    height: 105px;
  }
  .header-logo {
    width: auto;
  }
  .ph-sbox {
    display: block;
  }
  .pc-sbox {
    display: none;
  }
  .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    margin-right: 0;
    margin-top: 35px;
    top: auto;
    background-color: transparent;
    color: #fff;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    text-align: left;
    padding: 20px 20px !important;
    margin-bottom: 0px;
    border: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    border-top: none;
    background: transparent;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
    text-align: left;
    background: transparent;
    padding: 7px 20px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    float: none;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background: transparent !important;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0 0 0 10px !important;
  }
  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: none !important;
  }
  .ny-cont .ny-cont-9 {
    width: auto;
  }
  .tw-ul2 .img-box {
    height: 131px;
  }
  .vio-ul .img-box {
    height: 202px;
  }
  .book-ul li:nth-child(4n+1) {
    clear: none;
  }
  .book-ul li:nth-child(3n+1) {
    clear: left;
  }
  .book-box .img-box {
    height: 273px;
  }
}
@media (max-width: 767px) {
  .m9 {
    margin: 0 -15px;
  }
  .p9 {
    padding: 0 15px;
  }
  .m14 {
    margin: 0 -15px;
  }
  .p14 {
    padding: 0 15px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-left: 0px;
    margin-right: 0px;
  }
  .kyjz-cont {
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  .kyjz-l-cont {
    margin-bottom: 10px;
  }
  .kyjz-l-cont .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .kyjz-l-cont .kyjz-l-info {
    overflow: initial;
    transform: translateY(0px);
  }
  .kyjz-l-cont .kyjz-l-title {
    line-height: 26px;
    display: block;
    overflow: initial;
    height: auto;
    text-align: justify;
  }

  .kyjz-l-cont .learn-more {
    margin-top: 10px;
  }
  .kyjz-r-info .kyjz-r-title {
    display: block;
    overflow: initial;
  }
  .xskx {
    margin-top: 35px;
  }
  .xskx-box {
    margin-bottom: 12px;
  }
  .xskx-box .img-box,
  .xskx-box .img2-box {
    height: auto;
  }
  .xskx-box .xskx-info {
    padding: 10px 15px 12px 15px;
  }
  .xskx-box .xskx-title {
    line-height: 26px;
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .xskx-box .xskx-desc {
    display: block;
    overflow: initial;
    height: auto;
  }
  .xskx-box .xskx2-title {
    display: block;
    overflow: initial;
    height: auto;
    text-align: justify;
  }
  .hx {
    margin-top: 35px;
  }
  .tab-cont .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
  .bo-lunb-box {
    margin-bottom: 12px;
  }
  .bo-lunb-box .img-box {
    height: auto;
  }
  .link {
    margin-top: 35px;
  }
  .link-box {
    height: 80px;
  }
  .title-box .i-title {
    font-size: 18px;
    width: 110px;
    padding: 4px 0;
    line-height: 40px;
    background-size: 100% 100%;
  }
  .title-box .tabber-titlebox {
    width: 240px;
  }
  .title-box .tabber-titlebox .i-title {
    width: 110px;
    margin-right: 15px;
    background-size: 100% 100%;
    font-size: 17px;
    padding: 5px 0;
  }
  .title-box .tabber-titlebox .i-title:hover,
  .title-box .tabber-titlebox .i-title:active,
  .title-box .tabber-titlebox .i-title.active {
    background-size: 100% 100%;
  }
  .owl-carousel {
    margin-bottom: 10px;
  }
  /* .pc-more {
    display: none;
  }
  .ph-more {
    display: block;
  } */
  .ny-right {
    padding: 0 15px 20px 15px;
  }
  .right-top {
    padding: 20px 0 10px 0;
  }
  .right-top .ny-r-title {
    float: none;
    width: 100%;
  }
  .right-top .bread-crumbs {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
  .dp-ul {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .dp-ul li {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .dp-ul li::after {
    width: 10px;
    height: 1px;
    top: 19px;
    left: 11px;
  }
  .dp p {
    line-height: 26px;
  }
  .tw-ul1 li {
    margin-bottom: 30px;
  }
  .tw-ul1 .img-box {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .tw-ul1 .tw-title {
    line-height: 24px;
    overflow: initial;
    white-space: normal;
  }
  .tw-ul1 .tw-desc {
    height: auto;
  }
  .tw-ul2 {
    margin: 0 -15px;
  }
  .tw-ul2 li {
    padding: 0 15px;
  }
  .tw-ul2 .img-box {
    height: auto;
  }
  .tw-ul2 .tw-title {
    display: block;
    overflow: initial;
    height: auto;
    text-align: justify;
  }
  .vio-ul {
    margin: 0 -15px;
  }
  .vio-ul li {
    padding: 0 15px;
  }
  .vio-ul .img-box {
    height: auto;
    margin-bottom: 7px;
  }
  .vio-ul .img-box::before {
    top: 50%;
  }
  .vio-ul .vio-box {
    margin-bottom: 20px;
  }
  .vio-ul .vio-title {
    position: static;
    background: none;
  }
  .vio-ul .vio-title > div {
    position: static;
    display: block;
    padding: 0;
    color: #333;
    overflow: initial;
    height: auto;
  }
  .book-ul li {
    float: left;
    width: 50%;
  }
  .book-ul li:nth-child(3n+1) {
    clear: none;
  }
  .book-ul li:nth-child(2n+1) {
    clear: left;
  }
  .book-box .img-box {
    height: auto;
  }
  .book-box .book-title {
    overflow: initial;
    white-space: normal;
  }
  .wz-ul .date-box {
    width: 60px;
    height: 60px;
    padding-top: 7px;
    background-size: cover;
  }
  .wz-ul .wz-day1 {
    font-size: 20px;
  }
  .wz-ul .wz-day2 {
    font-size: 12px;
    line-height: 20px;
  }
  .wz-ul .zw-info {
    overflow: initial;
  }
  .wz-ul .wz-title {
    overflow: initial;
    white-space: normal;
  }
  .wz-ul .wz-desc {
    height: auto;
  }
  .call-cont {
    float: left;
    width: 100%;
    min-height: auto;
    position: relative;
  }
  .call-cont > div {
    padding: 20px;
    position: static;
    transform: translate(0);
  }
  .map {
    float: none;
    width: 100% !important;
  }
  .top-search {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .details-page .main-cont p {
    line-height: 26px;
  }
  .search-box a {
    border: 1px solid #fff;
  }
  .top-nav .en-btn {
    border: 1px solid #fff;
  }
  .details-page .cont-page {
    margin-top: 20px;
    padding-top: 20px;
  }
  nav.navbar.bootsnav .navbar-header{
    margin-bottom: 10px;
  }
  .kyjz,.xskx,.hx,.link{
    position: relative;
    padding-bottom: 40px;
  }
  .title-box{
    position:static;
  }
  .pc-more{
    top: auto !important;
    right: auto !important;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .index-banner .slider-wrapper .nivo-controlNav{
    bottom: 12px;
  }
}
@media (max-width: 450px) {
  .header-logo {
    /* float: none; */
    display: block;
    text-align: left;
    margin-right: 6px;
  }
  .top-nav {
    margin: 20px 0;
    margin-bottom: 3px;
  }
  nav.navbar.bootsnav .navbar-toggle{
    float: none;
    position: absolute;
    margin-bottom: 0px;
    margin-right: 0;
    right: 0;
    top: 50px;
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .header-logo {
    width: 250px;
  }
}
