.homepage {
  font-size: 1rem;
}
.homepage .title_common {
  font-size: 2.2571rem;
}
.homepage .title_common::after {
  content: '';
  display: block;
  margin-top: 0.753rem;
  width: 4.08rem;
  height: 2px;
  background: #0d3387;
}
.homepage .btn {
  width: 8.025rem;
  height: 2.383rem;
  border: 1px solid #0d3387;
  display: flex;
  align-items: center;
  color: #0d3387;
  justify-content: center;
  border-radius: 2.383rem;
}
.homepage .btn:hover {
  background: #0d3387;
  color: #fff;
}
.homepage .banner .bg {
  width: 100%;
}
.homepage .banner .bd {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
}
.homepage .banner .bd .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.63rem;
}
.homepage .banner .bd dd {
  font-size: 2.64rem;
}
.homepage .banner .bd dt {
  font-size: 6.458rem;
  color: #0d3387;
}
.homepage .banner .bd dl::after {
  content: '';
  display: block;
  width: 4.39rem;
  height: 3px;
  margin-top: 1.57rem;
  background: #0d3387;
}
.homepage .banner .swiper-button-next,
.homepage .banner .swiper-button-prev {
  color: #fff;
}
.homepage .banner .swiper-button-next {
  right: 1.88rem;
}
.homepage .banner .swiper-button-prev {
  left: 1.88rem;
}
.homepage .one {
  position: relative;
  padding: 6.27rem 0;
}
.homepage .one::before {
  content: '';
  position: absolute;
  width: 35%;
  top: 0;
  right: 0;
  background: #f2f2f3;
  height: 100%;
}
.homepage .one .flex {
  align-items: stretch;
  position: relative;
  z-index: 5;
}
.homepage .one .pic {
  width: 58%;
  margin-left: 5%;
}
.homepage .one .in {
  display: flex;
}
.homepage .one .side {
  margin-left: 2.51rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.129rem;
}
.homepage .one .tabtitle {
  cursor: pointer;
  color: #727171;
}
.homepage .one .tabtitle li {
  padding-bottom: 3.135rem;
  position: relative;
}
.homepage .one .tabtitle li.on {
  color: #0d3387;
}
.homepage .one .tabtitle li.on::before {
  content: '';
  border-bottom: 3px solid #0d3387;
  position: absolute;
  left: 0;
  width: 100%;
  top: 2.2571rem;
}
.homepage .one .tabbox dt {
  font-size: 1.7rem;
  margin: 1.88rem 0;
}
.homepage .one .tabbox dd {
  color: #666;
  line-height: 1.5;
}
.homepage .two .bg {
  width: 100%;
}
.homepage .two {
  position: relative;
}
.homepage .two .bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homepage .two::before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.homepage .two .container {
  height: 100%;
  position: relative;
  z-index: 5;
}
.homepage .two .flex {
  height: 100%;
  align-items: stretch;
}
.homepage .two .flex > div {
  padding: 3.135rem;
}
.homepage .two .flex .side {
  color: #fff;
}
.homepage .two .flex p {
  line-height: 2;
  margin-bottom: 1.57rem;
}
.homepage .two .title_common {
  margin-bottom: 2.51rem;
}
.homepage .two .title_common::after {
  background: #fff;
}
.homepage .two dt {
  color: #0d3387;
  font-size: 2.51rem;
}
.homepage .two dd {
  display: inline-block;
  background: #0d3387;
  color: #fff;
  font-size: 0.87.78rem;
  padding: 0.02rem 0.63rem;
  margin-top: 0.63rem;
}
.homepage .two .btn {
  color: #fff;
  border-color: #fff;
}
.homepage .three {
  padding: 6.27rem 0;
  background: url(../images/img_18.png) left bottom no-repeat;
  background-size: auto 100%;
}
.homepage .three .picbox {
  width: 32%;
  margin-left: 1.88rem;
}
.homepage .three .picbox h4 {
  margin-top: 0.63rem;
  font-size: 1.26rem;
}
.homepage .three p {
  color: #666;
  line-height: 2;
  margin: 3.135rem 0;
}
.homepage .four {
  padding: 6.27rem 0;
  background: #efefef;
}
.homepage .four .bd {
  display: flex;
  margin-top: 2.51rem;
}
.homepage .four .side {
  padding-right: 3.135rem;
}
.homepage .four .side dd,
.homepage .four li p {
  font-size: 1.129rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepage .four .side dt {
  color: #0d3387;
  font-size: 1.45rem;
  margin: 0.63rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .four .side span {
  font-size: 0.95rem;
  display: block;
  margin-top: 0.95rem;
  color: #666;
}
.homepage .four li {
  border-bottom: 1px solid #ddd;
}
.homepage .four li a {
  display: flex;
  align-items: center;
  padding: 1.88rem 0;
}
.homepage .four li a:hover {
  background: #fff;
}
.homepage .four li h4 {
  font-size: 1.45rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .four li p {
  margin: 0.95rem 0;
}
.homepage .four li dl {
  text-align: center;
  padding-left: 0.2rem;
  margin-right: 3.135rem;
}
.homepage .four li dl dt {
  font-size: 2.383rem;
}
