/*多行溢出*/
/*网站响应样式*/
@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: 1500px) {
  .yhs-index-fixwex {
    right: 0px;
  }
}
@media (max-width: 1310px) and (min-width: 1280px) {
  .container {
    width: 1230px;
  }
}
@media (max-width: 1366px) {
  .top-yjdw-pep .top-pep{
    margin-right: 15px;
  }
}
@media (max-width: 1279px) {
  .header .header-logo {
    max-width: 470px;
  }
  .header .header-tip {
    max-width: 524px;
  }
  .header-other {
    right: 15px;
  }
  .lunb-box {
    height: 409px;
  }
  .top-left-box {
    min-height: 409px;
    padding: 30px 40px 20px 40px;
  }
  .zt-a {
    height: 76px;
  }
  .link-a {
    height: 122px;
  }
  .link-a img {
    width: 35px;
    height: 35px;
  }
  .link-a p {
    font-size: 14px;
  }

  nav.navbar.bootsnav ul.nav > li > a{
    font-size: 16px;
  }
  .top-yjdw-pep .top-pep img{
    width: 100px;
    height: 128px;
  }
  .top-yjdw-pep .top-pep{
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  .header .header-logo {
    max-width: 420px;
  }
  .header .header-tip {
    margin-top: 40px;
    max-width: 390px;
  }
  nav.navbar.bootsnav {
    min-height: 50px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
    padding: 15px 0px !important;
  }
  .lunb-box {
    height: 338px;
  }
  .top-left-box {
    min-height: 338px;
    padding: 25px 25px 20px 25px;
  }
  .top-left-box .top-t-title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
    height: 56px;
  }
  .top-left-box .top-t-desc {
    line-height: 26px;
    height: 156px;
    margin-bottom: 35px;
  }
  .box2 {
    margin-top: 40px;
  }
  .m25 {
    margin: 0 -15px;
  }
  .p25 {
    padding: 0 15px;
  }
  .news-leftimg {
    width: 200px;
    margin-right: 20px;
  }
  .news-leftimg .img-box {
    height: 133px;
    margin-bottom: 18px;
  }
  .news-leftimg .title {
    margin-bottom: 18px;
  }
  .tz-ul {
    padding: 30px 20px 30px 20px;
  }
  .zp-ul {
    padding: 30px 20px 20px 20px;
  }
  .xs-a .title {
    padding-right: 60px;
  }
  .index-title-box .i-title {
    font-size: 18px;
  }
  .index-title-box .tabber-titlebox .i-title {
    margin-right: 15px;
  }
  .box3 {
    margin-top: 40px;
  }
  .box4 {
    margin-top: 40px;
  }
  .box5 {
    margin-top: 40px;
    padding-bottom: 50px;
  }
  .zt-ul li {
    margin-bottom: 0px;
  }
  .zt-a {
    height: 64px;
    margin-bottom: 20px;
  }
  .link-a {
    height: 95px;
    padding: 13px 5px;
  }
  .link-a img {
    width: 46px;
    height: 46px;
  }
  .footer .footer-right a {
    margin-left: 20px;
  }
  .footer .footer-right .footer-logo2 {
    margin-left: 25px;
  }
  .mb30{
    margin-bottom: 20px;
  }
  .top-yjdw-pep .top-pep{
    margin-right: 5px;
  }
  .top-yjdw-pep .top-pep img{
    width: 80px;
    height: 102px;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 0 0 25px 0;
  }
  .header .header-logo {
    margin-top: 20px;
  }
  .header .header-tip {
    margin-top: 10px;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100% !important;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    text-align: left;
    border: none;
    font-weight: bold;
    padding: 15px 10px !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0 !important;
    min-width: 100% !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 10px 8px 20px;
    text-align: left;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul {
    min-width: 100% !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul > li > a {
    text-align: left;
    padding: 8px 10px 8px 30px;
  }
  nav.navbar.bootsnav ul.nav > li:nth-child(8) > ul {
    left: 0;
    right: auto;
  }
  nav.navbar.bootsnav ul.nav > li:nth-child(9) > ul {
    left: 0;
    right: auto;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown:nth-child(8) .dropdown-menu ul {
    left: 0;
    right: auto;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown:nth-child(9) .dropdown-menu ul {
    left: 0;
    right: auto;
  }
  nav.navbar.bootsnav .navbar-header {
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right !important;
    margin: 0 !important;
    background-color: transparent;
    top: 13px;
    padding: 10px 0;
  }
  nav.navbar.bootsnav .navbar-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background: #FFF;
    position: relative;
  }
  nav.navbar.bootsnav .navbar-toggle span::before {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFF;
  }
  nav.navbar.bootsnav .navbar-toggle span::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFF;
  }
  .pr0 {
    padding-right: 15px;
  }
  .pl0 {
    padding-left: 15px;
  }
  .yhs-md-7-tlb,
  .yhs-md-5-tlb {
    width: auto;
  }
  .lunb-box {
    height: 432px;
  }
  .top-left-box {
    min-height: auto;
  }
  .top-left-box .top-t-title {
    font-size: 20px;
    line-height: 26px;
    height: auto;
  }
  .top-left-box .top-t-desc {
    height: auto;
    margin-bottom: 15px;
  }
  .news-leftimg {
    margin-bottom: 40px;
  }
  .news-ul {
    margin-bottom: 40px;
  }
  .xs-ul {
    margin-bottom: 40px;
  }
  .zt-a {
    height: 50px;
  }
  .footer .container {
    position: relative;
  }
  .footer .footer-logo {
    display: block;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    float: none;
  }
  .footer .footer-info {
    display: block;
    padding-left: 0px;
  }
  .footer .footer-info::before {
    display: none;
  }
  .footer .footer-right {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .nav-pc{
    display: none;
  }
  .nav-phone{
    display: block;
  }
}
@media (max-width: 767px) {
  .header-other{
      display: none;
  }


  .header-logo-box {
    padding-top: 25px;
  }
  .header-logo-box .header-logo {
    float: none;
    max-width: 100%;
    margin-top: 0px;
  }
  .header-logo-box .header-tip {
    float: none;
    max-width: 100%;
  }
  .nav-ph {
    display: block !important;
  }
  .ph-btn {
    display: block;
    position: absolute;
    right: 60px;
    top: 11px;
  }
  .up-search-box .middle-box {
    width: 90%;
  }
  .lunb-box {
    height: 207px;
  }
  .yhs-index-fixwex li {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .yhs-index-fixwex .yhs-ewm {
    width: 130px;
    height: 130px;
  }
  .yhs-index-fixwex .yhs-ewm::before {
    top: 17px;
    border-left: 12px solid #FFF;
  }
  .top-left-box {
    padding: 20px 15px 20px 15px;
  }
  .top-left-box .top-t-title {
    font-size: 18px;
    display: block;
  }
  .news-leftimg {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .news-leftimg .img-box {
    height: auto;
  }
  .news-leftimg .title {
    height: auto;
    display: block;
    margin-bottom: 5px;
  }
  .news-a .title {
    padding-right: 0px;
    overflow: initial;
    white-space: normal;
  }
  .news-a .date {
    position: static;
    margin-top: 3px;
  }
  .news-ul {
    margin-bottom: 25px;
  }
  .tz-ul .title {
    height: auto;
    display: block;
  }
  .zp-ul .title {
    height: auto;
    display: block;
  }
  .xs-a .title {
    padding-right: 0px;
    overflow: initial;
    white-space: normal;
  }
  .xs-a .date {
    position: static;
    margin-top: 3px;
  }
  .xs-ul li {
    margin-bottom: 12px;
  }
  .xs-ul {
    margin-bottom: 25px;
  }
  .ptsysList-a {
    overflow: initial;
    white-space: normal;
  }
  .zt-a {
    height: auto;
    margin-bottom: 25px;
  }
  .footer {
    padding: 30px 0 30px 0;
  }
  .footer .footer-logo {
    margin: 0 auto 20px;
  }
  .footer .footer-info {
    text-align: center;
  }
  .footer .footer-right {
    position: static;
    float: none;
  }
  .footer .footer-right a {
    width: 33.3333333%;
    margin-left: 0 !important;
  }
  .lunb-box{
    height: 260px;
  }
  .lunb-box p{
    padding-left: 10px;
    font-size: 16px;
  }
}
