.swiper-container {
  width: 100%;
}
.swiper-container .swiper1 {
  position: absolute;
  left: 28% !important;
  bottom: 1.25rem !important;
}
.swiper-container img {
  width: 100%;
}
.swiper-container .swiper-pagination-bullet {
  width: 2rem;
  height: 0.25rem;
  border-radius: 0.1rem;
  background-color: #ffffff !important;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #00216f !important;
}
.tab-bar .tab {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.tab-bar .tab div {
  line-height: 0.9375rem;
  padding: 0.7rem 1rem;
}
.tab-bar .tab div:hover {
  cursor: pointer;
}
.tab-bar .on {
  color: #00226f;
  border-bottom: 3px solid #00226f;
}
.tab-content-item {
  overflow: hidden;
  position: relative;
}
.tab-content-item .swiper-container2 {
  position: relative;
  margin-top: 2.625rem;
}
.tab-content-item .swiper-container2 .swiper-pagination2 {
  position: absolute;
  left: 35%;
  bottom: 0;
}
.tab-content-item .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet {
  width: 2rem;
  height: 0.25rem;
  border-radius: 0.1rem;
}
.tab-content-item .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #00216f;
}
.tab-content-item .swiper-container2 .swiper-content {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.tab-content-item .swiper-container2 .swiper-content .swiper-l {
  width: 30%;
  height: 200px;
}
.tab-content-item .swiper-container2 .swiper-content .swiper-l img {
  width: 300px;
  height: 100%;
}
.tab-content-item .swiper-container2 .swiper-content .swiper-r {
  width: 70%;
  padding-bottom: 1rem;
}
.tab-content-item .swiper-container2 .swiper-content .swiper-r h4 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.tab-content-item .swiper-container2 .swiper-content .swiper-r p {
  font-size: 1.125rem;
}
.mid {
  margin-right: 1.85rem;
}
.new {
  margin-top: 3.125rem;
}
.new .new-head {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.new .new-head p {
  position: absolute;
  background-color: #00226f;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
}
.new .new-head .new-head-l {
  padding-left: 0.7rem;
  height: 1.96875rem;
  line-height: 1.96875rem;
  width: 9.2rem;
  border-width: 0px 2rem 2rem 0px;
  border-style: none solid solid;
  border-color: transparent transparent #00226f;
  color: #ffffff;
  margin-right: auto;
}
.new .new-head .new-head-r {
  color: #666;
}
.new .new-body-item {
  margin-top: 1.34375rem;
  border-bottom: 1px solid #ccc;
}
.new .new-body-item .tiem {
  font-size: 1rem;
  color: #666666;
}
.new .new-body-item .title {
  font-size: 1.175rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.new .new-body-item .text {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 1rem;
}
.about {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.about .about-l {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.about .about-r a {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 6rem;
  line-height: 2rem;
  border: 2px solid #444444;
}
.help ul {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.help ul li {
  padding: 0 1.625rem;
  background-color: #e9e9e9;
  height: 2.8625rem;
  width: 47%;
  margin-bottom: 2.3125rem;
}
.help ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help ul li a i {
  color: #00216f;
  transform: rotate(90deg);
}
.bottom {
  margin-bottom: 4rem;
}
.flix {
  display: block;
  position: fixed;
  right: 0;
  bottom: 7rem;
  z-index: 999;
}
.flix ul li {
  width: 5.125rem;
  height: 5.5625rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #eaeaea;
  border-bottom: 1px solid #ffffff;
  color: #777777;
}
.flix ul li:hover {
  color: #ffffff;
  background-color: #002170;
  cursor: pointer;
}
.flix ul li:nth-child(1) {
  position: relative;
}
.flix ul li:nth-child(1):hover .phoneshow {
  display: block;
}
.flix ul li:nth-child(3) {
  position: relative;
}
.flix ul li:nth-child(3):hover .erweimashow {
  display: block;
}
.flix ul i {
  margin: 0 auto;
  font-size: 2.3875rem;
}
.flix ul p {
  margin-top: -1rem;
  text-align: center;
  width: 100%;
}
.flix .phoneshow {
  position: absolute;
  left: -292%;
  bottom: 5%;
  display: none;
}
.flix .phoneshow .tip {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  margin-left: 1.25rem;
  margin-top: 1.25rem;
  width: 12.5rem;
  height: 4.6875rem;
  background-color: #00226f;
  padding: 10px;
  /*设置圆角*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.flix .phoneshow .tip .tip-trangle-right {
  position: absolute;
  top: 15px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #00226f;
}
.flix .erweimashow {
  position: absolute;
  left: -292%;
  bottom: -67%;
  display: none;
}
.flix .erweimashow .tip2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.25rem;
  margin-left: 1.25rem;
  margin-top: 1.25rem;
  width: 12.5rem;
  background-color: #00226f;
  padding: 10px;
  padding-bottom: 0;
  /*设置圆角*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.flix .erweimashow .tip2 .tip-trangle-right2 {
  position: absolute;
  top: 15px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #00226f;
}
.flix .erweimashow .tip2 img {
  max-width: 100%;
  height: 6.6875rem;
}
.flix .erweimashow .tip2 p {
  margin-top: 0.1rem;
  display: block;
}
.over_one_line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.over_two_lines {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over_four_lines {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media only screen and (min-width: 960px) {
  .move-swip {
    display: none;
  }
  .address {
    display: flex;
  }
  .address-move {
    display: none;
  }
  .swiper-content {
    display: flex;
  }
  .swiper-content-move {
    display: none;
  }
}
@media only screen and (mix-width: 768px) {
  .over_four_lines {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media only screen and (max-width: 960px) {
  .swiper-content {
    display: none !important;
  }
  .swiper1 .swiper-pagination {
    left: 0 !important;
  }
  .swiper1 .swiper-pagination-bullet {
    background-color: #ffffff !important;
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 50% !important;
  }
  .help ul {
    justify-content: center;
  }
  .help ul li {
    width: 80%;
  }
  .swiper-content-move {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .swiper-content-move .swiper-box {
    width: 47%;
  }
  .swiper-content-move .swiper-box .swiper-img {
    width: 100% !important;
    height: 120px !important;
  }
  .swiper-content-move .swiper-box .swiper-img img {
    width: 100% !important;
    height: 100% !important;
  }
  .swiper-content-move .swiper-box .swipt-p {
    margin-top: 0.5rem;
  }
  .swiper-container2 {
    margin-top: 3rem !important;
  }
  .swiper-pagination2 {
    bottom: -12% !important;
  }
  .mid {
    margin-right: 0 !important;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  z-index: 99;
}
