body {
  min-width: 320px;
  max-width: 750px;
  width: 10rem;
  font-family: Arial, Helvetica, -apple-system, "Microsoft Yahei";
  background: #f7f7f7;
  margin: 0 auto;
  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;
}

html {
  display: block !important;
  overflow: scroll;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 75px !important;
  }
}

@media screen and (max-width: 465px) {
  .search {
    left: 15% !important;
  }

  .msertt img {
    margin-top: -0.7rem;
  }
}

@media screen and (min-width: 350px) and (max-width: 420px) {
  .search {
    left: 10% !important;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

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;
  max-width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

head {
  width: 10rem;
  height: 5.8667rem;
  background: url(../images/mbk.png) no-repeat;
}

.mtop {
  width: 10rem;
  height: 1.0667rem;
  background-color: 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: 9rem;
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: 1;
}

.search {
  width: 294px;
  height: 36px;
  line-height: 36px;
  padding-top: 22px;
  box-sizing: border-box;
  position: absolute;
  bottom: 25%;
  left: 32%;
}

.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 ul {
  height: 2rem;
  background-color: #1e53a1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.32rem;
  box-sizing: border-box;
  margin-bottom: 0.5333rem;
}

.mnavbar li {
  flex: 1 1 25%;
}

/* .mnavbar li:nth-child(7) {
  flex: 1 1 50%;
} */

.mnavbar li a {
  display: block;
  color: #ffffff;
  font-size: 0.4267rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
}

.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.5rem;
  margin-right: 0.2667rem;
  margin-top: 0.4rem;
}

.mnew {
  font-size: 0.4rem;
  color: #366aa6;
  font-weight: bold;
  display: block;
  margin-top: 0.57rem;
  margin-left: 0.1rem;
}

.picscr {
  width: 100%;
  height: 5.76rem;
  margin-bottom: 0.5333rem;
}

.picscr .swiper {
  width: 100%;
  height: 100%;
}

.picscr .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;
}

.picscr .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picscr .swiper-pagination {
  bottom: 0 !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;
}

.cloumn {
  padding: 0 0.32rem;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 0.5333rem;
}

.cltt {
  height: 1.0667rem;
  line-height: 1.0667rem;
  display: flex;
  justify-content: space-between;
}

.cltitle {
  font-size: 0.4267rem;
  color: #366aa6;
}

.clmore {
  display: block;
  width: 1.2667rem;
  font-size: 0.3733rem;
  color: #797979;
  text-align: center;
}

.cloumnlis {
  padding: 0.1333rem 0;
  box-sizing: border-box;
}

.cloumnlis li a::before,
.tablis li a::before {
  content: '\2022';
  color: #b0b0b0;
  font-size: 0.2667rem;
  margin-right: 0.1333rem;
}

.cloumnlis li a,
.tablis li a {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3733rem;
  color: #696969;
}

.mbanner {
  display: block;
  width: 10rem;
  margin-bottom: 0.5333rem;
}

.mbanner img {
  width: 10rem;
}

/* tab切换 */
.bigBox {
  width: 10rem;
  height: 6.6667rem;
  background: #ffffff;
  margin-bottom: 0.5333rem;
}

.bigBox ul {
  height: 1.2rem;
  display: flex;
  justify-content: space-evenly;
}

.bigBox ul li {
  width: 5rem;
  background: #3592d4;
  align-items: center;
  transition: all 0.7s ease 0s;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.4267rem;
  color: #ffffff;
  text-align: center;
}

.bigBox ul li:hover {
  background-color: #215a9c;
  cursor: pointer;
}

.bigBox ul li a {
  height: 1.2rem;
  line-height: 1.2rem;
  display: block;
  font-size: 0.4267rem;
  color: #ffffff;
  text-align: center;
}

.box {
  width: 100%;
  height: 5.4667rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  overflow: hidden;
}

.box>div {
  width: 100%;
  height: 5.4667rem;
}

.tablis {
  padding-top: 0.1333rem;
  box-sizing: border-box;
}

.tabmore {
  display: block;
  width: 4.506667rem;
  height: 0.64rem;
  line-height: 0.64rem;
  margin: 0.266667rem auto;
  border-radius: 0.3467rem;
  box-shadow: 4px 4px 10px rgba(126, 130, 132, 0.3);
  font-size: 0.346667rem;
  color: #666666;
  background-color: #f4f4f4;
  text-align: center;
}

.active {
  background: #215a9c !important;
}

.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: .2933rem;
  color: #ffffff;
}

.culture {
  position: relative;
}

.culture .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 0.1333rem;
  box-sizing: border-box;
}

.culture .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;
}

.culture .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.6667rem;
  margin: 0 auto;
}

.culture .swiper-slide a img {
  height: 4.44rem;
}

.culture .swiper-slide a span {
  color: #555555;
  font-size: 0.3733rem;
  margin-top: 0.2667rem;
}

footer {
  background-color: #1e589b;
  padding: 0 0.32rem;
  box-sizing: border-box;
}

.mlink {
  height: 1.0667rem;
  line-height: 1.0667rem;
  border-bottom: 1px solid #ffffff;
}

.mlink a {
  display: block;
  height: 1.0667rem;
  line-height: 1.0667rem;
  font-size: 0.3467rem;
  margin-right: 0.2667rem;
  color: #ffffff;
  float: left;
}

.minf {
  font-size: 0.3467rem;
  color: #ffffff;
  line-height: 0.72rem;
  text-align: center;
  overflow: hidden;
}