/*多行溢出*/
/*网站响应样式*/
@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: 1920px) {
  .banner-img {
    height: 585px;
  }
}
/*网站响应样式*/
@media (max-width: 1680px) {
  header {
    background-size: 100% 100%;
  }
  header .h-logo {
    right: -160px;
  }
  header .h-dh {
    left: 40px;
  }
}
@media (max-width: 1536px) {
	header .h-logo {right: -95px;}
}
@media (max-width: 1440px) {
	header .h-logo {right: -50px;}
  .banner-img {
    height: 438px;
  }
  .pep-container {
    width: 100%;
  }
  .index-jiabin {
    background: url(pep-bg.png) no-repeat left 90px top 13px #fff;
  }
  .new-center .newBanner-img img {
    height: 380px;
  }
  .new-center .slick-dots {
    top: 350px;
  }
  .new-other-list li a {
    line-height: 26px;
    height: 52px;
  }
  .pep-container {
    width: 1178px;
    margin: 0 auto;
  }
  .video-list .img-box {
    height: 555px;
  }
  .video-nav .img-box img {
    width: 150px;
    height: 100px;
  }
  .video-nav-box {
    height: 555px;
  }
  .video-nav .img-box {
    padding: 14px 20px;
  }
  .video-nav {
    padding-top: 13px;
  }
  header {
    height: 490px;
  }
  header .h-logo {
    right: 70px;
  }
  header .h-dh {
    left: 114px;
    width: 130px;
  }
  header .h-t {
    top: 85px;
    left: 160px;
    width: 919px;
  }
}
@media (max-width: 1366px) {
	header .h-logo {right: -15px;}
  .pep-list {
    overflow: hidden;
  }
}
@media (max-width: 1280px) {
  .banner-img {
    height: 365px;
  }
  .video-nav .img-box p {
    margin-top: 10px;
  }
  .video-nav .img-box {
    margin-bottom: 2px;
  }
  .dahui-list .slick-prev {
    left: -100px;
  }
  .dahui-list .slick-next {
    right: -100px;
  }
  .dh-box {
    width: 920px;
  }
  .dh-left .dh-dec {
    width: 66%;
  }
  .new-center .newBanner-img img {
    height: 304px;
  }
  .new-center .slick-dots {
    top: 280px;
  }
  .new-other-list li a {
    line-height: 26px;
    height: 26px;
    -webkit-line-clamp: 1;
  }
  .news {
    padding-bottom: 30px;
  }
  .about-right li img {
    height: 106px;
  }
  .about-center h1 {
    margin-top: 8px;
  }
  .index-about {
    padding-bottom: 40px;
    min-height: auto;
  }
  .pep-box {
    margin-left: -10px;
  }
  header {
    height: 450px;
  }
  header .h-logo {
    right: 20px;
  }
  header .h-dh {
    left: 140px;
    width: 120px;
  }
  header .h-t {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 760px;
  }
  .introduce-img {
    height: 279px;
  }
  .active-ul .active-t {
    line-height: 45px;
  }
  .active-ul .active-date {
    line-height: 45px;
  }
  .piclist-cont .img-box {
    height: 167px;
  }
  .call-us-box .call-t {
    padding: 6px 35px;
  }
  .jdtp-box .piclist-cont .img-box {
    height: 168px;
  }
}
@media (max-width: 1279px) {
  .center-tit {
    margin-top: 0;
    float: right;
  }
}
@media (max-width: 1199px) {
  .banner-img {
    height: 234px;
  }
  .center-tit i {
    font-size: 16px;
  }
  .new-other {
    width: 270px;
  }
  .new-center {
    width: calc(100% - 540px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-other-img img {
    height: 178px;
  }
  .new-center .newBanner-img img {
    height: 238px;
  }
  .new-center .slick-dots {
    top: 212px;
  }
  .new-other-list li a {
    font-size: 16px;
  }
  .new-center .newBanner-img h2 {
    font-size: 18px;
  }
  .new-center .newBanner-img p {
    font-size: 16px;
    margin: 0;
  }
  .about-center {
    padding-left: 40px;
  }
  .about-center p {
    padding-right: 0;
  }
  .about-right li img {
    height: 84px;
  }
  .pep-list .slick-slide {
    width: auto !important;
  }
  .index-title h1 {
    font-size: 40px;
  }
  .index-title p {
    font-size: 30px;
  }
  .video-list .img-box {
    height: 420px;
  }
  .video-nav-box {
    height: 420px;
  }
  .video-nav .img-box img {
    width: 100px;
    height: 66px;
  }
  .video-nav .img-box p {
    width: calc(100% - 124px);
    line-height: 30px;
    height: 60px;
    font-size: 16px;
  }
  .video-nav .img-box {
    padding: 10px 20px;
  }
  .video-nav {
    padding-top: 17px;
  }
  .index-link {
    margin-bottom: 50px;
  }
  header {
    height: 410px;
  }
  header .h-logo {
    right: 0px;
  }
  header .h-dh {
    left: 40px;
    width: 110px;
  }
  header .h-t {
    width: 670px;
  }
  .introduce-img {
    height: 228px;
  }
  .active-ul {
    height: 228px;
    overflow: auto;
  }
  .piclist-cont .img-box {
    height: 136px;
  }
  .call-us-box .c-cont {
    margin: 0 auto 0 180px;
  }
  .jdtp-box .piclist-cont .img-box {
    height: 136px;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  header {
    height: 380px;
  }
  header .h-dh {
    left: 80px;
    width: 100px;
  }
  header .h-t {
    width: 590px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  header {
    height: 340px;
  }
  header .h-logo {
    width: 340px;
    right: 10px;
  }
  header .h-dh {
    left: 140px;
    width: 90px;
  }
  header .h-t {
    top: 90px;
    width: 520px;
  }
}
@media (max-width: 991px) {
  .header-logo {
    width: 270px;
    margin-top: 20px;
  }
  .center-tit i {
    text-align: right;
    display: block;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav.bootsnavfull {
    min-height: 0;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding-left: 50px;
    background: rgba(31, 163, 219, 0.8);
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a:focus {
    background: rgba(31, 163, 219, 0.8) !important;
  }
  .new-center {
    display: none;
  }
  .new-center2 {
    display: block;
  }
  .new-center {
    width: 100%;
  }
  .new-center .newBanner-img img {
    height: 448px;
  }
  .new-center .slick-dots {
    top: 420px;
  }
  .new-other {
    width: 50%;
    padding: 0 10px;
  }
  .about-left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .about-center p {
    height: auto;
    margin-bottom: 10px;
  }
  .about-btn {
    margin-bottom: 10px;
  }
  .about-right {
    display: block;
    overflow: hidden;
  }
  .about-right li {
    float: left;
    padding: 0 10px;
    width: 33.33%;
  }
  .about-right li img {
    width: 100%;
    height: 138px;
  }
  .dh-left {
    width: 520px;
    height: auto;
  }
  .dh-box {
    width: 750px;
  }
  .dh-right {
    width: 380px;
    height: 250px;
  }
  .dh-box {
    left: 42%;
  }
  .dahui-list .slick-slide.slick-current.slick-active.slick-center .dh-right {
    right: 30px;
    top: 150px;
  }
  .index-dahui {
    padding-bottom: 50px;
  }
  .video-list .img-box {
    height: auto;
  }
  .index-link .link {
    height: 80px;
  }
  .footer .foot-logo {
    width: 280px;
  }
  header {
    height: 340px;
  }
  header .h-logo {
    width: 340px;
    right: 10px;
  }
  header .h-dh {
    left: 40px;
    width: 90px;
  }
  header .h-t {
    top: 90px;
    width: 520px;
  }
  .introduce-img {
    height: auto;
  }
  .active-ul {
    height: auto;
    overflow: initial;
  }
  .active-ul li {
    margin-bottom: 5px;
  }
  .active-ul .active-t {
    line-height: 32px;
    padding-right: 20px;
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .active-ul .active-t::after {
    top: 14px;
    transform: translateY(0%);
  }
  .active-ul .active-date {
    position: static;
    line-height: 32px;
    padding-left: 20px;
  }
  .piclist-cont .img-box {
    height: auto;
  }
  .piclist-cont .pic-t {
    overflow: initial;
    white-space: normal;
  }
  .call-us-box {
    height: auto;
    margin-right: 0px;
    border-right: 3px solid #CA0000;
    background: #fff url(call-us-bg.png) no-repeat 101% 100%;
  }
  .call-us-box::after {
    display: none;
  }
  .call-us-box .c-cont {
    width: auto;
    margin: 50px 15px 15px 15px;
  }
  .jdtp-box .piclist-cont .img-box {
    height: 140px;
  }
  .jdtp-box .p11:nth-child(4n+1) {clear: inherit;}
  .jdtp-box .p11:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header {
    height: 280px;
  }
  header .h-logo {
    width: 260px;
    right: 0;
	top: 12px;
  }
  header .h-dh {
    left: 110px;
    width: 70px;
  }
  header .h-t {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 0;
  }
  .header-logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .center-tit {
    height: 72px;
  }
  .header-right {
    position: absolute;
    top: 203px;
    z-index: 9999;
  }
  .banner-img {
    height: 200px;
  }
  .new-center {
    padding: 0;
    width: 100%;
  }
  .index-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .index-title h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .new-center .newBanner-img img {
    height: 230px;
  }
  .new-center .slick-dots {
    top: 200px;
  }
  .new-center .newBanner-img h2 {
    display: block;
    height: auto;
  }
  .new-other {
    width: 100%;
  }
  .new-other-list li a {
    display: block;
    height: auto;
  }
  .about-right {
    padding: 0;
  }
  .about-right li img {
    height: 62px;
  }
  .dahui-nav {
    padding: 0 30px 0px;
  }
  .dh-left {
    width: 330px;
    padding: 15px;
    padding-bottom: 200px;
  }
  .dahui-list .slick-slide.slick-current.slick-active.slick-center .dh-right {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -30px;
    width: 250px;
    height: 150px;
  }
  .dahui-list .slick-slide.slick-current.slick-active.slick-center .dh-left {
    margin: 0 auto;
  }
  .dahui-list-box {
    width: 100%;
  }
  .dh-box {
    left: 50%;
  }
  .pep-list .slick-slide {
    width: 150px !important;
  }
  .pep-list .slick-slide img {
    height: 218px;
  }
  .pep-list .slick-slide.slick-current.slick-active.slick-center {
    width: 180px !important;
  }
  .pep-list .slick-slide.slick-current.slick-active.slick-center img {
    height: auto;
  }
  .searchbox {
    margin-top: 0;
  }
  .pep-container {
    width: 100%;
    height: 218px;
    overflow: hidden;
  }
  .pep-box {
    margin-left: 0;
  }
  .footer .foot-logo {
    float: none;
    margin-bottom: 10px;
  }
  .footer .foot-txt {
    left: 0;
    transform: translate(0);
  }
  .new-other-img img {
    height: auto;
  }
  .dahui-nav .slick-prev {
    left: 30px;
  }
  .dahui-nav .slick-next {
    right: 30px;
  }
  .index-title h1 {
    font-size: 19px;
  }
  .dh-box {
    width: 100%;
    padding: 0 10px;
  }
  .dh-left {
    width: 100%;
  }
  .dh-right {
    width: 100%;
  }
  header {
    height: 220px;
  }
  header .h-logo {
    top: 3px;
    width: 138px;
    right: 14px;
  }
  header .h-dh {
    left: 130px;
    width: 50px;
    top: 50px;
  }
  header .h-t {
    width: 60%;
    top: 50px;
  }
  .m-bg {
    padding-top: 20px;
  }
  .m-cont {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }
  .title-box {
    padding: 20px 0 0 0;
  }
  .title-box .title {
    font-size: 20px;
    padding: 0 10px 5px 10px;
  }
  .title-box .bread-crumbs {
    width: 100%;
    padding-left: 10px;
    text-align: left;
  }
  .vio-box {
    margin-bottom: 0px;
  }
  .call-us-box {
    height: auto;
    margin-right: 0px;
    border-right: 3px solid #CA0000;
    background: #fff url(call-us-bg.png) no-repeat 101% 100%;
  }
  .call-us-box::after {
    display: none;
  }
  .call-us-box .c-cont {
    width: auto;
    margin: 50px 15px 15px 15px;
  }
  .call-us-box .c-cont li {
    float: none;
    width: 100%;
  }
  .xilan .details-page .detail-top .title-s {
    max-width: 100%;
    color: #CA0000;
  }
  .xilan .details-page .detail-top .top-other {
    padding: 0 15px;
  }
  .xilan .details-page .detail-top .o-time,
  .xilan .details-page .detail-top .o-source {
    width: 100%;
  }
  .jdtp-box .piclist-cont .img-box {height: 57.6vw;}
}
@media (max-width: 420px) {
  header {
    height: 160px;
  }
  header .h-dh {
    left: 40px;
    width: 35px;
    top: 50px;
  }
  header .h-t {
    width: 60%;
    top: 50px;
  }
}
@media (max-width: 350px) {
  .header-right {
    top: 198px;
  }
  .dahui-nav {
    padding: 0 20px 0px;
  }
}
