
@media only screen and (max-width: 768px) {
  * {
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .CompanyProfile {
    /* 图片查看器模态框样式 */
    /* 为轮播图中的图片添加点击光标提示 */
  }
  .CompanyProfile .Profile_box {
    width: 92%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .CompanyProfile .Profile_box .Profile_top {
    display: flex;
    justify-content: space-between;
  }
  .CompanyProfile .Profile_box .Profile_top .left_box {
    writing-mode: vertical-lr;
    /* 从右向左垂直排列 */
    letter-spacing: 1px;
  }
  .CompanyProfile .Profile_box .Profile_top .left_box .english {
    font-size: 20px;
    font-weight: 700;
  }
  .CompanyProfile .Profile_box .Profile_top .left_box .chilese {
    font-weight: 700;
    font-size: 24px;
  }
  .CompanyProfile .Profile_box .Profile_top .rigth_img {
    width: 78%;
    height: auto;
  }
  .CompanyProfile .Profile_box .textarea {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .CompanyProfile .Profile_box .textarea p {
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    text-indent: 20px;
  }
  .CompanyProfile .Profile_box .Number_box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .CompanyProfile .Profile_box .Number_box .item_box {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .CompanyProfile .Profile_box .Number_box .item_box .number {
    display: flex;
    font-size: 30px;
    font-weight: 700;
    color: #ea5405;
    margin-bottom: 6px;
  }
  .CompanyProfile .Profile_box .Number_box .item_box .number .danwei {
    padding: 4px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
  }
  .CompanyProfile .Profile_box .Number_box .item_box .title {
    font-size: 14px;
  }
  .CompanyProfile .shimu_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .CompanyProfile .shimu_box .image {
    width: 100%;
    height: auto;
  }
  .CompanyProfile .swiperCase {
    width: 92%;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .CompanyProfile .swiperCase .swiper {
    width: 100%;
    height: 100%;
  }
  .CompanyProfile .swiperCase .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #ea5405;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .CompanyProfile .swiperCase .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .CompanyProfile .honer_box {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    background-size: 115%;
    background-position: center 0;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(../images/qzx4.png);
  }
  .CompanyProfile .honer_box .title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 45%;
    padding-left: 12px;
    margin-bottom: 4px;
  }
  .CompanyProfile .honer_box .title1 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 12px;
  }
  .CompanyProfile .honer_box .title2 {
    font-size: 14px;
    margin-top: 6px;
    padding-left: 12px;
  }
  .CompanyProfile .honer_box .honerSwiperBox {
    width: 92%;
    margin: 0 auto;
    margin-top: 22px;
    padding: 14px 0;
    background-color: #e6e6e7;
  }
  .CompanyProfile .honer_box .honerSwiperBox .swiper {
    width: 92%;
    margin: 0 auto;
    height: 100%;
  }
  .CompanyProfile .honer_box .honerSwiperBox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .CompanyProfile .honer_box .honerSwiperBox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .CompanyProfile .yf_box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .CompanyProfile .yf_box .title1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 700;
  }
  .CompanyProfile .yf_box .title2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  .CompanyProfile .yf_box .line {
    width: 40px;
    margin: 0 auto;
    height: 0.25rem;
    border-radius: 6px;
    margin-top: 10px;
    background-color: #f19060;
    margin-bottom: 20px;
  }
  .CompanyProfile .yf_box .name {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #ea5405;
  }
  .CompanyProfile .yf_box .textarea {
    width: 94%;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
  }
  .CompanyProfile .yf_box .image {
    width: 100%;
    height: auto;
  }
  .CompanyProfile .product_box {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .CompanyProfile .product_box .pr_item_box {
    width: 100%;
    display: grid;
    padding-top: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .CompanyProfile .product_box .pr_item_box .items {
  
    position: relative;
  }
  .CompanyProfile .product_box .pr_item_box .items .image {
    width: 100%;
    height: auto;
  }
  .CompanyProfile .product_box .pr_item_box .items .items_box {
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    padding-left: 8px;
    left: 0;
    position: absolute;
  }
  .CompanyProfile .product_box .pr_item_box .items .items_box .title {
    width: 80%;
    font-size: 14px;
    font-weight: 700;
    margin-top: 17.5%;
    /* //溢出隐藏省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* //-webkit-line-clamp:1; 超出几行 */
  }
  .CompanyProfile .product_box .pr_item_box .items .items_box .white_line {
    width: 30px;
    height: 1px;
    margin: 8px 0;
    background-color: #fff;
  }
  .CompanyProfile .product_box .pr_item_box .items .items_box .smile {
    width: 80%;
    font-size: 10px;
    /* //溢出隐藏省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* //-webkit-line-clamp:1; 超出几行 */
  }
  .CompanyProfile .yitihua_box {
    width: 94%;
    margin: 0 auto;
  }
  .CompanyProfile .yitihua_box .image {
    width: 100%;
    height: auto;
  }
  .CompanyProfile .Security_box {
    width: 94%;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .CompanyProfile .Security_box .title1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 700;
  }
  .CompanyProfile .Security_box .title2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  .CompanyProfile .Security_box .line {
    width: 40px;
    margin: 0 auto;
    height: 0.25rem;
    border-radius: 6px;
    margin-top: 10px;
    background-color: #f19060;
    margin-bottom: 20px;
  }
  .CompanyProfile .Security_box .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: space-between;
  }
  .CompanyProfile .Security_box .item_box .item .title {
    width: 80%;
    margin: 0 auto;
    background-color: #ea5405;
    padding: 6px 6px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .CompanyProfile .Security_box .item_box .item .img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
  .CompanyProfile .active_box {
     
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, #f08855, #ea5608);
    color: #fff;
    
    padding: 30px 0;
    
  }
  .CompanyProfile .active_box a{
      width: 100%;
      color: #fff;
      font-size: 24px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .CompanyProfile .active_box .icon {
    width: 40px;
    height: auto;
  }
  .CompanyProfile .image-viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .CompanyProfile .image-viewer.active {
    display: flex;
  }
  .CompanyProfile .image-viewer-content {
    max-width: 90%;
    max-height: 90%;
  }
  .CompanyProfile .image-viewer-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .CompanyProfile .swiper-slide img {
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .CompanyProfile .swiper-slide img:hover {
    transform: scale(1.02);
  }
}
