@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 {
  font-size: 0.14rem;
}

.p-title h2 {
  font-size: 0.3rem;
  line-height: 1em;
  padding-bottom: 0.02rem;
  font-weight: normal;
}

* {
  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: 17rem;
  margin: 0 auto;
  padding-top: 0.7rem;
}

@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;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.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;
  background: url("../image/2bg.png") center no-repeat;
  background-size: 100% 100%;
  height: 100vh;
}

.index-2 .container {
  position: absolute;
  z-index: 10;
  left: 12%;
  right: auto;
  top: 22vh;
  bottom: auto;
  width: 20%;
  height: 62vh;
}

.index-2 .container .title h2 {
  font-size: 0.41rem;
  font-weight: 900;
  line-height: 1em;
  color: #e60012;
}

.index-2 .container .title div {
  font-size: 0.37rem;
  margin-top: 0.05rem;
  color: #e60012;
  font-weight: 900;
}

.index-2 .container .content {
  font-size: 0.11rem;
  line-height: 1.888em;
  color: #666;
  margin-top: 0.15rem;
}

.index-2 .container .content > div:nth-last-of-type(1) {
  margin-top: 0.1rem;
}

.index-2 .tansuomore {
  position: absolute;
  z-index: 10;
  left: 12%;
  right: auto;
  top: auto;
  bottom: 29vh;
  width: 15%;
  height: 0.62rem;
  background: #393939;
  color: #fff;
  line-height: 0.35rem;
  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;
}

.index-2 .tansuomore a {
  color: #fff;
}

.index-2 .tansuomore img {
  width: 0.18rem;
  height: 0.12rem;
}

.index-2 .tansuoPro {
  position: absolute;
  z-index: 10;
  left: 12%;
  right: auto;
  top: auto;
  bottom: 15vh;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-2 .tansuoPro > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.2rem;
}

.index-2 .tansuoPro > div:nth-last-of-type(1) {
  margin-right: 0;
}

.index-2 .tansuoPro .tansuoProNum {
  color: #ed2226;
  font-size: 0.46rem;
  font-weight: 900;
}

.index-2 .tansuoPro .tansuoProDes {
  margin-left: 0.1rem;
  color: #333333;
  font-size: 0.19rem;
  font-weight: 600;
}

.index-2 .video {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.27rem;
  top: 22vh;
  bottom: auto;
  height: 62vh;
  background: center no-repeat;
  background-size: cover;
  width: 57%;
}

.index-2 .video div {
  text-align: right;
  margin-top: -0.5rem;
  color: #2d2d2c;
  font-size: 0.11rem;
  padding-bottom: 0.17rem;
}

.index-2 .video div text {
  margin-left: 0.3rem;
}

.index-2 .video i.btn {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../image/img99.png") center no-repeat;
  background-size: 0.99rem;
  cursor: pointer;
}

@media screen and (min-width: 1700px) {
  .index-2 .container .title h2 {
    font-size: 0.41rem;
  }

  .index-2 .container .title div {
    font-size: 0.38rem;
  }

  .index-2 .container .content {
    font-size: 0.13rem;
  }
}

@media screen and (max-width: 1701px) {
  .index-2 .container .title h2 {
    font-size: 0.38rem;
  }

  .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 li {
  position: relative;
}

.index-3 li .img {
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
}

.index-3 li .word {
  width: 5.77rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.72rem;
  top: 47%;
  bottom: auto;
}

.index-3 .arrow {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 46%;
  top: auto;
  bottom: 20vh;
  height: 0.2rem;
}

.index-3 .arrow .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background: #ffffff;
  margin-right: 0.65rem;
  border-radius: 0.5rem;
}

.index-3 .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-3 .arrow .swiper-pagination-bullet:nth-last-of-type(1) {
  margin-right: 0;
}

.index-3 .more {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 10%;
  top: auto;
  bottom: 10vh;
  width: 15%;
  height: 0.6rem;
  background: #e60012;
  color: #fff;
  line-height: 0.6rem;
  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;
}

.index-3 .more a {
  color: #fff;
}

.index-3 .more img {
  width: 0.18rem;
  height: 0.12rem;
}

.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;
}

/* 底部 logo */
.bottom_logo {
  height: 2rem;
  background-color: #fdd003;
  text-align: center;
}
.bottom_logo img {
  width: 3rem;
  transform: translateY(-0.35rem);
}

@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 {
  text-align: center;
  padding-bottom: 0.85rem;
  border-bottom: #e6e6e6 solid 1px;
}

.join-1 .p-title {
  padding: 0.65rem 0 0.4rem 0;
}

.join-1 .p-title em {
  color: #333;
}

.join-1 .content {
  padding-bottom: 0.5rem;
  max-width: 13.65rem;
  margin: 0 auto;
  font-size: 0.18rem;
  line-height: 0.35rem;
  color: #666;
}

.join-1 .tab-btn {
  padding-bottom: 0.5rem;
}

.join-1 .tab-btn li {
  padding: 0 0.2rem;
}

.join-1 .tab-btn li div {
  padding: 0 0.36rem;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.46rem;
  cursor: pointer;
}

.join-1 .tab-btn li.on div {
  background: #e70012;
  color: #fff;
}

.join-1 .tab-box .row .img {
  width: 8.23rem;
}

.join-1 .tab-box .row .col {
  width: 5.1rem;
  text-align: left;
}

.join-1 .tab-box .row .col .name:after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  height: 1px;
  width: 0.64rem;
  background: #e70012;
}

.join-1 .tab-box .row .col .name h2 {
  color: #e70012;
  font-size: 0.3rem;
  line-height: 1em;
  padding-right: 0.3rem;
}

.join-1 .tab-box .row .col p {
  font-size: 0.15rem;
  line-height: 0.3rem;
}

.join-1 .tab-box .row .col p.des {
  padding-top: 0.3rem;
  padding-bottom: 0.15rem;
  font-weight: 900;
  color: #666666;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.join-1 .tab-box .row .col .SenseOfWorthBtn {
  padding-top: 0.3rem;
  padding-bottom: 0.15rem;
}

.join-1 .tab-box .row .col .SenseOfWorthBtn p {
  padding: 0.02rem 0.08rem;
  border-radius: 0.5rem;
  font-weight: 900;
  color: #666666;
  font-size: 0.2rem;
}

.join-1 .tab-box .row .col .SenseOfWorthBtn .on {
  background: #e70012;
  color: #fff;
}

.join-3 {
  padding-bottom: 0.85rem;
  border-bottom: #e6e6e6 solid 1px;
  margin-bottom: 0.7rem;
}

.join-3 .p-title {
  padding: 0.65rem 0 0.4rem 0;
  text-align: center;
}

.join-3 .p-title em {
  color: #333;
}

.join-3 .TalentConceContent .TalentConceContentLeft {
  width: 4.34rem;
}

.join-3 .TalentConceContent .TalentConceContentLeft .msg {
  font-size: 0.22rem;
  line-height: 0.35rem;
  font-weight: bold;
}

.join-3 .TalentConceContent .TalentConceContentLeft .HighVoltageLine {
  display: inline-block;
  border-radius: 0.5rem;
  border: #e6e6e6 solid 1px;
  line-height: 0.3rem;
  font-size: 0.18rem;
  padding: 0 0.16rem;
  font-weight: 900;
  margin-top: 0.18rem;
}

.join-3 .TalentConceContent .TalentConceContentLeft .HighVoltageLineContent {
  padding: 0.18rem 0;
  font-size: 0.18rem;
  line-height: 0.35rem;
}

.join-3 .TalentConceContent .TalentConceContentRight {
  width: 9.1rem;
}

.join-3 .TalentConceContent .TalentConceContentRight img {
  width: 9.1rem;
}

.join-2 .p-title {
  color: #333;
  padding-bottom: 0.24rem;
}

.join-2 .side {
  width: 4.34rem;
}

.join-2 .side .msg {
  font-size: 0.22rem;
  line-height: 0.5rem;
  font-weight: bold;
  padding-top: 0.2rem;
}

.join-2 .list {
  width: 9.1rem;
}

.join-2 .list li {
  border-top: #e6e6e6 solid 1px;
  padding: 0.58rem 0 0.68rem 0;
}

.join-2 .list li .name {
  font-size: 0.24rem;
  color: #e70012;
  padding-bottom: 0.28rem;
}

.join-2 .list li .title h3 {
  border-radius: 0.5rem;
  border: #e6e6e6 solid 1px;
  line-height: 0.3rem;
  font-size: 0.18rem;
  padding: 0 0.16rem;
}

.join-2 .list li .content {
  font-size: 0.18rem;
  line-height: 0.35rem;
  color: #666;
  padding: 0.25rem 0;
}

.join-2 .list li .btn {
  padding-top: 0.2rem;
}

.join-2 .list li .btn a {
  display: block;
  background: #e70012;
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  width: 3rem;
  line-height: 0.6rem;
  font-size: 0.22rem;
  font-weight: bold;
}

.join-2 .list li:nth-child(1) {
  padding-top: 0.38rem;
}

.responsibility-1 {
  padding: 1.2rem 0;
}
.responsibility-1 .title {
  text-align: center;
  color: #707070;
  font-size: 0.2rem;
}
.responsibility-1 .title h2 {
  font-size: 0.35rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.responsibility-1 .img {
  /* width: 100%; */
  margin: 0.8rem 0;
  text-align: center;
}
.responsibility-1 .img img {
  max-width: 8rem;
}
.responsibility-1 .content {
  font-size: 0.2rem;
  line-height: 1.9em;
}
.responsibility-1 .content p {
  margin-bottom: 0.4rem;
  color: #707070;
}



.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;
}

.responsibility-3 {
  padding-bottom: 1.15rem;
  position: relative;
}

.responsibility-3 .p-title {
  padding: 0rem 0 1rem;
  /* text-align: center; */
}

.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");
}

.product-nav {
  border-bottom: #e6e6e6 solid 1px;
  margin: 0 0.35rem;
}

.product-nav a {
  display: block;
  position: relative;
  text-align: center;
  height: 2.34rem;
  padding: 0.84rem 0.75rem 0 0.75rem;
}

.product-nav a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.12rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  border: #e70012 solid 0.07rem;
  margin-left: -0.11rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.product-nav a .img {
  width: 0.66rem;
  height: 0.48rem;
  margin: 0 auto;
  position: relative;
}

.product-nav a .img img:nth-child(2) {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  opacity: 0;
}

.product-nav a .name {
  font-size: 0.24rem;
  line-height: 1em;
  padding-top: 0.2rem;
}

.product-nav a:hover,
.product-nav a.on {
  content: #e70012;
}

.product-nav a:hover:after,
.product-nav a.on:after {
  opacity: 1;
}

.product-nav a:hover .img img:nth-child(1),
.product-nav a.on .img img:nth-child(1) {
  opacity: 0;
}

.product-nav a:hover .img img:nth-child(2),
.product-nav a.on .img img:nth-child(2) {
  opacity: 1;
}

.productBrief {
  height: 50vh;
  background: url("../image/productBrief.png") center no-repeat;
  background-size: cover;
  position: relative;
}

.productBriefLeft {
  position: absolute;
  left: 15.4%;
  top: 10vh;
}

.productBriefLeft > div:nth-of-type(1) {
  font-size: 0.46rem;
  font-weight: 900;
  letter-spacing: 0.03rem;
  text-align: center;
}

.productBriefLeft > div:nth-of-type(1) span {
  color: #e60012;
  font-size: 0.72rem;
}

.productBriefLeft > div:nth-of-type(2) {
  margin-top: 0.1rem;
  font-size: 0.25rem;
}

.productBriefRight {
  position: absolute;
  right: 15.4%;
  top: 10vh;
}

.productBriefRight > div:nth-of-type(1) {
  font-size: 0.46rem;
  font-weight: 900;
  letter-spacing: 0.03rem;
  text-align: center;
}

.productBriefRight > div:nth-of-type(1) span {
  color: #e60012;
  font-size: 0.72rem;
}

.productBriefRight > div:nth-of-type(2) {
  margin-top: 0.1rem;
  font-size: 0.25rem;
}

.productBriefBg {
  position: absolute;
  bottom: 3vh;
  width: 100%;
  height: 1.43rem;
  background: url("../image/picpc.png") center no-repeat;
  background-size: cover;
  z-index: 1;
}

.product li {
  width: 50%;
  height: 50vh;
}

.product li a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.product li a .img img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.product li a .layer {
  position: absolute;
  z-index: 1;
  left: 10%;
  right: 10%;
  top: 18px;
  bottom: auto;
  background-size: 100% 100%;
  height: 1.13rem;
  font-size: 0.18rem;
  font-weight: 900;
}

.product li a .layer .name {
  font-size: 0.3rem;
  padding: 0.3rem 0 0.12rem 0;
  line-height: 0.8rem;
}

.product li a .layer .tagimg {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -1px;
  top: 18px;
  bottom: auto;
  width: 0.8rem;
}

.product li a .layer .tagimg1 {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -1px;
  top: 18px;
  bottom: auto;
  width: 1.2rem;
}

.product li:hover {
  z-index: 11;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product li:hover .name {
  color: #000;
}

.product li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-num {
  padding: 0.85rem 0;
}

.p-num a {
  margin: 0 0.02rem;
  border-radius: 0.03rem;
  border: #e6e6e6 solid 1px;
  width: 0.36rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.34rem;
  font-size: 0.16rem;
  color: #999;
}

.p-num a:hover,
.p-num a.on {
  background-color: #e70012;
  border-color: #e70012;
  color: #fff;
}

.p-num a.arrow {
  background: #e6e6e6 center no-repeat;
  background-size: 0.08rem;
}

.p-num a.arrow:hover {
  background-color: #e70012;
  border-color: #e70012;
}

.p-num a.arrow.prev {
  background-image: url("../image/prev8.png");
}

.p-num a.arrow.next {
  background-image: url("../image/next8.png");
}

.p-num em {
  font-size: 0.16rem;
  color: #999;
  padding: 0 0.06rem;
}

.investment-1 .title {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: #c20e22;
  text-align: center;
}
.investment-1 .title h2 {
  font-size: 0.8rem;
}
.investment-1 .title div {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  letter-spacing: 0.1em;
}

.investment-2 li {
  position: relative;
}

.investment-2 li .box {
  background: #e70012;
  color: #fff;
  position: absolute;
  z-index: 5;
  padding: 0.4rem 0.35rem 0.35rem;
}

.investment-2 li .box:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: 50%;
  margin-top: -0.15rem;
  background: #e70012;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.investment-2 li .box h3 {
  font-size: 0.36rem;
  line-height: 1em;
  padding-bottom: 0.25rem;
}

.investment-2 li .box p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  max-width: 5.25rem;
}

.investment-2 .li_01 {
  width: 8.4rem;
}

.investment-2 .li_01 .box {
  top: 0;
  left: 100%;
  width: 5.6rem;
}

.investment-2 .li_01 .box:before {
  left: -0.15rem;
}

.investment-2 .li_02 {
  width: 5.6rem;
  padding-top: 2.1rem;
}

.investment-2 .li_02 .box {
  bottom: 0;
  right: 100%;
  width: 8.4rem;
  padding-left: 0.95rem;
}

.investment-2 .li_02 .box:before {
  right: -0.15rem;
}

.investment-3 {
  background: url("../image/investment-3.png") center 1.55rem no-repeat;
  background-size: 19.2rem;
  padding-bottom: 0.92rem;
}

.investment-3 .wal {
  min-height: 13rem;
  position: relative;
}

.investment-3 .title {
  padding: 1.06rem 0 1.5rem 0;
  text-align: center;
}

.investment-3 .title img {
  width: 1.11rem;
}

.investment-3 .title div {
  padding: 0.24rem 0 0.12rem 0;
}

.investment-3 .title div:before,
.investment-3 .title div:after {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  background: #e70012;
  border-radius: 0.04rem;
  width: 0.68rem;
  height: 0.07rem;
}

.investment-3 .title div h3 {
  color: #e70012;
  font-size: 0.36rem;
  padding: 0 0.22rem;
  line-height: 1em;
}

.investment-3 .title p {
  font-size: 0.16rem;
}

.investment-3 .row {
  min-height: 8.38rem;
}

.investment-3 .row .col {
  width: 5.85rem;
}

.investment-3 .row .col h3 {
  font-size: 0.36rem;
  padding-bottom: 0.36rem;
}

.investment-3 .row .col .content {
  font-size: 0.18rem;
  line-height: 0.34rem;
  padding-bottom: 0.6rem;
}

.investment-3 .row .col-l {
  color: #fff;
}

.investment-3 .btn a {
  display: block;
  width: 2.58rem;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 9.65rem;
  bottom: auto;
  margin-left: -1.29rem;
}

.investment-3 .box {
  width: 5.96rem;
  margin: 0 auto;
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
  position: relative;
  height: 1.92rem;
  padding: 0 0.88rem 0 0.24rem;
}

.investment-3 .box:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0.17rem;
  bottom: 0.17rem;
  width: 1px;
}

.investment-3 .box .tel {
  padding-left: 0.51rem;
  background: url("../image/img33.png") left 0.07rem no-repeat;
  background-size: 0.33rem;
}

.investment-3 .box .tel .name {
  font-size: 0.16rem;
  line-height: 1em;
}

.investment-3 .box .tel h2 {
  color: #e70012;
  position: relative;
  font-size: 0.31rem;
  font-family: "Impact";
  line-height: 1em;
  font-weight: 100;
  padding: 0.08rem 0 0.26rem 0;
}

.investment-3 .box .tel h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 0.22rem;
  height: 0.02rem;
  background: #333;
}

.investment-3 .box .tel p {
  font-size: 0.12rem;
}

.investment-3 .box .ewm {
  width: 1.2rem;
  text-align: center;
}

.investment-3 .box .ewm .name {
  padding-top: 0.1rem;
  font-size: 0.16rem;
}

.p-curr {
  line-height: 0.85rem;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  color: #999;
  padding-left: 0.22rem;
  background: url("../image/img15.png") left center no-repeat;
  background-size: 0.15rem;
}

.p-curr a {
  color: #999;
}

.p-curr a:hover {
  color: #333;
}

.p-curr em {
  color: #333;
}

.product-show {
  width: 14rem;
}

.product-show h2.title {
  font-size: 0.3rem;
  line-height: 0.8rem;
  padding-top: 0.1rem;
  text-align: center;
}

.product-show h2.title:nth-of-type(2) {
  padding-top: 0;
  line-height: 0;
}

.product-show .info {
  line-height: 0.35rem;
  padding-bottom: 0.12rem;
  border-bottom: #e6e6e6 solid 1px;
  font-size: 0.16rem;
  color: #ccc;
}

.product-show .content {
  font-size: 0.18rem;
  line-height: 0.42rem;
  text-align: justify;
  padding-top: 0.9rem;
}

.product-show .content .img {
  text-align: center;
  padding-bottom: 0.65rem;
}

.product-side {
  width: 3.6rem;
  background: #f5f5f5;
  min-height: 2rem;
  padding: 0 0.32rem;
}

.product-side h3 {
  font-size: 0.24rem;
  line-height: 0.9rem;
}

.product-side li {
  padding-bottom: 0.9rem;
  position: relative;
}

.product-side li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 0.4rem;
  -webkit-border-top-left-radius: 0.4rem;
}

.product-side li .img img {
  width: 100%;
}

.product-side li .name {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0.25rem;
  text-align: center;
  background: url("../image/img220.png") center no-repeat;
  background-size: 2.2rem;
  height: 1.34rem;
  font-size: 0.15rem;
}

.product-side li .name h5 {
  font-size: 0.22rem;
  padding-bottom: 0.08rem;
}

.product-wal {
  width: 76%;
  margin: 0 auto;
  padding-top: 1rem;
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 0;
}

.product-detail .product-detail-left {
  width: 38%;
  padding-right: 3%;
  border-right: 0.01rem solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-detail .product-detail-left .img {
  width: 100%;
}

.product-detail .product-detail-left .img img {
  width: 100%;
  height: 100%;
  border-radius: 0.03rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detail .product-detail-left .lunboImg {
  width: 100%;
  margin-top: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .product-detail-left .lunboImg li {
  width: 20%;
  background: #eee;
  margin-right: 0.07rem;
}

.product-detail .product-detail-left .lunboImg li img {
  width: 100%;
  height: 100%;
  border-radius: 0.03rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detail .product-detail-left .lunboImg .active {
  border: 0.04rem solid #dd4351;
  border-radius: 0.03rem;
}

.product-detail .product-detail-left .lunboImg .active img {
  border-radius: 0;
}

.product-detail .product-detail-left .lunboImg li:nth-of-last-type(1) {
  margin-right: 0;
}

.product-detail .product-detail-right {
  width: 62%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.3rem;
}

.product-detail .product-detail-right .product-detail-right-t {
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #e6e6e6;
}

.product-detail
  .product-detail-right
  .product-detail-right-t
  .product-detail-right-tn {
  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;
}

.product-detail
  .product-detail-right
  .product-detail-right-t
  .product-detail-right-tn
  div {
  font-size: 0.47rem;
  font-weight: 900;
}

.product-detail
  .product-detail-right
  .product-detail-right-t
  .product-detail-right-tn
  div:after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  width: 50%;
  height: 0.02rem;
  background: #dd4351;
}

.product-detail
  .product-detail-right
  .product-detail-right-t
  .product-detail-right-tn
  .tagImg {
  width: 1rem;
}

.product-detail
  .product-detail-right
  .product-detail-right-t
  .product-detail-right-tn
  .hotImg {
  width: 0.6rem;
}

.product-detail
  .product-detail-right
  .product-detail-right-t
  .product-detail-right-tdes {
  margin-top: 0.25rem;
  color: #2a2a2a;
  font-size: 0.16rem;
}

.product-detail .product-detail-right .product-detail-right-b {
  margin-top: 0.4rem;
  width: 100%;
}

.product-detail .product-detail-right .product-detail-right-b img {
  width: 100%;
}

.p-num2 {
  clear: both;
  padding: 1rem 0 0.7rem 0;
}

.p-num2 ul {
  border-bottom: #e6e6e6 solid 1px;
  border-top: #e6e6e6 solid 1px;
}

.p-num2 li {
  width: 50%;
  line-height: 0.88rem;
  font-size: 0.18rem;
}

/*# sourceMappingURL=index.css.map */
