﻿/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
.card-style1 {
  position: relative;
}
.card-style1 .swiper-container-picture {
  margin-top: 0.6rem;
}
.card-style1 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .card-style1 .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .card-style1 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.card-style1 .company-profile-module {
  font-size: 0.16rem;
  position: relative;
}
.card-style1 .company-profile-module .intro-companyinfo {
  display: flex;
  color: #333333;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-x: auto;
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.card-style1 .company-profile-module .intro-companyinfo li {
  white-space: nowrap;
  flex-shrink: 0;
  min-width: calc(100% / 5);
}
.card-style1 .company-profile-module .intro-companyinfo .honor-text {
  font-size: 0.16rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .card-style1 .company-profile-module .intro-companyinfo .honor-text {
    font-size: 0.26rem;
  }
}
.card-style1 .company-profile-module .intro-companyinfo::-webkit-scrollbar {
  width: 100%;
  height: 0.03rem;
  background: #999;
}
.card-style1 .company-profile-module .intro-companyinfo::-webkit-scrollbar-track {
  border-radius: 0.05rem;
}
.card-style1 .company-profile-module .intro-companyinfo::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  width: 30%;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .card-style1 .company-profile-module .intro-companyinfo::-webkit-scrollbar {
    display: none;
  }
  .card-style1 .company-profile-module .intro-companyinfo li {
    min-width: calc(100% / 3);
  }
}
.company_profile {
  padding: 0.8rem 0;
}
.company_profile .flex_warp {
  margin-top: 0.3rem;
}
.company_profile .bg_box {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  bottom: 5.2rem;
  z-index: -1;
  left: 75%;
  background: #F3F4F5;
}
@media screen and (max-width: 1024px) {
  .company_profile .bg_box {
    display: none;
  }
}
.company_profile .flex-left {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #ffffff;
  display: flex;
  position: relative;
}
.company_profile .flex-left .intro-companyinfo {
  width: 59%;
}
.company_profile .flex-left .li_img {
  height: 1.2rem;
  text-align: center;
  background: #F8F9FA;
  position: relative;
}
.company_profile .flex-left .li_img img {
  width: 0.56rem;
  display: block;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.company_profile .flex-left .text_box {
  width: 41%;
  position: absolute;
  right: 0;
  padding: 0.7rem;
  box-sizing: border-box;
  bottom: 0;
  z-index: 9;
  min-height: 5.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../image/index45-icon4.png) 100% 100% no-repeat;
  background-size: 100% 100%;
}
.company_profile .flex-left .p {
  color: #ffffff;
  font-size: 0.16rem;
  -webkit-line-clamp: 9;
}
@media screen and (max-width: 1024px) {
  .company_profile .flex-left .p {
    font-size: 0.26rem;
  }
}
.company_profile .flex-left .intro-companyinfo {
  display: flex;
  flex-wrap: wrap;
}
.company_profile .flex-left .intro-companyinfo li {
  color: #000000;
  flex: 1;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .company_profile .flex-left .intro-companyinfo li {
    min-width: calc(100% / 2);
  }
}
.company_profile .flex-left .intro-companyinfo .honor-num {
  height: 1.2rem;
}
.company_profile .flex-left .intro-companyinfo .honor_text_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_profile .flex-left .intro-companyinfo text {
  font-size: 0.3rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1024px) {
  .company_profile .flex-left .intro-companyinfo text {
    font-size: 0.4rem;
  }
}
.company_profile .flex-left .intro-companyinfo .number-in {
  font-style: inherit;
  font-weight: bold;
  font-size: 0.34rem;
}
@media screen and (max-width: 1024px) {
  .company_profile .flex-left .intro-companyinfo .number-in {
    font-size: 0.42rem;
  }
}
.company_profile .flex-left .intro-companyinfo .honor-dw {
  font-size: 0.14rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .company_profile .flex-left .intro-companyinfo .honor-dw {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .company_profile .flex-left .intro-companyinfo .honor-dw {
    font-size: 0.24rem;
  }
}
.company_profile .flex-left .intro-companyinfo .honor-text {
  color: #000000;
}
.company_profile .flex-right {
  position: relative;
  width: 75%;
  height: fit-content;
}
.company_profile .flex-right .img {
  width: 100%;
  height: fit-content;
  position: relative;
  z-index: 9;
}
.company_profile .flex-right .img img {
  width: 100%;
  display: block;
}
.company_profile .flex-right .img_bg {
  position: absolute;
  width: 80%;
  right: 0 ;
  background: #9F6DAA;
  top: 0.48rem;
  bottom: 0.48rem;
}
.company_profile .flex-right .text {
  font-weight: bold;
  color: #ffffff;
  opacity: 0.08;
  font-size: 0.84rem;
  position: absolute;
  bottom: -0.68rem;
}
@media screen and (max-width: 1024px) {
  .company_profile .flex_warp {
    display: block;
    margin-top: 0.5rem;
  }
  .company_profile .flex_warp .flex-left,
  .company_profile .flex_warp .flex-right {
    width: 100%;
    padding: 0;
    font-size: 0.26rem;
  }
  .company_profile .flex_warp .flex-left {
    display: block;
  }
  .company_profile .flex_warp .flex-left .intro-companyinfo {
    width: 100%;
  }
  .company_profile .flex_warp .flex-left .intro-companyinfo .honor-num,
  .company_profile .flex_warp .flex-left .intro-companyinfo .li_img {
    height: 1.8rem;
  }
  .company_profile .flex_warp .flex-left .intro-companyinfo .honor-num img,
  .company_profile .flex_warp .flex-left .intro-companyinfo .li_img img {
    width: 0.8rem;
  }
  .company_profile .flex_warp .flex-left .text_box {
    position: inherit;
    width: 100%;
    height: fit-content;
  }
}
