@charset "UTF-8";
/* 重设样式 */
*{margin:0;padding:0;list-style:none;border:none;outline:none;}
html{font-size: 130.667px;}
body{font:12px/1.5 sans-serif;font-style: normal;font-variant:normal;}



/* 内外边距通常让各个浏览器样式的表现位置不同 */



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    margin: 0;

    padding: 0;

    /* font-family: "SourceHanSansCN-Bold", "SourceHanSansCN"; */

    font-family: 'Noto Sans SC','STHeiti Light','Source Han Sans CN','SimHei', "Times New Roman",Georgia,Serif,SimHei;

}

body{

  position: relative;

}

input, select, textarea {font-size: 100%;}



/* 去掉各 Table  cell 的边距并让其边重合 */



table {border-collapse: collapse;border-spacing: 0;}



/* 去除默认边框 */



fieldset, img {border: 0;}



/* 去掉 firefox 下此元素的边框 */



abbr, acronym {border: 0;font-variant: normal;}



/* 一致的 del 样式 */



del {text-decoration: line-through;}



address, caption, cite, code, dfn, em, th, var,i {font-size:100%;font-style: normal;font-weight: normal;}



/* 去掉列表前的标识, li 会继承 */



ol, ul,li {list-style: none;}



/* 对齐是排版最重要的因素, 别让什么都居中 */



caption, th {text-align: left;}



/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */



h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}



q:before, q:after {content: '';}



/* 正常链接 未访问 */



/* 鼠标悬停 */



a:hover {text-decoration:none;}



/* 默认不显示下划线，保持页面简洁 */



ins, a {text-decoration: none;color:#000000;}

html,body{width:100%}

.container{

  width: 100%;

  height: auto;

}

.el_footer_list{

  /* width: 100%; */
  width: 7.5rem;

  height: 1.54rem;
  
  box-shadow: 0px -2px 4px 0px rgba(231,231,231,0.5);

  position: fixed;

  bottom: 0;

  background-color: #fff;

  z-index: 2;

  border-radius: 0.48rem 0.48rem 0 0;

}

.el_footer_list ul{

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: space-between;

}

.el_footer_list ul li{

  width: 33%;

  height: 100%;

  text-align: center;

  font-size: 0.23rem;

  color: #333;

  padding-top: 0.07rem;

  box-sizing: border-box;

}

.el_footer_list ul li.active,.el_footer_list ul li.active a{

  color: white;

  background-color: #0068B7;

}

.el_footer_list ul li a{

  width: 100%;

  height: 100%;

  display: block;

}

.el_footer_list ul li a img,.el_footer_list ul li img{

  width: 0.44rem;

  height: 0.44rem;

  margin: 0.3rem auto 0.03rem auto;

  display: block;

}

/*弹窗*/

.fullbg{
  width: 5.98rem;
  height: 6.68rem;
  background: #ffffff;
  border-radius: 0.16rem;
  position: fixed;
  top: 50%;left: 50%;
  margin-top: -3.34rem;
  margin-left: -2.99rem;
  z-index: 101;
  display: none;
}
.close_index{
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  position: absolute;
  bottom: -1rem;left: 50%;
  margin-left: -0.27rem;
}
.close_index img{
  width: 100%;
  height: 100%;
  display: block;
}

.tltle_pa{
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}
.tltle_pa h1{
  font-size: 0.52rem;
  line-height: 0.52rem;
  font-weight: bold;
  color: #fff;
  margin: 0.7rem 0 0.2rem 0;
}
.tltle_pa p{
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #fff;
}


.windows1{

  position:fixed; z-index:99; top:0px; left:0px; background: #000;opacity:0.5; width: 100%; height: 100%;display: none;

}

.tc_mt20{
      width: 5.42rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 0.5rem;
    }
    .tc_mt20 input{
      width: 1.68rem;
      height: 0.88rem;
      color: #999999;
      background-color: #F2F2F2;
      border-radius: 0.16rem;
      font-size: 0.26rem;
      display: block;
      margin-bottom: 0.28rem;
      padding-left: 0.1rem;
      display: block !important;

    }
    .tc_phone{
      width: 5.42rem !important;
    }
    .tc_mt20 em{
      position: absolute;
      right: 0.5rem;
      font-size: 0.2rem;
      line-height: 0.88rem;
    }
    .tc_mt20 button{
      width: 5.42rem;
      height: 0.88rem;
      text-align: center;
      line-height: 0.88rem;
      color: #fff;
      background-color: #3582fb;
      border-radius: 0.16rem;
      font-size: 0.32rem;
    }





























