﻿body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
  margin: 0px;
  padding: 0px;
}

dt + dd {
  margin-top: 0 !important;
}

body {
  font-family: Arial;
}

img {
  border: none;
  vertical-align: middle;
}

li {
  list-style: none;
}

input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  /* color: #fff; */
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header-nav {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 999999;
}

.header-nav .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 108px;
  margin: 0 auto;
}

.logo-box {
  display: inline-block;
  width: 132px;
  height: 48px;
  background: url(../image/pic_logo_w132_red@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header-nav .logo {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.header-nav .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  margin-top: 0 !important;
  margin-left: 80px !important;
}

.header-nav .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

.header-nav .nav-item a {
  color: #000;
  line-height: 1.5;
}

.header-nav .nav-item:hover .nav-item-a {
  color: #fe2742;
  font-weight: 600;
}

.header-nav .nav-item-active a {
  color: #fe2742;
  font-weight: 600;
}

.header-nav .nav-item-active::after {
  content: '';
  width: 60% !important;
  height: 3px;
  border-radius: 6px;
  background-color: #fe2742;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.header-nav .nav-item::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 3px;
  border-radius: 6px;
  background-color: #fe2742;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.header-nav .nav-item:hover::after {
  width: 60%;
}

.header-nav .cart-icon {
  display: inline-block;
  width: 29px;
  height: 17px;
  background: url(https://www.jiuxiaoer.cn/images/cart-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.buy {
  display: inline-block;
}

.header-nav .link-area {
  margin: 5px 0 0 30px;
  display: inline-block;
  width: 225px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
}

.header-nav .app {
  display: inline-block;
  margin: 0 16px 0 25px;
  color: #ffffff;
  width: 66px;
  text-align: center;
}

.header-nav .app:hover {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff !important;
}

.header-nav .buy span {
  color: #ffffff;
  width: 66px;
  display: inline-block;
  text-align: center;
}

.header-nav .buy span:hover {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-left: 100px;
  height: 108px;
}

.contact-item .call-block {
  display: flex;
  flex-direction: column;
}

.contact-item .call-block .desc {
  font-size: 14px;
}

.contact-item .call-block .call {
  margin-top: -5px;
  font-size: 22px;
  font-weight: 600;
}

.contact-item .join-btn {
  width: 148px;
  height: 44px;
  line-height: 46px;
  margin-left: 20px;
  border-radius: 22px;
  text-align: center;
  background: #ff212a;
  cursor: pointer;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

.contact-item .join-btn a {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.sub-hd1 {
  position: absolute;
  left: -22px;
  display: none;
}

.sub-hd1-item {
  width: 104px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}

.sub-hd1-item:hover {
  background: #e20c2a;
}

.sub-hd1-item:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 0px;
}

.sub-hd1-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

.sub-hd1-line {
  margin-top: 18px;
  width: 1px;
  height: 28px;
  background-color: #e4e4e4;
}

.sub-hd2 {
  position: absolute;
  left: -18px;
  display: none;
}

.sub-hd2-item {
  width: 104px;
  height: 39;
  text-align: center;
  line-height: 39px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.sub-hd2-item:hover {
  background: #e20c2a;
}

.sub-hd2-item:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 0px;
}

.sub-hd2-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

.sub-hd2-item a:hover {
  color: #fff !important;
}

.sub-hd4 {
  position: absolute;
  left: -22px !important;
  left: 0;
  display: none;
  height: 0;
}

.sub-hd4-list {
  width: 104px;
}

.sub-hd4-item {
  width: 104px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-weight: normal;
}

.sub-hd4-item:hover {
  background: #e20c2a;
}

.sub-hd4-item:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 0px;
}

.sub-hd4-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

.sub-hd4-item a:hover {
  color: #fff !important;
}

/* 新添加 */
.sub-hd5 {
  position: absolute;
  left: -22px;
  display: none;
}

.sub-hd5-item {
  width: 104px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-weight: normal;
}

.sub-hd5-item:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 0px;
}

.sub-hd5-item:hover {
  background: #e20c2a;
}

.sub-hd5-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

.sub-hd5-item a:hover {
  /* color: #fe2742!important; */
}

.service-concept {
  margin: 0 auto;
  width: 1200px;
  height: 575px;
  background: url(https://www.jiuxiaoer.cn/images/panel3.png) no-repeat;
  background-size: 100% 575px;
}

.panel4 {
  width: 100%;
  height: 719px;
}

.blank-panel {
  height: 40px;
  width: 100%;
  background-color: #fafafa;
}

.hotsite {
  color: #ffffff;
  padding-top: 10px;
}

.footer {
  width: 100%;
  /*height: 371px;*/
}

.city a,
a:hover,
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

/* 页脚信息 */
.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 338px;
  background-color: #2e2d2d;
}
.footer-info .footer-info-left {
  display: flex;
  justify-content: space-between;
  width: 600px;
}
.footer-info .footer-info-left .connect-us {
  margin-right: 10%;
  font-size: 16px;
  color: #fff;
}
.footer-info .footer-info-left .connect-us .footer-logo {
  margin-bottom: 20px;
  width: 134px;
  height: 48px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.footer-info .footer-info-left .connect-us p {
  margin: 0;
  line-height: 2;
}
.footer-info .footer-info-left .connect-us p:first-child {
  font-size: 20px;
}
.footer-info .footer-qr-list {
  display: flex;
}
.footer-qr-list .footer-qr-code {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 142px;
  height: 190px;
  margin: 0 8px;
  background-color: #000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.footer-qr-list .footer-qr-code .pc-qr-code-desc {
  text-align: center;
}
.footer-qr-list .footer-qr-code .pc-qr-code-desc p {
  margin: 0;
}
.footer-qr-list .footer-qr-code .ph-qr-code-desc {
  display: none;
}
.footer-qr-list .footer-qr-code p {
  font-size: 14px;
  color: #fff;
}
.footer-qr-list .footer-qr-code .qr-code-img {
  width: 126px;
  height: 126px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.clearfix a {
  color: #757575;
}

.hotsite a {
  color: #ffffff;
}

.hotsite a:hover {
  color: #e20c2a;
}

.info-container {
  width: 1196px;
  margin: 0 auto;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #393939;
}

.footer-copy {
  padding: 5px 28px;
  /* height: 84px; */
  line-height: 1.75;
  text-align: center;
  font-size: 12px;
  color: #717171;
  background-color: #000;
  /* border-bottom: 1px solid #fff; */
}
.footer-copy p {
  margin: 0 !important;
}

.item-title {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px;
}

.info-left {
  padding-top: 46px;
  height: 195px;
}

.item {
  font-size: 12px;
  color: #757575;
  line-height: 12px;
  margin-bottom: 20px;
}

.about-jiuxiaoer {
  margin-right: 100px;
}

.service-container,
.news {
  margin-right: 80px;
}

.business-coop {
  margin-right: 60px;
}

.contact-us {
  margin-right: 50px;
}

.info-line {
  width: 1px;
  height: 114px;
  background-color: #484848;
  margin-top: 33px;
}

.info-middle {
  width: 193px;
  height: 200px;
}

.info-p {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  text-align: center;
}

.info-p:first-child {
  margin: 0px 0 8px 0;
}

.cart-bg {
  margin-top: 10px;
  height: 93px;
  background: url(../image/cart-bg.png) center center no-repeat;
}

.wx-info {
  display: inline-block;
  margin: 0 46px 0 40px;
}

.app-info {
  display: inline-block;
}

.wx-p {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

.wx-p:first-child {
  margin: 0px 0 8px 0;
}

.wx-bg {
  margin-top: 10px;
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../image/wx-bg.png) no-repeat;
}

.app-bg {
  margin-top: 10px;
  display: inline-block;
  width: 108px;
  height: 108px;
  background: url(../image/app-bg.png) no-repeat;
}

.app-p {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

.app-p:first-child {
  margin: 0px 0 8px 0;
}

.panel4-container {
  margin: 0 auto;
}

.panel4-item {
  width: 100%;
  height: 319px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  overflow: hidden;
}

.panel4-item .top-area {
  width: 100%;
  height: 55px;
  background-color: #fe2742;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
}

.panel4-item .title {
  padding-top: 10px;
  text-indent: 30px;
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 6px;
}

.panel4-item .english {
  font-size: 10px;
  color: #fff;
  line-height: 10px;
  text-indent: 30px;
}

.list-item {
  height: 57px;
  padding: 10px 14px 0;
  position: relative;
}

.line {
  width: 250px;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 14px;
}

.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #b6b6b6;
  border-radius: 50%;
  vertical-align: middle;
}

.company-dot {
  vertical-align: text-top;
}

.title-name {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sub-info {
  font-size: 14px;
  color: #999;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 14px;
}

.panel4-item .more {
  font-size: 12px;
  color: #e77884;
}

.panel4-item .list-item1 {
  height: 53px;
  line-height: 53px;
  position: relative;
  padding: 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.panel4-item .title-name1 {
  font-size: 14px;
  color: #333;
}

.panel4Item {
  transition: all 0.3s ease;
  width: 352px;
  height: 445px;
  margin-top: 50px;
  border-color: #e8e8e8;
  box-shadow: #000 0px 0px 18px;
  border: none;
}

.panel4Item .top-area {
  background-color: #fe2742;
}

.list-item1:hover {
  background-color: #fafafa;
}

.list-item:hover {
  background-color: #fafafa;
}

.panel4Item .line {
  width: 324px;
}

.more {
  font-size: 14px;
  color: #e77884;
  display: none;
  height: 60px;
  line-height: 60px;
  text-indent: 20px;
}

.special-more {
}

.panel4-main-title {
  font-size: 64px;
  color: #000;
  line-height: 64px;
  padding-top: 42px;
  padding-bottom: 20px;
  text-align: center;
  padding-left: 40px;
}

.red-line {
  width: 116px;
  height: 8px;
  background-color: #fe2742;
  margin-left: 556px;
  margin-bottom: 20px;
}

.panel4-sub-title {
  font-size: 50px;
  color: #666;
  line-height: 50px;
  text-align: center;
}

.cart-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.man-bg {
  width: 768px;
  height: 685px;
  background: url(https://www.jiuxiaoer.cn/images/panel6-2.png) no-repeat;
  position: absolute;
  right: -129px;
  top: -137px;
}

.footer-red {
  width: 100%;
  height: 10px;
  background-color: #fe2742;
}

.new-add-info {
  height: 70px;
  border-bottom: 1px solid #e6e6e6;
}

.hot-line {
  margin-right: 60px;
}

.hot-line-txt {
  margin-top: 16px;
  font-size: 12px;
  color: #fff;
}

.hot-line-num {
  font-size: 18px;
  color: #fff;
}

.phone-img-box {
  height: 69px;
  width: 33px;
  background: url(../image/phone.png) no-repeat center;
  margin-right: 8px;
}

.business-time {
  height: 69px;
  line-height: 69px;
  color: #fff;
  margin-right: 40px;
  font-size: 18px;
}

.business-time,
.new-services {
  font-size: 18px;
}

.server-img {
  width: 33px;
  height: 69px;
  display: inline-block;
  background: url(../image/server-img.png) no-repeat center;
  margin-right: 8px;
}

.new-services span {
  float: left;
}

.new-services span:nth-of-type(2) {
  height: 69px;
  line-height: 69px;
  color: #fff;
  margin-right: 40px;
}

.new-services span:nth-of-type(3) {
  height: 69px;
  line-height: 69px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .join-hands-row {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1003px) {
  .header-nav .link-area {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .pc-nav {
    display: none;
  }
}

@media (min-width: 760px) {
  .mobile-nav {
    display: none;
  }
}

@media (min-width: 1200px) {
  .join-hands-2_1 {
    max-height: 540px;
    max-width: 450px;
  }

  .join-hands-row {
    padding-bottom: 30px;
  }
}

/*页面上的标题开始*/
.apply-panel {
  text-align: center;
  overflow: initial;
  position: relative;
  height: 210px;
}

.apply-panel-1 {
  text-align: center;
  overflow: initial;
  position: relative;
  height: 140px;
}

.apply-bg {
  font-size: 90px;
  font-weight: bold;
  color: #eee;
  opacity: 0.8;
}

.apply-fixed {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.apply-top {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.apply-top-first {
  font-size: 48px;
}

.apply-top-first:after {
  height: 6px;
  width: 180px;
  content: "";
  display: block;
  background: #fe2742;
  margin: 10px auto;
}

.apply-top-last {
  font-size: 32px;
  color: #666;
}

@media screen and (max-width: 520px) {
  .apply-bg {
    font-size: 60px;
  }

  .apply-top {
    top: 35px;
  }

  .apply-top-first {
    font-size: 34px;
  }

  .apply-top-first:after {
    width: 140px;
    height: 4px;
    margin: 6px auto;
  }

  .apply-top-last {
    font-size: 28px;
  }

  .w {
    width: auto;
    min-width: 320px;
  }

  .apply-panel {
    height: 160px;
  }

  .apply-panel-1 {
    height: 100px;
  }
  .swiper-slide .swiper_img_style {
    width: 300px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 34px !important;
    height: 35px !important;
    background-size: 34px 35px !important;
  }
}

@media screen and (max-width: 375px) {
  .apply-bg {
    font-size: 42px;
    min-width: 320px;
  }

  .apply-top {
    top: 25px;
    min-width: 320px;
  }

  .apply-top-first {
    font-size: 26px;
  }

  .apply-top-first:after {
    width: 100px;
    height: 4px;
    margin: 4px auto;
  }

  .apply-top-last {
    font-size: 20px;
  }

  .apply-panel {
    height: 110px;
  }
  .swiper-slide .swiper_img_style {
    width: 300px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 34px !important;
    height: 35px !important;
    background-size: 34px 35px !important;
  }
}

/*页面上的标题结束*/

/*about_us2 服务领域*/
.about_us .w {
  width: 1200px;
  margin: 0 auto;
}

.about_us .core-21-module {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #232323;
  padding: 40px 0px;
}

.about_us .core-21-module li {
  position: relative;
  width: 270px;
  height: 290px;
}

.about_us .core-21-module-content {
  position: absolute;
  color: white;
  width: 280px;
  height: 280px;
  background: #333;
  border: 20px solid #eee;
  padding: 20px;
  box-sizing: border-box;
  top: 25px;
  overflow: hidden;
}

.about_us .core-21-module-content p:first-child {
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
}

.about_us .core-21-module-content p:last-child {
  line-height: 24px;
}

.about_us .core-21-module-bg {
  width: 265px;
  height: 325px;
  margin-left: 40px;
  border: 2px solid white;
  position: absolute;
}

@media screen and (max-width: 760px) {
  .about_us .w {
    width: auto;
    min-width: 320px;
  }

  .about_us .core-21-module {
    justify-content: space-around;
  }

  .about_us .core-21-module li {
    margin-bottom: 20px;
  }
}

/*about_us2 项目介绍*/

.about_us2 .info-title {
  text-align: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 520px) {
  .about_us2 .info-title .about_us_line {
    width: 60px;
  }

  .about_us2 .f45 {
    font-size: 21px;
  }
}

@media screen and (max-width: 375px) {
  .about_us2 .info-title .about_us_line {
    width: 40px;
  }
}

.inner_content img {
  max-width: 860px;
}

/*原本我写在index的代码*/

.banner-home .video-shadow {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  filter: alpha(opacity=80);
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  /*å…¼å®¹ie8åŠä»¥ä¸‹*/
  position: absolute;
  left: 0;
  top: 0;
}

.newSloganH1 {
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #ffffff;
  display: inline-block;
  position: relative;
}

.newSloganH1::before {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: -59px;
}

.newSloganH1::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  right: -59px;
}

/*.banner-content-ct{
    position: absolute;
    bottom: 20%;
    left:50%;
    margin-left: -595px;
}*/

.banner-content-ct .ct-content {
  width: 250px;
  height: 330px;
  background-color: #ffffff;
  /* opacity: 0.46; */
  background-color: rgba(255, 255, 255, 0.16);
  margin: 0 auto;
  padding-top: 43px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ct-content-title {
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #cc1e2e;
}

#home-video {
  width: 100%;
}

.ct-content-p {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  position: relative;
  /* padding-left: 15px; */
}

.section1 img {
  width: 100%;
  height: 100%;
}

#home-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.link-area {
  background: url(../image/bg.png) no-repeat;
}

.nav-list {
  margin: 0;
  padding: 0;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f45 {
  font-size: 35px;
  font-weigh: bold;
  color: #000;
}

.pt100 {
  padding-top: 100px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.c777 {
  color: #777777;
}

.mt8 {
  margin-top: 8px;
}

.myContent img {
  width: 100%;
  height: 100%;
}

.myContent li {
  /* width: 150px;*/
}

.myContentImg {
  width: 100%;
  max-width: 1200px;
  height: 100%;
}

.ContentImg Img {
  display: inline;
  width: auto;
  max-width: 100%;
}

@media (max-width: 960px) {
  .ContentImg Img {
    height: auto;
  }
}

.newBanner {
  text-align: center;
}

.newBanner img {
  width: 100%;
  height: 100%;
}

.form-control {
  height: 54px;
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 0px;
}

.btn-primary,
.btn-primary:hover {
  border-radius: 0px;
  background-color: #fe2742;
  border-color: #fe2742;
  outline: none;
}

.form-group em {
  font-size: 18px;
  margin-right: 5px;
  color: #fe2742;
  vertical-align: -webkit-baseline-middle;
}

label {
  font-weight: 0px;
}

.form-group {
  margin-bottom: 50px;
}

.select-type {
  width: 100%;
  min-width: 200px;
  padding-bottom: 20px;
  height: 58px;
  margin-right: 38px;
  line-height: 58px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}

.dot-wrap {
  width: 17px;
  height: 17px;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 26px;
  margin-right: 10px;
  position: relative;
}

.dot-inner {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5.5px;
  margin-top: -5.5px;
}

.active .dot-inner {
  background-color: #fe2742;
}

.block-text {
  /*padding-top: 20px;*/
  display: table-cell;
  vertical-align: middle;
}

/*下面是changecity的样式*/

.changecitybox {
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.changecitybox ul {
  padding: 1.25rem;
  font-size: 16px;
}

.changecitybox lo {
  float: left;
  width: 150px;
}

.changecitybox li a {
  margin: 10px;
}

.change .Choicecity {
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 70px;
}

.change .searchcity {
  float: right;
  padding-right: 10px;
}

@media screen and (max-width: 580px) {
  .change .Choicecity {
    height: 100px;
  }

  .change .searchcity {
    float: left;
  }
}

#selectCont {
  display: none;
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  left: 0;
  list-style: none;
  z-index: 1;
  max-height: 350px;
  margin-right: 10px;
  padding-right: 10px !important;
  overflow-y: auto;
}

#selectCont::-webkit-scrollbar {
  width: 5px;
  background-color: #e5e5e5;
}

#selectCont::-webkit-scrollbar-thumb:vertical {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b0b0b0;
}

#selectCont li {
  cursor: pointer;
  padding: 5px 12px;
  display: none;
}

#selectCont li:hover {
  background: #f0f0f0;
  color: #ef4238;
}

/*
下面是招商加盟时间线*/
.timeline-w {
  margin: 0 auto;
  /*padding-left: 15px;
    padding-right: 15px;*/
}

.timeline-parent {
  padding-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.timeline-parent:before {
  content: " ";
  height: 2px;
  width: 100%;
  display: block;
  background: #e4e4e4;
}

.timeline-parent li {
  float: left;
  width: 150px;
  height: 300px;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.timeline-parent li:before {
  content: " ";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #e4e4e4;
  display: inline-block;
  position: relative;
  top: -13px;
}

.timeline-parent .row div:last-child li:before {
  background: white;
  height: 14px;
  width: 14px;
  padding: 2px;
  border: 1px solid #fe2742;
}

.timeline-parent .row div:last-child li:after {
  content: " ";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  display: block;
  background: #fe2742;
  top: -6px;
  left: 50%;
  margin-left: -4px;
}

.timeline-vertical {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
}

.timeline-vertical-title {
  align-self: flex-start;
}

.timeline-vertical-title:before {
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 5px 0px;
  background: black;
  display: inline-block;
}

.timeline-title {
  font-size: 32px;
  font-weight: bold;
  color: #b2b2b2;
}

.timeline-vertical-sub {
  height: 200px;
  text-align: initial;
  padding-top: 16px;
  color: #999999;
}

@media screen and (max-width: 1000px) {
  .timeline-w {
    width: auto;
    min-width: 320px;
  }

  .timeline-title {
    font-size: 26px;
  }

  .timeline-parent {
    padding-left: 60px;
    overflow: hidden;
    position: relative;
  }

  .timeline-parent:before {
    height: 100%;
    width: 2px;
    position: absolute;
    left: 30px;
  }

  .timeline-parent li {
    float: initial;
    width: 100%;
    height: initial;
    text-align: initial;
    font-size: 14px;
  }

  .timeline-parent .row div li:before {
    top: 30px;
    left: -34px;
  }

  .timeline-parent .row div:last-child li:after {
    left: -28px;
    top: 35px;
  }

  .timeline-vertical-title:before {
    position: relative;
    margin-right: 2px;
    top: 3px;
  }

  .timeline-vertical {
    writing-mode: initial;
    width: 100%;
    display: initial;
  }

  .timeline-vertical-sub {
    height: initial;
    padding-top: 10px;
  }
}

/*
下面是招聘页面的代码*/

.recruit-w {
  width: 1200px;
  margin: 0 auto;
}

.recruit-tab-ul {
  display: flex;
}

.recruit-tab-ul li {
  font-size: 22px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #f9f9f9;
  cursor: pointer;
}

.recruit-tab-ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #333333;
  text-decoration: none;
}

.recruit-tab-ul li.recruit-active {
  color: white;
  background: #cf1125;
}

.recruit-content {
  font-size: 18px;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.recruit-content:before {
  content: " ";
  height: 100%;
  width: 1px;
  display: block;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}

.recruit-content:after {
  content: " ";
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  background: #e3e3e3;
  border-radius: 50%;
  left: 50%;
  margin-left: -8px;
  top: 50px;
}

.recruit-content .recruit-info {
  width: 50%;
  /* float: left; */
  padding: 0px 30px;
  box-sizing: border-box;
}

.recruit-content .recruit-info:nth-child(odd) {
  text-align: right;
  padding-top: 60px;
}

.recruit-content .recruit-info:nth-child(even) {
  text-align: left;
  padding-top: 280px;
}

.recruit-info h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.recruit-duty-content {
  margin-bottom: 20px;
}

.recruit-content .recruit-info:nth-child(odd) h4:before {
  content: " ";
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  background: #cf1125;
  border-radius: 50%;
  right: -38px;
  top: 50%;
  margin-top: -8px;
}

.recruit-content .recruit-info:nth-child(even) h4:before {
  content: " ";
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  background: #cf1125;
  border-radius: 50%;
  left: -38px;
  top: 50%;
  margin-top: -8px;
}

.recruit-info > p {
  padding-bottom: 30px;
}

.recruit-red {
  color: #cf1126;
}

.recruit-info h5 {
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.recruit-duty-content,
.recruit-qualification-content {
  color: #656565;
}

.recruit-duty-content p,
.recruit-qualification-content p {
  margin: 0px;
}

.recruit-content .recruit-info:nth-child(odd) .recruit-decorate {
  width: 22px;
  height: 22px;
  background: white;
  display: block;
  border: 1px solid #666;
  border-radius: 50%;
  margin-top: 30px;
  float: right;
  position: relative;
}

.recruit-content .recruit-info:nth-child(odd) .recruit-decorate:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -5px;
}

.recruit-content .recruit-info:nth-child(even) .recruit-decorate {
  width: 22px;
  height: 22px;
  background: #fe2742;
  display: block;
  border: 1px solid #fe2742;
  border-radius: 50%;
  margin-top: 30px;
  float: left;
  position: relative;
}

.recruit-content .recruit-info:nth-child(even) .recruit-decorate:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -5px;
}

@media screen and (max-width: 992px) {
  .recruit-w {
    width: auto;
    min-width: 320px;
  }

  .recruit-tab-ul li {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
}

.recruit-content {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.recruit-content:before {
  left: 25px;
}

.recruit-content .recruit-info:nth-child(odd) h4:before {
  left: -33px;
}

.recruit-content .recruit-info:nth-child(even) h4:before {
  left: -33px;
}

.recruit-content .recruit-info {
  padding: 0 15px 0 50px;
  width: 100%;
}

.recruit-content .recruit-info:nth-child(odd) {
  text-align: left;
}

.recruit-content .recruit-info:nth-child(odd) .recruit-decorate,
.recruit-content .recruit-info:nth-child(even) .recruit-decorate {
  margin-top: 15px;
  float: left;
}

.recruit-content .recruit-info:nth-child(odd),
.recruit-content .recruit-info:nth-child(even) {
  padding-top: 30px;
  overflow: hidden;
}

.recruit-content:after {
  left: 25px;
  top: 25px;
}

@media screen and (max-width: 760px) {
  .recruit-tab-ul li {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }

  .recruit-info h4 {
    font-size: 24px;
  }

  .recruit-info > p {
    padding-bottom: 15px;
    font-size: 14px;
  }

  .recruit-info h5 {
    font-size: 15px;
  }

  .recruit-duty-content p,
  .recruit-qualification-content p {
    font-size: 13px;
  }

  .recruit-duty-content {
    margin-bottom: 10px;
  }

  .team-info-box {
    margin-top: 50px;
  }
  .about_us2 .col-md-4 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 320px) {
  .recruit-tab-ul li {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }

  .team-info-box {
    margin-top: 50px;
  }
  .about_us2 .col-md-4 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}

/*
滚动条*/

.scrollbar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

/*滚动条两端的箭头*/
.scrollbar::-webkit-scrollbar-button {
  display: none;
}

/*经测试好像并不能控制什么*/
.scrollbar::-webkit-scroll-track {
  display: none;
}

/*滚动条内侧部分 去掉*/
.scrollbar::-webkit-scrollbar-track-piece {
  display: none;
}

/*滚动条中可以拖动的那部分*/
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #fe2742;
  border-radius: 4px;
}

/*变角部分*/
.scrollbar::-webkit-scrollbar-corner {
  display: none;
}

.scrollbar::-webkit-resizer {
  display: none;
}

/*下面是service_adv.html店面查询的样式*/

@media screen and (min-width: 1200px) {
  .service .scrollbar {
    height: 400px;
    margin-left: 50px;
    overflow: auto;
  }

  .service .service_center {
    padding-bottom: 30px;
  }

  .storefront .site_title {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .service .scrollbar {
    height: 360px;
    overflow: auto;
  }
}

@media screen and (max-width: 1000px) {
  .service .myContent {
    display: none;
  }

  .storefront .site_title {
    padding-bottom: 0px;
  }

  .service .other {
    text-align: center;
  }
}

/*下面是商务合作-品牌服务理念*/

.uu_container {
  margin: 0 auto;
}

.uu_content {
  overflow: hidden;
  margin-top: 30px;
}

.uu_ul_t {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 10px;
}

.uu_ul_t li {
  width: auto;
  height: 140px;
  cursor: pointer;
  position: relative;
  padding: 50px;
  background: rgba(255, 255, 255, 0.9) !important;
  background: #fff;
  filter: alpha(opacity=90);
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  border-radius: 10px;
  -webkit-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -ms-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  box-shadow: 0px 5px 5px 0 rgba(2, 2, 2, 0.03);
  -webkit-box-shadow: 0px 5px 5px 0 rgba(2, 2, 2, 0.03);
  -moz-box-shadow: 0px 5px 5px 0 rgba(2, 2, 2, 0.03);
  -o-box-shadow: 0px 5px 5px 0 rgba(2, 2, 2, 0.03);
}

.uu_add-margin-top {
  margin-top: 40px;
}

.uu_ul_t li:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 9px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s linear;
}

.uu_first P {
  text-align: left;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  color: #1a1a1a;
  padding-bottom: 20px;
}

.uu_lf {
  height: 57px;
  padding-right: 26px;
  text-align: center;
}

.uu_t_1 div {
  float: left;
  margin-top: -10px;
}

.uu_rt p {
  color: #b6b6b6;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
  color: #999999;
}

.uu_rt {
  text-align: left;
}

@media screen and (max-width: 500px) {
  .uu_ul_t li {
    padding: 50px 15px 50px 15px;
  }

  .uu_t_1 {
    height: 120px;
  }

  .team-info-box {
    margin-top: 50px;
  }

  .about_us2 .col-md-4 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}

/*下面是招商加盟join_hands的css*/
.imgBox {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: relative;
}

.imgBox.on:after {
  position: absolute;
  left: 80px;
  top: -10px;
  width: 110px;
  height: 110px;
  content: "";
  overflow: hidden;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-animation: img1 2s linear;
  -moz-animation: img1 2s linear;
  -ms-animation: img1 2s linear;
  -o-animation: img1 2s linear;
  animation: img1 2s linear;
  -webkit-box-shadow: 0px 0px 5px #ffffff;
  -moz-box-shadow: 0px 0px 5px #ffffff;
  -ms-box-shadow: 0px 0px 5px #ffffff;
  -o-box-shadow: 0px 0px 5px #ffffff;
  box-shadow: 0px 0px 5px #ffffff;
  behavior: url(https://www.jiuxiaoer.cn/css/js/PIE.htc);
  -ms-behavior: url(https://www.jiuxiaoer.cn/css/js/PIE.htc);
}

@-webkit-keyframes img1 {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    filter: alpha(opacity=0.2);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0.2)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-moz-keyframes img1 {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    filter: alpha(opacity=0.2);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0.2)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-ms-keyframes img1 {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    filter: alpha(opacity=0.2);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0.2)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes img1 {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    filter: alpha(opacity=0.2);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0.2)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImagesTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.ul_1 li .imgBox:hover img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.support-title40 {
  font-size: 40px;
  color: #ffffff;
  padding-top: 45%;
}

.support-title15 {
  font-size: 15px;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
}

.support-title20 {
  font-size: 20px;
  color: #ffffff;
}

.support-title30 {
  padding-top: 45%;
  font-size: 30px;
  color: #ffffff;
}

.support-title40:after {
  height: 6px;
  width: 80px;
  content: "";
  display: block;
  background: #ffffff;
  margin: 10px auto;
}

.support-title30:after {
  height: 3px;
  width: 80px;
  content: "";
}

.team-info-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-info-box .img-box {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px #ccc solid;
  position: absolute;
  top: -50px;
  z-index: 999;
}

.team-info-box .img-style {
  width: 60px;
  height: 60px;
}

.team-info-box .team-info1 {
  width: 250px;
  height: 200px;
  line-height: 230px;
  background-color: #eee;
  color: #000;
  font-size: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.team-info-box .team-info2 {
  width: 250px;
  height: 120px;
  background-color: #f8f8f8;
  padding-top: 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.about_us2 .pb15 {
  width: 304px;
  height: 141px;
  background-image: url("../image/culture_bg.png");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about_us2 .f22 {
  color: #000;
}

.about_us2 .f23 {
  color: #000;
  font-weight: bold;
}
.w-box {
  margin-top: 98px;
}
.swiper-slide .swiper_img_style {
  width: 750px;
}

.join-us-btn {
  display: inline-block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 600;
  color: #ff212a;
  background: -webkit-linear-gradient(right, #f9fbfb, #ffffff);
  background: linear-gradient(-90deg, #f9fbfb, #ffffff);
  border-radius: 30px;
  text-align: center;
}

/* 手风琴 */
.slider-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 688px;
  margin: -50px auto 0;
  overflow: hidden;
}
.slider-box .card {
  position: relative;
  width: 192px;
  margin: 10px;
  border: 1px solid #efefef;
  cursor: pointer;
  background: var(--url);
  /*图片覆盖平铺*/background-size: cover;
  /*图片位置*/background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: all 1s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -moz-transition: all 1s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -ms-transition: all 1s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -o-transition: all 1s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.slider-box .active {
  flex-grow: 10;
}
.slider-box .card .card-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.36s ease-in-out;
  background-position: 50%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.slider-box .card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*padding: 80px 50px;
  */height: 100%;
  color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.slider-box .card .card-content .card-logo {
  height: 60px;
  margin: 60px 0 0 50px;
  background-image: url("../image/logo.png");
  background-size: 168px auto;
  background-repeat: no-repeat;
  visibility: hidden;
  animation: down-animation 0.5s linear;
  -webkit-animation: down-animation 0.5s linear;
}
.slider-box .card .card-content .card-title {
  margin-left: 50px;
  font-size: 92px;
  font-weight: 600;
}
.slider-box .card .card-content .card-desc {
  margin: 0 0 60px 50px;
  font-size: 26px;
  visibility: hidden;
}
.slider-box .card .card-content .card-desc p {
  margin: 0;
  line-height: 1.75;
  white-space: nowrap;
  animation: rise-animation 0.5s linear;
  -webkit-animation: rise-animation 0.5s linear;
}

/* 业务模式 */
.business-items {
  width: 1200px;
  margin: 80px auto;
  overflow: hidden;
}
.model-title {
  text-align: center;
}
.model-title h3 {
  font-size: 50px;
  font-weight: 600;
}
.model-title p {
  margin: 15px 0 60px 0;
  font-size: 22px;
  color: #666;
}
.model-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.model-list .items-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
.model-list .items-list-item .list-item-icon {
  width: 112px;
  height: 112px;
  background-size: contain;
  background-repeat: no-repeat;
}
.model-list span {
  font-size: 34px;
}
.items-list-item-split {
  position: relative;
  width: 142px;
  height: 32px;
  margin-bottom: 50px;
}
.items-list-item-split .list-split-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 业务优势 */
.advantages {
  width: 100%;
  padding: 60px 0;
  background-color: #FFFAFB;
}
.advantages .business-items{
  margin: 0 auto;
}
.advantages-title {
  text-align: center;
}
.advantages-title h3 {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 600;
}
.advantages-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.advantages-list .items-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 288px;
  height: 328px;
  padding: 35px 20px;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: transform 0.36s ease-in-out;
  -webkit-transition: transform 0.36s ease-in-out;
  -moz-transition: transform 0.36s ease-in-out;
  -ms-transition: transform 0.36s ease-in-out;
  -o-transition: transform 0.36s ease-in-out;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.advantages-list .items-list-item:hover {
  transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
}
.advantages-list .items-list-item .list-item-icon {
  width: 112px;
  height: 112px;
  background-size: contain;
  background-repeat: no-repeat;
}
.advantages-list .items-list-item .item-title {
  margin: 25px 0 20px 0;
  font-size: 28px;
  color: #000;
}
.advantages-list .items-list-item .item-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  text-align: center;
}

/* 合作品牌 */
.co-branding {
  width: 1200px;
  margin: 50px auto 80px;
  overflow: hidden;
}
.co-branding h3 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}
.co-branding .co-branding-list {
  position: relative;
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  box-shadow: inset 0 0 50px #fff;
}
.co-branding .co-branding-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 20px 20px #fff;
  pointer-events: none;
}
.co-branding-list .bd ul li {
  float: left;
}
.co-branding-list .bd ul li img{
  height: 420px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 加入我们 */
.join-us {
  width: 100%;
}
.join-us .join-us-bg-1 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 315px;
  background-image: url(../image/bg_jrjxe@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.join-us-bg-1 .join-us-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
}
.join-us-bg-1 .join-us-desc .join-us-tips {
  color: #fff;
}
.join-us-bg-1 .join-us-desc .join-us-tips h3 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
}
.join-us-bg-1 .join-us-desc .join-us-tips p {
  margin: 0;
  font-size: 24px;
}
.join-us-bg-1 .join-us-desc .join-us-tips p:last-child {
  margin-top: 5px;
  font-size: 14px;
  color: #efefef;
}

/* 下在瓷老板APP */
.join-us .join-us-bg-2 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 280px;
  margin-top: -18px;
  background-image: url(../image/pic_app@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.join-us-bg-2 .join-us-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
}
.join-us-bg-2 .join-us-desc .join-us-tips {
  margin-top: 30px;
  color: #fff;
}
.join-us-bg-2 .join-us-desc .join-us-tips .text-img {
  width: 538px;
  height: 36px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.join-us-bg-2 .join-us-desc .join-us-tips p {
  font-size: 24px;
  color: #000;
}
.join-us-bg-2 .join-us-desc .app-qr-download {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.join-us-bg-2 .join-us-desc .app-qr-download .qr-download {
  display: flex;
}
.join-us-bg-2 .join-us-desc .app-qr-download .qr-download .qr-img {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.join-us-bg-2 .join-us-desc .app-qr-download .qr-download .qr-scan {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.join-us-bg-2 .join-us-desc .app-qr-download .qr-download .qr-desc {
  font-size: 24px;
  color: #242424;
  font-weight: 600;
}
.join-us-bg-2 .join-us-desc .app-qr-download .qr-img {
  width: 278px;
  height: 242px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@keyframes rise-animation {
  0% {
    opacity: 0;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
  }
  30% {
    opacity: 0.8;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes down-animation {
  0% {
    opacity: 0;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
  }
  30% {
    opacity: 0.8;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}