

.wrap-main-swiper .swiper-container {
  margin: 0 -2.5rem;
}

.wrap-main-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}

.wrap-main-swiper .content-slide {
  max-height: 650px;
  height: 40vw;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.wrap-main-swiper .content-slide p {
  width: 100%;
}

.wrap-main-swiper .content-slide .slogan {
  font-size: 4rem;
  font-weight: bold;
  line-height: 120%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  color: var(--title);
  font-family: Microsoft YaHei;
}

.wrap-main-swiper .content-slide .sub-slogan {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  color: var(--title);
}

.wrap-main-swiper .content-slide .event-title {
  font-size: 1rem;
  color: var(--title);
  font-weight: 300;
  margin-bottom: 5rem;
}

.wrap-main-swiper .content-slide .btn-outline-success {
  border-radius: 3px;
  color: #fff;
  background-color: #0168ec;
  padding: 6px 2rem;
}

span.swiper-pagination-bullet {
  padding: 20px 0;
  background: none;
  width: 17px;
  height: 5px;
  margin: 0 5px !important;
  transition: width .3s;
  opacity: 1;
}

span.swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: inherit;
  border-radius: 10px;
  background-color: rgba(181, 181, 181, 0.5);
  transition: background-color .3s;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 27px;
}

span.swiper-pagination-bullet:hover:before {
  background-color: rgba(181, 181, 181, 1);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: var(--keynote);
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 60px;
  position: absolute !important;
}
.swiper-slide.banner1 {
  background-image: url(../img/index/banner2-2.jpg);
}
.swiper-slide.banner2 {
  background-image: url(../img/index/banner7.jpg);
}
.swiper-slide.banner2 a{
    position: absolute;
    color: #ffff;
    font-size: 24px;
    top: 44.5%;
    left: 30%;
}
.swiper-slide.banner2 a:hover{
  color: #d5f30c;
}
.swiper-slide.banner3{
  background-image: url(../img/index/banner8.jpg);
}
.swiper-slide.banner3 a{
  position: absolute;
  color: #ffff;
  font-size: 24px;
  top: 49.8%;
  left: 30%;
}
.swiper-slide.banner3 a:hover{
color: #d5f30c;
}
.swiper-slide.banner4{
  background-image: url(../img/index/banner9.jpg);
}

.swiper-slide.banner4 a{
  position: absolute;
  color: #ffff;
  font-size: 24px;
  top: 65%;
  left: 38%;
}
.swiper-slide.banner4 a:hover{
color: #d5f30c;
}
/* .swiper-slide.banner_5{
  background-image: url(../img/index/banner_duanwu.jpg) !important;
} */
.swiper-slide.banner1 .content-slide{
    z-index: 1;
    position: relative;
}
.swiper-slide.banner1 .content-slide .slogan {
  font-size: 2.5rem;
  color: #ffffff;
}
.swiper-slide.banner1 .content-slide .sub-slogan{
  font-size: 1.2rem;
  color: #ffffff;
}
.swiper-slide.banner1 .content-slide .sub-slogan strong{
  color: #edf103;
}
.swiper-slide.banner1 .content-slide .banner-tab{
  display: grid;
  grid-template-columns: 31.3% 31.3% 31.3%;
  max-width: 800px;
  grid-gap: 1.5rem 3%;
  margin-top: 3rem;
}
.swiper-slide.banner1 .content-slide .banner-tab a{
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem 2rem;
  box-shadow: 0 1px 5px 0px rgb(0 0 0 / 5%);
  /* background: linear-gradient(135deg, #ffffff 0%,#e9f5ff 100%); */
  border-radius: 8px;
  position: relative;
}
.swiper-slide.banner1 .content-slide .banner-tab a p{
  color: var(--title);
}
.swiper-slide.banner1 .content-slide .banner-tab a h5{
  filter: drop-shadow(0 0 0);
  color: var(--keynote);
  font-size: 1.2rem;
}
.swiper-slide.banner1 .content-slide .banner-tab a img{
  width: 30%;
  object-fit: contain;
  margin-left: 1rem;
  filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.05));
}
.swiper-slide.banner1 .content-slide .banner-tab a::before,
.swiper-slide.banner1 .content-slide .banner-tab a::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity .3s ease;
  border-radius: 3px;
}
.swiper-slide.banner1 .content-slide .banner-tab a::before{
  background: linear-gradient(270deg, #ffffff 0%, #e9f5ff 100%);
  z-index: -1;
  opacity: 0;
}
.swiper-slide.banner1 .content-slide .banner-tab a:hover::before{
  opacity: 1; 
}
.swiper-slide.banner1 .content-slide .banner-tab a::after{
  background: linear-gradient(135deg, #ffffff 0%, #e9f5ff 100%);
    z-index: -2;
}
.swiper-slide.banner1 .content-slide .banner-tab a span{
  line-height: 0.9;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  display: flex;
  position: absolute;
  bottom: -10px;
  width: 25px;
  height: 25px;
  background-color: var(--keynote);
  color: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s;
}
.swiper-slide.banner1 .content-slide .banner-tab a:hover span{
  transform: rotate(180deg);
}
/* .swiper-slide.banner1 .content-slide .banner-tab a:nth-child(2) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(2)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(2)::after{
  filter: hue-rotate(56deg);
}
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(3) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(3)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(3)::after{
  filter: hue-rotate(336deg);
}
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(4) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(4)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(4)::after{
  filter: hue-rotate(328deg);
}
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(5) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(5)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(5)::after{
  filter: hue-rotate(137deg);
}
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(6) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(6)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(6)::after{
  filter: hue-rotate(95deg);
} */


.swiper-slide.banner1 canvas{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#home-line1 {
  z-index: 1;
  transform: translateY(-50%);
}

#home-line1 .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgb(0 0 0 / 8%);
}

#home-line1 .container .sy_inner {
  justify-content: space-evenly;
}

#home-line1 .container .sy_inner .sy_col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-line1 .container .sy_inner .sy_col-inner i {
  float: left;
  margin-right: 1rem;
}

#home-line1 .container .sy_inner .sy_col-inner i img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

#home-line1 .container .sy_inner .sy_col-inner h4 {
  filter: drop-shadow(0px 0px 0px);
  margin: 5px 0;
}

#home-line1 .container .sy_inner .sy_col-inner p {
  margin-bottom: 0;
}

#home-line2 .container {
  padding-top: 10px;
}

#home-line2 .container .sy_inner .h-l2-title {
  text-align: center;
}

#home-line2 .container .sy_inner .h-l2-title h2 {
  margin-right: 0;
}

#home-line2 .container .sy_inner .tab-content {
  width: 100%;
}

#home-line2 .container .sy_inner .tab-content .tab-pane {
  margin-left: -1rem;
  margin-right: -1rem;
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul {
  display: flex;
  flex-wrap: wrap;
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-r-list ul {
  margin: 0 -1rem;
}

#home-line2 .container .sy_inner .tab-content #hot-pro.tab-pane ul li,
#home-line2 .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li {
  width: calc(25% - 2rem);
  margin: 2rem 1rem 0;
}

#home-line2 .container .sy_inner .tab-content #cloud-pro.tab-pane .tab-r-list ul li,
#home-line2 .container .sy_inner .tab-content #security.tab-pane .tab-r-list ul li {
  width: calc(33.3% - 2rem);
  margin: 2rem 1rem 0;
}

#home-line2 .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-title span {
  font-size: 0.8rem;
  color: var(--gray);
  margin-top: 3px;
  margin-bottom: 1rem;
  width: 100%;
}

#home-line2 .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn p {
  margin-bottom: 5px;
}

#home-line2 .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn ul {
  margin: 0 0 1rem;
  padding-bottom: 5px;
  border-bottom: 1px var(--border) solid;
  color: var(--title);
}

#home-line2 .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn ul li {
  margin: 0;
  width: auto;
  padding-right: 1rem;
}

#home-line2 .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn ul li:last-child {
  border-right: none;
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-left {
  width: calc(25% - 2rem);
  padding: 2rem 1.8rem;
  margin: 2rem 1rem 0;
  color: #ffffff;
  transition: box-shadow .3s;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px var(--border) solid;
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-left h4 {
  color: #ffffff;
  margin-bottom: 2rem;
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-left p {
  line-height: 2;
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-left ul {
  margin: 2rem -1rem 4rem;
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-left ul li {
  width: calc(50% - 1rem);
  margin: 0 0.5rem;
  line-height: 2.5rem;
  white-space: nowrap;
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-left ul li a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s, filter 0.3s;
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-left ul li:hover a {
  color: #ffffff;
  filter: drop-shadow(0px 0px 0px);
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-left ul li:before {
  content: "—";
  margin-right: 5px;
  margin-bottom: 4px;
  line-height: 1;
  opacity: 0.7;
}

#home-line2 .container .sy_inner .tab-content .tab-pane .tab-r-list {
  width: calc(75% - 2rem);
  margin: 0 1rem;
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner {
  padding: 1.5rem 1.8rem;
  border: 1px var(--border) solid;
  transition: border .3s, box-shadow .3s;
  position: relative;
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner:hover {
  border-color: var(--keynote);
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title img {
  height: 2.7rem;
  width: 3rem;
  object-fit: contain;
  margin-right: 1rem;
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title h5 {
  margin: 0;
  transition: color .3s;
  filter: drop-shadow(0 0 );
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner:hover .tab-p-title h5 {
  color: var(--keynote);
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title span {
  margin-top: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-price span h4,
#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-price span span {
  display: inline;
  font-weight: bold;
  color: var(--keynote);
}
#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-price span p{
  display: inline;
}
#home-line2 .container .sy_inner .tab-content #idc-data.tab-pane .tab-left {
  background-image: url(../img/index/home-l2-back1.jpg);
}

#home-line2 .container .sy_inner .tab-content #cloud-pro.tab-pane .tab-left {
  background-image: url(../img/index/home-l2-back2.jpg);
}

#home-line2 .container .sy_inner .tab-content #security.tab-pane .tab-left {
  background-image: url(../img/index/home-l2-back3.jpg);
}

#home-line3 {
  background-image: url(../img/index/home-l3-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#home-line3 .h-l3-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4rem;
}

#home-line3 ul.h-l3-content li {
  flex: 0 1 50%;
  margin-bottom: 2.5rem;
}

#home-line3 ul.h-l3-content li img {
  width: calc(100% / 5);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);
  border-radius: 50%;
}

#home-line3 ul.h-l3-content li h4 {
  margin: 1.5rem 0
}

#home-line4 {
  background-image: url(../img/index/home-l4-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#home-line4 .h-l4-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4rem;
}

#home-line4 .h-l4-map {
  position: relative;
}

#home-line4 .h-l4-map::after {
  content: "";
  padding-top: 70%;
}

#home-line4 .h-l4-map img {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  object-fit: contain;
}

#home-line4 .sy-map-place li {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 1px;
}

#home-line4 .sy-map-place li:hover {
  z-index: 2;
}

#home-line4 .sy-map-place li .sy-map-tit {
  position: absolute;
  left: 100%;
  padding: 0 5px;
  margin: 0;
  white-space: nowrap;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  font-size: 0.8rem;
}

#home-line4 .sy-map-place li:hover .sy-map-tit,
#home-line4 .sy-map-place li .sy-map-tit.tit-show {
  opacity: 1;
  visibility: visible;
}

#home-line4 .sy-map-place li .sy-map-tit.map-tit-left {
  right: 100%;
  left: initial;
}
#home-line4 .sy-map-place li .sy-map-tit.map-tit-bottom {
  right: 0;
  left: 0;
  bottom:-16px;
  display: flex;
  justify-content: center;
}

#home-line4 .sy-map-place li span.sy-map-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #fff solid;
  box-sizing: content-box;
}

#home-line4 .sy-map-place li span.sy-map-dot:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  -webkit-animation: 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  animation: 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  background: rgb(249 249 249 / 50%);
  border: 1px rgb(255 255 255) solid;
  transition: all .3s;
}

#home-line4 .sy-map-place li:hover span.sy-map-dot:after {
  animation-name: ripple;
  -webkit-animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#home-line4 .sy-map-place .sy-map-bubble {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 100%;
  margin-left: -100px;
  margin-bottom: 12px;
  width: 200px;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  border-radius: 3px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

#home-line4 .sy-map-place li:hover .sy-map-bubble {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

#home-line4 .sy-map-place .sy-map-bubble a:hover {
  color: initial;
}

#home-line4 .sy-map-place .sy-map-bubble:after,
#home-line4 .sy-map-place .sy-map-bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: inherit;
  right: inherit;
  margin-top: -1px;
  margin-left: -8px;
  width: 0;
  height: 0;
  font-size: 0;
  border: 8px dashed transparent;
  border-top-style: solid;
  box-sizing: border-box;
}

#home-line4 .sy-map-place .sy-map-bubble:after {
  margin-top: -2px;
  border-top-color: #fff;
}

#home-line4 .sy-map-place li .sy-map-bubble h6.sy-map-province {
  backdrop-filter: blur(1px);
  padding: 1rem;
  background-color: rgb(2 105 237 / 80%);
  color: #fff;
  margin: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#home-line4 .sy-map-place li .sy-map-bubble .sy-map-machine_room {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#home-line4 .sy-map-place li .sy-map-bubble .sy-map-machine_room p {
  margin-bottom: 5px;
  transition: color 0.3s;
}

#home-line4 .sy-map-place li .sy-map-bubble a:hover .sy-map-machine_room p {
  color: var(--keynote);
}

#home-line4 .sy-map-place li .sy-map-bubble .sy-map-machine_room span b {
  color: var(--keynote);
}

#home-line4 .col-lg-4{
  margin-top: auto;
  margin-bottom: auto;
}
#home-line4 ul.h-l4-content li {
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  align-items: flex-end;
  border-bottom: 1px var(--border) solid;
}

#home-line4 ul.h-l4-content li:last-child {
  border: none;
}

#home-line4 ul.h-l4-content li img {
  width: calc(100% / 5);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);
  border-radius: 50%;
  margin-right: 1.5rem;
}

#home-line4 ul.h-l4-content li p {
  margin: 0;
}

#home-line5{
  background-color: rgb(255 255 255 / 85%);
}
#home-line5 .h-l5-company {
  align-items: center;
}

#home-line5 .h-l5-company .col-lg-7 {
  padding-right: 8rem;
}

#home-line5 .h-l5-company .col-lg-7 .h-l5-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}

#home-line5 .h-l5-company .col-lg-7 .h-l5-introduce {
  margin-bottom: 3rem;
}

#home-line5 .h-l5-company .col-lg-7 .h-l5-introduce>p {
  margin-bottom: 1rem;
}

#home-line5 .h-l5-company .col-lg-5 .video {
  width: 100%;
  border-radius: 8px;
}

#home-line5 .h-l5-honor .h-l5-title h2 {
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}

#home-line5 .h-l5-honor .swiper-container {
  margin: 0 7rem;
}

#home-line5 .h-l5-honor .swiper-button-next:after,
#home-line5 .h-l5-honor .swiper-button-prev:after {
  width: 100%;
  content: "";
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#home-line5 .h-l5-honor .swiper-button-next {
  right: 3rem;
}

#home-line5 .h-l5-honor .swiper-button-next:after {
  background-image: url("../img/index/swiper-button-next.svg");
}

#home-line5 .h-l5-honor .swiper-button-prev {
  left: 3rem;
}

#home-line5 .h-l5-honor .swiper-button-prev:after {
  background-image: url("../img/index/swiper-button-prev.svg");
}

#home-line6 {
  background-image: url(../img/index/home-l6-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#home-line6 .h-l6-title {
  text-align: center;
  margin-bottom: 3rem;
}

#home-line6 .h-l6-title h2 {
  margin-right: 0;
}

#home-line6 .h-l6-list {
  max-width: 1200px;
  margin: auto;
}

#home-line6 .h-l6-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

#home-line6 .h-l6-list ul li {
  flex: 0 1 calc(20% - 10px);
  padding: 5px;
  margin: 5px;
  border: 1px var(--border) solid;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
  transition: transform 0.3s, box-shadow 0.3s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#home-line6 .h-l6-list ul li:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

#home-line7 .h-l7-top {
  align-items: flex-end;
}

#home-line7 .h-l7-top .h-l7-title {
  display: flex;
  align-items: flex-end;
}

#home-line7 .h-l7-top a {
  margin-bottom: 10px;
  display: inline-block;
  float: right;
}

#home-line7 .h-l7-top a:after {
  content: url(../img/index/right-icon.svg);
  margin-left: 5px;
  opacity: .5;
}

#home-line7 .h-l7-top hr {
  width: 100%;
  margin: 1.5rem;
}

#home-line7 .h-l7-list{
  margin-top: 10px;
}

#home-line7 .h-l7-list .h-l7-l-box ul {
  margin-left: 1rem;
  margin-bottom: 0;
  overflow: hidden;
}

#home-line7 .h-l7-list .h-l7-l-box ul li {
  display: flex;
  border-bottom: 1px var(--border) solid;
  padding: 1rem 0;
  transition: border .3s;
}
#home-line7 .h-l7-list .h-l7-l-box ul li:hover{
  border-color: var(--keynote);
}

#home-line7 .h-l7-list .h-l7-l-box ul li .news-content {
  width: 100%;
}

#home-line7 .h-l7-list .h-l7-l-box ul li .news-content>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#home-line7 .h-l7-list .h-l7-l-box ul li .news-content div.news-title h5 {
  margin: 0;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  letter-spacing: 0;
}

#home-line7 .h-l7-list .h-l7-l-box ul li:hover .news-content div.news-title h5 a {
  color: var(--keynote)
}
#home-line7 .h-l7-list .h-l7-l-box .h-l7-list-tit{
  display: flex;
  align-items: center;
  height: 130px;
  justify-content: space-between;
  padding: 0 1rem;
  border-radius: 8px;
}
#home-line7 .h-l7-list .h-l7-l-box:nth-child(1) .h-l7-list-tit{
  background-image: url(../img/index/home-l7-img1.jpg);
}
#home-line7 .h-l7-list .h-l7-l-box:nth-child(2) .h-l7-list-tit{
  background-image: url(../img/index/home-l7-img2.jpg);
}
#home-line7 .h-l7-list .h-l7-l-box:nth-child(3) .h-l7-list-tit{
  background-image: url(../img/index/home-l7-img3.jpg);
}
#home-line7 .h-l7-list .h-l7-l-box .h-l7-list-tit h3{
  color: #ffffff;
  margin-bottom: 0;
}
#home-line7 .h-l7-list .h-l7-l-box .h-l7-list-tit a{
  color: #ffffff;
}
@media (max-width:768px) {
  .wrap-main-swiper .swiper-container {
    margin: 0px -1.5rem;
  }

  .wrap-main-swiper .swiper-slide {
    height: 350px;
  }

  .wrap-main-swiper .content-slide {
    height: 350px;
    padding-top: 30px;
  }

  .wrap-main-swiper .content-slide .slogan {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .wrap-main-swiper .content-slide .sub-slogan {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .wrap-main-swiper .content-slide .event-title {
    margin-bottom: 2rem;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  .swiper-slide{
    background-image: url(../img/index/banner2-2.jpg) !important;
  }
  .swiper-slide.banner1 .content-slide .slogan{
    font-size: 1.5rem;
    margin-top: 0;
  }
  .swiper-slide.banner1 .content-slide .sub-slogan{
    font-size: 1rem;
  }
  .swiper-slide.banner1 .content-slide .sub-slogan br{
    display: none;
  }
.swiper-slide.banner1 .content-slide .banner-tab{
  width: 100%;
  margin-top: 0;
}
.swiper-slide.banner1 .content-slide .banner-tab a{
  flex-wrap: wrap;
  padding: 0.5rem;
  margin-top: 0;
}
.swiper-slide.banner1 .content-slide .banner-tab a h5{
  margin-bottom: 5px;
  font-size: 1rem;
}
.swiper-slide.banner1 .content-slide .banner-tab a img{
  margin-left: 0;
  margin-top: 5px;
  width: 25%;
}
.swiper-slide.banner1 .content-slide .banner-tab a span{
  font-size: 16px;
  width: 18px;
  height: 18px;
  right: 0.5rem;
  bottom: 0.5rem;
}
.swiper-slide.banner1 .content-slide .banner-tab a p{
  display: none;
}
.swiper-slide.banner1 canvas{
  top: inherit;
  right: 0;
  left: inherit;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 30%;
  object-fit: cover;
  object-position: revert;
  filter: brightness(6);
}
.swiper-slide.banner2{
  background-image: url(../img/index/banner7-p.jpg) !important;
}
.swiper-slide.banner2 a{
  font-size: 16px;
  top: 57.5%;
  left: 0;
  right: 0;
  color: #d5f30c;
}
.swiper-slide.banner3{
  background-image: url(../img/index/banner8-p.jpg) !important;
}
.swiper-slide.banner3 a{
  font-size: 16px;
  top: 63.8%;
  left: 1.5%;
  color: #d5f30c;
}
.swiper-slide.banner4{
  background-image: url(../img/index/banner9-p.jpg) !important;
}
.swiper-slide.banner4 a{
  font-size: 16px;
  top: 75%;
  left: 5%;
  color: #d5f30c;
}
  #home-line2 .container {
    padding-top: 3rem;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane ul {
    margin: 0 1rem;
  }

  #home-line2 .container .sy_inner .tab-content #hot-pro.tab-pane ul li,
  #home-line2 .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li {
    width: 100%;
    margin: 1rem 0 0;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner {
    padding: 1rem 1.2rem;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title img {
    height: 2rem;
    width: 2rem;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title span {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane .tab-left {
    width: 100%;
    margin: 1rem 1rem 0;
    padding: 1rem 1.2rem;
    background-position: bottom;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane .tab-left h4 {
    margin-bottom: 1rem;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane .tab-left p {
    line-height: 1.5;
    margin: 0;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane .tab-left ul {
    display: none;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane .tab-left a {
    display: none;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane .tab-r-list {
    width: 100%;
  }

  #home-line2 .container .sy_inner .tab-content .tab-pane .tab-r-list ul {
    margin: 0;
  }

  #home-line2 .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn p {
    margin-bottom: 0;
  }

  #home-line2 .container .sy_inner .tab-content #cloud-pro.tab-pane .tab-r-list ul li,
  #home-line2 .container .sy_inner .tab-content #security.tab-pane .tab-r-list ul li {
    width: 100%;
    margin: 1rem 0 0;
  }

  #home-line3 {
    background-image: url(../img/index/home-l3-back-p.jpg);
    padding-bottom: 16rem;
    background-position: bottom;
  }

  #home-line3 .h-l3-title {
    margin-bottom: 2rem;
  }

  #home-line3 ul.h-l3-content li {
    flex: 0 1 100%;
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
  }

  #home-line3 ul.h-l3-content li img {
    width: 50px;
    height: 50px;
  }

  #home-line3 ul.h-l3-content li h4 {
    width: calc(100% - 70px);
    margin: 1rem 0 1.5rem auto;
  }

  #home-line3 ul.h-l3-content li p {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-top: -1rem;
  }

  #home-line3 ul.h-l3-content li p br {
    display: none;
  }

  #home-line4 .h-l4-title {
    margin-bottom: 2rem;
  }

  #home-line4 .col-lg-8 {
    overflow: hidden;
  }

  #home-line4 .h-l4-map {
    padding-bottom: 200px;
  }

  #home-line4 .h-l4-map img {
    transform: scale(1.8);
    left: -40px;
  }

  #home-line4 .sy-map-place {
    transform: scale(1.8);
    height: calc(100% - 200px);
    position: absolute;
    width: 100%;
    left: -48px;
    top: 104px;
  }

  #home-line4 .sy-map-place li span.sy-map-dot {
    width: 1px;
    height: 1px;
    background-color: rgb(255 255 255 / 80%);
  }

  #home-line4 .sy-map-place .sy-map-bubble {
    transform: scale(0.5) translateY(0) !important;
    margin-bottom: 0;
    bottom: -10px;
  }

  #home-line4 .sy-map-place .sy-map-bubble a:hover {
    color: initial;
  }

  #home-line4 .sy-map-place li .sy-map-tit {
    transform: scale(0.5);
    padding: 0;
    left: 40%;
  }
  #home-line4 .sy-map-place li .sy-map-tit.map-tit-left {
    right: 40%;
  }
  #home-line4 .sy-map-place li .sy-map-tit.map-tit-bottom{
    bottom: -12px;
  }
  #home-line4 ul.h-l4-content li {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    align-items: center;
  }

  #home-line4 ul.h-l4-content li img {
    width: calc(100% / 6);
  }

  #home-line4 .col-lg-4 .btn {
    display: block;
  }

  #home-line5 .h-l5-company .col-lg-7 {
    padding-right: 1.5rem;
  }

  #home-line5 .h-l5-company .col-lg-7 .h-l5-introduce {
    margin-bottom: 1rem;
  }

  #home-line5 .h-l5-company .col-lg-7 .btn {
    display: block;
    margin-bottom: 2rem;
  }

  #home-line5 .h-l5-honor .h-l5-title h2 {
    margin-top: 0;
    padding-bottom: 0;
  }

  #home-line5 .h-l5-honor .swiper-container {
    margin: 0 2rem;
  }

  #home-line5 .h-l5-honor .swiper-button-next {
    right: 1.5rem;
    width: 1rem;
  }

  #home-line5 .h-l5-honor .swiper-button-prev {
    left: 1.5rem;
    width: 1rem;
  }

  #home-line6 .h-l6-title {
    margin-bottom: 2rem;
  }

  #home-line6 .h-l6-list ul li {
    flex: 0 1 calc(20% - 4px);
    padding: 2px;
    margin: 2px;
  }

  #home-line7 .h-l7-list {
    margin: 0 -1.5rem;
  }
  #home-line7 .h-l7-list .h-l7-l-box{
    margin-bottom: 1rem;
  }
  #home-line7 .h-l7-list .h-l7-l-box .h-l7-list-tit{
    height: 90px;
  }
  #home-line7 .h-l7-list .h-l7-l-box ul {
    margin-left: 0;
  }

  #home-line7 .h-l7-list .h-l7-l-box ul li {
    flex-wrap: wrap;
  }
  #home-line7 .h-l7-list .h-l7-l-box ul li:nth-child(5){
    border-bottom: none;
  }
  #home-line7 .h-l7-list .h-l7-l-box ul li .news-content>div{
    padding: 0 1rem;
  }

  #home-line7 .h-l7-list .h-l7-l-box ul li .news-content div.news-title span {
    font-size: 0.8rem;
    white-space: nowrap;
  }

  #home-line7 .h-l7-list .h-l7-l-box ul li .news-content div.news-description {
    display: none;
  }
}



/* 新年风格覆盖 */
/* :root {
  --keynote: #e82438;
}
.header .navbar-brand,
.header .navbar-nav>li.register>a,
#home-line2 .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title img,
.company-logo{
  filter: hue-rotate(150deg) grayscale(0.1) brightness(0.95);
}
#home-line3 ul.h-l3-content li img,
#home-line4 ul.h-l4-content li img{
  filter: hue-rotate(150deg) grayscale(0.1) brightness(1);
}
#home-line4 .h-l4-map img,
#home-line5 .h-l5-honor .swiper-button-next:after, 
#home-line5 .h-l5-honor .swiper-button-prev:after{
  filter: hue-rotate(145deg) grayscale(0.1) brightness(0.95);
}
.header .navbar-nav>li.login>a{
  color: var(--keynote);
  border: 1px solid var(--keynote);
}
#home-line7 .h-l7-list .h-l7-l-box .h-l7-list-tit{
  background-size: contain;
  justify-content: right;
}
#home-line7 .h-l7-list .h-l7-l-box .h-l7-list-tit h3{
  display: none;
}
#home-line7 .h-l7-list .h-l7-l-box:nth-child(1) .h-l7-list-tit{
  background-image: url(../img/index/home-l7-img1-cj.jpg);
}
#home-line7 .h-l7-list .h-l7-l-box:nth-child(2) .h-l7-list-tit{
  background-image: url(../img/index/home-l7-img2-cj.jpg);
}
#home-line7 .h-l7-list .h-l7-l-box:nth-child(3) .h-l7-list-tit{
  background-image: url(../img/index/home-l7-img3-cj.jpg);
} */

