* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  min-width: 1400px;
  background-color: #fff;
  font-family: MiSans, MiSans;
}

.head {
  width: 100%;
  position: relative;
}

.head .nav-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.head .nav-wrap .nav {
  width: 1400px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;

}

.head .nav-wrap .logo {
  width: 225px;
  height: 55px;
  display: block;
  margin-right: 380px;
}
.head .nav-wrap .logo img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.head .nav-wrap .menu-list {
  display: flex;
  align-items: center;
}

.head .nav-wrap .menu-item {
  margin-right: 115px;
}

.head .nav-wrap .menu-item:last-child {
  margin-right: 0;
}

.head .nav-wrap .menu-item a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  position: relative;
}

.head .nav-wrap .menu-item a.active,
.head .nav-wrap .menu-item a:hover {
  color: #0641BC;
}

.head .nav-wrap .menu-item a.active::after,
.head .nav-wrap .menu-item a:hover::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0641BC;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.head .banner {
  width: 100%;
  height: 750px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.head .banner-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.6s ease;
}

.head .banner-imgs {
  flex: 0 0 100%;
  width: 100%;
  height: 750px;
  background-color: #000;
  position: relative;
}

.banner-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  cursor: pointer;
}

.banner-btn:hover {
  background-color: rgba(6, 65, 188, 0.85);
}

.banner-prev {
  left: 24px;
}

.banner-next {
  right: 24px;
}

.banner-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.banner-dot {
  width: 50px;
  height: 8px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.banner-dot.active {
  background: #FFFFFF;
}

.about {
  width: 100%;
  background-color: #fff;

}

.about-yf {
  width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
}

.about-yf .content-left {
  width: 350px;
  margin-right: 100px;
}

.about-yf .content-left .about-yf-title {
  font-weight: 500;
  font-size: 24px;
  color: #0641BC;
  line-height: 24px;
  padding-top: 20px;
}

.about-yf .content-left .about-yf-subtitle-wrap {
  padding-top: 40px;
}
.about-yf .content-left .about-yf-subtitle {
  font-weight: 500;
  font-size: 50px;
  color: #000000;
  line-height: 70px;
}

.about-yf .content-left .about-yf-img {
  padding-top: 30px;
}

.about-yf .content-right {
  width: 900px;
  padding-left: 120px;
}

.about-yf .content-right .about-yf-content {
  font-weight: 500;
  font-size: 24px;
  color: #09233F;
  line-height: 40px;
}

.about-yf .content-right .about-yf-content-2 {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.about-yf .content-right .about-yf-content-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

/* .about-yf .content-right .about-yf-content-3-item{
  margin-right: 100px;
} */
.about-yf .content-right .about-yf-content-3-item-num {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  line-height: 18px;
}

.about-yf .content-right .about-yf-content-3-item-title {
  font-weight: 500;
  font-size: 22px;
  color: #09233F;
  line-height: 22px;
  padding-top: 20px;
}

.position-yf {
  width: 100%;
  background: linear-gradient(to right, #EEF5FD 50%, #2E6BE8 50%);
}


.position-yf-container {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}

.position-yf-container .content-left {
  width: 50%;
  padding-top: 100px;
}

.position-yf-container .content-left .position-yf-title {
  font-weight: 500;
  font-size: 24px;
  color: #0641BC;
  line-height: 24px;
}

.position-yf-container .content-left .position-yf-subtitle {
  font-weight: 500;
  font-size: 50px;
  color: #000000;
  line-height: 70px;
  padding-top: 40px;
}

.position-yf-container .content-left .position-yf-content {
  font-weight: 400;
  font-size: 18px;
  color: #5D6D90;
  line-height: 30px;
  padding-top: 20px;
}

.position-yf-container .content-right {
  width: 50%;
  padding-left: 80px;
  padding-top: 100px;
  background: url('imgs/fzzl-bg.png') no-repeat left center
}

.position-yf-container .content-right .position-yf-title {
  font-weight: 500;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
}

.position-yf-container .content-right .position-yf-subtitle {
  font-weight: 500;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 70px;
  padding-top: 40px;
}

.position-yf-container .content-right .position-yf-content {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.service {
  width: 100%;
  background-color: #F4F8FC;
  padding: 100px 0;
}

.service .service-container {
  width: 1400px;
  margin: 0 auto;
}

.service .service-title {
  font-weight: 500;
  font-size: 24px;
  color: #0641BC;
  line-height: 24px;
}

.service .service-subtitle {
  font-weight: 500;
  font-size: 50px;
  color: #000000;
  line-height: 70px;
  padding-top: 40px;
}

.service .service-title-img {
  padding-top: 30px;
}

.service .service-content {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service .service-content-item {
  width: 325px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  position: relative;
}

.service .service-content-item:nth-of-type(odd)::after {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #0641BC;
  position: absolute;
  top: 0;
  right: 0;
}

.service .service-content-item:nth-of-type(even)::after {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #FE7717;
  position: absolute;
  top: 0;
  right: 0;
}

.service .service-content-item .item-icon {
  padding-top: 24px;
  padding-left: 28px;
}

.service .service-content-item .item-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  padding-top: 34px;
  padding-left: 20px;
}

.service .service-content-item .item-content {
  font-weight: 400;
  font-size: 18px;
  color: #5D6D90;
  line-height: 18px;
  padding-left: 20px;
  padding-top: 20px;
}

.service .service-content-item .arrow-right {
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 30px;
}


.fzlc {
  width: 100%;
  background-color: #fff;
  padding-bottom: 100px;
}

.fzlc-container {
  width: 1400px;
  display: flex;
  margin: 0 auto;
}

.fzlc-container .fzlc-left {
  width: 480px;
  padding-top: 153px;
  margin-right: 140px;
}

.fzlc-container .fzlc-left .fzlc-left-title {
  font-weight: 500;
  font-size: 24px;
  color: #0641BC;
  line-height: 24px;
}

.fzlc-container .fzlc-left .fzlc-left-subtitle-wrap {
  padding-top: 40px;
}

.fzlc-container .fzlc-left .fzlc-left-subtitle {
  font-weight: 500;
  font-size: 50px;
  color: #000000;
  line-height: 70px;
}

.fzlc-container .fzlc-left .fzlc-left-content {
  font-weight: 400;
  font-size: 18px;
  color: #5D6D90;
  line-height: 30px;
  padding-top: 20px;
}

.fzlc-container .fzlc-left .fzlc-left-img {
  padding-top: 30px;
}

.fzlc-container .fzlc-right {
  padding-top: 100px;
}

.fzlc-container .fzlc-right .fzlc-item {
  display: flex;
  align-items: center;
  padding-bottom: 110px;
  position: relative;
}

.fzlc-container .fzlc-right .fzlc-item::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #E5E5E5;
  position: absolute;
  top: 42px;
  left: 10px;
}

.fzlc-container .fzlc-right .fzlc-item:last-child::after {
  height: 46%;
}

.fzlc-container .fzlc-right .fzlc-item-time {
  width: 150px;
  font-weight: 400;
  font-size: 18px;
  color: #0641BC;
  line-height: 18px;
  padding: 20px 0 20px 31px;
  background: url('imgs/time-line-1.png') no-repeat left center;
}

.fzlc-container .fzlc-right .fzlc-item:last-child .fzlc-item-time {
  color: #FE6608;
  background: url('imgs/time-line-2.png') no-repeat left center;
}

.fzlc-container .fzlc-right .fzlc-item-content .fzlc-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
}

.fzlc-container .fzlc-right .fzlc-item-content .fzlc-item-text {
  font-weight: 400;
  font-size: 17px;
  color: #5D6D90;
  line-height: 18px;
  margin-top: 20px;
}

.footer {
  background-color: #031A4A;
}

.footer-container {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
}

.footer-container .footer-left {
  margin-right: 280px;
}
.footer-container .footer-logo{
  width: 172px;
  height: 42px;
  display: block;
}

.footer-container .footer-logo img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.footer-container .footer-title-wrap {
  margin-top: 50px;
}

.footer-container .footer-title-wrap .footer-title {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 46px;
}

.footer-container .footer-left-content {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
  margin-top: 20px;
}

.footer-container .footer-right {
  color: #fff;

}

.footer-container .footer-right .footer-right-item {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.footer-container .footer-right .footer-right-item span {
  margin-left: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
}
.footer-container .footer-right .link-list {
  display: flex;
  align-items: center;
}
.footer-container .footer-right .link-item {
  margin-right: 50px;
}

.copyright {
  background-color: #021131;
}
.copyright-container {
  width: 1400px;
  margin: 0 auto;
  padding: 28px 0;
}
.copyright-text {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 14px;
  text-align: center;
}
