body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */

dl, dt, dd, ul, ol, li, /* list elements 列表元素 */

pre, /* text formatting elements 文本格式元素 */

fieldset, lengend, button, input, textarea, /* form elements 表单元素 */

th, td { /* table elements 表格元素 */

  margin: 0;

  padding: 0;

}


body,button, input, select, textarea { /* for ie */

  /*font: 12px/1 Tahoma, Helvetica, Arial, "黑体", sans-serif;*/

  font: 12px/1 "\u9ed1\u4f53",Tahoma, Helvetica, Arial ,"黑体" sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
  font-size: 16px;
}
h1 { font-size: 18px; }

h2 { font-size: 1em; }

h3 { font-size: 0.8em;font-family: 黑体; }

h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */

code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */

small { font-size: 14px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
ul, ol { list-style: none; }
a { text-decoration: none;color: #8e8f95; }

a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */

  border-bottom: 1px dotted;

  cursor: help;

}

q:before, q:after { content: ''; }
legend { color: #000; } /* for ie6 */

fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */

/* 注：optgroup 无法扶正 */

button, input, select, textarea {

  font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */

}
p{
  margin: auto;
}
@media only screen and (max-width: 641px) {
   img{
    width: 100%;
  }
}
hr {

  border: none;

  height: 1px;

}
table {

  border-collapse: collapse;

  border-spacing: 0;

}

[v-cloak] {
  display: none;
}

/*滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  /*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  /* background: rgba(243, 243, 243, 0.397); */
  background: rgba(112, 111, 111, 0);
}

:hover::-webkit-scrollbar-thumb {
  background: rgba(112, 111, 111, 0.3);
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  border-radius: 5px;
  /* background: rgba(1, 56, 99, 0.719); */
  background: rgba(1, 56, 99, 0);
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* -------------------------------------------头部样式start--------------- */

.wap-head{
  height: 5.18rem;
  width: 100%;
  background-color: #B9121B;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  line-height: 4.18rem;
  background-image: url('../images/index/img01@2x.png');
  background-repeat: no-repeat;
  background-position-x: 72%;
  background-size: 213px 30px;
  /* align-items: center; */
  background-position-y: 47%;
  /* align-items: center; */
}
.wap-img{
  height: 2.18rem;
  width: 11.25rem;
  display: inline-block;
  margin-left: 4%;
}
.wap-img img{
  margin-top: 4%;
}
.wap-r{
  width: 27%;
  color: #fff;
  /* margin-right: 5%; */
  /* text-align: center; */
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
}
.wap-r i{
  font-size: 1.56rem;
}
.wap-liebiao{
  margin-left: 1%;
}

.am-header-default{
  background-color: #B9121B;
}

.am-header {
  position: relative;
  width: 100%;
  height: 9rem;
  line-height: 9rem;
  padding: 0 0.8rem;
}

.am-menu-offcanvas1 .am-menu-nav>.am-parent>a:after {
  content: "\f104";
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}




.am-header .am-header-nav img {
  height: 5rem;
  width: auto;
  margin-top: 22px;
  vertical-align: middle
}

.am-header-default .am-header-icon {
  font-size: 2.56rem;
}

.am-menu-offcanvas1 .am-menu-toggle {
  position: absolute;
  right: 1.4rem;
  display: block;
  width: 10%;
  height: 2rem;
  line-height: 5rem;
  text-align: center;
  top: -5rem;
  color: #fff
}

.menu{
  font-size: 1.56rem !important;
}
.search{
  right: 6rem;
  top: 0.4rem !important;
}

.am-menu-offcanvas1 .am-menu-nav>li>a {
  height: 44px;
  line-height: 44px;
  text-indent: 15px;
  padding: 0;
  position: relative;
  color: #fff;
  border-top: 1px solid #fff;
  /*-webkit-box-shadow: inset 0 1px 0 #fff;*/
  /*box-shadow: inset 0 1px 0 #fff;*/
  /*text-shadow: 0 1px 0 #fff*/
}

.am-menu-offcanvas1 .am-menu-nav {
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff
}


/* -------------------------------------------头部样式end--------------- */



/* -----------------底部样式start----------------------- */
.wap-footer{
  width: 100%;
  margin-top: 2rem;
}
.wap-footer-t{
  background-color: #B9121B;
  /* height: 14rem; */
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 1rem;

}
.wap-footer-t p{
  margin: auto;
}
.wap-yqlj{
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  width: 90%;
  margin: 1.6rem auto;
}
.wap-yqlj a{
  color: #fff;
  margin: 0.3rem;
}
.wap-footer-b{
  background-color: #373737;
  /* height: 10vh; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 0.8rem;
  align-content: center;
  /* line-height: 2vh; */
  color: #fff;
  padding: 0.6rem;
  margin-top: -1.6rem;

}

.am-offcanvas-bar{
  background:#b9121b;
}



/* -----------------底部样式end----------------------- */