/*移动端通用样式*/
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
input,
button {
  outline: none;
  box-shadow: none;
}
a {
  color: #000000;
  text-decoration: none;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
table {
  border-collapse: collapse;
}
.hide {
  display: none;
}
.mobile_con {
  font-size: 0.24rem;
  font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  margin: 0 auto;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
  /*header*/
  /*footer-text*/
  /*查看更多*/
  /*分页*/
  /*标题样式*/
  /*索引*/
  /*简介*/
  /*搜索框*/
  /*导航栏菜单*/
}
.mobile_con .w {
  margin: 0 auto;
  width: 92%;
}
.mobile_con .search {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../img/search.png);
  margin-left: 372px;
  position: relative;
  top: 3px;
}
.mobile_con .menu {
  display: inline-block;
  width: 0.32rem;
  height: 1rem;
  background: url(../img/menu.png) center no-repeat;
  background-size: 0.32rem;
  position: absolute;
  right: 4%;
  top: 0px;
}
.mobile_con .header {
  width: 100%;
  height: 1rem;
  position: relative;
  border-bottom: #ccc 1px solid;
}
.mobile_con .logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 4%;
  width: 50%;
  height: 1rem;
}
.mobile_con .logo img {
  max-width: 100%;
  max-height: 60%;
}
.mobile_con .footer-text {
  padding: 0.15rem 0.1rem;
  width: 100%;
  text-align: center;
  line-height: 0.4rem;
  background: #666460;
  margin-top: 0.3rem;
  color: #fff;
}
.mobile_con .hp-more {
  width: 92%;
  height: 0.7rem;
  margin: 0.4rem auto;
  font-size: 0.24rem;
  text-align: center;
  color: #666666;
  line-height: 0.7rem;
  border: 1px dotted #E6E6E6;
  box-sizing: border-box;
}
.mobile_con .flip {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px;
  text-align: center;
  line-height: 60px;
}
.mobile_con .flip a {
  display: inline-block;
  width: calc(50% - 10px);
  height: 60px;
  background: #D7D4CF;
}
.mobile_con .flip .fnext {
  margin-left: 20px;
}
.mobile_con .flip .active {
  background: #C0BBB5;
}
.mobile_con .flip i {
  display: inline-block;
  width: 23px;
  height: 12px;
}
.mobile_con .fprev i {
  background: url(../img/shang.png) no-repeat;
}
.mobile_con .fnext i {
  background: url(../img/xia.png) no-repeat;
}
.mobile_con .gkbanner {
  width: 100%;
}
.mobile_con .gkbanner img {
  display: block;
  width: 100%;
  height: 2.56rem;
  object-fit: cover;
}
.mobile_con .gktitle {
  margin: 0.3rem 0;
  font-size: 0.3rem;
  text-align: center;
  font-weight: normal;
}
.mobile_con .gktitle span {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../img/yuan.png) no-repeat;
  background-size: 100% auto;
  margin-right: 0.1rem;
  position: relative;
  top: -0.05rem;
}
.mobile_con .container-style {
  width: 92%;
  margin: 0 auto;
}
.mobile_con .nc-type {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.mobile_con .nc-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 0.1rem);
  height: 0.7rem;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.7rem;
  background: #E5E3E0;
}
.mobile_con .nc-type a:last-child {
  margin-left: 0.2rem;
}
.mobile_con .nc-type .active {
  color: #fff;
  background: #DF2C25;
}
.mobile_con .nc-type i {
  display: block;
  margin-right: 0.1rem;
  position: relative;
}
.mobile_con .jianjie {
  overflow: hidden;
}
.mobile_con .jj-photo {
  width: 3.5rem;
  height: 2.56rem;
  border: 1px solid #DBD8D3;
  margin: 0.25rem 0.25rem 0px 0px;
  position: relative;
}
.mobile_con .jj-photo img {
  position: absolute;
  top: -0.13rem;
  left: 0.1rem;
  width: 100%;
  height: 2.56rem;
  object-fit: cover;
}
.mobile_con .text {
  line-height: 0.5rem;
  font-size: 0.24rem;
  text-align: justify;
  color: #666666;
}
.mobile_con .content {
  margin-bottom: 0.3rem;
}
.mobile_con .jj-icon {
  display: inline-block;
  background: url(../img/st.png) left center no-repeat;
  background-size: auto 100%;
  width: calc(100% - 3.5rem - 0.25rem - 2px);
  height: 0.3rem;
  margin-top: 0.12rem;
}
.mobile_con .jj-content {
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.mobile_con .search-infor {
  overflow: hidden;
  position: relative;
}
.mobile_con .search-input {
  width: calc(100% - 0.94rem - 2px);
  height: 0.94rem;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  border: 1px solid #E6E6E6;
}
.mobile_con .search-style {
  display: inline-block;
  width: 0.94rem;
  height: 0.94rem;
  background: #DF2C25;
  padding: 0.25rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0px;
  border: none;
}
.mobile_con .search-infor span {
  display: inline-block;
  width: 0.49rem;
  height: 0.49rem;
  background: url(../img/djks.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.22rem;
  right: 0.18rem;
}
.mobile_con .clear {
  content: "";
  display: table;
  clear: both;
}
.mobile_con .navbar {
  position: absolute;
  top: 1rem;
  left: 0px;
  z-index: 1000;
  padding: 0.3rem 0.3rem 0.6rem;
  width: 3.75rem;
  max-height: calc(100vh - 1rem);
  overflow-y: auto;
  box-sizing: border-box;
  background: #9F0000;
}
.mobile_con .nav-search {
  position: relative;
}
.mobile_con .nav-input {
  width: 690px;
  height: 80px;
  color: #fff;
  font-size: 24px;
  background: #880000;
  border: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.mobile_con .nav-search-icon {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../img/nav-search.png) no-repeat;
  position: absolute;
  top: 23.5px;
  right: 26px;
  border: none;
}
.mobile_con .nav-list {
  margin: 0px 0.1rem 0.8rem;
}
.mobile_con .nav-detail span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0.25rem;
}
.mobile_con .nav-detail h1 {
  font-weight: normal;
  font-size: 0.3rem;
  color: #fff;
  border-bottom: 2px solid #AD1A0A;
  padding: 0.3rem 0.25rem;
  position: relative;
}
.mobile_con .nav-title span {
  width: 0.28rem;
  height: 100%;
  background: url(../img/jia.png) center no-repeat;
  background-size: 100% auto;
}
.mobile_con .nav-title .active {
  background: url(../img/jian.png) center no-repeat;
  background-size: 0.22rem auto;
}
.mobile_con .nav-infor {
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #AD1A0A;
  display: none;
}
.mobile_con .nav-infor a {
  display: inline-block;
  padding: 0.3rem 0.25rem;
  font-size: 0.24rem;
  color: #fff;
  box-sizing: border-box;
}
.mobile_con .nav-infor li {
  position: relative;
}
.mobile_con .nav-infor span {
  width: 0.09rem;
  height: 100%;
  background: url(../img/you-ico.png) center no-repeat;
  background-size: 100% auto;
}
.mobile_con .shou {
  height: 0.7rem;
  background: #fff;
  color: #9F0000;
  font-size: 0.3rem;
  line-height: 0.7rem;
  text-align: center;
}
.mobile_con .fade {
  display: none;
}
.mobile_con .pd-infro {
  display: none;
}
.mobile_con .show {
  display: block;
}
.mobile_con .header-search {
  position: absolute;
  right: calc(4% + 0.7rem);
  top: 0;
  width: 0.35rem;
  height: 1rem;
  background: url(../img/search.png) center no-repeat;
  background-size: 100% auto;
}
