/**
 * @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_1152 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_1152 .container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1152 .container {
    width: 100%;
  }
}
.supage_1152 .brand-nav {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .supage_1152 .brand-nav {
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.supage_1152 .brand-nav .location {
  font-size: 0.14rem;
  color: #333;
}
.supage_1152 .brand-nav .location span {
  font-size: 0.14rem;
  color: #333333;
}
.supage_1152 .brand-nav .location a {
  color: #333;
}
.supage_1152 .brand-nav .location a:hover {
  text-decoration: underline;
}
.supage_1152 .brand-nav .location .now {
  color: #005697;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .supage_1152 .brand-nav .location {
    display: none;
    font-size: 0.28rem;
    color: #000;
    padding-left: 0.28rem;
    float: none;
  }
  .supage_1152 .brand-nav .location span {
    font-size: 0.28rem;
  }
  .supage_1152 .brand-nav .location i {
    width: 0.2rem;
    height: 0.28rem;
  }
}
.supage_1152 .news-list {
  padding: 0.3rem 0 0.75rem;
}
.supage_1152 .news-list .List-title {
  border-bottom: 0.02rem solid #aaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supage_1152 .news-list .List-title ul {
  display: flex;
}
.supage_1152 .news-list .List-title ul li {
  margin-right: 0.3rem;
  position: relative;
  width: fit-content;
  height: 100%;
}
.supage_1152 .news-list .List-title ul li a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .supage_1152 .news-list .List-title ul li a {
    font-size: 0.28rem;
  }
}
.supage_1152 .news-list .List-title ul li .line {
  position: absolute;
  bottom: -0.12rem;
  left: 0;
  right: 0;
  height: 0.02rem;
  background: #005697;
}
.supage_1152 .news-list .List-title ul .newsActive {
  font-weight: bold;
}
.supage_1152 .news-list .news-list-content {
  margin-top: 0.1rem;
  float: right;
  width: 9.5rem;
}
.supage_1152 .news-list .news-list-list {
  margin-top: 0.3rem;
  margin-bottom: 0.44rem;
}
.supage_1152 .news-list .news-list-list li {
  border-bottom: 1px dashed #ddd;
  padding: 0.1rem 0;
}
@media screen and (max-width: 1024px) {
  .supage_1152 .news-list .news-list-list li {
    background: none;
  }
}
.supage_1152 .news-list .news-list-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.supage_1152 .news-list .news-list-list li a .text {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .supage_1152 .news-list .news-list-list li a .text {
    padding-left: 0.1rem;
  }
}
.supage_1152 .news-list .news-list-list li a:hover .title {
  color: #005697;
}
.supage_1152 .news-list .news-list-list li a .title {
  font-size: 0.12rem;
  color: #333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage_1152 .news-list .news-list-list li a .title {
    width: 100%;
    font-size: 0.28rem;
  }
}
.supage_1152 .news-list .news-list-list li a .time {
  font-size: 0.12rem;
  color: #999;
  text-wrap: nowrap;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .supage_1152 .news-list .news-list-list li a .time {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #9f9f9f;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1152 .news-list {
    padding: 4% 0;
  }
  .supage_1152 .news-list .news-list-content {
    float: none;
    width: 100%;
  }
  .supage_1152 .news-list .news-list-list li dt {
    width: 40%;
  }
  .supage_1152 .news-list .news-list-list li dt img {
    height: 100%;
  }
  .supage_1152 .news-list .news-list-list li dd {
    float: right;
    width: 57%;
  }
  .supage_1152 .news-list .news-list-list li dd .title {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.32rem;
    margin-top: 0.16rem;
  }
  .supage_1152 .news-list .news-list-list li dd .time {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
  }
  .supage_1152 .news-list .news-list-list li dd .text {
    font-size: 0.28rem;
    line-height: 1.5;
    margin-top: 0.08rem;
  }
  .supage_1152 .news-list .news-list-list li dd .link {
    display: none;
  }
}
.supage_1152 .sidebar {
  width: 2rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .supage_1152 .sidebar {
    display: none;
  }
}
.supage_1152 .sidebar .sidebar-title {
  height: 0.5rem;
  background: #005697;
  line-height: 0.5rem;
}
.supage_1152 .sidebar .sidebar-title .ch {
  font-weight: bold;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
}
.supage_1152 .sidebar .column .column-title {
  background: #005697;
}
.supage_1152 .sidebar .column .column-list ul li {
  background: #F0F0F0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: relative;
}
.supage_1152 .sidebar .column .column-list ul li:last-child {
  border-bottom: 0;
}
.supage_1152 .sidebar .column .column-list ul li > a {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #333;
  display: block;
  text-align: center;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.supage_1152 .sidebar .column .column-list ul li > a .dotted {
  position: absolute;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #333;
  border-radius: 50%;
  top: 0.23rem;
  left: 0.15rem;
}
.supage_1152 .sidebar .column .column-list ul li .icon {
  font-weight: bold;
  font-family: serif;
  font-size: 0.19rem;
  color: #333;
  position: absolute;
  right: 0.1rem;
  top: 0;
  z-index: 10;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage_1152 .sidebar .column .column-list ul li .Active {
  color: #fff;
  background-color: #005697;
}
.supage_1152 .sidebar .column .column-list ul li:hover > a,
.supage_1152 .sidebar .column .column-list ul li.columnActive > a {
  color: #fff;
  background-color: #005697;
}
.supage_1152 .sidebar .column .column-list ul li:hover > .icon,
.supage_1152 .sidebar .column .column-list ul li.columnActive > .icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
}
.supage_1152 .sidebar .column .column-list ul li .wrap {
  display: none;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul {
  background: #F9F9F9;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li {
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #fff;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li > a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #005697;
  text-align: center;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li > .icon {
  font-weight: bold;
  font-family: serif;
  font-size: 0.18rem;
  color: #333;
  position: absolute;
  right: 0.1rem;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three {
  display: none;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul {
  background: #FBFBFB;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  position: relative;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li > a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #005697;
  text-align: center;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li > .icon {
  font-weight: bold;
  font-family: serif;
  font-size: 0.17rem;
  color: #333;
  position: absolute;
  right: 0.1rem;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four {
  display: none;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four .wrap-four-ul .wrap-four-li {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
}
.supage_1152 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four .wrap-four-ul .wrap-four-li > a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #005697;
  text-align: center;
}
.supage_1152 .sidebar .contact {
  margin-top: 0.3rem;
}
.supage_1152 .sidebar .contact .sidebar-title .ch {
  font-weight: bold;
}
.supage_1152 .sidebar .contact .contact-content {
  padding: 0 0.06rem;
  border: 1px solid #F0F0F0;
}
.supage_1152 .sidebar .contact .contact-content ul li {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.12rem;
}
.supage_1152 .sidebar .contact .contact-content ul li:first-child {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.supage_1152 .sidebar .contact .contact-content ul li p {
  margin-top: 0.09rem;
  color: #707070;
}
.supage_1152 .sidebar .contact .contact-content ul li strong {
  color: #707070;
}
.supage_1152 .sidebar .contact .contact-content ul .tel {
  line-height: 2;
}
.supage_1152 .layer-page {
  padding-bottom: 0;
  margin: 0.3rem auto 0;
}
@media screen and (max-width: 1024px) {
  .supage_1152 .layer-page {
    padding: 0 !important;
    margin: 0.3rem auto;
  }
}
.supage_1152 .template_main_color {
  color: #005199;
}
.supage_1152 .template_main_back {
  background-color: #005199;
}
.supage_1152 .template_main_border {
  border-color: #005199;
}
