
body {
  background: #f5f5f5;
}

.bar-item a {
  color: #fff;
}

.bar-item a:hover {
  color: red;
}

#head {
  height: 90px;
  position: absolute;
  z-index: 10000;
  background-color: rgba(82, 95, 99, 0.5);
}

.v-a {
  width: 1px;
  height: 40px;
  background-color: #e6e6e6;
  margin: 0 20px;
  margin-left: 30px;
}

.fff {
  color: #fff;
}

.header-nav li a {
  color: #fff;
}

.active {
  color: red;
}

.active a {
  color: red;
}

.containerBox {
  width: 1200px;
  margin: 0 auto;
  font-family: MicrosoftYaHei;
}

.code {
  display: flex;
  align-items: center;
  justify-content: center;
}

.code img {
  margin-right: 10px;
}

.banner {
  width: 100%;
  text-align: center;
  position: relative;
  top: -90px;
  /* background: url(/static/images/index/banner.png) no-repeat; */
}

.banner img {
  display: inline-block;
  width: 100%;
  min-width: 1200px;
}

.containerBox .service {
  width: 100%;
  height: 320px;
  /* padding: 0 120px 80px 100px; */
}

.containerBox .title {
  font-size: 38px;
  color: #333333;
  text-align: center;
}

.containerBox .title .subTitle {
  font-size: 26px;
  color: #333333;
  opacity: 0.2;
}

.containerBox .service .ul {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 40px;
}

.containerBox .service .ul li {
  list-style-type: none;
  width: 300px;
  height: 240px;
  text-align: center;
  padding: 50px;
  border: 1px solid #efefef;
  float: left;
}

.containerBox .service .ul .liA {
  border-top-color: transparent;
  border-left-color: transparent;
}

.containerBox .service .ul .li4 {
  border-bottom: 1px solid #efefef;
  border-right-color: transparent;
}

.containerBox .service .ul .li5 {
  border-bottom-color: transparent;
}

.containerBox .data {
  width: 1200px;
  height: 720px;
  background: #f5f5f5;
  padding-top: 0;
  margin: 0 auto;
}

.containerBox .data .title {
  color: #f5f5f5;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}

.containerBox .data .title .left {
  float: left;
  width: 110px;
  height: 27px;
  font-size: 28px;
  color: #333333;
}

.containerBox .data .title .right {
  float: right;
  width: 70px;
  height: 17px;
  font-size: 16px;
  color: #bc111a;
}

.containerBox .data .title .titleUl li {
  float: left;
  width: 140px;
  height: 54px;
  background-color: #eee;
  color: #808080;
  font-size: 20px;
  border-radius: 6px 6px 0px 0px;
  cursor: pointer;
  margin-right: 10px;
}

.containerBox .data .title .titleUl li.active {
  background-color: #fff;
  color: #cd5259;
}

.containerBox .data .table {
  border: none;
  text-align: center;
}

.containerBox .data .goods {
  display: none;
}

.containerBox .data .table .th {
  width: 56px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #666666;
  border: none;
  background: #fafafa;
}

.containerBox .data .table td {
  height: 50px;
  line-height: 50px;
  border: none;
  background: #fcfcfc;
  font-size: 15px;
}

.containerBox .data .table tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.containerBox .data .table tbody tr:last-child {
  border-bottom: 1px solid transparent;
}

.containerBox .data .table .btn-danger {
  display: inline-block;
  width: 58px;
  height: 28px;
  line-height: 26px;
  background-color: #bc111a;
  border-radius: 2px;
  color: #fff;
  border: 1px solid transparent;
}

.containerBox .product {
  width: 100%;
  height: 600px;
  /* padding: 80px; */
  background: #fff;
}

.containerBox .product .productUl {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 70px;
}

.containerBox .product .productUl li {
  list-style-type: none;
  width: 300px;
  height: 320px;
  float: left;
  text-align: center;
}

.containerBox .product .productUl li .p1 {
  font-size: 18px;
  color: #333333;
  margin-top: 35px;
  font-weight: 600;
}

.containerBox .product .productUl li .p2 {
  font-size: 14px;
  width: 211px;
  color: #999999;
  margin: 15px auto 0;
  text-align: left;
}

.containerBox .win {
  width: 100%;
  height: 520px;
  /* padding: 80px; */
  background: url(/static/images/index/bg2.png) no-repeat;
}

.containerBox .win .winUl {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 70px;
}

.containerBox .win .winUl li {
  list-style-type: none;
  width: 228px;
  height: 96px;
  line-height: 96px;
  float: left;
  text-align: center;
  background: #ffffff;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-15 {
  margin-top: 15px;
}

.containerBox .service .ul .topli {
  width: 386px;
  height: 260px;
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
}

.containerBox .service .ul .topli:hover {
  border-bottom: 2px solid #bc111a;
}

.containerBox .service .ul .topli .default_img {
  background-image: url("/static/images/index/img1.png");
  width: 50px;
  height: 55px;
}

.containerBox .service .ul .topli .titleP {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 25px;
}

.containerBox .service .ul .topli .dataP {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 20px;
  text-align: left;
  max-width: 314px;
}

.sart {
  width: 139px;
  height: 17px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.left-1 {
  color: #bc111a;
}

.bar-item .login-btn,
.bar-item .reg-btn {
  float: left;
  text-align: center;
  line-height: 34px;
  width: 80px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px #cd5259;
  color: #cd5259;
}

.bar-item .reg-btn {
  color: #fff;
  background: #cd5259;
}

.mr-30 {
  margin-right: 30px;
  ;
}
.slide-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.slide-text {
  /* width: 814px;
  height: 197px; */
  background: url(/static/images/img_01-a93334b….png) no-repeat center;
  text-align: center;
  padding-top: 28px;
  color: #fff;
}
.slide-text h1 {
  font-size: 7rem;
  margin-bottom: 30px;
  font-weight: 500;
}

.slide-text p {
  font-size: 26px;
  letter-spacing: 4px;
  margin-left: -6px;
  text-indent: 0;
}
.btn-start {
  display: inline-block;
  width: 262px;
  height: 54px;
  background: rgba(0, 136, 245, 0.9);
  color: #fff;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  margin-top: 50px;
  font-size: 18px;
  border-radius: 5px;
  font-family: "Microsoft YaHei";
}

.btn-start i {
  margin-left: 12px;
  vertical-align: middle;
}
.icon15:before {
  content: "\e6c8";
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1500px) {
  .slide-text h1 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 1300px) {
  .slide-text h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 1000px) {
  .slide-text h1 {
    font-size: 4rem;
  }
}




