body {
  min-width: 320px;
  max-width: 750px;
  width: 10rem;
  font-family: Arial, Helvetica, -apple-system, "Microsoft Yahei";
  background: #f7f7f7;
  margin: 0;
  line-height: 1.5;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 75px!important;
  }
}
@media screen and (max-width: 465px) {
  .searchbox {
    width: 260px !important;
  }
  .search {
    left: 16%!important;
  }
}

/*点击高亮我们需要清除清除  设置为transparent 完成透明*/
* {
  -webkit-tap-highlight-color: transparent;
}
.pc {
  display: none;
}
/*在移动端浏览器默认的外观在iOS上加上这个属性才能给按钮和输入框自定义样式*/
input {
  -webkit-appearance: none;
}
button,
input {
  font-family: "Microsoft YaHei", "Arial Narrow";
  border: 0;
  box-sizing: border-box;
  outline: none;
  background: none;
}
button {
  cursor: pointer;
}
/*禁用长按页面时的弹出菜单*/
img,
a {
  -webkit-touch-callout: none;
}
a {
  color: #666;
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  vertical-align: middle;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.mhead {
  width: 100%;
  height: 5.68rem;
  background: #225b9d;
}
.mtop {
  width: 100%;
  height: 1.0667rem;
  background: rgba(150, 150, 150, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.mmda {
  width: 3.68rem;
  height: 1.0667rem;
  line-height: 1.0667rem;
}
.mmda a {
  display: block;
  margin-right: 0.4533rem;
  float: left;
}
.mmda a img {
  display: inline-block;
  height: 0.5333rem;
  vertical-align: middle;
}
.mw {
  display: block;
  line-height: 1.0667rem;
  font-size: 0.3733rem;
  color: #ffffff;
}
.headcot {
  height: 4.6133rem;
  position: relative;
}
.mbu {
  display: inline-block;
  width: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mtt {
  width: 6.5067rem;
  position: absolute;
  left: 18%;
  top: 5%;
  z-index: 1;
}
.search {
  width: 294px;
  height: 36px;
  line-height: 36px;
  padding-top: 22px;
  box-sizing: border-box;
  position: absolute;
  bottom: 25%;
  left: 30%;
}
.searchbox {
  width: 294px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  background: #ffffff;
  padding-left: 12px;
  font-size: 18px;
  color: #777777;
  position: relative;
  box-sizing: border-box;
}
.searchbox button {
  width: 24px;
  height: 24px;
  background: url(../images/searchicon.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 4px;
}
.mnavbar {
  width: 100%;
  height: 3.6533rem;
  background-color: #fff;
  padding: 0 0.32rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5333rem;
}
.mnavbar li {
  width: 2.32rem;
  height: 1.6rem;
  padding-top: 0.2667rem;
  box-sizing: border-box;
}
.mnavbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mnavbar a img {
  width: 0.6133rem;
  height: 0.56rem;
}
.mnavbar a span {
  display: inline-block;
  font-size: 0.4rem;
  color: #555555;
  margin-top: 0.24rem;
}

.mline {
  width: 100%;
  height: 2.1333rem;
  background-color: #fff;
  padding: 0 0.32rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5333rem;
}
.mline img {
  display: inline-block;
  width: 1.3333rem;
  margin-right: 0.2667rem;
  margin-top: 0.4rem;
}
.mnew {
  font-size: 0.4rem;
  color: #366aa6;
  font-weight: bold;
  display: block;
  margin-top: 0.4rem;
}
.picscr {
  width: 100%;
  height: 5.76rem;
  margin-bottom: 0.5333rem;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  bottom: 4% !important;
  left: 36% !important;
}
.picscr .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.36rem));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.36rem));
  background: var(--swiper-pagination-bullet-inactive-color, #afafaf);
  margin-left: 0.066667rem;
}
.picscr .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, #1e53a1);
}
.swiper-slide .pictt {
  width: 100%;
  height: 1.066667rem;
  font-size: 0.32rem;
  line-height: 1.066667rem;
  text-align: left;
  padding-left: 0.32rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #f7f6f4;
}
.ifm {
  width: 100%;
  height: 6.6667rem;
  margin-bottom: 0.5333rem;
}
.ifm iframe {
  width: 100%;
  height: 6.6667rem;
}
.ifmb {
  height: 8.1067rem;
  margin-bottom: 0.5333rem;
}
.ifmb iframe {
  width: 100%;
  height: 8.1067rem;
}
.coticn {
  width: 100%;
  height: 5.9733rem;
  background-color: #fff;
  padding: 0.32rem 0.1867rem 0.2667rem 0.1867rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5333rem;
}
.coticn a img {
  display: inline-block;
  height: 1.6267rem;
  margin-top: 0.2933rem;
}
.mservice {
  width: 100%;
  height: 5.3333rem;
  padding: 0.3467rem 0.32rem;
  box-sizing: border-box;
  background: url(../images/mserbk.png) no-repeat;
  background-size: cover;
  margin-bottom: 0.5333rem;
}
.msertt {
  display: block;
  height: 1.3867rem;
}
.msertt img {
  display: inline-block;
  width: 5.0667rem;
  margin-left: 0.32rem;
}
.msercot {
  width: 100%;
  height: 3.5733rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.msercot li {
  width: 2.3333rem;
  height: 1.6rem;
}
.msercot a {
  height: 1.3333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.msercot a img {
  display: inline-block;
  width: 0.84rem;
}
.msercot a span {
  display: inline-block;
  font-size: 0.2667rem;
  color: #ffffff;
}
.mfot {
  height: 6.0533rem;
  background-color: #1e589b;
  padding: 0 0.32rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mlink {
  padding: 0 .32rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
.mlink .mltt {
  margin-right: 0;
}
.mlink a {
  display: block;
  margin-right: .2667rem;
  font-size: .3467rem;
  line-height: 1.0667rem;
  color: #ffffff;
  float: left;
}

.mfotcot {
  font-size: 0.3467rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.72rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
}
.brief {
  width: 100%;
  height: 4.1067rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}
.brtt {
  display: block;
  width: 100%;
  height: 1.0667rem;
  line-height: 1.0667rem;
  text-align: center;
  font-size: 0.4267rem;
  color: #555555;
}
.brab {
  display: block;
  font-size: 0.4rem;
  line-height: 0.64rem;
  text-indent: 2em;
}
.brxx {
  display: block;
  font-size: 0.4rem;
  color: #b20000;
  float: right;
}
.leader {
  margin-top: 0.5333rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.bigt {
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  background-color: #dddddd;
  font-size: 0.4rem;
  font-weight: bold;
  color: #555555;
}
.leadercot {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed #ededed;
  padding:  0.32rem;
  box-sizing: border-box;
  background-color: #fff;
}
.lett {
  display: flex;
  flex-direction: column;
}

.lett li:first-child {
  font-size: 0.32rem;
  color: #333333;
  font-weight: bold;
}
.lett li:last-child {
  font-size: 0.3733rem;
  color: #446879;
  font-weight: bold;
}
.letcot {
  display: flex;
  justify-content: space-between;
}
.letcot li img {
  display: inline-block;
  width: 2rem;
  margin-right: 0.2667rem;
}
.letab {
  display: block;
  font-size: 0.4rem;
  line-height: .5067rem;
  color: #555555;
}

