/**
 * @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: 
 */
.supage-350 {
  background: #F8F8F8;
  position: relative;
  padding: 0.6rem 0 0.7rem;
}
.supage-350 .public-title h2,
.supage-350 .public-title p {
  color: #ffffff;
}
.supage-350 .template_rgb_back_bg {
  background-color: rgba(13, 47, 137, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.supage-350 .honor-num {
  display: flex;
  align-items: center;
}
.supage-350 .honor-num i {
  font-size: 0.48rem;
  font-weight: bold;
  display: block;
  margin-right: 0.15rem;
}
.supage-350 .honor-num sub {
  font-size: 0.14rem;
  padding: 0.06rem 0;
}
.supage-350 .honor-num .honor-dw {
  padding: 0.05rem;
  box-sizing: border-box;
  height: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.supage-350 .honor-num .honor-line {
  position: relative;
}
.supage-350 .honor-num .honor-line::before {
  position: absolute;
  content: "";
  height: 0.01rem;
  background-color: #333333;
  width: 0.12rem;
  transform: rotate(-45deg);
}
.supage-350 .honor-text {
  font-size: 0.16rem;
  margin-top: 0.24rem;
  text-align: center;
}
.supage-350 .company-profile-module {
  position: relative;
}
.supage-350 .company-profile-module .company-picture {
  padding-bottom: 0.3rem;
}
.supage-350 .company-profile-module .intro-companyinfo {
  display: flex;
  color: #333333;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage-350 .company-profile-module .intro-companyinfo {
    overflow: auto;
  }
  .supage-350 .company-profile-module .intro-companyinfo::-webkit-scrollbar {
    display: none;
  }
  .supage-350 .company-profile-module .intro-companyinfo li {
    white-space: nowrap;
    flex-shrink: 0;
    width: calc(100% / 3);
    text-align: center;
  }
  .supage-350 .company-profile-module .intro-companyinfo .honor-num {
    justify-content: center;
  }
}
.supage-350 .company-profile-module .company-profile {
  overflow: hidden;
}
.supage-350 .company-profile-module .company-profile .public-title {
  overflow: hidden;
}
.supage-350 .company-profile-module .company-profile .public-title h2 {
  color: #222222;
  display: inline-block;
  font-size: 0.22rem;
  margin: 0 0.1rem;
  float: left;
}
.supage-350 .company-profile-module .company-profile .public-title .line {
  float: left;
  width: 0.28rem;
  height: 0.01rem;
  margin-top: 0.12rem;
  background: #222222;
  display: inline-block;
}
.supage-350 .company-profile-module .company-profile .company-box {
  overflow: hidden;
  padding-top: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .supage-350 .company-profile-module .company-profile .company-box {
    overflow: inherit;
  }
  .supage-350 .company-profile-module .company-profile .company-box .company-left,
  .supage-350 .company-profile-module .company-profile .company-box .company-right {
    float: inherit;
    width: 100%;
  }
  .supage-350 .company-profile-module .company-profile .company-box .company-left {
    margin-top: 0.25rem;
    display: block;
    padding-right: 0;
  }
  .supage-350 .company-profile-module .company-profile .company-box .company-left .company-btn {
    margin-top: 0.25rem;
  }
  .supage-350 .company-profile-module .company-profile .company-box .company-right .img {
    width: 100%;
  }
}
.supage-350 .company-profile-module .company-profile .company-left {
  width: 70%;
  box-sizing: border-box;
  padding-right: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.supage-350 .company-profile-module .company-profile .company-left .company-left-profile {
  line-height: 0.4rem;
  font-size: 0.16rem;
}
.supage-350 .company-profile-module .company-profile .company-left .company-left-profile p {
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.supage-350 .company-profile-module .company-profile .company-left .company-btn {
  position: relative;
  background-color: #0D2E89;
  color: #ffffff;
  padding: 0.2rem 0.75rem 0.2rem 0.6rem;
  display: inline-block;
  font-size: 0.14rem;
  width: fit-content;
}
.supage-350 .company-profile-module .company-profile .company-left .company-btn a {
  margin-right: 0.15rem;
}
.supage-350 .company-profile-module .company-profile .company-left .company-btn::after {
  content: "";
  position: absolute;
  background: url(../image/arrow-right.png) center center / cover no-repeat;
  width: 0.24rem;
  height: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
}
.supage-350 .company-profile-module .company-profile .company-profile-cont {
  background: url(../image/i20-company-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.6rem 0.45rem 0.8rem;
  position: relative;
}
.supage-350 .company-profile-module .company-profile .company-right {
  float: right;
  padding: 0.22rem;
  padding-top: 0;
  position: relative;
}
.supage-350 .company-profile-module .company-profile .company-right .btn1 {
  position: absolute;
  width: 1rem;
  height: 0.7rem;
  background: #0D2E89;
  border-radius: 0.1rem;
  right: 0;
  top: -0.22rem;
  z-index: 8;
}
.supage-350 .company-profile-module .company-profile .company-right .btn2 {
  position: absolute;
  height: 1rem;
  width: 0.7rem;
  background: #0D2E89;
  border-radius: 0.1rem;
  left: 0;
  bottom: 0;
  z-index: 8;
}
.supage-350 .company-profile-module .company-profile .company-right .img {
  width: 4.8rem;
  position: relative;
  z-index: 9;
  border-radius: 0.1rem;
  overflow: hidden;
}
.supage-350 .company-profile-module .company-profile .company-right .img img {
  display: block;
  max-width: 100%;
}
