.flex {
  display: flex !important;
}

.flex-col {
  flex-direction: column;
}

.flex-space-around {
  justify-content: space-around;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-end {
  justify-content: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.ml-05 {
  margin-left: 0.5% !important;
}

.ml-1 {
  margin-left: 1% !important;
}

.ml-4 {
  margin-left: 4% !important;
}

.ml-2 {
  margin-left: 2% !important;
}

.ml-10 {
  margin-left: 10% !important;
}

.mr-1 {
  margin-right: 1% !important;
}

.m-0-auto {
  margin: 0 auto;
}

.mt-1 {
  margin-top: 1% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mb-2 {
  margin-bottom: 2% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.py-1 {
  padding: 0 1%;
  box-sizing: border-box;
}

.py-2 {
  padding: 0 2%;
  box-sizing: border-box;
}

.py-3 {
  padding: 0 3%;
  box-sizing: border-box;
}

.pt-5 {
  padding-top: 5%;
  box-sizing: border-box;
}

.pl-20 {
  padding-left: 20%;
  box-sizing: border-box;
}

.w-25per {
  width: 25%;
}

.w-50per {
  width: 50%;
}

.w-75per {
  width: 75%;
}

.w-85per {
  width: 85%;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-74 {
  font-size: 74px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.font-26 {
  font-size: 26px;
}

.font-32 {
  font-size: 32px;
}

.font-40 {
  font-size: 40px;
}

.font-12 {
  font-size: 12px;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-400 {
  font-weight: 400;
}

.text-decoration-unset {
  text-decoration: unset;
}

.font-fff {
  color: #fff;
}

.font-ccc {
  color: #ccc;
}

.font-000 {
  color: #000;
}

.font-333 {
  color: #333;
}

.font-222 {
  color: #222;
}

.font-999 {
  color: #999;
}

.hover-004FA2 {
  color: #004FA2;
}

.h-28 {
  height: 28px;
}

.h-74 {
  height: 74px;
}

.h-52 {
  height: 52px;
}

.w-225 {
  width: 225px;
}

.h-225 {
  height: 225px;
}

.w-168 {
  width: 168px;
}

.h-168 {
  height: 168px;
}

.w-312 {
  width: 312px;
}

.w-412 {
  width: 412px;
}

.w-619 {
  width: 619px;
}

.top-bg {
  background-color: #222222;
}

.bg-fff {
  background-color: #fff;
}

.bg-004FA2 {
  background-color: #004FA2;
}

.bg-ccc {
  background-color: #ccc;
}

.content {
  width: 1392px;
  margin: 0 auto;
}

.content-main {
  width: 1174px;
  margin: 0 auto;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
}

.text-center {
  text-align: center;
}

.font-space {
  letter-spacing: 1em;
}

.line-height-1-2 {
  line-height: 1.2;
}

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-2 {
  line-height: 2;
}

.cursor-pointer {
  cursor: pointer;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-ccc {
  border: 1px solid #ccc;
}

.border-bottom-ccc {
  border-bottom: 2px solid #ccc;
}

.border-left-fff {
  border-left: 5px solid #fff;
}

html, body {
  width: 100vw;
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto;
}

.my-nav {
  width: 168px;
}
.my-nav a {
  border-bottom: 4px solid #fff;
}
.my-nav a:hover {
  color: #004FA2;
  border-bottom: 4px solid #004FA2;
}

.point {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004FA2;
}

.line {
  display: inline-block;
  width: 80px;
  height: 7px;
  border-radius: 7px;
  background-color: #004FA2;
}

.point1, .line1 {
  background-color: #fff !important;
}

.line {
  display: inline-block;
  width: 80px;
  height: 7px;
  border-radius: 7px;
  background-color: #004FA2;
}

.text-photo .my-border {
  height: 7px;
}
.text-photo .btn-more {
  display: inline-block;
  width: 150px;
  height: 40px;
  background-color: #004FA2;
  border-radius: 20px;
}
.text-photo .hover-handler {
  display: none;
  background-color: rgba(0, 78, 162, 0.5);
}
.text-photo .img-handler:hover .hover-handler {
  display: block;
}

.service-scope {
  width: 100vw;
  height: 100%;
  min-height: 937px;
  /* background: url("../images/index/bg-server.png") no-repeat center; */
  background: url("../images/index/bg_server.png") no-repeat center;
  /* background-size: cover; */
  background-size: 100% 100%;
}
.service-scope ul li div {
  cursor: pointer;
}
.service-scope ul li div:hover {
  cursor: pointer;
  background-color: #004FA2;
}

.swiper1, .swiper-container1 {
  width: 555px !important;
  height: 415px !important;
}
.swiper1 .swiper-wrapper, .swiper-container1 .swiper-wrapper {
  width: 555px !important;
  height: 415px !important;
}
.swiper1 .swiper-wrapper .swiper-slide img, .swiper-container1 .swiper-wrapper .swiper-slide img {
  width: 555px !important;
  height: 415px !important;
}

.swiper-button-next, .swiper-button-prev {
  top: 90%;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
  color: #fff;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
  color: #fff;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
  color: #fff;
}

.news li:hover {
  background-color: #004FA2;
}
.news li:hover a {
  color: #fff;
}

.bottom-bg {
  width: 100%;
  /* height: 558px; */
  height: 100%;
  /* background: url("../images/index/bg-bt.png") no-repeat center; */
  background: url("../images/index/bg-bt.jpg") no-repeat top center;
  /* background-size: cover; */
  background-size: 100% 100%;
}

.thank-btn {
  width: 292px;
  height: 48px;
  background: #004FA2;
  color: #fff;
  border: unset;
  cursor: pointer;
  position: absolute;
  right: 200px;
  bottom: 100px;
}

.footer-bg {
  width: 100%;
  height: 515px;
  background-color: #1D1D1D;
}
.footer-bg .footer-title:before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #004FA2;
  bottom: -15px;
}
.footer-bg .footer-title:after {
  content: " ";
  position: absolute;
  width: 240px;
  height: 2px;
  left: 40px;
  background-color: #666;
  bottom: -15px;
}
.footer-bg .footer-bt {
  padding-top: 50px;
}
.img-item{
  width: 283px;
  height: 255px;
}
.img_honor{
  width: 100%;
  height: 100%;
}
.icp_item{
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 0;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
