body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font: inherit;
  border: 0;
  outline: 0;
}

a {
  color: #333;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

input::-webkit-input-placeholder {
  color: #d8d8d8;
}

input::-moz-placeholder {
  color: #d8d8d8;
}

input:-moz-placeholder {
  color: #d8d8d8;
}

input:-ms-input-placeholder {
  color: #d8d8d8;
}

div {
  box-sizing: border-box;
}

body {
  font: 14px/1.5 "Microsoft YaHei", "PingFang SC", Arial, "Helvetica Neue", Helvetica, "STHeiTi", sans-serif;
  color: #333;
  min-width: 1200px;
  background: #fcfdff;
  font-family: PingFang SC;
}

.banner {
  background: url("../images/banner.png") no-repeat center center;
  background-size: 2560px auto;
  min-width: 1200px;
  height: 445px;
  max-width: 100%;
  margin: 0 auto;
}
.banner .banner-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 36px;
  box-sizing: border-box;
}
.banner .banner-container .logo-group {
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-container .logo-group .logo-link {
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.banner .banner-container .logo-group .logo-link:hover {
  opacity: 0.8;
}
.banner .banner-container .logo-group .xkw {
  width: 121px;
  height: 35px;
}
.banner .banner-container .logo-group .yx {
  width: 120px;
  height: 35px;
}
.banner .banner-container .logo-group .line {
  width: 2px;
  height: 20px;
  background: #826e6e;
  margin: 0 18px;
  display: block;
  flex-shrink: 0;
}
.banner .banner-container .banner-title {
  margin-top: 49px;
  width: 732px;
  height: 287px;
  margin-left: 24px;
}

.hybj {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
.hybj .hybj-before {
  width: 70px;
  height: 35px;
  position: absolute;
  left: -28px;
  top: -19px;
  z-index: 3;
}
.hybj .hybj-after {
  width: 140px;
  height: 140px;
  position: absolute;
  right: -57px;
  bottom: -70px;
}
.hybj .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hybj .title img {
  width: 286px;
  height: 86px;
}
.hybj .desc {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hybj .desc .desc-img {
  width: 1192px;
  height: 200px;
  position: relative;
  z-index: 2;
}

.hyrc {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.hyrc .hyrc-title {
  margin-bottom: 32px;
  width: 100%;
  text-align: center;
}
.hyrc .hyrc-title img {
  width: 286px;
  height: 86px;
}
.hyrc .hyrc-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 62px;
}
.hyrc .card-content {
  margin-left: 346px;
}
.hyrc .card {
  background: url(../images/card-bg.png) no-repeat;
  background-size: 100% 100%;
  width: 1082px;
  height: 175px;
  position: relative;
  color: rgb(0, 29, 108);
  box-shadow: 0px 3.98px 44.73px 0px rgba(159, 225, 255, 0.25);
}
.hyrc .card .card-title {
  margin-top: 31px;
  font-family: Alibaba PuHuiTi 2;
  font-weight: 400;
  font-style: 55 Regular;
  font-size: 23.86px;
  line-height: 23.86px;
  text-align: justify;
}
.hyrc .card .card-title span {
  font-weight: 800;
}
.hyrc .card .card-name {
  margin-top: 44px;
  font-family: Alibaba PuHuiTi 2;
  font-weight: 800;
  font-style: 95 ExtraBold;
  font-size: 19.88px;
  leading-trim: NONE;
  line-height: 23.86px;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
}
.hyrc .card .card-name .name-logo {
  display: inline-block;
  width: 3px;
  height: 21px;
  border-radius: 8px;
  background: rgb(244, 118, 0);
  margin-right: 6px;
}
.hyrc .card .card-desc {
  height: 30px;
  font-family: Alibaba PuHuiTi 2;
  font-weight: 400;
  font-style: 55 Regular;
  font-size: 13.92px;
  leading-trim: NONE;
  line-height: 29.82px;
  letter-spacing: 0%;
  text-align: justify;
  color: rgb(51, 51, 51);
  line-height: 30px;
}
.hyrc .card .card-btn {
  width: 87px;
  height: 30px;
  border: 1.23px solid rgb(0, 29, 108);
  color: rgb(0, 29, 108);
  border-radius: 23px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  right: 45px;
  bottom: 22px;
}
.hyrc .card .card-btn:hover {
  background: rgb(0, 29, 108);
  color: #fff;
}
.hyrc .card .card-role {
  position: absolute;
  left: 18px;
  bottom: 0px;
  width: 238px;
  height: 237px;
}

.jcjj {
  background: url(../images/jcjj-bg.png) no-repeat center center;
  background-size: 2560px auto;
  min-width: 1200px;
  height: 627px;
  margin-top: 80px;
  text-align: center;
}
.jcjj .jcjj-title {
  width: 286px;
  height: 86px;
  margin-top: 36px;
  margin-bottom: 30px;
}
.jcjj .wrapper {
  width: 1200px;
  border-radius: 28px;
  padding: 10px 10px 14px 10px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  height: 405px;
  background: rgba(255, 255, 255, 0.89);
  border: 1.99px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 68.52%);
  -webkit-backdrop-filter: blur(5.7652316093px);
          backdrop-filter: blur(5.7652316093px);
  box-shadow: 0px 3.98px 21.77px 0px rgba(255, 255, 255, 0.6) inset;
}
.jcjj .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4px;
  border: 10px solid #fff;
  border-radius: 18px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}
.jcjj .wrapper .scroll-container {
  display: flex;
  width: 6260px;
  animation: scrollLeft 100s linear infinite;
}
.jcjj .wrapper .zpq-img {
  width: 3130px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3130px);
  }
}

.xqyg {
  width: 1120px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.xqyg .xqyg-title {
  width: 286px;
  height: 86px;
}
.xqyg .xqyg-content {
  margin-top: 30px;
  width: 1120px;
  height: 495px;
}

.footer-container {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}

.footer {
  width: 100%;
  height: 290px;
  background: #fff;
  position: relative;
  z-index: 1;
  max-width: 2560px;
  background-image: url("../images/footer-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer .footer-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  box-sizing: border-box;
}
.footer .footer-container .footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.footer .footer-container .footer-content .left-content {
  display: flex;
  flex-direction: column;
}
.footer .footer-container .footer-content .left-content .footer-logo {
  width: 184px;
  height: 60px;
  margin-bottom: 17px;
}
.footer .footer-container .footer-content .left-content .describe-logo {
  width: 360.5px;
  height: 27.5px;
}
.footer .footer-container .footer-content .right-content {
  display: flex;
  justify-content: flex-end;
  color: #333;
}
.footer .footer-container .footer-content .right-content .about-info {
  margin-right: 120px;
}
.footer .footer-container .footer-content .right-content .about-info .info-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 24px;
}
.footer .footer-container .footer-content .right-content .about-info .info-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 16px;
}
.footer .footer-container .footer-content .right-content .about-info .info-feedback {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.footer .footer-container .footer-content .right-content .about-info .info-feedback .feedback {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.footer .footer-container .footer-content .right-content .about-info .info-feedback .feedback:hover {
  color: #ff6b00;
}
.footer .footer-container .footer-content .right-content .business-info {
  margin-right: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-container .footer-content .right-content .business-info .info-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 24px;
}
.footer .footer-container .footer-content .right-content .business-info .info-link {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}
.footer .footer-container .footer-content .right-content .business-info .info-link:hover {
  color: #ff6b00;
}
.footer .footer-container .footer-content .right-content .follow-info .info-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 24px;
}
.footer .footer-container .footer-content .right-content .follow-info .qrcode-container {
  display: flex;
}
.footer .footer-container .footer-content .right-content .follow-info .qrcode-container .qrcode-item {
  margin-right: 16px;
  text-align: center;
}
.footer .footer-container .footer-content .right-content .follow-info .qrcode-container .qrcode-item:last-child {
  margin-right: 0;
}
.footer .footer-container .footer-content .right-content .follow-info .qrcode-container .qrcode-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.footer .footer-container .footer-content .right-content .follow-info .qrcode-container .qrcode-item p {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}
.footer .footer-container .copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 12px;
  margin-bottom: 30px;
}
.footer .footer-container .copyright a {
  color: #333;
}

.footermin {
  min-width: 1360px;
}

.hover-trigger {
  position: relative;
  cursor: pointer;
}
.hover-trigger .hover-box {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
  z-index: 10;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}
.hover-trigger .hover-box p {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  white-space: nowrap;
}
.hover-trigger .hover-box img {
  width: 82px;
  height: 82px;
  margin: 16px auto 0;
  display: block;
}
.hover-trigger:hover .hover-box {
  display: block;
}

.feedback {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
  cursor: pointer;
}/*# sourceMappingURL=index.css.map */