body {
  font-family: SourceHanSansCN !important;
  background-color: #f6f9fc;
}
.mauto {
  max-width: 1700px;
}
.img-scale,
.hover-scale {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.img-scale img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.img-scale:hover img,
.hover-scale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
header,
footer,
.header-m,
main,
.i-banner,
.banner {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/* main {
        overflow-x: hidden;
    } */
header {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  /* box-shadow: 0 5px 20px rgb(0 0 0 / 15%); */
}
.header .top {
  height: 34px;
  line-height: 34px;
  background: #f6f6f6;
}
.logo {
  height: 92px;
  line-height: 92px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo img {
  width: 228px;
}
@media (max-width: 1024px) {
  .item-right .moresNews {
    top: 52px !important;
    right: 0;
    /* bottom: 0; */
    left: auto !important;
  }
  .item-right .moresNews:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e0e1ef;
    z-index: -1;
  }
  .mauto {
    max-width: 94% !important;
  }
  .health-b {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 20px !important;
  }
  .health-b .health-i {
    width: 100%;
  }
}
.header-m .m-language {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.header-m .m-language a {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  -moz-animation: slideInUp 1.5s both;
  -o-animation: slideInUp 1.5s both;
  animation: slideInUp 1.5s both;
  -webkit-animation: slideInUp 1.5s both;
}
.header-m .m-language a img {
  height: 18px;
  vertical-align: -2px;
  margin: 0 5px 0 0;
}
nav ul li {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  margin: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* min-width: 90px; */
}
nav ul li.cur a > p::after,
nav ul li:hover a > p::after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.header.on ul li:hover > a {
  color: #000 !important;
}
nav ul li:hover {
  background: transparent !important;
}
nav ul li > a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 26px 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav ul li a span {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-top: 5px;
}
nav ul li > a > .ts {
  position: relative;
}
nav ul li > a > p::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background: #233d94;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
nav ul li:last-child > a::after {
  transform: none;
  left: auto;
  bottom: auto;
}
nav ul li:last-child:hover {
  background: transparent !important;
}
nav ul li .abs {
  position: absolute;
}
nav ul li .sub-nav-b {
  background-color: #f6f6f6;
  width: 100% !important;
  left: 0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  background: #f2f2f2 !important;
  top: 92px !important;
  overflow: hidden;
  padding: 0 !important;
}
nav ul li .sub-nav-b-i {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: block;
  overflow-y: auto;
}
nav ul li .sub-nav-b-i-c {
  width: 100%;
  /* min-height: 16rem; */
}
nav ul li .sub-nav-row {
  width: 50%;
  text-align: left !important;
  padding-left: 1%;
  padding-right: 2%;
  padding-top: 0.74rem !important;
  padding-bottom: 0.66rem !important;
}
nav ul li .sub-nav-row:nth-child(1) {
  border-right: 2px solid #e6e6e6;
}
nav ul li .sub-nav-row a {
  text-align: left !important;
}
nav ul li .sub-nav-row > .title {
  font-size: 18px;
  font-weight: bold;
  color: #182b84;
  padding: 15px 30px 15px 0 !important;
  border-bottom: 2px solid #e6e6e6;
}
nav ul li .sub-nav-row a:hover {
  color: #182b84 !important;
  background: transparent !important;
}
nav ul li .sub-nav-row-i a:hover {
  background: transparent !important;
}
nav ul li .sub-nav-row-i {
  height: 100%;
  max-height: 200px;
  overflow-y: auto;
  display: flex;
  flex-wrap: nowrap;
}
nav ul li .sub-nav-row-i .sub-nav-row-item {
  width: 33%;
}
nav ul li .sub-nav-row-i .sub-nav-row-item .item-title {
  border: none;
  color: #282828;
  font-size: 16px;
  font-weight: bold;
}
nav ul li .sub-nav-row-i .sub-nav-row-item .sub-nav-row-i-child {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #3f3a39 !important;
  line-height: 34px !important;
  text-align: left !important;
  border: none !important;
  padding: 0 30px 0 0 !important;
}
nav ul li .sub-nav {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  top: 110px;
  left: 48%;
  padding: 10px;
  width: 150px;
  background: rgba(255, 255, 255, 0.9);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul li .sub-nav a {
  display: block;
  line-height: 23px;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fix-search {
  z-index: 999;
  top: 0;
  left: 0;
}
.fix-search .hide {
  width: 20px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}
.fix-search .hide::before,
.fix-search .hide::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35%;
  margin-top: -35%;
  background: #000;
}
.fix-search .hide::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fix-search .hide::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fix-search .hide:hover {
  opacity: 0.5;
}
.fix-search .txt,
.fix-search .btn {
  height: 50px;
  line-height: 50px;
}
.fix-search .txt {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  font-size: 15px;
  padding: 0 15px 0 5px;
  border-bottom: 1px solid #e1e1e1;
}
.fix-search .txt:focus {
  border-color: #666;
}
.fix-search .btn {
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto;
}
nav ul li .earth,
nav ul li .search-btn {
  min-width: auto;
  cursor: pointer;
  height: 92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: none;
  margin: 0;
}
.header.on nav ul li > a {
  color: #000;
}
nav ul li .earth::after,
nav ul li .search-btn::after {
  padding: 33px 0;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 47px 0 0;
  background: url(../img/search.png) no-repeat center;
}
.header.on .search-btn::after {
  background: url(../img/search.png) no-repeat center;
}
/* .header.on .earth::after {
      background: url(../images/earch.png) no-repeat center;
    }
    
    nav ul li .earth::after {
      background: url(../images/earch1.png) no-repeat center;
    } */
nav ul li .sub-nav a:hover {
  color: #fff;
  background: #233d94;
}
nav ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}
/* nav ul li::after {
        width: 1px;
        height: 19px;
        background: #938D8C;
        content: '';
        display: block;
    } */
nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
  display: none;
}
nav ul li:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  top: 92px;
}
.lang {
  display: flex;
  flex-wrap: wrap;
}
.lang .img-earch {
  width: 19px;
  height: 19px;
  margin: 0 11px 0 0;
}
.header.active {
  background-color: #fff;
}
.header.on,
.header.cur {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
}
.header.active nav ul li > a {
  color: #000;
}
/* .header-active::after, */
.header-ul {
  height: 100%;
}
.header-ul li > a:hover {
  color: #505050;
}
.header-search {
  width: 106px;
  height: 25px;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .footer-public-top {
  height: 107px;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  font-family: PingFang SC;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
footer .footer-public-top .title {
  height: 107px;
  line-height: 107px;
  font-family: PingFang SC;
  font-weight: 800;
  font-size: 14px;
  color: #ffffff;
  width: 20%;
  /* margin: 0 100px 0 0; */
}
footer .footer-public-top .model4Swiper-prev,
footer .footer-public-top .model4Swiper-next {
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  position: absolute;
  top: 0%;
  cursor: pointer;
}
footer .footer-public-top .model4Swiper-prev {
  right: -30px;
}
footer .footer-public-top .model4Swiper-next {
  right: -60px;
}
footer .footer-public-top .model4Swiper-b {
  width: 70%;
}
footer .footer-public-top .model4Swiper-b .swiper {
  width: 100%;
}
footer .footer-public-top .box-a-tab {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
footer .footer-public-top .box-a-tab a {
  font-family: PingFang SC;
  font-weight: 800;
  font-size: 14px;
  color: #ffffff;
}
footer .footer-public-top .box-page-img img {
  width: 22px;
  height: 22px;
}
footer .public-footer-b {
  background-color: #19438e;
  /* background: url(../images/ft.png)no-repeat center center; */
}
footer .public-footer {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
footer .public-footer .top {
  padding: 0.52rem 0;
}
footer .public-footer .top .list-icon {
  width: 2rem;
  height: auto;
}
footer .public-footer .top .list-i {
  margin: 26px 0 0 0;
}
footer .public-footer .top .list-i .t1 {
  color: #ffffff;
  margin: 10px 0 0 0;
}
footer .public-footer .top .list-i-qrcode {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  width: 2rem;
  margin: 0.4rem 0 0 0;
}
footer .public-footer .top .list-i-qrcode .qrcode-l img {
  width: 0.8rem;
  height: auto;
}
footer .public-footer .top .list-i-qrcode .qrcode-l .txt {
  margin: 0.1rem auto 0;
  text-align: center;
  width: 100%;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #d2d2d2;
}
footer .public-footer .top .submitBox {
  width: 307px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin-top: -10px;
}
footer .public-footer .top .submitBox input {
  border: none;
  width: 307px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  height: 54px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #6086c9;
  line-height: 54px;
}
footer .public-footer .top .submitBox ::-webkit-input-placeholder {
  color: #6086c9;
}
footer .public-footer .top .submitBox .submit {
  width: 72px;
  height: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  background-color: #0e1b83;
  text-align: center;
  margin: 26px 0 0 0;
}
footer .public-footer .top .left .left-i .title {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.public-footer-info {
  margin-top: 20px;
}
footer .public-footer-info .info {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 36px;
}
footer .public-footer-info .info:hover {
  color: #fff;
}
footer .public-footer .top .left {
  width: 65%;
}
footer .public-footer .top .right .list .list-i {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
footer .public-footer .top .right .list .list-i img {
  margin-right: 0.11rem;
}
footer .public-footer .top .right .list .list-i .t1 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
footer .public-footer .top .right .code {
  text-align: center;
  margin-left: 0.65rem;
}
footer .public-footer .top .right .code .t1 {
  font-size: 14px;
  font-weight: 400;
  color: #ccd0dc;
  margin-top: 0.09rem;
}
footer .public-footer-num {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 0.28rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.mores-white {
  width: 232px;
  height: 53px;
  background-color: #ffffff;
  color: #0e1b83;
  margin: 0;
  margin-top: 0.41rem;
  position: relative;
  line-height: 53px;
  padding: 0 0 0 27px;
  font-size: 16px;
}
.mores-white img {
  width: 17px;
  height: auto;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.mores {
  width: 232px;
  height: 53px;
  background-color: #0e1b83;
  color: #ffffff;
  margin: 0;
  margin-top: 0.41rem;
  position: relative;
}
.mores img {
  width: 17px;
  height: auto;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.moresNews {
  height: 59px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #565455;
  line-height: 59px;
  position: relative;
  padding: 0 0 0 30px;
  position: absolute;
  top: 265px;
  /* top: 328px; */
  left: 0;
  z-index: 200;
  cursor: pointer;
}
.moresNews:before {
  content: "";
  position: absolute;
  top: 0%;
  transform: translateY(0%);
  left: 0;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #e0e1ef;
  z-index: -1;
}
.home-model3 {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.home-model3 .model3-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  background-color: #fff;
}
.home-model3 .model3-item .atitle {
  width: 95px;
  height: 170px;
  background-color: #0e1b83;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* border: 1px solid red; */
}
.home-model3 .model3-item .atitle .txt {
  color: #ffffff;
  font-size: 16px;
  width: 83px;
  word-wrap: break-word;
  /* border: 1px solid red; */
  text-align: center;
}
.home-model3 .model3-item .atitle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent;
  border-width: 20px 0 20px 20px;
  border-left-color: #0e1b83;
  z-index: 10;
}
.home-model3 .items {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: #fff;
  transition: all ease-out 0.4s;
}
.home-model3 .items-img {
  width: 0.61rem;
  height: 0.61rem;
  /* height: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-model3 .items:last-child {
  border: none;
}
.home-model3 .items .t1 {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  margin-top: 0.14rem;
}
.home-model2 {
  background: url(../img/home-page2.png) no-repeat left center;
  background-size: 50% 100%;
}
.home-model2 .row .box-left {
  padding: 1.5rem 0 0.99rem 0;
  background: url(../img/home-page3.png) no-repeat right bottom;
  background-size: 100% auto;
}
.home-model2 .row .box-left .line {
  width: 57px;
  height: 3px;
  background: #0e1b83;
  margin: 0.19rem 0 0.26rem;
}
.home-model2 .row .box-left .t1 {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
}
.home-model2 .row .box-left .t2 {
  max-width: 566px;
  font-size: 16px;
  font-weight: 400;
  color: #565455;
  line-height: 30px;
}
.home-model2 .t-title {
  font-size: 16px;
  color: #0e1b83;
  font-weight: bold;
  margin: 0 0 0.15rem 0;
}
.home-model2 .row .row-i {
  width: 47%;
}
.home-model2 .box-right-i {
  max-width: 566px;
}
.home-model2 .row .row-i .right-i {
  padding: 1.1rem 0 0 0;
}
.home-model2 .row .row-i .right-i .left .left-i .t1 {
  font-size: 40px;
  font-weight: bold;
  color: #0e1b83;
  line-height: 40px;
}
.home-model2 .row .row-i .right-i .left .left-i i {
  font-size: 24px;
  font-weight: 400;
  color: #0e1b83;
  margin-left: 5px;
  line-height: 50px;
}
.home-model2 .row .row-i .right-i .left .t2 {
  font-size: 16px;
  font-weight: 400;
  color: #565455;
  margin-top: 0.12rem;
}
.home-model2 .row .row-i .right-i .rigth {
  transition: all ease-out 0.4s;
}
.home-model2 .row .row-i .right-i .right-i:hover .rigth {
  transform: rotateY(180deg);
  transition: all ease-out 0.4s;
}
.home-model2 .row .row-i .right-i .right-i:hover {
  background: rgba(5, 41, 161, 0.925);
}
.home-page .home-news {
  margin: 90px auto;
  max-width: 1500px;
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: flex-end;
}
.home-news {
  background-color: #f6f9fc;
  margin: 20px auto 40px;
  max-width: 1500px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
/* @media (max-width: 1200px) {
      .home-news {
        flex-wrap: wrap;
        justify-content: center;
      }
    } */
.item-menu {
  margin: 20px 30px 0 0;
  width: 254px;
  height: auto;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.item-menu .title {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 20px;
  background-color: #101a87;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.active-menu .title:after {
  background-image: url("../images/icon-new-r-2.png") !important;
}
.item-menu .title:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/icon-new-r.png");
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.item-title {
  font-weight: 800;
  font-size: 16px;
  color: #172b84;
  /* line-height: 48px; */
  padding: 20px 0px;
}
.item-menu .am-menu {
  z-index: 888;
  width: 100%;
  height: 100%;
  opacity: 1;
  text-align: left;
  padding-top: 0px;
  /* display: none; */
  /* padding-bottom: 10px; */
  background-color: #ffffff;
}
.item-menu .am-menu .item-title {
  padding: 20px 20px !important;
}
.am-menu .nav .item-list:last-child {
  border: none !important;
}
.item-menu .am-menu .nav .item-list {
  border-bottom: 1px solid #e6e6e6;
}
.item-menu .am-menu .nav .item .t1 {
  height: auto;
  min-height: 50px;
  /* border: 1px solid red; */
}
.item-menu .am-menu .nav .item a {
  font-size: 14px;
  color: #000000;
  display: block;
  /* line-height: 24px; */
  padding: 12px 28px;
  position: relative;
}
.item-menu .am-menu .nav .item a::after {
  content: "";
  background-image: url("../img/icon_arrow_grey.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 8px;
  height: 12px;
  font-size: 12px;
  color: #161616;
}
.item-menu .am-menu .nav .item:last-child {
  border: none;
}
.item-menu .am-menu .nav .active .t1 {
  height: 50px;
  /* background-color: #101a87; */
  background-color: #e8eaf4;
  color: #636363;
}
.item-menu .am-menu .nav .active .t1:after {
  content: "";
  width: 24px;
  height: 11px;
  background-image: url("../images/more.png");
}
.item-menu .am-menu .nav .active a::after {
  background-image: url("../img/icon_arrow_white.png");
}
.item-menu .am-menu .nav .active .sub-nav {
  display: inline-block;
}
.item-menu .am-menu .nav .sub-nav {
  display: none;
  width: 100%;
  overflow: hidden;
}
.item-menu .am-menu .nav .sub-nav a {
  width: 100%;
  position: relative;
  display: block;
  line-height: 24px;
  box-sizing: border-box;
  padding: 12px 0px 0 40px;
  background: #f2f2f2;
  color: #4e4e4e;
}
.item-menu .am-menu .nav .sub-nav a:after {
  display: none;
}
.home-news .home-news-i {
  padding: 0rem 0 0rem;
  width: 100%;
}
.home-news .home-news-i .top {
  padding-bottom: 19px;
  text-align: center;
  justify-content: center;
}
.home-news .home-news-i .top .type .t1 {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 18px;
  margin: auto;
}
.home-news .home-news-i .top .type .t1::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 3px;
  background: #160a8b;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  display: none;
}
.home-news .home-news-i .top .type .t1.cur::after {
  display: block;
}
.home-news .home-news-i .bottom {
  position: relative;
  margin: 0.2rem 0 0rem 0;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  /* height: 454px; */
}
.home-news .home-news-i .info-b-i {
  border-bottom: 1px dashed #f5f5f5;
}
.home-news .box-left {
  height: 100%;
  position: relative;
  padding: 0.3rem 0 0 0;
}
.home-news .box-left .pro-title {
  font-weight: bold;
  font-size: 36px;
  color: #172b84;
  margin-bottom: 14px;
  line-height: 36px;
}
.home-news .box-left .pro-t2 {
  font-weight: 500;
  font-size: 24px;
  color: #172b84;
}
.home-news .box-left .line2 {
  width: 43px;
  height: 3px;
  background: #ce4250;
  margin: 0.24rem 0 0.25rem;
}
.home-news .box-left .line {
  width: 43px;
  height: 3px;
  background: #0e1b83;
  margin: 0.24rem 0 0.25rem;
}
.home-news .box-left .t1 {
  font-size: 24px;
  font-weight: 400;
  color: #414141;
}
.home-news .box-left .time {
  color: #a9a9a9;
  font-size: 14px;
  margin: 0.17rem 0 0px 0;
}
.home-news .box-left .t2 {
  max-width: 566px;
  font-size: 16px;
  font-weight: 400;
  color: #565455;
  line-height: 30px;
}
.home-news .box-left .mores {
  width: 232px;
  height: 53px;
  background-color: #0e1b83;
  color: #ffffff;
  margin: 0;
  margin-top: 0.41rem;
  position: relative;
}
.home-news .box-left .mores img {
  width: 17px;
  height: auto;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.home-news .n1Swiper-i {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.home-news .n1Swiper-i .box-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 100px solid #c40d23;
  border-right: 100px solid transparent;
}
.home-news .n1Swiper-i p.new-txt {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 0;
  width: 60px;
  text-align: center;
  transform: rotate(-45deg);
  height: 30px;
  z-index: 10;
}
.home-news .n1Swiper-i .newsImg {
  /* height: 454px; */
  width: 50%;
  object-fit: contain;
  background-image: url(../images/bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: rgba(0, 0, 0, 0.03); */
}
.home-news .n1Swiper-i .show {
  max-width: 682px;
  width: 50%;
  right: 0;
  bottom: 0;
  padding: 0 0 0 56px;
}
.home-news .n1Swiper-i .show .swiper-pagination {
  position: absolute;
  width: max-content !important;
  top: 27px !important;
  left: auto !important;
  right: 27px !important;
}
.home-page .home-news .box-page-btn {
  z-index: 10;
  height: 32px;
  position: absolute;
  bottom: 60px;
  max-width: 682px;
  width: 50%;
  right: 0;
  padding: 0 0 0 56px;
}
.home-news .box-page-btn {
  z-index: 10;
  height: 32px;
  position: absolute;
  bottom: 60px;
  max-width: 200px;
  width: 50%;
  right: 32px;
  padding: 0 0 0 56px;
}
.home-news .box-page-btn .content-btn {
  position: relative;
  max-width: 566px;
  width: 100%;
}
.home-news .box-page-btn .swiper-pagination-fraction {
  position: relative !important;
  width: 100px;
  bottom: 0;
  text-align: left;
}
.home-news .box-page-btn .swiper-pagination-fraction .swiper-pagination-current {
  color: #0e1b83;
  font-size: 30px;
  font-weight: bold;
}
.home-news .box-page-btn .swiper-pagination-fraction .swiper-pagination-total {
  color: #5c5c5c;
  font-size: 18px;
}
.home-news .box-page-btn .btn-prev-next {
  position: relative;
  width: 200px;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.home-news .box-page-btn .btn-prev-next .swiper-button-next2 {
  width: 32px;
  height: 32px;
  background: url(../img/next.png) no-repeat center;
  background-size: cover;
  margin: 0 0 0 28px;
}
.home-news .box-page-btn .btn-prev-next .swiper-button-prev2 {
  width: 32px;
  height: 32px;
  background: url(../img/prev.png) no-repeat center;
  background-size: cover;
}
.home-partner {
  background: url(../img/home-page4.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 8.39rem;
}
.home-partner .left {
  width: 40%;
}
.home-partner .left .t1 {
  margin: 1.83rem 0 0 0;
  font-weight: 800;
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 0.6rem;
}
.home-partner .left .t2 {
  margin: 0.19rem 0 0 0;
  font-weight: 800;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.24rem;
}
.home-partner .left .box-t3 {
  margin: 0.97rem 0 0 0;
}
.home-partner .left .box-t3 .t3 {
  font-weight: bold;
  font-size: 1.28rem;
  color: #ffffff;
  line-height: 1.28rem;
}
.home-partner .left .box-t3 .t3icon {
  margin-top: -0.14rem;
  font-weight: 400;
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 0.6rem;
}
.home-partner .left .t4 {
  margin: 0.53rem 0 0 0;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.3rem;
}
.home-partner .left .t5 {
  margin: 0.37rem 0 0 0;
  font-weight: 400;
  font-size: 0.48rem;
  color: #ffffff;
  line-height: 0.48rem;
}
.home-partner .right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  overflow: hidden;
  width: 50%;
  height: 8.39rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.home-partner .right .item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 33%;
  height: 8.39rem;
  /*è¿™ä¸ªé«˜åº¦è¦ä¿è¯å°äºŽç­‰äºŽcon1çš„é«˜åº¦*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.home-partner .right .item .scroll {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.home-partner .right .item .item-box {
  /* height: 600px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.home-partner .right .item .box-img {
  width: 60%;
  height: 200px;
  margin: auto;
}
.home-partner .right .item .box-img img {
  /* width: 100%; */
  width: 192px;
  height: auto;
  margin: auto;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.stretch {
  animation: stretch 0.5s ease-out 0s;
  animation-delay: 0s !important;
}
@keyframes stretch {
  0% {
    width: 0;
  }
  to {
    width: 2.88rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
.business {
  position: relative;
  height: 80vh;
  background-image: url("../img/home1.png");
  background-size: cover;
  overflow: hidden;
}
.business .rotate360 {
  animation: rotate360 0.5s ease-out 0s;
  animation-delay: 0s !important;
}
@keyframes rotate360 {
  to {
    transform: rotate(180deg);
  }
}
.business .wrap {
  position: relative;
  height: 100%;
  /* padding-top: 0.98rem; */
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}
.business .business-hd {
  width: 100%;
  margin-top: 0.3rem;
  color: #fff;
  text-align: center;
}
.business .business-hd .tit {
  font-size: 0.45rem;
  color: #fff;
  font-weight: 700;
}
.business .business-hd .desc {
  font-size: 0.18rem;
}
.business .business-bd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: #fff;
}
.business .business-bd .content-item {
  display: none;
  position: relative;
  z-index: 1;
}
/* .business .business-bd .content-item:first-child {
      display: inline-block;
    
    } */
.business .business-bd .content-item .tit {
  margin-bottom: 0.42rem;
  font-size: 0.36rem;
  font-weight: 700;
}
.business .business-bd .content-item .desc {
  width: 45%;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.business .business-swiper-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.9rem;
  height: 100%;
  /* padding: 5vh 0; */
  z-index: 1;
}
.business .business-swiper-wrap .swiper {
  height: 100%;
}
.business .business-swiper-wrap .swiper .business-type-item {
  display: flex;
  align-items: center;
}
.business .business-swiper-wrap .swiper .business-type-item .img-wrap {
  width: 1.45rem;
  height: 1.45rem;
}
.business .business-swiper-wrap .swiper .business-type-item .img-wrap img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
}
.business .business-swiper-wrap .swiper .business-type-item .tit {
  margin-left: 0.28rem;
  font-size: 0.24rem;
  color: #fff;
}
.business .business-swiper-wrap .swiper .business-type-item.swiper-slide-active .img-wrap {
  width: 2.23rem;
  height: 2.23rem;
  /* transition: all 1s ease; */
}
.business .business-swiper-wrap .swiper .business-type-item.swiper-slide-active .img-wrap img {
  width: 2.23rem;
  height: 2.23rem;
  box-shadow: 0 0 0 0.15rem #0453ae94, 0 0 0 0.3rem #0453ae9c;
  transform: translate(0.3rem);
}
.business .business-swiper-wrap .swiper .business-type-item.swiper-slide-active .tit {
  display: none;
}
.business .gear-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.business .gear-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.business .gear-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #00000040;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.business .gear-wrap .gear {
  position: relative;
  display: block;
  width: 0.96rem;
  height: 0.96rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NDMwZjk3NC05OTY1LTdiNDQtYTlhMS04YThjZjU2MzYyNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E5QjlFN0RFMUFBMTFFRDk4Q0NBMDgzQTZCRjg5MDMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0E5QjlFN0NFMUFBMTFFRDk4Q0NBMDgzQTZCRjg5MDMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YjJlMGI2MjItYTA4Zi0yMzRhLWI3MDctM2FlMzY3MmRjY2E1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZDZhOTViODgtNTg2ZS1lNzRhLWIyMjUtYTg3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) no-repeat 0 0/0.96rem 0.96rem;
  z-index: 1;
}
.business .gear-wrap .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 2.88rem;
  height: 2px;
  margin-left: 0.36rem;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: 1;
}
.business .gear-wrap .line:before,
.business .gear-wrap .line:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.business .gear-wrap .line:before {
  left: -3px;
}
.business .gear-wrap .line:after {
  right: -3px;
}
@media (max-width: 1024px) {
  .box-map {
    padding: 0 20px;
  }
  .box-contact {
    margin: 40px auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .box-contact .item {
    width: 45% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    height: 100px;
  }
  .box-contact .item img {
    width: 50px !important;
    height: 50px !important;
  }
  .box-contact .item .address {
    font-size: 12px !important;
    line-height: 12px !important;
    margin: 10px auto !important;
  }
  .box-contact .item .address1 {
    width: 70%;
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .business .business-hd {
    /* margin-top: 1.6rem; */
  }
  .business .business-bd {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .business .business-bd .content-item {
    width: 100%;
    margin-top: 0.2rem;
  }
  .business .business-bd .content-item .desc {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .business .business-swiper-wrap {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.2rem;
    padding: 0;
  }
  .business .business-swiper-wrap .swiper .business-type-item {
    flex-direction: column;
  }
  .business .business-swiper-wrap .swiper .business-type-item .tit {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .business .business-swiper-wrap .swiper .business-type-item.swiper-slide-active .img-wrap img {
    display: block;
    margin: 0 auto;
    transform: translateY(0.3rem);
  }
  .business .gear-wrap,
  .business .gear-wrap .line {
    display: none;
  }
}
.home-business-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-business-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-business-video .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000004d;
}
.public-banner img,
.aboutUs-banner img {
  width: 100%;
}
.public-banner .title,
.aboutUs-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  transform: translate(-50%, -50%);
}
.public-banner .title .t1,
.aboutUs-banner .title .t1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
.public-ban-nav-b {
  background: #ffffff;
}
.public-ban-nav-b .public-ban-nav-i {
  justify-content: center;
}
.public-ban-nav-b .public-ban-nav-i .item {
  height: 60px;
  padding: 0 0.39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
}
.public-ban-nav-b .public-ban-nav-i .item.cur {
  background: #160a8b;
  color: #fff;
}
.public-ban-nav-b2 {
  background: #ffffff;
  border-top: 1px solid #fafafa;
}
.public-ban-nav-b2 .public-ban-nav-i {
  justify-content: center;
}
.public-ban-nav-b2 .public-ban-nav-i .item {
  height: 60px;
  margin: 0 0.39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
}
.public-ban-nav-b2 .public-ban-nav-i .item.cur {
  border-bottom: 2px solid #160a8b;
}
.introduction-b2 {
  margin: 41px auto 0;
}
.introduction-b2 .box-circle {
  width: 377px;
  height: 377px;
  background-image: url("../img/about-circle.png");
  background-size: cover;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduction-b2 .box-circle img {
  width: 81px;
}
.introduction-b2 .model .row {
  padding: 57px 0 57px 0;
  box-sizing: content-box;
  position: relative;
}
.introduction-b2 .model .row:nth-child(2n) {
  flex-flow: row-reverse;
}
.introduction-b2 .model .row .model-img {
  padding: 0 68px;
  width: 50%;
  display: flex;
}
.introduction-b2 .model .row .model-img img {
  width: 337px;
  height: 219px;
}
.introduction-b2 .model .row .model-con {
  padding: 0 68px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.introduction-b2 .model .row .model-con .t1 {
  width: 100%;
  font-size: 48px;
  font-weight: bold;
  color: #172b84;
  margin-bottom: 0.36rem;
}
.introduction-b2 .model .row .model-con .t2 {
  width: 100%;
  font-size: 16px;
  color: #303030;
  line-height: 16px;
}
.introduction-b2 .model .row::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 50%;
}
.introduction-b2 .model .row::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  background-image: url("../img/about-icon.png");
  top: 20%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.introduction-b2 .model .row:nth-child(2n + 1) .model-img {
  justify-content: flex-end;
}
.introduction-b2 .model .row:nth-child(2n + 1) .model-con {
  justify-content: flex-start;
}
.introduction-b2 .model .row:nth-child(2n + 1) .model-con .t1 {
  text-align: left;
}
.introduction-b2 .model .row:nth-child(2n + 1) .model-con .t2 {
  text-align: left;
}
.introduction-b2 .model .row:nth-child(2n) .model-img {
  justify-content: flex-start;
}
.introduction-b2 .model .row:nth-child(2n) .model-con {
  justify-content: flex-end;
}
.introduction-b2 .model .row:nth-child(2n) .model-con .t1 {
  text-align: right;
}
.introduction-b2 .model .row:nth-child(2n) .model-con .t2 {
  text-align: right;
}
.introduction-b .model .row .model-con {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.introduction-b .model .row .model-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduction-b .model .row .model-con .t1 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #0e1b83;
  margin-bottom: 0.2rem;
}
.introduction-b .model .row .model-con .t2 {
  font-size: 16px;
  font-weight: 400;
  color: #565455;
  line-height: 30px;
}
.introduction-b .model1 {
  background: url(../img/about-page2.jpg) no-repeat center center;
  background-size: cover;
}
.introduction-b .model1 .row {
  padding: 0 0.66rem;
}
.introduction-b .model1 .model1-i .t1 .title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
}
.introduction-b .model1 .model1-i .t1 em {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-left: 8px;
}
.introduction-b .model1 .model1-i .t2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.1rem;
}
.introduction-b .modelvideo {
  display: flex;
  justify-content: center;
  height: auto;
}
.introduction-b .modelvideo video {
  width: 100%;
}
@media (max-width: 1024px) {
  .public-ban-nav-b2 {
    background: #ffffff;
    border-top: 1px solid #fafafa;
  }
  .public-ban-nav-b2 .public-ban-nav-i {
    justify-content: center;
  }
  .public-ban-nav-b2 .public-ban-nav-i .item {
    height: auto !important;
    margin: 0 0.39rem;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px !important;
    font-weight: 400;
    color: #1d1d1d;
  }
  .introduction-b2 {
    margin: 20px auto 0;
  }
  .introduction-b2 .box-circle {
    width: 160px !important;
    height: 160px !important;
  }
  .introduction-b2 .box-circle img {
    width: 30px !important;
  }
  .introduction-b2 .model .row {
    padding: 20px 20px;
    box-sizing: content-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .introduction-b2 .model .row .model-img {
    padding: 0 0px;
    width: 100%;
  }
  .introduction-b2 .model .row .model-img img {
    width: 100%;
    height: auto;
  }
  .introduction-b2 .model .row .model-con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
  .introduction-b2 .model .row .model-con .t1 {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #172b84;
    margin-bottom: 0.36rem;
  }
  .introduction-b2 .model .row .model-con .t2 {
    width: 100%;
    font-size: 16px;
    color: #303030;
    line-height: 16px;
  }
  .introduction-b2 .model .row::after {
    display: none;
  }
  .introduction-b2 .model .row::before {
    display: none;
  }
  .introduction-b2 .model .row:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .introduction-b2 .model .row:nth-child(2n) .model-con {
    justify-content: flex-start;
  }
  .introduction-b2 .model .row:nth-child(2n) .model-con .t1 {
    text-align: left;
  }
  .introduction-b2 .model .row:nth-child(2n) .model-con .t2 {
    text-align: left;
  }
  .box-partner {
    min-height: 500px !important;
  }
  .box-partner .content {
    margin-top: 50px !important;
    padding: 0 20px;
  }
}
.company-b .list .list-i {
  background-color: #ffffff;
  /* padding: 0.27rem 0.12rem; */
  padding: 0.27rem 0.44rem 0.27rem 0.29rem;
  margin: 0 0 0.14rem 0;
  cursor: pointer;
}
.company-b .list .list-i .t1 {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #3b3b3b;
  position: relative;
}
.company-b .list .list-i .t2 {
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  position: relative;
  margin-top: 0.1rem;
}
.company-b .list .list-i .day {
  width: 66px;
  height: 72px;
  background-color: #f4f4f4;
  margin: 0 0.24rem 0 0;
}
.company-b .list .list-i .day .day1 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  color: #3b3b3b;
}
.company-b .list .list-i .day .day2 {
  width: 100%;
  text-align: center;
  height: 11px;
  font-weight: 500;
  font-size: 14px;
  color: #848484;
  line-height: 36px;
}
.company-b .list .list-i .text-detail {
  width: calc(100% - 180px);
}
.company-b .list .list-i .search-detail {
  font-weight: 500;
  font-size: 16px;
  color: #828282;
  line-height: 16px;
}
.company-b .list .list-i .search-detail .img {
  background: url(../img/righticon.png) no-repeat center;
  width: 7px;
  height: 11px;
  margin: 0 0 0 11px;
}
.company-b .list-cur .day {
  background-color: #172b84 !important;
}
.company-b .list-cur .day .day1 {
  color: #ffffff !important;
}
.company-b .list-cur .day .day2 {
  color: #ffffff !important;
}
.company-b .list-cur .search-detail {
  color: #c30d22;
}
.company-b .list-cur .search-detail .img {
  background: url(../img/righticon2.png) no-repeat center !important;
}
.evolve-swiper .swiper-wrapper {
  align-items: center;
  align-content: center;
}
.evolve-swiper .swiper-slide {
  width: 311px;
  height: 311px;
}
.evolve-swiper .swiper-slide img {
  object-fit: cover;
  max-width: 90%;
  width: auto;
  height: auto;
  max-height: 90%;
}
.evolve-swiper .swiper-slide.swiper-slide-active {
  width: 493px;
  height: 493px;
}
.evolve-swiper .swiper-button-prev:after,
.evolve-swiper .swiper-button-next:after {
  font-size: 0.2rem !important;
  color: #a9a9a9 !important;
}
.evolve-swiper .swiper-button-next,
.evolve-swiper .swiper-button-prev {
  top: 50% !important;
  transform: translateY(-50%);
}
.evolve-swiper .swiper-button-prev {
  left: 39% !important;
}
.evolve-swiper .swiper-button-next {
  right: 39% !important;
}
.evolve-swiper-con {
  visibility: hidden;
  opacity: 0;
  transition: all ease-out 0.3s;
  padding-top: 0.49rem;
}
.evolve-swiper .swiper-slide-active .evolve-swiper-con {
  visibility: visible;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.evolve-swiper-con > .title {
  font-size: 16px;
  font-weight: 400;
  color: #090909;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.evolve-swiper-con > .info {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
  line-height: 30px;
  margin-top: 0.3rem;
}
.evolve-swiper {
  position: relative;
  margin-bottom: 0.1rem;
}
.evolve-swiper-img {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.evolve-swiper-img img {
  max-width: 90%;
  width: auto;
  height: auto;
  max-height: 90%;
}
.evolve-swiper-img img {
  object-fit: cover;
  margin: auto;
  display: block;
}
.box-partner2 {
  width: 100%;
  height: auto;
  background: url(../images/newbg.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
}
.box-partner2 .public-tobody {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.box-partner2 .public-tobody .box-text {
  width: 792px;
  max-width: 80%;
  height: 100%;
  padding: 100px 50px;
  background-color: rgba(23, 43, 132, 0.73);
}
.box-partner2 .public-tobody .box-text .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 60px 0;
}
.box-partner2 .public-tobody .box-text .item img {
  width: 29px;
  height: 26px;
  margin: 0 20px 0 0;
}
.box-partner2 .public-tobody .box-text .item .item-right {
  width: 100%;
}
.box-partner2 .public-tobody .box-text .item .item-right .title {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  height: 24px;
  margin: 0 0 10px 0;
}
.box-partner2 .public-tobody .box-text .item .item-right .txt {
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
}
.box-partner2 .public-tobody .box-text .item .item-right p {
  margin: 0 0 10px 0;
}
.box-partner {
  width: 100%;
  min-height: 909px;
  background: url(../img/about3.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.box-partner .content {
  margin-top: 109px;
  width: 1366px;
  height: auto;
}
.box-title {
  width: 100%;
  text-align: center;
}
.box-title .title {
  width: 668px;
  height: auto;
  margin: auto;
}
.box-title .txt {
  width: 100%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 35px;
  color: #000000;
  line-height: 35px;
  margin-top: -40px;
}
.box-title .line {
  width: 26px;
  margin: 6px auto 0;
  height: 6px;
  background-color: #e50413;
}
.box-contact {
  margin: 96px auto;
  text-align: center;
}
.box-contact .item {
  width: 20%;
}
.box-contact .item img {
  width: 92px;
  height: 92px;
  margin: auto;
}
.box-contact .item .address {
  width: 100%;
  font-weight: 800;
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  text-align: center;
  margin: 20px auto;
}
.box-contact .item .address1 {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #040000;
  line-height: 16px;
  text-align: center;
}
.box-map {
  margin: 0 0 60px 0;
}
.productDetail .newsSwiper {
  margin: auto;
  position: relative;
}
.productDetail .newsSwiper-box {
  text-align: center;
}
.productDetail .newsswiper-con {
  background: #fff;
  padding: 0.35rem 0.22rem;
}
.productDetail .newsswiper-con .t1 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #0e0e0e;
  margin-bottom: 0.2rem;
}
.productDetail .newsswiper-con .t2 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #0e0e0e;
}
.productDetail .newsswiper-img {
  width: 100%;
  margin: 0rem auto 0;
  /* height: 2.13rem; */
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.productDetail .newsswiper-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-image: url("../images/bg-img.jpg");
}
.productDetail .newsswiper-b::after {
  width: 00%;
  height: 2px;
  background: #1f4f9d;
  content: "";
  display: block;
  transition: all ease-out 0.5s;
}
.productDetail .newsswiper-b:hover::after {
  width: 100%;
  transition: all ease-out 0.5s;
}
.productDetail .newsswiper-b:hover .newsswiper-con .t1 {
  color: #1f4f9d;
}
.productDetail .newsswiper-b {
  background: #fff;
  text-align: center;
}
.productDetail .newsswiper-prev,
.productDetail .newsswiper-next {
  opacity: 0;
  width: 39px;
  height: 39px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  user-select: none;
  cursor: pointer;
}
.productDetail .newsswiper-prev {
  left: 0;
}
.productDetail .newsswiper-next {
  right: 0;
}
.productDetail .recommend-b {
  margin: 63px auto 0;
}
.productDetail .recommend-b .box-title {
  margin: 0 auto 65px;
}
.productDetail .recommend-b > .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #393939;
  text-align: center;
  padding: 0.4rem 0;
}
.productDetail .product-detail-con .top {
  background-color: #f6f9fc;
}
.productDetail .product-detail-con .top .t1 {
  padding: 0 47px;
  margin-right: 0;
}
.productDetail .product-detail-con .top .cur {
  background-color: #182b84;
  color: #ffffff;
}
.productDetail .product-detail-con .con .con-i .box-img {
  margin: 50px auto 0;
}
.productDetail .product-detail-con .con .con-i .box-img .item-img {
  width: 16%;
}
.productDetail .product-detail-con .con .con-i .box-img .item-img img {
  width: 100%;
  object-fit: cover;
}
.productDetail .product-detail-con .con .con-i .box-img .item-img p.txt {
  margin: 10px auto 0;
  font-size: 16px;
  color: #565455;
}
.productDetail .g-model1-swiper {
  width: 49%;
  user-select: none;
  /* padding: 20px 40px; */
}
.productDetail .g-model1-swiper-a .swiper-slide .g-model1-swiper-a-img {
  width: 90px;
  height: 90px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.productDetail .g-model1-swiper-a .swiper-slide .g-model1-swiper-a-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productDetail .g-model1-swiper-a-s {
  --swiper-navigation-color: #323739 !important;
  /* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
  --swiper-navigation-size: 20px !important;
  /* è®¾ç½®æŒ‰é’®å¤§å° */
}
.productDetail .g-model1-swiper-a-s .swiper-button-prev {
  left: -23px !important;
  right: auto;
}
.productDetail .g-model1-swiper-a-s .swiper-button-next {
  right: -23px !important;
  left: auto;
}
.productDetail .g-model1-swiper-b {
  width: 100%;
}
.productDetail .g-model1-swiper-b .swiper-slide {
  padding: 0px 0;
}
.productDetail .g-model1-swiper-b .swiper-slide .g-model1-swiper-b-img {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/bg-img.jpg");
}
.productDetail .g-model1-info {
  width: 49%;
  height: 100%;
  position: relative;
}
.productDetail .g-model1-info .t1 {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 36px;
  color: #172b84;
  line-height: 50px;
}
.productDetail .g-model1-info .t11 {
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 24px;
  color: #172b84;
}
.productDetail .g-model1-info .line {
  width: 66px;
  height: 3px;
  background-color: #c62c2f;
}
.productDetail .g-model1-info .t22 {
  margin: 30px auto 0;
  font-weight: 800;
  font-size: 16px;
  color: #1d1d1d;
}
.productDetail .g-model1-info .box-t2 {
  /* margin: 20px auto 0; */
  line-height: 30px;
  margin: 40px auto 0;
}
.productDetail .g-model1-info .box-t2 p {
  font-size: 16px;
  color: #565455;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}
.productDetail .g-model1-info .box-t2 p:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  /* transform: translateY(-50%); */
  left: 10px;
  background-color: #d6d6d6;
}
/* .productDetail .g-model1-info .box-t2 .t23 {
      font-weight: 500;
      font-size: 16px;
      color: #565455;
    } */
.productDetail .g-model1-info-btn {
  width: max-content;
  height: 43px;
  padding: 0 40px;
  background-color: #ee1409;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 50px;
}
.productDetail .g-model1-info-btn img {
  margin-right: 10px;
}
.productDetail .g-model1-info-share {
  margin-top: 80px;
}
.productDetail .g-model1-info-share a {
  width: 18px;
  height: 16px;
  margin: 0 10px;
}
.productDetail .g-model1-info-share a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1500px) {
  .home-news {
    background: transparent;
    margin: 20px auto 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-news .item-right {
    margin: 20px auto 20px;
  }
}
.box-alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.box-alert .shadow {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-alert .shadow .box-answer {
  width: 90%;
  max-width: 1132px;
  padding: 0 0 40px 59px;
  background: #f6f9fc;
  border-radius: 5px;
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
}
/* æ•´ä¸ªæ»šåŠ¨æ¡ */
.box-alert .shadow .box-answer::-webkit-scrollbar {
  width: 5px;
  /* æ°´å¹³æ»šåŠ¨æ¡çš„é«˜åº¦ã€åž‚ç›´æ»šåŠ¨æ¡çš„å®½åº¦ */
  height: 12px;
  /* æ°´å¹³æ»šåŠ¨æ¡çš„é«˜åº¦ */
}
/* æ»šåŠ¨æ¡è½¨é“ */
.box-alert .shadow .box-answer::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* é¢œè‰²å’Œæ ·å¼ */
}
/* æ»šåŠ¨æ¡æ»‘å— */
.box-alert .shadow .box-answer::-webkit-scrollbar-thumb {
  background: #8a8989;
  /* æ»‘å—é¢œè‰² */
  border-radius: 8px;
}
/* æ»‘å—hoveræ•ˆæžœ */
.box-alert .shadow .box-answer::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.box-alert .shadow .box-answer .box-close {
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 60px;
  top: 50px;
}
.box-alert .shadow .box-answer .alert-title {
  height: 102px;
  font-weight: 800;
  font-size: 18px;
  color: #172b84;
  line-height: 102px;
  border-bottom: 1px solid #f6f9fc;
}
.box-alert .shadow .box-answer .alert-content .item {
  width: 90%;
}
.box-alert .shadow .box-answer .alert-content .answer {
  margin-top: 20px;
}
.more-news-btn {
  margin: auto;
}
@media (max-width: 1024px) {
  .public-banner .title .t1,
  .aboutUs-banner .title .t1 {
    font-size: 18px !important;
  }
  .product-detail-con .con .con-i .box-img {
    margin: 20px auto 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  .product-detail-con .con .con-i .box-img .item-img {
    width: 45% !important;
  }
  .product-detail-con .con .con-i .box-img .item-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .product-detail-con .con .con-i .box-img .item-img p.txt {
    margin: 10px auto 0;
    font-size: 12px !important;
    color: #565455;
  }
  .public-footer .top .list {
    display: none;
  }
  .public-footer .top .left-i-txt {
    display: none;
  }
  .home-partner {
    height: auto !important;
  }
  .home-partner .justify-between {
    padding: 0.3rem 20px;
    flex-wrap: wrap;
  }
  .home-partner .left {
    width: 100% !important;
  }
  .home-partner .left .t1 {
    margin: 0.2rem 0 0 0 !important;
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  .home-partner .left .t2 {
    margin: 0.19rem 0 0 0;
    font-weight: 800;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.2rem;
  }
  .home-partner .left .box-t3 {
    margin: 0.5rem 0 0 0;
  }
  .home-partner .left .box-t3 .t3 {
    font-weight: bold;
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 0.8rem;
  }
  .home-partner .left .box-t3 .t3icon {
    margin-top: -0.14rem;
    font-weight: 400;
    font-size: 0.4rem;
    color: #ffffff;
    line-height: 0.4rem;
  }
  .home-partner .left .t4 {
    margin: 0.3rem 0 0 0;
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.2rem;
  }
  .home-partner .left .t5 {
    margin: 0.37rem 0 0 0;
    font-weight: 400;
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 0.28rem;
  }
  .home-partner .right {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    overflow: hidden;
    width: 100% !important;
    height: 8.39rem;
    margin-top: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .home-partner .right .item {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    width: 33%;
    height: 8.39rem;
    /*è¿™ä¸ªé«˜åº¦è¦ä¿è¯å°äºŽç­‰äºŽcon1çš„é«˜åº¦*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .home-partner .right .item .scroll {
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .home-partner .right .item .item-box {
    height: 600px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .home-partner .right .item .box-img {
    width: 60%;
    height: 200px;
    margin: auto;
  }
  .home-partner .right .item .box-img img {
    width: 100%;
    margin: auto;
  }
  .home-model2 {
    background: transparent;
  }
  .home-model3 {
    flex-wrap: wrap;
  }
  .home-model3 .model3-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  .home-model3 .model3-item .atitle {
    height: 100px !important;
  }
  .home-model3 .model3-item .atitle .txt {
    font-size: 14px !important;
  }
  .home-model3 .model3-item .atitle:before {
    display: none;
  }
  .home-model3 .items {
    height: 100px !important;
    width: calc((100% - 70px) / 3);
  }
  .home-model3 .items-img {
    width: 0.61rem;
    height: 0.61rem;
    object-fit: cover;
    height: auto;
  }
  .home-model3 .items:last-child {
    border: none;
  }
  .home-model3 .items .t1 {
    font-size: 12px !important;
  }
  .company-b {
    padding: 0 20px;
  }
  .home-news .home-news-i {
    background: transparent;
    padding: 0rem 0 0rem;
    width: 100%;
  }
  .home-news .home-news-i .top {
    padding-bottom: 19px;
    text-align: center;
    justify-content: center;
  }
  .home-news .home-news-i .top .type .t1 {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 18px;
    margin: auto;
  }
  .home-news .home-news-i .top .type .t1::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 3px;
    background: #160a8b;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
    display: none;
  }
  .home-news .home-news-i .top .type .t1.cur::after {
    display: block;
  }
  .home-news .home-news-i .bottom {
    height: auto !important;
    background: transparent;
  }
  .home-news .home-news-i .info-b-i {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #f5f5f5;
  }
  .home-news .box-left {
    width: 100%;
    padding: 0.2rem 0 0 0 !important;
  }
  .home-news .more-news-btn {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 3%;
  }
  .home-news .more-news-btn .mores {
    width: 100%;
    height: 53px;
    background-color: #0e1b83;
    color: #ffffff;
    margin: 0.1rem 0 0 0 !important;
    position: relative;
  }
  .home-news .more-news-btn .mores img {
    width: 17px;
    height: auto;
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-news .n1Swiper-i {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    /* padding: 0 0 150px 0; */
    /* padding: 0 0 20px 0; */
    /* border: 1px solid red; */
  }
  /* .home-news .moresNews{
     bottom: 0!important;
    } */
  .home-news .n1Swiper-i .box-new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-top: 100px solid #c40d23;
    border-right: 100px solid transparent;
  }
  .home-news .n1Swiper-i .newsImg {
    height: auto !important;
    width: 100% !important;
    /* object-fit: cover!important; */
    /* border: 1px solid red; */
    /* overflow: hidden; */
    /* background-image: none; */
    padding: 0 !important;
  }
  .home-news .n1Swiper-i .show {
    max-width: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 0 0 0 0px !important;
  }
  .home-news .n1Swiper-i .show .swiper-pagination {
    position: relative !important;
    width: max-content !important;
    top: 27px !important;
    left: auto !important;
    right: 27px !important;
  }
  .home-news .box-page-btn {
    z-index: 10;
    height: auto !important;
    position: relative !important;
    bottom: 0px !important;
    max-width: 682px;
    width: 100% !important;
    right: 0;
    padding: 0 0 0px 0px !important;
  }
  .home-news .box-page-btn .content-btn {
    position: relative;
    max-width: 566px;
    width: 100%;
    /* margin: 20px auto 20px; */
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .home-news .box-page-btn .swiper-pagination-fraction {
    position: relative !important;
    width: 100px;
    bottom: 0;
    text-align: left;
  }
  .home-news .box-page-btn .swiper-pagination-fraction .swiper-pagination-current {
    color: #0e1b83;
    font-size: 30px;
    font-weight: bold;
  }
  .home-news .box-page-btn .swiper-pagination-fraction .swiper-pagination-total {
    color: #5c5c5c;
    font-size: 18px;
  }
  .home-news .box-page-btn .btn-prev-next {
    position: relative;
    width: 100%;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    /* border: 1px solid red; */
    align-content: center;
  }
  .home-news .box-page-btn .btn-prev-next .swiper-button-next2 {
    width: 32px;
    height: 32px;
    background: url(../img/next.png) no-repeat center;
    background-size: cover;
    margin: 0 0 0 28px;
  }
  .home-news .box-page-btn .btn-prev-next .swiper-button-prev2 {
    width: 32px;
    height: 32px;
    background: url(../img/prev.png) no-repeat center;
    background-size: cover;
  }
  .newsswiper-prev,
  .newsswiper-next {
    opacity: 1 !important;
  }
  .g-model1 {
    display: block;
  }
  .g-model1-info,
  .g-model1-swiper {
    width: 100% !important;
  }
  .g-model1-swiper {
    margin-bottom: 20px !important;
  }
  .g-model1-swiper-b .swiper-slide {
    /* padding: 20px !important; */
  }
}
.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  /* border: 1px solid red; */
  /* animation: marquee 10s linear infinite; */
}
.marquee .item-box {
  animation: marquee 10s linear infinite;
  /* è°ƒæ•´æ»šåŠ¨é€Ÿåº¦ï¼Œä¾‹å¦‚20s */
}
@keyframes marquee {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.marquee2 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.marquee2 .item-box {
  animation: marquee2 10s linear infinite;
}
@keyframes marquee2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@media (max-width: 767px) {
  .home-alert-content .home-alert-shadow {
    width: 1170px;
    max-width: 90%!important;
    min-height: 653px !important;
    height: auto !important;
    padding: 0 0 20px 0!important;
    max-width: 90%;
    position: relative;
  }
  .home-alert-content .home-alert-shadow .img-close {
    position: absolute;
    right: 23px;
    top: 23px;
    width: 24px;
    height: 24px;
  }
  .home-alert-content .home-alert-shadow .home-alert {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .home-alert-content .home-alert-shadow .home-alert .home-alert-left {
    width: 100% !important;
    max-width: 100% !important;
    height: 200px !important;
  }
  .home-alert-content .home-alert-shadow .home-alert .home-alert-left .box-img {
    width: 100%;
    height: 100%;
  }
  .home-alert-content .home-alert-shadow .home-alert .home-alert-left .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-alert-content .home-alert-shadow .home-alert .home-alert-right {
    margin: 20px auto 0;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
  .home-alert-content .home-alert-shadow .home-alert .box-question {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .home-alert-content .home-alert-shadow .home-alert .box-question .box-title {
    text-align: left;
  }
  .home-alert-content .home-alert-shadow .home-alert .box-question .box-title .title2 {
    width: 100%;
    line-height: 34px;
    height: 34px;
    font-weight: bold;
    font-size: 36px;
    color: #172b84;
    margin: 0px auto 0;
    position: relative;
  }
  .home-alert-content .home-alert-shadow .home-alert .box-question .box-message {
    margin: 0;
  }
  .home-alert-content .home-alert-shadow .home-alert .box-question .box-message .form-box {
    margin: 20px 0 0 0;
    padding: 0 0px;
  }
  .item-left {
    width: 100%;
    padding: 0 2%;
  }
  .item-menu {
    margin: 20px auto 0;
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
  }
  .item-menu .title {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0 20px;
    background-color: #101a87;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
  .item-title {
    font-weight: 800;
    font-size: 16px;
    color: #172b84;
    /* line-height: 48px; */
    padding: 20px 0px;
  }
  .item-menu .am-menu {
    z-index: 888;
    width: 100%;
    height: 100%;
    opacity: 1;
    text-align: left;
    padding-top: 0px;
    /* padding-bottom: 10px; */
    background-color: #ffffff;
  }
  .item-menu .am-menu .item-title {
    padding: 20px 20px !important;
  }
  .am-menu .nav .item-list:last-child {
    border: none !important;
  }
  .item-menu .am-menu .nav .item-list {
    border-bottom: 1px solid #e6e6e6;
  }
  .item-menu .am-menu .nav .item .t1 {
    height: 50px;
  }
  .item-menu .am-menu .nav .item a {
    font-size: 16px;
    color: #000000;
    display: block;
    line-height: 24px;
    padding: 12px 28px;
    position: relative;
  }
  .item-menu .am-menu .nav .item a::after {
    content: "";
    background-image: url("../img/icon_arrow_grey.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 8px;
    height: 12px;
    font-size: 12px;
    color: #161616;
  }
  .item-menu .am-menu .nav .item:last-child {
    border: none;
  }
  .item-menu .am-menu .nav .active .t1 {
    height: 50px;
    /* background-color: #101a87; */
    background-color: #e8eaf4;
    color: #636363;
  }
  .item-menu .am-menu .nav .active .t1:after {
    content: "";
    width: 24px;
    height: 11px;
    background-image: url("../images/more.png");
  }
  .item-menu .am-menu .nav .active a::after {
    background-image: url("../img/icon_arrow_white.png");
  }
  .item-menu .am-menu .nav .active .sub-nav {
    display: inline-block;
  }
  .item-menu .am-menu .nav .sub-nav {
    display: none;
    width: 100%;
    overflow: hidden;
  }
  .item-menu .am-menu .nav .sub-nav a {
    width: 100%;
    position: relative;
    display: block;
    line-height: 24px;
    box-sizing: border-box;
    padding: 12px 0px 0 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }
  .item-menu .am-menu .nav .sub-nav a:after {
    display: none;
  }
  .box-partner2 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    background-size: auto 100% !important;
  }
  .box-partner2 .public-tobody {
    justify-content: center !important;
    height: 100%;
  }
  .box-partner2 .public-tobody .box-text {
    width: 100% !important;
    max-width: 100% !important;
    padding: 50px 20px !important;
  }
  .box-partner2 .public-tobody .box-text .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 60px 0;
  }
  .box-partner2 .public-tobody .box-text .item img {
    width: 29px;
    height: 26px;
    margin: 0 20px 0 0;
  }
  .box-partner2 .public-tobody .box-text .item .item-right {
    width: 100%;
  }
  .box-partner2 .public-tobody .box-text .item .item-right .title {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    height: 24px;
    margin: 0 0 20px 0;
  }
  .box-partner2 .public-tobody .box-text .item .item-right .txt {
    font-size: 16px;
    color: #fff;
    margin: 20px 0 0 0;
  }
  .box-partner2 .public-tobody .box-text .item .item-right p {
    margin: 0 0 10px 0;
  }
  .home-page .home-news {
    margin: 30px auto;
    width: 100% !important;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
  }
  .home-news .n1Swiper-i {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-news .n1Swiper-i .box-new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-top: 100px solid #c40d23;
    border-right: 100px solid transparent;
  }
  .home-news .n1Swiper-i .newsImg {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .home-news .n1Swiper-i .show {
    max-width: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 0 0 0 0px !important;
  }
  footer .footer-public-top .model4Swiper-prev,
  footer .footer-public-top .model4Swiper-next {
    width: 23px;
    height: 23px;
    min-width: 23px;
    min-height: 23px;
    position: absolute;
    top: 30px;
    cursor: pointer;
  }
  footer .footer-public-top .model4Swiper-prev {
    right: 30px;
  }
  footer .footer-public-top .model4Swiper-next {
    right: 0px;
  }
  .box-message {
    text-align: center;
  }
  .box-message .txt {
    margin: 70px auto 0;
    width: 80%;
    text-align: left;
  }
  .box-message .form-box {
    margin: 20px auto 0;
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .box-message .form-box .form-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box-message .form-box .form-item .a-item {
    width: 100% !important;
    margin: 0 0% 10px 0;
  }
  .sild-float {
    display: none;
  }
  .g-model1-swiper {
    padding: 15px 0px !important;
  }
  .g-model1-swiper-b .swiper-slide .g-model1-swiper-b-img {
    width: 100% !important;
  }
}
.health-b {
  width: 100%;
  padding: 0.4rem 0 0 0;
}
.health-b::after {
  width: 33%;
  content: "";
}
.health-b-i {
  width: 100%;
  padding: 0.7rem 0;
}
.health-b-i .info {
  margin-top: 0.37rem;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.health-b-i:nth-child(2) {
  background: #f7f7f7;
}
.health-b-img-i {
  width: 100%;
  margin-right: 0.5rem;
}
.health-b-img-i:last-child {
  margin-right: 0;
}
.health-b-img {
  margin-top: 0.38rem;
}
.health-i {
  width: 48%;
}
.bg-white {
  background-color: #ffffff;
}
.box-question {
  padding: 0 24px;
  margin: 0 auto 20px;
}
.box-question .box-title .title {
  width: 100%;
  line-height: 34px;
  height: 34px;
  font-weight: bold;
  font-size: 36px;
  color: #172b84;
  margin: 55px auto 0;
  position: relative;
}
.box-question .box-title .title:after {
  content: "";
  width: 66px;
  height: 4px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ca2d40;
}
.box-question .health-i {
  width: 328px;
  height: 256px;
  background: #f6f9fc;
  border-radius: 5px;
  padding: 0 23px;
  margin: 0.2rem auto 0;
}
.box-question .health-title {
  font-weight: 800;
  font-size: 18px;
  color: #172b84;
  line-height: 66px;
  height: 66px;
  overflow: hidden;
  border-bottom: 1px solid #cadaea;
}
.box-question .health-con {
  margin-top: 0.2rem;
  height: 120px;
  overflow-y: hidden;
  text-align: left;
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.box-question .health-con p {
  font-weight: 500;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 22px;
}
.box-question .health-con .answer {
  margin: 20px auto 0;
}
.box-question .health-icon {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 27px;
  text-align: center;
}
.box-question .health-icon p.icon-add {
  color: #0e1b83;
  margin: auto;
  width: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  height: 20px;
  border: 1px solid #47579e;
  border-radius: 50%;
}
.box-question .box-message {
  text-align: center;
  margin: 70px auto 0;
}
.box-question .box-message .box-txt {
  margin: 70px auto 0;
  width: 90%;
}
.box-question .box-message .form-box {
  margin: 20px auto 0;
  padding: 0 40px;
  margin-bottom: 40px;
}
.box-question .box-message .form-box .form-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-question .box-message .form-box .form-item .a-item {
  width: 30%;
  margin: 0 0% 10px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.box-question .box-message .form-box .form-item .a-item-2 {
  width: 100%;
  position: relative;
  margin: 0 0% 10px 0;
}
.box-question .box-message .form-box .form-item .a-item-2 .red {
  color: #ff0000;
  position: absolute;
  top: 28px;
  left: 8px;
}
.box-question .box-message .form-box .form-item .box-aline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.box-question .box-message .form-box .form-item .box-aline .box-verification {
  width: 100px;
  height: 34px;
  margin: 0 0 0 15px;
}
.box-question .box-message .form-box .form-item .box-aline .box-verification img {
  width: 100px;
  height: 34px;
}
.box-question .box-message .form-box .form-item .box-aline .box-txt {
  margin: 0 0 20px 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.box-question .box-message .form-box .form-item .box-aline .box-txt p.t1 {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #636363;
}
.box-question .box-message .form-box .form-item .box-aline .box-txt p.t2 {
  font-size: 12px;
  font-weight: 400;
  color: #636363;
}
.box-question .form-box .form-item .input-title {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
}
.box-question .form-box .form-item .title-red:before {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  color: red;
  font-size: 12px;
}
.box-question .form-box .form-item input {
  padding: 0 0 0 20px;
  width: 100%;
  margin-top: 15px;
  height: 46px;
  font-size: 14px;
  background-color: #efefef;
  font-weight: 400;
  color: #969696;
  line-height: 46px;
}
.box-question .form-box .form-item textarea {
  padding: 10px 0 0 20px;
  width: 100%;
  max-width: 100%;
  height: 96px;
  background: #f6f6f6;
  font-size: 14px;
  color: #969696;
  margin-top: 15px;
}
.box-question .form-box .form-item .input-submit {
  width: 216px;
  height: 60px;
  background: #101a87;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
  justify-content: center;
  text-align: center;
  margin: 37px auto 0;
  border-radius: 30px;
}
.box-question .form-box .form-item .input-replay {
  width: 100px;
  height: 50px;
  border: 1px solid #787878;
  font-size: 16px;
  font-weight: 400;
  color: #141414;
  line-height: 50px;
  text-align: center;
  margin: 0 0 0 0px;
}
.health-con {
  margin: 0.3rem 0 0 0;
}
.health-con .title {
  font-size: 16px;
  font-weight: 400;
  color: #565455;
  text-align: center;
}
.health-con .t2 {
  margin: 0.1rem 0 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #565455;
  text-align: center;
}
.health-img {
  position: relative;
  margin: 0px auto 0;
  width: 100%;
  height: 250px;
  /* height: auto; */
  /* border: 1px solid red; */
  background-image: url("../images/bg-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: rgba(0, 0, 0, 0.03); */
}
.health-img img {
  object-fit: contain;
}
.health-i {
  height: 354px;
  width: 32%;
  margin-bottom: 0.37rem;
  background-color: #ffffff;
  /* padding: 15px; */
  background: #ffffff;
  border-radius: 10px;
}
.health-i:hover {
  box-shadow: 0px 3px 27px 0px rgba(23, 43, 132, 0.14);
}
.home-alert-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.home-alert-content .home-alert-shadow {
  background-color: #e6e6e6;
  width: 1170px;
  height: 653px;
  max-width: 90%;
  position: relative;
}
.home-alert-content .home-alert-shadow .img-close {
  position: absolute;
  right: 23px;
  top: 23px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.home-alert-content .home-alert-shadow .home-alert {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.home-alert-content .home-alert-shadow .home-alert .home-alert-left {
  width: calc(431 / 1170 * 100%);
  max-width: 431px;
  height: 653px;
}
.home-alert-content .home-alert-shadow .home-alert .home-alert-left .box-img {
  width: 100%;
  height: 100%;
}
.home-alert-content .home-alert-shadow .home-alert .home-alert-left .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-alert-content .home-alert-shadow .home-alert .home-alert-right {
  width: calc(739 / 1170 * 100%);
  max-width: 739px;
  padding: 0 20px;
}
.home-alert-content .home-alert-shadow .home-alert .box-question {
  width: 100%;
  margin: 0;
  padding: 0;
}
.home-alert-content .home-alert-shadow .home-alert .box-question .box-title {
  text-align: left;
}
.home-alert-content .home-alert-shadow .home-alert .box-question .box-title .title2 {
  width: 100%;
  line-height: 34px;
  height: 34px;
  font-weight: bold;
  font-size: 36px;
  color: #172b84;
  margin: 0px auto 0;
  position: relative;
}
.home-alert-content .home-alert-shadow .home-alert .box-question .box-message {
  margin: 0;
}
.home-alert-content .home-alert-shadow .home-alert .box-question .box-message .form-box {
  margin: 20px 0 0 0;
  padding: 0 0px;
}
