body {
  font: 16px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1,
    Tahoma, Arial, sans-serif;
  color: #545454;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top {
  background: url(../images/top-bg.jpg) no-repeat;
  height: 560px;
  background-size: 100% 100%;
  padding-top: 20px;
}

.logo {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  float: left;
  margin: 0;
}
.logo img {
  height: 60px;
}
.menu {
  float: right;
  margin-top: 8px;
}
.menu li {
  float: left;
}
.menu li a {
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
}
.banner-right {
  height: 400px;
  margin-top: 30px;
  float: right;
  margin-right: 5%;
  max-width: 45%;
}
.banner-left {
  float: left;
  width: 50%;
  color: #fff;
}
.banner-h {
  font-weight: bold;
  font-size: 30px;
  margin-top: 60px;
}
.banner-text {
  font-size: 16px;
  margin: 25px 0;
  line-height: 30px;
}
.banner-btn {
  cursor: pointer;
  background: #e7af0a;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
}
.con {
  padding: 55px 0;
}
.con-h {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}
.con-h span {
  position: relative;
  display: inline-block;
}
.con-sub-h {
  text-align: center;
  color: #999;
}
.con-h-icon {
  width: 150px;
  height: 50px;
  position: absolute;
  top: 38px;
}
.i-wms-wrap {
  background: #fff;
}

.i-wms-ul {
  margin-right: -50px;
}
.i-wms-li {
  float: left;
  width: 33.33%;
  margin-top: 30px;
}
.i-wms-box {
  margin-right: 50px;
}
.i-wms-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgb(34 171 227 / 30%);
  text-align: center;
  line-height: 50px;
  float: left;
}
.i-wms-icon .iconfont {
  font-size: 26px;
  color: #22abe3;
}
.i-wms-con {
  margin-left: 75px;
  line-height: 30px;
}

.i-wms-h {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 10px 0;
}
.i-wms-text {
  min-height: 60px;
  word-break: normal;
  word-wrap: break-word;
}
.i-wms-text2 {
  min-height: 30px;
}
.i-good {
  background: #fff;
}
.i-good-ul {
  margin-right: -30px;
}
.i-good-li {
  float: left;
  width: 33.33%;
  margin-top: 30px;
  border-radius: 5px;
  -webkit-transition: all 220ms ease;
  -moz-transition: all 220ms ease;
  -ms-transition: all 220ms ease;
  transition: all 220ms ease;
}
.i-good-box:hover {
  background-color: #22abe3;
  color: #fff;
  -webkit-transition: all 220ms ease;
  -moz-transition: all 220ms ease;
  -ms-transition: all 220ms ease;
  transition: all 220ms ease;
}
.i-good-box:hover .i-good-icon .iconfont {
  color: #fff;
}
.i-good-box {
  border: 1px solid #e0e1e2;
  padding: 20px;
  border-radius: 5px;
  margin-right: 30px;
  background-color: #fff;
}
.i-good-icon {
  float: left;
  margin-top: 32px;
}
.i-good-icon .icon {
  font-size: 50px;
}
.i-good-con {
  margin-left: 70px;
  line-height: 26px;
}
.i-good-tit {
  font-size: 22px;
  margin-bottom: 10px;
}
.i-good-text {
  height: 78px;
}
.i-tms-wrap {
  background: url(../images/wms.png) left top no-repeat;
  background-size: 100% 100%;
}
.i-tms-box {
  border: 2px solid #22abe3;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  position: relative;
  border-radius: 5px;
  margin-top: 40px;
}
.i-tms-left {
  position: absolute;

  width: 160px;
  background: #22abe3;
  top: 20px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  border-radius: 5px;
  bottom: 20px;
}
.i-tms-left > div {
  display: table;
  height: 100%;
  width: 100%;
}
.i-tms-left > div > div {
  display: table-cell;
  vertical-align: middle;
}

.i-tms-left div.first {
  display: flex;
  align-items: center;
  justify-content: center;
}

.i-tms-left div.first.text-vertical {
  writing-mode: vertical-lr;
  letter-spacing: 5px;
}

.i-tms-ul {
  margin-left: 160px;
}
.i-tms-li {
  width: 16.666%;
  float: left;
}
.i-tms-li2 {
  width: 33.333%;
}
.i-tms-li3 {
  width: 100%;
  margin-bottom: 0 !important;
}
.i-tms-li3 + .i-tms-li3 {
  margin-top: 10px;
}
.i-tms-li3 .i-tms-text {
  text-align: left;
  padding: 10px;
  line-height: 26px;
}
.i-tms-tit {
  background: #22abe3;
  line-height: 46px;
  text-align: center;
  border-radius: 5px;
  margin-left: 20px;
  color: #fff;
}
.i-tms-text {
  border: 1px dashed #22abe3;
  line-height: 46px;
  text-align: center;
  border-radius: 5px;
  margin-left: 20px;
  margin-top: 20px;
}
.vertical {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#22ABE3',endColorStr='#36DCC8',gradientType='0');
  background: -moz-linear-gradient(top, #22abe3, #36dcc8);
  background: -o-linear-gradient(top, #22abe3, #36dcc8);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#22abe3),
    to(#36dcc8)
  );
}
.i-tms-box2 {
  margin-top: 20px;
}
.i-tms-box2 .i-tms-left {
  font-size: 18px;
}
.i-tms-box2 .i-tms-text {
  margin-top: 0;
}
.footer {
  background: #5a5c68;
  color: #fff;
  text-align: center;
  padding: 50px 0 0;
}
.footer-h {
  font-size: 26px;
  margin-bottom: 20px;
}
.footer-contact {
  margin: 40px 0;
}
.footer-contact-li {
  display: inline-block;
  width: 150px;
  font-size: 14px;
  margin: 0 3%;
}
.footer-contact-li img {
  width: 100%;
  margin-bottom: 3px;
}
.footer-b {
  border-top: 1px solid #6b6d7a;
  padding: 20px 0;
}
.footer-tel {
  display: inline-block;
  margin: 0 20px;
}
.footer-tel a {
  color: #fff;
}
.footer-b-icon {
  width: 40px;
  height: 40px;
  background: #33dcc7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.footer-b-icon .iconfont {
  font-size: 20px;
}

#to-back {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
#to-back i {
  font-size: 32px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer-text {
  font-size: 12px;
  line-height: 24px;
  margin-top: 10px;
}
.lang {
  float: right;
  margin-top: 6px;
  position: relative;
}
#language-icon .icon {
  font-size: 26px;
  cursor: pointer;
}

.dropdown-list {
  position: absolute;
  background-color: #fff;
  left: -35px;
  padding: 5px 20px;
  border-radius: 5px;
  top: 35px;
  display: none;
}
.dropdown-list:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -3px;
}
.dropdown-list li {
  line-height: 40px;
  cursor: pointer;
}
.dropdown-list li + li {
  border-top: 1px solid #eee;
}

.sidebar-cta {
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 40%;
  width: 186px;
  height: 171px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  text-align: center;
}
.sidebar-cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/ball.png");
  background-size: cover;
  background-position: center;
}
.sidebar-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sidebar-cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* 图片的下半部分有渐变，图片的中心不是真正的圆形的中心，所以需要调整一下 */
  height: 93%;
  color: #bb2700;
  line-height: 40px;
}
.sidebar-cta h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
  text-shadow: 1px 1px 0px #fcfcfc;
}
.sidebar-cta h2.large {
  font-size: 32px;
}
.close-button {
  position: absolute;
  top: -0;
  right: -0;
  cursor: pointer;
  z-index: 3;
}
.i-partner {
  overflow: hidden;
}
.i-partner-con {
  margin-right: -20px;
}
.i-partner-li {
  width: 25%;
  float: left;
  margin-top: 20px;
}
.i-partner-img {
  background-color: #fff;
  text-align: center;
  border: 1px solid #e0e1e2;
  border-radius: 2px;
  display: block;
  padding: 10px;
  margin-right: 20px;
  img {
    height: 100px;
    max-width: 100%;
  }
}
.i-honor {
  background: url(../images/map.png) center 60px no-repeat #f9f9f9;
}
.i-honor-con {
  padding: 0 70px;
  position: relative;
}
.i-honor-li {
  float: left;
  background: #ffffff;
  box-shadow: 0px 4px 21px 0px rgba(139, 139, 139, 0.17);
  text-align: center;
  padding: 24px 20px;
  border-radius: 12px;
  margin-right: 22px;
}
.i-honor-li img {
  max-width: 100%;
  height: 273px;
}
.i-honor-text {
  font-size: 18px;
  color: #20b0e5;
  margin-top: 10px;
  font-weight: bold;
}
.i-honor-scroll {
  overflow: hidden;
  position: relative;
  height: 399px;
  margin-top: 50px;
}
.i-honor-ul {
  position: absolute;
  width: 3700px;
}
.i-honor-left,
.i-honor-right {
  position: absolute;
  top: 50%;
  width: 46px;
  line-height: 44px;
  height: 46px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  color: #20b0e5;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 6px rgba(139, 139, 139, 0.17);
}
.i-honor-left {
  left: 0;
}
.i-honor-right {
  right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 991px) {
  .banner-right,
  .menu {
    display: none;
  }
  .banner-h {
    margin-top: 20px;
  }
  .banner-left {
    width: 100%;
  }
  .top {
    height: auto;
    padding-bottom: 30px;
  }
  .con {
    padding: 20px 0;
  }
  .i-wms-li {
    width: 100%;
    margin-top: 20px;
  }
  .i-wms-text {
    height: auto;
  }
  .i-tms-li {
    width: 100%;
    margin-bottom: 20px;
  }
  .i-tms-li2 {
    width: 100%;
  }
  .i-tms-ul {
    margin-left: 0;
  }
  .i-tms-left {
    position: static;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .i-tms-text {
    margin-top: 10px;
    margin-left: 0;
  }
  .i-good-li {
    width: 100%;
  }
  .i-partner-li {
    width: 50%;
  }
  .i-good-ul,
  .i-wms-ul {
    margin: 0;
  }
  .tese {
    display: none;
  }
}

@media (max-width: 768px) {
  .logo img {
    height: 40px;
  }
  .i-honor {
    display: none;
  }
}
