/*多行溢出*/
/*网站响应样式*/
@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: 1679px) {
  .h54 {
    font-size: 44px;
  }
  .info-btn-groups {
    margin-top: 25px;
  }
  .info-btn-groups .info-btn {
    width: 140px;
    height: 48px;
    line-height: 48px;
  }
  .index-banner .banner-info .info-title {
    line-height: 54px;
  }
  .about-qualifications .main-cont {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .about-qualifications .qualifications-scroll-wrap .qual-prev {
    left: 50px;
  }
  .about-qualifications .qualifications-scroll-wrap .qual-next {
    right: 50px;
  }
  .about-news-updates .news-scroll-wrap .news-next,
  .about-news-updates .news-scroll-wrap .news-prev {
    top: 25%;
  }
  .about-news-updates .news-scroll-wrap .news-prev {
    left: 15px;
  }
  .about-news-updates .news-scroll-wrap .news-next {
    right: 15px;
  }
  .public-banner .banner-info .info-title {
    line-height: 54px;
  }
}
@media (min-width: 1440px) {
  .solution-groups .groups-box:first-child .box-info {
    margin-top: 35px;
  }
  .solution-groups .groups-box .box-info {
    min-width: 840px;
  }
  .solution-groups .groups-box:nth-child(2n) .box-info {
    left: -140px;
  }
}
@media (max-width: 1439px) {
  .h32 {
    font-size: 28px;
  }
  .footer .footer-info .info-groups {
    width: 340px;
  }
  .footer .footer-info .info-groups.groups-info {
    margin-left: 35px;
    padding-left: 35px;
  }
  .footer .footer-info .info-list ul li {
    margin-left: 35px;
  }
  .about-box,
  .public-box {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .about-company-profile .company-info .info-groups {
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .about-company-profile .company-info .info-groups > div {
    width: 50%;
    margin-bottom: 30px;
  }
  .about-company-profile .company-info .info-groups > div:last-child {
    margin-bottom: 0 !important;
  }
  .about-qualifications .main-cont {
    min-height: 350px;
  }
  .about-qualifications .qualifications-scroll-wrap .qual-next,
  .about-qualifications .qualifications-scroll-wrap .qual-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 45%;
  }
  .about-qualifications .qualifications-scroll-wrap .qual-prev {
    left: 30px;
  }
  .about-qualifications .qualifications-scroll-wrap .qual-next {
    right: 30px;
  }
  .about-news-updates .news-scroll-wrap .news-next,
  .about-news-updates .news-scroll-wrap .news-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 25%;
  }
  .about-news-updates .news-scroll-wrap .news-prev {
    left: 15px;
  }
  .about-news-updates .news-scroll-wrap .news-next {
    right: 15px;
  }
  .product-box-03 .h16 {
    font-size: 17px;
  }
  .product-box-03 .box-s {
    border-radius: 0 60px 0 60px;
    padding: 40px 15px 20px;
  }
  .product-box-07 .box-s {
    min-height: 304px;
    padding-right: 480px;
  }
  .product-box-07 .box-s .box-img {
    margin-top: -152px;
    width: 480px;
  }
  .product-box-07 .box-s .box-img img {
    max-height: 304px;
  }
  .product-box-07 .box-s .box-info {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px 30px;
    min-height: 250px;
  }
  .product-box-07 .box-s .box-info .info-icon {
    padding-top: 2px;
  }
  .product-box-07 .box-s .box-info .info-txt {
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
  }
  .product-box-07 .box-s .box-info .info-txt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    background: linear-gradient(-90deg, #006DA8, #00AA72);
  }
  .product-box-07 .box-s .box-info .info-txt .title-s {
    margin-bottom: 20px;
  }
  .product-box-07 .box-s .box-info .info-txt .txt-s {
    color: #333333;
    line-height: 1.8;
  }
  .porduct-scroll-wrap .gallery-thumbs {
    margin-bottom: 55px;
  }
  .product-box-11 .groups-box .box-s .box-img {
    padding-bottom: 40px;
    padding-right: 40px;
  }
  .product-box-11 .groups-box .box-s .box-info {
    padding-top: 60px;
  }
  .product-box-11 .groups-box .box-s .box-info .info-title {
    margin-bottom: 40px;
  }
  .job-up-content .cont-top,
  .job-up-content .cont-main {
    padding: 15px 25px;
  }
  .job-up-content .cont-top {
    min-height: 110px;
  }
  .job-up-content .main-scroll {
    height: 330px;
  }
  .job-up-content .cont-email {
    margin: 20px auto 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .solution-groups .groups-box:first-child .box-info {
    margin-top: 35px;
  }
  .solution-groups .groups-box .h16 {
    font-size: 16px;
  }
  .solution-groups .groups-box .box-info {
    padding: 50px 40px 30px 40px;
    min-width: 710px;
    line-height: 1.6;
    margin-top: 45px;
  }
  .solution-groups .groups-box .box-info .info-top::after {
    left: -42px;
  }
  .solution-groups .groups-box:nth-child(2n + 1) .box-img {
    border-radius: 10px 110px 10px 110px;
  }
  .solution-groups .groups-box:nth-child(2n) .box-img {
    border-radius: 110px 10px 110px 10px;
  }
  .solution-groups .groups-box:nth-child(2n) .box-info {
    left: -140px;
  }
}
@media (max-width: 1199px) {
  .h54 {
    font-size: 38px;
  }
  .index-banner .banner-info .info-logo-groups {
    display: none;
  }
  .index-banner .banner-page {
    text-align: center;
  }
  .index-banner .banner-page .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }
  .footer .footer-info .info-groups {
    width: 360px;
  }
  .footer .footer-info .info-groups.groups-info {
    margin-left: 0;
  }
  .footer .footer-info .info-groups.groups-info::before {
    display: none;
  }
  .footer .footer-info .info-list {
    display: none;
  }
  .footer .footer-info .info-list ul li {
    margin-left: 45px;
  }
  .public-banner .container {
    height: 300px;
  }
  .job-up-content {
    width: 90%;
  }
  .solution-groups .groups-box:first-child .box-info {
    margin-top: 0;
  }
  .solution-groups .groups-box .box-info {
    padding: 50px 40px 30px 40px;
    min-width: 100%;
    line-height: 1.6;
    margin-top: 0;
  }
  .solution-groups .groups-box .box-info .info-top::after {
    left: -42px;
  }
  .solution-groups .groups-box:nth-child(2n + 1) .box-img {
    border-radius: 0 0 0 0;
  }
  .solution-groups .groups-box:nth-child(2n) .box-img {
    border-radius: 0 0 0 0;
  }
  .solution-groups .groups-box:nth-child(2n) .box-info {
    left: 0;
  }
  .product-box-01 .box-s {
    padding-left: 50px;
  }
  .product-box-02 .box-s {
    max-width: 440px;
    margin-bottom: 30px;
  }
  .product-box-02 .box-s .box-icon {
    top: 60px;
    width: 160px;
  }
  .product-box-02 .box-s .box-info {
    width: 240px;
  }
  .product-box-03 .box-s {
    padding-top: 30px;
  }
  .product-box-04 .box-s {
    min-height: 252px;
    padding: 30px 40px;
  }
  .product-box-04 .box-s.box-03 {
    margin-bottom: 0;
  }
  .product-box-04 .box-s .box-title {
    margin-bottom: 30px;
  }
  .product-box-06 .row-w {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-box-06 .row-w .col-w {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-box-06 .row-w .col-w:last-child .box-s {
    margin-bottom: 0;
  }
  .product-box-06 .box-s {
    min-height: auto;
    margin-bottom: 30px;
  }
  .porduct-scroll-wrap .gallery-thumbs {
    margin-bottom: 40px;
  }
  .porduct-scroll-wrap .gallery-thumbs .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .porduct-scroll-wrap .gallery-thumbs a {
    height: 60px;
    line-height: 40px;
    font-size: 18px;
  }
  .product-box-11 .groups-box .box-s .box-info {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .index-banner .banner-img {
    height: 420px;
  }
  .index-banner .banner-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 200%;
    height: 100%;
  }
  .index-banner .banner-prev,
  .index-banner .banner-next {
    display: none;
  }
  .footer {
    background-size: 240px;
  }
  .footer .footer-info {
    text-align: center;
  }
  .footer .footer-info .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-info .info-groups {
    min-height: auto;
    width: auto;
    padding-right: 35px;
  }
  .footer .footer-info .info-groups::before {
    display: none;
    padding-right: 0;
  }
  .footer .footer-info .info-groups.groups-info {
    margin-left: 0;
    padding-right: 0;
  }
  .footer .footer-info .info-groups .groups-cont {
    text-align: center;
  }
  .footer .footer-info .info-groups .groups-cont > div {
    float: none;
    display: inline-block;
  }
  .footer .footer-info .info-list {
    display: none;
  }
  .public-banner .container {
    height: 260px;
  }
  .public-banner .banner-title {
    bottom: 30px;
    left: 30px;
  }
  .public-sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .public-sub-menu ul li {
    float: left;
    width: 25%;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .public-sub-menu ul li a {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .about-box,
  .public-box {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .about-company-profile .main-cont .col-w:first-child {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .about-company-profile .company-img {
    width: 360px;
  }
  .about-corporate-culture {
    background-image: url(../images/web-about-02.png);
  }
  .about-corporate-culture .main-cont {
    height: 450px;
  }
  .about-corporate-culture .main-cont .box-culture::after {
    display: none !important;
  }
  .about-corporate-culture .main-cont .box-culture .box-title {
    height: 46px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .solution-groups .groups-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-box-01 .box-s {
    padding-left: 0;
  }
  .product-box-02 .col-w:nth-child(2n + 1) .box-s .box-icon {
    right: auto;
  }
  .product-box-02 .col-w:nth-child(2n) .box-s {
    margin-left: 0;
    margin-right: 0;
  }
  .product-box-02 .col-w:nth-child(2n) .box-s .box-info {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .product-box-02 .box-s {
    min-height: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .product-box-02 .box-s .box-icon {
    position: static;
    float: left;
    margin-right: 40px;
  }
  .product-box-02 .box-s .box-info {
    width: auto;
  }
  .product-box-02 .box-s .box-info .info-icon {
    display: none;
  }
  .product-box-03 .col-w:last-child .box-s {
    margin-bottom: 0;
  }
  .product-box-03 .box-s {
    margin-bottom: 30px;
  }
  .product-box-07 .box-s {
    min-height: 304px;
    padding-right: 0;
  }
  .product-box-07 .box-s .box-img {
    margin-top: 0;
    width: 100%;
    position: static;
  }
  .product-box-07 .box-s .box-img img {
    max-height: none;
  }
  .product-box-07 .box-s .box-info {
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px 30px;
  }
  .porduct-scroll-wrap .gallery-thumbs {
    margin-bottom: 40px;
  }
  .porduct-scroll-wrap .gallery-thumbs .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .porduct-scroll-wrap .gallery-thumbs a {
    height: 60px;
    line-height: 40px;
    font-size: 18px;
  }
  .product-box-08 {
    padding-bottom: 20px !important;
  }
  .product-box-11 .groups-box .box-s .box-img {
    margin-bottom: 20px;
  }
  .product-box-11 .groups-box .box-s .box-info {
    padding-top: 20px;
  }
  .product-box-11 .groups-box .box-s .box-info .info-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  
  .index-banner .banner-img .pc-img {
    display: none;
  }
  .index-banner .banner-img .phone-img {
    display: block;
  }
  .index-banner .banner-box .info-btn-groups .info-btn.btn-01 {
    display: none;
  }
  .index-banner .banner-img {
    height: 360px;
  }
  /* .index-banner .banner-box .banner-info {
    background-color: rgba(255,255,255,.6);
  } */

  .index-banner .banner-page .swiper-pagination-bullet {
    width: 20px;
    border-radius: 2px;
  }
  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
  }
  .index-banner .banner-info {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .index-banner .banner-info .middle-cont {
    vertical-align: top;
  }
  .index-banner .banner-info .info-txt {
    line-height: 26px;
    max-height: 130px;
    font-size: 15px;
    margin-top: 8px;
  }
  .index-banner .banner-info .info-btn-groups {
    margin-top: 20px;
  }
  .index-banner .banner-page {
    bottom: 20px;
  }
  /* .info-btn-groups .info-btn {
    border-radius: 20px;
  } */
  .h54 {
    font-size: 28px;
  }
  .info-btn-groups {
    margin-top: 20px;
  }
  .info-btn-groups .info-btn .icon-s {
    margin-right: 4px;
  }
  .info-btn-groups .info-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    
  }
  .info-btn-groups .info-btn .h16 {
    font-size: 14px;
  }
  .footer {
    background-size: 240px;
  }
  .footer .footer-info {
    text-align: center;
  }
  .footer .footer-info .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-info .info-groups {
    float: none;
    padding-right: 0;
  }
  .footer .footer-info .info-groups::before {
    display: none;
    padding-right: 0;
  }
  .footer .footer-info .info-groups.groups-info {
    padding-left: 0;
  }
  .footer .footer-info .info-groups .groups-cont {
    text-align: center;
  }
  .footer .footer-info .info-groups .groups-cont > div {
    float: none;
    display: inline-block;
  }
  
  .footer .footer-info .info-groups .groups-tel {
    display: inline-block;
    background-position: 0 -10px;
  }
  .float-form {
    max-width: 502px;
    width: auto;
    height: auto;
    min-height: 480px;
    left: 15px;
    right: 15px;
    transform: translate(0, -50%);
    padding: 30px 20px;
  }
  .public-sub-menu ul li {
    width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .public-sub-menu ul li a {
    line-height: 20px;
  }
  .about-title,
  .public-title {
    margin-bottom: 20px;
  }
  .about-company-profile .main-cont .col-w:first-child {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
  .about-company-profile .company-img {
    width: 300px;
  }
  .about-company-profile .company-info .info-groups > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-corporate-culture {
    background-image: url(../images/web-about-02.png);
  }
  .about-corporate-culture .main-cont {
    height: auto;
    margin-bottom: 0px;
    position: relative;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .about-corporate-culture .main-cont .box-culture {
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-corporate-culture .main-cont .box-culture:last-child {
    margin-bottom: 0;
  }
  .about-corporate-culture .main-cont .box-culture:nth-of-type(2n) {
    text-align: center;
  }
  .about-corporate-culture .main-cont .box-culture .box-txt {
    min-height: auto;
  }
  .about-corporate-culture .main-cont .pie-chart {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 260px;
    height: 260px;
    padding: 50px;
    overflow: hidden;
    display: none;
  }
  .about-corporate-culture .main-cont .pie-chart .chart-center {
    width: 160px;
    height: 160px;
    padding-top: 50px;
  }
  .about-corporate-culture .main-cont #quarterCircle {
    width: 130px;
    height: 130px;
  }
  .about-corporate-culture .main-cont #quarterCircle.circle0 {
    border-radius: 130px 0 0 0;
  }
  .about-corporate-culture .main-cont #quarterCircle.circle1 {
    border-radius: 0 130px 0 0;
  }
  .about-corporate-culture .main-cont #quarterCircle.circle2 {
    border-radius: 0 0 0 130px;
  }
  .about-corporate-culture .main-cont #quarterCircle.circle3 {
    border-radius: 0 0 130px 0;
  }
  .about-qualifications {
    min-height: 400px;
  }
  .about-qualifications::after {
    height: 300px;
  }
  .about-qualifications .swiper-slide {
    padding-top: 10px;
  }
  .about-qualifications .about-title .title-cn {
    color: #fff;
  }
  .about-qualifications .about-title .title-en {
    color: rgba(255, 255, 255, 0.7);
  }
  .about-qualifications .main-cont {
    min-height: 300px;
    margin-left: 15px;
    padding: 30px 0;
    position: relative;
    z-index: 3;
  }
  .about-qualifications .qualifications-scroll-wrap .qual-prev {
    left: 15px;
  }
  .about-qualifications .qualifications-scroll-wrap .qual-next {
    right: 15px;
  }
  .about-news-updates .box-news .box-info .info-title {
    margin-bottom: 15px;
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 28px;
  }
  .job-up-content {
    width: 94%;
  }
  .job-up-content .cont-top,
  .job-up-content .cont-main {
    padding: 15px;
  }
  .job-up-content .cont-top .top-info > div {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .job-up-content .cont-top .top-info > div:last-child {
    margin-bottom: 0;
  }
  .job-up-content .main-scroll {
    height: 300px;
  }
  .job-up-content .cont-email {
    margin: 15px auto 20px;
    width: 280px;
    height: 40px;
    line-height: 40px;
  }
  .solution-groups .groups-box .box-info {
    padding: 35px 30px 30px 25px;
  }
  .solution-groups .groups-box .box-info .h16 {
    font-size: 16px;
  }
  .solution-groups .groups-box .box-info .info-top .top-title {
    position: relative;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 1;
    display: inline-block;
    margin-bottom: 22px;
  }
  .solution-groups .groups-box .box-info .info-top .top-title .icon-s {
    right: -30px;
    width: 50px;
  }
  .solution-groups .groups-box .box-info .info-top::after {
    left: -27px;
    width: 3px;
  }
  .solution-groups .groups-box .box-info .info-top .top-txt {
    line-height: 1.8;
  }
  .solution-groups .groups-box .box-info .info-groups .groups-title {
    margin-bottom: 0;
  }
  .solution-groups .groups-box .box-info .info-groups .groups-logo .box-logo {
    margin-top: 15px;
  }
  .product-box-01 .col-w:last-child .box-s {
    margin-bottom: 0;
  }
  .product-box-01 .box-s {
    text-align: center;
    margin-bottom: 30px;
  }
  .product-box-01 .box-s .box-icon img {
    margin-left: auto;
    margin-right: auto;
  }
  .product-box-01 .box-s .box-cont > div {
    float: left;
    width: 50%;
  }
  .product-box-02 .box-s .box-icon {
    width: 140px;
    margin: 0 auto 20px;
    float: none;
  }
  .product-box-02 .box-s .box-info {
    overflow: hidden;
    text-align: center;
  }
  .product-box-02 .box-s .box-info .info-title {
    text-align: center;
  }
  .product-box-04 .box-s {
    padding: 25px 20px;
  }
  .product-box-04 .box-s.box-03 {
    margin-bottom: 0;
  }
  .product-box-04 .box-s .box-title {
    margin-bottom: 30px;
  }
  .product-consult {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-consult .consult-title {
    margin-bottom: 30px;
  }
  .product-consult .form-inp {
    width: 100%;
    height: 46px;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-consult .form-btn {
    width: 100%;
    float: none;
  }
  .porduct-scroll-wrap .gallery-thumbs {
    margin-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .porduct-scroll-wrap .scroll-next,
  .porduct-scroll-wrap .scroll-prev {
    display: block;
  }
  .product-box-08 {
    padding-bottom: 10px !important;
  }
  .product-box-11 .groups-box .box-s .box-img {
    margin-bottom: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .product-box-11 .groups-box .box-s .box-info {
    padding-top: 20px;
  }
  .product-box-11 .groups-box .box-s .box-info .info-title {
    margin-bottom: 15px;
  }

  .about-title .public-txt, .public-title .public-txt {
    margin-top: 8px;
  }
  .public-banner.other-banner {
    height: auto;
  }
  .public-banner .banner-info {
    padding-top: 30px;
    padding-bottom: 100px;
    position: static;
  }
  .public-banner.other-banner .middle-cont {
    vertical-align: top;
  }
  .public-banner.banner-jjfa .banner-info {
    padding-bottom: 90px;
  }
  .public-banner.banner-jjfa .banner-info .info-other {
    margin-top: 25px;
  }
  .public-banner.banner-jjfa .banner-info .info-btn-groups {
    display: none;
  }

  .index-links .pulbic-title {
    margin-bottom: 20px;
  }
  .float-box {
    bottom: 15px;
  }

  .public-banner .banner-info .info-txt {
    max-height: none;
    display: block;
  }
}
