/*多行溢出*/
/*网站响应样式*/
@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: 1599px) {
  .index-banner {
    height: 100vh;
  }
  .index-banner .banner-cont .title-ch {
    font-size: 80px;
  }
  .index-banner .banner-cont .title-en {
    font-size: 30px;
  }
  .foot-nav li {
    padding: 0 10px 0 0;
  }
  .footer .info-txt {
    margin-right: 30px;
  }
  .right-sw .index {
    right: 0;
    font-size: 100px;
    line-height: 100px;
    height: 100px;
  }
}
@media (max-width: 1440px) {
  .index-banner {
    height: 100vh;
  }
  .index-banner .banner-cont .title-ch {
    font-size: 60px;
  }
  .index-banner .banner-cont .title-en {
    font-size: 28px;
  }
  .index-banner .banner-next,
  .index-banner .banner-prev {
    width: 50px;
    height: 50px;
  }
  .index-banner .banner-next::after,
  .index-banner .banner-prev::after {
    font-size: 24px;
  }
  .index-banner .banner-page {
    bottom: 30px !important;
  }
  .index-news .row-w {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-news .row-w .col-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-news .box-big .box-img img {
    height: 420px;
  }
  .index-news .box-def .box-img img {
    height: 200px;
  }
  .index-news .box-def .box-info {
    height: 220px;
    padding: 20px;
  }
}
@media (max-width: 1366px) {
  .index-title {
    margin-bottom: 35px;
  }
  .index-title .title-ch {
    font-size: 36px;
  }
  .index-title .title-en {
    font-size: 26px;
  }
  .index-news .box-big .box-img img {
    height: 400px;
  }
  .index-news .box-def .box-img img {
    height: 190px;
  }
  .index-news .box-def .box-info {
    height: 210px;
    padding: 15px 20px;
  }
  .index-products-services::after {
    width: 150px;
    height: 403px;
  }
  .index-products-services .index-title {
    top: 60px;
  }
  .index-products-services .products-groups {
    min-height: 642px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-products-services .products-groups .groups-box-01 {
    left: 715px;
    top: 220px;
    width: 90px;
  }
  .index-products-services .products-groups .groups-box-02 {
    right: -80px;
    top: 273px;
    width: 280px;
  }
  .index-products-services .products-groups .groups-box-03 {
    right: -80px;
    top: 510px;
    width: 68px;
  }
  .index-products-services .products-groups .porduct-box,
  .index-products-services .products-groups .box-w,
  .index-products-services .products-groups .box-info {
    width: 280px;
    height: 242px;
  }
  .index-products-services .products-groups .porduct-box:nth-child(1) {
    top: 259px;
  }
  .index-products-services .products-groups .porduct-box:nth-child(2) {
    top: 127px;
    left: 239px;
  }
  .index-products-services .products-groups .porduct-box:nth-child(3) {
    top: 400px;
    left: 234px;
  }
  .index-products-services .products-groups .porduct-box:nth-child(4) {
    top: 0;
    left: 479px;
  }
  .index-products-services .products-groups .porduct-box:nth-child(5) {
    left: 475px;
    top: 270px;
  }
  .index-products-services .products-groups .porduct-box.box-channel {
    left: 712px;
    top: 400px;
  }
  .index-products-services .products-groups .box-info {
    transform: rotate(-60deg);
    cursor: pointer;
    position: relative;
  }
  .index-products-services .products-groups .box-info img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }
  .index-products-services .products-groups .box-info:hover img {
    transform: scale(1.1);
  }
  .index-products-services .products-groups .box-info .box-mc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.06);
    transition: all 0.5s;
  }
  .index-products-services .products-groups .box-info .box-mc::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 28, 88, 0.7);
    transition: all 0.5s;
    z-index: 2;
  }
  .index-products-services .products-groups .box-info .box-mc .middle-cont {
    position: relative;
    z-index: 3;
  }
  .index-products-services .products-groups .box-info .box-mc:hover {
    background-color: transparent;
  }
  .index-products-services .products-groups .box-info .box-mc:hover::before {
    bottom: 0;
  }
  .index-products-services .products-groups .box-info .box-mc:hover .info-title::after {
    display: none;
  }
  .index-products-services .products-groups .box-info .box-mc:hover .info-more {
    margin-top: 5px;
    display: block;
    opacity: 1;
  }
  .index-products-services .products-groups .box-info .info-title {
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    position: relative;
    line-height: 34px;
    padding-bottom: 24px;
    transition: all 0.5s;
  }
  .index-products-services .products-groups .box-info .info-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 25px;
    height: 4px;
    background: #FFFFFF;
  }
  .index-products-services .products-groups .box-info .info-more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3068A8;
    border-radius: 20px;
    color: #fff;
    display: none;
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-right {
    width: 25%;
  }
  .right-sw {
    padding: 30px;
  }
  .right-sw .index {
    font-size: 80px;
    line-height: 80px;
    height: 80px;
  }
  .footer .info-txt {
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .index-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-more {
    width: 400px;
    line-height: 50px;
  }
  .index-news .box-big .box-img img {
    height: 380px;
  }
  .index-news .box-def .box-img img {
    height: 180px;
  }
  .index-news .box-def .box-info {
    height: 200px;
    padding-top: 10px;
  }
  .index-news .box-def .box-info .box-date {
    margin-top: 10px;
  }
  .foot-nav {
    margin-top: 30px;
    margin-left: 130px;
  }
  .foot-nav > li > a {
    margin-right: 70px;
  }
}
@media (max-width: 1199px) {
  .index-banner {
    height: 500px;
  }
  .index-banner .banner-cont .title-ch {
    font-size: 50px;
  }
  .index-banner .banner-cont .title-en {
    font-size: 26px;
  }
  .index-title {
    margin-bottom: 30px;
  }
  .index-title .title-ch {
    font-size: 34px;
  }
  .index-title .title-en {
    font-size: 26px;
  }
  .index-news .box-big .box-img img {
    height: 620px;
  }
  .index-news .box-def .box-img img {
    height: 300px;
  }
  .index-news .box-def .box-info {
    height: 230px;
    padding: 25px;
  }
  .index-news .box-def .box-info .box-date {
    margin-top: 10px;
  }
  .index-products-services::after {
    width: 150px;
    height: 403px;
  }
  .index-products-services .index-title {
    position: relative;
    text-align: center;
    top: 0;
  }
  .index-products-services .index-title::after {
    right: auto;
    left: 50%;
    margin-left: -24px;
  }
  .index-products-services .products-groups {
    min-height: auto;
    max-width: 100%;
    text-align: center;
  }
  .index-products-services .products-groups .groups-box-01,
  .index-products-services .products-groups .groups-box-02,
  .index-products-services .products-groups .groups-box-03 {
    display: none;
  }
  .index-products-services .products-groups .porduct-box,
  .index-products-services .products-groups .box-w,
  .index-products-services .products-groups .box-info {
    width: 280px;
    height: 242px;
  }
  .index-products-services .products-groups .porduct-box {
    position: static;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .index-products-services .products-groups .porduct-box:nth-child(3n) {
    margin-right: 0;
  }
  .index-about-right {
    width: 70%;
    padding: 40px;
  }
  .header-other::before {
    display: none;
  }
  .cp-center {
    padding-bottom: 300px;
  }
  .swiper-left {
    height: 300px;
    padding-top: 0;
    bottom: 0;
  }
  .swiper-left .container {
    height: 300px;
    padding-top: 34px;
    padding-left: 0;
  }
  .swiper-right {
    width: 50%;
    top: auto;
    margin-top: 0;
    bottom: 0;
  }
  .right-sw .index {
    right: 10%;
  }
  .news-left,
  .news-right {
    width: 100%;
    float: none;
  }
  .news-right {
    margin-left: 0;
    padding-left: 0;
    border: 0;
    margin-bottom: 30px;
  }
  .news-right a {
    height: auto;
  }
  .news-right .new-img {
    height: auto;
  }
  .foot-nav {
    margin-left: 0;
    overflow: hidden;
    margin-left: 50%;
    width: max-content;
    transform: translateX(-50%);
  }
  .foot-w {
    float: none;
    margin: 0 auto;
  }
  .info-copy .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .index-news .box-big .box-img img {
    height: 475px;
  }
  .index-news .box-def .box-img img {
    height: 230px;
  }
  .index-products-services .products-groups .porduct-box {
    margin-left: 15px;
    margin-right: 15px;
  }
  .index-products-services .products-groups .porduct-box:nth-child(3n) {
    margin-right: 15px;
  }
  .foot-nav > li > a {
    margin-right: 50px;
  }
  .info-copy {
    text-align: center;
  }
  .info-copy .ui-select-wrap {
    display: inline-block;
    float: none;
  }
  .index-banner::after {
    height: 120px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .index-banner {
    height: 360px;
  }
  .index-banner .banner-cont .title-ch {
    font-size: 28px;
  }
  .index-banner .banner-cont .title-en {
    font-size: 20px;
    line-height: 1.2;
  }
  .index-banner .banner-next,
  .index-banner .banner-prev {
    width: 40px;
    height: 40px;
  }
  .index-banner .banner-next::after,
  .index-banner .banner-prev::after {
    font-size: 20px;
  }
  .index-banner .banner-page {
    bottom: 20px !important;
  }
  .index-box {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .index-more {
    width: 280px;
    line-height: 44px;
  }
  .index-title {
    margin-bottom: 25px;
  }
  .index-title .title-ch {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .index-title .title-en {
    font-size: 24px;
  }
  .search-box .search-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
  }
  .search-box .search-title span {
    display: block;
  }
  .search-box .search-cont .search-s {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  .search-box .search-cont .search-btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #E7A248;
    border-radius: 6px;
    color: #fff;
    position: static;
    display: block;
    margin: 10px auto 0;
    font-size: 18px;
  }
  .footer::after {
    top: 45px;
  }
  .footer .footer-search {
    padding: 30px 20px;
  }
  .footer .footer-info {
    line-height: 26px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .index-news .news-groups {
    margin-bottom: 5px;
  }
  .index-news .box-big .box-img img {
    height: auto;
  }
  .index-news .box-big .box-mc {
    position: static;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    min-height: auto;
  }
  .index-news .box-big .box-mc .mc-cont {
    position: static;
    padding-top: 20px;
  }
  .index-news .box-big .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    color: #333;
    margin-bottom: 15px;
  }
  .index-news .box-big .box-txt {
    color: #999;
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .index-news .box-def .box-img img {
    height: auto;
  }
  .index-news .box-def .box-info {
    height: auto;
    padding: 20px;
  }
  .index-news .box-def .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .index-products-services::after {
    display: none;
  }
  .index-products-services .products-groups .porduct-box,
  .index-products-services .products-groups .box-w,
  .index-products-services .products-groups .box-info {
    height: 130px;
    transform: rotate(0);
  }
  .index-products-services .products-groups .box-w,
  .index-products-services .products-groups .box-info {
    width: 100%;
    height: 130px;
  }
  .index-products-services .products-groups .porduct-box {
    position: static;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 48%;
  }
  .index-products-services .products-groups .porduct-box:nth-child(2n) {
    float: right;
  }
  .index-products-services .products-groups .porduct-box .h22 {
    font-size: 18px;
  }
  .index-products-services .products-groups .box-info .info-title {
    padding-bottom: 14px;
  }
  .index-products-services .products-groups .box-info .info-more {
    display: none !important;
  }
  .index-banner .swiper-num {
    width: 100px;
    bottom: 30px !important;
    left: 50%;
    margin-left: -50px;
  }
  .index-banner .banner-page {
    margin-left: 0;
    width: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .index-banner .mouse {
    display: none;
  }
  .index-banner .prev-box {
    display: none;
  }
  .index-banner::after {
    height: 90px;
  }
  .index-about-left {
    width: 100%;
    position: static;
  }
  .index-about-right {
    width: 100%;
    float: none;
    margin-top: 30px;
    padding: 30px 20px;
  }
  .news-left .new-txt {
    width: 100%;
    float: none;
  }
  .news-left .new-txt h1 {
    display: block;
    height: auto;
  }
  .news-left .new-img {
    float: none;
    width: 100%;
    height: auto;
  }
  .foot-nav {
    display: none;
  }
  .foot-logo {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  .footer .info-txt {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-right: 0;
  }
  .footer-info {
    position: relative;
  }
  .foot-w {
    float: none;
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .news-right .new-txt h1 {
    height: auto;
    display: block;
  }
  .swiper-yuan {
    width: 100%;
    height: 300px;
  }
  .swiper-yuan .max-img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .swiper-buttons {
    display: none;
  }
  .swiper-left {
    position: static;
    height: 230px;
    margin-left: 15px;
  }
  .swiper-left .container {
    height: 230px;
  }
  .swiper-left li,
  .swiper-left .more {
    margin-bottom: 10px;
  }
  .swiper-right {
    width: 100%;
    position: static !important;
    height: auto;
  }
  .cp-center {
    padding-bottom: 0;
  }
  .news-right .new-txt {
    padding: 20px;
  }
  .info-copy a,
  .info-copy span {
    display: inline-block;
  }
}
