@keyframes breath {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.home {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 50px) {
  .home .home-swiper-container {
    margin-top: 3rem;
    overflow: hidden;
    width: 100%;
    z-index: -1;
  }
  .home .home-swiper-container .swiper-button-prev {
    display: none;
  }
  .home .home-swiper-container .swiper-button-next {
    display: none;
  }
  .home .home-swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 1920px;
    width: 100%;
    height: auto;
    display: block;
  }
  .home .home-swiper-container .swiper-wrapper .swiper-slide img[data-mobile='false'] {
    display: none;
  }
  .home .home-pro {
    text-align: center;
    background: white;
    width: 100%;
    margin: 0 auto;
    height: 18.375rem;
    padding: 1rem;
    box-sizing: border-box;
    background: #eaeaea;
  }
  .home .home-pro .home-pro-tit {
    margin: 0 auto;
    padding-top: 1.25rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #333333;
    background: white;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .home .home-pro .home-pro-tit {
    font-size: 24px;
  }
}

@media screen and (min-width: 50px) {
  .home .home-pro .home-pro-sub {
    margin: 0 auto;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0064ca;
    background: white;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .home .home-pro .home-pro-sub {
    font-size: 12px;
  }
}

@media screen and (min-width: 50px) {
  .home .home-pro .home-pro-swiper {
    display: none;
  }
  .home .home-pro .m-home-pro-swiper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: white;
    height: 11.475rem;
    box-sizing: border-box;
    padding-top: .5rem;
    padding-bottom: .25rem;
  }
  .home .home-pro .m-home-pro-swiper .swiper-wrapper {
    box-sizing: border-box;
    background: white;
  }
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
    height: 3.85rem !important;
    border-radius: .2rem;
    width: 6.775rem !important;
    background: linear-gradient(to right, #00baff, #007ad8);
    box-shadow: 0px 2px 9px 9px rgba(204, 204, 204, 0.1);
    position: relative;
    padding: .425rem .387rem .24rem .425rem;
    box-sizing: border-box;
    transition: 0.3s ease;
    margin: 1.225rem .9rem 0 .9rem !important;
  }
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: 0.3s ease;
    height: 70%;
  }
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-tit {
    font-size: .525rem;
    font-weight: 700;
    text-align: left;
    color: white;
    transition: 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-tit {
    font-size: 12px;
  }
}

@media screen and (min-width: 50px) {
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body {
    text-align: right;
    transition: 0.3s ease;
  }
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body i {
    display: inline-block;
    font-size: 1.025rem;
    color: white;
    text-align: right;
    vertical-align: top;
    margin-top: -6px;
    transform: rotateY(180deg);
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body i {
    font-size: 24px;
  }
}

@media screen and (min-width: 50px) {
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span {
    margin-top: -0.32rem;
    width: 100%;
    white-space: nowrap;
    display: block;
    font-size: 0.362rem;
    font-weight: 700;
    text-align: right;
    padding-right: 0.275rem;
    position: relative;
    transition: 0.3s ease;
    transform: translateY(0.25rem);
    color: white;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span {
    font-size: 12px;
  }
}

@media screen and (min-width: 50px) {
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span strong {
    word-break: break-all;
    font-size: 0.35rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media screen and (min-width: 50px) and (max-width: 600px) {
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span strong {
    font-size: 0.425rem;
  }
}

@media screen and (min-width: 50px) and (max-width: 450px) {
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span strong {
    font-size: 12px;
    -webkit-line-clamp: 1;
  }
}

@media screen and (min-width: 50px) {
  .home .home-pro .m-home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span .home-pro-icon {
    display: none;
    background: white;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    top: 4px;
    right: 0;
    width: .25rem;
    height: 3px;
    transition: 0.3s ease;
  }
  .home .home-pro .home-pro-swiper-pagination {
    display: none;
  }
  .home .home-pro .m-home-pro-swiper-pagination {
    position: relative;
    display: block;
    padding-bottom: .942rem;
    background: white;
  }
  .home .home-pro .m-home-pro-swiper-pagination .swiper-pagination-bullet {
    width: .275rem;
    height: .275rem;
    outline: 0;
    margin-right: .475rem;
  }
  .home .home-case {
    position: relative;
    width: 100%;
  }
  .home .home-case img {
    width: 100%;
    z-index: 1;
    display: block;
  }
  .home .home-case .home-case-tit {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    text-align: center;
  }
  .home .home-case .home-case-tit .home-case-sub {
    font-size: 12px;
  }
  .home .home-case .home-case-bto {
    position: absolute;
    display: none;
  }
  .home .home-case .home-case-item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0px solid #ff921e;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .home .home-case .home-case-item .m-home-case-tit {
    white-space: nowrap;
    font-size: .35rem;
    width: 2.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: Normal;
    text-align: left;
    color: #ffffff;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .home .home-case .home-case-item .m-home-case-tit {
    font-size: 12px;
  }
}

@media screen and (min-width: 50px) {
  .home .home-case .home-case-item:nth-last-of-type(1) {
    top: 2rem;
    left: 7.18rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(2) {
    left: 17rem;
    top: 3rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(3) {
    left: 9rem;
    top: 5.4rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(4) {
    left: .5rem;
    top: 6rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(5) {
    left: 16.7rem;
    top: 4.9rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(6) {
    left: 5.1rem;
    top: 7.7rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(7) {
    left: 4rem;
    top: 2.9rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(8) {
    left: 12.4rem;
    top: 2rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(9) {
    left: 3rem;
    top: 5.4rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(10) {
    left: 12.5rem;
    top: 5rem;
  }
  .home .home-case .home-case-item .home-case-dot img {
    height: .31rem;
    width: .31rem;
    animation: breath 4s infinite;
  }
}

@media screen and (min-width: 50px) and (max-width: 980px) {
  .home .home-case .home-case-item .home-case-item-case {
    display: none !important;
    border: 1px solid white;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 50px) {
  .home .home-news {
    width: 100%;
    background: #eaeaea;
    box-sizing: border-box;
  }
  .home .home-news .home-news-tit {
    padding-top: 2rem;
    font-size: .9rem;
    font-weight: 700;
    color: #333333;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .home .home-news .home-news-tit {
    font-size: 24px;
  }
}

@media screen and (min-width: 50px) {
  .home .home-news .home-news-sub {
    font-size: .6rem;
    font-weight: 700;
    color: #0064ca;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 50px) and (max-width: 500px) {
  .home .home-news .home-news-sub {
    font-size: 12px;
  }
}

@media screen and (min-width: 50px) {
  .home .home-news .news-first-time {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.25rem;
    background: rgba(0, 100, 202, 0.8);
    padding: 0 2px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home .home-news .news-first-time span {
    opacity: 0.7;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: -0.15rem;
  }
  .home .home-news .news-first-time .time-year {
    opacity: 0.7;
    color: white;
    width: 100%;
    background: white;
    font-size: .7rem;
    font-weight: 400;
    color: #0064ca;
    margin: 0 auto;
  }
  .home .home-news .m-home-news {
    position: relative;
    box-sizing: border-box;
    margin: 0 1rem;
    background: white;
  }
  .home .home-news .m-home-news .m-home-news-thumb {
    position: relative;
    height: 10.25rem;
    width: 100%;
  }
  .home .home-news .m-home-news .m-home-news-thumb img {
    width: 100%;
    height: 100%;
  }
  .home .home-news .m-home-news .m-home-news-item {
    height: 3.375rem;
    border-bottom: 1px solid #999999;
    padding: 0 .55rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home .home-news .m-home-news .m-home-news-item:first-child {
    color: #0064ca !important;
  }
  .home .home-news .m-home-news .m-home-news-item:last-child {
    border-bottom: none;
  }
  .home .home-news .m-home-news .m-home-news-item .m-home-news-tit {
    font-size: .6rem;
    font-weight: 300;
    color: #999999;
    max-width: 12.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home .home-news .m-home-news .m-home-news-item .m-home-news-time {
    font-size: .6rem;
    color: #999999;
  }
  .home .home-news .news-item {
    display: none;
  }
  .home .home-news .home-news-body {
    display: none;
  }
  .home .home-about {
    background: #eaeaea;
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
  .home .home-about .home-about-tit {
    font-size: .99rem;
    font-weight: 700;
    color: #333333;
  }
  .home .home-about .home-about-sub {
    font-size: .625rem;
    font-weight: 400;
    color: #0064ca;
    margin-bottom: 1.26rem;
  }
  .home .home-about .home-about-body {
    display: none;
  }
  .home .home-about .m-home-about {
    margin: 0 1rem;
    text-align: left;
  }
  .home .home-about .m-home-about .m-home-about-thumb {
    width: 100%;
  }
  .home .home-about .m-home-about .m-home-about-thumb img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .home-about .m-home-about .m-home-about-tit {
    padding: 1.25rem .525rem;
    border-bottom: 1px solid #999;
    background: white;
  }
  .home .home-about .m-home-about .m-home-about-tit strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: left;
    color: #0064ca;
    letter-spacing: 2px;
  }
  .home .home-about .m-home-about .m-home-about-tit span {
    font-size: .85rem;
    font-weight: 700;
    text-align: left;
    color: #333333;
    letter-spacing: 3px;
  }
  .home .home-about .m-home-about .m-home-about-desc {
    padding: 1rem .5rem;
    background: white;
    font-size: .6rem;
    font-weight: 300;
    text-align: justifyLeft;
    color: #333333;
    line-height: 1.2rem;
  }
  .home .home-about .m-home-about .m-home-about-opr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem .5rem 1.25rem .5rem;
    background: white;
  }
  .home .home-about .m-home-about .m-home-about-opr .m-about-opr-item {
    text-decoration: none;
    text-align: center;
  }
  .home .home-about .m-home-about .m-home-about-opr .m-about-opr-item i {
    font-size: 1.75rem;
    color: #0064CA;
  }
  .home .home-about .m-home-about .m-home-about-opr .m-about-opr-item span {
    margin-top: .5rem;
    display: block;
    font-size: .625rem;
    font-weight: 300;
    color: #333333;
  }
}

@media screen and (min-width: 980px) {
  .home .home-swiper-container {
    margin-top: 1.36rem;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    z-index: -1;
  }
  .home .home-swiper-container .swiper-button-hidden {
    opacity: 0;
  }
  .home .home-swiper-container .swiper-button-next {
    right: 5% !important;
    transition: .3s;
    top: 4.75rem;
    transform: translateY(-50%);
    display: block;
  }
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .home .home-swiper-container .swiper-button-next {
    top: 5.25rem;
  }
}

@media screen and (min-width: 980px) {
  .home .home-swiper-container .swiper-button-next i {
    color: white;
    font-size: .5rem;
    border-radius: 50%;
    padding: 0.075rem;
    background: rgba(255, 255, 255, 0.3);
  }
  .home .home-swiper-container .swiper-button-next i:hover {
    color: #023b96;
    background: rgba(255, 255, 255, 0.6);
  }
  .home .home-swiper-container .swiper-button-next::after {
    display: none;
  }
  .home .home-swiper-container .swiper-button-prev {
    left: 5% !important;
    transition: .3s;
    top: 4.75rem;
    transform: translateY(-50%);
    display: block;
  }
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .home .home-swiper-container .swiper-button-prev {
    top: 5.25rem;
  }
}

@media screen and (min-width: 980px) {
  .home .home-swiper-container .swiper-button-prev::after {
    display: none;
  }
  .home .home-swiper-container .swiper-button-prev i {
    color: white;
    font-size: .5rem;
    border-radius: 50%;
    padding: .075rem;
    background: rgba(255, 255, 255, 0.3);
  }
  .home .home-swiper-container .swiper-button-prev i:hover {
    color: #023b96;
    background: rgba(255, 255, 255, 0.6);
  }
  .home .home-swiper-container .swiper-wrapper .swiper-slide img[data-mobile='false'] {
    display: block;
  }
  .home .home-swiper-container .swiper-wrapper .swiper-slide img[data-mobile="true"] {
    display: none;
  }
  .home .home-pro {
    text-align: center;
    background: white;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    height: auto;
  }
  .home .home-pro .home-pro-tit {
    padding-top: 0;
    margin: 0 auto;
    margin-top: 1.21rem;
    font-size: .575rem;
    font-weight: 700;
    color: #333333;
  }
  .home .home-pro .home-pro-sub {
    margin: 0 auto;
    font-size: .7rem;
    font-weight: 700;
    color: #0064ca;
    margin-bottom: 1.21rem;
  }
  .home .home-pro .m-home-pro-swiper-pagination {
    display: none;
  }
  .home .home-pro .home-pro-swiper {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 6rem;
    position: relative;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper {
    box-sizing: border-box;
    padding: .165rem !important;
    background: white;
    overflow: hidden;
    width: 100%;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
    height: 2.425rem;
    border-radius: .165rem;
    width: 4.75rem;
    background: linear-gradient(to right, #e5eff9, #e5eff9);
    box-shadow: 0px 2px 9px 9px rgba(204, 204, 204, 0.1);
    position: relative;
    padding: .425rem .387rem .24rem .425rem;
    box-sizing: border-box;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide {
    margin-right: .485rem !important;
    margin-top: 0px !important;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide:first-child {
    margin-bottom: .485rem !important;
  }
}

@media screen and (min-width: 980px) {
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide:hover {
    background: linear-gradient(to right, #00baff, #007ad8);
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide:hover img {
    opacity: 1;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide:hover .home-pro-item-tit {
    color: white;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide:hover .home-pro-item-body i {
    color: white;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide:hover .home-pro-item-body span {
    color: white;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide:hover .home-pro-item-body span .home-pro-icon {
    background: white;
    transform: rotate(90deg);
    transform-origin: center;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide img {
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s ease;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-tit {
    font-size: .275rem;
    font-weight: 700;
    text-align: left;
    color: #333333;
    transition: 0.3s ease;
    overflow: hidden;
    margin-bottom: .3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body {
    text-align: right;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body i {
    text-align: right;
    display: block;
    width: 1.25rem;
    font-size: .8rem;
    color: #333333;
    text-align: right;
    margin-top: -16px;
    margin-bottom: .3rem;
    transform: rotateY(180deg);
    transition: 0.3s ease;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span {
    white-space: nowrap;
    width: 100%;
    margin-top: 0;
    display: block;
    font-size: .162rem;
    font-weight: 700;
    text-align: right;
    color: #333333;
    padding-right: .375rem;
    position: relative;
    transition: 0.3s ease;
    transform: translateY(-10px);
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span strong {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span .home-pro-icon {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 3px;
    height: .165rem;
    background: #0074ed;
    transition: 0.3s ease;
  }
  .home .home-pro .m-home-pro-swiper {
    display: none;
  }
  .home .home-pro .home-pro-swiper-pagination {
    display: none;
  }
  .home .home-pro .home-pro-swiper-pagination {
    position: relative;
    display: block;
    margin-bottom: .94rem;
    margin-top: .725rem;
  }
  .home .home-pro .home-pro-swiper-pagination .swiper-pagination-bullet-active {
    background: #0064ca;
  }
  .home .home-pro .home-pro-swiper-pagination .swiper-pagination-bullet {
    width: .275rem;
    height: .275rem;
    outline: 0;
  }
  .home .home-pro .home-pro-swiper-pagination .swiper-pagination-bullet:first-child {
    margin-right: .475rem;
  }
  .home .home-case {
    position: relative;
    width: 100%;
    z-index: 10000;
  }
  .home .home-case img {
    width: 100%;
    z-index: 1;
  }
  .home .home-case .home-case-tit {
    position: absolute;
    top: .475rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: .36rem;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    text-align: center;
  }
  .home .home-case .home-case-tit .home-case-sub {
    font-size: 28px;
  }
  .home .home-case .home-case-bto {
    display: block;
    position: absolute;
    bottom: .55rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2.45rem;
    height: .6rem;
    background: #00b5e7;
    border-radius: 10px;
    font-size: 0.22rem;
    font-weight: 300;
    color: #ffffff;
    line-height: .6rem;
    cursor: pointer;
  }
  .home .home-case .home-case-item {
    position: absolute;
    width: .31rem;
    height: .31rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #ff921e;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .home .home-case .home-case-item .m-home-case-tit {
    display: none;
  }
  .home .home-case .home-case-item:nth-last-of-type(1) {
    top: 2rem;
    left: 7.18rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(2) {
    left: 17rem;
    top: 3rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(3) {
    left: 9rem;
    top: 5.4rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(4) {
    left: .5rem;
    top: 6rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(4) .home-case-item-case {
    transform: translateX(-15%);
  }
  .home .home-case .home-case-item:nth-last-of-type(5) {
    left: 16.7rem;
    top: 4.9rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(6) {
    left: 5.1rem;
    top: 7.7rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(6) .home-case-item-case {
    transform: translate(-50%, -2.5rem);
  }
  .home .home-case .home-case-item:nth-last-of-type(7) {
    left: 4rem;
    top: 2.9rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(8) {
    left: 12.4rem;
    top: 2rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(9) {
    left: 3rem;
    top: 5.4rem;
  }
  .home .home-case .home-case-item:nth-last-of-type(10) {
    left: 12.5rem;
    top: 5rem;
  }
  .home .home-case .home-case-item .home-case-item-case {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0.025rem);
    width: 3.45rem;
    height: 2.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home .home-case .home-case-item .home-case-item-case:hover .home-case-item-tit {
    opacity: 1;
  }
  .home .home-case .home-case-item .home-case-item-case .home-case-item-tit {
    transition: .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    font-size: 0.2rem;
    font-weight: 600;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10%;
    box-sizing: border-box;
  }
  .home .home-case .home-case-item .home-case-item-case img {
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 0.07rem;
    box-sizing: border-box;
    display: block;
    border: 3px solid white;
  }
  .home .home-case .home-case-item-hover .home-case-item-case {
    display: flex;
  }
  .home .home-news {
    width: 100%;
    background: white;
  }
  .home .home-news .home-news-tit {
    padding-top: 0;
    font-size: .6rem;
    font-weight: 700;
    color: #333333;
    margin-top: 0.77rem;
  }
  .home .home-news .home-news-sub {
    font-size: .7rem;
    font-weight: 700;
    color: #0064ca;
    margin-bottom: .7rem;
  }
  .home .home-news .m-home-news {
    display: none;
  }
  .home .home-news .news-first-time {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 80%;
    width: 1.26rem;
    height: 1.25rem;
    padding: 0 2px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home .home-news .news-first-time span {
    opacity: 0.7;
    font-size: .5rem;
    font-weight: 700;
    color: #0064CA;
    margin-top: 0;
    width: 70%;
    border-bottom: 1px solid #0064CA;
  }
  .home .home-news .news-first-time .time-year {
    color: #0064CA;
    width: 100%;
    font-size: 0.26rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    margin-top: 4px;
  }
  .home .home-news .news-item {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 1.12rem;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .4rem;
    margin-bottom: .2rem;
    transition: .3s;
  }
  .home .home-news .news-item:hover {
    box-shadow: 0px 2px 13px 0px rgba(19, 4, 8, 0.15);
  }
  .home .home-news .news-item:hover .news-item-tit {
    font-weight: 900;
    color: #0064ca;
  }
  .home .home-news .news-item .news-item-tit {
    text-align: left;
    width: 6.25rem;
    font-size: .275rem;
    font-weight: 300;
    color: #333;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .home .home-news .news-item .news-item-time {
    font-size: .275rem;
    font-weight: 300;
    color: #999999;
    flex-shrink: 0;
  }
  .home .home-news .home-news-body {
    display: flex;
    margin: 0 auto;
  }
  .home .home-news .home-news-body .news-left {
    width: 9.6rem;
    margin-right: .42rem;
  }
  .home .home-news .home-news-body .news-left .news-first {
    position: relative;
    margin-bottom: .5rem;
  }
  .home .home-news .home-news-body .news-left .news-first img {
    width: 9.6rem;
    height: 6.775rem;
  }
  .home .home-news .home-news-body .news-left .news-first .news-first-tit {
    position: absolute;
    left: .64rem;
    bottom: .5rem;
    width: 5.025rem;
    font-size: .3rem;
    font-weight: 300;
    color: #ffffff;
    line-height: .3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home .home-news .home-news-body .news-left .news-first .news-first-tit::after {
    content: "";
    background: white;
    position: absolute;
    height: 100%;
    width: 4px;
    left: -.3rem;
    top: 0;
  }
  .home .home-news .home-news-body .news-right {
    flex: 1;
  }
  .home .home-news .home-news-body .news-right .news-right-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: .25rem;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main {
    cursor: pointer;
    position: relative;
    border: 1px solid #eee;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main .news-first-time {
    transform: scale(0.8) translateY(-0.25rem);
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main:first-child {
    margin-right: .32rem;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main:hover .news-main-body {
    box-shadow: 0px 2px 13px 0px rgba(19, 4, 8, 0.2);
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main:hover .news-main-body .news-main-tit {
    font-weight: 900;
    color: #0064ca;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main:hover .news-main-opr span {
    color: #0064ca;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main img {
    height: 3rem;
    display: block;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main .news-first-time {
    left: 64%;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main .news-main-body {
    transition: .3s;
    padding: 0.225rem 0.21rem 0.195rem 0.23rem;
    box-sizing: border-box;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main .news-main-body .news-main-tit {
    min-height: .7rem;
    font-size: .25rem;
    font-weight: 300;
    text-align: left;
    color: #333333;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main .news-main-body .news-main-opr {
    display: flex;
    justify-content: space-between;
    font-size: .25rem;
    font-weight: 300;
    color: #999999;
  }
  .home .home-about {
    width: 100%;
    background-size: 100% 100%;
    min-height: 0;
    margin-bottom: .96rem;
    padding-top: .75rem;
    position: relative;
    background: url("/assets/img/home_about_bg.jpg") no-repeat center bottom;
    padding-bottom: 2.08rem;
  }
  .home .home-about::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #33363f;
    height: .96rem;
  }
  .home .home-about .m-home-about {
    display: none;
  }
  .home .home-about .home-about-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -.96rem;
    transform: translateX(-50%);
    background: white;
    width: 100%;
    height: 1.92rem;
    z-index: 10;
    display: flex;
  }
  .home .home-about .home-about-box .about-box-item {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #0064ca;
    font-size: .26rem;
    overflow: hidden;
    cursor: pointer;
  }
  .home .home-about .home-about-box .about-box-item:first-child .about-box-right {
    width: 0;
  }
  .home .home-about .home-about-box .about-box-item:hover .about-box-hover {
    top: 0;
  }
  .home .home-about .home-about-box .about-box-item:hover .about-box-right {
    width: 0;
  }
  .home .home-about .home-about-box .about-box-item:hover + .about-box-item .about-box-right {
    width: 0;
  }
  .home .home-about .home-about-box .about-box-item span {
    display: inline-block;
    margin-right: .16rem;
    margin-bottom: .16rem;
    font-weight: 550;
    font-size: .51rem;
  }
  .home .home-about .home-about-box .about-box-item .about-box-hover {
    transition: 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 .96rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0064ca;
    font-size: .25rem;
    color: white;
  }
  .home .home-about .home-about-box .about-box-item .about-box-right {
    transition: 0.3s ease;
    position: absolute;
    background: #0064ca;
    right: 99%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .8rem;
  }
  .home .home-about .home-about-tit {
    font-size: .575rem;
    font-weight: 700;
    color: #333333;
  }
  .home .home-about .home-about-sub {
    font-size: .45rem;
    font-weight: 700;
    color: #0064ca;
    margin-bottom: .96rem;
  }
  .home .home-about .home-about-body {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .home .home-about .home-about-body .home-about-left {
    position: relative;
    width: 9.35rem;
    height: 6.3rem;
    flex-shrink: 0;
    margin-right: .96rem;
  }
  .home .home-about .home-about-body .home-about-left .home-about-bgc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.9rem;
    height: 4.6rem;
    box-sizing: border-box;
    border-right: 5px solid #ee9739;
    border-bottom: 5px solid #ee9739;
    z-index: 1;
  }
  .home .home-about .home-about-body .home-about-left .home-about-bgc::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3.23rem;
    height: 5px;
    background: #ee9739;
  }
  .home .home-about .home-about-body .home-about-left .home-about-bgc::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 1.55rem;
    background: #ee9739;
  }
  .home .home-about .home-about-body .home-about-left .home-about-bgc2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.35rem;
    height: 3.825rem;
    opacity: 0.6;
    background: #005aae;
    z-index: 2;
  }
  .home .home-about .home-about-body .home-about-left .home-about-thumb {
    width: 7.9rem;
    height: 4.8rem;
    cursor: pointer;
    background: #e3e3e3;
    box-shadow: 5px 5px 4px 4px rgba(153, 153, 153, 0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  .home .home-about .home-about-body .home-about-left .home-about-thumb img {
    width: inherit;
    height: inherit;
  }
  .home .home-about .home-about-body .home-about-left .home-about-thumb .home-about-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.45rem;
    height: .675rem;
    opacity: 0.8;
    background: #ff921e;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .home .home-about .home-about-body .home-about-left .home-about-thumb .home-about-icon i {
    color: white;
    font-size: 1rem;
  }
  .home .home-about .home-about-body .home-about-right {
    flex-shrink: 0;
    width: 8.15rem;
    box-sizing: border-box;
  }
  .home .home-about .home-about-body .home-about-right .about-right-tit {
    padding-left: .125rem;
    text-align: left;
    font-size: .48rem;
    color: #0064ca;
    font-weight: bold;
    margin-bottom: .32rem;
  }
  .home .home-about .home-about-body .home-about-right .about-right-tit .about-right-sub {
    font-size: .415rem;
  }
  .home .home-about .home-about-body .home-about-right .about-right-desc {
    margin-left: .165rem;
    padding-top: .32rem;
    border-top: 2px solid #0064ca;
    font-size: .27rem;
    line-height: 2;
    color: #333;
    text-align: left;
    margin-bottom: .48rem;
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr {
    display: flex;
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item {
    flex-shrink: 0;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: .544rem;
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    border-radius: .165rem;
    transition: 0.3s;
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item:first-child {
    background: rgba(0, 90, 174, 0.7);
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item:first-child:hover i {
    transform: rotateY(0deg);
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item:hover {
    background: rgba(0, 90, 174, 0.4);
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item:hover i {
    transform: rotateY(360deg);
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item:last-child {
    margin-right: 0;
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item i {
    transition: .3s;
    text-decoration: none;
    color: white;
    font-size: .8rem;
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item span {
    font-size: .27rem;
    color: white;
  }
}

@media screen and (min-width: 1200px) {
  .home .home-swiper-container {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .home .home-swiper-container {
    margin-top: 1.3575rem;
  }
}

@media screen and (min-width: 1200px) {
  .home .home-pro {
    min-width: 1220px;
    max-width: 1920px;
  }
  .home .home-pro .home-pro-tit {
    margin-top: 60px;
    font-size: 36px;
  }
  .home .home-pro .home-pro-sub {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .home .home-pro .home-pro-swiper {
    width: 1220px;
    height: 365px;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper {
    padding: 10px !important;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide {
    height: 150px;
    border-radius: 10px;
    width: 267px !important;
    padding: 26px 23px 15px 25px;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-tit {
    font-size: 17px;
    margin-bottom: 0.15rem;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body {
    width: 100%;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body i {
    width: .63rem;
    text-align: right;
    font-size: .63rem;
    transform: rotateY(180deg);
    margin-bottom: .1rem;
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span {
    font-size: 10px;
    padding-right: 17px;
    transform: translateY(-10px);
  }
  .home .home-pro .home-pro-swiper .swiper-wrapper .swiper-slide .home-pro-item-body span .home-pro-icon {
    top: 4px;
    right: 0;
    width: 3px;
    height: 10px;
  }
  .home .home-pro .home-pro-swiper-pagination {
    position: relative;
    display: block;
    margin-bottom: 58px;
    margin-top: 45px;
  }
  .home .home-pro .home-pro-swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    outline: 0;
  }
  .home .home-pro .home-pro-swiper-pagination .swiper-pagination-bullet:first-child {
    margin-right: 25px;
  }
  .home .home-news {
    min-width: 1200px;
  }
  .home .home-news .home-news-tit {
    font-size: 36px;
    margin-top: 50px;
  }
  .home .home-news .home-news-sub {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .home .home-news .news-first-time {
    width: 80px;
    height: 85px;
  }
  .home .home-news .news-first-time span {
    font-size: 36px;
    border-bottom: 1px solid #0064CA;
  }
  .home .home-news .news-first-time .time-year {
    font-size: 14px;
    margin-top: 8px;
  }
  .home .home-news .news-item {
    height: 70px;
    padding: 0 25px;
    margin-bottom: 10px;
  }
  .home .home-news .news-item .news-item-tit {
    font-size: 16px;
    width: 400px;
  }
  .home .home-news .news-item .news-item-time {
    font-size: 16px;
  }
  .home .home-news .home-news-body {
    max-width: 1200px;
  }
  .home .home-news .home-news-body .news-left {
    width: 600px;
    margin-right: 20px;
  }
  .home .home-news .home-news-body .news-left .news-first {
    margin-bottom: 30px;
  }
  .home .home-news .home-news-body .news-left .news-first img {
    width: 600px;
    height: 424px;
  }
  .home .home-news .home-news-body .news-left .news-first .news-first-tit {
    left: 40px;
    bottom: 31px;
    width: 320px;
    font-size: 16px;
    line-height: 19px;
  }
  .home .home-news .home-news-body .news-left .news-first .news-first-tit span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home .home-news .home-news-body .news-left .news-first .news-first-tit::after {
    width: 4px;
    left: -16px;
    top: 0;
  }
  .home .home-news .home-news-body .news-right .news-right-top {
    margin-bottom: 18px;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main .news-first-time {
    transform: scale(0.8) translateY(-11px);
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main:first-child {
    margin-right: 20px;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main img {
    width: 280px;
    height: 188px;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main .news-main-body {
    padding: 14px 12px 10px 16px;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main .news-main-body .news-main-tit {
    font-size: 16px;
    min-height: 42px;
  }
  .home .home-news .home-news-body .news-right .news-right-top .news-right-main .news-main-body .news-main-opr {
    font-size: 16px;
  }
  .home .home-about {
    min-width: 1200px;
    width: 100%;
    background: url("/assets/img/home_about_bg.jpg") no-repeat center bottom;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 130px;
    padding-top: 60px;
  }
  .home .home-about::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #33363f;
    height: 60px;
  }
  .home .home-about .home-about-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -60px;
    transform: translateX(-50%);
    background: white;
    width: 1200px;
    height: 120px;
    z-index: 10;
    display: flex;
  }
  .home .home-about .home-about-box .about-box-item {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #0064ca;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
  }
  .home .home-about .home-about-box .about-box-item:hover .about-box-hover {
    top: 0;
  }
  .home .home-about .home-about-box .about-box-item:hover .about-box-right {
    width: 0;
  }
  .home .home-about .home-about-box .about-box-item span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 550;
    font-size: 32px;
    font-weight: 900;
  }
  .home .home-about .home-about-box .about-box-item .about-box-hover {
    transition: 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0064ca;
    font-size: 16px;
    color: white;
  }
  .home .home-about .home-about-box .about-box-item .about-box-right {
    transition: 0.3s ease;
    position: absolute;
    background: #0064ca;
    right: 99%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    z-index: 100;
  }
  .home .home-about .home-about-tit {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
  }
  .home .home-about .home-about-sub {
    font-size: 28px;
    font-weight: 700;
    color: #0064ca;
    margin-bottom: 80px;
  }
  .home .home-about .home-about-body {
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  .home .home-about .home-about-body .home-about-left {
    position: relative;
    width: 588px;
    height: 386px;
    flex-shrink: 0;
    margin-right: 60px;
  }
  .home .home-about .home-about-body .home-about-left .home-about-bgc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 494px;
    height: 293px;
    box-sizing: border-box;
    border-right: 5px solid #ee9739;
    border-bottom: 5px solid #ee9739;
    z-index: 1;
  }
  .home .home-about .home-about-body .home-about-left .home-about-bgc::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 202px;
    height: 5px;
    background: #ee9739;
  }
  .home .home-about .home-about-body .home-about-left .home-about-bgc::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 97px;
    background: #ee9739;
  }
  .home .home-about .home-about-body .home-about-left .home-about-bgc2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 334px;
    height: 239px;
    opacity: 0.6;
    background: #005aae;
    z-index: 2;
  }
  .home .home-about .home-about-body .home-about-left .home-about-thumb {
    width: 500px;
    height: 280px;
    cursor: pointer;
    background: #e3e3e3;
    box-shadow: 5px 5px 4px 4px rgba(153, 153, 153, 0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  .home .home-about .home-about-body .home-about-left .home-about-thumb img {
    width: inherit;
    height: inherit;
  }
  .home .home-about .home-about-body .home-about-left .home-about-thumb .home-about-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 154px;
    height: 42px;
    opacity: 0.8;
    background: #ff921e;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .home .home-about .home-about-body .home-about-left .home-about-thumb .home-about-icon i {
    color: white;
    font-size: 63px;
  }
  .home .home-about .home-about-body .home-about-right {
    flex-shrink: 0;
    width: 510px;
    box-sizing: border-box;
  }
  .home .home-about .home-about-body .home-about-right .about-right-tit {
    padding-left: 10px;
    text-align: left;
    font-size: 30px;
    color: #0064ca;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .home .home-about .home-about-body .home-about-right .about-right-tit .about-right-sub {
    font-size: 25px;
  }
  .home .home-about .home-about-body .home-about-right .about-right-desc {
    margin-left: 10px;
    padding-top: 20px;
    border-top: 2px solid #0064ca;
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-bottom: 30px;
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr {
    display: flex;
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item {
    margin-right: 34px;
    width: 98px;
    height: 98px;
    border-radius: 10px;
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item i {
    font-size: 50px;
  }
  .home .home-about .home-about-body .home-about-right .about-right-opr .about-opr-item span {
    font-size: 16px;
  }
}
