
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
dl,
form,
input,
textarea,
article,
section,
img,
li {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    font-family: '微软雅黑', "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, simsun, sans-serif;
}
a{
    text-decoration:none
}
ul li{
    list-style-type:none;
}
.flex{
    display: flex;
    align-items: center;
  }
  .flex-around{
    display: flex;
    align-items: center;
    justify-content: space-around
  }
  .flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between
  }
  .flex-around{
    display: flex;
    align-items: center;
    justify-content: space-around
  }
  .flex-center{
    display: flex;
    align-items: center;
    justify-content: center
  }
  .flex-y{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flex-y-around{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around
  }
  .flex-y-between{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
  }
  .flex-y-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
/*自定义滚动条的伪对象选择器, CSS 可以隐藏滚动条*/
.box::-webkit-scrollbar{
  display: none;
}
/* 设置滚动条宽度 */


::-webkit-scrollbar {

  display: none;/*隐藏滚轮*/
  
  }
  main{
      margin-top: 1rem;
      margin-bottom: 1.5rem;
  }
header{
    width: 100%;
	height: 1rem;
    /* background-color: rgba(0, 0, 0,.2); */
    background-color: #fff;
    position: fixed;
    top:0;
    box-sizing: border-box;
    z-index:999
}
header>.menu>a>img{
    width: .83rem;
    height: 0.72rem;
} 
header>.menu{
    padding: 0.15rem 0.3rem;
    box-sizing: border-box;
}
header>ul{
   display: none;
  
}
header>ul>li{
position: relative;
}
header>.menu>div>img{
  margin-left: 0.1rem;
    width: 0.5rem;
    height: 0.36rem;
}
header>.menu>div>p{
  font-size: 0.32rem;
	letter-spacing: 0.01rem;
	color: #313638;
}


header>ul>li>.p-back{
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: #fff;
  font-size: 0.32rem;
  letter-spacing: 0.02rem;
  color: #000;
  font-weight: bold;
  margin-right: 0.1rem;
  text-align: center;
}
header>ul>li>.p-back>a{
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #fff;
    font-size: 0.32rem;
    letter-spacing: 0.02rem;
    color: #000;
    font-weight: bold;
    margin-right: 0.1rem;
    text-align: center;
  }
header>ul>li>.p-back1{
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #b50005;
    font-size: 0.32rem;
    letter-spacing: 0.02rem;
    color: #fff;
    font-weight: bold;
    margin-right: 0.1rem;
    text-align: center;
  }

  /* header>ul>li>.first-nav>p>a{
    font-size: 0.32rem;
    letter-spacing: 0.02rem;
    color: #0d265c;
    font-weight: bold;
    margin-right: 0.1rem;
  } */
  header>ul>li .sanjiao{
    position: absolute;
    top:0.61rem;
    transform: translateY(-50%);
    right: 35%;
    display: block;
    width:0;
    height:0;
    border-right:0.15rem solid transparent;
    border-left:0.15rem  solid transparent;
    border-top:0.1rem  solid #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
  header>ul>li .sanjiao1{
    position: absolute;
    top:0.61rem;
    transform: translateY(-50%);
    right: 35%;
    display: block;
    width:0;
    height:0;
    border-right:0.15rem solid transparent;
    border-left:0.15rem  solid transparent;
    border-top:0.1rem  solid #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header>ul>li>.second-nav{
    background-color: #DFDFDF;
    box-sizing: border-box;
    padding-left:1.3rem
  }

  .second-nav:after{
    content: "";
    display: block;
    clear: both;
  }
  .second-nav>ul{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
     border-top:0.04rem solid #fff;
     padding:0 1.2rem;
  box-sizing: border-box;
  }

.second-nav>li{
  width:2rem;
  height: 1rem;
  line-height: 1rem;
  float: left;
 margin-left: 0.5rem;
 margin-right: 0.5rem;
}
.second-nav>li:nth-child(even){
  margin-right: 0.5rem;
 margin-left: 0.5rem;
}
  .second-nav>li>a{
    font-size: 0.28rem;
	letter-spacing: 0.01rem;
    color: #333333;
	opacity: 0.8;
}

.clear {
  clear: both;
  zoom: 1;
}


.in-nav {
  margin: 0.5rem auto;
  text-align: center;
  flex-wrap: wrap;
}
.in-nav li.active a {
  background-color: #e45291;
  color: #fff;
  border: 0.01rem solid #e45291;
}

.in-nav li a {
  display: block;
  padding: 0.08rem 0.2rem;
  border: 0.01rem solid #ccc;
  color: #666;
  font-size: 0.24rem;
}
.in-nav li {
  margin: 0 0.1rem;
}
.swiper-slide>img{
  width: 100%;
height: 4.22rem;
object-fit: cover
}
.swiper-slide>a{
 display: block;
 /* padding:0 0.25rem */
}
.swiper-slide>a>h4{
  font-size: 0.32rem;
letter-spacing: 0.01rem;
  color: #333333;
  font-weight: bold; 
  margin:0.9rem 0.25rem 0.4rem
}
.swiper-slide>a>p{
  font-size: 0.24rem;
font-weight: normal;
font-stretch: normal;
line-height: 0.4rem;
letter-spacing: .1rem;
  color: #666666;
  margin:0 0.25rem;
  margin-bottom: 0.9rem;
}

.in-banner {
  width: 100%;
  height: 3rem;
  background: no-repeat center;
  background-size: cover;
}
.in-title {
  width: 3rem;
  height: 1.4rem;
  color:#fff;
  position: relative;
}
.in-title>img{
  width: 3rem;
  height: 1.4rem; 
}
.in-title h2 {
  font-size: 0.36rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 15%;
}
.in-title p {
  width:3rem ;
  text-align: center;
  font-size: 0.2rem;
  position: absolute;
  left:50%;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0.5;
  bottom:15%;
}
.bread-nav {
  margin: 0.3rem 0;
  color: #999;
}
.bread-nav a {
  color: #999;
  font-size: 0.24rem;
}



footer{
    width: 100%;
    position: fixed;
    bottom: 0rem;
    z-index:99
    
}
footer>.foot-nav{
    width: 100%;
	height: 1rem;
    background-color: #b50005;
    box-sizing: border-box;
    padding:0 0.5rem;
}
footer>.foot-nav>div>.tb img{
    width:0.4rem;
    height:0.4rem;
}
footer>.foot-nav>div>.tb p{
    font-size: 0.24rem;
	color: #fff;
}
.foot-nav>.bm-yuan{
    width:1.3rem;
    height: 1.3rem;
    background-color: #b50005;
    box-shadow: 0px 4px 0px 0px 
    rgba(13, 38, 92, 0.09);
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
    position: absolute;
    left:50%;
    bottom: 14%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} 
.foot-nav>.bm-yuan P{
  width: 0.64rem;
  font-size:0.3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

.code-fixed{
  position: fixed;
  width:100%;
  height:100%;
  background: rgba(0,0,0,.3);
  top:0;
  left:0;
  z-index:99;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  display: none;
}
#nav{
  margin-top: -0.1rem;
}

.pull-down{
  position:relative;overflow:hidden;height:0;
  max-height: 1rem;
  width: 100%;
}
.pull-down-content{
  position:absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 0.5rem;
  color: #999 ;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.btn-more {
  display: block;
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fefefe;
  background-color: #b50005;
  text-align: center;
  margin: 0.5rem auto;
  font-size: 0.24rem;

}