.title {
  text-align: center;
  color: #3a3a3a;
  margin: 1% 0;
}

.title h3 {
  padding-bottom: 1%;
  font-size: 30px;
  font-weight: bold;
}

.title p {
  font-size: 16px;
}

.section1 .video {
  height: calc(100% - 136px);
}

.section1 .vidbacking-active-block-back {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -100;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.section1 .vidbacking {
  display: none;
}

.section1 .vidmask-block-back {
  background: url(../videos/videooverlay1.png) repeat;
  opacity: 1;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  z-index: 2;
  display: block;
}

.section1 .videoMobile .vidbacking-active-block-back {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  height: auto !important;
  transform: translateX(0) translateY(0);
}

.section1 .section1Bottom {
  background: url(../images/section1Bottombg.jpg) repeat-y;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  z-index: 100;
}

.section1 .section1Bottom .container {
  display: flex;
}

.section1 .section1Bottom .container .addressLeft {
  background: #0b2d8e;
  width: 28%;
  align-items: center;
  display: flex;
}

.section1 .section1Bottom .container .addressRgiht {
  background: #1c4fc2;
  overflow: hidden;
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0;
}

.section1 .section1Bottom .container .addressRgiht li {
  flex: 0 0 18.2%;
  background: url(../images/addressRgihtlibg.png) no-repeat left center;
  text-align: center;
}

.section1 .section1Bottom .container .addressRgiht li a {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}

.section1 .section1Bottom .container .addressRgiht li a span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  margin-bottom: 2px;
}

.section1 .section1Bottom .container .addressRgiht li a h4 {
  padding: 15px 0 10px;
  font-size: 20px;
}

.section1 .section1Bottom .container .addressRgiht li a p {
  font-size: 14px;
}

.section1 .section1Bottom .container .addressRgiht li:first-child {
  background: none;
}

.section1 .section1Bottom .container::after {
  width: 1px;
  height: 100%;
}

.section2 .container,
.section3 .container,
.section4 .container,
.section5 .container,
.section6 .container {
  font-size: 16px;
}

.section2 {
  background: url(../images/section2bg.jpg) no-repeat;
  background-size: cover;
}

.section2 .container {
  display: flex;
  flex-direction: column;
}

.section2 .container .cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section2 .container .cont .textfl {
  flex: 1;
  text-align: left;
  padding-right: 5%;
}

.section2 .container .cont .textfl .title {
  margin-bottom: 5%;
}

.section2 .container .cont .textfl .title h3 {
  font-size: 36px;
  color: #fff;
  text-align: left;
  position: relative;
  padding-bottom: 3%;
}

.section2 .container .cont .textfl .title h3::before {
  width: 40px;
  height: 3px;
  background: #0b1f66;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}

.section2 .container .cont .textfl .title h3::after {
  content: '';
  width: 40px;
  height: 3px;
  background: #2d67f4;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.section2 .container .cont .textfl .text {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  text-indent: 30px;
}

.section2 .container .cont .textfl a {
  display: inline-block;
  margin-top: 4%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
}

.section2 .container .cont .mapfr {
  position: relative;
}

.section2 .container .cont .mapfr .map {
  line-height: 38px;
  color: #fff;
  font-size: 20px;
  position: absolute;
}

.section2 .container .cont .mapfr .map img {
  margin-top: -20px;
}

.section2 .container .cont .mapfr .map span,
.section2 .container .cont .mapfr .map span::before,
.section2 .container .cont .mapfr .map span::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  position: absolute;
  background-color: rgba(182, 182, 182);
}

.section2 .container .cont .mapfr .map span::before {
  animation: scale 2s infinite;
}

.section2 .container .cont .mapfr .map span::after {
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(6);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(12);
    opacity: 0;
  }
}

.section2 .container .cont .mapfr .map01 {
  left: 48%;
  top: 14%;
}

.section2 .container .cont .mapfr .map02 {
  left: 65%;
  top: 34%;
}

.section2 .container .cont .mapfr .map03 {
  left: 66%;
  top: 64%;
}

.section2 .container .cont .mapfr .map04 {
  left: 70%;
  top: 82%;
}

.section2 .container .cont .mapfr .map05 {
  left: 25%;
  top: 63%;
}

.section2 .container .cont .mapfr .map06 {
  left: 25%;
  top: 85%;
}

.section2 .container .cont .mapfr .map07 {
  left: 15%;
  top: 48%;
}

.section2 .container .cont .mapfr .map05 span,
.section2 .container .cont .mapfr .map06 span,
.section2 .container .cont .mapfr .map07 span,
.section2 .container .cont .mapfr .map05 span::before,
.section2 .container .cont .mapfr .map06 span::before,
.section2 .container .cont .mapfr .map07 span::before,
.section2 .container .cont .mapfr .map05 span::after,
.section2 .container .cont .mapfr .map06 span::after,
.section2 .container .cont .mapfr .map07 span::after {
  right: 0;
}

.section2 .container .conter {
  margin-top: 1%;
  width: 100%;
  background: #1a50af;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}

.section2 .container .conter .media-body {
  text-align: center;
  color: #fff;
}

.section2 .container .conter .media-body .counter-value,
.section2 .container .conter .media-body em {
  font-size: 56px;
  font-weight: bold;
  line-height: 45px;
}

.section2 .container .conter .media-body .mt-1 {
  font-size: 16px;
  opacity: 0.85;
}

.section3 {
  background: url(../images/section3bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.section3 .container .conbgImg {
  position: relative;
  padding-top: 30px;
}

.section3 .container .conbgImg img {
  display: block;
  margin: 0 auto;
}

.section3 .container .conbgImg .conText {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.section3 .container .conbgImg .conText .circle {
  z-index: 1;
  position: relative;
  top: 0;
  color: #fff;
  width: 100%;
  cursor: pointer;
}

.section3 .container .conbgImg .conText .circle img {
  display: block;
  margin: 0 auto 15%;
}

.section3 .container .conbgImg1 {
  display: block;
}

.section3 .container .conbgImg2 {
  display: none;
}

.section3 .container .ipadBall {
  display: none;
}

.section4 {
  background: url(../images/section4bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.section4 .container .title {
  color: #fff;
}

.section4 .container .tabTop {
  display: flex;
  margin-bottom: 1%;
  margin-top: 2%;
}

.section4 .container .tabTop li {
  width: 28%;
  line-height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  background: #eff4ff;
  font-size: 20px;
  color: #3a3a3a;
  cursor: pointer;
}

.section4 .container .tabTop li:last-child {
  width: 16%;
  background: #3a3a3a;
}

.section4 .container .tabTop li:last-child a {
  color: #fff;
}

.section4 .container .tabTop li.on,
.section4 .container .tabTop li:hover {
  background: #2c65f0;
  color: #fff;
}

.section4 .container .tabTop li:last-child:hover {
  background: #3a3a3a;
}

.section4 .container .tabBottom {
  display: none;
}

.section4 .container .tabBottom .conEx {
  display: flex;
}

.section4 .container .tabBottom .conEx .tabBfl {
  flex: 1;
  max-height: 372px;
  overflow: hidden;
}

.section4 .container .tabBottom .conEx .tabBfr {
  width: 42%;
  background: url(../images/casebg.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 3%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.section4 .container .tabBottom .conEx .tabBfr .region {
  font-size: 16px;
}

.section4 .container .tabBottom .conEx .tabBfr .region h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section4 .container .tabBottom .conEx .tabBfr .region .des {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section4 .container .tabBottom .conEx .tabBfr .region .tag {
  display: block;
}

.section4 .container .tabBottom .conEx .tabBfr .region .tag i {
  padding: 0 3%;
  border-right: 1px solid #fff;
}

.section4 .container .tabBottom .conEx .tabBfr .region .tag i:last-child {
  border: none;
}

.section4 .container .tabBottom .conEx .tabBfr .region .tag i:first-child {
  padding-left: 0;
}

.section4 .container .tabBottom .conEx .tabBfr .region ul {
  overflow: hidden;
}

.section4 .container .tabBottom .conEx .tabBfr .region ul li {
  width: 33.3%;
  float: left;
}

.section4 .container .tabBottom .conEx .tabBfr .region ul li h4 {
  line-height: 45px;
  font-size: 30px;
}

.section4 .container .tabBottom .conEx .tabBfr .region ul li span {
  font-size: 18px;
}

.section4 .container .tabBottom .conEx .tabBfr a {
  width: 178px;
  color: #252525;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
}

.section4 .container .tabBottom.on {
  display: block;
}

.section5 {
  background: #f6f6f6;
}

.section5 .top {
  position: relative;
  z-index: 10;
}

.section5 .top .container {
  position: relative;
}

.section5 .top .container ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
}

.section5 .top .container ul li {
  flex: 0 0 16.6%;
  background: #fff;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 12px 1%;
  display: grid;
  place-items: center;
}

.section5 .top .container ul li img {
  display: block;
  filter: grayscale(100%);
}

.section5 .top .container ul li:hover img {
  filter: grayscale(0);
}

.section5 .top .container ul li:nth-child(1),
.section5 .top .container ul li:nth-child(2),
.section5 .top .container ul li:nth-child(3),
.section5 .top .container ul li:nth-child(4),
.section5 .top .container ul li:nth-child(5),
.section5 .top .container ul li:nth-child(6) {
  border-top: 1px solid #bfbfbf;
}

.section5 .top .container ul li:nth-child(6),
.section5 .top .container ul li:nth-child(12),
.section5 .top .container ul li:nth-child(18) {
  border-right: 1px solid #bfbfbf;
}

.section5 .bottom {
  background: url(../images/section5bg.jpg) no-repeat;
  background-size: cover;
  margin-top: -1%;
  padding-top: 1%;
  height: 340px;
  position: relative;
  z-index: 9;
}

.section5 .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section5 .bottom .container div {
  text-align: center;
  color: #fff;
  padding: 2% 0;
  position: relative;
}

.section5 .bottom .container div .tagcloud {
  position: absolute !important;
  left: 0;
  top: 5%;
  width: 100%;
  height: 50%;
}

.section5 .bottom .container div .tagcloud span {
  color: #fff;
  cursor: pointer;
}

.section5 .bottom .container div .tagcloud span:hover {
  font-size: 16px;
}

.section5 .bottom .container div .tagcloud>* {
  display: inline;
  white-space: nowrap;
  color: #fff;
}

.section5 .bottom .container div h3 {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 4%;
}

.section5 .bottom .container div h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10%;
}

.section5 .bottom .container div p {
  font-size: 16px;
}

.section5 .bottom .container div a {
  font-size: 16px;
  color: #2d2d2d;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  width: 178px;
  line-height: 38px;
}

.section5 .bottom .container div.info {
  border-right: 1px solid #fff;
  padding-right: 5%;
  width: 290px;
}

.section5 .bottom .container div.info h3 {
  width: 180px;
  display: block;
  margin: 0 auto;
}

.section5 .bottom .container div.fr {
  display: flex;
  flex-direction: row;
}

.section5 .bottom .container div.fr div {
  padding: 2%;
}

.section6 {
  background: url(../images/section6bg.jpg) no-repeat center center;
  background-size: cover;
}

.section6 .container {
  padding-bottom: 0;
}

.section6 .news {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.section6 .news .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section6 .news .swiper-slide {
  background-size: cover;
  background-position: center;
}

.section6 .news .mySwiper {
  padding: 0 20% 5px;
}

.section6 .news .mySwiper .swiper-slide {
  text-align: center;
  color: #212121;
  font-size: 18px;
  padding-bottom: 10px;
  cursor: pointer;
}

.section6 .news .mySwiper .swiper-slide-thumb-active {
  color: #2d67f4;
  font-size: 20px;
  background: url(../images/thumbbg.png) no-repeat bottom center;
}

.section6 .news .mySwiper2 {
  height: 80%;
  width: 100%;
}

.section6 .news .mySwiper2 .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.section6 .news .mySwiper2 .swiper-slide .fl {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin: 0 1% 0 0;
  background: #ffffff;
}

.section6 .news .mySwiper2 .swiper-slide .fl .newsli {
  padding: 2%;
}

.section6 .news .mySwiper2 .swiper-slide .fl .newsli .img {
  height: 204px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.section6 .news .mySwiper2 .swiper-slide .fl .newsli .img img {
  margin: 0 auto;
  display: block;
}

.section6 .news .mySwiper2 .swiper-slide .fl .newsli a h3 {
  color: #2d67f4;
  font-size: 18px;
  line-height: 30px;
  margin: 2% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
}

.section6 .news .mySwiper2 .swiper-slide .fl .newsli a h3 span {
  background: #2d67f4;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  font-size: 24px;
}

.section6 .news .mySwiper2 .swiper-slide .fl .newsli a p {
  margin: 2% 0;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.section6 .news .mySwiper2 .swiper-slide .fr {
  flex: 1;
  margin: -5px 0;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-start; */
  height: 100%;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li {
  width: 100%;
  margin: 5px 0;
  height: 33%;
  background: #ffffff;
  padding: 8px 1%;
  border: 4px solid #fff;
  position: relative;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #121212;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li a .time {
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  background: #575757;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li a .time h2 {
  font-size: 30px;
  font-weight: bold;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li a .text {
  width: calc(100% - 110px);
  color: #7d7d7d;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li a .text h3 {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li a .text p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li a .text i {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 16px;
  height: 16px;
  background: #2d67f4;
  text-align: center;
  line-height: 16px;
  color: #fff;
  display: none;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li:hover {
  border: 4px solid #2d67f4;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li:hover a .time {
  background: #2d67f4;
}

.section6 .news .mySwiper2 .swiper-slide .fr ul li:hover a i {
  display: block;
}

.section6 .news .mySwiper2 .swiper-button-prev,
.section6 .news .mySwiper2 .swiper-button-next {
  display: none;
}

.section6 .bottom {
  width: 100%;
  background: #3a3a3a;
  padding-top: 20px;
}

.section6 .bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section6 .bottom .container .fl {
  display: flex;
  flex-direction: row;
  width: 80%;
}

.section6 .bottom .container .fl .logo {
  width: 40%;
  padding-right: 5%;
}

.section6 .bottom .container .fl .logo img {
  width: 100%;
  max-width: 300px;
}

.section6 .bottom .container .fl .info {
  flex: 1;
  color: #fff;
  line-height: 36px;
}

.section6 .bottom .container .fl .info h3 {
  display: none;
}

.section6 .bottom .container .fr {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.section6 .bottom .container .fr .wx {
  color: #fff;
  text-align: center;
  line-height: 36px;
  padding: 0 0 0 5%;
}

.section6 .bottom .container .fr .wx img {
  display: block;
  margin: 0 auto;
}

.section6 .bottom .filings {
  display: block;
  border-top: 1px solid #989898;
  color: #989898;
  font-size: 18px;
  text-align: center;
}

.section6 .bottom .filings a {
  padding: 0 5%;
  display: inline-block;
  line-height: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .title {
    margin: 1% 0;
  }

  .title h3 {
    font-size: 30px;
  }

  .title p {
    font-size: 16px;
  }

  .section2 .container,
  .section3 .container,
  .section4 .container,
  .section5 .container,
  .section6 .container {
    font-size: 16px;
    padding-bottom: 0;
  }

  .section1 .video {
    height: calc(100% - 119px);
  }

  .section1 .section1Bottom .container .addressLeft img {
    max-width: 80%;
  }

  .section1 .section1Bottom .container .addressRgiht {
    padding: 20px 0;
  }

  .section2 .container .cont {
    align-items: center;
  }

  .section2 .container .cont .textfl {
    padding-right: 0;
    flex: auto;
    width: 45%;
  }

  .section2 .container .cont .textfl .title h3 {
    font-size: 30px;
  }

  .section2 .container .cont .textfl .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
  }

  .section2 .container .cont .textfl a {
    font-size: 16px;
    padding: 5px 10px;
  }

  .section2 .container .cont .mapfr {
    margin-left: -8%;
    width: 52%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section2 .container .cont .mapfr .map {
    font-size: 18px;
  }

  .section2 .container .cont .mapfr .map06 {
    left: 27%;
  }

  .section2 .container .cont .mapfr .map05 i,
  .section2 .container .cont .mapfr .map06 i,
  .section2 .container .cont .mapfr .map07 i {
    left: 0;
  }

  .section2 .container .conter .media-body .counter-value,
  .section2 .container .section2 .container .conter .media-body em {
    font-size: 46px;
  }

  .section3 .container .conbgImg {
    padding-bottom: 20px;
  }

  .section3 .container .conbgImg .conText .circle img {
    width: 500px;
  }

  .section3 .container .conbgImg1 {
    display: block;
  }

  .section3 .container .conbgImg2 {
    display: none;
  }

  .section3 .container .ipadBall {
    display: none;
  }

  .section4 .container .tabTop li {
    font-size: 18px;
    line-height: 45px;
  }

  .section4 .container .tabBottom .conEx .tabBfr {
    padding: 1%;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region {
    font-size: 16px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region h4 {
    font-size: 20px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region ul li h4 {
    font-size: 22px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region ul li span {
    font-size: 16px;
  }

  .section5 .top {
    padding-bottom: 280px;
    position: relative;
    z-index: 100;
  }

  .section5 .bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 80px;
  }

  .section5 .bottom .container div.info {
    padding: 2%;
  }

  .section5 .bottom .container div.info .tagcloud {
    margin-top: 0;
    padding: 0;
    width: 50%;
    left: 25%;
  }

  .section5 .bottom .container div.info h4 {
    font-size: 20px;
  }

  .section5 .bottom .container div.info a {
    width: 120px;
    line-height: 30px;
  }

  .section5 .bottom .container div.info h3 {
    width: 120px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
  }

  .section6 .news .mySwiper2 {
    width: 96%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .title {
    margin: 1% 0;
  }

  .title h3 {
    font-size: 30px;
  }

  .title p {
    font-size: 16px;
  }

  .section2,
  .section3,
  .section4,
  .section5,
  .section6 {
    overflow: hidden;
  }

  .section2 .container,
  .section3 .container,
  .section4 .container,
  .section5 .container,
  .section6 .container {
    font-size: 16px;
    padding-bottom: 0;
  }

  .section1 .section1Bottom {
    margin-top: -3px;
  }

  .section1 .section1Bottom .container .addressLeft {
    padding: 0 5px;
  }

  .section1 .section1Bottom .container .addressRgiht {
    padding: 10px 0 20px;
  }

  .section1 .section1Bottom .container .addressRgiht li {
    padding: 0;
  }

  .section1 .section1Bottom .container .addressRgiht li a span {
    display: none;
  }

  .section1 .section1Bottom .container .addressRgiht li a h4 {
    font-size: 18px;
  }

  .section2 .container .cont {
    align-items: center;
  }

  .section2 .container .cont .textfl {
    padding-right: 0;
    flex: auto;
    width: 45%;
  }

  .section2 .container .cont .textfl .title h3 {
    font-size: 30px;
  }

  .section2 .container .cont .textfl .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
  }

  .section2 .container .cont .textfl a {
    font-size: 16px;
    padding: 5px 10px;
  }

  .section2 .container .cont .mapfr {
    margin-left: -6%;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section2 .container .cont .mapfr .map {
    font-size: 18px;
  }

  .section2 .container .cont .mapfr .map i {
    position: absolute;
    right: 0;
    bottom: 16px;
  }

  .section2 .container .cont .mapfr .map06 {
    left: 34%;
  }

  .section2 .container .cont .mapfr .map05 i,
  .section2 .container .cont .mapfr .map06 i,
  .section2 .container .cont .mapfr .map07 i {
    left: 0;
  }

  .section2 .container .conter .media-body .counter-value,
  .section2 .container .section2 .container .conter .media-body em {
    font-size: 46px;
  }

  .section3 .container .borther {
    display: none;
  }

  .section3 .container .conbgImg {
    padding-bottom: 100px;
  }

  .section3 .container .conbgImg img {
    max-width: 80%;
  }

  .section3 .container .conbgImg .conText .circle img {
    max-width: 50%;
  }

  .section3 .container .conbgImg1 {
    display: block;
  }

  .section3 .container .conbgImg2 {
    display: none;
  }

  .section3 .container .ipadBall {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .section3 .container .ipadBall .ballTwo {
    width: 120px;
    position: absolute;
    text-align: center;
  }

  .section3 .container .ipadBall .ballTwo01 {
    left: 5%;
    top: 20px;
  }

  .section3 .container .ipadBall .ballTwo02 {
    left: 5%;
    top: 220px;
  }

  .section3 .container .ipadBall .ballTwo03 {
    right: 5%;
    top: 20px;
  }

  .section3 .container .ipadBall .ballTwo04 {
    right: 5%;
    top: 220px;
  }

  .section3 .container .ipadBall .ballTwo05 {
    left: 50%;
    bottom: 0;
    margin-left: -78px;
  }

  .section4 .container .tabTop li {
    font-size: 18px;
    line-height: 45px;
  }

  .section4 .container .tabBottom .conEx {
    flex-direction: column;
  }

  .section4 .container .tabBottom .conEx .tabBfl {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
  }

  .section4 .container .tabBottom .conEx .tabBfl img {
    width: 100%;
  }

  .section4 .container .tabBottom .conEx .tabBfr {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 80px;
  }

  .section4 .container .tabBottom .conEx .tabBfr a {
    position: absolute;
    left: 3%;
    width: 120px;
    line-height: 30px;
    bottom: 40px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region {
    width: 50%;
    margin-bottom: 2%;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region h4 {
    font-size: 18px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region p {
    line-height: 30px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region ul {
    padding-top: 10%;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region ul li h4 {
    font-size: 20px;
    color: #f08200;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region:nth-child(1) {
    padding-right: 5%;
  }

  .section5 .top .container ul {
    padding: 20px 0;
  }

  .section5 .top .container ul li img {
    filter: grayscale(0);
  }

  .section5 .bottom {
    height: auto;
  }

  .section5 .bottom .container {
    padding-top: 40px;
    position: relative;
  }

  .section5 .bottom .container div {
    margin-top: 100px;
  }

  .section5 .bottom .container div .tagcloud {
    margin-top: 0;
    padding: 0;
    width: 50%;
    left: 25%;
  }

  .section5 .bottom .container div h4 {
    font-size: 20px;
  }

  .section5 .bottom .container div a {
    width: 120px;
    line-height: 30px;
  }

  .section5 .bottom .container div.imgTagCloud {
    width: 50%;
  }

  .section5 .bottom .container div.info {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    margin-top: 0;
    border: none;
    padding: 0;
  }

  .section5 .bottom .container div.info h3 {
    width: 100%;
    font-size: 30px;
    padding-bottom: 0;
  }

  .section5 .bottom .container div.fr {
    width: 50%;
    justify-content: space-around;
  }

  .section5 .bottom .container div.fr div {
    margin-top: 0;
  }

  .section6 .news .mySwiper {
    padding: 0 0 15px;
  }

  .section6 .news .mySwiper .swiper-slide {
    font-size: 16px;
    padding-bottom: 0;
    background: #eff4ff;
    line-height: 40px;
  }

  .section6 .news .mySwiper .swiper-slide-thumb-active {
    color: #fff;
    background: #2c65f0;
  }

  .section6 .news .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl {
    width: 50%;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl .newsli {
    padding: 2%;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl .newsli a h3 {
    font-size: 18px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl .newsli a h3 span {
    width: 80px;
    text-align: center;
    font-size: 20px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl .newsli a p {
    font-size: 16px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr {
    width: calc(100% - 290px);
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: flex-start; */
    height: 100%;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .time {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .time h2 {
    font-size: 24px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .text {
    width: calc(100% - 90px);
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .text h3 {
    line-height: 30px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .text p {
    font-size: 16px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li:hover {
    border: 4px solid #2d67f4;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li:hover a .time {
    background: #2d67f4;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li:hover a i {
    display: block;
  }

  .section6 .bottom {
    padding-bottom: 20px;
    padding-bottom: 40px;
  }

  .section6 .bottom .container {
    position: relative;
  }

  .section6 .bottom .container .fl {
    flex-direction: column;
    width: 60%;
  }

  .section6 .bottom .container .fl .logo {
    width: 100%;
    padding-bottom: 2%;
  }

  .section6 .bottom .container .fl .info {
    line-height: 24px;
  }

  .section6 .bottom .container .fl .info h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
  }

  .section6 .bottom .container .fr {
    display: flex;
    flex-direction: row;
  }

  .section6 .bottom .container .fr .wx {
    padding: 0 2%;
  }

  .section6 .bottom .filings {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .title {
    margin: 1% 0;
  }

  .title h3 {
    font-size: 24px;
  }

  .title p {
    font-size: 16px;
  }

  .section2 .container,
  .section3 .container,
  .section4 .container,
  .section5 .container,
  .section6 .container {
    font-size: 16px;
    padding-bottom: 0;
  }

  .section1 .section1Bottom {
    margin-top: -5px;
  }

  .section1 .section1Bottom .container .addressLeft {
    padding: 0 5px;
  }

  .section1 .section1Bottom .container .addressRgiht {
    padding: 10px 0;
  }

  .section1 .section1Bottom .container .addressRgiht li {
    flex: 0 0 25%;
  }

  .section1 .section1Bottom .container .addressRgiht li a h4 {
    font-size: 14px;
  }

  .section1 .section1Bottom .container .addressRgiht li a p {
    font-size: 12px;
  }

  .section1 .section1Bottom .container .addressRgiht li a span {
    display: none;
  }

  .section1 .section1Bottom .container .addressRgiht li:nth-child(5),
  .section1 .section1Bottom .container .addressRgiht li:nth-child(6),
  .section1 .section1Bottom .container .addressRgiht li:nth-child(7) {
    display: none;
  }

  .section2 .container .cont {
    flex-direction: column;
    align-items: center;
  }

  .section2 .container .cont .textfl {
    padding-right: 0;
    width: 100%;
    position: relative;
  }

  .section2 .container .cont .textfl .title h3 {
    font-size: 24px;
  }

  .section2 .container .cont .textfl .text {
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 125px;
    color: #fff !important;
  }

  .section2 .container .cont .textfl .text p {
    color: #fff !important;
  }

  .section2 .container .cont .textfl .text p span {
    color: #fff !important;
  }

  .section2 .container .cont .textfl .text p:last-child {
    display: none;
  }

  .section2 .container .cont .textfl a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 5px 10px;
    margin: 2%;
  }

  .section2 .container .cont .mapfr {
    width: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section2 .container .cont .mapfr .map {
    font-size: 14px;
  }

  .section2 .container .cont .mapfr .map img {
    max-width: 65%;
  }

  .section2 .container .cont .mapfr .map i {
    position: relative;
  }

  .section2 .container .cont .mapfr .map04 {
    left: 66%;
  }

  .section2 .container .cont .mapfr .map05 {
    left: 20%;
  }

  .section2 .container .cont .mapfr .map06 {
    left: 34%;
  }

  .section2 .container .cont .mapfr .map07 {
    left: 23%;
  }

  .section2 .container .conter .media-body .counter-value,
  .section2 .container .conter .media-body em {
    font-size: 26px;
  }

  .section2 .container .conter .media-body .mt-1 {
    font-size: 14px;
  }

  .section3 {
    background: url(../images/section3bg2.jpg) no-repeat;
    background-size: cover;
  }

  .section3 .container .borther {
    display: none;
  }

  .section3 .container .conbgImg {
    padding: 80px 0 50px;
  }

  .section3 .container .conbgImg .conText {
    top: 0;
  }

  .section3 .container .conbgImg .conText .circle img {
    max-width: 70%;
    margin: 85px 0 0 -30%;
  }

  .section3 .container .conbgImg1 {
    display: none;
  }

  .section3 .container .conbgImg2 {
    display: block;
    margin-left: -15px;
  }

  .section3 .container .ipadBall {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .section3 .container .ipadBall .ballTwo {
    width: 23%;
    position: absolute;
    text-align: center;
  }

  .section3 .container .ipadBall .ballTwo img {
    margin: 0;
  }

  .section3 .container .ipadBall .ballTwo01 {
    left: 30%;
    top: 3%;
  }

  .section3 .container .ipadBall .ballTwo02 {
    left: 30%;
    bottom: 6%;
  }

  .section3 .container .ipadBall .ballTwo03 {
    right: 20%;
    top: 12%;
  }

  .section3 .container .ipadBall .ballTwo04 {
    right: -15px;
    top: 50%;
    margin-top: -50px;
  }

  .section3 .container .ipadBall .ballTwo05 {
    right: 20%;
    bottom: 12%;
  }

  .section4 .container .tabTop {
    margin: 5% 0 4%;
  }

  .section4 .container .tabTop li {
    width: 33.3%;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .section4 .container .tabTop li:last-child {
    display: none;
  }

  .section4 .container .tabBottom .conEx {
    flex-direction: column;
  }

  .section4 .container .tabBottom .conEx .tabBfl {
    width: 100%;
    max-height: 170px;
  }

  .section4 .container .tabBottom .conEx .tabBfr {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .section4 .container .tabBottom .conEx .tabBfr a {
    left: auto;
    right: 3%;
    width: 120px;
    line-height: 30px;
    height: 30px;
    top: 5%;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region {
    width: 100%;
    margin-bottom: 2%;
    font-size: 16px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region h4 {
    font-size: 18px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region ul li {
    padding-bottom: 20px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region ul li h4 {
    font-size: 20px;
    color: #f08200;
    line-height: 30px;
  }

  .section4 .container .tabBottom .conEx .tabBfr .region ul li span {
    font-size: 14px;
  }

  .section5 .top .container ul {
    padding: 20px 0 0;
  }

  .section5 .top .container ul li {
    flex: 0 0 25%;
  }

  .section5 .top .container ul li img {
    filter: grayscale(0);
  }

  .section5 .top .container ul li:nth-child(4n) {
    border-right: 1px solid #bfbfbf;
  }

  .section5 .top .container ul li:nth-child(5),
  .section5 .top .container ul li:nth-child(6) {
    border-top: none;
    border-right: none;
  }

  .section5 .top .container ul li:nth-child(13),
  .section5 .top .container ul li:nth-child(14),
  .section5 .top .container ul li:nth-child(15),
  .section5 .top .container ul li:nth-child(16),
  .section5 .top .container ul li:nth-child(17),
  .section5 .top .container ul li:nth-child(18) {
    display: none;
  }

  .section5 .bottom {
    height: auto;
  }

  .section5 .bottom .container {
    padding-top: 40px;
    position: relative;
  }

  .section5 .bottom .container div {
    margin-top: 60px;
  }

  .section5 .bottom .container div .tagcloud {
    margin-top: 0;
    padding: 0;
    width: 50%;
    left: 25%;
  }

  .section5 .bottom .container div h4 {
    font-size: 20px;
  }

  .section5 .bottom .container div a {
    width: 120px;
    line-height: 30px;
  }

  .section5 .bottom .container div.imgTagCloud {
    width: 60%;
    overflow: hidden;
  }

  .section5 .bottom .container div.info {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    margin-top: 0;
    border: none;
    padding: 0;
  }

  .section5 .bottom .container div.info h3 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 0;
  }

  .section5 .bottom .container div.fr {
    flex-direction: column;
  }

  .section5 .bottom .container div.fr div {
    margin-top: 10px;
  }

  .section5 .bottom .container div.fr div h4 {
    font-size: 18px;
  }

  .section6 .news {
    padding-bottom: 0;
  }

  .section6 .news .mySwiper {
    padding: 0 0 15px;
  }

  .section6 .news .mySwiper .swiper-slide {
    font-size: 16px;
    padding-bottom: 0;
    background: #eff4ff;
    line-height: 40px;
  }

  .section6 .news .mySwiper .swiper-slide-thumb-active {
    color: #fff;
    background: #2c65f0;
  }

  .section6 .news .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .section6 .news .mySwiper2 .swiper-slide {
    flex-direction: column;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl {
    width: 100%;
    margin: 5px 0 10px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl .newsli {
    padding: 12px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl .newsli a .img {
    height: auto;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl .newsli a h3 {
    font-size: 16px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl .newsli a h3 span {
    width: 80px;
    text-align: center;
    font-size: 20px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fl .newsli a p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr {
    width: 100%;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li {
    padding: 8px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .time {
    width: 80px;
    height: 80px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .time h2 {
    font-size: 22px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .text {
    width: calc(100% - 90px);
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .text h3 {
    line-height: 30px;
    font-size: 16px;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul li a .text p {
    font-size: 16px;
  }

  .section6 .bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section6 .bottom .container {
    position: relative;
  }

  .section6 .bottom .container .fl {
    flex-direction: column;
    width: 70%;
  }

  .section6 .bottom .container .fl .logo {
    width: 100%;
    padding-bottom: 5%;
  }

  .section6 .bottom .container .fl .info {
    padding-bottom: 30px;
    line-height: 34px;
    font-size: 16px;
  }

  .section6 .bottom .container .fl .info h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
  }

  .section6 .bottom .container .fl .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
  }

  .section6 .bottom .filings {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .section2 .container .cont .mapfr .map04 {
    left: 66%;
  }

  .section2 .container .cont .mapfr .map05 {
    left: 20%;
  }

  .section2 .container .cont .mapfr .map06 {
    left: 16%;
  }

  .section2 .container .cont .mapfr .map07 {
    left: 4%;
  }

  .section6 .news .mySwiper2 .swiper-slide .fr ul {
    padding-bottom: 20px;
  }

  .section6 .bottom .container {
    flex-direction: column;
  }

  .section6 .bottom .container .fl {
    width: 100%;
    padding-top: 20px;
  }

  .section6 .bottom .container .fr {
    margin: 10px 0 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .section6 .bottom .container .fr .wx {
    padding: 0;
  }
}