﻿/**
 * @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-496 .i1 {
  position: relative;
  height: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .supage-496 .i1 {
    background: #F3F4F5;
  }
}
.supage-496 .i1_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.supage-496 .i1_bg .i1_bgLeft {
  width: 38%;
  background: #0B40AE;
  float: left;
  height: 100%;
}
.supage-496 .i1_bg .i1_bgRight {
  float: right;
  width: 62%;
  height: 100%;
  background: #F3F4F5;
}
@media screen and (max-width: 1024px) {
  .supage-496 .i1_bg {
    display: none;
  }
}
.supage-496 .classification {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}
.supage-496 .classification .classification_left {
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  width: 31%;
}
.supage-496 .classification .classification_left img {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.16rem;
}
.supage-496 .classification .classification_left text {
  font-size: 0.16rem;
}
.supage-496 .classification .classification_left h2 {
  font-size: 0.36rem;
  line-height: 0.47rem;
}
.supage-496 .classification .swiper-container-classification {
  width: 69%;
  padding-left: 0.3rem;
  box-sizing: border-box;
  height: 100%;
  background: #F3F4F5;
}
.supage-496 .classification .swiper-container-classification .swiper-container {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .supage-496 .classification {
    display: block;
  }
  .supage-496 .classification .classification_left {
    display: none;
  }
  .supage-496 .classification .swiper-container-classification {
    width: 100%;
    padding: 0;
  }
}
.supage-496 .swiper-slide .container-item {
  height: 1.3rem;
  width: 100%;
  transition: all 0.5s;
}
.supage-496 .swiper-slide .container-item a {
  display: block;
  position: relative;
  top: 48%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: #333;
  font-size: 0.22rem;
  margin: auto 0;
}
.supage-496 .swiper-slide .container-item a img {
  transition: all 0.5s ease;
  width: 0.44rem;
  height: 0.44rem;
}
@media screen and (max-width: 1024px) {
  .supage-496 .swiper-slide .container-item a img {
    width: 0.55rem;
    height: 0.55rem;
  }
}
.supage-496 .swiper-slide .container-item .title {
  font-size: 0.14rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.02rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-496 .swiper-slide .container-item .title {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage-496 .swiper-slide .container-item .title {
    font-size: 0.24rem;
  }
}
.supage-496 .swiper-slide:hover .container-item img {
  transform: rotateY(360deg);
  transition: all 0.5s ease;
  filter: grayscale(100%) brightness(500%);
}
.supage-496 .swiper-slide:hover .container-item .title {
  color: #fff;
}
.container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.template_main_color {
  color: #0B40AE;
}
.template_main_back {
  background-color: #0B40AE;
}
.template_main_border {
  border-color: #0B40AE;
}
.template_sub_color {
  color: #FE5B2B;
}
.template_sub_back {
  background-color: #FE5B2B;
}
.template_sub_border {
  border-color: #FE5B2B;
}
.template_rgb_color {
  color: rgba(11, 64, 174, 0.8);
}
.template_rgb_back {
  background-color: rgba(11, 64, 174, 0.8);
}
.template_rgb_border {
  border-color: rgba(11, 64, 174, 0.8);
}
.public-index45-titleI {
  text-align: center;
}
.public-index45-titleI h3 {
  color: #999999;
  font-size: 0.16rem;
  line-height: 1;
  font-weight: normal;
  margin-top: 0.05rem;
}
.public-index45-titleI h3 img {
  vertical-align: middle;
  margin: 0 0.1rem;
}
.public-index45-titleI h3 .icon_right {
  transform: rotateY(180deg);
}
.public-index45-titleI h2 {
  font-size: 0.26rem;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .public-index45-titleI h3 {
    font-size: 0.26rem;
  }
  .public-index45-titleI h2 {
    font-size: 0.34rem;
  }
}
.public-inner-title {
  text-align: center;
  margin-bottom: 0.8rem;
}
.public-inner-title h2 {
  font-size: 0.38rem;
}
.public-inner-title i {
  display: block;
  width: 0.8rem;
  height: 4px;
  margin: 0.1rem auto 0.3rem;
}
.public-inner-title h3 {
  font-size: 0.16rem;
  color: #333333;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .public-inner-title h2 {
    font-size: 0.46rem;
  }
  .public-inner-title h3 {
    font-size: 0.26rem;
  }
}
.overflow-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2;
}
.overflow-line p {
  line-height: 2;
}
a.moreI_index45 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
a.moreI_index45 img {
  margin-left: 0.1rem;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  a.moreI_index45 {
    font-size: 0.26rem;
  }
}
.public-inner-crumbs {
  line-height: 0.6rem;
  background: #F8F9FA;
  height: 0.6rem;
  color: #999999;
}
.public-inner-crumbs img,
.public-inner-crumbs text {
  vertical-align: middle;
}
.public-inner-crumbs img {
  margin-right: 0.1rem;
}
.public-inner-crumbs a {
  font-size: 0.14rem;
  color: #999999;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .public-inner-crumbs a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .public-inner-crumbs a {
    font-size: 0.24rem;
  }
}
.file-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.file-list ul li {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.file-list ul li img {
  width: 18px;
  display: block;
  margin: 0;
  margin-right: 0.06rem;
}
.file-list ul li span {
  display: block;
}
.file-list ul li a {
  display: block;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .file-list ul li a {
    font-size: 0.26rem;
  }
  .file-list ul li a img {
    width: 26px;
  }
}
