@font-face {
  font-family: AlibabaPuHuiTi;
  src: url(/static/font/AlibabaPuHuiTi-2-55-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  font-family: 'AlibabaPuHuiTi' !important;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
.fz-hide1 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide2 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide3 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 超出几行 */
}
/* 头部 */
.Header {
  width: 100%;
  height: 6rem;
  position: fixed;
  top: 0;
  z-index: 999999;
  background-color: #fff;
}
.Header ul li {
  text-align: center;
}
.Header .Header_banner {
  width: 108.75rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header .Header_banner .logo {
  height: 3.375rem;
  flex-shrink: 0;
}
.Header .Header_banner .search {
  margin-top: 0.25rem;
  margin-right: 0.4375rem;
}
.animenu__toggle {
  display: none;
  cursor: pointer;
  border: 0;
  padding: 0.625rem;
  height: 2.5rem;
  width: 2.5rem;
}
.animenu__toggle:hover {
  background-color: #0186ba;
}
.search_text {
  color: #293C69;
  font-weight: 700;
  font-size: 1.875rem;
}
.mar_50 {
  margin-right: 3.125rem;
}
.animenu__toggle__bar {
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  -o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 0.25rem;
}
.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animenu {
  display: block;
}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;
}
.animenu li,
.animenu a {
  display: inline-block;
  font-size: 1.125rem;
}
.animenu a {
  color: #aaaaaa;
  text-decoration: none;
}
.animenu__nav {
  height: 100%;
  font-size: 1.0625rem;
  color: #606266;
  background-color: #fff;
  display: flex;
  padding-top: 1.25rem;
  align-items: center;
  position: relative;
}
.animenu__nav .phone {
  width: 7.5rem;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 400 !important;
  text-align: center;
  border-radius: 3.125rem;
  background-color: #006CDE;
}
.animenu__nav .xnav {
  height: 1.25rem;
  position: absolute;
  right: 9.8125rem;
  top: 1rem;
  z-index: 999999;
  display: flex;
  align-items: center;
}
.animenu__nav .xnav .line {
  width: 1px;
  height: 0.6875rem;
  background-color: #EBEEF5;
}
.animenu__nav .xnav .name {
  color: #909399;
  font-size: 0.875rem;
  margin: 0 1.25rem;
}
.animenu__nav .search {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.animenu__nav > li {
  height: 100%;
  line-height: 6rem;
  display: flex;
  align-items: center;
  position: relative;
}
.animenu__nav > li > a {
  padding: 0.625rem 1.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.animenu__nav > li > a span {
  font-size: 1.125rem;
}
.animenu__nav > li > a .nav_jt {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.125rem;
}
.line {
  width: 3rem;
  height: 0.125rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 33%;
  background-color: #006CDE;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  margin-top: -0.9375rem;
}
.animenu__nav > li:hover > a {
  color: #006CDE;
}
.animenu__nav__child {
  min-width: 100%;
  position: absolute;
  top: 120.2%;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  margin: 0.625rem 0 0 0;
  color: #606266;
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 0.5rem;
  transition: margin 0.15s, opacity 0.15s;
}
.animenu__nav__child > li {
  width: 100%;
  text-align: center;
  border-radius: 0.5rem;
}
.animenu__nav__child a {
  width: 100%;
  color: #606266;
  font-size: 1rem;
  display: inline-block;
  padding: 0.6rem 0;
  border-color: #373737;
  border-radius: 0.5rem;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.animenu__nav__child a:hover {
  width: 100%;
  color: #006CDE;
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}
.PageNew {
  width: 100%;
  height: 5.625rem;
  padding-left: 5rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
.PageNew .icon {
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
}
.PageNew .icon:hover {
  transform: translateY(-3px);
  will-change: transform;
}
.PageNew .nav {
  width: 87.5rem;
  height: 100%;
  margin-left: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PageNew .nav .nav_left {
  display: flex;
  height: 100%;
}
.PageNew .nav .nav_left .active {
  color: #006CDE;
}
.PageNew .nav .item {
  width: 11.25rem;
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  padding-top: 2rem;
  cursor: pointer;
}
.PageNew .nav .item .nav_name {
  margin-bottom: 0.8rem;
}
.PageNew .nav .item .nav_line {
  width: 2rem;
  border-radius: 0.3125rem;
  height: 0.25rem;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
.PageNew .nav .item:hover .nav_name {
  font-weight: 500;
  color: #303133;
}
.PageNew .nav .item:hover .nav_line {
  background-color: #006CDE;
}
.PageNew .nav .nav_right {
  font-size: 1rem;
  color: #909399;
  display: flex;
  cursor: pointer;
  transition: opacity 0.3s ease;
  align-items: center;
}
.PageNew .nav .nav_right:hover {
  opacity: 0.8;
}
.PageNew .nav .nav_right .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.footer {
  height: 44rem;
  background-image: url('../img/about_bj5.jpg');
  width: 100%;
  height: 44rem !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer .footer_area {
  width: 87.5rem;
  height: 100%;
  margin: 0 auto;
  font-size: 2.375rem;
  color: #FFFFFF;
}
.footer .footer_area .footer_area_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6.75rem;
  margin-bottom: 5.375rem;
}
.footer .footer_area .footer_area_top .icon {
  width: 12.0625rem;
  height: 2.875rem;
}
.footer .footer_area .footer_area_middle {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF33;
}
.footer .footer_area .footer_area_middle .footer_area_middle_left {
  display: flex;
}
.footer .footer_area .footer_area_middle .footer_area_middle_left .footer_area_middle_left_ul {
  margin-right: 3.75rem;
  font-size: 1rem;
  font-size: 400;
}
.footer .footer_area .footer_area_middle .footer_area_middle_left .footer_area_middle_left_ul li {
  margin-bottom: 0.8rem;
  color: #EBEEF5;
}
.footer .footer_area .footer_area_middle .footer_area_middle_left .footer_area_middle_left_ul .title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.footer .footer_area .footer_area_middle .footer_area_middle_left .footer_area_middle_left_ul li a:hover {
  color: #5ca2ed !important;
  transition: color 0.3s ease;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right {
  width: 20.75rem;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_left_ul {
  font-size: 1rem;
  font-size: 400;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_left_ul li {
  margin-bottom: 0.625rem;
  color: #EBEEF5;
  font-size: 1rem;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_left_ul .title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_left_ul .phone {
  font-size: 1.125rem;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_left_ul .address {
  line-height: 140%;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_right_img {
  width: 100%;
  display: flex;
  margin-top: 1.875rem;
  height: 8rem;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_right_img .item {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.25rem;
  border-radius: 0.5rem;
  text-align: center;
  background: #FFFFFF1A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_right_img .item .icon {
  width: 1.5625rem;
  height: 1.5625rem;
  transition: color 0.3s ease;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_right_img .item .icon1 {
  width: 1.5625rem;
  height: 1.5625rem;
  display: none;
  transition: color 0.3s ease;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_right_img .item .erwei {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.5rem;
  position: absolute;
  height: 0;
  z-index: -1;
  transition: height 0.3s ease;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_right_img .item:hover {
  background-color: #fff;
  transition: background-color 1s ease;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_right_img .item:hover .icon {
  display: none;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_right_img .item:hover .icon1 {
  display: block;
}
.footer .footer_area .footer_area_middle .footer_area_middle_right .footer_area_middle_right_img .item:hover .erwei {
  top: -270%;
  z-index: 999;
  height: 7.5rem;
}
.footer .footer_area .footer_area_bottom .Copyright {
  text-align: center;
  font-size: 0.9375rem;
  color: #fff;
  margin-top: 2.4rem;
}
.footer .footer_area .footer_area_bottom .warning {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 1.2rem 0;
}
.footer .footer_area .footer_area_bottom .icon {
  width: 1.0625rem;
  height: 1.0625rem;
}
.footer .footer_area .footer_area_bottom .record {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.section1 {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
#fp-nav {
  display: none;
}
.section2 {
  background-image: url('../img/about_bj1.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.section3 {
  width: 100%;
  background-color: #F5F6F8;
  height: 100vh;
}
.section4 {
  background-image: url('../img/about_bj3.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section5 {
  background-image: url('../img/about_bj4.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* 弹窗容器 */
.custom-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  color: #fff;
  min-width: 300px;
  text-align: center;
}
/* 关闭按钮 */
.alert-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
