/*多行溢出*/
/*网站响应样式*/
@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;
  }
}
.header-logo {float: left;}
.logo-md, .logo-ipad, .logo-sm, .logo-xs {display: none;}
/*网站响应样式*/
@media (max-width: 1440px) {
  .index-banner,
  .banner,
  .banner .banner-img img {
    height: 420px;
  }
  .xf-box .xf {
    padding: 26px 20px;
  }
	.ban-more {margin-top: 6px;}
	.ban-r-list[data-v-sy] li {margin-bottom: 8px;}
	.ban-r {height: 362px;}
	.link li a img {height: 64px;}
	.marquee {height: 182px;}
}
@media (max-width: 1366px) {
  .xf-box .xf {
    padding: 26px 10px;
  }
}
@media (max-width: 1280px) {
  .logo-md {display: block;}
  .logo-lg {display: none;}
	.top-nav {margin-top: 28px;}
	.searchbox {margin-top: 18px;}
  .index-banner,
  .banner,
  .banner .banner-img img {
    height: 366px;
  }
  .ban-r {
    padding-top: 10px;
    padding-right: 20px;
  }
  .ban-r-top h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .ban-r-top span {
    margin-top: 4px;
    margin-bottom: 0px;
  }
  .ban-r .ban-r-list li {
    margin-bottom: 5px;
  }
  .marquee-box {
    padding: 25px;
  }
  .title-box .i-title {
    width: 100px;
    font-size: 18px;
  }
	.link li a img {height: 54px;}
	.marquee {height: 210px;}
	.ban-r {height: 312px;}
}
@media (max-width: 1199px) {
  .logo-ipad {display: block;}
  .logo-md {display: none;}
	.top-nav {margin-top: 22px;}
	.searchbox {margin-top: 12px;}
  .index-banner,
  .banner,
  .banner .banner-img img {
    height: 302px;
  }
  .ban-r-top span {
    margin: 8px 0;
  }
  .link li a img {
    height: 62px;
  }
  .xf-box .xf {
    height: 80px;
    padding: 10px 20px;
  }
  .xf-box .sj-yx {
    margin-bottom: 4px;
  }
	.marquee {height: 190px;}
	.ban-r-top {padding-bottom: 11px;margin-bottom: 11px;}
	.ban-r-list[data-v-sy] li {margin-bottom: 3px;}
	.ban-r {height: 248px;}
}
@media (max-width: 991px) {
	.logo-sm {display: block;}
  .logo-ipad {display: none;}
	.searchbox {width: 166px;}
  .banner,
  .banner .banner-img img {
    height: 475px;
  }
  .index-banner {
    height: auto;padding-bottom: 20px;
  }
  .xf-box .xf {
    height: auto;
  }
  .ban-r {
    padding: 15px;
    overflow: hidden;height: auto;
  }
  nav.navbar.bootsnav {
    display: none;
  }
  .toggle {
    top: 45px;
    right: 25px;
    z-index: 9999999;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after,
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #0B8C4A;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.9);
  }
  .hc-mobile-nav .nav-wrapper {
    background: rgba(11, 140, 74, 0.9);
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #0b8c4a;
  }
  .hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
    background: #0b8c4a;
  }
  .hc-mobile-nav h2 {
    height: 60px;
    padding: 15px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .hc-mobile-nav a {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .top-bg {
    padding: 30px 0;
  }
  .header-logo {
    display: block;
    width: 300px;
    float: left;
  }
  .top-nav {
    margin-top: 22px;
  }
  .searchbox {
    margin-top: 10px;
  }
  .top-other {
    margin-right: 45px;
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover,
  .hc-mobile-nav li.nav-close a:focus,
  .hc-mobile-nav li.nav-back a:focus,
  .hc-mobile-nav li.nav-parent a:hover,
  .hc-mobile-nav li.nav-parent a:focus {
    color: #fff;
  }
  .other-menu {
    display: none;
  }
	.ban-r-list li a p {white-space: inherit;}
	.link li a img {height: 75px;}
	.marquee {height: 297px;}
	.ban-r-list[data-v-sy] li {margin-bottom: 9px;}
}
@media (max-width: 767px) {
	.logo-xs {display: block;}
  .logo-sm {display: none;}
	.searchbox {width: 252px;}
  .toggle {
    top: 39px;
    padding-left: 25px;
    right: 15px;
  }
  .header-logo {
    width: calc(100% - 60px);
    margin-bottom: 10px;
  }
  .top-other {
    margin-right: 0;
  }
  .top-nav {
    margin-right: 20px;
  }
  .banner,
  .banner .banner-img img {
    height: 260px;
  }
  .banner .banner-tit {
    padding: 5px 100px 5px 15px;
    height: 58px;
  }
  .banner .banner-tit p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: calc(100% - 115px);
  }
  .banner .slick-dots {
    right: 10px;
    bottom: 23px;
  }
  .ban-r-top h1 {
    display: block;
  }
  .ban-r-top p {
    -webkit-line-clamp: 3;
  }
  .ban-r-list li a p {
    width: 100%;
    display: block;
    float: none;
  }
  .ban-r-list li a span {
    float: left;
  }
  .news-ul .notice-list-title {
    display: block;
    padding-top: 0;
  }
  .xf-box {
    padding: 15px;
  }
  .link {
    margin: 0;
    padding: 0;
  }
  .link li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .link li:last-child {
    margin-bottom: 0;
  }
  .link li a img {
    height: auto;
  }
  .ban-r-list2 li {
    margin-bottom: 15px;
  }
  .right-top {
    padding: 20px 20px 10px;
  }
  .right-top::before {
    width: calc(100% - 40px);
    left: 20px;
  }
  .right-top .bread-crumbs,
  .right-top .ny-r-title {
    margin-bottom: 10px;
    float: none;
  }
  .right-top .bread-crumbs {
    margin-bottom: 0;
  }
  .right-top .ny-r-title::before {
    width: 4px;
    height: 18px;
    left: -10px;
    top: 5px;
    bottom: auto;
  }
  .rigth-cont {
    padding: 0 20px 20px;
  }
  .wz1-list li {
    padding-bottom: 10px;
  }
  .wz1-list li:hover {
    background: none;
  }
  .wz1-list .wz-title {
    padding: 15px 15px 10px 30px;
    display: block;
    white-space: normal;
  }
  .wz1-list .wz-date {
    position: static;
    padding-left: 30px;
  }
  .tw-a .img-box {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .tw-a .tw-title {
    display: block;
    height: auto;
  }
  .details-page .detail-top .title-s {
    font-size: 18px;
    line-height: 30px;
  }
  .details-page .detail-top .top-other {
    padding: 5px;
  }
  .details-page .detail-top .top-other .other-info span {
    margin-right: 0;
  }
  .wz2-list .wz-date {
    margin-right: 10px;
  }
  .wz2-list .wz-title {
    display: block;
    white-space: normal;
  }
  .wz2-list .wz-desc {
    display: none;
  }
  .wz2-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
	.footer {margin-top: 30px;}
	.ban-r-list[data-v-sy] li a p {width: 100%;}
}
@media (max-width: 390px) {
	.searchbox {width: 202px;}
}
@media (max-width: 320px) {
	.searchbox {width: 170px;}
}