@charset "UTF-8";
/*css 初始化 */
@import url(swiper.min.css);
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
div,
img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
/*去掉input等聚焦时的蓝色边框*/
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}
/*防止拖动*/
img {
  border: 0;
  vertical-align: middle;
}
/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table {
  border-collapse: collapse;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
html,
body {
  min-width: 1280px;
  font-size: 16px;
  color: #333;
}
.lineText,
.lineText2,
.lineText3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.lineText2,
.lineText3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.lineText {
  white-space: nowrap;
}
.lineText2 {
  -webkit-line-clamp: 2;
}
.lineText3 {
  -webkit-line-clamp: 3;
}
.arrowR,
.arrowL,
.gridYl,
.gridYr,
.gridXt,
.gridXb,
.gridFour,
.gridFourRadio,
.gridFourCirle {
  position: relative;
}
.gridYl::before,
.gridYr::before,
.gridXt::before,
.gridXb::before,
.gridFour::before,
.gridFourRadio::before,
.gridFourCirle::before {
  content: " ";
  display: block;
  position: absolute;
  background: #ececec;
  box-sizing: border-box;
}
.gridYl::before,
.gridYr::before {
  width: 1px;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}
.gridYl::before {
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.gridYr::before {
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.gridXt::before,
.gridXb::before {
  height: 1px;
  right: 0;
  left: 0;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}
.gridXt::before {
  top: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.gridXb::before {
  bottom: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.gridFour::before,
.gridFourCirle::before,
.gridFourRadio::before {
  width: 200%;
  border: 1px solid #ececec;
  height: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 6px;
  left: 0;
  top: 0;
  background: none;
  pointer-events: none;
}
.gridFourRadio::before {
  border-radius: 3px;
}
.gridFourCirle::before {
  border-radius: 100px;
}
.arrowR::before,
.arrowL::before,
.arrowB::before,
.arrowT::before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #999 #999 transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.7) rotate(45deg);
  transform: translateY(-50%) scale(0.7) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.arrowR::before {
  right: 10px;
}
.arrowL::before {
  left: 10px;
}
.arrowB::before {
  right: 10px;
  -webkit-transform: translateY(-88%) scale(0.7) rotate(135deg);
  transform: translateY(-88%) scale(0.7) rotate(135deg);
}
.arrowT::before {
  right: 10px;
  -webkit-transform: translateY(-35%) scale(0.7) rotate(-45deg);
  transform: translateY(-35%) scale(0.7) rotate(-45deg);
}
[v-cloak] {
  display: none;
}
.wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.headerTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all ease 0.3s;
}
.headerTop.headerBg {
  backdrop-filter: saturate(180%) blur(6px);
  background: rgba(255, 255, 255, 0.9);
}
.headerTop.headerBg .aBox {
  color: #333;
}
.headerTop .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 0 100px;
}
.headerTop h1 {
  display: flex;
}
.headerTop h1 a {
  display: inline-block;
  width: 112px;
  height: 0px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
.headerTop h1 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 100% 100%;
}
.headerTop .aBox {
  flex: 1;
  line-height: 70px;
  color: #fff;
}
.headerTop .aBox li {
  display: inline-block;
  padding: 0 15px;
  color: #333;
}
.headerTop .aBox li a:hover {
  color: #0048E8;
}
.headerTop .MF_btn {
  background: #0048E8;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #0048E8;
  cursor: pointer;
}
.headerTop .MF_btn:hover {
  background: #fff;
  color: #0048E8;
}
.pageTitle {
  text-align: center;
  padding-bottom: 75px;
  font-size: 48px;
  font-weight: 600;
}
.animationTitle {
  animation: animationTitle 1s ease forwards;
}
@keyframes animationTitle {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.bannerBox {
  width: 100%;
}
.bannerBox .swiper-slide {
  height: 660px;
  display: flex;
  align-items: center;
}
.bannerBox .swiper-slide .swiper_text .title {
  font-size: 64px;
  white-space: pre-wrap;
  font-weight: 600;
}
.bannerBox .swiper-slide .swiper_text .text {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.bannerBox .swiper-slide .swiper_text .MF_btn {
  background: #0048E8;
  padding: 15px 50px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #0048E8;
  display: inline-block;
  cursor: pointer;
}
.bannerBox .swiper-slide .swiper_text .MF_btn:hover {
  background: #fff;
  color: #0048E8;
}
.footer {
  padding: 75px 0;
}
.footer .bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf4f6;
  font-size: 12px;
}
.footer .bottomBox .cont {
  display: flex;
  margin-top: 45px;
}
.footer .bottomBox .cont li {
  margin-right: 100px;
  line-height: 1.6;
}
.footer .bottomBox .cont li:last-child {
  margin: 0;
}
.footer .bottomBox .cont li h3 {
  font-weight: 800;
}
.footer .bottomBox .cont li p {
  margin-top: 10px;
  overflow: hidden;
}
.footer .bottomBox .cont li p a {
  transition: all 0.3s;
  display: inline-block;
  transform: translateX(-14px);
}
.footer .bottomBox .cont li p a::before {
  content: '';
  width: 10px;
  height: 2px;
  background: #0048E8;
  margin-right: 4px;
  margin-bottom: 2px;
  transition: all 0.3s;
  display: inline-block;
}
.footer .bottomBox .cont li p a:hover {
  display: block;
  color: #0048E8;
  transform: translateX(0px);
}
.footer .bottomBox .right {
  display: flex;
  text-align: center;
}
.footer .bottomBox .right img {
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.footer .bottomBox .right img:hover {
  transform: translateY(-20px) scale(1.2);
}
.footer .last_ico {
  color: #999999;
  margin-top: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.footer .last_ico img {
  margin-right: 10px;
}
.footer .last_ico a:hover {
  color: #0048E8;
}
