@charset "UTF-8";
/** @format */ /** @format */ /** @format */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}
a:link, a:hover, a:visited {
  color: initial;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

/** @format */
.case-modal .modal-main, .case-list .case-item::after, .i-customer .item .icon-wrap::after, .i-customer::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contact .body .img-wrap, .case-list .case-item .wrap, .i-customer .item .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  font-size: 14px;
  color: #555;
}
body.no-scroll {
  padding-right: 17px;
  overflow: hidden;
}

.flex {
  display: flex;
}
.flex.ac {
  align-items: center;
}
.flex.end {
  align-items: flex-end;
}
.flex.jc {
  justify-content: center;
}
.flex.center {
  align-items: center;
  justify-content: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.wrap {
  flex-flow: wrap;
}
.flex.column {
  flex-flow: column;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

.main {
  position: relative;
  max-width: 1440px;
  margin: auto;
}

a.link-btn {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #4cbcc7;
  border-radius: 5px;
}

.model {
  padding: 80px 0;
}
.model .head {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.model .head .en {
  font-size: 50px;
  line-height: 1em;
  color: #4cbcc7;
  text-transform: uppercase;
}
.model .head .zh {
  margin: 25px 0 0;
  font-size: 20px;
  color: #555;
}
.model .head::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 4px;
  content: "";
  background: #4cbcc7;
  transform: translateX(-50%);
}

.banner {
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-head {
  padding: 50px 0 80px;
}
.banner-head .h1 {
  margin: 20px 0 0;
  font-size: 30px;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

/** @format */
.header {
  background: #333;
}
.header,
.header .main {
  height: 80px;
}
.header .nav-item {
  position: relative;
}
.header .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  content: "";
  transition: 0.3s;
  transform: translateX(-50%);
}
.header .nav-item.active::after, .header .nav-item:hover::after {
  background: #4cbcc7;
}
.header .link {
  padding: 0 30px;
  font-size: 18px;
  line-height: 80px;
  color: #fff;
}

/** @format */
.footer {
  box-sizing: border-box;
  padding: 50px 0 0;
  background: #555;
  border-top: 4px solid #4cbcc7;
}
.footer .logo {
  margin-bottom: 30px;
}
.footer .logo .img {
  width: 200px;
  height: 50px;
}
.footer .logo .link {
  display: block;
}
.footer .phone-list {
  padding-top: 30px;
  color: #fff;
}
.footer .phone-list p {
  margin: 0;
  font-size: 20px;
}
.footer .icon-sales {
  font-size: 60px;
}
.footer .title {
  font-size: 18px;
}
.footer .phone-num {
  height: 160px;
  margin: 0 50px 0 30px;
}
.footer .phone-num:last-child {
  margin-right: 0;
}
.footer .nav {
  align-items: flex-end;
  height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #7f7f7f;
}
.footer .nav .link {
  position: relative;
  font-size: 16px;
  color: #4cbcc7;
}
.footer .nav .link::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  content: "";
  background: transparent;
  transition: 0.3s;
}
.footer .nav .link:hover::after {
  background: #4cbcc7;
}
.footer .mid {
  position: relative;
  max-width: 500px;
  padding: 0 30px;
  color: #aaa;
}
.footer .mid .qrcodes {
  padding: 0 10px 20px;
}
.footer .mid .img {
  width: 80%;
  height: 80%;
  margin-bottom: 10px;
  background: #fff;
}
.footer .mid .text {
  display: inline-block;
}
.footer .mid::before, .footer .mid::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 100px;
  content: "";
  background: #666;
  transform: translateY(-50%);
}
.footer .mid::before {
  left: 0;
}
.footer .mid::after {
  right: 0;
}
.footer .friendlink {
  box-sizing: border-box;
  max-width: 405px;
  padding-left: 40px;
}
.footer .friendlink .head {
  margin-bottom: 30px;
  color: #7f7f7f;
}
.footer .friendlink .link {
  width: 30%;
  margin-bottom: 15px;
  font-size: 12px;
  color: #aaa;
  transition: 0.3s;
}
.footer .friendlink .link:hover {
  color: #eee;
}
.footer .friendlink .link:not(:nth-child(3n)) {
  margin-right: 1.3333333333%;
}
.footer .foot {
  padding: 30px 0 20px;
  margin-top: 30px;
  font-size: 12px;
  border-top: 1px solid #666;
}
.footer .foot,
.footer .foot a {
  color: #aaa;
  transition: 0.3s;
}
.footer .foot a:hover {
  color: #eee;
}

.fixed-sidebar {
  position: fixed;
  top: 80%;
  right: 10px;
  z-index: 1;
  border-radius: 5px;
  transform: translateY(-50%);
}
.fixed-sidebar .icon {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.fixed-sidebar .icon:hover {
  box-shadow: 0 0 10px 0 #4cbcc7;
}
.fixed-sidebar .icon:hover .show-wrap {
  visibility: visible;
  opacity: 1;
}
.fixed-sidebar .show-wrap {
  position: absolute;
  right: 60px;
  padding: 15px;
  visibility: hidden;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.3s;
}
.fixed-sidebar .show-wrap::after {
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  content: "";
  background: transparent;
}
.fixed-sidebar .bold {
  font-weight: 700;
}
.fixed-sidebar .item {
  width: 100px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
.fixed-sidebar .item:first-child {
  margin-right: 7.5px;
}
.fixed-sidebar .item:last-child {
  margin-left: 7.5px;
}
.fixed-sidebar .item:first-child:last-child {
  width: 150px;
  margin: 0;
}
.fixed-sidebar .item .title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.fixed-sidebar .item p:last-child {
  margin-bottom: 0;
}
.fixed-sidebar .iconfont {
  font-size: 30px;
  line-height: 30px;
  color: #4cbcc7;
  cursor: pointer;
}
.fixed-sidebar .back-top {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: rotate(180deg);
}
.fixed-sidebar .back-top.show {
  visibility: visible;
  opacity: 1;
}

/** @format */
.ib-1 {
  height: 600px;
  background: url(../images/index/banner/1.jpg) no-repeat center/cover;
}

.ib-2 {
  height: 600px;
  background: url(../images/index/banner/2.jpg) no-repeat center/cover;
}

.ib-3 {
  height: 600px;
  background: url(../images/index/banner/3.jpg) no-repeat center/cover;
}

.i-banner {
  --swiper-theme-color: #4cbcc7;
}
.i-banner .text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
}
.i-banner .cont {
  font-size: 50px;
}
.i-banner .desc {
  margin: 50px;
  font-size: 20px;
}

.ib-3 .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.i-service .item {
  box-sizing: border-box;
  width: 32%;
  max-width: 450px;
  height: 300px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  transition: 0.3s;
}
.i-service .item:nth-child(1) .img-wrap {
  background-image: url("../images/index/server/bg_1.jpg");
}
.i-service .item:nth-child(1) .icon-wrap {
  background-image: url("../images/index/server/1.png");
}
.i-service .item:nth-child(2) .img-wrap {
  background-image: url("../images/index/server/bg_2.jpg");
}
.i-service .item:nth-child(2) .icon-wrap {
  background-image: url("../images/index/server/2.png");
}
.i-service .item:nth-child(3) .img-wrap {
  background-image: url("../images/index/server/bg_3.jpg");
}
.i-service .item:nth-child(3) .icon-wrap {
  background-image: url("../images/index/server/3.png");
}
.i-service .item:nth-child(4) .img-wrap {
  background-image: url("../images/index/server/bg_4.jpg");
}
.i-service .item:nth-child(4) .icon-wrap {
  background-image: url("../images/index/server/4.png");
}
.i-service .item:nth-child(5) .img-wrap {
  background-image: url("../images/index/server/bg_5.jpg");
}
.i-service .item:nth-child(5) .icon-wrap {
  background-image: url("../images/index/server/5.png");
}
.i-service .item:nth-child(6) .img-wrap {
  background-image: url("../images/index/server/bg_6.jpg");
}
.i-service .item:nth-child(6) .icon-wrap {
  background-image: url("../images/index/server/6.png");
}
.i-service .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.i-service .item:hover .img-wrap {
  transform: scale(1.2);
}
.i-service .item:hover .text-wrap {
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.i-service .item .link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.i-service .item .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  transform: scale(1);
}
.i-service .item .text-wrap {
  position: absolute;
  right: 0;
  bottom: -76px;
  left: 0;
  z-index: 1;
  padding: 20px;
  color: #fff;
  background: rgba(17, 51, 54, 0.8);
  transition: 0.3s;
}
.i-service .item .text-wrap .icon-wrap {
  position: absolute;
  top: -20px;
  left: 20px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background-color: #4cbcc7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
  border-radius: 5px;
}
.i-service .item .text-wrap .title {
  font-size: 22px;
  font-weight: 700;
}
.i-service .item .text-wrap .desc {
  height: 56px;
  margin-top: 20px;
  line-height: 28px;
}

.i-solution {
  background: url("../images/index/solution/bg.jpg") no-repeat center/100% 100%;
}
.i-solution .left {
  width: 40%;
  text-align: center;
}
.i-solution .left .img {
  height: 450px;
}
.i-solution .right {
  box-sizing: border-box;
  width: 60%;
  padding-left: 55px;
}
.i-solution .title {
  font-weight: 700;
  color: #4cbcc7;
}
.i-solution .system .title {
  margin-bottom: 30px;
  font-size: 26px;
}
.i-solution .system .title .sub {
  font-weight: 500;
  color: #aaa;
}
.i-solution .system .desc {
  margin-bottom: 50px;
  line-height: 28px;
  color: #7f7f7f;
}
.i-solution .terminal .title {
  margin-bottom: 30px;
  font-size: 20px;
}
.i-solution .terminal .item {
  box-sizing: border-box;
  height: 200px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(76, 188, 199, 0.5);
}
.i-solution .terminal .item .icon {
  width: 120px;
  height: 120px;
}
.i-solution .terminal .item .text {
  font-size: 20px;
  font-weight: 700;
  color: #4cbcc7;
}
.i-solution .terminal .sub-item .icon {
  width: 50px;
  height: 50px;
}
.i-solution .terminal .sub-item .text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #7f7f7f;
}

.i-solution .foot,
.i-case .foot {
  margin-top: 50px;
  text-align: center;
}

.i-case .tabs {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #d7d7d7;
}
.i-case .tabs .main {
  width: 1000px;
  margin: auto;
}
.i-case .tabs .tab {
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.i-case .tabs .tab::after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s;
  transform: translateX(-50%);
}
.i-case .tabs .tab:hover, .i-case .tabs .tab.active {
  color: #4cbcc7;
}
.i-case .tabs .tab.active::after {
  background: #fff;
  border-color: #4cbcc7;
}
.i-case .swiper-slide .right {
  padding-left: 140px;
}
.i-case .swiper-slide .title {
  font-size: 20px;
}
.i-case .swiper-slide .desc {
  margin: 30px 0;
  color: #7f7f7f;
}
.i-case .swiper-slide .qrcode-wrap {
  width: 150px;
  margin-bottom: 70px;
}
.i-case .swiper-slide .qrcode {
  display: block;
  width: 150px;
  margin-bottom: 10px;
}
.i-case .swiper-slide .btns .link-btn:first-child {
  margin-right: 20px;
}

.i-customer {
  position: relative;
  background: url("../images/index/custom/bg.jpg") no-repeat center/100% 100%;
}
.i-customer::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
}
.i-customer .head .zh {
  color: #fff;
}
.i-customer .item {
  padding: 0 50px;
  margin-bottom: 40px;
}
.i-customer .item .icon-wrap {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 30px;
}
.i-customer .item .icon-wrap:hover::after {
  box-shadow: 0 0 5px 5px #4cbcc7;
}
.i-customer .item .icon-wrap::after {
  content: "";
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  transition: 0.3s;
  transform: skew(-15deg);
}
.i-customer .item .icon-wrap .icon {
  position: relative;
  z-index: 1;
}

.i-news {
  background: #f9f9f9;
}
.i-news .tabs {
  margin-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
}
.i-news .tabs .tab {
  padding: 10px 15px;
  margin: 0 30px;
  font-size: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.i-news .tabs .tab.active, .i-news .tabs .tab:hover {
  color: #4cbcc7;
}
.i-news .tabs .tab.active {
  border-color: #4cbcc7;
}
.i-news .title {
  font-size: 16px;
  font-weight: 700;
}
.i-news .desc {
  margin-top: 15px;
  color: #aaa;
}
.i-news .new-list {
  padding-top: 30px;
  counter-reset: counter;
}
.i-news .link {
  display: block;
  padding: 30px 30px 30px 80px;
}
.i-news .item {
  position: relative;
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 18px 2px rgba(217, 223, 231, 0.6);
  transition: 0.3s;
}
.i-news .item:hover {
  box-shadow: 0 4px 20px 5px rgba(217, 223, 231, 0.8);
}
.i-news .item::before {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  content: counter(counter);
  counter-increment: counter;
  background-color: #4cbcc7;
  border-radius: 5px;
  box-shadow: 0 6px 12px 0 rgba(76, 188, 199, 0.5);
}

/** @format */
.server-banner {
  background-image: url("../images/server/banner.jpg");
}

.server-1 {
  position: relative;
  max-width: 1180px;
  margin: -80px auto 100px;
}
.server-1 .item {
  box-sizing: border-box;
  width: 24%;
  padding: 25px 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.server-1 .icon {
  margin-bottom: 15px;
}
.server-1 .zh {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
}
.server-1 .en {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
}

.server-list .item {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #eee;
}
.server-list .item .left {
  width: 45%;
  max-width: 600px;
  max-height: 400px;
}
.server-list .item .left .img {
  width: 100%;
  height: 100%;
}
.server-list .item .right {
  position: relative;
}
.server-list .item:nth-child(2n) .left {
  order: 2;
}
.server-list .item:nth-child(2n) .right {
  order: 1;
}
.server-list .item .title {
  margin-bottom: 50px;
  font-size: 30px;
  color: #555;
}
.server-list .item .desc-list {
  font-size: 16px;
  line-height: 32px;
  color: #7f7f7f;
}
.server-list .item .desc-list li {
  position: relative;
  padding: 0 20px;
}
.server-list .item .desc-list li::before {
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #7f7f7f;
  border-radius: 50%;
}
.server-list .item .link-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.server-3 {
  padding: 1px 0 50px;
  background: url("../images/server/process_bg.jpg") no-repeat center/cover;
}
.server-3 .head .zh {
  font-size: 30px;
  color: #fff;
}
.server-3 .head .desc {
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
}
.server-3 .item {
  position: relative;
  box-sizing: border-box;
  width: calc(20% - 40px);
  height: 110px;
  padding: 20px 15px;
  margin: 100px 50px 0 0;
  background: #393d42;
  border-radius: 8px;
}
.server-3 .item .count,
.server-3 .item .title {
  color: #4cbcc7;
}
.server-3 .item .count {
  position: absolute;
  top: -50px;
  right: 5px;
  font-size: 100px;
  line-height: 1;
}
.server-3 .item .title {
  font-size: 18px;
  font-weight: 700;
}
.server-3 .item .desc {
  font-size: 14px;
  color: #ddd;
}
.server-3 .item:nth-child(5) {
  margin-right: 0;
}
.server-3 .arrow {
  position: absolute;
  top: 40px;
  right: -55px;
  z-index: 1;
  transform: scale(0.8);
}
.server-3 .arrow.prev {
  right: auto;
  left: -55px;
}
.server-3 .big-arrow {
  position: absolute;
  bottom: -100px;
  left: 100px;
}

/** @format */
.case-banner {
  background-image: url("../images/case/banner.jpg");
}

.case-list::after {
  display: block;
  clear: both;
  content: "";
}
.case-list .case-item {
  position: relative;
  float: left;
  width: 20%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.case-list .case-item::after {
  content: "";
  transition: 0.3s;
}
.case-list .case-item .wrap,
.case-list .case-item .iconfont,
.case-list .case-item .title {
  transition: 0.3s;
}
.case-list .case-item .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  flex-flow: column;
  width: 80%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.case-list .case-item .iconfont {
  position: relative;
  font-size: 30px;
  color: #fff;
}
.case-list .case-item .iconfont::before {
  position: relative;
  z-index: 1;
}
.case-list .case-item .iconfont::after {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  content: "";
  background: #4cbcc7;
  border-radius: 50%;
}
.case-list .case-item .title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #4cbcc7;
}
.case-list .case-item:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.case-list .case-item:hover .wrap {
  opacity: 1;
}

.case-body {
  padding-right: 17px;
  overflow: hidden;
}
.case-body ::-webkit-scrollbar {
  width: 0;
}

.case-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.case-modal.show {
  visibility: visible;
  opacity: 1;
}
.case-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.case-modal .close:hover {
  color: #4cbcc7;
}
.case-modal .close .iconfont {
  font-size: 25px;
}
.case-modal .modal-main {
  z-index: 1;
  box-sizing: border-box;
  width: 1000px;
  height: 80vh;
  padding: 50px;
  margin: auto;
  overflow: hidden;
  background: #fff;
}
.case-modal .modal-main .modal-wrap {
  height: 100%;
  overflow: hidden;
}
.case-modal .modal-main .modal-wrap .modal-cont {
  width: 917px;
  height: 100%;
  overflow: hidden scroll;
}
.case-modal .modal-main .img {
  max-width: 900px;
}

/** @format */
.news-banner {
  background-image: url("../images/news/banner.jpg");
}

.news {
  margin: 0 auto 50px;
}
.news .left {
  padding-right: 60px;
}
.news .left .item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
}
.news .left .text-wrap {
  width: 70%;
  padding: 0 100px 0 30px;
}
.news .left .img-wrap {
  width: 30%;
}
.news .left .img-wrap .link {
  display: block;
  overflow: hidden;
}
.news .left .img-wrap .link .img {
  transition: 0.3s;
}
.news .left .img-wrap .link:hover .img {
  transform: scale(1.2, 1.2);
}
.news .left .title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}
.news .left .title:hover {
  color: #4cbcc7;
}
.news .left .desc {
  margin: 15px 0;
  line-height: 22px;
  color: #aaa;
}
.news .right {
  flex: none;
  width: 350px;
}

.pager {
  display: none;
  margin-bottom: 100px;
}
.pager .link {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #4cbcc7;
  border: 1px solid #f5f5f5;
  border-left: 0;
  transition: 0.3s;
}
.pager .link:first-child {
  border-left: 1px solid #f5f5f5;
}
.pager .link:hover, .pager .link.active {
  color: #fff;
  background: #4cbcc7;
  border-color: #4cbcc7;
}

.sidebar {
  margin-bottom: 45px;
}
.sidebar .head {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}
.sidebar .head::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-left: 4px solid #4cbcc7;
}
.sidebar .recom-list .item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.sidebar .recom-list .item::before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: #7f7f7f;
  border-radius: 50%;
}
.sidebar .recom-list .item .link {
  color: #7f7f7f;
  transition: 0.3s;
}
.sidebar .recom-list .item .link:hover {
  color: #4cbcc7;
}

.news-detail {
  padding-top: 50px;
}
.news-detail .left {
  padding-left: 20px;
}
.news-detail .title {
  margin: 0 0 40px;
  font-size: 32px;
}
.news-detail .icons {
  margin-bottom: 20px;
}
.news-detail .content {
  margin: 30px 0 50px;
  line-height: 30px;
}
.news-detail .content .bold {
  font-weight: 700;
}
.news-detail .foot .link {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #4cbcc7;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.news-detail .foot .link:hover {
  border-color: #4cbcc7;
}

/** @format */
.contact-banner {
  background-image: url("../images/contact/banner.jpg");
}

.contact {
  width: 1200px;
  margin-bottom: 80px;
}
.contact .body .qrcode-item {
  margin-right: 10px;
}
.contact .body .qrcode {
  display: block;
  width: 134px;
  margin-bottom: 20px;
}
.contact .body .h1,
.contact .body .add {
  font-size: 16px;
}
.contact .body .h1 {
  margin: 30px 0 20px;
}
.contact .body .add {
  color: #aaa;
}
.contact .body .img-wrap {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  color: #4cbcc7;
  border: 1px solid #d7d7d7;
  border-left-color: #4cbcc7;
  border-radius: 50%;
}
.contact .body .img-wrap .iconfont {
  font-size: 60px;
}
.contact .body .text,
.contact .body .content-list .item {
  margin-bottom: 15px;
}
.contact .body .content-list {
  color: #aaa;
}
.contact .body .content-list .label {
  width: 5em;
  padding-right: 10px;
  text-align: right;
}

.map {
  position: relative;
  overflow: hidden;
}
.map .map-img {
  position: relative;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
.map .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  transform: translate(-50%, -50%);
}
.map .text-wrap {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  width: 500px;
  height: 500px;
  padding: 100px 50px;
  background: #fff;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
}
.map .h1 {
  margin: 0 0 50px;
  font-size: 26px;
  font-weight: 700;
}
.map .item {
  margin-bottom: 20px;
  font-size: 16px;
  color: #aaa;
}
.map .item .label {
  flex: none;
  width: 3em;
  color: #4cbcc7;
}

/** @format */
.honor-banner {
  background-image: url("../images/honor/banner.jpg");
}

.honor-text {
  margin-bottom: 50px;
  font-size: 20px;
}

.honor-main {
  padding: 80px 0;
  background: url("../images/honor/bg.jpg") no-repeat center/cover;
}

.honor-list {
  width: 1000px !important;
  text-align: center;
}
.honor-list .item {
  position: relative;
  box-sizing: border-box;
  width: 32%;
  padding: 16px;
  margin-bottom: 30px;
  background: url("../images/honor/border.png") no-repeat center/100% 100%;
}
.honor-list .item:not(:nth-child(3n)) {
  margin-right: 1.3333333333%;
}

/** @format */
.about-banner {
  background-image: url("../images/about/banner.jpg");
}

.about-1 {
  margin-bottom: 100px;
  color: #333;
}
.about-1 .left {
  position: relative;
}
.about-1 .left .img {
  width: 400px;
  height: 530px;
}
.about-1 .left .wrap {
  position: absolute;
  right: -90px;
  bottom: 0;
  width: 230px;
  height: 300px;
  color: #fff;
  background: #4cbcc7;
}
.about-1 .left .en,
.about-1 .left .desc {
  width: 80%;
}
.about-1 .left .en {
  font-size: 20px;
  text-transform: uppercase;
}
.about-1 .left .zh {
  margin: 20px 0;
  font-size: 80px;
}
.about-1 .left .desc {
  padding-top: 10px;
  font-size: 16px;
  border-top: 1px solid #fff;
}
.about-1 .right {
  flex: 0 1 auto;
  max-width: 835px;
}
.about-1 .right .desc {
  margin-bottom: 120px;
  line-height: 30px;
}
.about-1 .right .desc p {
  margin: 0 0 40px;
}
.about-1 .company-name {
  margin: 0 0 30px;
  font-size: 32px;
}
.about-1 .our-server .title {
  margin-bottom: 40px;
  font-size: 24px;
}
.about-1 .tags {
  max-width: 700px;
}
.about-1 .tag {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #4cbcc7;
  border: 1px solid;
  border-radius: 5px;
}

.about .head {
  margin-bottom: 80px;
}
.about .head .en {
  font-size: 60px;
  text-transform: uppercase;
  opacity: 0.1;
}
.about .head .zh {
  position: relative;
  margin-top: -30px;
  font-size: 32px;
}
.about .head .desc {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 24px;
  opacity: 0.8;
}
.about .head .desc::before, .about .head .desc::after {
  position: absolute;
  left: 50%;
  content: "";
  background: #fff;
  transform: translate(-50%);
}
.about .head .desc::before {
  top: 0;
  width: 100px;
  height: 1px;
}
.about .head .desc::after {
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.about-2 {
  position: relative;
  padding: 100px 0;
  color: #fff;
  background: #000;
}
.about-2::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to bottom, #160a22, transparent 50%, transparent);
}
.about-2 .head,
.about-2 .body,
.about-2 .foot {
  position: relative;
  z-index: 1;
}
.about-2 .body {
  margin-bottom: 80px;
}
.about-2 .body .item {
  transition: 0.3s;
}
.about-2 .body .item:hover {
  transform: translateY(-10%);
}
.about-2 .body .item:hover .percent {
  color: #4cbcc7;
}
.about-2 .body .circle {
  position: relative;
  width: 174px;
  height: 174px;
}
.about-2 .body .circle::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
}
.about-2 .body .svg {
  position: absolute;
  width: 174px;
  height: 174px;
  transform: rotate(-90deg);
}
.about-2 .body .progress {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 547, 547;
  stroke-width: 3px;
}
.about-2 .body .progress-1 {
  stroke-dashoffset: 55;
}
.about-2 .body .progress-2 {
  stroke-dashoffset: 27;
}
.about-2 .body .progress-3 {
  stroke-dashoffset: 5;
}
.about-2 .body .progress-4 {
  stroke-dashoffset: 164;
}
.about-2 .body .percent {
  position: relative;
  z-index: 1;
  font-size: 50px;
  transition: 0.3s;
}
.about-2 .body .percent sup {
  top: -1.5em;
  font-size: 20px;
}
.about-2 .body .text {
  margin-top: 20px;
  font-size: 20px;
}
.about-2 .foot {
  position: relative;
  padding: 40px 50px;
  background: rgba(255, 255, 255, 0.1);
}
.about-2 .foot::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  content: "";
  background: #fff;
  transform: translate(-50%, -50%);
}
.about-2 .foot .item {
  width: 40%;
}
.about-2 .foot .text {
  font-size: 20px;
}
.about-2 .foot .iconfont {
  margin-right: 10px;
  font-size: 30px;
}
.about-2 .foot .progress {
  position: relative;
  height: 15px;
  margin: 15px 0 10px;
  background: rgba(255, 255, 255, 0.6);
}
.about-2 .foot .progress::before {
  position: absolute;
  width: 6.85%;
  height: 100%;
  content: "";
  background: #4cbcc7;
}
.about-2 .foot .primary {
  padding: 0 10px 0 20px;
  font-size: 36px;
  color: #4cbcc7;
}
.about-2 .foot .time {
  text-align: right;
}

.about-3 {
  padding: 100px 0;
  background: #f7f7f7;
}
.about-3 .head .en {
  color: #4cbcc7;
}
.about-3 .head .desc::before, .about-3 .head .desc::after {
  background: #4cbcc7;
}
.about-3 .left,
.about-3 .right,
.about-3 .mid {
  height: 500px;
}
.about-3 .left {
  margin-right: 20px;
  text-align: right;
}
.about-3 .right {
  margin-left: 30px;
}
.about-3 .item {
  position: relative;
  transition: 0.3s;
}
.about-3 .item .text-wrap {
  padding: 20px 30px;
}
.about-3 .item .zh {
  font-size: 22px;
  font-weight: 700;
}
.about-3 .item .en {
  position: relative;
  margin: 5px 0 10px;
  font-size: 18px;
  opacity: 0.8;
}
.about-3 .item .line {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #4cbcc7;
}
.about-3 .item .desc {
  margin-top: 15px;
  line-height: 2;
}
.about-3 .item:hover,
.about-3 .item:hover .icon {
  color: #fff;
  background: #4cbcc7;
}
.about-3 .mid {
  position: relative;
  width: 500px;
  border-radius: 50%;
}
.about-3 .mid::before, .about-3 .mid::after {
  position: absolute;
  content: "";
  border: 1px dashed #4cbcc7;
  border-radius: 50%;
}
.about-3 .mid::before {
  width: 370px;
  height: 370px;
}
.about-3 .mid::after {
  width: 500px;
  height: 500px;
}
.about-3 .mid .img-wrap {
  z-index: 1;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
}
.about-3 .icon {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 80px;
  color: #4cbcc7;
  background: #f7f7f7;
  border: 1px solid;
  border-radius: 50%;
  transition: 0.3s;
}
.about-3 .icon .iconfont {
  position: absolute;
  font-size: 40px;
}
.about-3 .icon.icon-1, .about-3 .icon.icon-3 {
  top: 35px;
}
.about-3 .icon.icon-2, .about-3 .icon.icon-4 {
  bottom: 35px;
}
.about-3 .icon.icon-1, .about-3 .icon.icon-2 {
  right: -140px;
}
.about-3 .icon.icon-3, .about-3 .icon.icon-4 {
  left: -140px;
}

/** @format */
.honor-header {
  margin: 30px 0 80px;
}
.honor-header .link {
  position: relative;
  padding: 0 40px 10px;
  font-size: 18px;
  transition: 0.3s;
}
.honor-header .link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 4px;
  content: "";
  transition: 0.3s;
  transform: translateX(-50%);
}
.honor-header .link.active {
  font-weight: 700;
  color: #4cbcc7;
}
.honor-header .link:hover::after, .honor-header .link.active::after {
  background: #4cbcc7;
}

/** @format */
.job-banner {
  background-image: url("../images/job/banner.jpg");
}

.welfare .head,
.job .head {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  font-size: 32px;
}
.welfare .main,
.job .main {
  max-width: 1200px;
}

.welfare {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
}
.welfare .item {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 24%;
  padding: 40px 0;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(215, 215, 215, 0.5);
  transition: 0.5s;
}
.welfare .item::before, .welfare .item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  content: "";
  background: linear-gradient(-45deg, rgba(76, 188, 199, 0.1), transparent);
  border-radius: 5px;
  opacity: 1;
  transition: 0.5s;
}
.welfare .item::after {
  background: linear-gradient(-45deg, transparent, rgba(76, 188, 199, 0.3));
  opacity: 0;
}
.welfare .item:nth-child(1) .icon {
  width: 40px;
  height: 40px;
  background: url("../images/job/welfare_icon_1_black.png");
}
.welfare .item:nth-child(2) .icon {
  width: 40px;
  height: 40px;
  background: url("../images/job/welfare_icon_2_black.png");
}
.welfare .item:nth-child(3) .icon {
  width: 40px;
  height: 40px;
  background: url("../images/job/welfare_icon_3_black.png");
}
.welfare .item:nth-child(4) .icon {
  width: 40px;
  height: 40px;
  background: url("../images/job/welfare_icon_4_black.png");
}
.welfare .item:nth-child(5) .icon {
  width: 40px;
  height: 40px;
  background: url("../images/job/welfare_icon_5_black.png");
}
.welfare .item:nth-child(6) .icon {
  width: 40px;
  height: 40px;
  background: url("../images/job/welfare_icon_6_black.png");
}
.welfare .item:nth-child(7) .icon {
  width: 40px;
  height: 40px;
  background: url("../images/job/welfare_icon_7_black.png");
}
.welfare .item:nth-child(8) .icon {
  width: 40px;
  height: 40px;
  background: url("../images/job/welfare_icon_8_black.png");
}
.welfare .item .text {
  margin-top: 15px;
  font-size: 18px;
}
.welfare .item:hover {
  box-shadow: 0 0 10px 5px rgba(76, 188, 199, 0.5);
}
.welfare .item:hover::before {
  opacity: 0;
}
.welfare .item:hover::after {
  opacity: 1;
}

.job {
  margin-bottom: 50px;
}
.job .table-head,
.job .table-list .item {
  min-height: 60px;
}
.job .table-head {
  font-size: 18px;
  color: #fff;
  background: #4cbcc7;
}
.job .table-list .item {
  position: relative;
  margin-top: -1px;
  font-size: 16px;
}
.job .left {
  box-sizing: border-box;
  width: 350px;
  padding-right: 50px;
}
.job .left .link {
  display: block;
  line-height: 60px;
  border: 1px solid #d7d7d7;
  transition: 0.3s;
}
.job .left .link.disabled {
  color: #d7d7d7;
  pointer-events: none;
}
.job .left .link:hover, .job .left .link.active {
  position: relative;
  z-index: 1;
  color: #4cbcc7;
  border-color: #4cbcc7;
}
.job .right {
  flex: 1;
}
.job .right .table-head {
  padding: 0 50px;
}
.job .right .item {
  padding: 0 50px;
  margin-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 0;
}
.job .right .item:hover .wrap, .job .right .item.open .wrap {
  color: #4cbcc7;
  background: #f7f7f7;
}
.job .right .item.open {
  padding-bottom: 20px;
  border-color: #4cbcc7;
}
.job .right .item.open .content {
  display: block;
}
.job .right .item.open .col-4 {
  transform: rotate(180deg);
}
.job .right .wrap {
  padding: 0 50px;
  margin: 0 -50px;
  line-height: 60px;
  cursor: pointer;
  transition: 0.3s;
}
.job .right .content {
  display: none;
  margin-top: 30px;
}
.job .right .content .title,
.job .right .content .desc {
  font-size: 14px;
  line-height: 2em;
}
.job .right .content .title {
  font-weight: 700;
  color: #4cbcc7;
}
.job .right .content .desc {
  margin-bottom: 40px;
}
.job .right .col-1 {
  flex: 0 0 250px;
}
.job .right .col-2,
.job .right .col-3,
.job .right .col-4 {
  min-width: 5%;
  text-align: center;
}
.job .right .link-btn {
  width: auto;
  min-width: 140px;
  padding: 0 10px;
}

/** @format */
.solution-banner {
  background-image: url("../images/solution/banner.jpg");
}

.solu-1 {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  font-size: 16px;
  line-height: 2em;
}

.solu-2,
.solu-3,
.solu-4,
.solu-5,
.solu-6 {
  position: relative;
}
.solu-2 .head,
.solu-3 .head,
.solu-4 .head,
.solu-5 .head,
.solu-6 .head {
  position: relative;
  z-index: 1;
}

.solu-2 {
  padding: 100px 0;
  background: url("../images/solution/bg_1.jpg") no-repeat center/cover;
}
.solu-2::before {
  background: rgba(0, 0, 0, 0.7);
}
.solu-2 .head {
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.solu-2 .head .primary {
  color: #4cbcc7;
}
.solu-2 .head .desc {
  margin: 20px 0 50px;
  font-size: 16px;
  color: #fff;
}
.solu-2 .body .item {
  position: relative;
  box-sizing: border-box;
  width: 32%;
  height: 250px;
  padding: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}
.solu-2 .body .item .title {
  position: relative;
  padding-top: 25px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1em;
}
.solu-2 .body .item .title::before {
  position: absolute;
  top: 0;
  width: 50px;
  height: 4px;
  content: "";
  background: #eee;
}
.solu-2 .body .item .desc {
  position: relative;
  z-index: 1;
  line-height: 1.8;
  color: #7f7f7f;
}
.solu-2 .body .item .iconfont {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 200px;
  color: #d7d7d7;
  opacity: 0.5;
}

.solu-3,
.solu-5 {
  background: url("../images/index/solution/bg.jpg") no-repeat center/cover;
}
.solu-3 .item,
.solu-5 .item {
  box-sizing: border-box;
  width: 19%;
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
}
.solu-3 .title,
.solu-5 .title {
  margin: 30px 10px;
  font-size: 16px;
  font-weight: 700;
}
.solu-3 .desc,
.solu-5 .desc {
  height: 55px;
  line-height: 1.5em;
  color: #aaa;
}

.solu-4 {
  background: url("../images/solution/bg_2.jpg") no-repeat center/cover;
}
.solu-4::before {
  background: rgba(0, 0, 0, 0.05);
}
.solu-4 .text {
  padding: 15px 0;
  font-size: 16px;
}
.solu-4 .item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.solu-4 .list-1 {
  margin-bottom: 30px;
}
.solu-4 .list-1 .item {
  width: 24%;
  transition: 0.3s;
}
.solu-4 .list-1 .item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  content: "立即查看";
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s;
}
.solu-4 .list-1 .item:hover a::after {
  opacity: 1;
}
.solu-4 .list-2 .item {
  width: 19%;
  text-align: center;
}
.solu-4 .list-2 .item:hover .qrcode-wrap {
  opacity: 1;
}
.solu-4 .list-2 .qrcode-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s;
}
.solu-4 .list-2 .qrcode-wrap img {
  width: 90%;
}
.solu-4 .list-2 .text {
  padding: 0 0 15px;
}
.solu-4 .xcx {
  width: 700px;
  margin: 30px auto 0;
  font-size: 16px;
  color: #4cbcc7;
}

.solu-5 .item {
  width: 32%;
  margin-bottom: 20px;
}

.solu-6 {
  position: relative;
  background: url("../images/solution/bg_3.jpg") no-repeat center/cover;
}
.solu-6::before {
  background: rgba(0, 0, 0, 0.15);
}
.solu-6 .item {
  box-sizing: border-box;
  width: 19%;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  transition: 0.3s;
}
.solu-6 .item:hover {
  transform: scale(1.1);
}
.solu-6 .img {
  max-height: 70px;
}
.solu-6 .foot {
  position: relative;
  margin-top: 50px;
}
.solu-6 .link-btn {
  width: 300px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
}

/** @format */
.urlset {
  padding-bottom: 50px;
}
.urlset a {
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
  color: #555;
  transition: 0.3s;
}
.urlset a:hover {
  color: #4cbcc7;
}
.urlset > .aurl {
  margin-bottom: 20px;
}
.urlset > .aurl > a {
  padding-left: 10px;
  font-weight: 700;
  border-left: 4px solid #4cbcc7;
}
.urlset .sub-ul {
  padding-left: 2em;
  margin-top: 10px;
}
.urlset .sub-ul .aurl {
  margin-bottom: 10px;
}
.urlset .sub-ul .aurl a {
  font-size: 14px;
}

.friendlink-list a {
  box-sizing: border-box;
  width: 20%;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}
.friendlink-list a:hover {
  box-shadow: 0 0 10px 0 rgba(76, 188, 199, 0.5);
}

/** @format */
@media (min-width: 1200px) and (max-width: 1440px) {
  .footer .nav .link {
    font-size: 14px;
  }
  .footer .title {
    font-size: 12px;
  }
  .footer .icon-sales {
    font-size: 50px;
  }
  .footer .phone-num {
    height: 120px;
    margin: 0 20px;
    white-space: nowrap;
  }
  .footer .phone-num p {
    font-size: 14px;
  }
  .footer .left {
    margin-right: 20px;
  }
  .footer .mid {
    padding: 0 20px;
  }
  .footer .mid .tj {
    font-size: 12px;
  }
  .footer .friendlink {
    padding-left: 20px;
  }
  .solu-2 .body .item {
    padding: 25px;
  }
  .server-1 {
    max-width: 1000px;
  }
  .server-2 .item .right {
    padding-left: 50px;
  }
  .server-2 .item .desc-list {
    font-size: 14px;
  }
  .server-2 .item .link-btn {
    position: relative;
    margin-top: 15px;
  }
  .news .left .text-wrap {
    padding: 0 20px 0 10px;
  }
  .map .wrap {
    width: 1000px;
  }
  .about-1 .left .wrap {
    right: -10px;
  }
  .about-1 .right {
    max-width: 550px;
  }
  .about-1 .right .desc {
    margin-bottom: 50px;
  }
  .about-1 .right .tag {
    width: 100px;
  }
  .i-solution .terminal .item {
    height: 150px;
  }
  .i-solution .terminal .item .icon {
    width: 80px;
    height: 80px;
  }
  .i-solution .terminal .item .text {
    font-size: 16px;
  }
  .i-solution .terminal .sub-item .icon {
    width: 30px;
    height: 30px;
  }
  .i-case .swiper-slide .right {
    padding-left: 50px;
  }
  .i-case .swiper-slide .link-btn {
    width: 100px;
  }
  .i-customer .icon-wrap {
    width: 12%;
  }
  .i-news .left .desc {
    margin: 30px 0;
  }
  .i-news .right .item {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .main {
    width: 1000px;
  }
  .contact .body .item:first-child {
    flex: 0 1 350px;
  }
  .contact .body .qrcode {
    width: 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .main {
    width: 1200px;
  }
  .footer .mid .img {
    width: 100px;
    height: 100px;
  }
}/*# sourceMappingURL=style.css.map */