@import "../css/animate.min.css";

body {
  font-family: "微软雅黑" !important;
}

.navbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 49px;
  background: #000;
  z-index: 9999;
  box-sizing: border-box;
}

.navbar-brand img {
  max-width: 143px;
  max-height: 35px;
}

.fixed-top {
  position: fixed;
  box-sizing: border-box;
}

.navbar {
  height: 49px;
}

.telphone {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 11px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #c3bebe;
  text-decoration: none;
}

.telphone:hover {
  color: #ffffff;
  text-decoration: none;
}

.telphone2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-dark {
  margin: 0 auto;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #f18b1a;
}

.navbar-dark .navbar-nav .active > .nav-link {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: 100%!important;
  height: auto !important;
  overflow: hidden;
}

.flex-active-slide .p2 {
  -webkit-animation: fadeInUp 2s ease 0.1s;
  animation: fadeInUp 2s ease 0.1s;
}

.flex-active-slide .p3 {
  -webkit-animation: fadeInUp 2s ease 0.2s;
  animation: fadeInUp 2s ease 0.2s;
}

.flex-active-slide .p4 {
  -webkit-animation: fadeInUp 2s ease 0.3s;
  animation: fadeInUp 2s ease 0.3s;
}

.benerimg3 {
  position: relative;
  width: 100%;
  height: 36rem;
  overflow: hidden;
}

.benerimg3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.benerimg3 .benerword {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  font-family: "Share Tech Mono", sans-serif;
  text-align: center;
  color: #eef;
  cursor: pointer;
  padding: 0 2%;
  box-sizing: border-box;
  z-index: 99;
}

.benerimg3 .p2 {
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 2rem;
}

.benerimg3 .p3 {
  width: 100%;
  line-height: 3vw;
  font-size: 2vw;
}

.container {
  margin-top: 49px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.content {
  margin: 0 auto;
  text-align: center;
}

.title:first-child {
  margin-top: 88px;
}

.title {
  font-size: 1.375rem;
  font-family: "microsoft yahei";
  color: #999;
  margin-top: 12px;
  font-weight: 100;
}

.titlecontent {
  margin: 40px 0 20px;
  font-family: "微软雅黑";
}

.titletop {
  font-size: 2vw;
  color: #333;
}

/* 小程序核心优势的左右两边插画 */
.titleblock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 66px;
  height: 37px;
}

.titleblock li {
  width: 43px;
  height: 8px;
  background: #b4c8ec;
  border-radius: 4px;
}

.part_cont {
  width: 100%;
  background-size: 100% 100%;
  background: url(https://rj-1254002404.cos.ap-chengdu.myqcloud.com/newWeb/hot/Abouthotkeys/bj2.png) center center no-repeat;
  text-align: center;
  padding: 1px 0;
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 开发服务流程 */
.process {
  position: relative;
  height: 520px;
}

.processBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.processBg_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.processBg_phone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.processContent {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
}

.process_ul {
  display: flex;
  width: auto;
  height: 360px;
  overflow: hidden;
  overflow-x: scroll;
  /* 设置x轴可滑动 */
  white-space: nowrap;
  /* 元素不换行 */
}

.process_ul li {
  cursor: pointer;
  width: 140px;
  text-align: center;
  border-right: 1px #ddd dashed;
  font-weight: 500;
  padding: 0 10px;
  box-sizing: border-box;
}

.process_ul li div {
  width: 120px;
}

.process_ul li:last-of-type {
  border-right: none;
}

.processimg {
  width: 57px;
  height: 57px;
}

.process_ul li:hover .processimg {
  -webkit-animation: flipInY 1s;
  animation: flipInY 1s;
}

.process_ul li p {
  line-height: 17px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #262626;
  margin-top: 27px;
}

.process_ul li p:first-of-type:hover {
  font-weight: bold;
  color: #005BFE;
}

.process_ul li p:nth-of-type(n + 2):hover {
  color: #5B94FA;
}

.process_ul li p:nth-of-type(2) {
  line-height: 15px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #5c5c5c;
  margin-top: 32px;
}

.process_ul li p:nth-of-type(n + 3) {
  line-height: 15px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #5c5c5c;
  margin-top: 21px;
}

.logoall {
  width: 70%;
  background: #fff;
  margin: 0 auto;
}

.logoall img {
  width: 100%;
  height: 100%;
}

.support {
  margin-top: 1.8rem;
  padding-bottom: 0.8533rem;
}

.titleeg {
  font-size: 1.125rem;
  color: #999;
  margin-top: 10px;
  font-family: "微软雅黑";
}

footer {
  background-color: #3f3f3f;
  color: #fff;
  padding: 3vw 0 0;
}

@font-face {
  font-family: "Normal";
  src: url("https://rj-1254002404.cos.ap-chengdu.myqcloud.com/website/font/SourceHanSansCN-Normal.otf");
}

footer .con {
  width: 70%;
  margin: 0 auto;
  display: flex;
  font-size: 1vw;
  justify-content: space-between;
}

.con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.bottomcon {
  align-items: center;
  text-align: left;
}

.bottomcon p {
  color: #fff;
}

.bottomcon img {
  width: 50%;
  margin-bottom: 10px;
}

.bottomword {
  margin-bottom: 5px;
}

.contact {
  text-align: left;
}

.contact_img img {
  width: 7vw !important;
}

.contacttiltle1 {
  font-size: 1.2vw;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #ffffff;
}

.contact p:not(:last-child),
.bottomcon p:not(:last-child) {
  margin-bottom: 10px;
}

.contact_img {
  display: flex;
  justify-content: center;
  font-size: 0.4vw !important;
  font-family: Microsoft YaHei;
}

.contact_img img {
  width: 55%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}

.footer_bott {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #333;
  padding: 20px 0;
  font-size: 1vw;
  color: #a7a7a7;
}

.footer_bott a {
  color: #a7a7a7;
}

.footer_bott p:nth-child(2) {
  margin: 0 20px;
}

.frombg {
  background-size: 100% 100%;
  background: url(https://rj-1254002404.cos.ap-chengdu.myqcloud.com/website/img/frombg.png)
    center center repeat;
  text-align: center;
  overflow: hidden;
  color: #fff;
  padding: 60px 0;
}

.titlefrom {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}

.frombg input {
  border-radius: 5px;
  border: none;
  padding: 10px 2%;
  box-sizing: border-box;
  margin-right: 2%;
}

.frombg button {
  color: #fff;
  background-color: #005bfe;
  border: none;
  border-radius: 5px;
  width: 17%;
  padding: 10px 0;
}

.benerimg,
.benerimg1 {
  width: 100%;
}

.benerimg img,
.benerimg1 img {
  width: 100%;
  height: 100%;
}

.benerimg1,
.imgphone,
.processBg_phone,
.topPhone,
.phone_bussiness,
.logallphone,
.intro_ul2,
.custom_phone,
.introicophone,
.about_img {
  display: none;
}

.backtop {
  position: fixed;
  bottom: 50px;
  right: 2%;
  z-index: 200;
}

.backtop a img {
  width: 80%;
}

.topPhone {
  display: none;
  position: fixed;
  bottom: 55px;
  right: 0;
  z-index: 200;
}

.topPhone a {
  display: block;
  width: 50px;
  height: 50px;
  color: transparent;
}

.topPhone a img {
  width: 50px;
  height: 50px;
}

.bottomposition {
  display: none;
}

.phonePage,
.honor_phone {
  display: none;
}

.phone {
  display: none !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding: 0.7rem 10px;
}

.bottomFixe {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  position: fixed;
  bottom: 0;
  align-items: center;
  border: 0;
  z-index: 999;
}

.bottomFixe img {
  width: 100%;
  display: inline-block !important;
  border: 0;
  height: 55px;
}

.phonePage .bottomFixe p {
  width: 50%;
  text-align: center;
  font-size: 12px;
  color: #666;
  margin: 0 auto;
}

.phone_about {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  overflow: hidden;
}

/* 案例列表 */
.case_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case_ul li {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.caseInfo {
  font-size: 17px;
}

.caseImg {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.pb {
  display: block;
  padding-bottom: 75%;
}

.ab {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.caseImg img:first-of-type {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caseHoverImg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.21);
  z-index: 10;
}

.caseHoverImg img:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -57px;
  margin-left: -56px;
  width: 112px;
  height: 114px;
  -webkit-animation: circle 0.5s linear infinite both;
  animation: circle 0.5s linear infinite both;
}

@-webkit-keyframes circle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.caseHoverImg img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19.5px;
  margin-left: -19.5px;
  width: 39px;
  height: 39px;
  -webkit-animation: expand 0.5s linear infinite both;
  animation: expand 0.5s linear infinite both;
}

@-webkit-keyframes expand {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes expand {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.caseInfo {
  display: flex;
  justify-content: space-between;
  line-height: 17px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  text-align: left;
  color: #555555;
}

.caseInfo span {
  display: block;
}

.caseInfo span:hover {
  color: #005BFE;
}

.caseInfo span:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
  line-height: 13px;
  color: #999999;
}

.caseInfo span:last-of-type img {
  width: 15px;
  height: 14px;
  margin-right: 2px;
}

.caseInfo span:last-of-type label {
  display: block;
}

.caseInfo span:last-of-type label:hover {
  color: #005BFE;
}


.service_ul2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service_ul2 li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding-top: 12px;
}

.biankuang1,
.biankuang2,
.biankuang3,
.biankuang4 {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 99;
}

.biankuangs_1 {
  position: absolute;
  top: 0;
  left: 0;
  background: #005bfe;
  -webkit-animation: draw1 0.5s linear forwards;
  animation: draw1 0.5s linear forwards;
}

.biankuangs_2 {
  position: absolute;
  top: 0;
  right: 0;
  background: #005bfe;
  -webkit-animation: draw2 0.5s linear 0.5s forwards;
  animation: draw2 0.5s linear 0.5s forwards;
}

.biankuangs_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #005bfe;
  -webkit-animation: draw3 0.5s linear 1s forwards;
  animation: draw3 0.5s linear 1s forwards;
}

.biankuangs_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #005bfe;
  -webkit-animation: draw4 0.5s linear 1.5s forwards;
  animation: draw4 0.5s linear 1.5s forwards;
}

@-webkit-keyframes draw1 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes draw1 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes draw2 {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes draw2 {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes draw3 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes draw3 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes draw4 {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes draw4 {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

/* 业务范围 */
.service_ul2 li img {
  width: 140px;
  height: 140px;
  margin-bottom: 6px;
}

.serviceP1 {
  line-height: 24px;
  /* font-size: 24px; */
  font-size: 1.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #555555;
  margin-bottom: 26px;
}

.serviceP2 {
  line-height: 17px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 400;
  text-align: left;
  color: #555555;
  margin-bottom: 38px;
  padding: 0 16px 0 20px;
}

.serviceP3 {
  position: absolute;
  /* bottom: 38px; */
  bottom: 1.0133rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 34px;
  background: #005bfe;
  border-radius: 17px;
}

.serviceP3 span {
  line-height: 15px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.service_ul2 li:hover {
  background: #f1f6ff;
  border: none;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
}

.service_ul2 li:hover .serviceP1 {
  font-weight: bold;
  color: #005bfe;
}

.service_ul2 li:hover .serviceP2 {
  color: #5b94fa;
}

/* 企业荣誉 */
.honourall {
  width: 70%;
  margin-left: 15%;
}

.honourall .swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.honourall .swiper-slide {
  width: 100%!important;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.honourall .swiper-slide img {
  width: 100%;
}

@media (min-width: 1200px) {
  .bg-dark {
    width: 1176px;
  }

  .nav-item {
    /* width: 10%; */
    width: 12%;
    text-align: center;
  }

  .nav-item:nth-of-type(1) {
    width: 10%;
  }

  .nav-item:nth-of-type(2) {
    width: 16%;
  }

  .telphone {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 11px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #c3bebe;
    text-decoration: none;
    margin-left: 50px;
  }

  .container {
    max-width: 100%;
  }

  .content {
    max-width: 100%;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
  }

  .telIcon .frombg {
    padding: 28px 0;
  }

  .frombg button {
    margin-top: 21px;
  }

  .phonePage {
    display: none;
  }

  .phone {
    display: none;
  }

  .benerimg3 {
    height: 35rem !important;
  }

  .server_cont,
  .server_cont1,
  .service_ul2,
  .case_ul,
  .processContent,
  .logoall,
  .honourall,
  .applets_ul,
  .custom_ul,
  .introduceCont {
    width: 70%;
    margin-left: 15%;
  }

  .server_list {
    position: relative;
    width: 100%;
    height: 12.875rem;
    /* background: #005bfe; */
    border-radius: 8px 8px 0px 0px;
  }

  .service_ul li:first-of-type,
  .service_ul li:nth-of-type(7) {
    flex: 3;
    padding: 0 2%;
  }

  .service_ul li:nth-of-type(3),
  .service_ul li:nth-of-type(5) {
    flex: 2;
    padding: 0 2%;
  }

  .service_line,
  .service_line1 {
    width: 1px;
    height: 125px;
    background: #ffffff;
  }

  .service_line1 {
    height: 57px;
    background: #000000 !important;
  }

  .serviceData,
  .serviceData1 {
    margin-bottom: 24px;
  }

  .shuzi1,
  .shuzi2,
  .shuzi3,
  .shuzi4,
  .shuzi21,
  .shuzi31,
  .shuzi41 {
    line-height: 2.875rem;
    font-size: 3.8125rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
  }

  .shuzi21,
  .shuzi31,
  .shuzi41,
  .zhuzi_right1,
  .servicetitle1 {
    color: #000000 !important;
  }

  .shuzi5 {
    /* line-height: 0.9067rem; */
    line-height: 3vw;
    font-size: 3vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #005bfe;
  }

  .zhuzi_right,
  .zhuzi_right1 {
    height: 1.4375rem;
    font-size: 1.4375rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    margin-top: -0.2933rem;
    margin-left: 0.2667rem;
  }

  .servicetitle,
  .servicetitle1 {
    line-height: 1.5rem;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
  }

  .titlename {
    line-height: 2rem;
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0 19px 0 17px;
  }

  .titletext {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: #666;
    /* padding: 0 4%; */
    margin: 60px 0;
    box-sizing: border-box;
  }

  .service_ul2 li {
    width: calc((100% - 60px) / 4);
    height: 370px;
  }

  .applets_ul li {
    width: calc((100% - 60px) / 4);
  }

  .applets_ul img {
    width: 208px;
    height: 208px;
  }

  .case_ul2 {
    width: 80%;
    margin-left: 10%;
  }

  .case_ul li,
  .case_ul2 li,
  .custom_ul li {
    width: calc((100% - 60px) / 4);
  }

  .case_ul2 li:nth-of-type(4n) {
    margin-right: 0 !important;
  }

  .caseInfo {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }

  .introico,
  .imgpc {
    display: block;
  }

  /* 隐藏滚动条 */
  .options::-webkit-scrollbar {
    display: none;
  }

  .intro_ul,
  .custom_pc {
    display: flex;
  }

  .pc_rrdp {
    display: block;
  }

  /* .intro_ul2,
  .custom_phone,
  .introicophone,
  .about_img {
    display: none;
  } */

  #cont1 .left {
    width: calc(100% - 388px);
    margin-right: 15px;
  }

  #cont1 .right {
    width: 362px;
  }
}

@media (min-width: 1021px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }

  .content {
    max-width: 100%;
  }

  .navbar-expand-md .navbar-nav {
    display: flex;
    justify-content: center !important;
    align-items: center;
    width: 100%;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .telIcon .frombg {
    padding: 28px 0;
  }

  .frombg button {
    margin-top: 21px;
  }

  .phonePage {
    display: none;
  }

  .phone {
    display: none;
  }

  .benerimg3 {
    height: 30rem !important;
  }

  .server_cont,
  .server_cont1,
  .service_ul2,
  .case_ul,
  .case_ul2,
  .processContent,
  .logoall,
  .honourall,
  .applets_ul,
  .bussiness-body,
  .custom_ul,
  #cont1,
  #cont2,
  .about-nav,
  .introduceCont,
  .intro_ul,
  .app_ul,
  .app_ul2 {
    width: 80% !important;
    margin-left: 10% !important;
  }

  .introico {
    display: block;
    width: 80%;
    height: auto;
  }

  .server_list {
    position: relative;
    width: 100%;
    height: 12rem;
    /* background: #005bfe; */
    border-radius: 8px 8px 0px 0px;
  }

  .service_ul li:first-of-type,
  .service_ul li:nth-of-type(7) {
    flex: 3;
    padding: 0 2%;
  }

  .service_ul li:nth-of-type(3),
  .service_ul li:nth-of-type(5) {
    flex: 2;
    padding: 0 2%;
  }

  .service_line,
  .service_line1 {
    width: 1px;
    height: 100px;
    background: #ffffff;
  }

  .service_line1 {
    height: 54px;
    background: #000000 !important;
  }

  .shuzi1,
  .shuzi2,
  .shuzi3,
  .shuzi4,
  .shuzi21,
  .shuzi31,
  .shuzi41 {
    line-height: 2.875rem;
    font-size: 3.8125rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
  }

  .shuzi21,
  .shuzi31,
  .shuzi41,
  .zhuzi_right1,
  .servicetitle1 {
    color: #000000 !important;
  }

  .shuzi5 {
    line-height: 0.9067rem;
    font-size: 3vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #005bfe;
  }

  .zhuzi_right,
  .zhuzi_right1 {
    height: 1.4375rem;
    font-size: 1.4375rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    margin-top: -0.2933rem;
    margin-left: 0.2667rem;
  }

  .serviceData,
  .serviceData1 {
    margin-bottom: 24px;
  }

  .servicetitle,
  .servicetitle1 {
    /* line-height: 1.5rem;
    font-size: 1.25rem; */
    line-height: 1rem;
    font-size: 0.8rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
  }

  .server_cont1 {
    height: 170px;
    margin-bottom: 50px;
  }

  .titlename {
    line-height: 2rem;
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0 19px 0 17px;
  }

  .titletext {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: #666;
    padding: 0 4%;
    margin: 60px 0;
    box-sizing: border-box;
  }

  .service_ul2 li {
    width: calc((100% - 60px) / 4);
    height: 370px;
  }

  .applets_ul li {
    width: calc((100% - 60px) / 4);
  }

  .applets_ul img {
    width: 150px;
    height: 150px;
  }

  .appletsword {
    line-height: 21px !important;
    font-size: 21px !important;
    margin: 35px 0 25px !important;
  }

  .appletstext {
    line-height: 19px !important;
    font-size: 18px !important;
    margin-bottom: 55px !important;
  }

  .serviceP1 {
    line-height: 1.2rem !important;
    font-size: 1.2rem !important;
  }

  .serviceP2 {
    line-height: 1.02rem !important;
    font-size: 1rem !important;
  }

  .serviceP3 {
    bottom: 1rem !important;
  }

  .case_ul li,
  .case_ul2 li,
  .custom_ul li {
    width: calc((100% - 60px) / 4);
  }

  .case_ul2 li:nth-of-type(4n) {
    margin-right: 0 !important;
  }

  .caseInfo {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }

  .imgpc {
    display: block;
  }

  /* 隐藏滚动条 */
  .options::-webkit-scrollbar {
    display: none;
  }

  .options {
    margin: 30px 0 !important;
  }

  #opt1 {
    margin-bottom: 20px !important;
  }

  .about-nav-item a p {
    line-height: 22px;
    font-size: 20px;
  }

  .intro_ul,
  .custom_pc {
    display: flex;
  }

  .pc_rrdp {
    display: block;
  }

  /* .intro_ul2,
  .custom_phone,
  .introicophone,
  .about_img {
    display: none;
  } */
}

@media (min-width: 980px) and (max-width: 1020px) {
  .navbar-expand-md .navbar-nav {
    display: flex;
    justify-content: center !important;
    align-items: center;
    width: 100%;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .container {
    max-width: 100%;
  }

  .content {
    max-width: 100%;
  }

  .telIcon .frombg {
    padding: 28px 0;
  }

  .frombg button {
    margin-top: 21px;
  }

  .phonePage {
    display: none;
  }

  .phone {
    display: none;
  }

  .benerimg3 {
    height: 25rem !important;
  }

  .server_cont,
  .server_cont1,
  .service_ul2,
  .case_ul,
  .case_ul2,
  .processContent,
  .logoall,
  .honourall,
  .applets_ul,
  .bussiness-body,
  .custom_ul,
  #cont1,
  #cont2,
  .about-nav,
  .introduceCont,
  .intro_ul,
  .app_ul,
  .app_ul2 {
    width: 80% !important;
    margin-left: 10% !important;
  }

  .introico {
    display: block;
    width: 80%;
    height: auto;
  }

  .server_list {
    position: relative;
    width: 100%;
    height: 11rem;
    /* background: #005bfe; */
    border-radius: 8px 8px 0px 0px;
  }

  .service_ul li:first-of-type,
  .service_ul li:nth-of-type(7) {
    flex: 3;
    padding: 0 2%;
  }

  .service_ul li:nth-of-type(3),
  .service_ul li:nth-of-type(5) {
    flex: 2;
    padding: 0 2%;
  }

  .service_line,
  .service_line1 {
    width: 1px;
    height: 100px;
    background: #ffffff;
  }

  .service_line1 {
    height: 57px;
    background: #000000 !important;
  }

  .serviceData,
  .serviceData1 {
    margin-bottom: 24px;
  }

  .shuzi1,
  .shuzi2,
  .shuzi3,
  .shuzi4,
  .shuzi21,
  .shuzi31,
  .shuzi41 {
    line-height: 2rem;
    font-size: 2rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
  }

  .shuzi21,
  .shuzi31,
  .shuzi41 {
    line-height: 2.3rem;
    font-size: 2.3rem;
    color: #000000 !important;
  }

  .shuzi5 {
    line-height: 0.9067rem;
    font-size: 2vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #005bfe;
  }

  .zhuzi_right,
  .zhuzi_right1 {
    line-height: 1.4375rem;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    margin-top: -0.2933rem;
    margin-left: 0.2667rem;
  }

  .zhuzi_right1 {
    line-height: 1.5rem;
    font-size: 1.2rem;
    color: #000000 !important;
  }

  .servicetitle,
  .servicetitle1 {
    /* line-height: 1.1875rem;
    font-size: 1rem; */
    line-height: 1rem;
    font-size: 0.5rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
  }

  .servicetitle1 {
    line-height: 1.3rem;
    font-size: 1.2rem;
    color: #000000 !important;
  }

  .server_cont1 {
    height: 140px;
    margin-top: -60px;
    margin-bottom: 30px;
  }

  .titlename {
    line-height: 2rem;
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0 19px 0 17px;
  }

  .titletext {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: #666;
    padding: 0 4%;
    margin: 60px 0;
    box-sizing: border-box;
  }

  .service_ul2 li {
    width: calc((100% - 45px) / 4);
    height: 370px;
  }

  .applets_ul li {
    width: calc((100% - 45px) / 4);
  }

  .applets_ul img {
    width: 140px;
    height: 140px;
  }

  .appletsword {
    line-height: 21px !important;
    font-size: 21px !important;
    margin: 35px 0 25px !important;
  }

  .appletstext {
    line-height: 19px !important;
    font-size: 18px !important;
    margin-bottom: 55px !important;
  }

  .serviceP1 {
    line-height: 1.2rem !important;
    font-size: 1.2rem !important;
  }

  .serviceP2 {
    line-height: 1.02rem !important;
    font-size: 1rem !important;
  }

  .serviceP3 {
    bottom: 1rem !important;
  }

  .case_ul li,
  .case_ul2 li,
  .custom_ul li {
    width: calc((100% - 45px) / 4);
  }

  .case_ul2 li {
    margin-right: 15px !important;
  }

  .case_ul2 li:nth-of-type(4n) {
    margin-right: 0 !important;
  }

  .caseInfo {
    font-size: 0.9rem !important;
    line-height: 0.9rem !important;
  }

  .imgpc {
    display: block;
  }

  .featuresContent {
    height: 420px !important;
  }

  .tree {
    width: 380px !important;
    height: 400px !important;
  }

  .fcitem:first-of-type,
  .fcitem:nth-of-type(3) {
    margin-bottom: 50px !important;
  }

  .fctext {
    width: 85% !important;
  }

  .resolutetext {
    font-size: 22px !important;
  }

  .resoluteword {
    font-size: 13px !important;
  }

  .app_ul li,
  .app_ul2 li {
    width: 22% !important;
    margin: 0 1.5% !important;
  }

  .options {
    margin: 30px 0 !important;
  }

  #opt1 {
    margin-bottom: 20px !important;
  }

  .about-nav-item a p {
    line-height: 22px;
    font-size: 20px;
  }

  .intro_ul,
  .custom_pc {
    display: flex;
  }

  .pc_rrdp {
    display: block;
  }

  /* .intro_ul2,
  .custom_phone,
  .introicophone,
  .about_img {
    display: none;
  } */
}

@media (min-width: 901px) and (max-width: 979px) {
  .container {
    max-width: 100%;
  }

  .content {
    max-width: 100%;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    justify-content: center !important;
    font-size: 0.8rem;
  }

  .navbar-dark .navbar-nav .active > .nav-link {
    font-size: 0.8rem !important;
    font-weight: bold;
    color: #fff;
  }

  .frombg {
    padding: 28px 0;
  }

  .frombg button {
    margin-top: 21px;
  }

  .webSite,
  .imgpc {
    display: block;
  }

  .phonePage {
    display: none;
  }

  .phone {
    display: none;
  }

  .telphone {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 11px;
    font-size: 0.8rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #c3bebe;
    text-decoration: none;
    margin-left: 20px;
  }

  .benerimg3 {
    height: 20rem !important;
  }

  .server_cont,
  .server_cont1,
  .service_ul2,
  .case_ul,
  .case_ul2,
  .processContent,
  .logoall,
  .honourall,
  .applets_ul,
  .custom_ul,
  #cont1,
  #cont2,
  .about-nav,
  .introduceCont,
  .intro_ul,
  .app_ul,
  .app_ul2 {
    width: 80%;
    margin-left: 10%;
  }

  .introico {
    display: block;
    width: 80%;
    height: auto;
  }

  .intro_ul li .introword1 {
    line-height: 27px;
    font-size: 24px;
  }

  .intro_ul li .introword2,
  .intro_ul li .introword3 {
    line-height: 20px;
    font-size: 15px;
  }

  .bussiness-body {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .bussiness-body .item {
    width: 50% !important;
  }

  .server_list {
    position: relative;
    width: 100%;
    height: 10rem;
    /* background: #005bfe; */
    border-radius: 8px 8px 0px 0px;
  }

  .service_ul li:first-of-type,
  .service_ul li:nth-of-type(7) {
    flex: 3;
    padding: 0 2%;
  }

  .service_ul li:nth-of-type(3),
  .service_ul li:nth-of-type(5) {
    flex: 2;
    padding: 0 2%;
  }

  .service_line,
  .service_line1 {
    width: 1px;
    height: 3rem;
    background: #ffffff;
  }

  .service_line1 {
    height: 2rem;
    background: #000000 !important;
  }

  .serviceData,
  .serviceData1 {
    margin-bottom: 24px;
  }

  .shuzi1,
  .shuzi2,
  .shuzi3,
  .shuzi4,
  .shuzi21,
  .shuzi31,
  .shuzi41 {
    line-height: 2rem;
    font-size: 2rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
  }

  .shuzi21,
  .shuzi31,
  .shuzi41,
  .zhuzi_right1,
  .servicetitle1 {
    color: #000000 !important;
  }

  .shuzi5 {
    line-height: 0.9067rem;
    font-size: 2vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #005bfe;
  }

  .zhuzi_right,
  .zhuzi_right1 {
    height: 1.4375rem;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    margin-top: -0.2933rem;
    margin-left: 0.2667rem;
  }

  .servicetitle,
  .servicetitle1 {
    /* line-height: 1.1875rem;
    font-size: 1rem; */
    line-height: 1.2rem;
    font-size: 0.7rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
  }

  .server_cont1 {
    height: 130px;
    margin-top: -70px;
    margin-bottom: 30px;
  }

  .titlename {
    line-height: 2rem;
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0 19px 0 17px;
  }

  .titletext {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: #666;
    padding: 0 4%;
    margin: 60px 0;
    box-sizing: border-box;
  }

  .service_ul2 li {
    width: calc((100% - 20px) / 2);
    height: 360px;
    margin-bottom: 20px;
  }

  .applets_ul li {
    width: calc((100% - 20px) / 2);
  }

  .applets_ul img {
    width: 140px;
    height: 140px;
  }

  .appletsword {
    line-height: 21px !important;
    font-size: 21px !important;
    margin: 35px 0 25px !important;
  }

  .appletstext {
    line-height: 19px !important;
    font-size: 18px !important;
    margin-bottom: 55px !important;
  }

  .service_ul2 li:nth-of-type(n + 2) {
    margin-bottom: 0;
  }

  .serviceP1 {
    line-height: 1.2rem !important;
    font-size: 1.2rem !important;
  }

  .serviceP2 {
    line-height: 1rem !important;
    font-size: 0.9rem !important;
  }

  .serviceP3 {
    bottom: 1rem !important;
  }

  .case_ul li,
  .case_ul2 li {
    width: calc((100% - 21px) / 4);
  }

  .custom_ul li {
    width: calc((100% - 21px) / 4);
    height: 240px;
  }

  .case_ul2 li {
    margin-right: 7px !important;
  }

  .case_ul2 li:nth-of-type(4n) {
    margin-right: 0 !important;
  }

  .caseHoverImg img:first-of-type {
    width: 100px !important;
    height: 100px !important;
    margin-left: -50px !important;
    margin-top: -50px !important;
  }

  .caseHoverImg img:last-of-type {
    width: 30px !important;
    height: 30px !important;
    margin-left: -15px !important;
    margin-top: -15px !important;
  }

  .caseInfo {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
  }

  .featuresContent {
    height: 380px !important;
  }

  .tree {
    width: 330px !important;
    height: 360px !important;
  }

  .fcitem:first-of-type,
  .fcitem:nth-of-type(3) {
    margin-bottom: 30px !important;
  }

  .fctext {
    width: 85% !important;
  }

  .resolutetext {
    font-size: 20px !important;
  }

  .resoluteword {
    font-size: 12px !important;
  }

  .app_ul {
    margin-bottom: 40px;
  }

  .app_ul li,
  .app_ul2 li {
    width: 23% !important;
    margin: 0 1% !important;
  }

  .app_ul li img,
  .app_ul2 li img {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 40px !important;
  }

  .options {
    margin: 30px 0 !important;
  }

  #opt1 {
    margin-bottom: 20px !important;
  }

  #cont1 .left {
    width: 100%;
    margin-right: 0;
  }

  #cont1 .right {
    display: none;
  }

  .about-nav-item a p {
    line-height: 22px;
    font-size: 20px;
  }

  .intro_ul,
  .custom_pc {
    display: flex;
  }

  .pc_rrdp {
    display: block;
  }

  /* .intro_ul2,
  .custom_phone,
  .introicophone,
  .about_img {
    display: none;
  } */
}

@media (min-width: 500px) and (max-width: 900px) {
  .navbar {
    padding: 0.5rem 0rem !important;
    background: #fff;
  }

  .navbar-brand {
    margin-left: 0.75rem !important;
    margin-top: -5px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.8rem;
    color: #005bfe !important;
  }

  .navbar-dark .navbar-nav .active > .nav-link {
    font-size: 0.8rem !important;
    font-weight: 900;
    /* border-bottom: 2px solid #005bfe; */
  }

  .navbar-expand-md .navbar-collapse {
    justify-content: center;
  }

  .benerimg3 .benerword {
    top: 35% !important;
  }

  .phone {
    display: block !important;
  }

  .telphone2 {
    margin-left: 20px;
  }

  .fixed-top {
    background-color: #fff;
  }

  .navbar-nav {
    box-shadow: 0 4px 18px -2px #ddd;
    background-color: #fff;
  }

  .webSite {
    display: none !important;
  }

  .phonePage {
    width: 100%;
    display: block;
    /* background: #f7fbfe; */
  }

  .phonePage img {
    width: 100%;
    display: block;
  }

  .dropdown-item {
    color: #2b6db7 !important;
    font-weight: bold !important;
    font-size: 0.8rem;
    padding: 0.5rem 1.5rem !important;
  }

  .dropdown-menu {
    background-color: #fff;
    border: none !important;
    padding: 0 0 !important;
  }

  .titlecontent {
    margin: 40px 0px 20px;
  }

  .container {
    max-width: 100%;
  }

  .titlefrom {
    display: none;
  }

  .content {
    max-width: 100%;
    /* padding: 0 2%; */
    box-sizing: border-box;
  }

  .features {
    padding-top: 1px;
  }

  .con {
    justify-content: center;
  }

  .contact {
    margin-top: 50px;
    text-align: center;
  }

  .frombg input {
    margin-right: 2%;
    width: 49%;
    margin-bottom: 34px;
    background-color: #efefef;
  }

  .bottomgive {
    width: 99% !important;
    background-color: #efefef;
  }

  .frombg {
    background: initial;
    padding: 0 0 30px 0;
  }

  .frombg button {
    width: 100%;
    background-color: #005bfe;
  }

  .bottomcon img {
    /* width: 20%; */
    margin-right: 5%;
  }

  .con {
    justify-content: center;
  }

  .contact {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 55px;
  }

  .backtop {
    display: none;
  }

  .topPhone {
    display: block;
  }

  .bottomposition {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #535353;
    color: #fff;
    margin-top: 80px;
    z-index: 100000;
  }

  .bottom_ul {
    display: flex;
    height: 60px;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .bottom_ul li {
    width: 25%;
    margin: 0 auto;
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .bottom_ul li a {
    color: #fff;
    text-decoration: none;
  }

  /*鼠标悬停状态*/

  .bottom_ul li img {
    width: auto;
    height: 20px;
  }

  .bottom_ul li p {
    font-size: 14px;
    margin-top: 8px;
  }

  .titletext {
    margin: 30px 0;
  }

  .contact p:not(:last-child) {
    margin-bottom: 5px;
  }

  .contact p:last-child {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 4%;
  }

  .contacttiltle {
    text-align: center !important;
  }

  .contact p {
    text-align: left;
  }

  .benerimg {
    display: none;
  }

  .benerimg1 {
    display: block;
    margin-top: 52px;
    height: 20rem !important;
  }

  .frombg input {
    margin-right: 0;
    font-size: 13px;
  }

  .benerimg3 {
    height: 20rem !important;
  }

  .benerimg3 .p2 {
    font-size: 4.2vw;
    font-weight: bold;
  }

  .benerimg3 .p3 {
    width: 100%!important;
    font-size: 2.5vw;
  }

  .server_cont1,
  .service_ul2,
  .case_ul,
  .case_ul2,
  .processContent,
  .logoall,
  .honourall,
  .applets_ul,
  .custom_ul,
  #cont1,
  #cont2,
  .about-nav,
  .introduceCont,
  .intro_ul,
  .app_ul,
  .app_ul2 {
    width: 90%;
    margin-left: 5%;
  }

  .introico {
    display: block;
    width: 90%;
    height: auto;
  }

  /* .intro_ul li .introCont {
    padding: 60px 19px 0;
  } */

  .intro_ul li .introCont,
  .intro_ul li .introCont1 {
    padding: 60px 19px 0;
  }

  .intro_ul li .introword1 {
    line-height: 27px;
    font-size: 24px;
  }

  .intro_ul li .introword2,
  .intro_ul li .introword3 {
    line-height: 20px;
    font-size: 15px;
  }

  .server_cont {
    width: 100%;
    margin-top: 3rem;
  }

  .bussiness-body {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .bussiness-body .item {
    width: 100% !important;
  }

  .server_list {
    position: relative;
    width: 100%;
    height: 6rem;
    /* background: #005bfe; */
    border-radius: 0.1rem 0.1rem 0px 0px;
  }

  .support {
    margin-top: 1rem;
    padding-bottom: 0.4rem;
  }

  .server_list img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem 0.1rem 0px 0px;
    z-index: 0;
  }

  .service_line,
  .service_line1 {
    display: none;
  }

  .serviceData,
  .serviceData1 {
    margin-bottom: 14px;
  }

  .shuzi1,
  .shuzi2,
  .shuzi3,
  .shuzi4,
  .shuzi21,
  .shuzi31,
  .shuzi41 {
    line-height: 1.7rem;
    font-size: 1.7rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
  }

  .shuzi21,
  .shuzi31,
  .shuzi41 {
    line-height: 2rem;
    font-size: 2rem;
    color: #000000 !important;
  }

  .shuzi5 {
    line-height: 0.9067rem;
    font-size: 2vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #005bfe;
  }

  .zhuzi_right,
  .zhuzi_right1 {
    line-height: 1.4375rem;
    font-size: 0.8rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    margin-top: -0.2933rem;
    margin-left: 0.2667rem;
  }

  .zhuzi_right1 {
    line-height: 1rem;
    font-size: 1rem;
    color: #000000 !important;
  }

  .servicetitle,
  .servicetitle1 {
    line-height: 1rem;
    font-size: 0.6rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
  }

  /* .servicetitle1 {
    line-height: 1rem;
    font-size: 1rem;
    color: #000000 !important;
  } */

  .server_cont1 {
    height: 120px;
    margin-top: -60px;
    margin-bottom: 20px;
  }

  .titlename {
    line-height: 1.6rem;
    font-size: 1.6rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0 19px 0 17px;
  }

  .titletext {
    font-size: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: #666;
    padding: 0 4%;
    margin: 60px 0;
    box-sizing: border-box;
  }

  .service_ul2 li {
    width: calc((100% - 20px) / 2);
    height: 340px;
    margin-bottom: 20px;
  }

  .applets_ul li {
    width: calc((100% - 20px) / 2);
  }

  .applets_ul img {
    width: 140px;
    height: 140px;
  }

  .appletsword {
    line-height: 20px !important;
    font-size: 20px !important;
    margin: 35px 0 25px !important;
  }

  .appletstext {
    line-height: 17px !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }

  .service_ul2 li:nth-of-type(n + 2) {
    margin-bottom: 0;
  }

  .serviceP1 {
    line-height: 1.2rem !important;
    font-size: 1.2rem !important;
  }

  .serviceP2 {
    line-height: 1rem !important;
    font-size: 0.9rem !important;
  }

  .serviceP3 {
    bottom: 1rem !important;
  }

  .case_ul li,
  .case_ul2 li {
    width: calc((100% - 20px) / 2);
  }

  .custom_ul li {
    width: calc((100% - 20px) / 4);
    height: auto;
  }

  .case_ul2 li:nth-of-type(2n) {
    margin-right: 0 !important;
  }

  .caseInfo {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
  }

  .imgpc {
    display: block;
  }

  .process_ul li {
    width: 120px;
  }

  .process_ul li div {
    width: 100px!important;
  }

  .process_ul li p {
    line-height: 1rem !important;
    font-size: 1rem !important;
    margin-top: 1.5rem !important;
  }

  .process_ul li p:nth-of-type(2) {
    line-height: 0.8rem !important;
    font-size: 0.8rem !important;
    margin-top: 2rem !important;
  }

  .process_ul li p:nth-of-type(n + 3) {
    line-height: 0.8rem !important;
    font-size: 0.8rem !important;
    margin-top: 1.32rem !important;
  }

  .logoall {
    display: none;
  }

  .logallphone {
    display: block;
    width: 100% !important;
    padding: 30px 0 0;
  }

  .logallphone img {
    width: 100%;
    height: 100%;
  }

  .honourall {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .features .titletext {
    margin: 18px 0 36px !important;
  }

  .featuresContent {
    height: 400px !important;
  }

  .tree {
    display: none;
  }

  .fcitem {
    width: 80% !important;
  }

  .fcitem:first-of-type,
  .fcitem:nth-of-type(3) {
    margin-bottom: 50px !important;
  }

  .fctext {
    width: 85% !important;
  }

  /* rrdp */
  .platform {
    height: 20rem;
  }

  .platform_ul {
    display: flex;
    flex-wrap: wrap;
  }

  .platform_ul li:not(:nth-child(4n)) {
    border-right: none;
  }

  .platform_ul li {
    border-bottom: none;
    padding: 20px 0;
  }

  .platform_ul li img {
    height: 42px;
  }

  .platform_ul li p {
    margin: 20px 0 0;
    font-size: 14px;
  }

  .resolute_ul li {
    width: 50% !important;
  }

  .resolutetext {
    font-size: 18px !important;
  }

  .resoluteword {
    font-size: 10px !important;
  }

  .app_ul {
    margin-bottom: 30px !important;
  }

  .app_ul li {
    width: 31% !important;
    margin: 0 2%;
  }

  .app_ul2 li {
    width: 42% !important;
    height: 300px;
    margin: 0 4% 20px !important;
  }

  .app_ul2 li:nth-last-of-type(-n + 2) {
    margin: 0 4% !important;
  }

  .app_ul li img,
  .app_ul2 li img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 40px !important;
  }

  .options {
    padding-left: 5%;
    margin: 20px 0 !important;
  }

  #opt1 {
    margin-bottom: 20px !important;
  }

  #cont1 .left {
    width: 100%;
    margin-right: 0;
  }

  #cont1 .right {
    display: none;
  }

  .about-nav-item a p {
    line-height: 20px;
    font-size: 13px;
  }

  .about-nav-item a p i {
    height: 3px;
  }

  .intro_ul,
  .custom_pc {
    display: flex;
  }

  .pc_rrdp {
    display: block;
  }
/* 
  .intro_ul2,
  .custom_phone,
  .introicophone,
  .about_img {
    display: none;
  } */
}

@media (min-width: 662px) and (max-width: 900px) {
  .service_ul li:first-of-type,
  .service_ul li:nth-of-type(7) {
    flex: 3;
    padding: 0 1%;
  }

  .service_ul li:nth-of-type(3),
  .service_ul li:nth-of-type(5) {
    flex: 2;
    padding: 0 1%;
  }
}

@media (min-width: 500px) and (max-width: 661px) {
  .service_ul {
    align-items: flex-start !important;
  }

  .service_ul li,
  .service_ul1 li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }

  .service_ul li:first-of-type,
  .service_ul li:nth-of-type(7) {
    flex: 3;
    padding: 11px 1% 0;
  }

  .service_ul li:nth-of-type(3),
  .service_ul li:nth-of-type(5) {
    flex: 2;
    padding: 11px 1% 0;
  }
}

@media (min-width: 0px) and (max-width: 499px) {
  .navbar {
    padding: 0.5rem 0rem !important;
    background: #fff;
  }

  .navbar-brand {
    margin-left: 0.75rem !important;
    margin-top: -5px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.8rem;
    color: #005bfe !important;
  }

  .navbar-dark .navbar-nav .active > .nav-link {
    font-size: 0.8rem !important;
    font-weight: 900;
    /* border-bottom: 2px solid #005bfe; */
  }

  .navbar-expand-md .navbar-collapse {
    justify-content: center;
  }

  .phone {
    display: block !important;
  }

  .telphone2 {
    margin-left: 20px;
  }

  .fixed-top {
    background-color: #fff;
    z-index: 9999 !important;
  }

  .navbar-nav {
    box-shadow: 0 4px 18px -2px #ddd;
    background-color: #fff;
  }

  .webSite {
    display: none !important;
  }

  .honor_website {
    display: none;
  }

  .honor_phone {
    display: block;
  }

  .phonePage {
    width: 100%;
    display: block;
    /* background: #f7fbfe; */
  }

  .phonePage img {
    width: 100%;
    display: block;
  }

  .dropdown-item {
    color: #2b6db7 !important;
    font-weight: bold !important;
    font-size: 0.8rem;
    padding: 0.5rem 1.5rem !important;
  }

  .dropdown-menu {
    background-color: #fff;
    border: none !important;
    padding: 0 0 !important;
  }

  .container {
    max-width: 100%;
  }

  .titlefrom {
    display: none;
  }

  .content {
    max-width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .con {
    justify-content: center;
  }

  .contact {
    margin-top: 50px;
    text-align: center;
  }

  .frombg input {
    margin-right: 2%;
    width: 49%;
    margin-bottom: 34px;
    background-color: #efefef;
  }

  .bottomgive {
    width: 99% !important;
    background-color: #efefef;
  }

  .frombg {
    background: initial;
    /* padding: 30px 0; */
    padding: 0 0 30px 0;
  }

  .frombg button {
    width: 100%;
    background-color: #005bfe;
  }

  .bottomcon img {
    /* width: 20%; */
    margin-right: 5%;
  }

  .con {
    justify-content: center;
  }

  .contact {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 55px;
  }

  .backtop {
    display: none;
  }

  .topPhone {
    display: block;
  }

  .bottomposition {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #535353;
    color: #fff;
    margin-top: 80px;
    z-index: 100000;
  }

  .bottom_ul {
    display: flex;
    height: 60px;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .bottom_ul li {
    width: 25%;
    margin: 0 auto;
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .bottom_ul li a {
    color: #fff;
    text-decoration: none;
  }

  /*鼠标悬停状态*/

  .bottom_ul li img {
    width: auto;
    height: 20px;
  }

  .bottom_ul li p {
    font-size: 14px;
    margin-top: 8px;
  }

  .titletext {
    margin: 30px 0;
  }

  .contact p:not(:last-child) {
    margin-bottom: 5px;
  }

  .contact p:last-child {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 4%;
  }

  .contacttiltle {
    text-align: center !important;
  }

  .contact p {
    text-align: left;
  }

  .benerimg {
    display: none;
  }

  .benerimg1 {
    display: block;
    height: 10rem !important;
    margin-top: 52px;
  }

  .frombg input {
    margin-right: 0;
    font-size: 13px;
  }

  .benerimg3 {
    height: 10rem !important;
  }

  .benerimg3 .benerword {
    top: 22% !important;
  }

  .benerimgzc .benerword {
    top: 30% !important;
  }

  .benerimg3 .p2 {
    font-size: 1.5rem !important;
    font-weight: bold;
    margin-bottom: 1rem !important;
  }

  .benerimg3 .p3 {
    width: 100% !important;
    line-height: 1.1rem !important;
    font-size: 0.9rem !important;
  }

  .process {
    height: 495px!important;
  }

  .process1 {
    height: 430px!important;
  }

  .server_cont1,
  .processContent,
  .honourall,
  .intro_ul {
    width: 90%;
    margin-left: 5%;
  }

  .case_ul,
  .case_ul2,
  .server_cont,
  .introduceCont,
  .custom_ul {
    width: 100%!important;
    margin: 0!important;
  }

  .introico {
    display: none;
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }

  .server_list {
    position: relative;
    width: 100%;
    height: 6rem;
    /* background: #005bfe; */
    border-radius: 0.05rem 0.05rem 0px 0px;
  }

  .service_ul li,
  .service_ul1 li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }

  .service_ul li:first-of-type,
  .service_ul li:nth-of-type(7) {
    flex: 3;
    padding: 15px 1% 0;
  }

  .service_ul li:nth-of-type(3),
  .service_ul li:nth-of-type(5) {
    flex: 2;
    padding: 15px 1% 0;
  }

  .server_list img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem 0.1rem 0px 0px;
    z-index: 0;
  }

  .service_ul1 li:nth-of-type(1) {
    padding: 0 1.6%;
  }

  .service_line,
  .service_line1 {
    display: block;
  }

  .serviceData,
  .serviceData1 {
    margin-bottom: 10px;
  }

  .shuzi1,
  .shuzi2,
  .shuzi3,
  .shuzi4,
  .shuzi21,
  .shuzi31,
  .shuzi41 {
    line-height: 1.7rem;
    font-size: 1.7rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
  }

  .shuzi21,
  .shuzi31,
  .shuzi41,
  .zhuzi_right1,
  .servicetitle1 {
    color: #000000 !important;
  }

  .shuzi5 {
    /* line-height: 0.9067rem; */
    line-height: 2rem;
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #005bfe;
  }

  .titletop5 {
    font-size: 1rem !important;
  }

  .zhuzi_right,
  .zhuzi_right1 {
    line-height: 1.4375rem;
    font-size: 0.8rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    margin-top: -0.2933rem;
    margin-left: 0.2667rem;
  }

  .servicetitle,
  .servicetitle1 {
    line-height: 0.8rem;
    /* font-size: 0.2rem;
    font-family: PingFang SC; */
    font-size: 0.6rem;
    font-family: Source Han Serif SC;
    font-weight: 500;
    color: #ffffff;
  }

  .server_cont1 {
    height: 100px;
    margin-top: -50px;
    /* margin-bottom: 20px; */
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
  }

  .titlecontent {
    /* margin: 40px 0px 5px; */
    margin: 2rem 0px 5px!important;
  }

  .firstcont {
    margin-top: 1.5rem!important;
  }

  .support {
    margin-top: 1rem!important;
    padding-bottom: calc(1rem - 5px);
  }

  .titleblock {
    width: 55px;
  }

  .titlecontent .titleblock:first-of-type li:first-of-type {
    margin-left: 13px !important;
  }

  .titlecontent .titleblock:first-of-type li:last-of-type {
    margin-left: 7px !important;
  }

  .titlecontent .titleblock:last-of-type li:first-of-type {
    margin-right: 13px !important;
  }

  .titlecontent .titleblock:last-of-type li:last-of-type {
    margin-right: 7px !important;
  }

  .titlename {
    line-height: 2rem;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0 11px 0 11px;
  }

  .titletext {
    font-size: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: #666;
    padding: 0 4%;
    margin: 60px 0;
    box-sizing: border-box;
  }

  .service_ul2,
  .applets_ul,
  #cont1,
  #cont2,
  .about-nav {
    width: 100%!important;
    margin: 0!important;
  }

  .service_ul2 li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 120px;
    padding-top: 0;
    margin-bottom: 10px;
  }

  .applets_ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: 1px solid #ebebeb;
    padding-top: 0;
    margin-bottom: 10px;
  }

  .applets_ul img,
  .app_ul li img,
  .app_ul2 li img {
    width: 60px !important;
    height: 60px !important;
    margin: 6px 10px 6px 6px !important;
  }

  .service_ul2 li div {
    width: calc(100% - 106px);
  }

  .applets_ul li div,
  .app_ul .appCont div,
  .app_ul .appCont1 div {
    width: calc(100% - 80px);
  }

  .applets_ul div {
    padding: 10px 0;
  }

  .appletsword,
  .appword {
    line-height: 16px !important;
    font-size: 16px !important;
    text-align: left;
    margin: 0 0 15px !important;
  }

  .appletstext,
  .apptext {
    line-height: 17px !important;
    font-size: 13px !important;
    text-align: left;
    margin-bottom: 5px !important;
  }

  .apptext {
    padding: 0 5px 0 0!important;
  }

  .service_ul2 li:last-of-type {
    margin-bottom: 0;
  }

  .service_ul2 li img {
    width: 100px;
    height: 100px;
    margin-right: 6px;
  }

  .serviceP1 {
    width: calc(100% - 10px);
    line-height: 1rem !important;
    font-size: 1rem !important;
    text-align: left;
    margin-bottom: 15px;
  }

  .serviceP2 {
    width: calc(100% - 10px);
    line-height: 1rem !important;
    font-size: 0.8rem !important;
    padding: 0;
    margin: 0;
  }

  .case_ul li,
  .case_ul2 li,
  .custom_ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px !important;
  }

  .case_ul2 li:nth-of-type(2n),
  .custom_ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }

  .case_ul li:nth-last-of-type(-n + 2),
  .case_ul2 li:nth-last-of-type(-n + 2),
  .custom_ul li:nth-last-of-type(-n + 2) {
    margin-bottom: 0 !important;
  }

  .imgpc,
  .processBg_pc,
  .topPc,
  .serviceP3 {
    display: none!important;
  }

  .imgphone,
  .processBg_phone,
  .topPhone {
    display: block!important;
  }

  .advantage {
    height: auto!important;
  }

  .caseInfo {
    font-size: 0.6rem !important;
    line-height: 0.8rem !important;
  }

  .caseHoverImg img:first-of-type {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
  }

  .caseHoverImg img:last-of-type {
    width: 20px !important;
    height: 20px !important;
    margin-left: -10px !important;
    margin-top: -10px !important;
  }

  /* 
  .process {
    height: 450px;
  } */

  .process_ul {
    height: 330px;
  }

  .process_ul li {
    width: 110px;
  }

  .process_ul li div {
    width: 90px;
  }

  .process_ul li p {
    line-height: 1rem !important;
    font-size: 1rem !important;
    margin-top: 1.5rem !important;
  }

  .process_ul li p:nth-of-type(2) {
    line-height: 0.8rem !important;
    font-size: 0.8rem !important;
    margin-top: 2rem !important;
  }

  .process_ul li p:nth-of-type(n + 3) {
    line-height: 0.8rem !important;
    font-size: 0.8rem !important;
    margin-top: 1.32rem !important;
  }

  .logoall {
    display: none!important;
  }

  .logallphone {
    display: block!important;
    width: 100% !important;
    /* padding: 30px 0 0; */
  }

  .logallphone img {
    width: 100%;
    height: 100%;
  }

  .honourall {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .features {
    background-color: #f1f1f1 !important;
    padding: 1px 0 30px !important;
  }

  .features .titletext {
    margin: 18px 0 30px !important;
  }

  .featuresContent {
    justify-content: space-between !important;
    width: 90% !important;
    height: auto !important;
    margin: 70px auto 0;
    z-index: 200 !important;
  }

  .tree {
    display: none;
  }

  .featuresContent ul {
    width: calc((100% - 10px) / 2);
  }

  .fcitem {
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    height: 170px !important;
    background-color: #fff;
    box-shadow: 0 4px 18px -2px #ddd;
    margin-bottom: 60px !important;
  }

  .fcitem:nth-of-type(2),
  .fcitem:nth-of-type(4) {
    margin-bottom: 0 !important;
  }

  .fcitem:first-of-type .fcblock {
    margin-top: -45px !important;
  }

  .featuresContent ul:first-of-type .fcitem:first-of-type .fcblock {
    /* margin-top: -47px !important; */
    margin-top: 24px!important;
  }

  .featuresContent ul:first-of-type .fcitem:nth-of-type(2) .fcblock {
    margin-top: -30px !important;
  }

  .featuresContent ul:nth-of-type(2) .fcitem:nth-of-type(2) .fcblock {
    margin-top: -55px !important;
  }

  .fcitem img:first-of-type {
    transform: translate(0px, -34px);
  }

  .featuresContent ul:first-of-type .fcitem:first-of-type {
    position: relative;
  }

  .featuresContent ul:first-of-type .fcitem:first-of-type .img1 {
    position: absolute;
    /* left: 106px; */
    top: 38px;
    transform: translate(0px, -50px);
    z-index: 200;
  }

  .fcitem .img00 {
    width: 87px !important;
    height: 76px !important;
    margin-top: -38px;
    -webkit-animation: moving1 0.5s linear infinite both;
    animation: moving1 0.5s linear infinite both;
  }

  .fcitem .img02,
  .fcitem .img03 {
    width: 76px !important;
    height: 76px !important;
  }

  .img2 {
    -webkit-animation: moving21 0.5s linear infinite both !important;
    animation: moving21 0.5s linear infinite both !important;
  }

  .img3 {
    -webkit-animation: moving31 0.5s linear infinite both !important;
    animation: moving31 0.5s linear infinite both !important;
  }

  .img4 {
    -webkit-animation: moving41 0.5s linear infinite both !important;
    animation: moving41 0.5s linear infinite both !important;
  }

  @-webkit-keyframes moving1 {
    0% {
      transform: rotateY(-45deg);
    }

    100% {
      transform: rotateY(45deg);
    }
  }

  @keyframes moving1 {
    0% {
      transform: rotateY(-45deg);
    }

    100% {
      transform: rotateY(45deg);
    }
  }

  @-webkit-keyframes moving21 {
    0% {
      transform: translate(-20px, -85px);
    }

    100% {
      transform: translate(0, -85px);
    }
  }

  @keyframes moving21 {
    0% {
      transform: translate(-20px, -85px);
    }

    100% {
      transform: translate(0, -85px);
    }
  }

  @-webkit-keyframes moving31 {
    0% {
      transform: translate(0, -85px);
    }

    100% {
      transform: translate(0, -89px);
    }
  }

  @keyframes moving31 {
    0% {
      transform: translate(0, -85px);
    }

    100% {
      transform: translate(0, -89px);
    }
  }

  @-webkit-keyframes moving41 {
    0% {
      transform: translate(0, -95px) scale(1);
    }

    100% {
      transform: translate(0, -95px) scale(1.2);
    }
  }

  @keyframes moving41 {
    0% {
      transform: translate(0, -95px) scale(1);
    }

    100% {
      transform: translate(0, -95px) scale(1.2);
    }
  }

  .fcblock {
    align-items: center !important;
    margin-top: -50px !important;
    /* margin-bottom: 30px; */
  }

  .fctext {
    width: 95% !important;
    line-height: 17px !important;
    font-size: 13px !important;
    text-align: center !important;
  }

  .fcword {
    font-size: 16px !important;
    color: #005bfe !important;
    margin-top: 0 !important;
  }

  .resolute_ul li {
    width: 100% !important;
    height: 170px;
  }

  .resolutetext {
    font-size: 18px !important;
  }

  .resoluteword {
    font-size: 10px !important;
  }

  .app_ul,
  .app_ul2 {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0 !important;
  }

  .app_ul li,
  .app_ul2 li {
    width: 100% !important;
    height: 120px!important;
    margin: 0 0 10px !important;
  }

  .app_ul2 li:last-of-type {
    margin: 0 0 0 !important;
  }

  .app_ul li .appCont,
  .app_ul li .appCont1,
  .app_ul2 li .appCont,
  .app_ul2 li .appCont1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .phone_bussiness {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }

  .phone_bussiness li {
    height: 180px !important;
    margin-bottom: 10px !important;
  }

  .phone_bussiness li:last-of-type,
  .phone_bussiness li:nth-last-of-type(2) {
    margin-bottom: 0 !important;
  }

  .phone_bussiness li .appCont,
  .phone_bussiness li .appCont1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    height: 180px;
  }

  .appbox {
    width: calc(100% - 76px);
  }

  .phone_bussiness li img {
    border-radius: 0;
    margin-bottom: 20px;
  }

  .phone_bussiness li .appword,
  .phone_bussiness li .apptext {
    /* width: 98%; */
    font-size: 13px !important;
    margin: 0 auto;
    text-align: center !important;
  }

  .phone_bussiness li .apptext {
    font-size: 10px !important;
  }

  .section {
    display: none;
  }

  .options {
    margin: 20px 0 !important;
    padding-left: 0!important;
  }

  #opt1 {
    margin-bottom: 10px !important;
  }

  .item,
  .item1 {
    font-size: 10px!important;
    padding: 0 9px!important;
    margin-right: 10px!important;
  }

  #cont1 .left {
    width: 100%!important;
    margin-right: 0!important;
  }

  #cont1 .right {
    display: none!important;
  }

  .about-nav-item {
    width: 18.5%!important;
  }

  .about-nav-item:nth-of-type(2) {
    width: 26%!important;
  }

  .about-nav-item a p {
    line-height: 16px!important;
    font-size: 12px!important;
  }

  .about-nav-item a p i {
    height: 3px!important;
  }

  .introduceCont {
    margin-top: 30px!important;
  }

  .introtext {
    line-height: 20px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    color: #333!important;
    margin-bottom: 30px!important;
  }

  .intro_ul,
  .custom_pc,
  .pc_rrdp {
    display: none!important;
  }

  .intro_ul2,
  .custom_phone {
    display: flex!important;
  }

  .introicophone,
  .about_img {
    display: block!important;
    height: auto!important;
  }

  .about-nav-item a i {
    height: 3px !important;
  }

  .about-nav-item:nth-of-type(2) a i {
    height: 3px !important;
  }

  .processContent {
    height: 330px;
  }
}



