#g-footer {
  margin-top: 0;
}
#g-footer .g-footer-record .fn-fr {
  width: 70px;
}
#app {
  min-width: 1400px;
  box-sizing: border-box;
  background: #fff;
}
#app .wrap {
  width: 1200px;
  margin: 0 auto;
}
#app .title {
  font-size: 34px;
  color: #004280;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}
#app .title p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
#app .header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99999;
  height: 80px;
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
#app .header .wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#app .header .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
#app .header .logo img {
  margin-right: 25px;
}
#app .header .head-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
#app .header .head-nav li {
  position: relative;
  margin: 0 45px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
#app .header .head-nav li::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0;
  transition: opacity 0.2s;
  content: '';
}
#app .header .head-nav li:hover::after {
  opacity: 1;
}
#app .header .head-nav .a_link a {
  display: inline-block;
  background-color: #004280;
  padding: 10px 15px;
  color: #fff;
}
#app .header .head-nav .a_link:hover::after {
  opacity: 0;
}
#app .banner {
  height: 500px;
  width: 100%;
  box-sizing: border-box;
  background: url(../images/banner.png?v=1) no-repeat center / cover;
}
#app .banner .wrap {
  padding-top: 390px;
}
#app .banner .wrap a {
  display: block;
  width: 294px;
  height: 55px;
  background: url(../images/btn.png?v=12) no-repeat center;
}
#app .block {
  padding: 55px 0;
}
#app .block .content p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-top: 10px;
}
#app .block .content p:first-child {
  margin-top: 0;
}
#app .block .content img {
  display: block;
  margin: 0 auto;
}
#app .block1 {
  padding-bottom: 0;
  border-bottom: 4px solid #004280;
}
#app .block1 .content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#app .block2 {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
#app .block2::after {
  content: '';
  width: 100%;
  height: 450px;
  background-color: #004280;
  position: absolute;
  top: 330px;
  left: 0;
}
#app .block2 .content {
  display: flex;
  gap: 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#app .block2 .content img {
  margin: 0;
}
#app .block2 .content .descBox {
  flex: 1;
}
#app .block2 .content .descBox .swiperTitle {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}
#app .block2 .content .descBox .swiperTitle p {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}
#app .block2 .content .descBox .swiperTitle .activate {
  font-weight: 600;
  font-size: 40px;
  color: #004280;
}
#app .block2 .content .descBox .textBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#app .block2 .content .descBox .textBox .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}
#app .block2 .content .descBox .textBox .text span {
  color: #fff;
  font-size: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
#app .block2 .content .descBox .fangan {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
#app .block2 .content .descBox .fangan img {
  margin: 0;
}
#app .block2 .content .swiperBox {
  width: 635px;
  height: 530px;
  box-sizing: border-box;
}
#app .block2 .content .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#app .block2 .content .swiperBox .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#app .block2 .content .swiperBox .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .block2 .content .swiperBox .swiper-pagination {
  position: unset;
  color: #fff;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
#app .block3 {
  background-color: #e2e2e2;
}
#app .block3 .content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .block3 .content .cebian {
  position: absolute;
  right: -240px;
  bottom: 0;
  width: 210px;
  box-sizing: border-box;
  height: 350px;
  background: url(../images/cebian.png) no-repeat center;
  padding: 0 40px;
  padding-top: 260px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#app .block3 .content .cebian a {
  padding: 2px 0;
  font-size: 22px;
  color: #004280;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, #fdf3e0, #f4a724);
}
#app .block3 .content .cebian a img {
  margin: 0;
}
#app .block3 .content .qaBtn {
  width: 635px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 666;
  transform: translateX(-50%);
  line-height: 0;
}
#app .block3 .content::after {
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 66;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9), #fff);
}
#app .block3 .content .upToDownSwiper {
  height: 490px;
  overflow: hidden;
}
#app .block3 .content .upToDownSwiper .dataListBox,
#app .block3 .content .upToDownSwiper .shadowBox {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
#app .block3 .content .upToDownSwiper .dataListBox li,
#app .block3 .content .upToDownSwiper .shadowBox li {
  border: 2px solid #004280;
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#app .block3 .content .upToDownSwiper .dataListBox li .dataHeader,
#app .block3 .content .upToDownSwiper .shadowBox li .dataHeader {
  height: 40px;
  padding-left: 30px;
  background-color: #e2f1ff;
  display: flex;
  border-bottom: 2px solid #004280;
  justify-content: space-between;
}
#app .block3 .content .upToDownSwiper .dataListBox li .dataHeader span,
#app .block3 .content .upToDownSwiper .shadowBox li .dataHeader span {
  font-size: 40px;
  color: #004280;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .block3 .content .upToDownSwiper .dataListBox li .dataBody,
#app .block3 .content .upToDownSwiper .shadowBox li .dataBody {
  padding: 30px 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#app .block3 .content .upToDownSwiper .dataListBox li .dataBody p,
#app .block3 .content .upToDownSwiper .shadowBox li .dataBody p {
  display: flex;
  align-items: center;
  gap: 40px;
}
#app .block3 .content .upToDownSwiper .dataListBox li .dataBody p b,
#app .block3 .content .upToDownSwiper .shadowBox li .dataBody p b {
  display: inline-block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #004280;
}
#app .block3 .content .upToDownSwiper .dataListBox li .dataBody p span,
#app .block3 .content .upToDownSwiper .shadowBox li .dataBody p span {
  flex: 1;
}
