.blue {
  color: #00a2e9;
}
body {
  background: #f5f5f5;
}
/* banner */
#mySwiper .swiper-slide {
  height: 0;
  padding-bottom: 36.458%;
  position: relative;
}
#mySwiper .swiper-slide img {
  width: 100%;
}
#mySwiper .swiper-slide.move .text-box .in-text .title {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
}
#mySwiper .swiper-slide.move .text-box .in-text .desc {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#mySwiper .swiper-slide .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1440px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
}
#mySwiper .swiper-slide .text-box .in-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 450px;
  height: 280px;
  border: 8px solid #fff;
  border-top: none!important;
  padding: 77px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mySwiper .swiper-slide .text-box .in-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  height: 8px;
  background: #fff;
}
#mySwiper .swiper-slide .text-box .in-text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12%;
  height: 8px;
  background: #fff;
}
#mySwiper .swiper-slide .text-box .in-text .title {
  font-size: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: -30px;
  width: 100%;
  text-align: center;
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0;
}
#mySwiper .swiper-slide .text-box .in-text .desc {
  font-size: 14px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0;
}
#mySwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}
#mySwiper .swiper-pagination-bullet-active {
  background: #007aff;
}
/* paltform */
.platform {
  padding: 60px 0;
  background-color: #fff;
}
.platform .top {
  text-align: center;
  margin-bottom: 35px;
}
.platform .top h5 {
  font-size: 36px;
  color: #00a2e9;
}
.platform .top p {
  font-size: 14px;
}
.platform .bot-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.platform .bot-list li {
  width: 19%;
  height: 0;
  padding-bottom: 24.6%;
  color: #686e72;
  background: #f5f5f5;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  /* &:after{
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: #007aff;
                opacity: 0.5;
                z-index: 0;
                display: none;
            } */
}
.platform .bot-list li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.platform .bot-list li:hover {
  background: none;
  color: #fff;
  /* &:after{
                    display: block;
                } */
}
.platform .bot-list li:hover .list-bg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.platform .bot-list li:hover .text {
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.platform .bot-list li:hover .text .img-before {
  display: none;
}
.platform .bot-list li:hover .text .img-after {
  display: block;
}
.platform .bot-list li:hover .text h5,
.platform .bot-list li:hover .text h6 {
  color: #fff;
}
.platform .bot-list li:hover .text p {
  display: none;
}
.platform .bot-list li .text {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3;
  padding: 40px;
}
.platform .bot-list li .text .img-before {
  display: block;
}
.platform .bot-list li .text .img-after {
  display: none;
}
.platform .bot-list li .text img {
  width: 57px;
}
.platform .bot-list li .text h5,
.platform .bot-list li .text h6 {
  font-size: 22px;
  color: #686e72;
}
.platform .bot-list li .text p {
  margin-top: 24px;
  font-size: 16px;
  color: #686e72;
}
.platform .bot-list li .list-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
/* industry */
.industry {
  padding: 60px 0;
  background: #fff;
}
.industry .top-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.industry .top-box .left li {
  display: inline-block;
  width: 150px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  color: #686e72;
  font-size: 16px;
}
.industry .top-box .left li.active {
  background: #00a2e9;
  color: #fff;
}
.industry .top-box .right a {
  color: #686e72;
  text-decoration: underline;
  font-size: 16px;
}
.industry .bot-box li {
  display: none;
}
.industry .bot-box li:first-child {
  display: block;
}
.industry .bot-box li .li-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.industry .bot-box li .li-in .left-text {
  width: 39%;
}
.industry .bot-box li .li-in .left-text h6 {
  font-size: 36px;
  color: #00a2e9;
  margin-bottom: 40px;
}
.industry .bot-box li .li-in .left-text p {
  font-size: 16px;
  color: #686e72;
  margin-bottom: 60px;
}
.industry .bot-box li .li-in .left-text .btn {
  display: inline-block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  background: #00a2e9;
  text-align: center;
}
.industry .bot-box li .li-in .right-img {
  width: 43%;
  height: 0;
  padding-bottom: 30.9%;
  overflow: hidden;
}
.industry .bot-box li .li-in .right-img img {
  -webkit-transition: 1s all;
  transition: 1s all;
}
.industry .bot-box li .li-in .right-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* mobile */
.mobile {
  padding: 80px 0 40px;
  position: relative;
}
.mobile .title {
  font-size: 36px;
  color: #686e72;
  margin-bottom: 60px;
  text-align: center;
}
.mobile .title span {
  color: #00a2e9;
}
.mobile .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile .inner-box .center {
  text-align: center;
}
.mobile .inner-box .center .title {
  margin-bottom: 10px;
  color: #00a2e9;
  font-size: 16px;
}
.mobile .inner-box .center .desc {
  margin-bottom: 12px;
}
.mobile .inner-box .center .title,
.mobile .inner-box .center .desc {
  position: relative;
  left: -50px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.mobile .inner-box .center .title.move,
.mobile .inner-box .center .desc.move {
  left: 0;
  opacity: 1;
}
.mobile .inner-box .center .btn {
  display: block;
  color: #00a2e9;
  font-size: 16px;
  margin-top: 5px;
  position: relative;
  right: -50px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin: 0 auto;
  padding: 8px 0;
}
.mobile .inner-box .center .btn:hover {
  background: #00a2e9;
  color: #fff;
}
.mobile .inner-box .center .btn.move {
  right: 0;
  opacity: 1;
}
.mobile .inner-box img {
  position: relative;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  top: 0;
}
.mobile .inner-box img.active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.mobile .inner-box img.deactive {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.mobile .line1 {
  position: absolute;
  top: 50%;
  left: 0;
  height: 93px;
  background: #00a2e9;
  width: 100%;
  z-index: -1;
}
.mobile .line2 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 31px;
  background: #00a2e9;
  top: 68%;
}
/* case */
.case {
  padding: 70px 0 30px;
  background: #fff;
}
.case .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.case .top-box p,
.case .top-box a {
  font-size: 22px;
  color: #686e72;
}
.case .top-box a {
  text-decoration: underline;
}
.case .top-box span {
  color: #00a2e9;
}
.case .bot-box {
  padding-bottom: 100px;
}
.case .bot-box .top-img {
  height: 0;
  padding-bottom: 57%;
}
.case .bot-box .top-img img {
  -webkit-transition: 1s all;
  transition: 1s all;
}
.case .bot-box .top-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.case .bot-box .bot-text {
  font-size: 22px;
}
.case .bot-box .bot-text > a {
  display: block;
}
.case .bot-box .bot-text h6 {
  margin: 30px 0 40px;
}
.case .bot-box .bot-text p {
  color: #686e72;
}
/* map */
.map-box {
  padding-top: 70px;
  background: #0a0c3d;
  height: 785px;
}
.map-box .map-inner {
  height: 100%;
  position: relative;
}
.map-box .map-inner .map-box {
  position: absolute;
  height: 0;
  padding-bottom: 50.9%;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.map-box .map-inner .map-box img {
  width: 100%;
}
.map-box .map-inner .map-box .point {
  position: absolute;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  background: url('../imgs/index/address-icon.png') no-repeat;
  z-index: 9;
  background-size: cover;
}
.map-box .map-inner .map-box .point.active {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
.map-box .map-inner .top-box {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.map-box .map-inner .top-box p {
  margin-top: 15px;
  font-size: 20px;
}
.map-box .map-inner .left-num {
  position: absolute;
  left: 0;
  top: 190px;
  color: #fff;
}
.map-box .map-inner .left-num > div {
  margin-bottom: 45px;
}
.map-box .map-inner .left-num > div:last-child {
  margin-bottom: 0;
}
.map-box .map-inner .left-num span {
  font-size: 36px;
  border-bottom: 2px solid #00a2e9;
}
.map-box .map-inner .left-num p {
  font-size: 16px;
}
.map-box .map-inner .right-msg {
  position: absolute;
  top: 190px;
  right: 0;
}
.map-box .map-inner .right-msg li {
  color: #fff;
  font-size: 16px;
  display: none;
}
.map-box .map-inner .right-msg li:first-child {
  display: block;
}
.map-box .map-inner .right-msg li .title {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 36px;
  position: relative;
  margin-bottom: 10px;
}
.map-box .map-inner .right-msg li .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88%;
  height: 2px;
  background: #00a2e9;
}
.map-box .map-inner .right-msg li p {
  margin-bottom: 10px;
}
.map-box .map-inner .right-msg li p:last-child {
  margin-bottom: 0;
}
.map-box .map-inner .right-msg li .name {
  font-weight: bold;
}
.map-box .map-inner .right-msg li .address {
  margin-bottom: 15px;
}
.map-box .map-inner .right-msg li .more {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #00a2e9;
  margin-top: 86px;
}
@media only screen and (max-width: 1440px) {
  #mySwiper .swiper-slide .text-box {
    width: 1100px;
  }
  #mySwiper .swiper-slide .text-box .in-text {
    width: 300px;
    height: 200px;
    border: 6px solid #fff;
    padding: 50px 20px;
  }
  #mySwiper .swiper-slide .text-box .in-text:after,
  #mySwiper .swiper-slide .text-box .in-text:before {
    height: 6px;
  }
  #mySwiper .swiper-slide .text-box .in-text .title {
    font-size: 30px;
    top: -20px;
  }
  #mySwiper .swiper-slide .text-box .in-text .desc {
    font-size: 16px;
  }
  .platform {
    padding: 50px 0 60px;
  }
  .platform .top h5 {
    font-size: 30px;
  }
  .platform .bot-list li {
    margin-bottom: 13px;
  }
  .platform .bot-list li .text {
    padding: 40px 20px;
  }
  .platform .bot-list li .text img {
    width: 40px;
  }
  .platform .bot-list li .text h5 {
    margin-top: 3px;
  }
  .platform .bot-list li .text h5,
  .platform .bot-list li .text h6 {
    font-size: 18px;
  }
  .platform .bot-list li .text p {
    margin-top: 10px;
    font-size: 14px;
  }
  .industry .bot-box li .li-in .left-text h6 {
    font-size: 30px;
  }
  .industry .bot-box li .li-in .left-text p {
    margin-bottom: 100px;
  }
  .industry .bot-box li .li-in .left-text .btn {
    width: 150px;
    height: 60px;
    line-height: 60px;
  }
  .mobile {
    padding: 60px 0 30px;
  }
  .mobile .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .mobile .inner-box .phone1 {
    width: 200px;
  }
  .mobile .inner-box .pad {
    width: 440px;
  }
  .case {
    padding: 40px 0 20px;
  }
  .case .top-box .left,
  .case .top-box a {
    font-size: 16px;
  }
  .case .bot-box {
    padding-bottom: 80px;
  }
  .case .bot-box .bot-text {
    font-size: 18px;
  }
  .case .bot-box .bot-text h6 {
    margin: 20px 0 30px;
  }
  .case .bot-box .bot-text p {
    font-size: 14px;
  }
  .map-box {
    padding-top: 50px;
    height: 700px;
  }
  .map-box .map-inner .right-msg li .more {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  #mySwiper .swiper-slide .text-box {
    width: 900px;
  }
  .platform {
    padding: 50px 0 60px;
  }
  .platform .bot-list li {
    margin-bottom: 15px;
    width: 32%;
    padding-bottom: 30%;
  }
  .platform .bot-list li .text {
    padding: 25px 20px;
  }
  .industry .bot-box li .li-in .left-text h6 {
    font-size: 20px;
  }
  .industry .bot-box li .li-in .left-text p {
    margin-bottom: 60px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  #mySwiper {
    margin-top: 58px;
  }
  .platform .top h5 {
    font-size: 24px;
  }
  .mobile .center .title,
  .mobile .center .desc {
    opacity: 1!important;
    left: 0!important;
  }
  .mobile .center .btn {
    opacity: 1!important;
    right: 0!important;
  }
}
@media only screen and (max-width: 768px) {
  #mySwiper .swiper-slide .text-box {
    width: 700px;
  }
  #mySwiper .swiper-slide .text-box .in-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 0;
    width: 300px;
    height: 150px;
  }
  #mySwiper .swiper-slide .text-box .in-text:after,
  #mySwiper .swiper-slide .text-box .in-text:before {
    display: none;
  }
  #mySwiper .swiper-slide .text-box .in-text .title {
    font-size: 18px;
    top: 0;
  }
  .platform {
    padding: 30px 0 40px;
  }
  .platform .top h5 {
    font-size: 24px;
  }
  .platform .bot-list li {
    width: 49%;
    padding-bottom: 34%;
  }
  .platform .bot-list li .text {
    padding: 15px 20px;
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  .platform .bot-list li .text h5,
  .platform .bot-list li .text h6 {
    font-size: 20px;
  }
  .platform .bot-list li .text p {
    margin-top: 10px;
    font-size: 14px;
  }
  .industry {
    padding: 35px 0;
  }
  .industry .bot-box li .li-in .left-text {
    width: 50%;
  }
  .industry .bot-box li .li-in .left-text p {
    margin-bottom: 40px;
  }
  .mobile {
    padding: 30px 0;
  }
  .mobile .inner-box .phone1 {
    width: 20%;
  }
  .mobile .inner-box .pad {
    width: 40%;
  }
  .mobile .line1 {
    height: 60px;
  }
  .mobile .line2 {
    height: 20px;
  }
  .map-box {
    height: 500px;
  }
  .map-box .map-inner .top-box p {
    font-size: 16px;
  }
  .map-box .map-inner .left-num {
    top: 100px;
  }
  .map-box .map-inner .left-num > div {
    margin-bottom: 15px;
  }
  .map-box .map-inner .left-num span {
    font-size: 24px;
  }
  .map-box .map-inner .left-num p {
    font-size: 16px;
  }
  .map-box .map-inner .right-msg {
    top: 100px;
  }
  .map-box .map-inner .right-msg li .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .map-box .map-inner .right-msg li p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 414px) {
  #mySwiper {
    margin-top: 40px;
  }
  #mySwiper .swiper-slide .text-box {
    width: 100%;
  }
  #mySwiper .swiper-slide .text-box .in-text {
    width: 100%;
    height: 100px;
  }
  #mySwiper .swiper-slide .text-box .in-text .title {
    font-size: 18px;
    top: 0;
  }
  #mySwiper .swiper-slide .text-box .in-text .desc {
    display: none;
  }
  .platform {
    padding: 20px 0;
  }
  .platform .top {
    margin-bottom: 15px;
  }
  .platform .bot-list li {
    width: 49%;
    padding-bottom: 34%;
    margin-bottom: 10px;
  }
  .platform .bot-list li .text {
    padding: 15px;
  }
  .platform .bot-list li .text img {
    width: 40px;
  }
  .platform .bot-list li .text h5,
  .platform .bot-list li .text h6 {
    font-size: 16px;
  }
  .platform .bot-list li .text p {
    display: none;
  }
  .industry {
    padding: 20px 0;
  }
  .industry .top-box {
    margin-bottom: 20px;
  }
  .industry .top-box .left li {
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .industry .top-box .right a {
    font-size: 14px;
  }
  .industry .bot-box li .li-in .left-text {
    width: 100%;
  }
  .industry .bot-box li .li-in .left-text h6 {
    margin-bottom: 20px;
  }
  .industry .bot-box li .li-in .left-text p {
    margin-bottom: 20px;
  }
  .industry .bot-box li .li-in .left-text .btn {
    width: 100px;
    height: 50px;
    line-height: 50px;
  }
  .industry .bot-box li .li-in .right-img {
    display: none;
  }
  .mobile {
    padding: 20px 0;
  }
  .mobile .title {
    margin-bottom: 20px;
  }
  .mobile .inner-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile .inner-box .phone1,
  .mobile .inner-box .pad {
    display: none;
  }
  .case {
    padding: 20px 0;
  }
  .case .top-box {
    display: block;
    margin-bottom: 20px;
  }
  .case .top-box .left {
    margin-bottom: 10px;
  }
  .case .bot-box {
    padding-bottom: 50px;
  }
  .case .bot-box .bot-text h6 {
    margin: 15px 0;
  }
  .map-box {
    display: none;
    height: 400px;
    padding-top: 20px;
  }
  .map-box .map-inner .map-box {
    display: none;
  }
  .map-box .map-inner .left-num > div {
    margin-bottom: 12px;
  }
  .map-box .map-inner .left-num p {
    font-size: 14px;
  }
  .map-box .map-inner .right-msg li .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .map-box .map-inner .right-msg li .more {
    width: 100px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
  }
}
