﻿/**
 * @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: 
 */
div.supage_513 .map {
  height: 5rem;
  position: relative;
}
div.supage_513 .map #allmap {
  height: 100%;
}
div.supage_513 .map .list_card {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #333333;
  top: 50%;
}
div.supage_513 .map .list_card .list {
  background-color: rgba(255, 255, 255, 0.9);
  width: 3.4rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0.4rem 0.8rem;
}
div.supage_513 .map .list_card .list li {
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  div.supage_513 .map .list_card .list {
    font-size: 0.26rem;
  }
}
div.supage_513 .map .list_card .title {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.supage_513 .map .list_card .title {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  div.supage_513 .map {
    height: fit-content;
  }
  div.supage_513 .map .list_card {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    margin-bottom: 0.4rem;
  }
  div.supage_513 .map .list_card .list {
    width: 100%;
  }
  div.supage_513 .map #allmap {
    height: 5rem;
  }
}
div.supage_513 .contact-infor {
  padding: 0.4rem 0;
}
div.supage_513 .contact-infor .title {
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.supage_513 .contact-infor .title {
    font-size: 0.38rem;
  }
}
div.supage_513 .contact-infor .sub_title {
  font-size: 0.16rem;
  color: #999;
}
@media screen and (max-width: 1024px) {
  div.supage_513 .contact-infor .sub_title {
    font-size: 0.26rem;
  }
}
div.supage_513 .contact-infor .contact-submit {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
div.supage_513 .contact-infor input,
div.supage_513 .contact-infor textarea {
  display: block;
  border: 1px solid #CCCCCC;
  font-size: 0.16rem;
  color: #333333;
  border-radius: 0.04rem;
  padding: 0 0.2rem;
  line-height: 0.5rem;
  margin-bottom: 0.16rem;
  box-sizing: border-box;
}
div.supage_513 .contact-infor input::placeholder,
div.supage_513 .contact-infor textarea::placeholder {
  color: #999;
}
div.supage_513 .contact-infor input {
  width: 48.5%;
  margin-right: 3%;
}
div.supage_513 .contact-infor input:nth-child(2) {
  margin-right: 0;
}
div.supage_513 .contact-infor textarea {
  padding: 0.15rem 0.2rem;
  width: 100%;
  line-height: 1.5;
  height: 2rem;
  resize: none;
}
div.supage_513 .contact-infor button {
  font-size: 0.16rem;
  padding: 0.12rem 0.48rem;
  border-radius: 0.04rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  div.supage_513 .contact-infor input {
    line-height: 3;
  }
  div.supage_513 .contact-infor input,
  div.supage_513 .contact-infor textarea,
  div.supage_513 .contact-infor button {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  div.supage_513 .contact-infor input {
    width: 100%;
    margin-right: 0;
  }
}
