* {
  padding: 0;
  margin: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.full00 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ab {
  position: absolute;
}

.re {
  position: relative;
}

.no {
  display: none;
}

.db {
  display: block;
}

.oh {
  overflow: hidden;
}

.ic{
  object-fit: cover;
}


body {
  font-size: .16rem;
  width: 100%;
  height: 100%;
  overflow-x: visible;
  background: #FFF;
}


a {
  text-decoration: none;
}

.header {
  background: #FFF;
  width: 100%;
  position: fixed;
  padding: 0 2.6rem;
  top: 0;
  z-index: 999;
}

.h_title {
  color: rgba(34,34,34,.7);
  font-size: .18rem;
  line-height: .5rem;
  height: .5rem;
  width: 100%;
}

.navigation {
  width: 100%;
  height: .55rem;
  display: flex;
  margin-top: .2rem;
  align-items: center;
  padding-bottom: .06rem;
  border-bottom: .01rem solid #f0f0f0;
}

.hn_img {
  width: 1.38rem;
  height: .55rem;
}

.hni_herf {
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat center;
  background-size: 100%;
}

.hn_router {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.hnr_box {
  display: flex;
  align-items: center;
}

.hnr_box div {
  margin-left: .6rem;
  color: #FFF;
  text-align: center;
  line-height: .16rem;
}

.hn_href {
  color: rgba(34,34,34,.7);
  transition: color .3s ease-in-out;
  line-height: 1;
}

.hnr_workbench {
  width: 1.1rem;
  height: .34rem;
}

.hnrw_href {
  line-height: .34rem;
  text-align: center;
  border-radius: .2rem;
  color: #f8922e;
  border: .01rem solid #f8922e;
}

.banner {
  margin-top: 1.2rem;
  width: 100%;
  height: 6rem;
  background: #000fff;
  overflow: hidden;
}


.swiper-container {
  width: 100%;
  height: 100%;
}


.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 1.5rem;
  color: #9f9f9f;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 1.5rem;
  color: #9f9f9f;
}




.footer {
  width: 100%;
  background: #212121;
}

.f_top {
  width: 100%;
  height: 1.36rem;
  border-bottom: 1px solid #bebebe;
  padding: 0 2.6rem;
  color: #FFF;
  font-size: .28rem;
  line-height: 1.36rem;
}

.f_top a {
  color: #FFF;
}

.f_center {
  padding: .88rem 2.6rem 0;
  border-bottom: 1px solid #bebebe;
  width: 100%;
  height: 4.4rem;
}

.fco_ul {
  display: flex;
  justify-content: space-between;
}

.fcou_li {
  color: #FFF;
  font-size: .32rem;
  height: .66rem;
  line-height: .66rem;
}

.fc_two,
.fc_three {
  color: #FFF;
  font-size: .26rem;
  height: .6rem;
  line-height: .6rem;
}

.fc_four {
  width: 1.2rem;
  height: 1.2rem;
  right: 2.62rem;
  top: 1.8rem;
}

.f_bottom {
  width: 100%;
  height: 2.06rem;
  padding: .32rem 2.6rem 0;
  color: #FFF;
  font-size: .12rem;
}

.main{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: .2rem;
  justify-items: center;
  padding: 1.6rem 2.4rem 2.1rem;
}

.m_box{
  width: 6.9rem;
  height: 5.8rem;
  background: #f0f0f0;
  border-radius: .15rem;
  padding: .4rem;
  display: flex;
}

.mb_right{
  flex: 1;
  margin-left: .2rem;
}

.mbr_one{
  font-size: .36rem;
  color: #333;
  line-height: 1.58rem;
}

.mbr_two{
  font-size: .18rem;
  color: #78787c;
  line-height: .76rem;

}

.mbr_three{
  font-size: .18rem;
  font-weight: bold;
  color: #333;
  margin-bottom: .18rem;
  cursor: pointer;
}

.mb_img{
  width: 1.58rem;
  height: 1.58rem;
}

.bulletFrame{
  position: fixed;
  background: rgba(0,0,0,.6);
  z-index: 999999;
}

.bf_box{
  border-radius: .1rem;
  width: 6.9rem;
  height: 4.2rem;
  margin: 1rem auto 0;
  background: #f8f8f8;
}

.bfb_top{
  width: 100%;
  height: .54rem;
  background: #f8922e;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 0 .2rem;
}

.bfbt_txt{
  font-size: .22rem;
  color: #FFF;

}

.bfbt_close{
  cursor: pointer;
  width: 0.22rem;
  height: 0.22rem;
}

.bfb_main{
  width: 100%;
  height: calc(100% - .54rem);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bfbm_box{
  border-radius: .1rem;
  width: 2.22rem;
  height: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
}

.bfbmb_one{
  width: .5rem;
  height: .5rem;
  margin-top: .36rem;
}

.bfbmb_two{
  margin: .2rem 0;
  font-size: .18rem;
}

.bfbmb_three{
  width: 1rem;
  height: 1rem;
}

.bfbmb_four{
  font-size: .14rem;
  margin: .3rem 0;
}

.bfbmb_five{
  font-size: .16rem;
}

.bfbmb_six{
  font-size: .2rem;
  color: #f97615;
}




.swiper-slide{
  background: #f0f0f0;
}

/* ***************************************************************************** */

.hn_href:hover {
  color: #ff6000;
}

.moveStop {
  top: -.8rem;
  -webkit-transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}

.moveGo {
  top: 0;
}

.borderB{
  box-shadow: 0 0 10px 2px rgb(34 34 34 / 10%);
}
