@-webkit-keyframes indicator-animation {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  50% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@keyframes indicator-animation {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  50% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes opacity-zero-one-animation {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@keyframes opacity-zero-one-animation {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes opacity-one-zero-animation {
  0% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@keyframes opacity-one-zero-animation {
  0% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
input {
  -webkit-appearance: none;
  -webkit-user-select: auto;
  padding: 0;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
li {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
}
a {
  display: inline-block;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
h2 {
  margin: 0;
}
.img {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% !important;
}
body {
  font-family: AG, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  width: 100%;
  height: 100%;
  position: relative;
}
.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: #191919;
  display: none;
}
.loader .indicators {
  width: .3rem;
  height: .3rem;
  border-radius: 100%;
  background-color: #f1f1f1;
  animation: indicator-animation 1.5s infinite ease-in-out;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-300%, -200%);
}
.loader .indicators:before,
.loader .indicators:after {
  width: .3rem;
  height: .3rem;
  border-radius: 100%;
  background-color: #f1f1f1;
  animation: indicator-animation 1.5s infinite ease-in-out;
  position: absolute;
  content: "";
  transform-origin: center center;
}
.loader .indicators:before {
  left: 1rem;
}
.loader .indicators:after {
  left: 2rem;
}
header nav {
  height: 3.33rem;
  padding: 0 .64rem;
  display: flex;
  align-items: center;
}
header nav .nav-logo a {
  width: 1.47rem;
  height: 1.56rem;
  background-image: url("../images/logo.png");
}
header nav .nav-pages-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
header nav .nav-pages-wrap .nav-pages {
  height: 100%;
  width: 10.66rem;
  background: #ffffff;
  position: absolute;
  right: -10.66rem;
  padding-top: 3.33rem;
}
header nav .nav-pages-wrap .nav-pages .parent-nav {
  padding-left: 1.04rem;
  margin-bottom: 1.2rem;
}
header nav .nav-pages-wrap .nav-pages .parent-nav .link a {
  width: 100%;
  font-size: 0.64rem;
  margin-bottom: 1.2rem;
  position: relative;
  transform: translate3d(0, 0, 0);
}
header nav .nav-pages-wrap .nav-pages .parent-nav .link a span {
  width: .62rem;
  height: 100%;
  display: inline-block;
  position: absolute;
  z-index: 6;
  left: 80%;
  background: url("../images/nav-up-arrow.png") no-repeat center center;
  background-size: .62rem .34rem;
  transition: all .5s ;
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
header nav .nav-pages-wrap .nav-pages .parent-nav .link a span.open {
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
header nav .nav-pages-wrap .nav-pages .parent-nav a {
  transition: all .2s;
  font-size: 0.55rem;
  color: #000;
  margin-bottom: .9rem;
}
header nav .nav-pages-wrap .nav-pages .parent-nav a.active {
  color: #df0011;
}
header nav .nav-pages-wrap .nav-pages .parent-nav .child-nav i {
  padding-right: .7rem;
}
header nav .nav-pages-wrap .nav-pages .erweima {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 18rem;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
}
header nav .nav-pages-wrap .nav-pages .erweima img {
  width: 3rem;
  margin: 0 auto .1rem;
}
header nav .nav-pages-wrap .nav-pages .erweima p {
  font-size: .35rem;
}
header nav .nav-toggle {
  width: .85rem;
  height: 3.33rem;
  margin-left: auto;
  position: absolute;
  z-index: 5;
  right: .64rem;
  transition: all .2s;
  background: url("../images/nav-close.png") no-repeat center center / 0rem;
}
header nav .nav-toggle .lines {
  display: block;
  width: 100%;
  height: .09rem;
  background-color: #000;
  transition: all .1s;
  position: relative;
  top: 50%;
}
header nav .nav-toggle .lines:before,
header nav .nav-toggle .lines:after {
  display: block;
  width: 100%;
  height: .09rem;
  background-color: #000;
  transition: all .1s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: center center;
}
header nav .nav-toggle .lines:before {
  top: .3rem;
}
header nav .nav-toggle .lines:after {
  top: -0.3rem;
}
header nav .nav-toggle.close-nav {
  background-size: .8rem;
  animation: opacity-zero-one-animation 0.5s ease-in-out;
}
header nav .nav-toggle.close-nav .lines {
  opacity: 0;
}
header nav .nav-toggle.close-nav .lines:before,
header nav .nav-toggle.close-nav .lines:after {
  background-color: #000000;
  transform: none;
  width: 100%;
  top: 0;
}
footer {
  height: 5.4rem;
  padding: .8rem .66rem;
  text-align: center;
  background: #FAFAFA;
  color: #9D9D9D;
  font-size: 0.5rem;
}
footer p {
  margin-bottom: 0;
}
footer span {
  height: .7rem;
  line-height: .7rem;
  padding-left: 1rem;
  display: inline-block;
}
footer div.address {
  margin-bottom: .5rem;
}
footer div.address span {
  background: url("../images/address-icon.png") no-repeat left top / 0.66rem;
}
footer div.tel {
  padding-bottom: .6rem;
  margin-bottom: .6rem;
  border-bottom: 0.02rem solid #d8d8d8;
}
footer div.tel span {
  background: url("../images/tel-icon.png") no-repeat left top / 0.7rem;
}
footer div.copyright {
  font-size: 0.4rem;
  line-height: .65rem;
}
main .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
main .swiper-container .swiper-pagination-custom,
main .swiper-container .swiper-pagination-fraction {
  bottom: 1.02rem;
}
main .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/swiper-button.png") no-repeat center center / 0.3rem;
  margin: 0 .4rem;
}
main .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/swiper-button-active.png") no-repeat center center / 0.3rem;
}
main .swiper-prev-next div {
  border: none;
  outline: none;
}
main .model .model-title-wrap {
  position: relative;
  height: 2.65rem;
  border-bottom: 0.02rem solid #d8d8d8;
}
main .model .model-title-wrap .model-title {
  width: 5.86rem;
  height: 2.67rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: #ffffff url("../images/mtitle-bg.png") no-repeat top left / 1.66rem 2.67rem;
}
main .model .model-title-wrap .model-title h2.title {
  font-weight: 400;
  font-size: 0.64rem;
  margin: 0 0 .25rem;
  padding-top: .8rem;
  letter-spacing: .18rem;
}
main .model .model-title-wrap .model-title p.desc {
  font-size: 0.34rem;
  font-weight: 400;
  margin-bottom: .3rem;
  letter-spacing: .03rem;
}
main .model .model-title-wrap .model-title:after {
  content: "";
  width: .43rem;
  height: .11rem;
  background: #dc0a1e;
  position: absolute;
  left: .6rem;
}
main .welcome-banner {
  width: 100%;
  height: 13.86rem;
  margin-bottom: 1.73rem;
}
main .welcome-banner img {
  width: 100%;
}
main .model4 {
  margin-bottom: 2rem;
}
main .model4 .model-title-wrap {
  margin-left: .66rem;
  margin-bottom: .2rem;
}
main .model4 .swiper-container {
  padding-bottom: .6rem;
}
main .model4 .swiper-container .item img {
  width: 100%;
  height: 100%;
}
main .model4 .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
main .model4 .swiper-container .swiper-pagination-custom,
main .model4 .swiper-container .swiper-pagination-fraction {
  bottom: -0.15rem;
}
main .panels {
  margin: 0 0 1.17rem .66rem;
}
main .panels .model-title-wrap {
  margin-bottom: 1.17rem;
  margin-left: 0;
}
main .panels .model-title-wrap .model-title h2 {
  margin: 0 0 .45rem !important;
}
main .panels .content-wrap {
  position: relative;
}
main .panels .content-wrap .content-title {
  width: 9.47rem;
  height: 2.99rem;
  line-height: 2.99rem;
  background: #df0011;
  text-align: center;
  color: #fff;
  font-size: .51rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
main .panels .content-wrap .content-title h2 {
  display: inline-block;
}
main .panels .content-wrap .content-title h2.underline {
  padding-bottom: .2rem;
  border-bottom: .02rem solid #fff;
}
main .panels .content-wrap .content {
  margin-right: .66rem;
  padding: 2.2rem .6rem .5rem;
  position: absolute;
  top: 1.5rem;
  line-height: 1.02rem;
}
main .panels .content-wrap .content p {
  font-size: .55rem;
  margin-bottom: .8rem;
  letter-spacing: .02rem;
  text-align: justify;
}
main .content-title h2 {
  font-size: .51rem;
}
.index main .welcome-slides {
  width: 100%;
  height: 13.88rem;
  margin-bottom: 1.73rem;
  position: relative;
}
.index main .welcome-slides:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.index main .welcome-slides .swiper-container {
  width: 100%;
  height: 13.88rem;
}
.index main .welcome-slides .swiper-container .item span.img {
  width: 100%;
  height: 100%;
  display: block;
}
.index main .welcome-slides .swiper-container .item span.sl1 {
  background-image: url("../images//banner-sl01.png");
}
.index main .welcome-slides .swiper-container .item span.sl2 {
  background-image: url("../images//banner-sl02.png");
}
.index main .welcome-slides .swiper-container .item span.sl3 {
  background-image: url("../images//banner-sl03.png");
}
.index main .welcome-slides .swiper-container .item .welcome-intro {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 6.46rem;
  font-size: 1.02rem;
  font-weight: 500;
  color: #ffffff;
}
.index main .welcome-slides .swiper-container .welcome-tab {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 5.4rem;
  color: rgba(220, 11, 28, 0.35);
  font-size: 1.07rem;
  z-index: 3;
}
.index main .welcome-slides .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
.index main .welcome-slides .swiper-container .swiper-pagination-custom,
.index main .welcome-slides .swiper-container .swiper-pagination-fraction {
  bottom: 1.02rem;
}
.index main .welcome-slides .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.index main .welcome-slides .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #dc0b1c;
  border-color: #dc0b1c;
}
.index main .model1 {
  margin-bottom: .87rem;
}
.index main .model1 .model-title-wrap {
  margin-left: .66rem;
  margin-bottom: 1.15rem;
}
.index main .model1 .doWhat-slides .swiper-container {
  width: 100%;
  height: 9.5rem;
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link {
  width: 100%;
  height: 100%;
  display: block;
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item {
  margin: 0 .66rem;
  height: 8.1rem;
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .img {
  width: 100%;
  height: 3.2rem;
  display: block;
  margin-bottom: .7rem;
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .img.sl1 {
  background-image: url("../images//index-m-sl01.png");
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .img.sl2 {
  background-image: url("../images//index-m-sl02.png");
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .img.sl3 {
  background-image: url("../images//index-m-sl03.png");
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .img.sl4 {
  background-image: url("../images//index-m-sl04.png");
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .item-desc {
  padding: 0 0 0 .64rem;
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .item-desc h2 {
  font-size: 0.64rem;
  color: #dc0a1e;
  margin: 0 0 .3rem;
  font-weight: normal;
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .item-desc span {
  width: 0.43rem;
  height: 0.11rem;
  display: block;
  margin-bottom: .3rem;
  background: #dc0a1e;
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .item-desc p {
  font-size: 0.43rem;
  margin-bottom: .4rem;
  color: #000;
}
.index main .model1 .doWhat-slides .swiper-container a.slide-link .item .item-desc small {
  color: #000;
  font-size: 0.38rem;
  padding-bottom: .05rem;
  border-bottom: .02rem solid #000;
}
.index main .model1 .doWhat-slides .swiper-container > .swiper-pagination-bullets,
.index main .model1 .doWhat-slides .swiper-container .swiper-pagination-custom,
.index main .model1 .doWhat-slides .swiper-container .swiper-pagination-fraction {
  bottom: 0;
}
.index main .model2 {
  margin-bottom: 1.73rem;
}
.index main .model2 .model-title-wrap {
  margin-left: .66rem;
  margin-bottom: 1.17rem;
}
.index main .model2 .didWhat-slides .swiper-container {
  width: 100%;
  height: 13.17rem;
}
.index main .model2 .didWhat-slides .swiper-container .item {
  position: relative;
  background: #fff;
}
.index main .model2 .didWhat-slides .swiper-container .item .case-desc {
  width: 14.73rem;
  height: 4.09rem;
  padding: .64rem 0 0 .78rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: #df0011;
}
.index main .model2 .didWhat-slides .swiper-container .item .case-desc p {
  width: 10.2rem;
  font-size: 0.43rem;
  color: #ffffff;
  margin-bottom: .3rem;
  line-height: .8rem;
}
.index main .model2 .didWhat-slides .swiper-container .item .case-desc span {
  width: 0.29rem;
  height: 0.07rem;
  background: #ffffff;
  display: block;
  margin-bottom: .4rem;
}
.index main .model2 .didWhat-slides .swiper-container .item .case-desc a {
  color: #fff;
  font-size: 0.34rem;
  padding-bottom: .03rem;
  border-bottom: .01rem solid #fff;
}
.index main .model2 .didWhat-slides .swiper-container .item .case-img {
  width: 100%;
  height: 11.15rem;
  padding: .64rem;
  position: absolute;
  top: 2.03rem;
  background: #f3f0f0;
}
.index main .model2 .didWhat-slides .swiper-container .item .case-img span.sl1 {
  background-image: url("../images/index-c-sl01.png");
}
.index main .model2 .didWhat-slides .swiper-container .item .case-img span.sl2 {
  background-image: url("../images/index-c-sl02.png");
}
.index main .model2 .didWhat-slides .swiper-container .item .case-img span.sl3 {
  background-image: url("../images/index-c-sl03.png");
}
.index main .model2 .didWhat-slides .swiper-container .swiper-button-prev,
.index main .model2 .didWhat-slides .swiper-container .swiper-container-rtl .swiper-button-next {
  width: .85rem;
  height: .85rem;
  top: 3.2rem;
  left: 60%;
  background: url(../images/arrow-left.png) no-repeat center center / 0.85rem;
}
.index main .model2 .didWhat-slides .swiper-container .swiper-button-next,
.index main .model2 .didWhat-slides .swiper-container .swiper-container-rtl .swiper-button-prev {
  width: .85rem;
  height: .85rem;
  top: 3.2rem;
  right: 13.75%;
  background: url(../images/arrow-right.png) no-repeat center center / 0.85rem;
}
.index main .model3 {
  margin-bottom: 1.73rem;
}
.index main .model3 .model-title-wrap {
  margin-left: .66rem;
  margin-bottom: 1.17rem;
}
.index main .model3 .join-us-bg {
  position: relative;
}
.index main .model3 .join-us-bg img {
  width: 100%;
  height: 7.06rem;
}
.index main .model3 .join-us-bg a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.64rem;
  padding-bottom: .04rem;
  border-bottom: .04rem solid #fff;
}
.aboutUs .panel1 {
  height: 27.8rem;
}
.aboutUs .panel1 .content-wrap {
  height: 23.22rem;
}
.aboutUs .panel1 .content-wrap .content {
  height: 21.86rem;
}
.aboutUs .panel2 {
  margin-left: 0;
  margin-right: 0;
}
.aboutUs .panel2 .swiper-container {
  height: 15.5rem;
}
.aboutUs .panel2 .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
.aboutUs .panel2 .swiper-container .swiper-pagination-custom,
.aboutUs .panel2 .swiper-container .swiper-pagination-fraction {
  bottom: -0.1rem;
}
.aboutUs .panel2 .content-wrap .content-title {
  width: 10rem;
  height: 2.13rem;
  line-height: 2.13rem;
  left: 0;
}
.aboutUs .panel2 .content-wrap .content {
  height: 12.5rem;
  margin-right: 0;
  top: 1.47rem;
  padding-top: 1.2rem;
  margin-left: .66rem;
  margin-right: .66rem;
}
.aboutUs .panel2 .content-wrap .content ul li {
  position: relative;
  font-size: .55rem;
  margin-bottom: .5rem;
  letter-spacing: .02rem;
  text-align: justify;
  padding-left: .6rem;
}
.aboutUs .panel2 .content-wrap .content ul li:before {
  content: "";
  position: absolute;
  width: .35rem;
  height: .35rem;
  background-color: #000;
  left: 0;
  top: .25rem;
}
.aboutUs .panel2 .content-wrap .content strong {
  font-size: .55rem;
  color: #df0011;
}
.business .panel1 {
  height: 15.24rem;
}
.business .panel2 {
  height: 23rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .66rem;
}
.business .panel2 .swiper-container {
  height: 15.5rem;
}
.business .panel2 .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
.business .panel2 .swiper-container .swiper-pagination-custom,
.business .panel2 .swiper-container .swiper-pagination-fraction {
  bottom: 1.2rem;
}
.business .panel2 .content-wrap .content-title {
  width: 8.06rem;
  height: 2.99rem;
  line-height: 2.99rem;
  left: -0.66rem;
}
.business .panel2 .content-wrap .content {
  width: 100%;
  height: 21rem;
  top: 2rem;
  padding: 2rem 0 .5rem;
}
.business .panel2 .content-wrap .content span.title {
  display: inline-block;
  font-size: 0.6rem;
  color: #dd0b1f;
  margin: 0 .66rem;
  margin-bottom: .3rem;
}
.business .panel2 .content-wrap .content p {
  margin: 0 .66rem 1rem;
}
.business .panel2 .content-wrap .content ul {
  margin: 0 .66rem;
  background: url("../images/bn-slide-bg.png") no-repeat center center / 80%;
}
.business .panel2 .content-wrap .content ul li {
  position: relative;
  font-size: .55rem;
  margin-bottom: .5rem;
  letter-spacing: .02rem;
  text-align: justify;
}
.business .panel2 .content-wrap .content ul li h3 {
  font-size: .6rem;
  color: #dd0b1f;
  display: inline-block;
  border-bottom: 0.01rem solid #dd0b1f;
  padding-right: .1rem;
}
.business .panel2 .content-wrap .content ul li h3 i {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  background: #dd0b1f;
  color: #fff;
  font-size: .6rem;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-align: center;
  margin-right: .4rem;
}
.business .panel2 .content-wrap .content ul li p {
  margin: 0 0 1rem;
}
.business .panel2 .content-wrap .content strong {
  font-size: .55rem;
  color: #df0011;
}
.business .panel3 {
  height: 22rem;
  margin: 0 .66rem;
  position: relative;
}
.business .panel3 .content-wrap .content-title {
  width: 8.06rem;
  left: -0.66rem;
}
.business .panel3 .content-wrap .swiper-prev-next .swiper-button-prev,
.business .panel3 .content-wrap .swiper-prev-next .swiper-container-rtl .swiper-button-next {
  width: .85rem;
  height: .85rem;
  top: 2.6rem;
  left: 60%;
  background: url(../images/arrow-left1.png) no-repeat center center / 0.85rem;
  z-index: 999;
}
.business .panel3 .content-wrap .swiper-prev-next .swiper-button-next,
.business .panel3 .content-wrap .swiper-prev-next .swiper-container-rtl .swiper-button-prev {
  width: .85rem;
  height: .85rem;
  top: 2.6rem;
  right: 13.75%;
  background: url(../images/arrow-right1.png) no-repeat center center / 0.85rem;
}
.business .panel3 .content-wrap .content {
  width: 100%;
  top: 1.45rem;
  padding-top: 2.5rem;
}
.business .panel3 .content-wrap .content span.title {
  display: inline-block;
  font-size: 0.6rem;
  color: #dd0b1f;
  margin-bottom: .3rem;
}
.business .panel3 .content-wrap .content .swiper-container {
  width: 100%;
  height: 16rem;
}
.business .panel3 .content-wrap .content .img-wrap img {
  width: 100%;
}
.business .panel3 .content-wrap .content .img-wrap-last img {
  width: 31%;
  margin-right: 2%;
}
.business .panel3 .content-wrap .content .img-wrap-last img:last-child {
  margin-right: 0;
}
.saas .model-title-wrap .model-title h2.title {
  letter-spacing: .1rem !important;
}
.saas .panel1 {
  height: 16rem;
}
.saas .panel2 {
  height: 26rem;
}
.saas .panel2 .content {
  height: 24.5rem;
  top: 2rem;
  padding: 2rem 0 .5rem;
}
.saas .panel2 .content span.title {
  display: inline-block;
  font-size: 0.6rem;
  color: #dd0b1f;
  margin-bottom: .3rem;
}
.saas .panel2 .content .img-wrap img {
  width: 31%;
  margin-right: 2%;
}
.saas .panel2 .content .img-wrap img:last-child {
  margin-right: 0;
}
.bigData .model .model-title-wrap .model-title {
  width: auto;
}
.bigData .model .model-title-wrap .model-title h2.title {
  font-size: 0.64rem;
  margin: 0 0 .25rem;
  padding-top: .8rem;
  letter-spacing: .1rem;
}
.bigData .panel1 {
  height: 33rem;
}
.bigData .panel1 .content {
  line-height: 1.3rem;
}
.bigData .panel1 .content ul {
  font-size: .55rem;
}
.bigData .panel1 .content ul p {
  margin-bottom: 0;
}
.shangdian .model .model-title-wrap .model-title {
  width: auto;
}
.shangdian .model .model-title-wrap .model-title h2.title {
  font-size: 0.64rem;
  margin: 0 0 .25rem;
  padding-top: .8rem;
  letter-spacing: .1rem;
}
.shangdian .panel1 {
  height: 29.5rem;
}
.shangdian .panel1 .content {
  height: 24rem;
  top: 2rem;
  padding: 2rem 0 .5rem;
}
.shangdian .panel1 .content span.title {
  display: inline-block;
  font-size: 0.6rem;
  color: #dd0b1f;
  margin-bottom: .3rem;
}
.shangdian .panel1 .content .img-wrap img {
  width: 100%;
}
.shangdian .panel2 {
  height: 22rem;
}
.shangdian .panel2 .content {
  height: 20rem;
}
.shangdian .panel2 .content span.title {
  display: inline-block;
  font-size: 0.6rem;
  color: #dd0b1f;
  margin-bottom: .3rem;
}
.shangdian .panel2 .content .img-wrap img {
  width: 100%;
}
.joinIn .panel1 .model-title-wrap {
  margin-bottom: 2.4rem;
}
.joinIn .panel1 .email {
  font-size: 0.51rem;
  color: #989897;
  position: absolute;
  left: 5.86rem;
  top: 3.1rem;
}
.joinIn .panel1 .content-wrap {
  margin: 0 .64rem;
}
.joinIn .panel1 .content-wrap ul li {
  width: 100%;
  height: 100%;
  padding: 0 .66rem;
  margin-bottom: 1.1rem;
  position: relative;
}
.joinIn .panel1 .content-wrap ul li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  box-shadow: #ccc 0rem 0 0.8rem 0;
}
.joinIn .panel1 .content-wrap ul li p.job-name {
  height: 2.71rem;
  line-height: 2.71rem;
  font-size: 0.6rem;
  color: #dd0b1f;
  margin-bottom: 0;
  position: relative;
  font-size: .7rem;
  font-weight: 500;
}
.joinIn .panel1 .content-wrap ul li p.job-name span {
  width: .62rem;
  height: 100%;
  display: inline-block;
  position: absolute;
  z-index: 6;
  right: .66rem;
  top: 0;
  background: url("../images/job-arrow.png") no-repeat center center;
  background-size: .62rem .34rem;
  transition: all .5s;
  transform: rotateX(0deg);
}
.joinIn .panel1 .content-wrap ul li p.job-name span.open {
  transform: rotateX(-180deg);
}
.joinIn .panel1 .content-wrap ul li .job {
  display: none;
}
.joinIn .panel1 .content-wrap ul li .job span {
  font-size: .6rem;
  font-weight: 500;
  margin-bottom: .3rem;
  display: inline-block;
}
.joinIn .panel1 .content-wrap ul li .job p {
  font-size: 0.6rem;
  line-height: 1.2rem;
  padding-bottom: 0.8rem;
}
