.w1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .wrap-bg {
    margin-top: 80px;
  }
}
.wrap-bg-bottom {
  width: 100%;
  height: 200px;
  background: url(../img/botton-bg.png) no-repeat left;
}

@media (min-width: 0) and (max-width: 414px) {
  .group-swiper-container {
    height: 510px;
  }
}
.public_title {
  text-align: center;
  margin: 54px 0;
}
.public_title h2 {
  font-size: 32px;
  color: #0a1931;
  font-weight: 500;
}
.public_title p {
  font-size: 22px;
  color: #0a1931;
  opacity: 0.5;
  text-transform: uppercase;
  margin: 20px 0 6px 0;
}
@media (min-width: 0) and (max-width: 414px) {
  .group-list {
    max-width: 395px;
    height: 470px;
  }
}
.swiper-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceitem {
  display: flex;
  margin-bottom: 90px;
}
.serviceitem .server-title {
  width: 30%;
  max-width: 315px;
  background: url(../images/serBG.png) no-repeat;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  margin-right: 4px;
  color: #fff;
  position: relative;
}
.serviceitem .server-title h2 {
  font-size: 26px;
  font-weight: 500;
  margin: 10px 0 5px 0;
}
.serviceitem .server-title p {
  font-size: 12px;
}
.serviceitem .server-title .more {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.2s ease;
}
.serviceitem .server-title .service-but {
  display: block;
  width: 245px;
  height: 43px;
  border-radius: 43px;
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 43px;
  transition: all 0.2s ease;
}
.serviceitem .server-title .service-but:hover {
  background: #1089ff;
}
.serviceitem .server-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: -4px;
}
.serviceitem .server-list li {
  width: 32%;
  height: 220px;
  margin: 4px;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  position: relative;
  cursor: pointer;
}
.serviceitem .server-list li:hover h3 {
  transition: all 0.2s ease;
  color: #185adb;
}
.serviceitem .server-list li h3 {
  transition: all 0.2s ease;
  font-size: 22px;
  color: #0a1931;
  letter-spacing: 2px;
  background: url(../images/Stilte-bg.png) no-repeat left bottom;
  padding: 16px 0 0 10px;
  font-weight: 600;
}
.serviceitem .server-list li p {
  color: #8e8e8e;
  font-size: 14px;
  margin-top: 14px;
  line-height: 24px;
}
.serviceitem .server-list li div {
  background: #eeeeee;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 36px;
  display: flex;
  align-items: center;
  color: #0a1931;
  font-size: 14px;
  padding-left: 10px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 20px;
  justify-content: space-between;
}
.serviceitem .server-list li a {
  display: block;
  width: 80px;
  height: 100%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #185adb;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease;
}
.serviceitem .server-list li a:hover {
  transition: all 0.2s ease;
  transform: scale(1.2);
}
@media (min-width: 0) and (max-width: 1024px) {
  .serviceitem {
    flex-wrap: wrap;
  }
  .serviceitem .server-title {
    width: 98%;
    max-width: 100%;
    background: url(../images/serBG.png) no-repeat #0e49b5;
    margin: 0 auto 10px auto;
  }
  .serviceitem .server-title .service-but {
    display: none;
  }
  .serviceitem .server-list {
    justify-content: center;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .serviceitem .server-list li {
    width: 48%;
  }
}
@media (min-width: 0) and (max-width: 414px) {
  .serviceitem .server-list li {
    width: 90%;
  }
}

.serviceitem .server-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: -4px;
}
.serviceitem .server-list li {
  width: 32%;
  height: 220px;
  margin: 4px;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 25px;
  position: relative;
  cursor: pointer;
}
.serviceitem .server-list li:hover h3 {
  transition: all 0.2s ease;
  color: #185adb;
}
.serviceitem .server-list li h3 {
  transition: all 0.2s ease;
  font-size: 22px;
  color: #0a1931;
  letter-spacing: 2px;
  background: url(../images/Stilte-bg.png) no-repeat left bottom;
  padding: 16px 0 0 10px;
  font-weight: 600;
}
.serviceitem .server-list li p {
  color: #8e8e8e;
  font-size: 14px;
  margin-top: 14px;
  line-height: 24px;
}
.serviceitem .server-list li div {
  background: #eeeeee;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 36px;
  display: flex;
  align-items: center;
  color: #0a1931;
  font-size: 14px;
  padding-left: 10px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 20px;
  justify-content: space-between;
}
.serviceitem .server-list li a {
  display: block;
  width: 80px;
  height: 100%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #185adb;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease;
}
.serviceitem .server-list li a:hover {
  transition: all 0.2s ease;
  transform: scale(1.2);
}
@media (min-width: 0) and (max-width: 1024px) {
  .serviceitem {
    flex-wrap: wrap;
  }
  .serviceitem .server-title {
    width: 98%;
    max-width: 100%;
    background: url(../images/serBG.png) no-repeat #0e49b5;
    margin: 0 auto 10px auto;
  }
  .serviceitem .server-title .service-but {
    display: none;
  }
  .serviceitem .server-list {
    justify-content: center;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .serviceitem .server-list li {
    width: 48%;
  }
}
@media (min-width: 0) and (max-width: 414px) {
  .serviceitem .server-list li {
    width: 90%;
  }
}

.aboutwrap1 {
    margin-bottom: 100px;
    display: flex;
}
.aboutwrap1 .con {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.aboutwrap1 .row1 {
    width: 50%;
    background: #fff;
    max-width: 896px;
    height: 505px;
    padding: 110px 100px 0 100px;
    box-sizing: border-box;
    margin-left: -289px;
    margin-top: 110px;
    box-shadow: 0px 9px 22.91px 6.09px rgba(0, 0, 0,0.18)
}
.aboutwrap1 .row1 .t1 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.aboutwrap1 .row1 .t1 span {
  padding: 0 5px;
}
.aboutwrap1 .row1 .title {
 font-size: 30px;    
  font-weight: bold;
    color: #2170e9;
    line-height: 100%;
    margin-bottom: 30px;
}
.aboutwrap1 .row1 .text {
font-size: 16px;
    line-height: 200%;
    padding-right: 0;
}
.aboutwrap1 .row1 .more {
  padding-top: 30px;
}
.aboutwrap1 .row1 .btn-more {
  display: inline-block;
  padding-right: 70px;
  background: url("../images/iconright.png") no-repeat right center;
}

.aboutwrap1 .row2 .about-wrap {
  position: relative;
  height: 400px;
}
.aboutwrap1 .row2 .about-wrap .swiper-container .pic {
  padding-top: 20px;
}
.aboutwrap1 .row2 .about-wrap .swiper-container img {
  width: 480px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.aboutwrap1 .row2 .about-wrap .swiper-container .swiper-slide-active .pic {
  padding-top: 0;
}
.aboutwrap1 .row2 .about-wrap .swiper-container .swiper-slide-active img {
  width: 540px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.aboutwrap1 .row2 .about-wrap .pagination2 {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 350px;
}
.aboutwrap1 .row2 .about-wrap .pagination2 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
}
.aboutwrap1 .row2 .about-wrap .pagination2 .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #f1f1f1;
}
.aboutwrap1 .row2 .about-wrap .pagination2 .swiper-active-switch {
  background: #2170e9;
}
@media (min-width: 640px) and (max-width: 1200px) {
  .aboutwrap1 .con {
    width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  flex-direction: column;
}

.aboutwrap1 .row1 .t1 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.aboutwrap1 .row1 .t1 span {
  padding: 0 5px;
}
.aboutwrap1 .row1 .title {
  font-size: 36px;
  font-weight: bold;
  color: #2170e9;
  line-height: 100%;
  margin-bottom: 30px;
}
.aboutwrap1 .row1 .text {
  font-size: 18px;
  line-height: 200%;
  padding-right: 40px;
}
.aboutwrap1 .row1 .more {
  padding-top: 30px;
}
.aboutwrap1 .row1 .btn-more {
  display: inline-block;
  padding-right: 70px;
  background: url("../images/iconright.png") no-repeat right center;
}
.aboutwrap1 .row2 {
  width: 100%;
  overflow: hidden;
}
.aboutwrap1 .row2 .about-wrap {
  position: relative;
}
.aboutwrap1 .row2 .about-wrap .swiper-container .pic {
  padding-top: 20px;
}
.aboutwrap1 .row2 .about-wrap .swiper-container img {
  width: 480px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.aboutwrap1 .row2 .about-wrap .swiper-container .swiper-slide-active .pic {
  padding-top: 0;
}
.aboutwrap1 .row2 .about-wrap .swiper-container .swiper-slide-active img {
  width: 540px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.aboutwrap1 .row2 .about-wrap .pagination2 {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 350px;
}
.aboutwrap1 .row2 .about-wrap .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
}
.aboutwrap1 .row2 .about-wrap .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #f1f1f1;
}
.aboutwrap1 .row2 .about-wrap .swiper-active-switch {
  background: #2170e9;
}
}
@media (min-width: 0) and (max-width: 640px) {
  .zzbzicon {   
    width: 50px;
  position: absolute;
  right: 0px;
  bottom: 5px;
  display:none;
}
.aboutwrap1 .con {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  flex-direction: column;
}
.aboutwrap1 .row1 {
    width: 95%;
    padding: 40px 20px;
    text-align: center;
    margin-left: 0;
    margin-top: -90px;
}
.aboutwrap1 .row1 .t1 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.aboutwrap1 .row1 .t1 span {
  padding: 0 5px;
}
.aboutwrap1 .row1 .title {
  font-size: 30px;
  font-weight: bold;
  color: #2170e9;
  margin-bottom: 30px;
  line-height: 40px;
}

.aboutwrap1 .row1 .text {
  font-size: 16px;
  line-height: 200%;
  padding-right: 0;
}
.aboutwrap1 .row1 .more {
  padding-top: 30px;
}
.aboutwrap1 .row1 .btn-more {
  display: inline-block;
  padding-right: 70px;
  background: url("../images/iconright.png") no-repeat right center;
}

.aboutwrap1 .row2 .about-wrap {
  position: relative;
}
.aboutwrap1 .row2 .about-wrap .swiper-container .pic {
  padding-top: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.aboutwrap1 .row2 .about-wrap .swiper-container img {
  width: 250px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.aboutwrap1 .row2 .about-wrap .swiper-container .swiper-slide-active .pic {
  padding-top: 0;
}
.aboutwrap1 .row2 .about-wrap .swiper-container .swiper-slide-active img {
  width: 310px;
  position: relative;
  left: 0;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.aboutwrap1 .row2 .about-wrap .pagination2 {
  width: 100%;
  text-align: center;
  margin-top: 0;
  position: absolute;
  z-index: 1;
  top: 200px;
}
.aboutwrap1 .row2 .about-wrap .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
}
.aboutwrap1 .row2 .about-wrap .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #f1f1f1;
}
.aboutwrap1 .row2 .about-wrap .swiper-active-switch {
  background: #2170e9;
}
