body {
  zoom: 1;
}

.body-phone .header-container .nav-item {
  font-size: 30px !important;
}

* {
  margin: 0;
  padding: 0;
  line-height: 100%;
  box-sizing: border-box;
  outline: none;
  word-break: break-all;
  word-wrap: break-word;
}

a {
  line-height: 110%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

body {
  min-width: 1300px;
}

.header-container {
  position: relative;
  z-index: 10;
}
.header-container .top-fold {
  height: 100px;
}
.header-container .top-fold .logo {
  width: 166px;
  height: 48px;
}
.header-container .top-fold .hr {
  width: 1px;
  height: 41px;
  margin: 0 19px;
  background-color: #fff;
}
.header-container .top-fold .img2 {
  width: 38px;
  height: 32px;
}
.header-container .top-fold .contact {
  padding-left: 8px;
}
.header-container .top-fold .contact .text1 {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.header-container .top-fold .contact .text2 {
  margin-top: 6px;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.header-container .top-fold .right {
  position: relative;
  width: 178px;
  height: 40px;
  padding-left: 21px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
}
.header-container .top-fold .right .img1 {
  width: 24px;
  height: 24px;
}
.header-container .top-fold .right .text1 {
  margin-left: 12px;
  font-size: 14px;
  color: #FFFFFF;
}
.header-container .top-fold .right .img2 {
  margin-left: 9px;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.header-container .top-fold .right .qrcode {
  display: none;
  position: absolute;
  top: 39px;
  left: -1px;
  width: 178px;
  height: 150px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
.header-container .top-fold .right .qrcode img {
  width: 150px;
  height: 150px;
}
.header-container .top-fold .right:hover, .header-container .top-fold .right:active {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.header-container .top-fold .right:hover .img1,
.header-container .top-fold .right:hover .text1,
.header-container .top-fold .right:hover .img2, .header-container .top-fold .right:active .img1,
.header-container .top-fold .right:active .text1,
.header-container .top-fold .right:active .img2 {
  mix-blend-mode: difference;
}
.header-container .top-fold .right:hover .img2, .header-container .top-fold .right:active .img2 {
  transform: rotate(180deg);
}
.header-container .top-fold .right:hover .qrcode, .header-container .top-fold .right:active .qrcode {
  display: block;
  border-radius: 0 0 10px 10px;
}
.header-container .navs {
  height: 50px;
  padding: 12px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.header-container .navs .nav-item {
  position: relative;
  max-width: 190px;
  height: 25px;
  font-size: 15px;
  color: #FFFFFF;
  border-right: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
.header-container .navs .nav-item a:hover {
  text-decoration: none;
}
.header-container .navs .nav-item a {
  color: #fff;
}
.header-container .navs .nav-item:hover .text, .header-container .navs .nav-item:active .text {
  font-weight: bold;
}
.header-container .navs .nav-item:hover .items-w, .header-container .navs .nav-item:active .items-w {
  transform: scaleY(1);
}
.header-container .navs .nav-item .items-w {
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
  top: 40px;
  overflow: hidden;
  transition: 0.5s;
}
.header-container .navs .nav-item .items-w .items {
  overflow: hidden;
  border-radius: 10px;
}
.header-container .navs .nav-item .items-w .items .it {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 150px;
  font-size: 15px;
  color: #555555;
  background-color: #fff;
}
.header-container .navs .nav-item .items-w .items .it:hover, .header-container .navs .nav-item .items-w .items .it:active {
  background: #0550A2;
  color: #FFFFFF;
}

.flexslider .slides {
  margin-top: -150px;
  height: 770px;
}
.flexslider .slides .carousel-item {
  width: 100%;
  height: 100%;
}
.flexslider .slides .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixed-concat {
  position: fixed;
  left: 0;
  top: 318px;
  z-index: 99;
}
.fixed-concat .c1 {
  position: relative;
  width: 146px;
  height: 44px;
  background: #0949CB;
  border-radius: 5px;
}
.fixed-concat .c1 img {
  position: absolute;
  top: -42px;
  width: 123px;
  height: 58px;
}
.fixed-concat .c2 {
  padding: 9px 8px;
  width: 146px;
  height: 151px;
  background: #2569F4;
  border-radius: 5px;
}
.fixed-concat .c2 .it {
  width: 130px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #999999;
  transition: 0.5s;
  cursor: pointer;
}

.fixed-lianxi {
  position: fixed;
  right: 0;
  top: 318px;
  z-index: 99;
  row-gap: 2px;
  width: 70px;
}
.fixed-lianxi .it {
  position: relative;
  width: 70px;
  height: 70px;
  transition: 0.3s;
  background: #0550A2;
  cursor: pointer;
}
.fixed-lianxi .it .ic {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-lianxi .it span {
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  padding-bottom: 6px;
}
.fixed-lianxi .it:hover .qrcode {
  display: block;
}
.fixed-lianxi .it .qrcode {
  position: absolute;
  display: none;
  right: 80px;
  top: -40px;
}
.fixed-lianxi .it .qrcode .img {
  width: 150px;
  height: 150px;
}
.fixed-lianxi .it .num {
  position: absolute;
  left: 76px;
  opacity: 0;
}
.fixed-lianxi .it.it-phone:hover {
  transform: translateX(-230px);
  width: 300px;
  white-space: nowrap;
}
.fixed-lianxi .it.it-phone:hover .num {
  opacity: 1;
  font-size: 28px;
  color: #fff;
  bottom: 5px;
}

.footer-wrapper {
  background: #232526;
}
.footer-wrapper .footer-container {
  max-width: 1265px;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 52px;
}
.footer-wrapper .footer-container .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.footer-wrapper .footer-container .top .it-1 {
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.footer-wrapper .footer-container .top .it-1 .concat .icon {
  width: 49px;
  height: 56px;
}
.footer-wrapper .footer-container .top .it-1 .concat .con {
  padding-left: 14px;
  color: #fff;
}
.footer-wrapper .footer-container .top .it-1 .concat .con .s1 .t1 {
  font-size: 20px;
  color: #FFFFFF;
}
.footer-wrapper .footer-container .top .it-1 .concat .con .s1 .t2 {
  margin-left: 10px;
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
}
.footer-wrapper .footer-container .top .it-1 .concat .con .s2 {
  margin-top: 9px;
}
.footer-wrapper .footer-container .top .it-1 .concat .con .s2 .t1 {
  font-size: 20px;
  color: #FFFFFF;
}
.footer-wrapper .footer-container .top .it-1 .concat .con .s2 .t2 {
  margin-left: 10px;
  width: 110px;
  height: 40px;
  cursor: pointer;
  background: #0550A2;
  border-radius: 6px;
  transition: 0.3s;
}
.footer-wrapper .footer-container .top .it-1 .concat .con .s2 .t2:hover, .footer-wrapper .footer-container .top .it-1 .concat .con .s2 .t2:active {
  background: #1d67b7;
}
.footer-wrapper .footer-container .top .it-1 .texts {
  margin-top: 58px;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
}
.footer-wrapper .footer-container .top .it-1 .texts p {
  line-height: 30px;
}
.footer-wrapper .footer-container .top .it-2 {
  padding: 0 44px;
  color: #fff;
  column-gap: 65px;
  border-right: 1px solid #fff;
}
.footer-wrapper .footer-container .top .it-2 .t {
  white-space: nowrap;
  margin-bottom: 14px;
  font-size: 20px;
  color: #FFFFFF;
}
.footer-wrapper .footer-container .top .it-2 .x {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
}
.footer-wrapper .footer-container .top .it-2 a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-wrapper .footer-container .top .it-2 a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-container .top .it-3 {
  padding-left: 20px;
}
.footer-wrapper .footer-container .top .it-3 .text {
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 20px;
  color: #FFFFFF;
}
.footer-wrapper .footer-container .top .it-3 .qrcode {
  width: 169px;
  height: 170px;
}
.footer-wrapper .footer-container .top .it-3 .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #FFFFFF;
  white-space: nowrap;
  line-height: 130%;
}
.footer-wrapper .footer-container .filings-w {
  height: 80px;
  border-bottom: 1px solid #fff;
}
.footer-wrapper .footer-container .filings-w .icon_3 {
  margin-right: 66px;
}
.footer-wrapper .footer-container .filings-w .icon_4 {
  margin-right: 90px;
}
.footer-wrapper .footer-container .tips {
  padding-top: 12px;
  font-size: 14px;
  color: #FFFFFF;
}

.container-1200 {
  width: 1200px;
  margin: 0 auto;
}

.container-1100 {
  width: 1100px;
  margin: 0 auto;
}

.flex {
  display: flex;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-center {
  align-items: center;
  justify-content: center;
}
.flex.flex-ac {
  align-items: center;
}
.flex.flex-as {
  align-items: flex-start;
}
.flex.flex-ae {
  align-items: flex-end;
}
.flex.flex-jc {
  justify-content: center;
}
.flex.flex-js {
  justify-content: space-between;
}
.flex.flex-jr {
  justify-content: space-around;
}
.flex.flex-je {
  justify-content: flex-end;
}
.flex.flex-column {
  flex-direction: column;
}
.flex .flex1 {
  flex: 1;
}
.flex .flex2 {
  flex: 2;
}
.flex .flex3 {
  flex: 3;
}
.flex .flex4 {
  flex: 4;
}
.flex .flex5 {
  flex: 5;
}
.flex .flex6 {
  flex: 6;
}

.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflow2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.overflow3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.button:hover, .button:active {
  cursor: pointer;
  filter: brightness(0.9);
}

/*# sourceMappingURL=base.css.map */
