/**
 * @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-176 {
  background: url(../images/index7-about-bg.png) repeat;
}
.supage-176 .outer-container {
  width: 12.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .supage-176 .outer-container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.supage-176 .titles {
  margin: 0.5rem auto;
  text-align: center;
}
.supage-176 .titles .titles-box {
  display: inline-block;
}
.supage-176 .titles h3 {
  float: left;
  margin: 0 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
}
.supage-176 .titles h3 i {
  color: #e2211a;
  margin-right: 0.2rem;
}
.supage-176 .titles .line {
  width: 0.8rem;
  height: 0.01rem;
  background: #333333;
  float: left;
  margin-top: 0.2rem;
}
.supage-176 .titles .title-subtitle {
  color: #999999;
  font-size: 0.16rem;
}
.supage-176 .outer-container {
  position: relative;
}
.supage-176 .i1-content {
  padding: 0.2rem 0 0.9rem 0;
}
.supage-176 .i1-content .left {
  width: 6rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .supage-176 .i1-content .left {
    width: 100%;
  }
}
.supage-176 .i1-content .left .left1 {
  width: 100%;
  float: none!important;
  clear: both;
  height: 100%;
}
.supage-176 .i1-content .left .swiper-container {
  height: 4rem;
}
.supage-176 .i1-content .left .aboutus-video {
  position: relative;
  height: 100%;
}
.supage-176 .i1-content .left .aboutus-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.supage-176 .i1-content .left .aboutus-video .video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.supage-176 .i1-content .left .aboutus-video .video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 10%;
  margin-left: -5%;
  margin-top: -5%;
  cursor: pointer;
}
.supage-176 .i1-content .right {
  width: 6rem;
  background: #fff;
  position: absolute;
  right: 0;
  height: 100%;
  overflow-y: auto;
}
.supage-176 .i1-content .right::-webkit-scrollbar {
  width: 0.06rem;
}
.supage-176 .i1-content .right::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  border-radius: 0.1rem;
}
.supage-176 .i1-content .right::-webkit-scrollbar-thumb {
  background: #B3B3B3;
  height: 0.5rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .supage-176 .i1-content .right {
    width: 100%;
    margin-top: 0.4rem;
    float: none!important;
    clear: both;
    position: relative!important;
  }
}
.supage-176 .i1-content .right h5 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.06rem;
  color: #18305D;
}
.supage-176 .i1-content .right .desc {
  padding: 0.2rem;
  position: relative;
}
.supage-176 .i1-content .right .desc p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage-176 .i1-content .right .desc p {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.supage-176 .i1-content .right .desc a {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #ffffff;
  padding: 0.1rem 0.2rem;
  margin-top: 0.2rem;
  border-radius: 0.5rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .supage-176 .i1-content .right .desc a {
    font-size: 0.28rem;
    line-height: 0.42rem;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.supage-176 .i1-content .right .right-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.supage-176 .i1-content .right .right-list li {
  padding: 0.4rem 0 0.2rem 0;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .supage-176 .i1-content .right .right-list li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    flex: inherit;
  }
}
.supage-176 .i1-content .right .right-list li:last-child {
  margin: 0;
}
.supage-176 .i1-content .right .right-list li p {
  text-align: center;
}
.supage-176 .i1-content .right .right-list li p i {
  font-size: 0.24rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .supage-176 .i1-content .right .right-list li p i {
    font-size: 0.32rem;
    margin: 0.1rem 0;
    display: block;
  }
}
.supage-176 .i1-content .right .right-list li span {
  display: block;
  font-size: 0.14rem;
  color: #919191;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .supage-176 .i1-content .right .right-list li span {
    font-size: 0.3rem;
  }
}
.supage-176 .template_main_color {
  color: #e2211a;
}
.supage-176 .template_main_back {
  background-color: #e2211a;
}
.supage-176 .template_main_border {
  border-color: #e2211a;
}
div.video-play {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none;
}
div.video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  background: #0b0b0b;
  opacity: 0.8;
}
div.video-wrap {
  z-index: 1002;
  position: fixed;
  top: 52%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate3d(-50%, -52%, 0);
  transform: translate3d(-50%, -52%, 0);
  width: 10.24rem;
  height: 5.76rem;
}
@media screen and (max-width: 1024px) {
  div.video-wrap {
    width: 90%;
    height: auto;
  }
}
div.video-wrap video {
  max-width: 100%;
  width: auto;
  height: auto;
}
div.close-btn {
  cursor: pointer;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: right;
  font-family: sans-serif;
  margin-right: -0.1rem;
  margin-bottom: 0.1rem;
}
