/*多行溢出*/
/*网站响应样式*/
@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 (min-width: 1920px) {

  .index-banner,
  .index-banner .banner-img img {
    height: auto;
  }
}

/*网站响应样式*/
@media (max-width: 1680px) {

  .index-banner,
  .index-banner .banner-img img {
    height: 462px;
  }
}

@media (max-width: 1440px) {

  .index-banner,
  .index-banner .banner-img img {
    height: 416px;
  }
}

@media (max-width: 1366px) {

  .index-banner,
  .index-banner .banner-img img {
    height: 370px;
  }

  .attr-nav {
    margin-left: 30px;
    padding-left: 30px;
  }

  .news .img-box .img {
    height: 385px;
  }

  .news-txt p {
    -webkit-line-clamp: 2;
    height: 54px;
  }
}

@media (max-width: 1280px) {

  .fw-list,
  .fwbox .img-box img {
    height: 450px;
  }

  .fwbox .fw-right p {
    -webkit-line-clamp: 2;
    height: 56px;
  }

  .small-img {
    top: 190px;
  }

  .fwbox .fw-right h2 {
    margin-bottom: 15px;
  }

  .fwbox .fw-right a {
    margin-top: 10px;
  }

  .new-rightup {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .news,
  .news .img-box .img {
    height: 377px;
  }

  .footnav>li {
    margin-right: 70px;
  }

  .jck li .fttab img {
    height: 88px;
  }

  .jck li .fttab span {
    font-size: 16px;
  }

  .comp-image-text-list-03 .box-s .box-img {
    height: 166px;
  }

  nav.navbar.bootsnav ul.nav>li {
    padding: 40px 20px;
  }

  .jieshao-right {
    top: 0px;
    padding-left: 0;
  }

  .jieshao-left {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  @-webkit-keyframes rightThen {
    0% {
      right: 5px;
    }

    50% {
      right: 10px;
    }

    100% {
      right: 5px;
    }
  }

  nav.navbar.bootsnav ul.nav>li>a {
    font-size: 16px;
  }

  .attr-nav>ul li.english>a,
  .attr-nav>ul li.search>a {
    font-size: 18px;
  }

  .index-banner,
  .index-banner .banner-img img {
    height: 350px;
  }

  .CuMob {
    height: 250px;
  }

  .index-bt span {
    font-size: 50px;
  }

  .news,
  .news .img-box .img {
    height: 290px;
  }

  .news .img-box p {
    font-size: 16px;
    padding-left: 20px;
  }

  .news .slick-dots {
    right: 5px;
  }

  .index-bt span p {
    font-size: 50px;
  }

  .index-bt p {
    font-size: 38px;
  }

  .more a {
    width: 200px;
    height: 45px;
    line-height: 45px;
  }

  .new-right {
    padding-top: 0;
    border: 0 !important;
  }

  .new-right:last-child {
    border: 0;
  }

  .tsfw .tsfw-box img {
    height: 176px;
  }

  .footnav>li {
    margin-right: 40px;
  }

  .ab-box.row .fttab div {
    width: 150px;
  }

  .jck li {
    width: 25%;
    margin-bottom: 12px;
  }

  .jck li .fttab img {
    height: 150px;
  }

  .comp-image-text-list-03 .box-s .box-img {
    height: 188px;
  }

  .about-left {
    width: 450px;
    height: 337px;
  }

  .about-box {
    height: 310px;
  }

  .about-right {
    width: calc(100% - 450px);
    padding: 20px;
  }

  .about-right h2 {
    margin-bottom: 10px;
  }

  .about-right p {
    font-size: 14px;
    -webkit-line-clamp: 7;
    height: 182px;
  }

  .about-right .more {
    margin-top: 10px;
  }

  .about-right .more a {
    width: 140px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    font-size: 14px;
  }

  .jieshao-right {
    top: 0;
    margin-bottom: 30px;
  }

  .xq-img-box {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .xq-txt {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  .lxwm {height: 444px;}
}

@media (max-width: 991px) {
  .attr-nav {
    padding-left: 0;
    margin-left: 0;
  }

  .attr-nav::before {
    display: none;
  }

  .attr-nav>ul li.english a {
    margin-top: 37px;
  }

  .attr-nav>ul li.side-menu {
    display: block;
    margin-top: 27px;
    margin-left: 30px;
    margin-right: 10px;
  }

  .attr-nav>ul .btn-menu button em::after {
    background-color: #1D78AA;
  }

  .attr-nav>ul .btn-menu button::after,
  .attr-nav>ul .btn-menu button::before {
    background-color: #1D78AA;
  }

  .index-banner {
    height: 370px;
  }

  .index-banner .banner-img img {
    height: 370px;
  }

  .index-banner .banner-img .ban1 {
    display: none;
  }

  .index-banner .banner-img .ban2 {
    display: block;
  }

  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
  }

  .fa-navicon:before,
  .fa-reorder:before,
  .fa-bars:before {
    font-size: 23px;
  }

  .news {
    padding-right: 0;
  }

  .new-right-box {
    padding-left: 0;
  }

  .news,
  .news .img-box .img {
    height: 250px;
  }

  .news-txt p {
    -webkit-line-clamp: 2;
    line-height: 22px;
    height: 44px;
  }

  .new-rightup {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .index-bt span {
    font-size: 40px;
  }

  .index-bt p {
    font-size: 26px;
  }

  .mt60 {
    margin-top: 40px;
  }

  .more a {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }

  .attr-nav {
    position: static;
  }

  .btn-menu {
    width: 20px;
  }

  .btn-menu button:before,
  .btn-menu button:after,
  .btn-menu em:after {
    left: 0;
    right: auto;
  }

  #main-menu .btn-menu {
    right: 19px;
    top: 24px;
  }

  #main-menu .btn-menu button:before,
  #main-menu .btn-menu button::after,
  #main-menu .btn-menu em:after {
    background-color: #fff;
  }

  .top-search .container {
    padding: 0 20px;
  }

  .main-menu-open #main-menu nav>ul>li>a>span>span {
    font-size: 18px;
  }

  #main-menu nav>ul>li>ul>li>a {
    font-size: 16px;
  }

  #main-menu nav>ul>li>ul>li>ul>li>a {
    font-size: 14px;
  }

  #main-menu nav > ul > li > ul:before,
  #main-menu nav > ul > li > ul:after {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #main-menu nav > ul > li > ul > li > ul:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #main-menu nav > ul > li > ul > li > ul:after {
    background-color: transparent;margin: 0;
  }

  .about-left {
    width: 350px;
    height: 262px;
  }

  .about-right {
    width: calc(100% - 350px);
  }

  .about-box {
    height: auto;
  }

  .about-right p {
    -webkit-line-clamp: 5;
    height: 130px;
  }

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

  .new-row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .new-row .new-row-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-right {
    padding-bottom: 20px;
  }

  .more {
    margin-top: 30px;
  }

  .index-bt span p {
    font-size: 40px;
  }

  .index-bt p {
    font-size: 30px;
  }

  .news .slick-dots {
    width: 80px;
  }

  .news .slick-dots li {
    height: 10px;
    margin: 0 2px;
    width: 10px;
  }

  .news .img-box p {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    padding-right: 100px;
  }

  .news .slick-dots {
    bottom: 15px;
    right: 0;
  }

  .mt60 {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .index-link {
    padding: 30px 0 50px;
  }

  .cp-open .button-more,
  .cp-open .imgname {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .imgtitle {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 22px;
  }

  .lxwm-left,
  .lxwm-right {
    width: 50%;
  }

  .top-search {
    padding: 20px 0;
  }

  .top-search input.form-control {
    height: 40px;
    font-size: 16px;
  }

  .top-search .input-group-addon {
    width: 34px;
    height: 34px;
  }

  .top-search .input-group-addon i {
    top: 8px;
  }

  .top-search::before {
    height: 6px;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-left: 0;
  }

  .navbar-brand {
    padding: 12px 0;
  }

  .navbar-brand {
    height: 80px;
  }

  .attr-nav>ul>li>a {
    padding-right: 0;
    margin-left: 10px;
    padding-top: 30px;
  }

  .attr-nav>ul li.search>a {
    margin-left: 15px;
  }

  .attr-nav>ul li.search>a:hover,
  .attr-nav>ul li.search>a {
    margin-top: 25px;
  }

  .attr-nav>ul li.english>a:hover,
  .attr-nav>ul li.english>a {
    margin-top: 27px;
  }

  .index-banner,
  .index-banner .banner-img img {
    height: 200px;
  }

  .index-banner .slick-dots {
    bottom: 10px;
  }

  .news {
    height: auto;
  }

  .news .img-box {
    margin-bottom: 25px;
  }

  .news .img-box .img {
    height: 60.8vw;
  }

  .news .img-box p {
    position: static;
    padding: 5px 15px;
    height: auto;
    display: block;
    line-height: 24px;
    white-space: normal;
    font-size: 14px;
  }

  .news .slick-dots {
    right: 15px;
    bottom: auto;
    top: 195px;
  }

  .news .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .day {
    margin-right: 15px;
  }

  .news-txt {
    width: calc(100% - 79px);
  }

  .news-txt h2 {
    font-size: 16px;
    display: block;
    height: auto;
    line-height: 20px;
  }

  .news-txt p {
    -webkit-line-clamp: 3;
    height: auto;
    max-height: 66px;
  }

  .index-bt {
    margin-bottom: 20px;
  }

  .index-bt span {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }

  .index-bt p {
    width: 100%;
    text-align: center;
  }

  .mt60 {
    margin-top: 30px;
  }

  .attr-nav>ul li.side-menu {
    margin-top: 16px;
  }

  #main-menu .btn-menu {
    right: 15px;
    top: 16px;
  }

  .attr-nav>ul li.side-menu {
    margin-left: 15px;
  }

  .bread {
    margin-bottom: 20px;
  }

  .about-left {
    width: 100%;
    height: auto;
    position: static;
  }

  .about-right {
    float: none;
    width: 100%;
    height: auto;
  }

  .about-right p {
    height: auto;
    -webkit-line-clamp: 9;
  }

  .about-right .more a {
    margin: 0 auto;
  }

  .news .slick-dots li {
    border-color: #1d78aa;
  }

  .news .slick-dots li.slick-active {
    background-color: #1d78aa;
  }

  .news .slick-prev,
  .news .slick-next {
    display: none;
  }

  .new-right:last-child {
    padding-bottom: 0;
  }

  .more a {
    width: 140px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 14px;
  }

  .cp-row>div {
    margin-bottom: 20px;
  }

  .cp-row>div:last-child {
    margin-bottom: 0;
  }

  .footer span,
  .footer a {
    display: inline-block;
  }

  .footer .foot-txt span::after {
    content: "  ";
  }

  .index-bt span p {
    font-size: 30px;
  }

  .index-bt p {
    font-size: 26px;
  }

  .marquee {
    overflow: hidden;
    max-height: 584px;
    height: 584px;
  }

  .ny-tw-list.comp-image-text-list-06 .box-s .box-img {
    width: 100%;
    height: 60.8vw;
  }

  .ny-tw-list.comp-image-text-list-06 .box-s .tw-list-more {
    bottom: 0;
  }

  .top-other {
    padding: 4px 10px !important;
  }

  .lxwm {
    height: auto;overflow: hidden;
  }

  .lxwm-left,
  .lxwm-right {
    width: 100%;
  }

  .lxwm-left {
    padding: 30px;
  }
  .lxwm-right {
    height: 100vw;
  }

  .xq-img-box {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .xq-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .ny-banner img {
    min-height: 120px;
  }

  .index-bt::after {
    bottom: -6px;
  }

  .zpinfoz_form-top .s-inp {
    width: calc(100% - 100px);
    height: 50px;
    border-radius: 20px 0px 0px 20px;
    padding: 0 20px;
    line-height: 50px;
  }

  .zpinfoz_form-top .s-btn {
    width: 100px;
    height: 50px;
    border-radius: 0px 20px 20px 0px;
    font-size: 16px;
    line-height: 50px;
  }

  .fix-ewm{
    bottom: 60px;
  }










}

@media (max-width: 374px) {
  .logo {
    width: 150px;
  }
}