body .layer-wrapper {
  box-shadow: none;
  background: transparent;
}
.index-swiper {
  height: 809px;
}
.index-swiper .swiper-wrapper,
.index-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.index-swiper .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.index-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: transparent;
  margin: 0 6px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffbb55;
}
.index-swiper .swiper-pagination-switch.swiper-active-switch {
  background: #ffbb55;
}
.index-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  padding-bottom: 210px;
  position: relative;
}
.index-swiper .swiper-slide.sli-1 {
  background: url("../images/header-1.gif?v=1.0") center center no-repeat;
  background-size: cover;
}
.index-swiper .swiper-slide.sli-2 {
  background: url("../images/header-2.jpg?v=1.0") center center no-repeat;
  background-size: cover;
}
.index-swiper .swiper-slide.sli-3 {
  background: url("../images/header-3.jpg?v=1.0") center center no-repeat;
  background-size: cover;
}
.index-swiper .swiper-slide.sli-4 {
  background: url("../images/header-4.jpg?v=1.0") center center no-repeat;
  background-size: cover;
}
.index-section {
  background: url(../images/index-bg.png) no-repeat center center;
  background-size: 100%;
  animation: backgroundSlide 5s infinite linear;
}
@keyframes backgroundSlide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 50px;
    /* 你可以调整这个值来改变移动的距离 */
  }
  100% {
    background-position: 0 0;
    /* 你可以调整这个值来改变移动的距离 */
  }
}
.content-box {
  /*公司历程*/
}
.content-box .tab-content-title {
  padding: 40px 0;
  font-size: 34px;
  font-weight: bold;
  background: url("../images/about-us/tab-content-title.png") center center no-repeat;
  text-align: center;
}
.content-box .company-box {
  width: 1000px;
  margin: 0 auto;
}
.content-box .company-desc {
  font-size: 22px;
  color: #333;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
}
.content-box .tab-content .company-desc-small {
  font-size: 18px;
  padding: 0 120px;
  line-height: 2;
  text-indent: 2em;
}
.content-box .culture-item-box {
  width: 990px;
  margin: 0 auto 20px;
  font-size: 0;
  text-align: center;
}
.content-box .culture-item-box .culture-box {
  display: inline-block;
  vertical-align: top;
  width: 310px;
  height: 330px;
  text-align: center;
  padding: 150px 30px 0;
  border: 1px solid #eaedff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px;
  position: relative;
  transition: all 0.2s ease;
}
.content-box .culture-item-box .culture-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content-box .culture-item-box .culture-box.spirit {
  background: url("../images/about-us/icon-spirit.png") center 40px no-repeat;
  background-size: 120px;
}
.content-box .culture-item-box .culture-box.manage {
  background: url("../images/about-us/icon-manage.png") center 40px no-repeat;
  background-size: 120px;
}
.content-box .culture-item-box .culture-box.talent {
  background: url("../images/about-us/icon-talent.png") center 40px no-repeat;
  background-size: 120px;
}
.content-box .culture-item-box .culture-title {
  font-size: 36px;
  line-height: 1.5;
  font-family: 'LiSu';
}
.content-box .culture-item-box .culture-text {
  font-size: 22px;
  line-height: 1.8;
}
.content-box .activity-rule {
  width: 970px;
  margin: 0 auto;
  border: 1px dashed #4d66ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  padding: 20px 0;
}
.content-box .activity-rule .rule-title {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'LiSu';
  font-size: 36px;
}
.content-box .activity-rule .rule-text {
  font-size: 22px;
  line-height: 1.8;
  padding-left: 230px;
}
.content-box .activity-rule .rule-text span {
  display: inline-block;
  width: 110px;
}
.content-box .news-link-box {
  font-size: 0;
  position: relative;
}
.content-box .news-link-box .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  padding: 34px 20px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
.content-box .news-link-box .news-box {
  display: flex;
  flex: 1;
}
.content-box .news-link-box .news-title {
  width: 360px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.content-box .news-link-box .news-date {
  display: inline-block;
  width: 100px;
  height: 100%;
  text-align: center;
}
.content-box .news-link-box .news-date .year {
  font-size: 30px;
  color: #4d66ff;
}
.content-box .news-link-box .news-date .month {
  font-size: 50px;
  color: #4d66ff;
}
.content-box .news-link-box .news-date .date {
  font-size: 24px;
  color: #fff;
  background-color: #4d66ff;
}
.content-box .news-link-box .news-detail-text {
  font-size: 18px;
  line-height: 1.5;
  max-height: 126px;
  color: #888;
  flex: 1;
  border-left: 1px solid #e1e0e0;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-break: break-all;
  overflow: hidden;
}
.content-box .news-detail-text {
  text-indent: 2em;
}
.content-box .news-detail-box {
  padding: 10px 20px;
  background-color: #fff;
}
.content-box .news-detail-box .news-head {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.content-box .news-detail-box .news-title {
  font-size: 24px;
}
.content-box .news-detail-box .btn-close-detail {
  display: inline-block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.content-box .news-detail-box .news-info {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.content-box .news-detail-box .news-date {
  display: inline-block;
  float: right;
}
.content-box .news-detail-box .news-detail {
  padding: 15px 0;
  font-size: 16px;
  line-height: 24px;
  text-indent: 2em;
}
.content-box .news-detail-box .news-detail img {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.content-box .certification-box {
  width: 1050px;
  font-size: 0;
  margin: 0 auto;
}
.content-box .certification-item {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  height: 300px;
  margin: 15px 10px;
  border: 1px solid #eee;
  padding: 10px;
  padding-bottom: 70px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.content-box .certification-item .certification-img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.content-box .certification-item .certification-name {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.content-box .pagination_main {
  padding: 20px 0;
  font-size: 0;
  text-align: center;
}
.content-box .pagination_main a,
.content-box .pagination_main span {
  display: inline-block;
  vertical-align: top;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 5px;
}
.content-box .pagination_main .layui-laypage-curr {
  color: #ffffff;
  background-color: #4d66ff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.content-box .pagination_main em {
  font-style: normal;
}
.content-box .pagination_main .layui-laypage-prev {
  display: inline-block;
  background: url("../images/about-us/arrow-left.png") center center no-repeat #ffffff;
}
.content-box .pagination_main .layui-laypage-next {
  display: inline-block;
  background: url("../images/about-us/arrow-right.png") center center no-repeat #ffffff;
}
.content-box .pagination_main .layui-disabled {
  cursor: not-allowed !important;
}
.content-box .sli-wrapper {
  position: relative;
}
.content-box .sli-wrapper .case-sli-ctrl {
  display: inline-block;
  width: 66px;
  height: 124px;
  position: absolute;
  top: 66px;
  z-index: 10;
}
.content-box .sli-wrapper .case-sli-ctrl.prev {
  left: 10px;
  background: url("../images/about-us/arrow-lf.png") no-repeat center center;
}
.content-box .sli-wrapper .case-sli-ctrl.next {
  right: 10px;
  background: url("../images/about-us/arrow-rt.png") no-repeat center center;
}
.content-box .swiper-container {
  width: 1050px;
  height: 270px;
  color: #fff;
  text-align: center;
}
.content-box .swiper-container .pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.content-box .swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.content-box .swiper-container .swiper-visible-switch {
  background: #aaa;
}
.content-box .swiper-container .swiper-active-switch {
  background: #fff;
}
.content-box .swiper-container .swiper-slide {
  padding: 0 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.content-box .swiper-container .certify-img-box img {
  width: 100%;
}
.content-box .join-tab-box {
  display: inline-block;
  width: 300px;
  height: 700px;
  float: left;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #eeeeee;
}
.content-box .join-tab-box .join-tab-link {
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  color: #333;
}
.content-box .join-tab-box .join-tab-link.active {
  color: #ffffff;
  background-color: #4d66ff;
}
.content-box .join-content {
  width: 880px;
  height: 700px;
  float: right;
  padding: 50px 40px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #eeeeee;
  display: none;
}
.content-box .join-content.active {
  display: block;
}
.content-box .join-content .job-name {
  font-size: 24px;
  font-weight: bold;
  color: #4d66ff;
  padding-bottom: 20px;
}
.content-box .join-content .job-desc {
  font-size: 16px;
  line-height: 2;
  font-family: 宋体;
}
.content-box .join-content .job-desc.blank {
  padding: 20px 0;
}
.content-box .map-wrapper {
  padding-left: 400px;
  position: relative;
}
.content-box .map-box {
  display: block;
}
.content-box .form-wrapper {
  display: block;
  width: 370px;
  height: 520px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
}
.content-box .form-wrapper .form-title {
  font-size: 28px;
  text-align: center;
  padding: 20px 0;
}
.content-box .form-wrapper p {
  padding-left: 10px;
  line-height: 40px;
  font-size: 16px;
  color: #888;
  margin: 10px 0;
}
.content-box .form-wrapper p img {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.content-box .form-wrapper p span {
  color: #000;
}
.content-box .right-form {
  width: 700px;
  float: right;
  font-size: 0;
  text-align: center;
}
.content-box .right-form .contact-input {
  display: inline-block;
  padding-left: 10px;
  width: 330px;
  margin: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #dddddd;
}
.content-box .right-form textarea {
  display: inline-block;
  width: 670px;
  line-height: 30px;
  font-size: 14px;
  margin: 5px;
  border: 1px solid #dddddd;
  padding: 5px 10px;
}
.content-box .submit-btn-box {
  width: 100%;
  float: left;
  padding: 20px 0;
  text-align: center;
}
.content-box .submit-btn-box .submit-btn {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #ffd224;
}
.content-box .foot-wrapper {
  background-color: #222222;
}
.content-box .foot-wrapper .foot-content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #ffffff;
  position: relative;
}
.content-box .share-box {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 0;
}
.content-box .share-box .share-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: center center no-repeat #1b1b1b;
}
.content-box .share-box .share-btn:hover {
  background-color: #4356cc;
}
.content-box .share-box .share-btn.weibo {
  background-image: url("../images/about-us/icon-weibo.png");
}
.content-box .share-box .share-btn.weixin {
  background-image: url("../images/about-us/icon-weixin.png");
}
.content-box .share-box .share-btn.tx-weibo {
  background-image: url("../images/about-us/icon-tx-weibo.png");
}
.content-box .share-box .share-btn.qq {
  background-image: url("../images/about-us/icon-qq.png");
}
.content-box .events-list {
  background: url(../images/about-us/time-border.png) repeat-y center;
}
.content-box .events-list:after {
  content: '\20';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.content-box .events-list .events-item {
  text-align: left;
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 8px;
}
.content-box .events-box {
  width: 45%;
  position: relative;
}
.content-box .events-box h4,
.content-box .events-begin h4 {
  font-size: 58px;
  font-weight: bold;
  padding-bottom: 4px;
}
.content-box .events-box h4 {
  text-transform: uppercase;
}
.content-box .events-box:hover h4 {
  color: #F8F8F8;
  transition: all 1s;
  transform: translateY(-15px);
}
.content-box .events-box h4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background: #3498db;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.content-box .events-box:hover h4::after {
  transform: scaleX(1);
  transform-origin: left;
}
.content-box .events-box:before {
  top: 12px;
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
}
.content-box .events-item:nth-child(odd) h4 {
  color: #6ecbfb;
}
.content-box .events-item:nth-child(odd) .events-box:before {
  background: url(../images/about-us/time-1.png) no-repeat center center;
}
.content-box .events-item:nth-child(even) h4,
.content-box .events-begin h4 {
  color: #6ccac9;
}
.content-box .events-item:nth-child(even) .events-box:before {
  background: url(../images/about-us/time-2.png) no-repeat center center;
}
.content-box .events-detail p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
.content-box .events-detail b {
  position: absolute;
  top: 0;
  color: #898989;
}
.content-box .events-item:nth-child(even) .events-box {
  float: left;
  text-align: right;
}
.content-box .events-item:nth-child(odd) .events-box {
  float: right;
  text-align: left;
}
.content-box .events-item:nth-child(even) .events-box:before {
  right: -68px;
}
.content-box .events-item:nth-child(odd) .events-box:before {
  left: -68px;
}
.content-box .events-item:nth-child(odd) .events-detail p {
  padding-left: 50px;
}
.content-box .events-item:nth-child(even) .events-detail p {
  padding-right: 50px;
}
.content-box .events-item:nth-child(odd) .events-detail b {
  left: 0;
}
.content-box .events-item:nth-child(even) .events-detail b {
  right: 0;
}
.content-box .events-begin {
  text-align: center;
  position: relative;
  padding-top: 30px;
}
.content-box .events-begin:before {
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../images/about-us/time-2.png) no-repeat center center;
}
.content-box .events-begin .events-detail {
  display: flex;
  justify-content: center;
}
.content-box .events-begin .events-detail p {
  padding-left: 50px;
}
.content-box .events-begin .events-detail b {
  left: 0;
}
.s-img-box {
  height: 700px;
  line-height: 700px;
}
.product-slide-box .swiper-container .s-img {
  display: inline-block;
  vertical-align: middle;
}
.swiper-container1 .swiper-slide,
.swiper-container2 .swiper-slide {
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=home.css.map */
/*# sourceMappingURL=home.css.map */