/**首页**/
/**banner**/
.index-banner {
  position: relative;
}
.index-banner .points {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 2;
}
.swiper-points {
  position: relative;
}
.swiper-points .points {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.swiper-points .points span {
  margin: 0 6px;
  height: 14px;
  width: 14px;
  background: #aaa;
  opacity: 1;
}
.swiper-points .points .swiper-pagination-bullet-active {
  background: #fcc900;
}
@media (max-width: 992px) {
  .index-banner .points {
    bottom: 10px;
  }
  .swiper-points .points span {
    margin: 0 5px;
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 768px) {
  .swiper-points .points span {
    margin: 0 4px;
  }
}
.index-block-a {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
  overflow: hidden;
}
.index-block-a .mark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  width: 23.4375vw;
  height: 23.4375vw;
  border-radius: 50%;
  box-shadow: 0 0 0 1000px #fcc900;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.index-block-a .mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background: url(../images/img2.png) no-repeat center / contain;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease-out;
  transition-delay: 0.3s;
  opacity: 1;
}
.index-block-a.show .mark {
  pointer-events: none;
  -webkit-transition: all 3.5s ease-out;
  transition: all 3.5s ease-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translate(-50%, -50%) scale(15);
  transform: translate(-50%, -50%) scale(15);
}
.index-block-a.show .mark::after {
  opacity: 0;
}
.index-block-a .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-block-a .cont {
  width: 44%;
  text-align: right;
  font-size: 18px;
  line-height: 1.6em;
  color: #2f2725;
}
.index-block-a .line {
  display: inline-block;
  margin: 45px 0 13px;
  vertical-align: middle;
  width: 47px;
  border: solid 1px #4c4948;
}
.index-block-a .auto-title {
  display: inline-block;
  position: relative;
}
.index-block-a .auto-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  background: #fef4cc;
}
.index-block-a .auto-title .auto-title-text {
  position: relative;
  z-index: 1;
}
.index-block-a .img {
  width: 51%;
}
.index-block-a .img-full {
  width: 100%;
}
.index-block-a .img-full img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.index-block-a .points {
  display: block;
  position: relative;
  margin-top: -5px;
  z-index: 2;
}
.index_l{ width:45%; float:left; text-align:right;}
.index_l .xt{ width:100px; height:3px; background-color:#999999; float:right; margin-top:30px;}
.index_l h2{ font-size:42px; padding-top:30px;}
.index_l p{ font-size:20px; line-height:43px; padding-top:55px;}
.index_l .ckgd{ font-size:16px; line-height:50px;}
.index_r{ width:45%; float:right;}
.index_r img{ width:100%;}
@media (max-width: 1699px) {
.index_l h2{ font-size:36px; padding-top:30px;}
  .index-block-a {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .index-block-a .points {
    margin-top: 5px;
  }
}
@media (max-width: 1200px) {
  .index-block-a {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .index-block-a .line {
    margin: 25px 0 10px;
  }
}
@media (max-width: 700px) {
.index_l{ width:100%;}
.index_l h2{ font-size:22px; padding-top:5px;}
.index_l p{ font-size:16px; padding-top:5px;}
.index_r{ width:100%;}
.index_l .xt{ display:none;}
}
@media (max-width: 992px) {
  .index-block-a {
    padding-top: 40px;
  }
  .index-block-a .swiper-slide {
    flex-wrap: wrap;
  }
  .index-block-a .cont {
    width: 100%;
    order: 1;
    padding-bottom: 25px;
    text-align: center;
  }
  .index-block-a .line {
    margin-top: 15px;
  }
  .index-block-a .img {
    order: 0;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
  }
  .index-block-a .img img {
    width: 360px;
  }
}
.index-block-b {
  background: url(../images/back1.jpg) no-repeat center;
}
.index-block-b:hover .btns {
  opacity: 1;
}
.index-block-b .swiper-container {
  padding: 3% 0 3%;
}
.index-block-b .swiper-slide {
  text-align: center;
}
.index-block-b .imgs {
  position: relative;
  transform: translateX(0);
  transition: all 0.8s ease-in-out;
}
.index-block-b .imgs::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/swiper_product_back.png) no-repeat center top / 100% auto;
  transition: all 0.8s ease-in-out;
  transform: scale(0.6);
  opacity: 0;
}
.index-block-b .imgs img {
  display: block;
  position: relative;
  transform: scale(0.6);
  transition: all 0.8s ease-in-out;
}
.index-block-b .imgs .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.index-block-b .imgs .word {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.index-block-b .text {
  margin-top: -35px;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 2px;
  color: #2f2725;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.8s ease-in-out;
}
.index-block-b .swiper-slide-prev .imgs {
  transform: translateX(20%);
}
.index-block-b .swiper-slide-next .imgs {
  transform: translateX(-20%);
}
.index-block-b .swiper-slide-active .imgs::before {
  transform: scale(1);
  opacity: 1;
}
.index-block-b .swiper-slide-active .imgs img {
  transform: scale(1);
}
.index-block-b .swiper-slide-active .imgs .mark {
  opacity: 1;
}
.index-block-b .swiper-slide-active .imgs .word {
  opacity: 1;
}
.index-block-b .swiper-slide-active .text {
  opacity: 1;
  transform: translateY(0);
}
.index-block-b .btns {
  opacity: 0;
}
.index-block-b .btns .btn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 2;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background: rgba(0, 0, 0, 0.2) no-repeat center / auto 60%;
}
.index-block-b .btns .btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.index-block-b .btns .prev {
  left: 0;
  background-image: url(../images/jt_1_1_h.png);
}
.index-block-b .btns .next {
  right: 0;
  background-image: url(../images/jt_1_2_h.png);
}
@media (max-width: 1699px) {
  .index-block-b .swiper-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-block-b .text {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .index-block-b .text {
    margin-top: 15px;
    font-size: 18px;
  }
  .index-block-b .btns .btn {
    background-size: 30px auto;
  }
}
@media (max-width: 992px) {
  .index-block-b .swiper-container {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.index-block-c {
  background: #f7f8f8;
  text-align: center;
}
.index-block-c .auto-title {
  padding-top: 55px;
}
.index-block-c .ul {
  display: flex;
  padding-top: 100px;
  padding-bottom: 110px;
}
.index-block-c .ul li {
  width: 33.33%;
}
.index-block-c .ul li:hover .img {
  transform: scale(0.98) translate(0, -20px);
}
.index-block-c .pad {
  padding: 0 35px;
}
.index-block-c .img {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 252px;
  padding-top: 5%;
  background: url(../images/back2.png) no-repeat center / contain;
  transform: scale(1) translate(0, 0);
  transition: all 0.3s ease-in-out;
}
.index-block-c .img img {
  width: 102px;
  height: 102px;
}
.index-block-c .title {
  margin: 50px 0 10px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #4c4948;
}
.index-block-c .text {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -1px;
  color: #4c4948;
}
@media (max-width: 1699px) {
  .index-block-c .ul {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .index-block-c .auto-title {
    padding-top: 45px;
  }
  .index-block-c .ul {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .index-block-c .img {
    width: 140px;
    height: 150px;
  }
  .index-block-c .img img {
    width: 60px;
    height: 60px;
  }
  .index-block-c .pad {
    padding: 0 15px;
  }
  .index-block-c .title {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .index-block-c .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .index-block-c .auto-title {
    padding-top: 40px;
  }
  .index-block-c .ul {
    flex-wrap: wrap;
  }
  .index-block-c .ul li {
    width: 100%;
  }
  .index-block-c .ul li + li {
    margin-top: 20px;
  }
}
.index-block-d {
  text-align: center;
}
.index-block-d .auto-title {
  padding-top: 90px;
  padding-bottom: 90px;
}
.index-block-d .ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.index-block-d .ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.index-block-d .ul .li1 {
  width: 29.65%;
  order: 1;
}
.index-block-d .ul .li2 {
  width: 29.75%;
  order: 2;
}
.index-block-d .ul .li3 {
  width: 20.45%;
  order: 3;
}
.index-block-d .ul .li4 {
  width: 35.85%;
  order: 4;
}
.index-block-d .ul .li5 {
  width: 44.05%;
  order: 5;
}
.index-block-d .ul .li6 {
  position: absolute;
  right: 0;
  top: 0;
  width: 20.16%;
  order: 6;
}
.index-block-d .ul .bg1 {
  background: #fcc900;
}
.index-block-d .ul .bg3 {
  background: #fbd232;
}
.index-block-d .ul .bg5 {
  background: #f9eaad;
}
.index-block-d .ul .cont {
  width: 100%;
  font-size: 24px;
  line-height: 50px;
  color: #2f2725;
}
.index-block-d .ul .cont .big {
  font-size: 120px;
  line-height: 0.9em;
  letter-spacing: -10px;
}
@media (max-width: 1699px) {
  .index-block-d .auto-title {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .index-block-d .ul .cont .big {
    font-size: 100px;
  }
}
@media (max-width: 1450px) {
  .index-block-d .ul .cont .big {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .index-block-d .auto-title {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .index-block-d .ul .cont .big {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .index-block-d .auto-title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .index-block-d .ul .li {
    width: 50%;
  }
  .index-block-d .ul .li1 {
    order: 1;
  }
  .index-block-d .ul .li2 {
    order: 1;
  }
  .index-block-d .ul .li3 {
    order: 3;
  }
  .index-block-d .ul .li4 {
    order: 2;
  }
  .index-block-d .ul .li6 {
    position: static;
  }
  .index-block-d .ul .cont {
    font-size: 20px;
    line-height: 40px;
  }
  .index-block-d .ul .cont .big {
    word-break: break-all;
    font-size: 50px;
    letter-spacing: -1px;
  }
}
@media (max-width: 768px) {
  .index-block-d .ul .cont {
    line-height: 30px;
  }
  .index-block-d .ul .cont .big {
    font-size: 36px;
  }
}
.index-block-e {
  padding-bottom: 145px;
}
.index-block-e .auto-title {
  padding-top: 90px;
  padding-bottom: 105px;
  text-align: center;
}
.index-block-e .flex-box {
  position: relative;
  background: #f5f5f5;
}
.index-block-e .left-box {
  position: relative;
  z-index: 2;
  width: 56.26%;
}
.index-block-e .img-box {
  display: block;
}
.index-block-e .img-box::before {
  content: "";
  display: block;
  padding-top: 58.15%;
}
.index-block-e .right-box {
  position: relative;
  width: 43.74%;
  padding-top: 32%;
}
.index-block-e .right-box .pad {
  padding: 5% 5%;
}
.index-block-e .right-box .swiper-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-block-e .right-box .swiper-box .swiper-container {
  height: 100%;
}
.index-block-e .right-box .swiper-box .swiper-slide {
  position: relative;
}
.index-block-e .right-box .swiper-box .on {
  background: #efefef;
}
.index-block-e .right-box .swiper-box .on::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  border-left: 18px solid #fecb02;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.index-block-e .right-box .title {
  display: block;
  font-size: 28px;
  line-height: 43px;
  color: #2f2725;
  transition: all 0.3s;
}
.index-block-e .right-box .title:hover {
  color: #fbd232;
}
.index-block-e .right-box .hr {
  margin: 9px 0 10px;
  border: solid 1px #777275;
}
.index-block-e .right-box .time {
  margin-top: 7px;
  margin-bottom: 13px;
  font-size: 30px;
  line-height: 43px;
  color: #2f2725;
}
.index-block-e .right-box .text {
  text-indent: 2em;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -2px;
  color: #2f2725;
}
@media (max-width: 1699px) {
  .index-block-e {
    padding-bottom: 45px;
  }
  .index-block-e .auto-title {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .index-block-e .right-box .title {
    font-size: 24px;
    line-height: 1.4em;
  }
  .index-block-e .right-box .time {
    font-size: 23px;
    line-height: 1.4em;
  }
  .index-block-e .right-box .text {
    font-size: 20px;
    line-height: 1.4em;
  }
}
@media (max-width: 1200px) {
  .index-block-e .auto-title {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .index-block-e .right-box .title {
    font-size: 18px;
  }
  .index-block-e .right-box .time {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .index-block-e .right-box .text {
    font-size: 16px;
    line-height: 1.4em;
  }
  .index-block-e .swiper-container {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .index-block-e {
    padding-bottom: 35px;
  }
  .index-block-e .auto-title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .index-block-e .flex-box {
    flex-wrap: wrap;
  }
  .index-block-e .left-box {
    width: 100%;
  }
  .index-block-e .right-box {
    width: 100%;
    padding-top: 0;
  }
  .index-block-e .right-box .pad {
    padding: 15px 20px;
  }
  .index-block-e .right-box .swiper-box {
    position: static;
    height: 155px;
  }
}
/**内页banner**/
.auto-banner img {
  display: block;
}
.list-a .ul {
  margin-top: -1.376%;
}
.list-a .ul::after {
  content: "";
  display: block;
  width: 32.416%;
}
.list-a .li {
  margin-top: 1.376%;
  width: 32.416%;
  background-color: #fcc900;
}
.list-a .li .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75.095%;
}
.list-a .li .cont {
  padding: 55px 30px 47px;
  color: #fff;
  letter-spacing: -1px;
  background: url(../images/icon1_2.png) no-repeat right -3% bottom -12%;
}
.list-a .li .title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4em;
}
.list-a .li .des {
  font-weight: 100;
  font-size: 16px;
  line-height: 1.4em;
}
@media (max-width: 1700px) {
  .list-a .li .cont {
    padding: 40px 20px 37px;
    background-size: 80px auto;
  }
  .list-a .li .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .list-a .li .cont {
    padding: 30px 15px 27px;
    background-size: 60px auto;
  }
  .list-a .li .title {
    margin-bottom: 7px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .list-a .li .cont {
    padding: 25px 15px 20px;
  }
  .list-a .li .title {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .list-a {
    margin-top: 0;
    justify-content: center;
  }
  .list-a .li {
    margin: 0 auto;
    width: 530px;
    max-width: 100%;
  }
  .list-a .li + .li {
    margin-top: 20px;
  }
  .list-a .li + .swiper-slide {
    margin-top: 0;
  }
  .list-a .li .cont {
    padding: 20px 15px 15px;
  }
  .list-a .li .title {
    font-size: 16px;
  }
}
.list-b .ul {
  margin: -0.688% 0;
}
.list-b .ul::after {
  content: "";
  display: block;
  width: 32.416%;
}
.list-b .li {
  position: relative;
  margin-top: 0.688%;
  margin-bottom: 0.688%;
  width: 32.416%;
  text-align: center;
}
.list-b .li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 55px);
  background: #f7f8f8;
}
.list-b .li .block {
  position: relative;
  padding: 0 20px;
}
.list-b .li .nums {
  display: inline-block;
  width: 104px;
  height: 112px;
  padding-top: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  background: url(../images/icon1_1.png) no-repeat center / contain;
}
.list-b .li .cont {
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 18px;
  letter-spacing: -1px;
  color: #4c4948;
}
@media (max-width: 1700px) {
  .list-b .li .block {
    padding: 0 15px;
  }
  .list-b .li .nums {
    width: 94px;
    height: 102px;
    padding-top: 35px;
    font-size: 40px;
    line-height: 40px;
  }
  .list-b .li .cont {
    padding-top: 30px;
    padding-bottom: 35px;
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 1200px) {
  .list-b .li .nums {
    width: 84px;
    height: 92px;
    padding-top: 30px;
    font-size: 32px;
    line-height: 1em;
  }
  .list-b .li .cont {
    padding-top: 25px;
  }
}
@media (max-width: 992px) {
  .list-b .li .nums {
    width: 74px;
    height: 82px;
    font-size: 28px;
  }
  .list-b .li .cont {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .list-b .ul {
    margin: 0;
  }
  .list-b .li {
    margin: 0;
    width: 100%;
  }
  .list-b .li + .li {
    margin-top: 20px;
  }
  .list-b .li::before {
    height: calc(100% - 35px);
  }
  .list-b .li .nums {
    width: 70px;
    height: 72px;
    padding-top: 25px;
    font-size: 26px;
  }
  .list-b .li .cont {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.list-c .li {
  position: relative;
  width: 15.018%;
  text-align: center;
}
.list-c .li::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.list-c .li .radius {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  padding: 25% 10px 0;
  background-color: #fcc900;
}
.list-c .li .nums {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 143px;
  line-height: 0.8em;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.45;
}
.list-c .li .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  color: #2f2725;
}
.list-c .li .cont {
  position: relative;
  padding-top: 17px;
  font-size: 18px;
  color: #4c4948;
}
.list-c .li::after {
  content: "";
  display: block;
  position: absolute;
  left: -24%;
  top: 50%;
  margin-top: -12px;
  border-left: 22px solid #4c4948;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.list-c .li:first-child::after {
  display: none;
}
@media (max-width: 1700px) {
  .list-c .li .radius {
    padding: 27% 10px 0;
  }
  .list-c .li .nums {
    font-size: 110px;
  }
  .list-c .li .title {
    font-size: 24px;
  }
  .list-c .li .cont {
    padding-top: 12px;
    font-size: 16px;
  }
  .list-c .li::after {
    margin-top: -10px;
    border-left-width: 18px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
@media (max-width: 1200px) {
  .list-c .li .radius {
    padding-top: 24%;
  }
  .list-c .li .nums {
    font-size: 80px;
  }
  .list-c .li .title {
    font-size: 18px;
  }
  .list-c .li .cont {
    padding-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .list-c .ul {
    flex-direction: column;
    justify-content: center;
  }
  .list-c .li {
    margin: 0 auto;
    width: 150px;
  }
  .list-c .li + .li {
    margin-top: 40px;
  }
  .list-c .li .radius {
    padding-top: 26%;
  }
  .list-c .li::after {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -10px;
    margin-top: -27px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #4c4948;
    border-bottom: 0 none;
  }
}
.list-d .ul {
  margin: -1.6% 0;
  padding-bottom: 4.5%;
}
.list-d .li {
  position: relative;
  margin-top: 1.6%;
  margin-bottom: 1.6%;
  border-radius: 36px;
  width: 48%;
  background-color: #fff;
}
.list-d .li .radius {
  display: flex;
  padding: 17px 22px;
  align-items: flex-start;
  justify-content: space-between;
}
.list-d .li .img-box {
  border-radius: 36px;
  width: 56.438%;
}
.list-d .li .img-box::before {
  content: "";
  display: block;
  padding-top: 108.335%;
}
.list-d .li .cont {
  width: 38%;
}
.list-d .li .title {
  margin-top: 26%;
  margin-bottom: 50%;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4em;
  color: #fcc900;
}
.list-d .li .word {
  font-size: 18px;
  line-height: 30px;
  color: #4c4948;
}
.list-d .li .red {
  font-size: 24px;
  color: #ff3535;
}
@media (max-width: 1700px) {
  .list-d .li {
    border-radius: 30px;
  }
  .list-d .li .img-box {
    border-radius: 30px;
  }
  .list-d .li .title {
    margin-top: 16%;
    margin-bottom: 30%;
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .list-d .li .title {
    margin-top: 10%;
    margin-bottom: 20%;
    font-size: 20px;
  }
  .list-d .li .word {
    font-size: 16px;
    line-height: 24px;
  }
  .list-d .li .red {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .list-d .ul {
    margin: 0 auto;
    padding: 0;
  }
  .list-d .li {
    margin: 0 auto;
    width: 100%;
  }
  .list-d .li + .li {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .list-d .li {
    border-radius: 26px;
  }
  .list-d .li .radius {
    padding: 15px 18px;
  }
  .list-d .li .img-box {
    border-radius: 26px;
  }
  .list-d .li .title {
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 18px;
  }
  .list-d .li .word {
    font-size: 14px;
  }
  .list-d .li .red {
    font-size: 16px;
  }
}
.list-e .ul {
  margin: -3.3% 0;
}
.list-e .li {
  display: flex;
  position: relative;
  margin-top: 3.3%;
  margin-bottom: 3.3%;
  width: 38%;
  align-items: flex-start;
}
.list-e .li:hover .img-box {
  transform: rotate(360deg);
}
.list-e .li .img-box {
  width: 31.141%;
  margin-right: 8%;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}
.list-e .li .img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.list-e .li .cont {
  width: 60%;
}
.list-e .li .title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4em;
  color: #2f2725;
}
.list-e .li .word {
  font-weight: 100;
  font-size: 18px;
  line-height: 1.7em;
  color: #2f2725;
}
@media (max-width: 1700px) {
  .list-e .ul {
    margin: -2% 0;
  }
  .list-e .li {
    margin-top: 2%;
    margin-bottom: 2%;
    width: 44%;
  }
  .list-e .li .img-box {
    width: 20%;
    margin-right: 5%;
  }
  .list-e .li .cont {
    width: 72%;
  }
  .list-e .li .title {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .list-e .li .word {
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) {
  .list-e .li {
    width: 45%;
  }
  .list-e .li .title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .list-e .li .word {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .list-e .li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .list-e .ul {
    margin: 0 auto;
  }
  .list-e .li {
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .list-e .li + .li {
    margin-top: 20px;
  }
  .list-e .li .img-box {
    flex-shrink: 0;
    width: 60px;
    margin-right: 0;
  }
  .list-e .li .cont {
    width: 100%;
    padding-top: 5px;
  }
  .list-e .li .title {
    font-size: 18px;
  }
  .list-e .li .word {
    font-weight: 400;
    font-size: 14px;
  }
}
.list-f .li {
  display: flex;
  align-items: flex-start;
}
.list-f .li + .q {
  margin-top: 50px;
}
.list-f .li.q {
  padding-right: 127px;
}
.list-f .li.q .img-box {
  margin-right: 22px;
}
.list-f .li.q .cont {
  width: 690px;
  max-width: 100%;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4em;
  background: #fff;
}
.list-f .li.q .cont::after {
  background-image: url(../images/icon2_2.png);
}
.list-f .li.a {
  margin-top: 5px;
  padding-left: 127px;
  align-items: flex-end;
}
.list-f .li.a .img-box {
  order: 2;
  margin-left: 22px;
}
.list-f .li.a .cont {
  background: #fcc900;
}
.list-f .li.a .cont::after {
  right: 15px;
  background-image: url(../images/icon2_1.png);
}
.list-f .li .img-box {
  flex-shrink: 0;
  width: 105px;
}
.list-f .li .img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.list-f .li .cont {
  position: relative;
  margin-bottom: 30px;
  border-radius: 36px;
  width: 100%;
  padding: 21px 18px;
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.list-f .li .cont .box {
  position: relative;
  z-index: 2;
}
.list-f .li .cont::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  width: 32px;
  height: 38px;
  background: no-repeat center / contain;
}
@media (max-width: 1700px) {
  .list-f .li + .q {
    margin-top: 30px;
  }
  .list-f .li.q {
    padding-right: 110px;
  }
  .list-f .li.q .img-box {
    margin-right: 20px;
  }
  .list-f .li.q .cont {
    padding: 15px 20px;
    font-size: 26px;
  }
  .list-f .li.a {
    padding-left: 110px;
  }
  .list-f .li.a .img-box {
    margin-left: 20px;
  }
  .list-f .li .img-box {
    width: 90px;
  }
  .list-f .li .cont {
    margin-bottom: 25px;
    border-radius: 26px;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 26px;
  }
  .list-f .li .cont::after {
    width: 28px;
    height: 32px;
    background-repeat: bottom center;
  }
}
@media (max-width: 1200px) {
  .list-f .li + .q {
    margin-top: 20px;
  }
  .list-f .li.q {
    padding-right: 90px;
  }
  .list-f .li.q .img-box {
    margin-right: 15px;
  }
  .list-f .li.q .cont {
    padding: 15px 20px;
    font-size: 22px;
  }
  .list-f .li.a {
    padding-left: 90px;
  }
  .list-f .li.a .img-box {
    margin-left: 15px;
  }
  .list-f .li .img-box {
    width: 75px;
  }
  .list-f .li .cont {
    margin-bottom: 20px;
    border-radius: 18px;
  }
}
@media (max-width: 992px) {
  .list-f .li.q {
    padding-right: 80px;
  }
  .list-f .li.q .cont {
    padding: 15px 18px;
    font-size: 20px;
  }
  .list-f .li.a {
    padding-left: 80px;
  }
  .list-f .li .img-box {
    width: 65px;
  }
}
@media (max-width: 992px) {
  .list-f .li.q .cont {
    font-size: 18px;
  }
}
.join-block-a {
  background: #f7f8f8;
}
.join-block-b {
  background: #fff;
}
.join-block-c .list-c {
  padding-top: 5%;
  padding-bottom: 8%;
}
.join-block-c .img-full {
  padding: 5.5% 0 9.1%;
}
.join-block-c .img-full img {
  display: block;
  margin: 0 auto;
}
.join-block-d {
  background: #f7f8f8;
}
@media (min-width: 1700px) {
  .join-block-d .wrap {
    max-width: 1495px;
  }
}
.join-block-e .list-e {
  padding-bottom: 7%;
}
@media (min-width: 1230px) {
  .join-block-e .wrap {
    max-width: 1230px;
  }
}
.join-block-f {
  background: #f7f8f8;
}
.join-block-f .list-f {
  padding-bottom: 5%;
}
@media (max-width: 1700px) {
  .join-block-c .list-c {
    padding-top: 2%;
    padding-bottom: 5%;
  }
}
@media (max-width: 1200px) {
  .join-block-c .list-c {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .join-block-c .list-c {
    padding-bottom: 30px;
  }
  .join-block-d .list-d {
    padding-bottom: 30px;
  }
  .join-block-e .list-e {
    padding-bottom: 30px;
  }
  .join-block-f .list-f {
    padding-bottom: 30px;
  }
}
.list-g .ul::after {
  content: "";
  display: block;
  width: 31.77%;
}
.list-g .li {
  width: 31.77%;
  text-align: center;
}
.list-g .box {
  display: block;
  position: relative;
}
.list-g .box img {
  position: static;
  height: auto;
}
.list-g .box .title {
  position: absolute;
  left: 0;
  bottom: 7.5%;
  width: 100%;
  padding: 0 15px;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 2px;
  color: #2f2725;
}
@media (max-width: 1200px) {
  .list-g .ul::after {
    width: 32%;
  }
  .list-g .li {
    width: 32%;
  }
  .list-g .box .title {
    bottom: 5%;
    padding: 0 10px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 992px) {
  .list-g .box .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .list-g .ul::after {
    display: none;
  }
  .list-g .li {
    width: 100%;
  }
  .list-g .li + .li {
    margin-top: 15px;
  }
  .list-g .box .title {
    font-size: 16px;
  }
}
/**产品介绍**/
.product-block-a .img-full img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product-block-a .content {
  padding-top: 1px;
  background: url(../images/icon5_1.png) no-repeat center;
}
.product-block-a .content .li1 {
  margin-top: -155px;
  width: 440px;
  order: 2;
}
.product-block-a .content .li1 .li-cont {
  margin-left: 52%;
  margin-top: -30px;
}
.product-block-a .content .li1 .text {
  padding-right: 16%;
}
.product-block-a .content .li2 {
  display: flex;
  width: 580px;
  order: 1;
  margin-left: 22.68%;
}
.product-block-a .content .li2 .li-img {
  flex-shrink: 0;
  padding-top: 20px;
}
.product-block-a .content .li2 .li-cont {
  margin-left: -25px;
}
.product-block-a .content .li3 {
  display: flex;
  order: 2;
  margin-top: -25px;
  margin-right: 22.43%;
  width: 650px;
  align-items: flex-end;
}
.product-block-a .content .li3 .li-cont {
  margin-left: 20px;
  margin-bottom: 15px;
}
.product-block-a .content .li4 {
  padding-top: 60px;
  order: 1;
  width: 550px;
}
.product-block-a .content .li4 .li-cont {
  margin-left: 46%;
  margin-top: -35px;
}
.product-block-a .content .titles {
  display: flex;
  font-style: italic;
  color: #19260f;
}
.product-block-a .content .titles .num {
  font-weight: 700;
  font-size: 44px;
  line-height: 0.8em;
}
.product-block-a .content .titles .word {
  padding-left: 3px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.product-block-a .content .text {
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -1px;
  color: #181818;
}
@media (min-width: 1420px) and (max-width: 1700px) {
  .product-block-a .wrap {
    max-width: 1420px;
  }
}
@media (max-width: 1700px) {
  .product-block-a .content {
    background-size: contain;
  }
  .product-block-a .content .li1 {
    margin-top: -120px;
    width: 450px;
  }
  .product-block-a .content .li1 .li-img {
    width: 240px;
  }
  .product-block-a .content .li1 .li-cont {
    margin-left: 43%;
    margin-top: -30px;
  }
  .product-block-a .content .li1 .text {
    padding-right: 0;
  }
  .product-block-a .content .li2 {
    width: 500px;
    margin-left: 25%;
  }
  .product-block-a .content .li2 .li-img {
    width: 300px;
    padding-top: 0;
  }
  .product-block-a .content .li2 .li-cont {
    margin-left: 5px;
  }
  .product-block-a .content .li3 {
    margin-top: -35px;
    margin-right: 21%;
    width: 570px;
  }
  .product-block-a .content .li3 .li-img {
    width: 260px;
  }
  .product-block-a .content .li3 .li-cont {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .product-block-a .content .li4 {
    padding-top: 20px;
    width: 500px;
  }
  .product-block-a .content .li4 .li-img {
    width: 280px;
  }
  .product-block-a .content .li4 .li-cont {
    margin-left: 44%;
    margin-top: -30px;
  }
}
@media (max-width: 1420px) {
  .product-block-a .content .li1 {
    width: 400px;
  }
  .product-block-a .content .li1 .li-img {
    width: 210px;
  }
  .product-block-a .content .li1 .li-cont {
    margin-left: 43%;
    margin-top: -30px;
  }
  .product-block-a .content .li1 .text {
    padding-right: 0;
  }
  .product-block-a .content .li2 {
    position: relative;
    width: 260px;
    margin-left: 28%;
  }
  .product-block-a .content .li2 .li-img {
    width: 260px;
  }
  .product-block-a .content .li2 .li-cont {
    position: absolute;
    top: 140px;
    left: -50px;
    margin-left: 0;
    width: 100%;
  }
  .product-block-a .content .li3 {
    margin-top: -35px;
    margin-right: 17%;
    width: 550px;
  }
  .product-block-a .content .li3 .li-img {
    width: 220px;
  }
  .product-block-a .content .li4 {
    padding-top: 20px;
    width: 500px;
  }
  .product-block-a .content .li4 .li-img {
    width: 240px;
  }
  .product-block-a .content .li4 .li-cont {
    margin-left: 44%;
    margin-top: -30px;
  }
}
@media (max-width: 1200px) {
  .product-block-a .content {
    background: 0;
  }
  .product-block-a .content .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-block-a .content .li + .li {
    margin-top: 30px;
  }
  .product-block-a .content .li1 {
    margin: 0;
    order: 1;
    width: 100%;
  }
  .product-block-a .content .li1 .li-img {
    width: 170px;
  }
  .product-block-a .content .li1 .li-cont {
    margin-left: 0;
    margin-top: 0;
  }
  .product-block-a .content .li2 {
    margin: 0;
    order: 1;
    width: 100%;
  }
  .product-block-a .content .li2 .li-img {
    width: 230px;
  }
  .product-block-a .content .li2 .li-cont {
    position: static;
    width: auto;
  }
  .product-block-a .content .li3 {
    margin: 0;
    order: 1;
    width: 100%;
  }
  .product-block-a .content .li3 .li-img {
    width: 210px;
  }
  .product-block-a .content .li3 .li-cont {
    margin-left: 0;
  }
  .product-block-a .content .li4 {
    margin: 0;
    order: 1;
    width: 100%;
    padding: 0;
  }
  .product-block-a .content .li4 .li-img {
    width: 200px;
  }
  .product-block-a .content .li4 .li-cont {
    margin: 0;
  }
  .product-block-a .content .titles {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    justify-content: center;
  }
  .product-block-a .content .titles .num {
    padding-right: 5px;
    font-size: 40px;
  }
  .product-block-a .content .titles .word {
    font-size: 16px;
  }
  .product-block-a .content .li-cont {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .product-block-a .content .li + .li {
    margin-top: 20px;
  }
  .product-block-a .content .li1 .li-img {
    width: 140px;
  }
  .product-block-a .content .li2 .li-img {
    width: 190px;
  }
  .product-block-a .content .li3 .li-img {
    width: 190px;
  }
  .product-block-a .content .li4 .li-img {
    width: 190px;
  }
  .product-block-a .content .titles {
    align-items: center;
  }
  .product-block-a .content .titles .num {
    padding-right: 4px;
    font-size: 34px;
  }
  .product-block-a .content .li-cont {
    text-align: center;
    justify-content: center;
  }
}
.product-block-b {
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 110px;
  padding-bottom: 80px;
}
@media (max-width: 1700px) {
  .product-block-b {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .product-block-b {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .product-block-b {
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .product-block-b {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-block-c .auto-title-a .auto-title-text {
  margin-top: 15px;
}
.product-block-c .swiper-block {
  margin-top: 60px;
}
.product-block-c .list {
  flex-direction: column;
  flex-shrink: 0;
  width: 300px;
  font-size: 24px;
  line-height: 1.4em;
  color: #4c4948;
}
.product-block-c .list .list-li {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  align-items: center;
  height: -webkit-fill-available;
  padding: 10px 15px;
  overflow: hidden;
  background: #eaebeb;
  transition: all 0.3s;
  cursor: pointer;
}
.product-block-c .list .list-li.on {
  background: #fcc900;
}
.product-block-c .list .list-li.on:hover {
  background: #fcc900;
}
.product-block-c .list .list-li:hover {
  background: #dedede;
}
.product-block-c .list .list-li::before {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 108px;
  height: 126px;
  background: url(../images/icon1_4.png) no-repeat center / contain;
}
.product-block-c .list .list-li .title {
  position: relative;
}
.product-block-c .swiper-list {
  position: relative;
  width: calc(100% - 300px);
}
.product-block-c .swiper-list .swiper-points {
  position: absolute;
  right: 6%;
  bottom: 35px;
  z-index: 2;
  font-size: 0;
  line-height: 0;
}
.product-block-c .swiper-list .swiper-points span {
  width: 26px;
  height: 29px;
  background: url(../images/icon1_8.png) no-repeat center / contain;
  opacity: 0.36;
}
.product-block-c .swiper-list .swiper-points span + span {
  margin-left: 15px;
}
.product-block-c .swiper-list .swiper-points .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1500px) {
  .product-block-c .swiper-block {
    margin-top: 0;
  }
  .product-block-c .list {
    width: 280px;
    font-size: 22px;
  }
  .product-block-c .list .list-li::before {
    width: 88px;
    height: 86px;
  }
  .product-block-c .swiper-list {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1200px) {
  .product-block-c .list {
    width: 250px;
    font-size: 20px;
  }
  .product-block-c .list .list-li::before {
    width: 60px;
    height: 66px;
  }
  .product-block-c .swiper-list {
    width: calc(100% - 250px);
  }
  .product-block-c .swiper-list .swiper-points {
    bottom: 25px;
  }
  .product-block-c .swiper-list .swiper-points span {
    width: 22px;
    height: 25px;
  }
  .product-block-c .swiper-list .swiper-points span + span {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .product-block-c .auto-title-a .auto-title-text {
    margin-top: 5px;
  }
  .product-block-c .list {
    width: 180px;
    font-size: 18px;
  }
  .product-block-c .list .list-li::before {
    width: 40px;
    height: 46px;
  }
  .product-block-c .swiper-list {
    width: calc(100% - 180px);
  }
  .product-block-c .swiper-list .swiper-points {
    bottom: 15px;
  }
  .product-block-c .swiper-list .swiper-points span {
    width: 18px;
    height: 20px;
  }
  .product-block-c .swiper-list .swiper-points span + span {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .product-block-c .list {
    display: flex;
    width: 100%;
    flex-direction: inherit;
    font-size: 18px;
  }
  .product-block-c .list .list-li {
    width: 33.33%;
    height: auto!important;
    padding: 10px 10px;
  }
  .product-block-c .list .list-li::before {
    width: 30px;
    height: 36px;
  }
  .product-block-c .list .list-li .title {
    font-size: 16px;
  }
  .product-block-c .swiper-list {
    width: 100%;
  }
}
.product-block-d {
  padding-top: 70px;
  padding-bottom: 145px;
}
.product-block-d .auto-title-a {
  margin-bottom: 25px;
}
.product-block-d .auto-title-a .auto-title-text {
  margin-top: 0;
}
.product-block-d .more-box {
  text-align: center;
}
.product-block-d .more-box .more {
  display: inline-block;
  padding: 0 44px;
  border-radius: 26px;
  font-size: 18px;
  line-height: 52px;
  color: #2f2725;
  background-color: #fcc900;
}
.product-block-d .more-box .more:hover {
  background: #fdd126;
}
@media (max-width: 1700px) {
  .product-block-d {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .product-block-d .auto-title-a {
    margin-bottom: 0;
  }
  .product-block-d .more-box .more {
    padding: 0 40px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 40px;
    color: #2f2725;
  }
}
@media (max-width: 1200px) {
  .product-block-d {
    padding-bottom: 55px;
  }
}
@media (max-width: 992px) {
  .product-block-d {
    padding-bottom: 45px;
  }
}
.product-block-e {
  margin: 0 auto;
  max-width: 1920px;
  text-align: center;
}
.product-block-e .code-block {
  color: #fefefe;
  background: #fcc900;
}
.product-block-e .code-block .box {
  margin-top: 10.41%;
  margin-left: auto;
  margin-right: auto;
  width: 405px;
  padding: 11% 5% 8%;
  max-width: 90%;
  background: url(../images/bg.png) no-repeat top center / 100% auto;
}
.product-block-e .code-block .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2em;
}
.product-block-e .code-block .code-box {
  margin: 22px 0;
}
.product-block-e .code-block .code-box img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product-block-e .code-block .word {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4em;
}
.product-block-e .put-block {
  background: #fff;
}
.product-block-e .put-block .box {
  padding-top: 13%;
}
.product-block-e .put-block .icon img {
  height: auto;
}
.product-block-e .put-block .link {
  display: inline-block;
  vertical-align: middle;
  margin: 80px 0 17px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4em;
  color: #fcc900;
}
.product-block-e .put-block .text {
  font-size: 18px;
  line-height: 1.4em;
  color: #2f2725;
}
.product-block-e .put-block .btns {
  margin-top: 85px;
  font-size: 0;
  line-height: 0;
}
.product-block-e .put-block .btns span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 32px;
  height: 34px;
  background: url(../images/icon1_6.png) no-repeat center / contain;
}
.product-block-e .put-block .btns span.swiper-pagination-bullet-active {
  background-image: url(../images/icon1_7.png);
}
@media (max-width: 1200px) {
  .product-block-e .code-block .box {
    padding-top: 15%;
    padding-left: 15%;
    padding-right: 15%;
  }
  .product-block-e .code-block .title {
    font-size: 24px;
  }
  .product-block-e .code-block .code-box {
    margin: 20px 0;
  }
  .product-block-e .code-block .word {
    font-size: 20px;
  }
  .product-block-e .put-block .icon img {
    width: 150px;
  }
  .product-block-e .put-block .link {
    margin: 50px 0 10px;
    font-size: 20px;
  }
  .product-block-e .put-block .text {
    font-size: 16px;
  }
  .product-block-e .put-block .btns {
    margin-top: 45px;
  }
  .product-block-e .put-block .btns .btn {
    margin: 0 4px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 992px) {
  .product-block-e .code-block .title {
    font-size: 20px;
  }
  .product-block-e .code-block .code-box {
    margin: 15px auto;
    width: 200px;
  }
  .product-block-e .code-block .word {
    font-size: 17px;
  }
  .product-block-e .put-block .box {
    padding-top: 24%;
  }
  .product-block-e .put-block .icon img {
    width: 100px;
  }
  .product-block-e .put-block .link {
    margin: 30px 0 10px;
    font-size: 18px;
  }
  .product-block-e .put-block .btns {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .product-block-e .code-block {
    width: 100%;
    padding: 0 15px;
  }
  .product-block-e .code-block .box {
    margin-top: 35px;
    padding-top: 60px;
    padding-bottom: 35px;
    padding-left: 12%;
    padding-right: 12%;
  }
  .product-block-e .code-block .title {
    font-size: 17px;
  }
  .product-block-e .code-block .word {
    font-size: 15px;
  }
  .product-block-e .put-block {
    width: 100%;
  }
  .product-block-e .put-block .box {
    padding: 35px 0;
  }
  .product-block-e .put-block .icon img {
    width: 90px;
  }
  .product-block-e .put-block .link {
    margin: 20px 0 5px;
  }
  .product-block-e .put-block .btns {
    margin-top: 15px;
  }
}
.list-h .ul {
  margin: -17px -12px;
}
.list-h .li {
  width: 33.33%;
  padding: 17px 12px;
}
.list-h .box {
  padding: 50px 35px;
  background: #fcc900;
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
}
.list-h .box:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.list-h .box:hover .img {
  transform: rotate(360deg);
}
.list-h .img {
  border-radius: 50%;
  width: 194px;
  height: 194px;
  background: #595757;
  transition: all 0.3s;
  transform: rotate(0);
}
.list-h .img img {
  display: block;
  height: auto;
}
.list-h .text {
  width: calc(100% - 194px);
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  font-size: 30px;
  line-height: 1.2em;
  color: #595757;
}
@media (max-width: 1700px) {
  .list-h .ul {
    margin: -14px -10px;
  }
  .list-h .li {
    padding: 14px 10px;
  }
  .list-h .box {
    padding: 40px 30px;
  }
  .list-h .img {
    width: 124px;
    height: 124px;
  }
  .list-h .text {
    width: calc(100% - 124px);
    padding-left: 5%;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .list-h .ul {
    margin: -10px -7px;
  }
  .list-h .li {
    padding: 10px 7px;
  }
  .list-h .box {
    padding: 30px 20px;
  }
  .list-h .img {
    width: 100px;
    height: 100px;
  }
  .list-h .text {
    width: calc(100% - 100px);
    padding-left: 5%;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .list-h .ul {
    margin: -5px 0;
    justify-content: space-between;
  }
  .list-h .li {
    margin: 5px 0;
    width: calc(50% - 5px);
    padding: 20px 15px;
    background: #fcc900;
  }
  .list-h .box {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .list-h .img {
    width: 74px;
    height: 74px;
  }
  .list-h .text {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
/**品牌介绍**/
.brand-block-a .content {
  margin-top: 80px;
  font-size: 28px;
  line-height: 32px;
  color: #636363;
}
.brand-block-a .content::after {
  content: "";
  display: block;
  margin-top: 17.94%;
}
@media (min-width: 1201px) {
  .brand-block-a .wrap {
    max-width: 1100px;
  }
}
@media (max-width: 1700px) {
  .brand-block-a .content {
    margin-top: 30px;
    font-size: 26px;
  }
  .brand-block-a .content::after {
    margin-top: 10%;
  }
}
@media (max-width: 1200px) {
  .brand-block-a .content {
    margin-top: 0;
    font-size: 22px;
  }
  .brand-block-a .content::after {
    margin-top: 45px;
  }
}
@media (max-width: 992px) {
  .brand-block-a .content {
    font-size: 16px;
    line-height: 24px;
  }
  .brand-block-a .content::after {
    margin-top: 35px;
  }
}
.brand-block-b .auto-title-b {
  position: relative;
  border-top: 5px solid transparent;
}
.brand-block-b .auto-title-b::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  border-bottom: 5px solid #838383;
}
@media (min-width: 1201px) {
  .brand-block-b .auto-title-b {
    margin: 0 auto;
    max-width: 1100px;
    margin-bottom: 120px;
    padding-top: 70px;
  }
}
@media (max-width: 1700px) {
  .brand-block-b .auto-title-b {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .brand-block-b .auto-title-b {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .brand-block-b .auto-title-b {
    margin-bottom: 5px;
  }
}
.brand-block-c {
  text-align: center;
}
.brand-block-c .title-bg {
  display: inline-flex;
  position: relative;
  vertical-align: top;
  border-radius: 8px;
  border: 1px solid #111111;
  max-width: 100%;
  font-size: 50px;
  line-height: 114px;
  color: #595757;
  background: #fcc900;
}
.brand-block-c .title-bg .title-icon {
  display: inline-flex;
  position: relative;
  width: 115px;
  background: #595757;
}
.brand-block-c .title-bg .title-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}
.brand-block-c .title-bg .title-word {
  display: flex;
  padding: 0 110px;
}
.brand-block-c .title-bg .left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.brand-block-c .title-bg .left::before {
  left: 100%;
  border-left: 60px solid #595757;
}
.brand-block-c .title-bg .right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.brand-block-c .title-bg .right::before {
  right: 100%;
  border-right: 60px solid #595757;
}
@media (max-width: 1700px) {
  .brand-block-c .title-bg {
    border-radius: 6px;
    font-size: 36px;
    line-height: 84px;
  }
  .brand-block-c .title-bg .title-icon {
    width: 90px;
  }
  .brand-block-c .title-bg .title-icon::before {
    border-top-width: 42px;
    border-bottom-width: 42px;
  }
  .brand-block-c .title-bg .title-word {
    padding: 0 90px;
  }
  .brand-block-c .title-bg .left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .brand-block-c .title-bg .left::before {
    border-left-width: 50px;
  }
  .brand-block-c .title-bg .right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .brand-block-c .title-bg .right::before {
    border-right-width: 50px;
  }
}
@media (max-width: 1200px) {
  .brand-block-c .title-bg {
    border-radius: 5px;
    font-size: 30px;
    line-height: 74px;
  }
  .brand-block-c .title-bg .title-icon {
    width: 60px;
  }
  .brand-block-c .title-bg .title-icon::before {
    border-top-width: 37px;
    border-bottom-width: 37px;
  }
  .brand-block-c .title-bg .title-word {
    padding: 0 60px;
  }
  .brand-block-c .title-bg .left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .brand-block-c .title-bg .left::before {
    border-left-width: 40px;
  }
  .brand-block-c .title-bg .right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .brand-block-c .title-bg .right::before {
    border-right-width: 40px;
  }
}
@media (max-width: 992px) {
  .brand-block-c .title-bg {
    font-size: 18px;
    line-height: 50px;
  }
  .brand-block-c .title-bg .title-icon {
    width: 40px;
  }
  .brand-block-c .title-bg .title-icon::before {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  .brand-block-c .title-bg .title-word {
    padding: 0 50px;
  }
  .brand-block-c .title-bg .left::before {
    border-left-width: 30px;
  }
  .brand-block-c .title-bg .right::before {
    border-right-width: 30px;
  }
}
.brand-block-d .wrap::before {
  content: "";
  display: block;
  margin: 220px auto 90px;
  border-bottom: 5px solid #838383;
  max-width: 1070px;
}
.brand-block-d .text-list {
  position: relative;
  margin: 20px auto 240px;
  max-width: 1300px;
  justify-content: space-evenly;
}
.brand-block-d .text-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  height: 3px;
  width: 100%;
  background: #595757;
}
.brand-block-d .text-list .list {
  display: flex;
  position: relative;
  width: 153px;
  height: 113px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  color: #636363;
  background: #fff url(../images/bg2.png) no-repeat center / contain;
}
@media (min-width: 1201px) {
  .brand-block-d .auto-title-b {
    margin: 0 auto;
    max-width: 1100px;
  }
}
@media (max-width: 1700px) {
  .brand-block-d .wrap::before {
    margin: 160px auto 40px;
  }
  .brand-block-d .text-list {
    margin: 20px auto 170px;
  }
}
@media (max-width: 1200px) {
  .brand-block-d .wrap::before {
    margin: 80px auto 20px;
  }
  .brand-block-d .text-list {
    margin: 10px auto 70px;
  }
  .brand-block-d .text-list .list {
    width: 120px;
    height: 90px;
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .brand-block-d .wrap::before {
    margin: 45px auto 0;
  }
  .brand-block-d .text-list {
    margin: 0 auto 35px;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
  }
  .brand-block-d .text-list::before {
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -1.5px;
    height: 100%;
    width: 3px;
  }
  .brand-block-d .text-list .list {
    margin: 10px auto;
    width: 140px;
    height: 90px;
    padding: 10px 30px;
    font-size: 18px;
  }
}
.brand-block-e .block-a {
  background: #e6e6e6;
}
.brand-block-e .block-a .img img {
  display: block;
}
.brand-block-e .block-a .cont-box {
  padding: 40px 0;
}
.brand-block-e .block-a .cont-box .cont {
  display: flex;
  margin-left: -8.33%;
  height: 100%;
  padding: 5% 35% 5% 13%;
  align-items: center;
  background: #fff;
}
.brand-block-e .block-a .cont-box .title {
  margin-bottom: 36px;
  font-size: 50px;
  line-height: 1.2em;
  color: #000000;
}
.brand-block-e .block-a .cont-box .text {
  font-size: 20px;
  line-height: 24px;
  color: #636363;
}
.brand-block-e .block-a .cont-box .text p {
  margin-top: 12px;
}
.brand-block-e .block-b .list-li {
  width: 20%;
}
.brand-block-e .block-b .list-li:hover img {
  transform: scale(1.1);
}
.brand-block-e .block-b .list-li .img {
  overflow: hidden;
}
.brand-block-e .block-b .list-li img {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .brand-block-e .block-a .cont-box .cont {
    padding-right: 30%;
    padding-left: 10%;
  }
  .brand-block-e .block-a .cont-box .title {
    margin-bottom: 30px;
    font-size: 46px;
  }
  .brand-block-e .block-a .cont-box .text p {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .brand-block-e .block-a .cont-box .cont {
    padding-right: 20%;
  }
  .brand-block-e .block-a .cont-box .title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .brand-block-e .block-a .cont-box .text {
    font-size: 18px;
  }
  .brand-block-e .block-a .cont-box .text p {
    margin-top: 5px;
  }
}
@media (max-width: 992px) {
  .brand-block-e .block-a .cont-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .brand-block-e .block-a .cont-box .cont {
    padding: 30px 15%;
  }
  .brand-block-e .block-a .cont-box .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .brand-block-e .block-a .cont-box .text {
    font-size: 16px;
  }
  .brand-block-e .block-a .cont-box .text p {
    margin-top: 3px;
  }
}
.brand-block-f .swiper-container {
  margin: 11.45% auto;
}
.brand-block-f .swiper-wrapper {
  transition-timing-function: linear;
}
.brand-block-f .swiper-slide {
  width: auto;
  transition-timing-function: linear;
}
.brand-block-f img {
  max-width: 999999%;
}
@media (max-width: 1700px) {
  .brand-block-f .swiper-container {
    margin: 9% auto;
  }
}
@media (max-width: 1200px) {
  .brand-block-f .swiper-container {
    margin: 45px auto;
  }
  .brand-block-f img {
    width: auto;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .brand-block-f .swiper-container {
    margin: 30px auto;
  }
  .brand-block-f img {
    height: 200px;
  }
}
.brand-block-g {
  margin-bottom: 430px;
  background: url(../images/img4.jpg) no-repeat center / cover;
}
.brand-block-g .block {
  position: relative;
  bottom: -170px;
  padding-top: 18%;
}
.brand-block-g .bg {
  position: relative;
  width: 620px;
  max-width: 100%;
}
.brand-block-g .bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.brand-block-g .swiper-box {
  position: relative;
  padding: 0 70px;
  background: #fff;
}
.brand-block-g .box {
  padding: 140px 0;
  color: #000000;
}
.brand-block-g .title {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3em;
  color: #000000;
}
.brand-block-g .cont {
  font-size: 20px;
  line-height: 1.4em;
}
.brand-block-g .btns {
  position: relative;
  padding-bottom: 40px;
  font-size: 0;
  line-height: 0;
  justify-content: space-evenly;
}
.brand-block-g .btns span {
  width: 26px;
  height: 26px;
  background: #595757;
  opacity: 1;
}
.brand-block-g .btns .swiper-pagination-bullet-active {
  background-color: #fcc900;
}
@media (max-width: 1700px) {
  .brand-block-g {
    margin-bottom: 300px;
  }
  .brand-block-g .block {
    position: relative;
    bottom: -140px;
    padding-top: 15%;
  }
  .brand-block-g .swiper-box {
    padding: 0 60px;
  }
  .brand-block-g .box {
    padding: 100px 0 70px;
  }
  .brand-block-g .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .brand-block-g .cont {
    font-size: 24px;
    line-height: 1.4em;
  }
  .brand-block-g .btns {
    padding-bottom: 40px;
  }
  .brand-block-g .btns span {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .brand-block-g {
    margin-bottom: 200px;
  }
  .brand-block-g .block {
    position: relative;
    bottom: -100px;
    padding-top: 10%;
  }
  .brand-block-g .swiper-box {
    padding: 0 50px;
  }
  .brand-block-g .box {
    padding: 70px 0 40px;
  }
  .brand-block-g .title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .brand-block-g .cont {
    font-size: 20px;
  }
  .brand-block-g .btns {
    padding-bottom: 30px;
  }
  .brand-block-g .btns span {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 992px) {
  .brand-block-g {
    margin-bottom: 0;
  }
  .brand-block-g .block {
    position: static;
    bottom: 0;
    padding: 10% 0;
  }
  .brand-block-g .swiper-box {
    padding: 0 30px;
  }
  .brand-block-g .box {
    padding: 35px 0 25px;
  }
  .brand-block-g .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .brand-block-g .cont {
    font-size: 18px;
  }
  .brand-block-g .btns {
    padding-bottom: 25px;
  }
  .brand-block-g .btns span {
    width: 14px;
    height: 14px;
  }
}
.brand-block-h {
  padding-top: 60px;
  padding-bottom: 45px;
  background: url(../images/bg3.jpg) no-repeat center / 100% 100%;
}
.brand-block-h .wrap {
  width: 755px;
  max-width: 100%;
}
.brand-block-h .content {
  padding-top: 35px;
  min-height: 636px;
  text-align: justify;
  font-size: 22px;
  line-height: 34px;
  color: #333333;
}
@media (max-width: 1700px) {
  .brand-block-h {
    padding-top: 20px;
  }
  .brand-block-h .content {
    padding-top: 0;
    min-height: 475px;
    line-height: 32px;
  }
}
@media (max-width: 1500px) {
  .brand-block-h {
    padding-top: 0;
  }
  .brand-block-h .content {
    min-height: 275px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .brand-block-h {
    padding-bottom: 10px;
  }
  .brand-block-h .content {
    min-height: 0;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .brand-block-h {
    padding-bottom: 0;
  }
  .brand-block-h .content {
    font-size: 15px;
    line-height: 24px;
  }
}
.brand-block-i-2 .img-full {
  padding: 6.72% 0;
}
.brand-block-i {
  margin: 110px 0;
  padding: 125px 0;
}
.brand-block-i .cont {
  position: relative;
  padding-left: 13.45%;
  background: #595757;
}
.brand-block-i .flex-box {
  position: relative;
}
.brand-block-i .flex-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 27px solid #fff;
}
.brand-block-i .div {
  position: relative;
  align-items: center;
}
.brand-block-i .div::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -125px;
  bottom: -125px;
  background: #fcc900;
}
.brand-block-i .div .pad {
  position: relative;
  padding: 0 90px;
  text-align: center;
  color: #fcc900;
}
.brand-block-i .div .cn {
  position: relative;
  padding: 20px 0 25px;
  writing-mode: vertical-lr;
  font-size: 56px;
  line-height: 115px;
  background: #595757;
}
.brand-block-i .div .cn::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  border-right: 7px solid #fcc900;
  border-bottom: 7px solid #fcc900;
  width: 42px;
  height: 40px;
  background: #595757;
}
.brand-block-i .div .en {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  background: #595757;
}
.brand-block-i .word {
  display: flex;
  width: 100%;
  padding: 15px 5% 15px 11.5%;
  align-items: center;
}
.brand-block-i .word .text {
  position: relative;
  padding-left: 78px;
  font-size: 55px;
  line-height: 1.2em;
  color: #ffffff;
}
.brand-block-i .word .text::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 22px;
  height: 18px;
  width: 18px;
  background: #fff;
  transform: rotate(45deg);
}
@media (max-width: 1700px) {
  .brand-block-i {
    margin: 60px 0;
    padding: 60px 0;
  }
  .brand-block-i .flex-box::before {
    margin-left: -16px;
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 22px;
  }
  .brand-block-i .div::before {
    top: -60px;
    bottom: -60px;
  }
  .brand-block-i .div .pad {
    padding: 0 60px;
  }
  .brand-block-i .div .cn {
    padding: 20px 0;
    font-size: 40px;
    line-height: 95px;
  }
  .brand-block-i .div .cn::before {
    top: -4px;
    left: -4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    width: 32px;
    height: 30px;
  }
  .brand-block-i .div .en {
    font-size: 18px;
  }
  .brand-block-i .word .text {
    padding-left: 45px;
    font-size: 36px;
  }
  .brand-block-i .word .text::before {
    top: 14px;
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 1200px) {
  .brand-block-i {
    margin: 45px 0;
    padding: 45px 0;
  }
  .brand-block-i .flex-box::before {
    margin-left: -10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 14px;
  }
  .brand-block-i .cont {
    padding-left: 5%;
  }
  .brand-block-i .div::before {
    top: -45px;
    bottom: -45px;
  }
  .brand-block-i .div .pad {
    padding: 0 45px;
  }
  .brand-block-i .div .cn {
    font-size: 30px;
    line-height: 80px;
  }
  .brand-block-i .div .cn::before {
    border-right-width: 3px;
    border-bottom-width: 3px;
    width: 22px;
    height: 20px;
  }
  .brand-block-i .div .en {
    font-size: 16px;
  }
  .brand-block-i .word .text {
    padding-left: 35px;
    font-size: 32px;
  }
  .brand-block-i .word .text::before {
    top: 12px;
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 992px) {
  .brand-block-i {
    margin: 35px 0;
    padding: 25px 0 0;
  }
  .brand-block-i .flex-box {
    flex-wrap: wrap;
  }
  .brand-block-i .flex-box::before {
    margin-left: -8px;
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 12px;
  }
  .brand-block-i .cont {
    padding: 0 15px 15px;
  }
  .brand-block-i .div {
    margin: 0 auto 25px;
    width: 90%;
  }
  .brand-block-i .div::before {
    top: -20px;
    bottom: -20px;
  }
  .brand-block-i .div .pad {
    padding: 0 15px;
  }
  .brand-block-i .div .cn {
    width: 100%;
    padding: 0;
    writing-mode: inherit;
    font-size: 20px;
    line-height: 50px;
  }
  .brand-block-i .div .en {
    font-size: 16px;
  }
  .brand-block-i .word {
    padding: 10px 5%;
  }
  .brand-block-i .word .text {
    padding-left: 25px;
    font-size: 18px;
  }
  .brand-block-i .word .text::before {
    top: 6px;
    height: 10px;
    width: 10px;
  }
}
.brand-block-j {
  padding-bottom: 125px;
  background: #f7f8f8;
}
.brand-block-j .img-full img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.brand-block-j .text-list {
  border-radius: 35px;
  padding: 80px 25px 45px;
  background: #fff;
}
.brand-block-j .ul {
  margin: 0 auto;
  width: 1494px;
  height: 624px;
  max-width: 100%;
  padding: 0 0.5%;
  background: url(../images/bg4_1.png) no-repeat center / 100% 100%;
}
.brand-block-j .ul .list {
  display: flex;
  width: 20%;
  padding: 2%;
}
.brand-block-j .ul .list:nth-child(1) {
  padding-top: 8%;
}
.brand-block-j .ul .list:nth-child(1) span:nth-child(1) {
  background: #6b6b6b;
}
.brand-block-j .ul .list:nth-child(2) {
  align-items: flex-end;
  padding-bottom: 2%;
}
.brand-block-j .ul .list:nth-child(2) span:nth-child(2) {
  background: #6b6b6b;
}
.brand-block-j .ul .list:nth-child(3) span:nth-child(3) {
  background: #6b6b6b;
}
.brand-block-j .ul .list:nth-child(4) {
  align-items: flex-end;
  padding-bottom: 2%;
}
.brand-block-j .ul .list:nth-child(4) span:nth-child(4) {
  background: #6b6b6b;
}
.brand-block-j .ul .list:nth-child(5) {
  padding-top: 8%;
}
.brand-block-j .ul .list:nth-child(5) span:nth-child(5) {
  background: #6b6b6b;
}
.brand-block-j .ul .pad {
  flex-direction: column;
  justify-content: space-between;
  border-radius: 50px;
  width: 100%;
  height: 410px;
  padding: 55px 15px 15px;
  text-align: center;
  background: #fcc900;
}
.brand-block-j .ul .img img {
  display: block;
  height: auto;
  width: 180px;
  margin: 0 auto;
}
.brand-block-j .ul .text {
  margin: 15px auto;
  width: 105px;
  font-size: 25px;
  line-height: 1.2em;
  color: #4b4b4b;
}
.brand-block-j .ul .points {
  display: flex;
  justify-content: center;
}
.brand-block-j .ul .points span {
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #6b6b6b;
  height: 7px;
  width: 7px;
}
@media (max-width: 1700px) {
  .brand-block-j {
    padding-bottom: 65px;
  }
  .brand-block-j .text-list {
    border-radius: 30px;
    padding: 45px 25px;
  }
  .brand-block-j .ul {
    height: 524px;
  }
  .brand-block-j .ul .list:nth-child(1) {
    padding-top: 8.5%;
  }
  .brand-block-j .ul .list:nth-child(5) {
    padding-top: 8.5%;
  }
  .brand-block-j .ul .pad {
    border-radius: 40px;
    height: 340px;
    padding: 35px 15px 15px;
  }
  .brand-block-j .ul .text {
    margin: 10px auto;
    width: 105px;
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .brand-block-j {
    padding-bottom: 45px;
  }
  .brand-block-j .text-list {
    border-radius: 20px;
    padding: 35px 15px;
  }
  .brand-block-j .ul {
    height: 424px;
  }
  .brand-block-j .ul .list:nth-child(2) {
    padding-bottom: 2%;
  }
  .brand-block-j .ul .list:nth-child(4) {
    padding-bottom: 2%;
  }
  .brand-block-j .ul .pad {
    border-radius: 30px;
    height: 300px;
    padding: 15px 10px;
  }
  .brand-block-j .ul .text {
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .brand-block-j {
    padding-bottom: 35px;
  }
  .brand-block-j .text-list {
    border-radius: 15px;
    padding: 10px 15px;
  }
  .brand-block-j .ul {
    height: auto;
    padding: 0;
    background: none;
  }
  .brand-block-j .ul .list {
    width: 100%;
    padding: 10px 0!important;
  }
  .brand-block-j .ul .img img {
    width: 80px;
  }
  .brand-block-j .ul .pad {
    border-radius: 15px;
    height: auto;
    padding: 15px;
  }
  .brand-block-j .ul .text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.store-block-a {
  padding-top: 20px;
}
.store-block-a .auto-title-text {
  color: #454545;
}
.store-block-a .wrap {
  max-width: 1525px;
}
.store-block-a .tab-box {
  padding-top: 30px;
  padding-bottom: 35px;
  background: #f2f2f2;
}
.store-block-a .tab-title {
  margin-bottom: 34px;
  width: 100%;
  padding-bottom: 6px;
  text-align: center;
}
.store-block-a .tab-title .btn {
  position: relative;
  border-bottom: 6px solid transparent;
  width: 50%;
  font-weight: 400;
  font-size: 32px;
  line-height: 68px;
  color: #515151;
  cursor: pointer;
}
.store-block-a .tab-title .btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 6px;
  background: #fdca00;
  opacity: 0;
  transition: all 0.3s;
}
.store-block-a .tab-title .btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 28px;
  border-bottom: 18px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  opacity: 0;
  transition: all 0.3s;
}
.store-block-a .tab-title .btn.on {
  font-weight: 600;
}
.store-block-a .tab-title .btn.on::before {
  opacity: 1;
}
.store-block-a .tab-title .btn.on::after {
  opacity: 1;
}
.store-block-a .tab-con img {
  display: block;
  margin: 0 auto;
  height: auto!important;
}
.store-block-a .cont-box {
  margin-top: 20px;
  padding-top: 55px;
  padding-bottom: 80px;
  background: #f2f2f2;
}
.store-block-a .cont-box .wid {
  width: 49.5%;
}
.store-block-a .cont-box .title {
  margin-bottom: 42px;
  border-bottom: 18px solid #515151;
  padding-bottom: 5px;
  text-align: center;
  font-size: 32px;
  line-height: 1.4em;
  color: #515151;
}
.store-block-a .cont-box .left {
  text-align: center;
}
.store-block-a .cont-box .left .pad {
  display: inline-block;
  max-width: 90%;
}
.store-block-a .cont-box .left img {
  vertical-align: top;
}
.store-block-a .cont-box .left .text {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding-top: 15px;
  text-align: left;
  font-size: 24px;
  line-height: 1.2em;
  color: #666464;
}
.store-block-a .cont-box .left .text p {
  display: block;
  padding-left: 24px;
  background: url(../images/icon5.png) no-repeat left 8px/12px auto;
}
.store-block-a .cont-box .right {
  text-align: left;
}
.store-block-a .cont-box .right .list {
  margin: -6px;
  width: 616px;
  max-width: 90%;
}
.store-block-a .cont-box .right .list .li {
  width: 50%;
  padding: 6px;
}
.store-block-a .cont-box .right .list .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74.358%;
}
@media (max-width: 1700px) {
  .store-block-a .tab-title {
    margin-bottom: 25px;
  }
  .store-block-a .tab-title .btn {
    font-size: 30px;
    line-height: 60px;
  }
  .store-block-a .cont-box {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .store-block-a .cont-box .title {
    margin-bottom: 40px;
    border-bottom-width: 16px;
    font-size: 30px;
  }
  .store-block-a .cont-box .left .text {
    font-size: 20px;
  }
  .store-block-a .cont-box .left .text p {
    padding-left: 22px;
  }
}
@media (max-width: 1200px) {
  .store-block-a {
    padding-top: 10px;
  }
  .store-block-a .tab-title {
    margin-bottom: 20px;
  }
  .store-block-a .tab-title .btn {
    font-size: 28px;
    line-height: 40px;
  }
  .store-block-a .tab-title .btn::after {
    margin-top: 20px;
    border-bottom-width: 15px;
  }
  .store-block-a .cont-box {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .store-block-a .cont-box .title {
    margin-bottom: 30px;
    border-bottom-width: 12px;
    font-size: 28px;
  }
  .store-block-a .cont-box .left .img {
    width: 400px;
  }
  .store-block-a .cont-box .left .img img {
    height: auto;
  }
  .store-block-a .cont-box .left .text {
    font-size: 22px;
  }
  .store-block-a .cont-box .left .text p {
    background-position-y: 6px;
  }
}
@media (max-width: 992px) {
  .store-block-a {
    padding-top: 0;
  }
  .store-block-a .tab-box {
    padding-top: 20px;
  }
  .store-block-a .tab-title {
    margin-bottom: 15px;
  }
  .store-block-a .tab-title .btn {
    font-size: 20px;
    line-height: 32px;
  }
  .store-block-a .tab-title .btn::after {
    margin-top: 15px;
    border-bottom-width: 12px;
  }
  .store-block-a .cont-box {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .store-block-a .cont-box .title {
    margin-bottom: 20px;
    border-bottom-width: 8px;
    font-size: 20px;
  }
  .store-block-a .cont-box .wid {
    width: 100%;
    padding: 15px 15px;
  }
  .store-block-a .cont-box .left .pad {
    max-width: 100%;
  }
  .store-block-a .cont-box .left .text {
    font-size: 16px;
    line-height: 24px;
  }
  .store-block-a .cont-box .left .text p {
    background-position-y: 6px;
  }
  .store-block-a .cont-box .right .list {
    margin: -5px auto;
    max-width: 100%;
  }
  .store-block-a .cont-box .right .list .li {
    padding: 5px;
  }
}
.store-block-b .cont-box {
  position: relative;
  background: #f2f2f2;
}
.store-block-b .cont-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #fcc900;
}
.store-block-b .left {
  display: flex;
  width: 50%;
  padding-left: 8%;
  padding-right: 5%;
  padding-top: 10%;
  padding-bottom: 10%;
  align-items: center;
  color: #666464;
}
.store-block-b .left .text {
  width: 215px;
}
.store-block-b .left .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1em;
}
.store-block-b .left .hr {
  display: block;
  margin: 13px 0 15px;
  border: 2px solid #666565;
  border-radius: 2px;
}
.store-block-b .left .cont {
  font-size: 20px;
  line-height: 1.2em;
}
.store-block-b .mid {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
}
.store-block-b .mid img {
  display: block;
  height: auto;
}
.store-block-b .right {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 7.3%;
  text-align: right;
  font-size: 24px;
  line-height: 1.3em;
  color: #666464;
  background: #fcca00;
}
.store-block-b .right .swiper-box {
  display: inline-block;
  position: relative;
}
.store-block-b .right .swiper-box::before {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 0;
  width: 5px;
  height: 100%;
  background: url(../images/icon3.png) no-repeat center / 100% 100%;
}
.store-block-b .right .swiper-box .swiper-slide {
  display: flex;
  position: relative;
  height: 155px;
  padding-right: 18px;
  flex-wrap: wrap;
  align-items: center;
}
.store-block-b .right .swiper-box .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  background: #666565;
}
.store-block-b .right .swiper-box .swiper-slide.on {
  color: #fff;
}
.store-block-b .right .swiper-box .swiper-slide.on::after {
  background: #fff;
}
.store-block-b .right .swiper-box .word {
  cursor: pointer;
  padding-right: 40px;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .store-block-b .left {
    padding-left: 6%;
  }
  .store-block-b .left .title {
    font-size: 32px;
  }
  .store-block-b .left .cont {
    font-size: 18px;
    line-height: 1.4em;
  }
  .store-block-b .right {
    padding-right: 6%;
    font-size: 22px;
  }
  .store-block-b .right .swiper-box .swiper-slide {
    height: 110px;
  }
}
@media (max-width: 1200px) {
  .store-block-b .cont-box {
    padding-top: 40px;
    overflow: hidden;
  }
  .store-block-b .cont-box::before {
    display: none;
  }
  .store-block-b .left {
    width: 100%;
    padding: 20px 0 25px;
  }
  .store-block-b .left .text {
    width: 100%;
  }
  .store-block-b .left .title {
    font-size: 30px;
  }
  .store-block-b .left .hr {
    margin: 10px 0 10px;
    border-width: 1px;
    border-radius: 1px;
  }
  .store-block-b .left .cont {
    font-size: 20px;
  }
  .store-block-b .mid {
    order: -1;
    position: static;
    transform: translate(0);
    width: 100%;
    text-align: center;
  }
  .store-block-b .mid img {
    width: 400px;
    max-width: 60%;
  }
  .store-block-b .right {
    width: 100%;
    padding: 0;
    font-size: 20px;
  }
  .store-block-b .right::before {
    content: "";
    display: block;
    position: absolute;
    left: -50%;
    width: 1000%;
    height: 100%;
    background: #fcca00;
  }
  .store-block-b .right .swiper-box {
    display: block;
    padding: 30px 5% 20px;
  }
  .store-block-b .right .swiper-box::before {
    top: auto;
    right: 1%;
    bottom: 24px;
    width: 98%;
    height: 4px;
    background-image: url(../images/icon3_1.png);
  }
  .store-block-b .right .swiper-box .swiper-slide {
    height: auto;
    padding-right: 0;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all 0.3s;
  }
  .store-block-b .right .swiper-box .swiper-slide.on {
    font-size: 26px;
  }
  .store-block-b .right .swiper-box .swiper-slide::after {
    position: static;
    margin: 0;
    height: 12px;
    width: 12px;
  }
  .store-block-b .right .swiper-box .word {
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .store-block-b .cont-box {
    padding: 30px 15px 0;
  }
  .store-block-b .left {
    padding: 15px 0 20px;
  }
  .store-block-b .left .title {
    font-size: 18px;
  }
  .store-block-b .left .hr {
    margin: 10px 0 10px;
  }
  .store-block-b .left .cont {
    font-size: 16px;
  }
  .store-block-b .right {
    padding: 0;
    font-size: 16px;
  }
  .store-block-b .right .swiper-box {
    padding: 25px 10px 20px;
  }
  .store-block-b .right .swiper-box .swiper-slide.on {
    font-size: 20px;
  }
}
.store-block-c {
  padding-top: 25px;
  padding-bottom: 105px;
}
.store-block-c .form {
  margin: -30px auto 95px;
  border-radius: 30px;
  border: 2px solid #2f2725;
  width: 800px;
  max-width: 100%;
}
.store-block-c .form .submit {
  height: 48px;
  width: 52px;
  background: url(../images/icon4.png) no-repeat center / 31px auto;
  cursor: pointer;
}
.store-block-c .form .submit:hover {
  background-image: url(../images/icon4_h.png);
}
.store-block-c .form .line {
  display: inline-flex;
  border-radius: 1px;
  height: 32px;
  border-left: 1px solid #2f2725;
}
.store-block-c .form .key {
  display: block;
  border: 0 none;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  font-size: 24px;
  line-height: 48px;
  color: #656565;
}
.store-block-c .map-cont {
  background: #f2f2f2;
}
.store-block-c .map-cont .map-list {
  width: 535px;
  overflow-y: scroll;
  height: 600px;
}
.store-block-c .map-cont .map-list .li {
  border-bottom: 2px solid #d2d2d2;
  padding-top: 20px;
  padding-bottom: 23px;
  padding-left: 25%;
  padding-right: 15%;
  color: #2f2725;
  background: #f2f3f3;
  cursor: pointer;
  transition: all 0.3s;
}
.store-block-c .map-cont .map-list .li.on {
  border-bottom-color: #898989;
  color: #ffffff;
  background: #fdca00;
}
.store-block-c .map-cont .map-list .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2em;
}
.store-block-c .map-cont .map-list .cont {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.2em;
}
.store-block-c .map-cont .map-list .cont p + p {
  margin-top: 4px;
}
.store-block-c .map-cont .map-canvas {
  width: calc(100% - 535px);
}
.store-block-c .map-cont .map {
  height: 100%;
}
@media (max-width: 1700px) {
  .store-block-c {
    padding-bottom: 95px;
  }
  .store-block-c .form {
    margin-top: -15px;
    margin-bottom: 60px;
    border-radius: 20px;
  }
  .store-block-c .form .submit {
    background-size: 40%;
  }
  .store-block-c .map-cont .map-list .li {
    padding-left: 20%;
  }
  .store-block-c .map-cont .map-list .title {
    font-size: 30px;
  }
  .store-block-c .map-cont .map-list .cont {
    margin-top: 15px;
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .store-block-c {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .store-block-c .form {
    margin-top: 0;
    margin-bottom: 40px;
    border-radius: 10px;
  }
  .store-block-c .form .key {
    padding: 0 15px;
  }
  .store-block-c .map-cont .map-list {
    height: 560px;
  }
  .store-block-c .map-cont .map-list .li {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15%;
    padding-right: 10%;
  }
  .store-block-c .map-cont .map-list .title {
    margin-bottom: 5px;
    font-size: 26px;
  }
  .store-block-c .map-cont .map-list .cont {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .store-block-c {
    padding-bottom: 35px;
  }
  .store-block-c .form {
    margin-bottom: 25px;
    border-radius: 7px;
  }
  .store-block-c .form .submit {
    height: 42px;
    width: 70px;
  }
  .store-block-c .form .line {
    height: 30px;
  }
  .store-block-c .form .key {
    height: 42px;
    padding: 0 10px;
    line-height: 42px;
  }
  .store-block-c .map-cont .map-list {
    width: 100%;
    padding: 20px 0;
    height: 300px;
  }
  .store-block-c .map-cont .map-list .li {
    padding: 15px 15px 10px;
  }
  .store-block-c .map-cont .map-list .title {
    font-size: 18px;
  }
  .store-block-c .map-cont .map-list .cont {
    font-size: 14px;
    line-height: 22px;
  }
  .store-block-c .map-cont .map-canvas {
    width: 100%;
    height: 200px;
  }
}
.list-i .ul {
  font-size: 0;
  line-height: 0;
  margin: -12px;
}
.list-i .li {
  position: relative;
  width: 33.33%;
  padding: 12px;
  text-align: center;
}
.list-i .li::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 79px);
  background: #f7f8f8;
}
.list-i .li .block {
  position: relative;
  padding: 0 20px;
}
.list-i .li .nums {
  display: inline-block;
  width: 104px;
  height: 112px;
  padding-top: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  background: url(../images/icon1_1.png) no-repeat center / contain;
}
.list-i .li .title {
  padding-top: 60px;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.3em;
  color: #fcc900;
}
.list-i .li .cont {
  padding-bottom: 65px;
  font-size: 18px;
  line-height: 1.4em;
  color: #4c4948;
}
@media (max-width: 1700px) {
  .list-i .li .block {
    padding: 0 15px;
  }
  .list-i .li .nums {
    width: 94px;
    height: 102px;
    padding-top: 35px;
    font-size: 40px;
    line-height: 40px;
  }
  .list-i .li .title {
    padding-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .list-i .li .cont {
    padding-bottom: 35px;
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 1200px) {
  .list-i .li .nums {
    width: 84px;
    height: 92px;
    padding-top: 30px;
    font-size: 32px;
    line-height: 1em;
  }
  .list-i .li .title {
    padding-top: 25px;
  }
}
@media (max-width: 992px) {
  .list-i .li .nums {
    width: 74px;
    height: 82px;
    font-size: 28px;
  }
  .list-i .li .title {
    padding-top: 15px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .list-i .li .cont {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .list-i .ul {
    margin: 0;
  }
  .list-i .li {
    margin: 0;
    width: 100%;
  }
  .list-i .li + .li {
    margin-top: 20px;
  }
  .list-i .li::before {
    height: calc(100% - 35px);
  }
  .list-i .li .nums {
    width: 70px;
    height: 72px;
    padding-top: 25px;
    font-size: 26px;
  }
  .list-i .li .title {
    padding-top: 10px;
  }
  .list-i .li .cont {
    padding-bottom: 15px;
  }
}
.list-j .ul {
  margin: -18px;
}
.list-j .li {
  width: 33.33%;
  padding: 18px;
}
.list-j .box {
  display: block;
}
.list-j .img-box {
  margin-bottom: -66px;
}
.list-j .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96.15%;
}
.list-j .cont {
  position: relative;
  padding: 14px 45px 30px;
}
.list-j .cont::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 66px);
  width: 100%;
  background: #fcc900;
}
.list-j .cont .mark {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 66px;
  background: url(../images/bg2.png) no-repeat center bottom / 100% 100%;
}
.list-j .cont .pad {
  position: relative;
  width: 100%;
  padding-top: 19px;
  color: #fff;
}
.list-j .cont .title {
  font-size: 28px;
  line-height: 1.4em;
}
.list-j .cont .word {
  margin-top: 13px;
  border-top: 1px solid #fff;
  padding-top: 17px;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.4em;
}
.list-j .points {
  margin-top: 35px;
}
@media (max-width: 1700px) {
  .list-j .ul {
    margin: -15px;
  }
  .list-j .li {
    padding: 15px;
  }
  .list-j .img-box {
    margin-bottom: -56px;
  }
  .list-j .cont {
    padding: 10px 25px 15px;
  }
  .list-j .cont::before {
    height: calc(100% - 56px);
  }
  .list-j .cont .mark {
    top: 1px;
    height: 56px;
  }
  .list-j .cont .pad {
    padding-top: 15px;
  }
  .list-j .cont .title {
    font-size: 22px;
  }
  .list-j .cont .word {
    margin-top: 8px;
    padding-top: 10px;
    font-size: 24px;
  }
  .points {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .list-j .ul {
    margin: -8px;
  }
  .list-j .li {
    padding: 8px;
  }
  .list-j .img-box {
    margin-bottom: -45px;
  }
  .list-j .cont {
    padding: 10px 15px;
  }
  .list-j .cont::before {
    height: calc(100% - 45px);
  }
  .list-j .cont .mark {
    height: 45px;
  }
  .list-j .cont .pad {
    padding-top: 10px;
  }
  .list-j .cont .title {
    font-size: 18px;
  }
  .list-j .cont .word {
    padding-top: 5px;
    font-size: 18px;
  }
  .points {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .list-j .ul {
    margin: -5px;
  }
  .list-j .li {
    width: 50%;
    padding: 5px;
  }
  .list-j .img-box {
    margin-bottom: -35px;
  }
  .list-j .cont::before {
    height: calc(100% - 35px);
  }
  .list-j .cont .mark {
    height: 35px;
  }
  .list-j .cont .pad {
    padding-top: 5px;
  }
  .list-j .cont .title {
    font-size: 16px;
  }
  .list-j .cont .word {
    font-size: 14px;
  }
  .list-j .points {
    margin-top: 20px;
  }
}
@media (min-width: 1201px) {
  .Joinus .auto-title-b {
    padding-top: 90px;
  }
  .Joinus .auto-title-b .auto-title-text {
    margin-top: 45px;
  }
}
@media (max-width: 1700px) {
  .Joinus .auto-title-b {
    padding-top: 70px;
  }
  .Joinus .auto-title-b .auto-title-text {
    margin-top: 20px;
  }
}
@media (max-width: 1500px) {
  .Joinus .auto-title-b {
    padding-top: 60px;
  }
  .Joinus .auto-title-b .auto-title-text {
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .Joinus .auto-title-b {
    padding-top: 45px;
  }
  .Joinus .auto-title-b .auto-title-text {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .Joinus .auto-title-b {
    padding-top: 35px;
  }
  .Joinus .auto-title-b .auto-title-text {
    margin-top: 5px;
  }
}
.joinus-block-a {
  padding-top: 90px;
}
@media (max-width: 1700px) {
  .joinus-block-a {
    padding-top: 70px;
  }
}
@media (max-width: 1500px) {
  .joinus-block-a {
    padding-top: 60px;
  }
}
@media (max-width: 1200px) {
  .joinus-block-a {
    padding-top: 45px;
  }
}
@media (max-width: 992px) {
  .joinus-block-a {
    padding-top: 35px;
  }
}
.joinus-block-b .titles {
  text-align: center;
}
.joinus-block-b .titles .title-btn {
  margin: 0 22px;
  border-radius: 28px;
  border: 1px solid #fcc900;
  width: 260px;
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 0.4em;
  background: transparent;
  color: #2f2725;
  cursor: pointer;
  transition: all 0.3s;
}
.joinus-block-b .titles .title-btn:hover {
  background: #f3f3f3;
}
.joinus-block-b .titles .title-btn.on {
  background: #fcc900;
  color: #fff;
}
.joinus-block-b .swiper-box {
  position: relative;
}
.joinus-block-b .swiper-box .btns .btn {
  position: absolute;
  top: 5%;
  z-index: 2;
  height: 90%;
  width: 12%;
  background: no-repeat center;
}
.joinus-block-b .swiper-box .btns .prev {
  left: 0;
  background-image: url(../images/jt_1_1_h.png);
}
.joinus-block-b .swiper-box .btns .prev:hover {
  background-image: url(../images/jt_1_1.png);
}
.joinus-block-b .swiper-box .btns .next {
  right: 0;
  background-image: url(../images/jt_1_2_h.png);
}
.joinus-block-b .swiper-box .btns .next:hover {
  background-image: url(../images/jt_1_2.png);
}
.joinus-block-b .swiper-box .swiper-container {
  padding: 60px 10px 90px;
}
.joinus-block-b .swiper-box .swiper-wrapper {
  align-items: center;
}
.joinus-block-b .swiper-box .swiper-slide {
  display: flex;
  background: #f7f8f8;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.joinus-block-b .swiper-box .swiper-slide-active {
  background: #fff url(../images/bg.png) no-repeat right -6% top 125px;
}
.joinus-block-b .swiper-box .swiper-slide-active .heads,
.joinus-block-b .swiper-box .swiper-slide-active .line,
.joinus-block-b .swiper-box .swiper-slide-active .cont {
  opacity: 1;
}
.joinus-block-b .swiper-box .pad {
  padding: 60px 50px;
}
.joinus-block-b .swiper-box .heads {
  display: flex;
  width: 50%;
  align-items: center;
  text-align: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.joinus-block-b .swiper-box .heads img {
  display: block;
  margin: 0 auto;
}
.joinus-block-b .swiper-box .heads .job {
  font-size: 36px;
  line-height: 1.3em;
  color: #fcc900;
}
.joinus-block-b .swiper-box .heads .job-en {
  font-size: 14px;
  line-height: 20px;
  color: #2f2725;
}
.joinus-block-b .swiper-box .line {
  margin: 45px 0;
  border-left: 1px solid #cecccc;
  opacity: 0;
  transition: opacity 0.3s;
}
.joinus-block-b .swiper-box .cont {
  display: flex;
  border-left-style: 1px solid #cecccc;
  width: 50%;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2f2725;
  opacity: 0;
  transition: opacity 0.3s;
}
.joinus-block-b .swiper-box .h3 {
  margin-left: -10px;
  margin-top: 50px;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3em;
  color: #fcc900;
}
.joinus-block-b .swiper-box .h3:first-child {
  margin-top: 0;
}
.joinus-block-b .swiper-box .h-con {
  margin-top: 18px;
}
@media (max-width: 1700px) {
  .joinus-block-b .titles .title-btn {
    margin: 0 15px;
    border-radius: 22px;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0.2em;
  }
  .joinus-block-b .swiper-box .btns .btn {
    background-size: 44px auto;
  }
  .joinus-block-b .swiper-box .swiper-container {
    padding: 50px 10px 60px;
  }
  .joinus-block-b .swiper-box .swiper-slide-active {
    background-size: 400px auto;
  }
  .joinus-block-b .swiper-box .pad {
    padding: 45px 40px;
  }
  .joinus-block-b .swiper-box .heads img {
    width: 100px;
    height: auto;
  }
  .joinus-block-b .swiper-box .heads .job {
    margin: 3px 0;
    font-size: 26px;
  }
  .joinus-block-b .swiper-box .line {
    margin: 35px 0;
  }
  .joinus-block-b .swiper-box .cont {
    font-size: 16px;
  }
  .joinus-block-b .swiper-box .h3 {
    margin-top: 45px;
    margin-left: -10px;
    font-size: 20px;
  }
  .joinus-block-b .swiper-box .h-con {
    margin-top: 6px;
  }
}
@media (max-width: 1200px) {
  .joinus-block-b .titles .title-btn {
    margin: 0 10px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 40px;
  }
  .joinus-block-b .swiper-box .btns .btn {
    background-size: 40px auto;
  }
  .joinus-block-b .swiper-box .swiper-container {
    padding: 40px 10px 40px;
  }
  .joinus-block-b .swiper-box .swiper-slide-active {
    background-size: 300px auto;
  }
  .joinus-block-b .swiper-box .pad {
    padding: 35px 20px;
  }
  .joinus-block-b .swiper-box .heads {
    width: 36%;
  }
  .joinus-block-b .swiper-box .heads img {
    width: 80px;
  }
  .joinus-block-b .swiper-box .heads .job {
    font-size: 20px;
  }
  .joinus-block-b .swiper-box .line {
    margin: 25px 0;
  }
  .joinus-block-b .swiper-box .cont {
    font-size: 16px;
  }
  .joinus-block-b .swiper-box .h3 {
    margin-top: 35px;
    margin-left: -10px;
    font-size: 18px;
  }
  .joinus-block-b .swiper-box .h-con {
    margin-top: 6px;
  }
}
@media (max-width: 992px) {
  .joinus-block-b .titles .title-btn {
    margin: 0 6px;
    border-radius: 18px;
    width: 40%;
    font-size: 16px;
    line-height: 36px;
  }
  .joinus-block-b .swiper-box .btns .btn {
    width: 8%;
    background-size: 26px auto;
  }
  .joinus-block-b .swiper-box .swiper-container {
    padding: 30px 10px 35px;
  }
  .joinus-block-b .swiper-box .swiper-slide {
    width: auto;
    padding: 25px 20px;
    flex-wrap: wrap;
  }
  .joinus-block-b .swiper-box .swiper-slide-active {
    background-size: 140px auto;
    background-position: right -6% bottom -5%;
  }
  .joinus-block-b .swiper-box .pad {
    padding: 0;
  }
  .joinus-block-b .swiper-box .heads {
    width: 100%;
  }
  .joinus-block-b .swiper-box .heads img {
    width: 70px;
  }
  .joinus-block-b .swiper-box .heads .job {
    font-size: 18px;
  }
  .joinus-block-b .swiper-box .line {
    margin: 20px 0;
    height: 1px;
    width: 100%;
    background: #cecccc;
  }
  .joinus-block-b .swiper-box .cont {
    width: 100%;
    font-size: 16px;
  }
  .joinus-block-b .swiper-box .h3 {
    margin-top: 15px;
    margin-left: -10px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .joinus-block-b .titles .title-btn {
    border-radius: 15px;
    font-size: 15px;
    line-height: 30px;
  }
  .joinus-block-b .swiper-box .btns .btn {
    width: 8%;
    background-size: 20px auto;
  }
  .joinus-block-b .swiper-box .swiper-slide {
    padding: 20px 20px;
  }
  .joinus-block-b .swiper-box .swiper-slide-active {
    background-size: 120px auto;
  }
  .joinus-block-b .swiper-box .heads img {
    width: 50px;
  }
  .joinus-block-b .swiper-box .heads .job {
    font-size: 16px;
  }
  .joinus-block-b .swiper-box .line {
    margin: 15px 0;
  }
  .joinus-block-b .swiper-box .cont {
    font-size: 14px;
    line-height: 20px;
  }
  .joinus-block-b .swiper-box .h3 {
    margin-top: 10px;
    font-size: 16px;
  }
}
.joinus-block-c {
  background: #f7f8f8;
}
.joinus-block-c .img-full {
  padding-bottom: 3.37%;
}
.joinus-block-c .img-full img {
  display: block;
  margin: 0 auto;
  height: auto!important;
}
.joinus-block-c .flex-box {
  text-align: center;
}
.joinus-block-c .flex-box .wid {
  width: 48%;
}
.joinus-block-c .flex-box .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4em;
  color: #2f2725;
}
.joinus-block-c .flex-box .title::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 1.5em;
  height: 1px;
  background: #9a9696;
}
.joinus-block-c .flex-box .list {
  display: flex;
  padding: 70px 0 90px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.joinus-block-c .flex-box .li {
  display: flex;
  margin: 10px 0;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.3em;
  color: #ffffff;
  background: #fcc900;
}
.joinus-block-c .flex-box .jt {
  padding: 5px;
}
@media (max-width: 1700px) {
  .joinus-block-c .flex-box .title {
    font-size: 32px;
  }
  .joinus-block-c .flex-box .title::after {
    margin-top: 10px;
  }
  .joinus-block-c .flex-box .list {
    padding: 40px 0 70px;
  }
  .joinus-block-c .flex-box .li {
    margin: 10px 0;
    height: 100px;
    width: 100px;
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .joinus-block-c .flex-box .title {
    font-size: 22px;
  }
  .joinus-block-c .flex-box .list {
    padding: 30px 0 40px;
  }
  .joinus-block-c .flex-box .li {
    margin: 10px 0;
    height: 80px;
    width: 80px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .joinus-block-c .flex-box {
    padding-bottom: 25px;
  }
  .joinus-block-c .flex-box .title {
    font-size: 18px;
  }
  .joinus-block-c .flex-box .wid {
    width: 100%;
  }
  .joinus-block-c .flex-box .list {
    padding: 5px 0;
  }
  .joinus-block-c .flex-box .li {
    margin: 5px 0;
    font-size: 16px;
  }
  .joinus-block-c .flex-box .jt {
    width: 32px;
  }
  .joinus-block-c .flex-box .jt img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .joinus-block-c .flex-box {
    padding-bottom: 30px;
  }
  .joinus-block-c .flex-box .wid + .wid {
    margin-top: 15px;
  }
  .joinus-block-c .flex-box .list {
    padding: 10px 0 5px;
    flex-direction: column;
  }
  .joinus-block-c .flex-box .li {
    margin: 5px 0;
    width: 90px;
    height: 90px;
    font-size: 16px;
  }
  .joinus-block-c .flex-box .jt {
    transform: rotate(90deg);
    width: 32px;
  }
  .joinus-block-c .flex-box .jt img {
    height: auto;
  }
}
.joinus-block-d .list {
  margin: 0 auto;
  max-width: 1160px;
  margin-top: -4%;
  padding-bottom: 1.3%;
}
.joinus-block-d .list .li {
  display: flex;
  margin-top: 6%;
  margin-bottom: 6%;
  width: 38%;
  transform: translate(0, 0);
  transition: all 0.3s;
}
.joinus-block-d .list .li:hover {
  transform: translate(0, -10px);
}
.joinus-block-d .list .li:hover .img img {
  transform: rotate(360deg);
}
.joinus-block-d .list .img {
  flex-shrink: 0;
  margin-right: 35px;
  width: 142px;
}
.joinus-block-d .list .img img {
  display: block;
  height: auto;
  transform: rotate(0);
  transition: all 0.3s;
}
.joinus-block-d .list .cont {
  padding-top: 10px;
}
.joinus-block-d .list .h4 {
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1.4em;
  color: #2f2725;
}
.joinus-block-d .list .word {
  font-size: 18px;
  line-height: 1.5em;
  color: #2f2725;
}
@media (max-width: 1700px) {
  .joinus-block-d .list {
    margin-top: -4%;
  }
  .joinus-block-d .list .li {
    display: flex;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .joinus-block-d .list .img {
    margin-right: 25px;
    width: 102px;
  }
  .joinus-block-d .list .h4 {
    margin-bottom: 7px;
    font-size: 26px;
  }
  .joinus-block-d .list .word {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media (max-width: 1200px) {
  .joinus-block-d .list {
    margin-top: -2%;
  }
  .joinus-block-d .list .li {
    width: 48%;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .joinus-block-d .list .img {
    margin-right: 20px;
    width: 82px;
  }
  .joinus-block-d .list .cont {
    padding-top: 5px;
  }
  .joinus-block-d .list .h4 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .joinus-block-d .list .word {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .joinus-block-d .list {
    margin-top: -10px;
    padding-bottom: 25px;
  }
  .joinus-block-d .list .li {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 48%;
    flex-direction: column;
    text-align: center;
  }
  .joinus-block-d .list .img {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
  }
  .joinus-block-d .list .h4 {
    font-size: 18px;
  }
  .joinus-block-d .list .word {
    font-size: 14px;
  }
}
.joinus-block-e {
  padding-bottom: 90px;
  background: #f7f8f8;
}
@media (max-width: 1700px) {
  .joinus-block-e {
    padding-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .joinus-block-e {
    padding-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .joinus-block-e {
    padding-bottom: 40px;
  }
}
.list-k .ul {
  position: relative;
  margin: -19px -16px;
}
.list-k .ul .li {
  float: left;
  width: 33.33%;
  padding: 0;
}
.list-k .ul .li .box {
  display: block;
  margin: 19px 16px;
  background: #fff;
  color: #2f2725;
  transition: all 0.3s;
}
.list-k .ul .li .box:hover {
  box-shadow: 0px 6px 13px 0px rgba(76, 73, 72, 0.15);
}
.list-k .ul .li .box:hover .title {
  color: #fcc900;
}
.list-k .ul .li .img-box img {
  display: block;
  position: static;
  height: auto;
}
.list-k .ul .li .pad {
  padding: 27px 45px 47px;
}
.list-k .ul .li .title {
  font-size: 28px;
  line-height: 1.45em;
}
.list-k .ul .li .line {
  margin: 14px 0 17px;
  border: 0 none;
  border-top: 1px solid #3e373c;
}
.list-k .ul .li .time {
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1.4em;
}
.list-k .ul .li .text {
  max-height: 4.2em;
  font-size: 24px;
  line-height: 1.4em;
  -webkit-line-clamp: 3;
  text-indent: 2em;
}
@media (max-width: 1700px) {
  .list-k .ul {
    margin: -15px -12px;
  }
  .list-k .ul .li .box {
    margin: 15px 12px;
  }
  .list-k .ul .li .pad {
    padding: 22px 35px 27px;
  }
  .list-k .ul .li .title {
    font-size: 24px;
    line-height: 1.35em;
  }
  .list-k .ul .li .line {
    margin: 12px 0 12px;
  }
  .list-k .ul .li .time {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .list-k .ul .li .text {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .list-k .ul {
    margin: -12px -10px;
  }
  .list-k .ul .li .box {
    margin: 12px 10px;
  }
  .list-k .ul .li .pad {
    padding: 20px 25px 20px;
  }
  .list-k .ul .li .title {
    font-size: 20px;
    line-height: 1.3em;
  }
  .list-k .ul .li .line {
    margin: 12px 0 10px;
  }
  .list-k .ul .li .time {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .list-k .ul .li .text {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .list-k .ul {
    margin: -8px -8px;
  }
  .list-k .ul .li {
    width: 50%;
  }
  .list-k .ul .li .box {
    margin: 8px 8px;
  }
  .list-k .ul .li .pad {
    padding: 20px 25px 20px;
  }
  .list-k .ul .li .title {
    font-size: 20px;
    line-height: 1.3em;
  }
  .list-k .ul .li .line {
    margin: 12px 0 10px;
  }
  .list-k .ul .li .time {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .list-k .ul .li .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .list-k .ul {
    margin: -7px -7px;
  }
  .list-k .ul .li .box {
    margin: 7px 7px;
  }
  .list-k .ul .li .pad {
    padding: 20px 20px 20px;
  }
  .list-k .ul .li .title {
    font-size: 16px;
  }
  .list-k .ul .li .line {
    margin: 10px 0 8px;
  }
  .list-k .ul .li .time {
    font-size: 16px;
  }
  .list-k .ul .li .text {
    font-size: 14px;
  }
}
.news-list-block .list-k {
  padding-bottom: 60px;
}
.news-list-block .auto-title-b {
  padding-top: 45px;
}
.news-list-block .auto-title-b .auto-title-text {
  margin-top: 0;
  line-height: 1em;
}
.info-page-box {
  padding: 20px 0;
}
.info-page-box .p {
  max-width: 48%;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}
.info-page-box .p a {
  color: #555555;
}
.info-page-box .p a:hover {
  color: #fcc900;
}
.news-info .flex-block {
  padding-top: 70px;
  padding-bottom: 90px;
}
.news-info .left-box {
  width: 100%;
}
.news-info .left-box .h2 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3em;
  color: #2f2725;
}
.news-info .left-box .other {
  padding-top: 18px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  color: #c8c8c8;
}
.news-info .left-box .other .looks {
  margin-left: 18px;
}
.news-info .left-box .content {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
  font-size: 16px;
  line-height: 28px;
  color: #555555;
}
.news-info .right-box {
  width: 28%;
}
.put-news-b .title {
  font-size: 24px;
  line-height: 30px;
  color: #2f2725;
}
.put-news-b .ul {
  padding-top: 25px;
}
.put-news-b .ul li + li {
  margin-top: 18px;
  border-top: 1px solid #f0f0f0;
  padding-top: 18px;
}
.put-news-b .ul .li-title {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}
.put-news-b .ul .li-title:hover {
  color: #fcc900;
}
.put-news-b .ul .other {
  font-size: 14px;
  line-height: 25px;
  color: #c8c8c8;
}
.put-news-b .ul .other .looks {
  margin-left: 18px;
}
@media (max-width: 1200px) {
  .info-page-box {
    padding: 12px 0;
  }
  .news-info .flex-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-info .left-box .h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .news-info .left-box .other {
    padding-bottom: 14px;
  }
  .news-info .left-box .other .looks {
    margin-left: 15px;
  }
  .news-info .left-box .content {
    padding: 25px 0;
    line-height: 26px;
  }
  .put-news-b .title {
    font-size: 20px;
    line-height: 26px;
  }
  .put-news-b .ul {
    padding-top: 15px;
  }
  .put-news-b .ul li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
  .put-news-b .ul .li-title {
    font-size: 15px;
    line-height: 26px;
  }
  .put-news-b .ul .other {
    font-size: 14px;
    line-height: 20px;
  }
  .put-news-b .ul .other .looks {
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .info-page-box {
    padding: 10px 0;
  }
  .info-page-box .p {
    max-width: 100%;
    width: 100%;
    line-height: 26px;
  }
  .news-info .flex-block {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .news-info .left-box {
    width: 100%;
  }
  .news-info .left-box .h2 {
    text-align: center;
    font-size: 18px;
  }
  .news-info .left-box .other {
    text-align: center;
  }
  .news-info .left-box .other .f-l {
    width: 100%;
  }
  .news-info .left-box .other .share-box {
    display: block;
    width: 100%;
  }
  .put-news-b {
    display: none;
  }
}
