.indeBody {
  width: 100%;
  height: 100%;
  background: #fff;
  min-width: 1024px;
}
.indexHeader {
  position: fixed;
  justify-content: space-between;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
  transition: all linear 0.3s;
}
@media screen and (max-width: 1460px) and (max-width: 1321px) {
  .indexHeader {
    zoom: 0.9;
  }
  .rightNavBox .navList {
    zoom: 0.9;
  }
}

@media screen and (max-width: 1320px) {
  .indexHeader {
    zoom: 0.85;
  }
  .rightNavBox .navList {
    zoom: 0.9;
  }
}

/*.indexHeader > img{ height: 39px; }*/
.headerLeft {
  display: flex;
  align-items: center;
}
.headerNav {
  display: flex;
  justify-content: flex-end;
  margin-left: 40px;
  height: 70px;
  line-height: 70px;
}
.headerNav > div {
  height: 30px;
  min-width: 62px;
  position: relative;
}
.headerNav > div > a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.headerNav > div:hover .submenu {
  display: block;
}
.headerNav > div.select > a {
  color: #fff;
}
.headerNav > div.select > a:after {
  content: "";
  display: inline-block;
  background: #0d52b3;
  height: 100%;
  width: 100%;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.headerNav > div .submenu {
  text-align: center;
  position: absolute;
  display: none;
}
.headerNav > div .submenu ul li a {
  color: #fff;
}
.headerNav > div .submenu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.indexHeader.nextBg {
  background-color: rgba(255, 255, 255, 0.1);
  /* opacity: 0.1; */
  transition: all linear 0.3s;
}
.indexHeader.nextBg .headerNav > div > a,
.indexHeader.nextBg .submenu ul li a {
  color: #fff;
}

.indexHeader.nextBg a.cockpit {
  color: #fff;
}
.indexHeader span.line {
  display: inline-block;
  width: 2px;
  vertical-align: middle;
  height: 18px;
  line-height: 18px;
  background-color: #3a3c47;
}
.indexHeader.nextBg span.line {
  background-color: #fff;
}
.indexHeader.nextBg a.cockpit:first-child:after {
  background: #fff !important;
}
.indexHeader.nextBg .headerNav > div.select > a:after {
  color: #fff;
  background-color: #0d52b3;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.indexHeader.nextBg .submenu ul li a:hover {
  color: #fff;
}
.right {
  position: relative;
  height: 180px;
  display: flex;
}
.right .bCode {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
}

.right-room {
  position: relative;
  /* height: 180px; */
  /* top: 72px; */
  width: 632px;
  display: flex;
  justify-content: end;
}
a.cockpit {
  width: 110px;
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #000;
  background: url(../img/index/roomlight2.png);
  background-size: 100%;
  /* font-weight: bold; */
  border-radius: 5px;
  position: relative;
}
a.cockpit.a1 {
  width: 130px;
  background: url(../img/index/cclight2.png);
  background-size: 100%;
}
a.cockpit.a2 {
  width: 160px;
  background: url(../img/index/numlight2.png);
  background-size: 100%;
}
a.cockpit.a3 {
  width: 160px;
  background: url(../img/index/numlight3.png);
  background-size: 100%;
}
.submenu2 {
  border-radius: 4px;
  width: 204px;
  height: 106px;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  color: #000;
  position: absolute;
  left: 10px;
  top: 57px;
}
.right-room .submenu2 {
  display: none;
}
.right-room:hover.right-room .submenu2 {
  display: block;
}

.right-room .submenu2 a {
  color: #000;
}
/* a.cockpit:first-child:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #3a3c47;
  margin-left: 18px;
  vertical-align: middle;
} */
a.cockpit i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/cockpit.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
  transition: all linear 0.3s;
}
a.cockpit:hover {
  background: url(../img/index/roomdark2.png);
  background-size: 100%;
  /* box-shadow: 0 0 17px rgba(0, 0, 0, 0.3); */
  /* transition: all linear 0.3s; */
  /* transform: translateX(5px); */
  /* background-color: #0d52b3; */
  /* color: #fff; */
}
a.cockpit.a1:hover {
  background: url(../img/index/ccdark2.png);
  background-size: 100%;
}

a.cockpit.a2:hover {
  background: url(../img/index/numdark2.png);
  background-size: 100%;
}
a.cockpit.a3:hover {
  background: url(../img/index/roomdark3.png);
  background-size: 100%;
}

.nextBg a.cockpit:hover {
  /* box-shadow: 0 0 17px rgba(255, 255, 255, 0.5); */
  /* transition: all linear 0.3s; */
  /* transform: translateX(5px); */
  /* background: url(../img/index/room-icon2.png); */
  /* color: #000; */
}

.indexContentBox {
  width: 100%;
  height: 100%;
}
.indexContentBox .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*.indexContentBox .swiper-container,.indexContentBox .swiper-container .swiper-wrapper,.indexContentBox .swiper-container .swiper-wrapper .swiper-slide{ width: 100%; height: 100%; }*/
.indexContentBox .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 910px) {
  .headerNav > div:first-child {
    min-width: 62px;
  }
  .headerNav > div:nth-child(n + 2) {
    min-width: 95px;
  }
}

.submenu {
  width: 124px;
  margin-left: -19%;
  margin-top: -30px;
  -webkit-animation: sun-header-show 0.35s;
  animation: sun-header-show 0.35s;
}

.submenu ul,
.submenu ul li {
  width: 100%;
}
.submenu ul li {
  height: 40px;
  line-height: 40px;
}
.submenu ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 0 5px;
  box-sizing: border-box;
  color: #3a3d3d;
}
.submenu ul li a:hover {
  color: #194ac3;
}

@keyframes sun-header-show {
  0% {
    opacity: 0;
    transform: translate(-100);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes sun-header-hide {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(-100);
  }
}

.s1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.s1 .s1ContentBox {
  width: 74.5%;
  height: calc(100% - 40px);
  margin: 8% auto 0;
}
.s1 .info {
  /* width: 1440px;
  position: absolute;
  top: 20%;
  transform: translateX(-50%);
  left: 50%; */
  height: 47%;
  display: flex;
  justify-content: space-between;
  /* width: 74.5%;
  height: calc(100% - 80px);
  margin: 0 auto; */
}
.s1 .info h4 {
  /* margin-top: 200px; */
  /* margin-left: 260px; */
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.s1 .info h3 {
  /* margin: 10px 0 30px 260px; */
  /* margin-left: 260px; */
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
}
.s1 .info p {
  /* margin-left: 260px; */
  font-size: 26px;
  color: #fff;
}
.showDetailBtn {
  display: inline-block;
  /* position: absolute;
  bottom: 45%;
  left: 13%; */
  width: 13.3125rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 30px;
  /* background: #182eb2; */
  border: 1px solid #666666;
  color: #000;
  font-size: 18px;
  text-align: center;
  opacity: 0.95;
  margin: 180px 0 20px 0;
}
.showDetailBtn i {
  color: #000;
  display: inline-block;
  width: 1.25rem;
  height: 1.0625rem;
  background: url(../img/index/go.png) center no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}
.showDetailBtn:hover {
  background-color: #194ac3;
  color: #fff;
  /* opacity: 1; */
}
.videoBtn {
  /* position: absolute; */
  width: 13.3125rem;
  /* bottom: 40%;
  left: 13%; */
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  /* text-align: center; */
  margin-top: 40px;
}
@media screen and (max-width: 1460px) {
  .videoBtn {
    margin-top: 10px;
  }
}
.videoBtn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/index/play-white.png) center no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}
.videoBtn:hover {
  color: #194ac3;
}
.videoBtn:hover i {
  background: url(../img/index/play.png) center no-repeat;
  background-size: contain;
}
.s1-pic {
  width: 46%;
  height: 28rem;
  background: url(../img/index/s1-item2.png);
  background-size: cover;
}

.s2 {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../img/index/index2-1bg.jpg) center;
  background-size: 100% 101%;
  /* top: 80px; */
}
.s2ContentBox {
  width: 74.5%;
  height: calc(100% - 80px);
  margin: 0 auto;
}
.s2ContentBox h2 {
  color: #f8faff;
  font-size: 2.25rem;
  border-bottom: 1px solid #373f76;
  line-height: 7.5rem;
  margin-top: 10%;
}
.s2ContentBox h5 {
  color: #f8faff;
  font-size: 1.125rem;
  margin-top: 3%;
}

.itemList {
  width: 100%;
  height: 100%;
  display: flex;
  /* margin-top: 3%; */
}
.itemList .to {
  height: 100%;
}
.itemList .item {
  width: 18%;
  height: 100%;
  padding: 1% 2.3%;
  background: #fff;
  border-right: 1px solid #ddd;
  /* border-right: none; */
  box-sizing: border-box;
  cursor: pointer;
  color: #f8faff;
  position: relative;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  overflow: hidden;
}
.itemList .item:last-child {
  border-right: 1px solid #28316b;
}
.itemList .item h3 {
  font-size: 1.5rem;
  color: #000;
  margin-left: 17%;
}
.itemList .item h3 i {
  display: inline-block;
  width: 1.6875rem;
  height: 1.6875rem;
  vertical-align: middle;
  margin-right: 0.625rem;
  background-size: contain !important;
}
.itemList .item:nth-child(1) h3 i {
  background: url(../img/index/s1-i.png) center no-repeat;
}
.itemList .item:nth-child(2) h3 i {
  background: url(../img/index/s2-i.png) center no-repeat;
}
.itemList .item:nth-child(3) h3 i {
  background: url(../img/index/s3-i.png) center no-repeat;
}
.itemList .item:nth-child(4) h3 i {
  background: url(../img/index/s4-i.png) center no-repeat;
}
.itemList .item ul {
  display: flex;
  flex-flow: wrap;
  text-align: left;
  width: 52%;
  /* margin: 4% 0; */
  margin: 20px 0 5px 0;
  opacity: 0;
  list-style: none;
}
.itemList .item ul li {
  width: 50%;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  /* line-height: 2rem; */
}
.itemList .item ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.itemList .item ul li.none:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
}
.itemList .item > p {
  font-size: 14.4px;
  text-decoration: underline;
  color: #fff;
  display: none;
  position: absolute;
  bottom: 14%;
}
.itemList .item h3:after,
.itemList .item h3:before,
.itemList .item p {
  display: none;
}
.itemList .item img {
  width: 50%;
  position: absolute;
  margin: 0 15%;
  bottom: 22%;
  right: 6%;
  /* opacity: 0.5; */
}
.itemList .item:nth-child(3) ul,
.itemList .item:nth-child(4) ul {
  width: 65%;
}

.itemList .item.select {
  width: 46%;
  /* background: url(../img/index/serviceBg.png) center no-repeat;
  background-size: cover; */
  background-color: #0d52b3;
  color: #fff;
}
.itemList .item.select h3 {
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  margin-left: 0;
}
.itemList .item.select h3:after {
  content: "";
  display: inline-block;
  /* width: 100%; */
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}
.itemList .item.select h3:before {
  content: "";
  display: inline-block;
  width: 21%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
}
.itemList .item.select p {
  font-size: 1rem;
  margin-top: 6%;
}

.itemList .item.select img {
  position: absolute;
  right: 12%;
  bottom: 12%;
  width: 25%;
  margin: 0;
  opacity: 1;
}
.itemList .item.select h3 i {
  display: none;
}
.itemList .item a {
  text-decoration: none;
}
.itemList .item.select .s1Detail {
  padding: 6px 16px;
  background-color: #fff;
  color: #0060dd;
  font-size: 15px;
  border-radius: 24px;
  width: 80px;
  margin-top: 0;
}
.itemList .item.select h3:after,
.itemList .item.select h3:before,
.itemList .item.select p,
.itemList .item.select a {
  display: block;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.itemList .item.select ul {
  opacity: 1;
  list-style: none;
  color: #fff;
}
/* .itemList .item.select a:hover {
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  transition: all linear 0.3s;
} */

.s3 {
  width: 100%;
  height: 100%;
  position: relative;
  background: #202966;
  background-size: 100% 100%;
  /* top: 80px; */
}
.s3ContentBox {
  width: 74.5%;
  height: calc(100% - 80px);
  margin: 0 auto;
}
.s3ContentBox .top {
  width: 100%;
  height: 60%;
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}
.s3ContentBox .top .left {
  width: 27%;
}
.s3ContentBox .top .left h2 {
  color: #fff;
  font-size: 2.25rem;
  line-height: 7.5rem;
  margin-top: 20%;
}
.s3ContentBox .top .left p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 3%;
}
.s3ContentBox .top .left .showMore {
  margin-top: 5.5rem;
}
.showMore {
  display: inline-block;
  width: 10rem;
  height: 3rem;
  line-height: 2.9rem;
  border-radius: 30px;
  background-color: #0d52b3;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  /* opacity: 0.8; */
  transition: all linear 0.3s;
  margin: 40px 0 60px 0;
}
.showMore i {
  display: inline-block;
  width: 2.25rem;
  height: 1.0625rem;
  background: url(../img/index/go.png) center no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}
.showMore:hover {
  opacity: 1;
  box-shadow: 0 0 17px rgba(51, 142, 238, 0.2);
  transition: all linear 0.3s;
}

.s3ContentBox .top .right {
  width: 70%;
  height: 100%;
  background: url(../img/index/map.png) right no-repeat;
  background-size: contain;
  position: relative;
}
.s3ContentBox .top .right .landmark {
  position: absolute;
  color: #080278;
  font-size: 1.4rem;
  padding: 0 0.5rem 0 0.8rem;
  background: #dfe9fd;
  border-radius: 0 15px 15px 0;
}
.s3ContentBox .top .right .landmark:after {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 2.0625rem;
  background: url(../img/index/map1.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -11px;
  bottom: 0;
}
.s3ContentBox .top .right .landmark.second {
  font-size: 1.25rem;
  background: #8992b9;
}
.s3ContentBox .top .right .landmark.second:after,
.s3ContentBox .top .right .landmark.three:after {
  transform: scale(0.9);
}
.s3ContentBox .top .right .landmark.three {
  font-size: 1.25rem;
  background: #50598c;
}
.s3ContentBox .top .right .landmark.iright {
  border-radius: 15px 0 0 15px;
  padding: 0 0.8rem 0 0.5rem;
}
.s3ContentBox .top .right .landmark.iright:after {
  right: -11px;
  left: initial;
}
.s3ContentBox .top .right .landmark.l1 {
  animation: breathLamp 2s alternate 3s infinite;
}
.s3ContentBox .top .right .landmark.l2 {
  animation: breathLamp 2s alternate 3.5s infinite;
}
.s3ContentBox .top .right .landmark.l3 {
  animation: breathLamp 2s alternate 3.8s infinite;
}
.s3ContentBox .top .right .landmark.l4 {
  animation: breathLamp 2s alternate 4s infinite;
}
.s3ContentBox .top .right .landmark.l5 {
  animation: breathLamp 2s alternate 4.2s infinite;
}
.s3ContentBox .top .right .landmark.l6 {
  animation: breathLamp 2s alternate 3.5s infinite;
}
.s3ContentBox .top .right .landmark.l7 {
  animation: breathLamp 2s alternate 4s infinite;
}
.s3ContentBox .top .right .landmark.l8 {
  animation: breathLamp 2s alternate 4.5s infinite;
}

.s3ContentBox .bottom {
  width: 100%;
  height: 14rem;
  margin-top: 10px;
}
.s3ContentBox .bottom ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.s3ContentBox .bottom ul li {
  width: 20%;
  height: 100%;
  padding: 1.75rem;
  box-sizing: border-box;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  transition: all linear 0.3s;
}
.s3ContentBox .bottom ul li:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(32, 41, 102, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.s3ContentBox .bottom ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.s3ContentBox .bottom ul li .title {
  height: 5.5rem;
  width: 82%;
  border-bottom: 1px solid rgba(162, 186, 251, 0);
  position: absolute;
  z-index: 2;
}
.s3ContentBox .bottom ul li .title h2 {
  font-size: 1.375rem;
}
.s3ContentBox .bottom ul li .title h5 {
  font-size: 1.125rem;
  margin-top: 0.875rem;
}
.s3ContentBox .bottom ul li p {
  font-size: 0.875rem;
  position: absolute;
  z-index: 2;
  top: 8.6rem;
  width: 82%;
  display: none;
}

.s3ContentBox .bottom ul li.select {
  width: 40%;
  transition: all linear 0.3s;
}
.s3ContentBox .bottom ul li.select .title {
  width: 90%;
  border-bottom: 1px solid rgba(162, 186, 251, 0.2);
}
.s3ContentBox .bottom ul li.select:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(84, 127, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.s3ContentBox .bottom ul li.select p {
  display: block;
}

@keyframes breathLamp {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.s4 {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../img/index/index4-1bg.jpg) center no-repeat;
  background-size: 100% 100%;
  /* top: 80px; */
}
.s4Content > p {
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.s4Content {
  width: 74.5%;
  height: calc(100% - 80px);
  margin: 0 auto;
  color: #fff;
}
.s4Content .title {
  color: #f8faff;
  /* border-bottom: 1px solid #373f76; */
  line-height: 7.5rem;
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s4Content .title h2 {
  font-size: 2.25rem;
  margin-top: 7%;
}
.s4Content h5 {
  color: #f8faff;
  font-size: 1.6875rem;
  margin-top: 3%;
  margin-bottom: 2.25rem;
}
.usContent {
  display: flex;
  justify-content: space-between;
}
.usContent .left {
  margin-top: 1.1875rem;
  width: 50%;
}
.usContent .left p {
  font-size: 1rem;
  line-height: 1.625rem;
}
.usContent .left ul {
  margin-top: 2rem;
  width: 33.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.usContent .left ul li {
  width: 48%;
  height: 6.875rem;
  padding: 0 2rem;
  /* margin-top: 1.125rem; */
  font-size: 1.25rem;
  border: 1px solid #939cc1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: all linear 0.3s;
}
.usContent .left ul li:nth-child(3) {
  margin-top: 1.25rem;
  width: 100%;
}

.usContent .left ul li.select {
  background-color: rgb(183, 173, 173, 0.3);
  /* border-color: #547fff; */
  /* box-shadow: 0 0 17px rgba(51, 142, 238, 0.5); */
  transition: all linear 0.3s;
  /* opacity: 0.5; */
  color: #fff;
}
.usContent .left ul li i {
  display: inline-block;
  width: 3.4375rem;
  height: 3.1875rem;
  background-size: contain !important;
  margin-right: 1.5625rem;
}
.usContent .left ul li:nth-child(1) i {
  background: url(../img/index/index4-1.png) center no-repeat;
}
.usContent .left ul li:nth-child(2) i {
  background: url(../img/index/index4-2.png) center no-repeat;
}
.usContent .left ul li:nth-child(3) i {
  background: url(../img/index/index4-3.png) center no-repeat;
}
.usContent .right {
  width: 50%;
  text-align: right;
  position: relative;
}
.usContent .right img {
  position: absolute;
}
.usContent .right img.img1 {
  width: 70%;
  right: 0;
  top: 15%;
}
.usContent .right img.img2 {
  width: 70%;
  right: 10px;
  top: -1%;
  animation: breathLamp 1s alternate infinite;
}
.usContent .right img.icon1 {
  width: 12%;
  top: 37.5%;
  left: 36%;
}
.usContent .right img.icon2 {
  width: 10%;
  top: 36%;
  left: 83%;
}
.usContent .right img.icon3 {
  width: 9%;
  top: 53%;
  left: 88%;
}
.usContent .right img.icon4 {
  width: 9%;
  top: 53%;
  left: 33%;
}

.s5 {
  width: 100%;
  height: 100%;
  position: relative;
  /* background: #f3f5f8 url(../img/index/index5-bg.png) bottom no-repeat; */
  /* top: 80px; */
  background-color: #f3f5f8;
}
.s5Content {
  width: 74.5%;
  height: calc(100% - 80px);
  margin: 0 auto;
  color: #fff;
}
.s5Content .title {
  color: #333333;
  border-bottom: 2px solid rgba(221, 221, 221, 0.3);
  line-height: 7.5rem;
  margin-top: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s5Content .title h2 {
  font-size: 2.25rem;
}
.black.showMore {
  color: #333333;
  border-color: rgba(188, 188, 188, 0.5);
}
.showMore.black i {
  background: url(../img/index/go2.png) center no-repeat;
}

.newsContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
}
.newsContent .left {
  width: 43%;
}
.newsContent .left .newsImg {
  width: 38.3125rem;
  height: 24rem;
  position: relative;
  overflow: hidden;
}
.newsContent .left .newsImg em {
  position: absolute;
  display: inline-block;
  width: 11.1875rem;
  height: 2.625rem;
  background: #182eb2;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.625rem;
  text-align: center;
  bottom: 0;
  left: 0;
}
.newsContent .left .newsImg .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  position: absolute;
  transition: all linear 0.3s;
}
.newsContent .left .newsInfo h3 {
  line-height: 2.1875rem;
  color: #333333;
  font-size: 1.125rem;
  margin-top: 1.5rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e8e8e8;
}
.newsContent .left .newsInfo p {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0.875rem 0;
}
.newsContent .left .newsInfo i {
  font-style: normal;
}
.newsContent .left a:hover .newsImg .img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all linear 0.3s;
}
.moreLink {
  color: #0d52b3;
  font-size: 0.75rem;
}
.moreLink:hover {
  text-decoration: underline;
}

.newsContent .right {
  width: 48.625rem;
}
.newsContent .right ul li {
  width: 100%;
  height: 7.0625rem;
  margin-bottom: 1.5rem;
}
.newsContent .right ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all linear 0.3s;
}
.newsContent .right ul li a .hasImg {
  width: 0;
  height: 7.0625rem;
  background-size: cover !important;
  position: relative;
  opacity: 0;
  transition: all linear 0.3s;
}
.newsContent .right ul li a .hasImg em {
  display: inline-block;
  width: 6.625rem;
  height: 1.875rem;
  background: #182eb2;
  line-height: 1.875rem;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  position: absolute;
  top: 1rem;
  left: 0;
}
.newsContent .right ul li a .dataInfo {
  width: 6.875rem;
  text-align: right;
  border-right: 1px solid #dddddd;
  height: 5.8125rem;
  padding: 0.625rem 1.25rem 0.625rem 0;
  box-sizing: border-box;
  margin: 0.625rem 0;
  transition: all linear 0.3s;
}
.newsContent .right ul li a .dataInfo h2 {
  color: #333333;
  font-size: 1.875rem;
}
.newsContent .right ul li a .dataInfo p {
  color: #666666;
  font-size: 1rem;
}
.newsContent .right ul li a .newsInfoBox {
  box-sizing: border-box;
  width: calc(100% - 11.3125rem);
  padding: 0.625rem 0 0.625rem 1.5rem;
}
.newsContent .right ul li a .newsInfoBox h2 {
  color: #333333;
  font-size: 1.125rem;
  line-height: 2rem;
  transition: all linear 0.3s;
  overflow: hidden;
}
.newsContent .right ul li a .newsInfoBox p {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
}
.newsContent .right ul li a .newsInfoBox i {
  color: #666666;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  font-style: normal;
  opacity: 0;
  transition: all linear 0.3s;
}
.newsContent .right ul li.select .newsInfoBox i {
  opacity: 1;
  transition: all linear 0.3s;
}
.newsContent .right ul li.select .hasImg {
  width: 11.3125rem;
  opacity: 1;
  transition: all linear 0.3s;
}
.newsContent .right ul li.select .dataInfo {
  display: none;
  transition: all linear 0.3s;
}
.newsContent .right ul li.select .newsInfoBox {
  padding: 0 0 0 1.5rem;
  transition: all linear 0.3s;
}
.newsContent .right ul li.select .newsInfoBox h2 {
  color: #182eb2;
  transition: all linear 0.3s;
}

.s6 {
  width: 100%;
  height: 100%;
  position: relative;
  background: #202966;
  padding-top: 80px;
  box-sizing: border-box;
}
.s6ContentBox {
  width: 74.5%;
  height: calc(100% - 80px);
  margin: 0 auto;
  position: absolute;
  left: 12.75%;
}
.s6ContentBox h2 {
  color: #f8faff;
  font-size: 2.25rem;
  line-height: 7.5rem;
  margin-top: 3%;
}
.s6 .footer {
  width: 88%;
  height: 7.25rem;
  color: #fff !important;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 6%;
}
.s6 .footer .right img {
  width: 6.625rem;
  height: 6.625rem;
  box-sizing: border-box;
  margin: 0.15625rem 0;
  margin-bottom: 0.6rem;
}
.s6 .footer .left h5 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-bottom: 0.8rem;
}
.s6 .footer .left .contact {
  height: 16px;
  display: flex;
}
.s6 .footer .left .contact .item {
  display: flex;
  margin-right: 50px;
}
.s6 .footer .left .contact .item > .title {
  margin: 0 8px;
}
.s6 .footer .left h5 i {
  display: inline-block;
  width: 1.625rem;
  height: 1.6875rem;
  background: url(../img/index/tel.png) center no-repeat;
  background-size: contain;
  margin-right: 0.5625rem;
  vertical-align: middle;
}
.s6 .footer .companyInfo {
  display: flex;
  font-size: 12px;
  color: #fff;
  margin-top: 0.8rem;
  align-items: center;
}
.s6 .footer .companyInfo a {
  color: #fff;
  margin-left: 1.5rem;
}
.s6 .footer .companyInfo .cnzzBox {
  margin: 0 0.5625rem 0 -20px;
}
.s6 .footer .companyInfo p {
  font-size: 14px !important;
}
.s6 .footer .left p,
.s6 .footer .left p span {
  font-size: 14px !important;
  color: #fff !important;
}

@keyframes breathLamp2 {
  0% {
    box-shadow: 0 0 28px rgba(51, 142, 238, 0);
  }
  100% {
    box-shadow: 0 0 28px rgba(51, 142, 238, 1);
  }
}

.s6ContentBox .companyListBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.s6ContentBox .companyListBox > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.s6ContentBox .companyListBox .center {
  width: 12.75rem;
  height: 12.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6.375rem;
  margin-left: -6.375rem;
  background: rgba(87, 130, 250, 0.1);
  border-radius: 50%;
  text-align: center;
}
.s6ContentBox .companyListBox .center:after {
  content: "";
  display: inline-block;
  width: 48.4375rem;
  height: 48.4375rem;
  border: 1px solid rgba(87, 130, 250, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s6ContentBox .companyListBox .center:before {
  content: "";
  display: inline-block;
  width: 67.5rem;
  height: 67.5rem;
  border: 1px solid rgba(87, 130, 250, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s6ContentBox .companyListBox .center img {
  width: 8.625rem;
  height: 8.625rem;
  border-radius: 50%;
  margin: 2.0625rem auto;
}
.s6ContentBox .companyListBox .center i {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid rgba(87, 130, 250, 0.1);
  border-radius: 50%;
  position: absolute;
  top: -64%;
  right: -110%;
  background: #202966;
  z-index: 3;
}
.s6ContentBox .companyListBox .center i.i2 {
  bottom: -64%;
  left: -110%;
  top: initial;
  right: initial;
}
.s6ContentBox .companyListBox > div .item {
  border-radius: 50%;
  width: 5.125rem;
  height: 5.125rem;
  position: absolute;
  overflow: hidden;
  background-size: 90% !important;
  background-color: #fff !important;
  z-index: 4;
  transition: all linear 0.3s;
}
.s6ContentBox .companyListBox > div .item:nth-child(2) {
  top: 31%;
  left: 33%;
  animation: breathLamp2 1s alternate 1s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(3) {
  top: 26%;
  left: 57%;
  animation: breathLamp2 1s alternate 1.5s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(4) {
  width: 6.125rem;
  height: 6.125rem;
  top: 64%;
  left: 42%;
  animation: breathLamp2 1s alternate 2s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(5) {
  top: 45%;
  left: 63%;
  animation: breathLamp2 1s alternate 2.5s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(6) {
  top: 42%;
  left: 20%;
  animation: breathLamp2 1s alternate 3s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(7) {
  top: 31%;
  left: 73%;
  width: 4.5rem;
  height: 4.5rem;
  animation: breathLamp2 1s alternate 3.5s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(8) {
  top: 67%;
  left: 27%;
  width: 4.5625rem;
  height: 4.5625rem;
  animation: breathLamp2 1s alternate 4s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(9) {
  top: 55%;
  left: 77%;
  width: 4.5rem;
  height: 4.5rem;
  animation: breathLamp2 1s alternate 4.5s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(10) {
  top: 22%;
  left: 17%;
  width: 4.4375rem;
  height: 4.4375rem;
  animation: breathLamp2 1s alternate 5s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(11) {
  top: 19%;
  left: 90%;
  width: 5.5625rem;
  height: 5.5625rem;
  animation: breathLamp2 1s alternate 5.5s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(12) {
  top: 56%;
  left: 7%;
  width: 4.25rem;
  height: 4.25rem;
  animation: breathLamp2 1s alternate 6s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(13) {
  top: 42%;
  left: 94%;
  animation: breathLamp2 1s alternate 6.5s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(14) {
  top: 39%;
  left: 1%;
  width: 4.875rem;
  height: 4.875rem;
  animation: breathLamp2 1s alternate 7s infinite;
}
.s6ContentBox .companyListBox > div .item:nth-child(15) {
  top: 59%;
  left: 88%;
  width: 3.5625rem;
  height: 3.5625rem;
  animation: breathLamp2 1s alternate 7.5s infinite;
}
.s6ContentBox .companyListBox > div .item:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
}

.fellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.fellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.td {
  animation: myfirst 3s infinite;
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.rightNav {
  position: fixed;
  right: 2px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 10;
}
/* .rightNav.top {
  bottom: 117px;
} */
.showRightNav {
  position: absolute;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all linear 0.3s;
}
.showRightNav img,
.navClose img {
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  border-radius: 50%;
}
.showRightNav:hover img,
.navClose:hover img {
  /* box-shadow: 0 0 17px rgba(51, 142, 238, 0.8); */
  transition: all linear 0.3s;
}
.showRightNav p {
  color: #111111;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
.showRightNav.white p {
  color: #fff;
}

.rightNavBox {
  position: absolute;
  right: 10px;
  bottom: 50%;
  opacity: 1;
  transform: translate3d(0, 50%, 0);
  transition: all linear 0.3s;
}
.rightNavBox.show {
  opacity: 1;
  transform: translate3d(0, 50%, 0);
  transition: all linear 0.3s;
}
.rightNavBox .navList {
  width: 130px;
  background: #fff;
  /* border-radius: 10px; */
  /* padding: 15px 0; */
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}
.rightNavBox .navList .item {
  border-bottom: 1px solid #dddd;
  padding: 12px 0 24px 0;
  position: relative;
  height: 10px;
  overflow: hidden;
  transition: all linear 0.3s;
}
.rightNavBox .navList .item:hover.rightNavBox .navList .item {
  height: 120px;
}
.rightNavBox .navList .item:nth-child(1) {
  height: 170px;
}
.rightNavBox .navList .item:nth-child(1) span {
  color: #0060dd;
}
.rightNavBox .navList .item:nth-child(1) .icon-head i {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: white;
}
.rightNavBox .navList .item.select {
  height: 155px;
}
.rightNavBox .navList .item .icon-head {
  /* background-color: #0060dd; */
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 10px;
}
.rightNavBox .navList .item .icon-head span {
  font-size: 16px;
}
.rightNavBox .navList .item .icon-head i {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 80% !important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: white;
  transition: all linear 0.3s;
}
.rightNavBox .navList .item:hover i {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: white;
  transition: all linear 0.3s;
}
.rightNavBox .navList .item:hover span {
  color: #0060dd;
}
.rightNavBox .navList .item .tip {
  /* position: absolute; */
  width: 130px;
  min-height: 136px;
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 0 0 9px 3px rgba(0, 14, 41, 0.13); */
  /* right: 68px; */
  padding: 12px 8px 20px 8px;
  box-sizing: border-box;
  display: block;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  color: #fff;
  /* top: -15px; */
}
.rightNavBox .navList .item .p1 {
  color: #818181;
  font-size: 15px;
  text-align: left;
  font-weight: 600;
}
.rightNavBox .navList .item .p2 {
  color: #818181;
  font-size: 12px;
  /* font-weight: bold; */
  /* margin: 20px 0 6px 0; */
  text-align: center;
}
.rightNavBox .navList .item .p3 {
  color: #5781fa;
  font-size: 18px;
  text-align: left;
}
.rightNavBox .navList .item:hover .tip {
  display: block;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}
.qrcodeIcon {
  display: inline-block;
  width: 105px;
  height: 105px;
  background-size: 104% 104% !important;
  /* float: left; */
  border-radius: 5px;
  overflow: hidden;
}
.rightNavBox .navList .item .p4 {
  width: 100%;
  color: #0060dd;
  font-size: 14px;
  font-weight: bold;
  float: left;
  /* margin: 25px 0 0 12px; */
  text-align: center;
}
.rightNavBox .navList .item:last-child .tip {
  bottom: -15px;
  top: initial;
}

.navClose {
  margin-top: 13px;
  cursor: pointer;
  text-align: center;
}

.rightNavBox .rightNavBox-aboutDemand {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #1d66cc;
  color: white;
}
.rightNavBox .rightNavBox-aboutDemand img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.demand-box-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: rgba(169, 169, 169, 0.3) 0px 0px 30px 5px;
  display: none;
  overflow: hidden;
}

.demand-box {
  width: 1200px;
  height: 600px;
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999999999;
}
.demand-box-cancle {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
}
.demand-left,
.demand-right {
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}
.demand-left img {
  width: 100%;
  height: 100%;
}
.demand-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.demand-right-box {
  width: 70%;
  margin: 0 auto;
}
.demand-right-content div {
  display: flex;
  align-items: center;
}
.demand-right-content div label {
  width: 80px;
  text-align: end;
}
.required:before {
  content: "* ";
  color: red;
}
.demand-right-content div input {
  flex: auto;
  height: 40px;
  margin: 5px 0;
  margin-left: 10px;
  padding-left: 5px;
  border: 1px solid #dbdbdb;
}
.demand-right-buttom div textarea {
  width: 100%;
  box-sizing: border-box;
  height: 100px;
  padding: 5px;
  margin: 5px 0;
  border-color: #dbdbdb;
}
.demand-right-buttom .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.demand-right-buttom .button-box button {
  margin-top: 10px;
  width: 200px;
  height: 40px;
  color: white;
  background-color: #0c89f7;
  border: none;
  font-family: "Microsoft YaHei-Bold";
  font-size: 17px;
  font-weight: Bold;
}
.demand-p {
  font-family: "Microsoft YaHei-Bold";
  font-size: 17px;
  font-weight: Bold;
  margin: 5px 0;
}
/* æäº¤éœ€æ±‚æˆåŠŸå¼¹å‡ºæ¡† */
.demand-message-success-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: rgba(169, 169, 169, 0.3) 0px 0px 30px 5px;
  display: none;
  overflow: hidden;
}
.demand-message-imgBox {
  width: 300px;
  /* box-sizing: border-box; */
  padding: 30px 0;
  position: fixed;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  z-index: 99999999999999;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  /* justify-content: center; */
}
.demand-message-imgBox img {
  width: 80px;
  height: 80px;
}
.demand-message-imgBox span {
  /* margin-top: 10px; */
  font-size: 17px;
  color: #081427;
  font-weight: 700;
  font-family: "Microsoft YaHei-Bold";
}

/* è§†é¢‘ */
.videoBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: rgba(169, 169, 169, 0.3) 0px 0px 30px 5px;
  display: none;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.videoBox > div {
  width: 55%;
  height: 83%;
  position: relative;
  transform: translate(45%, 11%);
}
.videoBox > i.close {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/index/closeWhite.png) center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 17px;
  cursor: pointer;
  opacity: 0.5;
}
.videoBox > div i.close:hover {
  opacity: 1;
}
.videoBox > div > div {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.areaBlock {
  /* position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%); */
  width: 100%;
  height: 28%;
  /* background-color: #fff; */
  display: flex;
}
.block-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 87%;
  height: 100%;
}
.block-list .line {
  width: 1px;
  height: 40px;
  background-color: #ddd;
}
.item-block {
  display: flex;
  align-items: center;
}
.item-block p {
  margin-left: 10px;
  font-size: 20px;
}
.areaBlock .detail {
  cursor: pointer;
  font-size: 18px;
  line-height: 84px;
  text-indent: 40px;
  text-align: center;
  color: #fff;
  /* flex: 1; */
  width: 13%;
  height: 100%;
  background: url(../img/index/detail.png);
}
.mouse {
  /* position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%); */
  margin: 16px auto 0;
  width: 100px;
  height: 10%;
  /* background-color: #fff; */
  text-align: center;
  color: #fff;
}
@media screen and (max-height: 665px) {
  .mouse {
    margin: 8px auto;
  }
}
@media screen and (max-width: 1350px) {
  .indexHeader {
    padding: 0;
  }
}
