@charset "UTF-8";
body.show a,
body.show .transition,
body.show .side-bar li .layer,
.side-bar li body.show .layer,
body.show #index-dots li,
#index-dots body.show li,
body.show .index-5 .side-r .form .submit div,
.index-5 .side-r .form .submit body.show div,
body.show .index-5 .side-r .form .submit div input,
.index-5 .side-r .form .submit div body.show input,
body.show .about-4 .list .list-wrapper li .box,
.about-4 .list .list-wrapper li body.show .box,
body.show .about-4 .list .list-wrapper li .box2,
.about-4 .list .list-wrapper li body.show .box2,
body.show .join-1 .tab-btn li div,
.join-1 .tab-btn li body.show div,
body.show :before,
body.show :after,
body.show img,
body.show .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex,
.g-nav ul,
.g-foot .wal .ewm ul,
.g-foot .wal .list .name,
.g-foot .wal .list li,
.g-foot .msg,
.side-bar li .layer dl,
.index-1 .arrow,
.index-3 .arrow,
.index-4 .arrow,
.about-3 .list .title,
.about-3 .list ul,
.join-1 .tab-btn ul,
.join-1 .tab-box .row,
.join-1 .tab-box .row .col .name,
.join-1 .tab-box .row .col .SenseOfWorthBtn,
.join-2 .list li .title,
.responsibility-1 li .box .title,
.responsibility-3 .box .name,
.responsibility-3 .list .arrow,
.product-nav ul,
.p-num,
.investment-2 ul,
.investment-3 .title div,
.investment-3 .box,
.product-show .info,
.p-num2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
}

.flexColumn,
.side-bar li a.name,
.about-1,
.about-2 .container,
.about-3,
.about-4,
.about-5,
.responsibility-1 li,
.responsibility-1 li .box,
.product-side li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter,
.g-foot .wal .list .name,
.g-foot .wal .list li,
.g-foot .msg,
.side-bar li a.name,
.side-bar li .layer dl,
.foot .foot1,
.about-2 .container,
.about-3,
.about-3 .container,
.about-3 .list .title,
.about-4,
.about-5,
.about-5 .container,
.join-1 .tab-box .row,
.join-1 .tab-box .row .col .name,
.responsibility-1 li .box .title,
.responsibility-3 .box .name,
.p-num,
.investment-3 .title div,
.investment-3 .box,
.product-side li .name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter,
.g-foot .msg,
.side-bar li a.name,
.side-bar li .layer dl,
.about-1,
.about-2 .container,
.about-3,
.about-4,
.about-5,
.join-1 .tab-btn ul,
.responsibility-1 li .box,
.product-nav ul,
.p-num,
.investment-3 .title div,
.product-side li .name {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween,
.g-nav ul,
.index-5 .side-r .form ul,
.foot .foot1,
.about-2 .list ul,
.about-3 .container,
.about-3 .list ul,
.about-5 .container,
.about-5 .container .col ul,
.join-1 .tab-box .row,
.join-1 .tab-box .row .col .SenseOfWorthBtn,
.join-3 .TalentConceContent,
.join-2,
.responsibility-1 ul,
.investment-3 .row,
.investment-3 .box,
.product-show .info,
.p-num2 ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap,
.index-5 .side-r .form ul,
.foot .foot1,
.about-2 .list ul,
.about-3 .container,
.about-5 .container,
.about-5 .container .col ul,
.join-3 .TalentConceContent,
.join-2,
.responsibility-1 ul,
.product ul,
.investment-1 .list ul,
.investment-3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.p-title {
  /* color: #e70012; */
  font-size: 0.14rem;
  padding-bottom: 0.2rem;
}

.p-title h2 {
  font-size: 0.36rem;
  line-height: 1em;
  padding-bottom: 0.02rem;
}
.p-title .left {
  font-size: 0.22rem;
}
.p-title .right {
  /* display: inline-block; */
  height: 100%;
  padding: 0.05rem 0.15rem;
  font-size: 0.15rem;
  border: 0.01rem solid #000;
  border-radius: 0.3rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 16px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #e70012;
  outline: none;
}

li {
  list-style: outside none;
}

h1 {
  font-size: 16px;
}

h2,
h3,
h4,
h5 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

textarea,
input {
  background: transparent;
  font-size: 16px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both;
}

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both;
}

.wal {
  max-width: 14rem;
  margin: 0 auto;
  /* padding-top: 1rem; */
}

@font-face {
  font-family: "Impact";
  src: url("fonts/Impact.woff2") format("woff2"),
    url("fonts/Impact.woff") format("woff"),
    url("fonts/Impact.ttf") format("truetype"),
    url("fonts/Impact.eot") format("embedded-opentype"),
    url("fonts/Impact.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.phone-show {
  display: none;
}

/*-------------------------*/
.g-headD {
  height: 1rem;
}

.g-head {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

.g-head .wal {
  min-height: 1rem;
  position: relative;
  max-width: 100%;
}

.g-head a.logo {
  display: block;
  background: url("../image/logo1.png") center no-repeat;
  background-size: 100%;
  width: 2rem;
  height: 100%;
}

.g-nav {
  position: absolute;
  width: 100%;
  z-index: 1;
  /* left: 2.6rem; */
  /* right: 2.6rem; */
  top: 0;
  bottom: auto;
  padding: 0 1rem;
}
.g-nav ul div{
  width: 50%;
}

.g-nav a.name {
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.2rem;
  color: #000;
  text-align: center;
}

.g-nav .img {
  position: absolute;
  right: -2.2rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1rem;
  width: 2rem;
}

@media screen and (max-width: 1700px) {
  .g-nav a.name {
    font-size: 0.18rem;
  }
}

.g-foot {
  background: #e70012;
  color: #fff;
  font-size: 0.14rem;
}

.g-foot .wal {
  min-height: 2.8rem;
  position: relative;
}

.g-foot .wal .logo {
  width: 1.41rem;
  position: absolute;
  z-index: 1;
  left: 0.3rem;
  right: auto;
  top: 0.44rem;
  bottom: auto;
}

.g-foot .wal .ewm {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0.57rem;
  bottom: auto;
  padding-left: 0.1rem;
  border-left: rgba(250, 206, 207, 0.2) solid 1px;
}

.g-foot .wal .ewm li {
  width: 1.2rem;
  margin-left: 0.9rem;
}

.g-foot .wal .ewm li .name {
  text-align: center;
  color: #facecf;
  padding: 0.1rem 0;
}

.g-foot .wal .list {
  padding: 0.5rem 0 0 3.5rem;
}

.g-foot .wal .list .name {
  color: #facecf;
}

.g-foot .wal .list .name:after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  margin-left: 0.1rem;
  width: 0.32rem;
  height: 1px;
  background: #facecf;
}

.g-foot .wal .list h3 {
  font-size: 0.48rem;
  letter-spacing: 0.02rem;
  line-height: 1em;
  padding: 0.12rem 0 0.1rem 0;
  font-family: "Impact";
  font-weight: 100;
}

.g-foot .wal .list li {
  padding: 0.06rem 0;
}

.g-foot .wal .list li img {
  width: 0.18rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.g-foot .wal .list li p {
  opacity: 0.7;
}

.g-foot .msg {
  height: 0.8rem;
  background: #b50d11;
}

.g-foot .msg p {
  padding: 0 0.1rem;
}

.g-foot .msg p:nth-of-type(2):hover {
  cursor: pointer;
}

.side-bar {
  position: fixed;
  z-index: 40;
  top: 50%;
  right: 0.2rem;
  width: 0.6rem;
}

.side-bar li {
  position: relative;
  background: #fabcbd;
  border-radius: 0.5rem;
  margin-bottom: 0.3rem;
  color: #fff;
}

.side-bar li a.name {
  height: 0.6rem;
  font-size: 0.16rem;
  color: #4c4c4c;
  position: relative;
  z-index: 11;
}

.side-bar li a.name .ico {
  width: 0.28rem;
  position: relative;
}

.side-bar li a.name .ico img:nth-child(2) {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  opacity: 0;
}

.side-bar li .layer {
  opacity: 0;
  visibility: hidden;
  visibility: visible;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  height: 0.6rem;
  background: #e70012;
  width: 1.78rem;
  padding-right: 0;
}

.side-bar li .layer dl {
  height: 0.6rem;
}

.side-bar li .layer dl dd {
  margin: 0 0.1rem;
}

.side-bar li .layer dl a {
  display: block;
  width: 0.48rem;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.side-bar li:hover {
  background: #e70616;
}

.side-bar li:hover a.name {
  color: #fff;
}

.side-bar li:hover a.name .ico img:nth-child(1) {
  opacity: 0;
}

.side-bar li:hover a.name .ico img:nth-child(2) {
  opacity: 1;
}

.side-bar li:hover .layer {
  opacity: 1;
  visibility: visible;
  width: 2.58rem;
  padding-right: 0.6rem;
  border-radius: 0.5rem;
}

/*index*/
#index-dots {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#index-dots li {
  position: relative;
  left: 0.38rem;
  width: 0.66rem;
  line-height: 0.57rem;
  color: #ffffff;
  font-size: 0.18rem;
  border-radius: 0.3rem;
  cursor: pointer;
}

#index-dots li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.02rem;
  background: #da6774;
}

#index-dots li .name {
  font-size: 0.16rem;
  white-space: nowrap;
  opacity: 0;
}

#index-dots li.on:before {
  width: 0.62rem;
  height: 0.04rem;
  background: #ffffff;
}

#index-dots li.on .name {
  color: #ffffff;
  font-weight: 900;
  opacity: 1;
}

#index-dots li.active:before {
  width: 0.62rem;
  height: 0.04rem;
  background: #ed2226;
}

#index-dots li.active .name {
  color: #ed2226;
  font-weight: 900;
  opacity: 1 !important;
}

#index {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.index-slide {
  height: 100vh;
  position: relative;
  /* overflow: hidden; */
  background: center no-repeat;
  background-size: cover;
}

.index-1 li {
  position: relative;
}

.index-1 li .img {
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
}

.index-1 li .word {
  width: 5.77rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.72rem;
  top: 47%;
  bottom: auto;
}

.index-1 .arrow {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 46%;
  top: auto;
  bottom: 20vh;
  height: 0.2rem;
}

.index-1 .arrow .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background: #ffffff;
  margin-right: 0.65rem;
  border-radius: 0.5rem;
}

.index-1 .arrow .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  border-radius: 0.5rem;
  background-color: #e60213;
  border: 0.03rem solid #fff;
}

.index-1 .arrow .swiper-pagination-bullet:nth-last-of-type(1) {
  margin-right: 0;
}


.index-2 {
  position: relative;
  /* height: 3rem; */
}
.index-2 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 80%;
  height: 7rem;
  background-color: #fcd004;
  padding: 0.5rem 1rem;
  /* margin: 0 auto; */
  /* transform: translateY(-4.5rem); */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.index-2 .container .title {
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: 0.02rem solid #000;
}
.index-2 .container .title div {
  margin: 0.2rem 0;
}
.index-2 .container .title h2 {
  font-size: 1rem;
  font-weight: bold;
  /* line-height: 1em; */
  /* letter-spacing: 0.02em; */
  color: #cd0307;
}
.index-2 .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.11rem;
  line-height: 1.888em;
  margin-top: 0.5rem;
}
.index-2 .container .content img {
  /* width: 5rem; */
  margin-bottom: 0.1rem;
}
.index-2 .container .content p {
  font-size: 0.15rem;
}

/* 合作品牌 */
/* 轮播logo */
/* .slider-container {
  position: absolute;
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15%;
  bottom: 5%;
  z-index: 10;
  padding: 0;
  font-size: 0.2rem;
  background-color: #fcd004;
}
.fixed-left {
  width: 25%;
  text-align: center;
  padding: 10px;
}
.fixed-left img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-right {
  width: 75%;
  position: relative;
  overflow: hidden;
}
.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
} */
.slider-item {
  /* 每次显示4张图片 */
  /* flex: 0 0 25%;  */
  /* box-sizing: border-box; */
}
/* .slider-item img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-controls {
  text-align: center;
  margin-top: 15px;
}
.slider-controls button {
  padding: 5px 15px;
  margin: 0 5px;
  cursor: pointer;
} */


.slider-container {
  position: absolute;
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 16%;
  bottom: 5%;
  z-index: 10;
  padding: 0;
  font-size: 0.2rem;
  background-color: #fcd004;
  overflow: hidden;
}

.fixed-left {
  width: 20%;
  /* padding: 20px; */
  /* background: #f5f5f5; */
  text-align: center;
}

.slider-right {
  width: 80%;
  position: relative;
}

.slider-wrapper {
  position: relative;
  height: 1.3rem;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 20px; */
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
}

.slide.active {
  opacity: 1;
}

.slider-nav {
  text-align: center;
  /* padding: 10px; */
}

.slider-nav button {
  /* padding: 5px 15px;
  margin: 0 5px; */
  cursor: pointer;
}
/* .slide .slider-item {
  width: 2.5rem;
}
.slide .slider-item img {
  width: 100%;
} */


@media screen and (min-width: 1700px) {
  .index-2 .container .title h2 {
    font-size: 0.5rem;
  }

  .index-2 .container .title div {
    font-size: 0.2rem;
  }

  .index-2 .container .content {
    font-size: 0.13rem;
  }
}

@media screen and (max-width: 1701px) {
  .index-2 .container .title h2 {
    font-size: 0.5rem;
  }

  .index-2 .container .title div {
    font-size: 0.35rem;
  }

  .index-2 .container .content {
    font-size: 0.1rem;
  }

  .index-2 .tansuomore {
    /* height: 0.52rem;
    line-height: 0.52rem; */
    font-size: 0.15rem;
  }
}

.index-3 {
  position: relative;
  margin-top: 1rem;
  /* transform: translateY(-3rem); */
}
.index-3 .title {
  text-align: center;
  font-weight: 700;
}
.index-3 .title h2 {
  font-size: 0.3rem;
}
.index-3 .content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0.5rem;
}
.index-3 .content .li {
  text-align: center;
  color: #000;
  font-size: 0.16rem;
}
.index-3 .content .li img {
  max-width: 2rem;
  margin-bottom: 0.1rem;
}
.index-3 .content .li .icon-title {
  font-size: 0.3rem;
}
.index-3 .content .li > div {
  margin-top: 0.05rem;
}

.index-4 .pinpai {
  margin-top: 1rem;
}
/* .index-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-4 .index-4-left {
  width: 56%;
  background: #000;
}
.index-4 .index-4-left li {
  position: relative;
}
.index-4 .index-4-left li .img {
  width: 100%;
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
}
.index-4 .index-4-left li .word {
  width: 5.77rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.72rem;
  top: 47%;
  bottom: auto;
}
.index-4 .arrow {
  position: absolute;
  z-index: 1;
  left: 16%;
  right: auto;
  top: auto;
  bottom: 20vh;
  height: 0.2rem;
  z-index: 100;
}
.index-4 .arrow .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background: #ffffff;
  margin-right: 0.65rem;
  border-radius: 0.5rem;
}
.index-4 .arrow .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  border-radius: 0.5rem;
  background-color: #e60213;
  border: 0.03rem solid #fff;
}
.index-4 .arrow .swiper-pagination-bullet:nth-last-of-type(1) {
  margin-right: 0;
}
.index-4 .index-4-Right {
  height: 100vh;
  background: url("../image/whitebg.png") center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.index-4 .index-4-Right .index-4-Right-Content {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0%;
  top: 24vh;
  bottom: auto;
  width: 38%;
}

.index-4 .index-4-Right .index-4-Right-title {
  color: #e60012;
  font-weight: 900;
}

.index-4 .index-4-Right .index-4-Right-des {
  margin-top: 0.4rem;
  color: #333333;
  line-height: 0.35rem;
}

.index-4 .index-4-Right .more {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0%;
  top: auto;
  bottom: 25vh;
  width: 38%;
}

.index-4 .index-4-Right .more div {
  width: 29.6%;
  background: #393939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  font-size: 0.18rem;
  height: 0.6rem;
  color: #fff;
  line-height: 0.6rem;
}

.index-4 .index-4-Right .more a {
  color: #fff;
}

.index-4 .index-4-Right .more img {
  width: 0.18rem;
  height: 0.12rem;
} */

/* @media screen and (max-width: 1700px) {
  .index-4-Right-title {
    font-size: 0.4rem;
  }

  .index-4-Right-des {
    font-size: 0.17rem;
  }

  .index-4 .more {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 23%;
    top: auto;
    bottom: 25vh;
    height: 0.5rem;
    line-height: 0.5rem;
  }
}

@media screen and (min-width: 1701px) {
  .index-4-Right-title {
    font-size: 0.48rem;
  }

  .index-4-Right-des {
    font-size: 0.2rem;
  }
} */

.index-5 {
  padding-bottom: 24vh;
}

.index-5 .bg {
  position: relative;
  left: 0;
  top: 0;
  background: url("../image/index-5bg.png") center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.index-5 .side-l-t {
  position: absolute;
  z-index: 1;
  left: 12.5%;
  right: auto;
  top: 16vh;
  bottom: auto;
  font-size: 0.7rem;
  color: #e60012;
  font-weight: 900;
}

.index-5 .side-l-b {
  position: absolute;
  z-index: 1;
  left: 12.5%;
  right: auto;
  top: 56vh;
  bottom: auto;
}

.index-5 .side-l-b > div:nth-of-type(1) {
  color: #666666;
  font-size: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.17rem;
}

.index-5 .side-l-b > div:nth-of-type(1) img {
  width: 0.3rem;
  height: 0.28rem;
  margin-right: 0.1rem;
  margin-left: 0.07rem;
}

.index-5 .side-l-b > div:nth-of-type(2) {
  padding: 0 0.1rem;
  color: #ffffff;
  background: #e60012;
  font-size: 0.6rem;
  border-radius: 0.03rem;
}

.index-5 .side-r {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 12%;
  top: 20vh;
  bottom: auto;
  width: 36%;
}

.index-5 .side-r .form {
  background: rgba(255, 255, 255, 0.8);
  border: #d1d1d1 solid 1px;
  border-radius: 0.06rem;
  padding: 3vh 10%;
}

.index-5 .side-r .form .formtitle {
  font-size: 0.3rem;
  color: #666666;
  margin-bottom: 0.5vh;
}

.index-5 .side-r .form li {
  width: 48%;
  margin-top: 2.5vh;
}

.index-5 .side-r .form li .input {
  width: 100%;
}

.index-5 .side-r .form li .input input::-webkit-input-placeholder {
  color: #b3b3b3;
}

.index-5 .side-r .form li .input input::-moz-placeholder {
  color: #b3b3b3;
}

.index-5 .side-r .form li .input input:-moz-placeholder {
  color: #b3b3b3;
}

.index-5 .side-r .form li .input input:-ms-input-placeholder {
  color: #b3b3b3;
}

.index-5 .side-r .form li .input textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

.index-5 .side-r .form li .input textarea::-moz-placeholder {
  color: #b3b3b3;
}

.index-5 .side-r .form li .input textarea:-moz-placeholder {
  color: #b3b3b3;
}

.index-5 .side-r .form li .input textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.index-5 .side-r .form li .input text {
  width: 44%;
  line-height: 0.4rem;
  color: #666666;
}

.index-5 .side-r .form li .input input,
.index-5 .side-r .form li .input textarea {
  border-bottom: #b3b3b3 solid 1px;
  height: 2vh;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #666666;
  width: 100%;
}

.index-5 .side-r .form li .input textarea {
  height: 7.5vh;
  line-height: 0.26rem;
  padding-top: 0.3rem;
}

.index-5 .side-r .form li.li_02 {
  width: 100%;
}

.index-5 .side-r .form .submit {
  padding: 0.5rem 0 0 0;
}

.index-5 .side-r .form .submit div {
  margin: 0 auto;
  background: #393939;
  border-radius: 0.3rem;
  width: 1.44rem;
}

.index-5 .side-r .form .submit div input {
  height: 0.37rem;
  cursor: pointer;
  font-size: 0.16rem;
  color: #ffffff;
  width: 100%;
}

.index-5 .side-r .form .submit div:hover {
  background: #e70012;
}

.index-5 .side-r .form .submit div:hover input {
  color: #fff;
}

/* 底部 */
.foot {
  height: 2.5rem;
  padding: 0.4rem 1.5rem 0;
}
.foot .footLeft {
  font-size: 0.15rem;
  float: left;
  padding-right: 1.5rem;
  border-right: 0.01rem dashed #ccc;
}
.footLeft .phone {
  font-size: 0.22rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem dashed #ccc;
}
.footLeft .phone div {
  margin-bottom: 0.1rem;
}
.footLeft .phone div:nth-child(2) {
  color: #d91b23;
}
.footLeft .address {
  margin-top: 0.2rem;
}
.footLeft .address div{
  margin-bottom: 0.1rem;
}

.foot .footRigth {
  flex: 1;
  display: flex;
  /* justify-content: space-evenly; */
  padding-left: 1rem;
}
.foot .footRigth .footRigthImg {
  margin-right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.1rem;
  text-align: center;
  font-size: 0.15rem;
  color: #000;
}

@media screen and (max-width: 1700px) {
  .index-5 .side-l-t {
    font-size: 0.6rem;
  }

  .index-5 .side-l-b > div:nth-of-type(1) {
    font-size: 0.2rem;
  }

  .index-5 .side-l-b > div:nth-of-type(1) img {
    width: 0.21rem;
    height: 0.18rem;
  }

  .index-5 .side-l-b > div:nth-of-type(2) {
    font-size: 0.4rem;
  }

  .index-5 .side-r .form .formtitle {
    font-size: 0.2rem;
  }

  .index-5 .side-r .form li .input input,
  .index-5 .side-r .form li .input textarea {
    font-size: 0.12rem;
  }

  .index-5 .side-r .form li .input textarea {
    height: 0.6rem;
  }

  .index-5 .side-r .form li .input text {
    font-size: 0.15rem;
  }

  .foot .footLeft .footLeftImg img {
    width: 0.8rem;
    height: 0.8rem;
  }

  .foot .footRigth .img1 {
    width: 1rem;
    height: 0.64rem;
  }

  .foot .footRigth .img2 {
    width: 3.8rem;
    height: 1.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .foot .footLeft .footLeftCopyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.about-1 {
  padding: 1rem 0 0 8vw;
}

.about-1 .title {
  width: 2.83rem;
}

.about-1 .content {
  position: relative;
  font-size: 0.24rem;
  line-height: 0.52rem;
  width: 6.6rem;
  padding: 0.5rem 0 0 0.09rem;
}

.about-1 .content:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.22rem;
  top: 0.23rem;
  background: url("../image/img692.png") center no-repeat;
  background-size: 100% 100%;
  width: 7.92rem;
  height: 3.62rem;
}

.about-1 .content p {
  position: relative;
  z-index: 11;
  padding-bottom: 0.2rem;
}

.about-2 .container {
  height: 82vh;
  background: url("../image/about-2.png") center no-repeat;
  background-size: cover;
  padding-top: 1.5rem;
}

.about-2 .container .box {
  width: 8.71rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  text-align: center;
}

.about-2 .container h2 {
  font-size: 0.24rem;
  color: #e70012;
  padding-bottom: 0.3rem;
}

.about-2 .container .content {
  font-size: 0.18rem;
  line-height: 2em;
}

.about-2 .list {
  max-width: 15.75rem;
  padding: 0 1rem;
  margin: 0 auto;
}

.about-2 .list li {
  width: 1.77rem;
  position: relative;
  z-index: 11;
  top: -0.8rem;
}

.about-3 {
  padding-top: 1rem;
}

.about-3 .container {
  width: 12.55rem;
}

.about-3 .container .logo {
  width: 3.62rem;
}

.about-3 .container .col {
  width: 7.91rem;
}

.about-3 .container .col .title {
  width: 5.08rem;
}

.about-3 .container .col .content {
  padding-top: 0.4rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.34rem;
}

.about-3 .list {
  width: 14rem;
}

.about-3 .list .title {
  padding: 0.9rem 0 0.5rem 0;
}

.about-3 .list .title:before,
.about-3 .list .title:after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  width: 50%;
  height: 1px;
  background: #e6e6e6;
}

.about-3 .list .title h3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #e70012;
  color: #fff;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  font-weight: 400;
  width: 2.17rem;
  line-height: 0.43rem;
  text-align: center;
}

.about-3 .list ul {
  padding: 0 0.16rem;
}

.about-3 .list li {
  line-height: 1.31rem;
}

.about-3 .list li img {
  height: 1.31rem;
}

.about-3 .list li .liImg {
  height: 0.7rem;
}

.about-4 {
  padding-top: 1rem;
}

.about-4 .p-title {
  text-align: center;
  padding-bottom: 0.88rem;
}

.about-4 .list {
  width: 14rem;
  position: relative;
  height: 3.4rem;
  background: url("../image/img1284.png") center bottom no-repeat;
  background-size: 12.84rem;
}

.about-4 .list .arrow a {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: auto;
  top: auto;
  bottom: -0.17rem;
}

.about-4 .list .arrow a.prev {
  left: 0;
  background-image: url("../image/prev36.png");
}

.about-4 .list .arrow a.prev:hover {
  background-image: url("../image/prev36on.png");
}

.about-4 .list .arrow a.next {
  right: 0;
  background-image: url("../image/next36.png");
}

.about-4 .list .arrow a.next:hover {
  background-image: url("../image/next36on.png");
}

.about-4 .list .list-wrapper {
  width: 14.4rem;
  position: relative;
  left: 50%;
  margin-left: -7.2rem;
  overflow: hidden;
}

.about-4 .list .list-wrapper li {
  position: relative;
  height: 3.75rem;
}

.about-4 .list .list-wrapper li .box {
  width: 2.3rem;
  min-height: 1.16rem;
  background: #fff;
  border: #ededed solid 1px;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 1.58rem;
  bottom: auto;
  margin-left: -1.15rem;
  padding: 0.2rem;
}

.about-4 .list .list-wrapper li .box h3 {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  line-height: 0.26rem;
  padding-left: 0.15rem;
  position: relative;
}

.about-4 .list .list-wrapper li .box h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.05rem;
  height: 0.05rem;
  background: #e70012;
  border-radius: 50%;
  margin-top: -0.025rem;
}

.about-4 .list .list-wrapper li .box p {
  font-size: 0.16rem;
  line-height: 0.23rem;
  height: 0.46rem;
  overflow: hidden;
  color: #999;
}

.about-4 .list .list-wrapper li .box2 {
  width: 5.66rem;
  min-height: 2.81rem;
  background: #e70012;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 0;
  bottom: auto;
  margin-left: -2.83rem;
  opacity: 0;
  padding: 0.3rem 0.14rem 0.2rem 2.64rem;
  color: #fff;
}

.about-4 .list .list-wrapper li .box2 .img {
  width: 2.24rem;
  max-height: 2.24rem;
  position: absolute;
  z-index: 1;
  left: 0.23rem;
  right: auto;
  top: 0.23rem;
  bottom: auto;
}

.about-4 .list .list-wrapper li .box2 .img img {
  width: 100%;
  max-height: 2.24rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-4 .list .list-wrapper li .box2 h3 {
  font-weight: 400;
  font-size: 0.3rem;
  line-height: 1em;
  padding-bottom: 0.3rem;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}

.about-4 .list .list-wrapper li .box2 p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-top: 0.3rem;
}

.about-4 .list .list-wrapper li .year {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  text-align: center;
  font-size: 0.18rem;
  color: #666;
}

.about-4 .list .list-wrapper li.swiper-slide-active .box {
  opacity: 0;
  top: 1.2rem;
}

.about-4 .list .list-wrapper li.swiper-slide-active .box2 {
  opacity: 1;
}

.about-5 {
  padding-top: 1rem;
}

.about-5 .container {
  width: 14rem;
  padding-bottom: 5vh;
}

.about-5 .container .img {
  width: 7.14rem;
  padding-bottom: 0.28rem;
  position: relative;
}

.about-5 .container .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.26rem;
  top: 0.28rem;
  right: -0.26rem;
  bottom: 0;
  background: #e70012;
}

.about-5 .container .img img {
  position: relative;
  z-index: 2;
}

.about-5 .container .col {
  width: 6.1rem;
}

.about-5 .container .col .p-title {
  padding-bottom: 0.4rem;
}

.about-5 .container .col li {
  width: 2.55rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
}

.about-5 .list {
  width: 14rem;
  position: relative;
  padding: 0 0.385rem;
}

.about-5 .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-5 .list .list-wrapper li {
  padding: 0 0.335rem;
}

.about-5 .list .arrow a {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -0.18rem;
}

.about-5 .list .arrow a.prev {
  left: 0;
  background-image: url("../image/prev36.png");
}

.about-5 .list .arrow a.prev:hover {
  background-image: url("../image/prev36on.png");
}

.about-5 .list .arrow a.next {
  right: 0;
  background-image: url("../image/next36.png");
}

.about-5 .list .arrow a.next:hover {
  background-image: url("../image/next36on.png");
}

.index-slide.about-6 {
  height: 3.6rem;
}

.join-banner,
.responsibility-banner,
.product-banner,
.product-banner2,
.investment-banner {
  background: url("../image/join-banner.png") center no-repeat;
  background-size: cover;
  height: 7.07rem;
  text-align: center;
  padding-top: 1.75rem;
  font-style: italic;
  font-size: 0.26rem;
  color: #e6e6e6;
}

.join-banner div,
.responsibility-banner div,
.product-banner div,
.product-banner2 div,
.investment-banner div {
  font-size: 0.47rem;
  line-height: 1em;
  padding-bottom: 0.15rem;
}

.join-banner1 {
  max-width: 14rem;
  margin: 0 auto;
  height: 6.07rem;
  margin-top: 0.3rem;
  border-bottom: 0.01rem solid #e6e6e6;
}

.responsibility-banner {
  background-image: url("../image/responsibility-banner.jpg");
  color: #fff;
  padding-top: 3.15rem;
}

.responsibility-banner b {
  color: #e70012;
}

.product-banner {
  background-image: url("../image/product-banner.jpg");
  color: #e70012;
  padding-top: 3.15rem;
  height: 50vh;
  background-size: cover;
}

.product-banner2 {
  background-image: url("../image/img1920_2.jpg");
  height: 6.79rem;
}

.investment-banner {
  background: #e70012;
  color: #fff;
  height: 6.9rem;
  padding-top: 1.5rem;
  font-size: 0.16rem;
}

.investment-banner p:nth-child(3) {
  margin-top: 0.2rem;
  font-size: 0.12rem;
}

.investment-banner .img {
  width: 14rem;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 2.87rem;
  bottom: auto;
  margin-left: -7rem;
  padding: 0;
}

.join-1 {
  position: absolute;
  top: 20%;
  left: 10%;
  color: #fff;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
}

.responsibility-1 {
  padding: 1.2rem 0;
}

.responsibility-1 li {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.12);
  width: 4.33rem;
  overflow: hidden;
  position: relative;
}

.responsibility-1 li .box {
  height: 4.05rem;
  padding: 0 0.3rem;
  background-color: #f5f7f9;
}

.responsibility-1 li .box .title {
  padding-bottom: 0.2rem;
}

.responsibility-1 li .box .title img {
  height: 0.42rem;
}

.responsibility-1 li .box .title h3 {
  font-weight: normal;
  font-size: 0.24rem;
  /* height: 0.3rem; */
  line-height: 0.3rem;
  /* padding-left: 0.2rem; */
  /* margin-left: 0.2rem; */
  /* border-left: #000 solid 0.02rem; */
}

.responsibility-1 li .box .content {
  font-size: 0.16rem;
  line-height: 0.34rem;
  text-align: justify;
  color: #666;
}
/* 列表底部 */
.responsibility-1 li .box .bottom {
  border-top: 0.01rem solid #000;
  margin-top: 0.5rem;
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b2b2b2;
}
.responsibility-1 li .box .bottom .btm-left {
  font-size: 0.24rem;
}
/* .responsibility-1 li:nth-child(odd) {
  border-top-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
}

.responsibility-1 li:nth-child(even) {
  border-bottom-left-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
}

.responsibility-1 li:nth-child(even) .box {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
} */

.responsibility-2 {
  background: url("../image/responsibility-3.jpg") center no-repeat;
  background-size: cover;
  min-height: 8.64rem;
  padding: 1.1rem 0;
}

.responsibility-2 .wal {
  max-width: 14.1rem;
}

.about_si {
  margin-top: 1rem;
  padding-top: 0.2rem;
  background-color: #bd0015;
  color: #fff;
}
.responsibility-3 {
  padding-bottom: 1rem;
  position: relative;
}
.responsibility-3 .p-title {
  /* padding: 1rem 0; */
  display: flex;
  justify-content: space-between;
  /* text-align: center; */
  margin: 0.5rem 0 0.6rem;
  border-bottom: 0.01rem solid #e6e6e6;
}
.responsibility-3 .si_img {
  display: flex;
  justify-content: space-between;
}
.responsibility-3 .si_img img{
  max-width: 3.7rem;
  margin-bottom: 0.3rem;
}
.responsibility-3 .si_img .img {
  text-align: center;
  font-size: 0.2rem;
}
/* 合作品牌 logo 展示 */
.logo_bgc {
  background-color: #f5f5f5;
  padding-top: 0.2rem;
}
.responsibility-3 .logo_img {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.responsibility-3 .logo_img img {
  max-width: 3rem;
  margin-bottom: 0.4rem;
}

/* 底部 logo */
.bottom_logo {
  height: 2rem;
  background-color: #fdd003;
  text-align: center;
}
.bottom_logo img {
  width: 3rem;
  transform: translateY(-0.35rem);
}

.responsibility-3 .box {
  position: relative;
  min-height: 5.3rem;
  padding: 0 0.13rem 0 7.53rem;
}

.responsibility-3 .box .img {
  width: 7rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
}

.responsibility-3 .box .name {
  padding-bottom: 0.15rem;
  border-bottom: #e6e6e6 solid 1px;
}

.responsibility-3 .box .name img {
  width: 0.65rem;
  margin-right: 0.2rem;
}

.responsibility-3 .box .name h3 {
  font-size: 0.24rem;
  color: #e70012;
}

.responsibility-3 .box h5 {
  line-height: 0.55rem;
  font-size: 0.18rem;
  border-bottom: #e6e6e6 solid 1px;
}

.responsibility-3 .box .content {
  font-size: 0.18rem;
  line-height: 0.38rem;
  padding: 0.45rem 0;
}

.responsibility-3 .list {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: auto;
  bottom: 1.15rem;
  width: 6.81rem;
  overflow: hidden;
  padding-top: 0.68rem;
}

.responsibility-3 .list .list-wrapper {
  margin-left: -0.12rem;
}

.responsibility-3 .list li {
  padding-left: 0.12rem;
}

.responsibility-3 .list .arrow {
  position: absolute;
  z-index: 1;
  left: 0.44rem;
  right: auto;
  top: 0;
  bottom: auto;
}

.responsibility-3 .list .arrow a {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: center no-repeat;
  background-size: 100%;
  margin-right: 0.2rem;
}

/* .responsibility-3 .list .arrow a.prev {
  left: 0;
  background-image: url("../image/prev36.png");
}

.responsibility-3 .list .arrow a.prev:hover {
  background-image: url("../image/prev36on.png");
}

.responsibility-3 .list .arrow a.next {
  right: 0;
  background-image: url("../image/next36.png");
}

.responsibility-3 .list .arrow a.next:hover {
  background-image: url("../image/next36on.png");
} */

/*# sourceMappingURL=index.css.map */
