/*多行溢出*/
/*网站响应样式*/
@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: 1499px) {
  .head-logo {
    width: 400px;
    margin-top: 12px;
  }

  nav.navbar.bootsnav ul.nav>li {
    margin-left: 25px;
  }

  .en-link {
    margin-left: 15px;
  }

  .search-trigger {
    margin-left: 25px;
  }

  .news-left {
    height: 534px;
  }

  .news-right {
    height: 252px;
  }

  .index-box2 .js-img {
    width: 590px;
    height: 332px;
  }

  .index-box2 .js-logo {
    width: 80px;
    height: 46px;
    margin-bottom: 20px;
  }

  .index-box2 h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .index-box2 .desc {
    line-height: 30px;
    height: 90px;
    margin-bottom: 50px;
  }

  .index-box3 .qyjz-link {
    height: 256px;
  }

  .rczp-img-list li {
    height: 484px;
  }

  .friendly-list {
    height: 78px;
  }

  .index-banner .banner-title {
    left: 15px;
  }

  .index-banner .banner-page {
    right: 15px;
  }

  .ny-top-banner {
    height: 470px;
  }

  .ny-top-banner h1 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 40px;
  }

  .ny-top-banner h1::before {
    bottom: -18px;
    width: 40px;
    height: 3px;
  }

  .ny-top-nav ul a {
    padding: 20px 0;
  }

  .ny-box .ln-title {
    font-size: 34px;
    margin-bottom: 35px;
  }

  .tw-list-link .img-box {
    height: 256px;
  }

  .xsjl-news-link .img-box {
    height: 252px;
  }

  .social-share .icon-wechat .wechat-qrcode {
    left: -112px;
  }

  .social-share .icon-wechat .wechat-qrcode:after {
    margin-left: 35px;
  }

  .xbpx-jj-box .img-box {
    width: 720px;
    height: 463px;
    margin-right: 40px;
  }

  .xbpx-jj-box .xbpx-jjlist li {
    margin-bottom: 10px;
    min-height: 108px;
  }

  .xbpx-jj-box .xbpx-jjlist .title {
    margin-bottom: 6px;
  }

  .kxpj-box1 .qwts-list li {
    margin-right: 72px;
  }

  .qyjz-list-link .img-box {
    height: 256px;
  }

  .kpsp-list-link .img-box {
    height: 186px;
  }

  .footer .foot-row>li:nth-child(2) {
    padding: 0 30px;
  }

  .footer .foot-zky-logo {
    width: 250px;
    height: 59px;
  }

}

@media (max-width: 1279px) {
  .index-banner {
    height: 550px;
  }

  .index-banner .banner-title {
    font-size: 26px;
    line-height: 36px;
  }

  .p80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .index-title {
    margin-bottom: 40px;
  }

  .index-title>div {
    font-size: 36px;
    line-height: 42px;
  }

  .news-left {
    height: 497px;
  }

  .news-right {
    height: 234px;
  }

  .index-box2 .js-img {
    width: 520px;
    height: 293px;
  }

  .index-box2 .js-img::after {
    width: 60px;
    height: 60px;
  }

  .index-box2 .info {
    padding-top: 0px;
  }

  .index-box2 .js-logo {
    width: 60px;
    height: 35px;
    margin-bottom: 15px;
  }

  .index-box2 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .index-box2 .desc {
    line-height: 26px;
    height: 78px;
    margin-bottom: 40px;
  }

  .index-box2 .js-link {
    padding: 5px 50px;
  }

  .index-box2 .js-link::before {
    width: 40px;
    height: 40px;
  }

  .index-box3 .qyjz-link {
    height: 237px;
  }

  .index-box3 .qyjz-link::before {
    height: 155px;
  }

  .index-box3 .qyjz-link .title {
    left: 25px;
    right: 25px;
    bottom: 25px;
    font-size: 18px;
  }

  .index-box3 .swiper-container {
    padding-bottom: 43px;
  }

  .index-box3 .qyjz-page .swiper-pagination-bullet {
    width: 45px;
  }

  .m40 {
    margin: 0 -15px;
  }

  .p40 {
    padding: 0 15px;
  }

  .rczp-list {
    margin-bottom: 35px;
  }

  .rczp-link {
    padding: 5px 60px;
  }

  .rczp-link::before {
    width: 40px;
    height: 40px;
  }

  .friendly-list {
    height: 72px;
  }

  .index-box6 {
    padding-bottom: 60px;
  }

  .footer .foot-row>li:nth-child(1) {
    width: 26%;
  }

  .footer .foot-row>li:nth-child(2) {
    width: 46%;
  }

  .footer .foot-row>li:nth-child(3) {
    width: 28%;
  }

  .footer .foot-zky-logo {
    width: 230px;
    height: 52px;
  }

  .footer .logo-cont {
    margin-right: 20px;
  }

  .footer .foot-link {
    text-align: center;
  }

  .tw-list-link .img-box {
    height: 237px;
  }

  .xsjl-news-link .img-box {
    height: 234px;
  }

  .xbpx-jj-box .img-box {
    width: 530px;
    height: 340px;
    margin-right: 30px;
  }

  .xbpx-jj-box .xbpx-jjlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .xbpx-jj-box .xbpx-jjlist li {
    width: 48%;
    min-height: 166px;
  }

  .kxpj-box1 {
    padding: 60px 0 80px;
  }

  .kxpj-box1 .qwts-list .title {
    width: 85px;
    height: 85px;
  }

  .kxpj-box1 .qwts-list {
    background-size: 940px 50px;
  }

  .qyjz-list-link .img-box {
    height: 237px;
  }

  .kxpj-box2 {
    padding-bottom: 80px;
  }

  .kxpj-box3 {
    padding-bottom: 60px;
  }

  .m16 {
    margin: 0 -15px;
  }

  .p16 {
    padding: 0 15px;
  }

  .kpsp-list-link .img-box {
    height: 173px;
  }
}

@media (max-width: 1199px) {
  .nav-right-top {
    display: none;
  }

  nav.navbar.bootsnav .collapse.navbar-collapse {
    display: none !important;
  }

  .header-other {
    margin-right: 50px;
  }

  .toggle {
    display: block;
    top: 9px;
  }

  .head-logo {
    margin-top: 0;
  }

  .nav-right-bottom {
    position: relative;
    margin-top: 6px;
  }

  nav.navbar.bootsnav::before {
    height: 130px;
  }

  .index-banner {
    height: 500px;
  }

  .index-banner .banner-title {
    font-size: 22px;
    line-height: 30px;
  }

  .index-banner .banner-page {
    margin-top: -65px;
  }

  .index-title {
    margin-bottom: 30px;
  }

  .index-title>div {
    font-size: 32px;
    line-height: 40px;
  }

  .index-title>a {
    width: 90px;
    height: 34px;
    line-height: 32px;
  }

  .news-left {
    height: 408px;
  }

  .news-left::before {
    height: 200px;
  }

  .news-right {
    height: 189px;
  }

  .news-right::before {
    height: 90px;
  }

  .p80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .index-box3 .qyjz-link {
    height: 193px;
  }

  .index-box3 .qyjz-link::before {
    height: 110px;
  }

  .index-box3 .qyjz-link .title {
    left: 20px;
    right: 20px;
    bottom: 18px;
    font-size: 16px;
  }

  .index-box3 .swiper-container {
    padding-bottom: 33px;
  }

  .mtbd-list .img-box {
    width: 160px;
    height: 105px;
  }

  .mtbd-list .info {
    padding-top: 0px;
  }

  .mtbd-list .title {
    margin-bottom: 18px;
  }

  .tzgg-box ul#scroll-01 {
    height: 373px;
  }

  .tzgg-box a {
    padding: 18px 25px;
  }

  .rczp-img-list li {
    height: 389px;
  }

  .rczp-img-list li:nth-child(2) {
    margin-top: 40px;
  }

  .rczp-img-list li:nth-child(3) {
    margin-top: -14px;
  }

  .rczp-img-list li:nth-child(4) {
    margin-top: 25px;
  }

  .index-box6 .swiper-container {
    margin: -20px -15px;
  }

  .index-box6 .swiper-container .swiper-slide {
    padding: 20px 15px;
  }

  .friendly-list {
    height: 58px;
  }

  .footer .foot-row {
    padding: 50px 0 30px 0;
  }

  .footer .foot-logo {
    width: 190px;
    height: 41px;
    margin-bottom: 20px;
  }

  .footer .foot-zky-logo {
    width: 180px;
    height: 40px;
  }

  .footer .foot-row>li:nth-child(1) {
    width: 22%;
  }

  .footer .foot-row>li:nth-child(2) {
    width: 50%;
  }

  .footer .ewm-group img {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer .ewm-group {
    margin-right: 30px;
    width: 110px;
  }

  .footer .ewm-group p {
    font-size: 12px;
  }

  .footer .foot-link>div a {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .hc-mobile-nav .nav-wrapper {
    background: #014099;
  }

  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #014099;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #014099;
    border-left: 2px solid #014099;
  }

  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #014099;
    border-left: 2px solid #014099;
  }

  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #fff;
  }

  .hc-mobile-nav h2 {
    color: #FFF;
  }

  .hc-mobile-nav a[href]:not([href="#"])>span.nav-next {
    border-left: none;
  }

  .tw-list-link .img-box {
    height: 193px;
  }

  .tw-list-link .info {
    padding: 18px 22px;
  }

  .tw-list-link {
    margin-bottom: 40px;
  }

  .ss-news-list .img-box {
    width: 290px;
    height: 191px;
    margin-right: 30px;
  }

  .ss-news-list .date div {
    font-size: 14px;
  }

  .ss-news-list .date div:nth-child(1) {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .ss-news-list .date {
    width: 110px;
    height: 191px;
    margin-left: 30px;
    padding-left: 30px;
    padding-top: 60px;
  }

  .ss-news-list .info {
    width: calc(100% - 460px);
    padding-top: 0px;
  }

  .ss-news-list .title {
    margin-bottom: 10px;
  }

  .ss-news-list .desc {
    margin-bottom: 20px;
  }

  .ss-news-list .more {
    width: 140px;
    height: 44px;
    line-height: 42px;
  }

  .jscg-news-link .img-box {
    width: 175px;
    height: 115px;
    margin-right: 20px;
  }

  .jscg-news-link .info {
    padding-top: 0px;
  }

  .jscg-news-link .ttile {
    margin-bottom: 16px;
  }

  .xsjl-news-link .img-box {
    height: 190px;
    margin-bottom: 15px;
  }

  .news-box1 {
    padding: 60px 0;
  }

  .news-box2 {
    padding-bottom: 30px;
  }

  .news-box3 {
    padding-bottom: 60px;
  }

  .details-page .detail-top .title-s {
    font-size: 22px;
  }

  .xbpx-jj-box .img-box {
    width: 336px;
    height: 216px;
  }

  .xbpx-jj-box .xbpx-jjlist li {
    width: 23%;
    min-height: 216px;
  }

  .xbpx-jj-box .xbpx-jjlist .title span {
    padding: 6px 25px 6px 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .xbpx-jj-box .xbpx-jjlist .desc {
    font-size: 13px;
    line-height: 24px;
    padding: 0 10px 10px 10px;
  }

  .xbpx-jj-box {
    margin-bottom: 30px;
  }

  .kxpj-box1 .qwts-list .title {
    width: 65px;
    height: 65px;
    font-size: 14px;
    line-height: 18px;
  }

  .kxpj-box1 .qwts-list li {
    margin-right: 62px;
  }

  .kxpj-box1 .qwts-list .desc {
    left: 55px;
  }

  .kxpj-box1 .qwts-list {
    background-size: 765px 50px;
  }

  .qyjz-list-link .img-box {
    height: 193px;
  }

  .qyjz-list-link .info {
    padding: 15px 20px 20px 20px;
  }

  .qyjz-list-link .title {
    margin-bottom: 10px;
  }

  .kpsp-list-link .img-box {
    height: 140px;
  }

  .lxwm-box .info img {
    max-width: 320px;
  }

  .footer .logo-cont {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-bg .search-box {
    width: 90%;
  }

  .index-banner {
    height: 380px;
  }

  .index-title>div {
    font-size: 30px;
  }

  .news-left {
    height: 311px;
  }

  .news-left .title {
    left: 20px;
    right: 20px;
    bottom: 22px;
    font-size: 18px;
  }

  .news-right {
    height: 140px;
  }

  .news-right .title {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }

  .index-box2 .js-img {
    width: 300px;
    height: 168px;
    margin-left: 30px;
    margin-top: 20px;
  }

  .index-box2 h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .index-box2 .desc {
    line-height: 26px;
    height: 52px;
    margin-bottom: 30px;
    -webkit-line-clamp: 2;
  }

  .index-box3 .qyjz-link {
    height: 145px;
  }

  .mtbd-list {
    margin-bottom: 50px;
  }

  .rczp-img-list {
    display: none;
  }

  .index-box5 .index-title>a {
    display: block;
  }

  .rczp-link {
    display: none;
  }

  .rczp-list {
    margin-bottom: 0;
  }

  .friendly-list {
    height: 95px;
  }

  .footer .foot-row {
    /* flex-wrap: wrap; */
    padding: 40px 0;
    display: block;
  }

  .footer .foot-row>li:nth-child(1) {
    width: 100%;
  }

  .footer .foot-row>li:nth-child(2) {
    width: 100%;
    padding: 0;
  }

  .footer .foot-row>li:nth-child(3) {
    width: 100%;
  }

  .footer .foot-row>li::before {
    display: none;
  }

  .footer .foot-zky-logo {
    width: 250px;
    height: auto;
    margin: 0 auto;
  }

  .footer .logo-cont {
    margin-right: 0;
    float: none;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
  }

  .footer .foot-link {
    margin: 0;
    width: 100%;
  }

  .footer .foot-link>div {
    width: 20%;
  }

  .footer .ewm-list {
    margin-top: 20px;
    justify-content: center;
  }

  .ny-top-banner {
    height: 370px;
  }

  .ny-min-cont {
    padding: 15px 0 40px 0;
  }

  .ny-box .ln-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .ztqkdp-cont {
    line-height: 30px;
  }

  .zzgj-list {
    margin-top: 50px;
  }

  .zzgj-list .title {
    padding: 15px 10px;
  }

  .zzgj-list ul li {
    padding: 10px 30px;
    font-size: 16px;
  }

  .zzgj-list .group-box {
    margin-bottom: 40px;
  }

  .tw-list-link .img-box {
    height: 145px;
  }

  .ss-news-list .img-box {
    width: 210px;
    height: 139px;
    margin-right: 20px;
  }

  .ss-news-list .date div:nth-child(1) {
    font-size: 26px;
  }

  .ss-news-list .date {
    width: 90px;
    height: 139px;
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 30px;
  }

  .ss-news-list .date::before {
    top: 15px;
    bottom: 15px;
  }

  .ss-news-list .info {
    width: calc(100% - 340px);
  }

  .ss-news-list .desc {
    line-height: 26px;
    height: 52px;
    -webkit-line-clamp: 2;
    margin-bottom: 14px;
  }

  .ss-news-list .more {
    width: 120px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
  }

  .ss-news-list li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .xsjl-news-link .img-box {
    height: 141px;
  }

  .xsjl-news-link .title {
    margin-bottom: 12px;
  }

  .xsjl-news-list.xsjlny-news-list .xsjl-news-link {
    margin-bottom: 40px;
  }

  .rczp-js {
    margin-bottom: 50px;
  }

  .wz-list a {
    padding: 30px 170px 30px 30px;
  }

  .xbpx-jj-box .img-box {
    float: none;
    width: 80%;
    height: auto;
    margin: 0 auto 30px;
  }

  .xbpx-jj-box .xbpx-jjlist {
    display: block;
  }

  .xbpx-jj-box .xbpx-jjlist li {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  .xbpx-jj-box .xbpx-jjlist .title {
    margin-bottom: 14px;
  }

  .xbpx-jj-box .xbpx-jjlist .title span {
    padding: 12px 30px 12px 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .xbpx-jj-box .xbpx-jjlist .desc {
    font-size: 16px;
    line-height: 34px;
    padding: 0 20px 15px 20px;
  }

  .kxpj-box1 .qwts-list {
    padding: 0;
    background: none;
    margin: 0 -10px;
  }

  .kxpj-box1 .qwts-list .desc {
    position: static;
    width: auto;
  }

  .kxpj-box1 .qwts-list li {
    margin-right: 0;
    padding: 0 10px;
    width: 33.33333333%;
  }

  .kxpj-box1 .qwts-list li:nth-child(3n+1) {
    clear: left;
  }

  .kxpj-box1 .qwts-list li:nth-child(2n) .title {
    margin-top: 0;
  }

  .kxpj-box1 .qwts-list .title::before {
    display: none;
  }

  .kxpj-box1 .qwts-list .title::after {
    display: none;
  }

  .kxpj-box1 .qwts-list .title {
    margin: 0 auto 15px;
  }

  .kxpj-box1 .qwts-list .desc {
    height: 72px;
    margin-bottom: 30px;
    -webkit-line-clamp: 3;
  }

  .kxpj-box1 .qwts-list li:last-child .desc {
    width: auto;
  }

  .kxpj-box1 .xbpx-xj-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .kxpj-box1 {
    padding: 50px 0 20px;
  }

  .qyjz-list-link .img-box {
    height: 145px;
  }

  .qyjz-list-link .title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }

  .kxpj-box2 {
    padding-bottom: 50px;
  }

  .kpsp-list-link .img-box {
    height: 104px;
  }

  .kpsp-list-link .title {
    font-size: 16px;
  }

  .kxpj-box3 {
    padding-bottom: 50px;
  }

  .kpsp-list-link .img-box::before {
    width: 45px;
    height: 45px;
    background-size: 13px 16px;
  }

  .qyjz-list.qyjz-list-ny .qyjz-list-link {
    margin-bottom: 40px;
  }

  .kpsp-list.kpsp-list-ny .kpsp-list-link {
    margin-bottom: 30px;
  }

  .lxwm-box {
    height: 350px;
  }

  .lxwm-box .info {
    padding: 75px 20px 0 30px;
  }

  .lxwm-box .info img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .lxwm-box .info p,
  .lxwm-box .info div {
    font-size: 16px;
    line-height: 31px;
  }

  .col-index-7,
  .col-index-5 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .head-logo {
    width: 100%;
  }

  nav.navbar.bootsnav {
    padding: 20px 0;
  }

  .nav-right-bottom {
    margin-top: 10px;
  }

  .index-banner .banner-page {
    display: none;
  }

  .index-banner .banner-title {
    font-size: 20px;
    right: 15px;
    bottom: 20px;
  }

  .index-banner .banner-img::after {
    height: 100px;
  }

  .index-banner {
    height: 290px;
  }

  .p80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .index-title {
    margin-bottom: 25px;
  }

  .index-title>div {
    font-size: 24px;
    line-height: 30px;
  }

  .index-title>a {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }

  .index-sm-8,
  .index-sm-4 {
    width: 100%;
  }

  .news-left {
    height: auto;
    margin-bottom: 30px;
  }

  .news-left::before {
    height: 65%;
  }

  .news-left .title {
    left: 15px;
    right: 15px;
    font-size: 16px;
    overflow: visible;
    white-space: normal;
  }

  .news-right {
    height: auto;
    /* margin-bottom: 0; */
  }

  .news-right .title {
    left: 15px;
    right: 15px;
    white-space: normal;
    overflow: visible;
  }

  .index-box2 .js-img {
    float: none;
    width: 100%;
    height: 194px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .index-box2 h1 {
    font-size: 22px;
  }

  .index-box2 .desc {
    display: block;
    height: auto;
  }

  .index-box3 .qyjz-page {
    display: none;
  }

  .index-box3 .qyjz-link {
    height: 227px;
  }

  .index-box3 .swiper-container {
    padding-bottom: 0;
  }

  .index-box3 .qyjz-link .title {
    left: 15px;
    right: 15px;
    display: block;
    height: auto;
  }

  .mtbd-list .img-box {
    width: 110px;
    height: 72px;
    margin-right: 20px;
  }

  .mtbd-list .title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 8px;
  }

  .mtbd-list .date {
    font-size: 12px;
  }

  .mtbd-list li {
    margin-bottom: 24px;
  }

  .mtbd-list {
    margin-bottom: 30px;
  }

  .tzgg-box ul#scroll-01 {
    height: 264px;
  }

  .tzgg-box .date div:nth-child(1) {
    font-size: 24px;
  }

  .tzgg-box .date {
    margin-right: 40px;
  }

  .tzgg-box .date::before,
  .tzgg-box .date::after {
    right: -20px;
    top: 0px;
  }

  .tzgg-box .date::before {
    height: 44px;
  }

  .tzgg-box .title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }

  .tzgg-box a:hover .date::after {
    height: 44px;
  }

  .tzgg-box a {
    padding: 15px 15px;
  }

  .rczp-list .title {
    font-size: 16px;
    overflow: visible;
    white-space: normal;
  }

  .index-box6 {
    padding-bottom: 40px;
  }

  .footer .foot-row {
    padding: 30px 0;
  }

  .footer .foot-row>li:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  .footer .foot-row>li:nth-child(2) {
    width: 100%;
  }

  .footer .foot-link>div {
    width: 33.33333333%;
  }

  .footer .ewm-list {
    justify-content: center;
  }

  .footer .bqsy span,
  .footer .bqsy a {
    font-size: 12px;
    margin-right: 0px;
  }

  .search-bg .s-inp {
    height: 52px;
    padding-left: 20px;
    padding-right: 100px;
    font-size: 14px;
  }

  .search-bg .s-btn {
    width: 75px;
    height: 52px;
    font-size: 16px;
  }

  .search-bg .close-btn {
    right: 24px;
    top: -80px;
  }

  .ny-top-banner {
    height: 250px;
  }

  .ny-top-banner h1 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 120px;
  }

  .ny-top-banner h1::before {
    bottom: -12px;
    width: 30px;
    height: 2px;
  }

  .ny-top-nav ul li {
    float: left;
    margin-right: 15px;
  }

  .ny-top-nav ul a {
    padding: 10px 0;
    font-size: 16px;
  }

  .ny-top-nav ul a::before {
    height: 2px;
  }

  .ny-top-nav {
    margin-bottom: 20px;
  }

  .ny-box .ln-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .ztqkdp-cont {
    font-size: 16px;
  }

  .ny-min-cont {
    padding: 15px 0 30px 0;
  }

  .zzgj-list ul li {
    padding: 10px 20px;
  }

  .tw-list-link .img-box {
    height: auto;
  }

  .tw-list-link {
    margin-bottom: 30px;
  }

  .tw-list-link .title {
    height: auto;
    display: block;
  }

  .ss-news-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .ss-news-list .info {
    width: calc(100% - 110px);
  }

  .ss-news-list .title {
    overflow: visible;
    white-space: normal;
  }

  .ss-news-list .desc {
    height: auto;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
  }

  .jscg-news-link .ttile {
    display: block;
    height: auto;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .jscg-news-link {
    margin-bottom: 20px;
  }

  .jscg-news-link .img-box {
    width: 125px;
    height: auto;
  }

  .m19 {
    margin: 0 -15px;
  }

  .p19 {
    padding: 0 15px;
  }

  .xsjl-news-link {
    margin-bottom: 30px;
  }

  .xsjl-news-link .img-box {
    height: auto;
  }

  .xsjl-news-link .title {
    font-size: 16px;
    line-height: 28px;
    height: auto;
    display: block;
  }

  .news-box1 {
    padding: 30px 0 40px;
  }

  .news-box2 {
    padding-bottom: 20px;
  }

  .news-box3 {
    padding-bottom: 10px;
  }

  .news-box4 {
    padding-bottom: 30px;
  }

  .mtbd-news-list .date div:nth-child(1) {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .mtbd-news-list .date {
    padding-right: 20px;
    margin-right: 20px;
  }

  .mtbd-news-list .info {
    padding-top: 0px;
  }

  .mtbd-news-list .title {
    font-size: 16px;
    line-height: 26px;
    overflow: visible;
    white-space: normal;
  }

  .mtbd-news-list a {
    padding: 15px 20px;
  }

  .ss-news-list.ssny-news-list {
    margin-bottom: 30px;
  }

  .xsjl-news-list.xsjlny-news-list .xsjl-news-link {
    margin-bottom: 30px;
  }

  .mtbd-news-list.mtbdny-news-list {
    margin-bottom: 30px;
  }

  .details-page .detail-top .title-s {
    font-size: 20px;
  }

  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }

  .details-page .cont-page {
    margin-top: 20px;
    padding-top: 20px;
    line-height: 20px;
  }

  .rczp-js {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
  }

  .rczp-js p,
  .rczp-js div {
    font-size: 16px;
    line-height: 30px;
  }

  .wz-list {
    margin-bottom: 30px;
  }

  .wz-list a {
    padding: 15px 40px 15px 20px;
  }

  .wz-list .date div:nth-child(1) {
    font-size: 18px;
  }

  .wz-list .date {
    margin-right: 20px;
  }

  .wz-list .title {
    font-size: 16px;
    line-height: 26px;
    overflow: visible;
    white-space: normal;
  }

  .wz-list .info {
    padding-top: 0px;
  }

  .wz-list a::before {
    right: 7px;
    width: 20px;
    height: 20px;
  }

  .xbpx-jj-box .img-box {
    width: 100%;
  }

  .kxpj-box1 .qwts-list li {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .kxpj-box1 .qwts-list li:last-child {
    margin-bottom: 0;
  }

  .kxpj-box1 .qwts-list li:nth-child(3n+1) {
    clear: none;
  }

  .kxpj-box1 .qwts-list li:nth-child(2n+1) {
    clear: left;
  }
  .kxpj-box1 .qwts-list .title{
    float: left;
    margin: 0 20px 0 0;
  }
  .kxpj-box1 .qwts-list .desc {
    height: auto;
    display: block;
    margin: 0;
  }



  .qyjz-list-link .img-box {
    height: auto;
  }

  .qyjz-list-link {
    margin-bottom: 30px;
  }

  .qyjz-list-link .title {
    height: auto;
    display: block;
  }

  .qyjz-list-link .desc {
    height: auto;
  }

  .kxpj-box2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .kpsp-list-link {
    margin-bottom: 30px;
  }

  .kpsp-list-link .img-box {
    height: auto;
  }

  .kxpj-box3 {
    padding-bottom: 10px;
  }

  .kxpj-box1 {
    padding: 30px 0 10px;
  }

  .xbpx-jj-box.xbpxny-jj-box .img-box {
    margin-bottom: 30px;
  }

  .qyjz-list.qyjz-list-ny .qyjz-list-link {
    margin-bottom: 30px;
  }

  .lxwm-box {
    height: auto;
  }

  .lxwm-box .info {
    float: none;
    width: 100%;
    padding: 30px 20px;
  }

  .lxwm-box .map {
    float: none;
    width: 100%;
    height: 300px;
  }

  .kpsp-list-link .title {
    overflow: visible;
    white-space: normal;
  }

  .footer .foot-logo {
    display: none;
  }

  .footer .logo-cont p {
    line-height: 26px;
  }

  .footer .foot-link {
    padding-top: 15px;
  }

  .footer .foot-link>div a {
    margin-bottom: 5px;
  }

  .footer .ewm-list {
    margin-top: 15px;
  }

  .footer .ewm-group img {
    width: 65%;
  }

  .footer .foot-row {
    padding: 22px 0;
  }

  .footer .bqsy {
    padding: 15px 0;
  }

}