/**
 * @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_209 {
  margin: 0;
}
.supage_209 .brand-nav {
  border-bottom: 1px #E2E2E2 solid;
  height: 0.62rem;
  line-height: 0.62rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage_209 .brand-nav {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
.supage_209 .brand-nav .location {
  display: inline-block;
  font: 0.14rem / 0.62rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.14rem !important;
  line-height: 0.62rem !important;
  color: #999999;
  font-weight: 400 !important;
}
.supage_209 .brand-nav .location i {
  display: inline-block;
  width: 0.19rem;
  height: 0.25rem;
  background: url("../images/brand-nav-icon.png") center center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.supage_209 .brand-nav .location a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .supage_209 .brand-nav .location {
    font: 0.28rem / 0.7rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.7rem !important;
    color: #999999;
    font-weight: 400 !important;
    float: none;
  }
  .supage_209 .brand-nav .location i {
    width: 0.2rem;
    height: 0.28rem;
  }
}
.supage_209 .brand-nav .location_right {
  float: right;
}
.supage_209 .brand-nav .location_right li {
  display: inline-block;
  margin-left: 30px;
}
.supage_209 .public-inner-title {
  text-align: center;
  margin-bottom: 0.3rem;
}
.supage_209 .public-inner-title h2 {
  font-size: 0.3rem;
}
.supage_209 .public-inner-title h3 {
  font-size: 0.14rem;
  margin-top: 0.14rem;
  color: #999999;
  font-weight: normal;
}
.supage_209 .contact-us .contact-left {
  padding: 0.5rem;
}
.supage_209 .contact-us .box {
  height: fit-content;
  text-align: left;
  position: relative;
  margin-bottom:30px;
}
.supage_209 .contact-us .public-title h2 {
  color: #333333;
  text-align: left;
}
.supage_209 .contact-us .public-title p {
  color: #333333;
  text-align: left;
  font-size: 0.18rem;
}
.supage_209 .contact-us .contact-left {
  width: 8.4rem;
  height: 100%;
  color: #333333;
  box-shadow: 0px 2px 10px 5px #eef3f6;
  border-radius: 0.2rem;
  margin: 0 auto;
}
.supage_209 .contact-us .contact-left img {
  vertical-align: middle;
}
.supage_209 .contact-us .contact-left .contact-submit-xinx {
  margin-top: 0.25rem;
}
.supage_209 .contact-us .contact-left .contact-submit-btn {
  font-size: 0.14rem;
  padding: 0.15rem 0.57rem;
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  display: block;
  margin-top: 0.3rem;
  border-radius: 0.5rem;
  background: #E0211A;
  font-size: 0.16rem;
}
.supage_209 .contact-us .contact-left input,
.supage_209 .contact-us .contact-left textarea {
  line-height: 0.4rem;
  background: transparent;
  font-size: 0.14rem;
  width: 80%;
  color: #333333;
  padding-left: 0.2rem;
  resize: none;
  border: 1px solid #E2E1E1;
  border-radius: 0.06rem;
  width: 100%;
}
.supage_209 .contact-us .contact-left textarea {
  max-height: 0.4rem;
}
.supage_209 .contact-us .contact-left textarea::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 0.01rem;
}
.supage_209 .contact-us .contact-left input::-webkit-input-placeholder,
.supage_209 .contact-us .contact-left textarea::-webkit-input-placeholder {
  font-size: 0.14rem;
  color: #BBBBBB;
}
.supage_209 .contact-us .contact-right {
  height: 100%;
  width: calc(100% - 20%);
  margin: 0 auto;
  padding: 0.3rem;
  justify-content: space-between;
}
.supage_209 .contact-us .contact-right .public-title h2 {
  color: #0D2E89;
  text-align: center;
}
.supage_209 .contact-us .contact-right .public-title p {
  color: #333333;
  text-align: center;
}
.supage_209 .contact-us .contact-right p {
  text-align: center;
}
.supage_209 .contact-us .contact-right .contact-submit {
  display: flex;
  justify-content: space-between;
}
.supage_209 .contact-us .contact-right .contact-submit .contact-submit-xinx {
  flex: 1;
  text-align: center;
  overflow: hidden;
}
.supage_209 .contact-us .contact-right .contact-submit .contact-submit-xinx > div {
  float: left;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  font-size: 0.16rem;
}
.supage_209 .contact-us .contact-right .contact-submit .contact-submit-xinx img {
  float: left;
  width: 8%;
  margin-right: 0.15rem;
}
.supage_209 .contact-us .contact-right .contact-submit .contact-submit-xinx:first-child img {
  width: 6%;
}
@media screen and (max-width: 767px) {
  .supage_209 .contact-us .contact-right p {
    margin: 0.3rem 0;
  }
  .supage_209 .contact-us .contact-right .contact-submit-xinx {
    flex: 1;
    text-align: center;
    overflow: hidden;
  }
  .supage_209 .contact-us .contact-right .contact-submit-xinx > div {
    float: left;
    width: 70%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    margin-top: 0.1rem;
  }
  .supage_209 .contact-us .contact-right .contact-submit-xinx img {
    display: block;
    margin: 0 auto!important;
    width: 0.7rem !important;
    height: 0.7rem;
    float: none!important;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_209 .contact-us .box {
    height: fit-content;
  }
  .supage_209 .contact-us .contact-left,
  .supage_209 .contact-us .contact-right {
    width: 100%;
    float: inherit;
  }
  .supage_209 .contact-us .contact-right .contact-submit-xinx > div {
    width: 90% !important;
    margin-top: 0.1rem !important;
    text-align: center!important;
  }
}
.supage_209 #allmap {
  height: 6.82rem;
  width: 100%;
}
.supage_209 .template_main_color {
  color: #e2211a;
}
.supage_209 .template_main_back {
  background-color: #e2211a;
}
.supage_209 .template_main_border {
  border-color: #e2211a;
}
