/* =======================================

* ■ 首页样式

========================================== */

.index .banner .swiper-slide {
  height: 100%;
  background-position: center center;
  background-size: 100% 100%;
}

.index .banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .banner .swiper-pagination {
  font-size: 0;
  bottom: 0%;
  margin-bottom: 4%;
  padding-left: 15%;
}

.index .banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 0;
  height: 2px;
  width: 9.5%;
  margin: 0 1px !important;
}

.index .banner .swiper-pagination-bullet:before {
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
}

.index .banner .swiper-pagination-bullet-active {
  background: #ad895f;
}

.index .banner .swiper-slide .c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-transform: uppercase;
  display: none;
}

.index .banner .swiper-slide .c h2 {
  font-size: 0.18rem;
  margin-bottom: 2em;
  font-weight: 100;
}

.index .banner .swiper-slide .c h3 {
  font-size: 0.48rem;
  line-height: 1.2;
  font-weight: 100;
}

/* 简介 */

.index .info {
  overflow: hidden;
}

.index .info li {
  float: left;
  width: 25%;
}

.index .info li {
  text-align: left;
  padding: 0.98rem 0;
  position: relative;
}

.index .info li h2 {
  font-size: 0.36rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.index .info li p {
  font-size: 0.18rem;
  line-height: 1.5;
  font-weight: bold;
}

.index .info li .i {
  /* display: inline-block; */
  text-align: left;
}

.index .info li.r {
  text-align: right;
}

.index .info li.l:before {
  position: absolute;
  content: "";
  display: block;
  height: 0.7rem;
  width: 1px;
  background: #000;
  top: 0;
  left: 10px;
}

.index .info-2 .l, .index .info-2 .r {
  float: left;
  width: 50%;
  font-weight: bold;
  font-style: 14px;
}

.index .info-2>.l {
  font-size: 0.48rem;
  color: #000000;
}

.index .info-2 .t {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-weight: bold;
  font-size: 14px;
}

.index .info-2 {
  color: #0f2746;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 0.24rem;
  overflow: hidden;
}

.index .info-2 .r .l, .index .info-2 .r .r {
  width: auto;
  font-weight: bold;
}

.index .info-2 .r .l em, .index .info-2 .r .r em {
  color: #004F86;
}

.index .info-2 .r .l {
  padding-right: 0.5rem;
}

.index .info-2 .r .r {
  padding-left: 0.5rem;
  border-left: 1px solid #0f2746;
}

/* 亮点 */

.index .highlights {
  padding: 1.4rem 0;
  box-sizing: border-box;
}

.index .highlights ul {
  height: 100%;
}

.index .highlights li {
  float: left;
  width: 40%;
  height: 100%;
  position: relative;
}

.index .highlights li a {
  display: block;
  height: 100%;
}

.index .highlights li p {
  font-weight: bold;
  display: none;
}

.index .highlights li h2 {
  font-size: 0.18rem;
  font-weight: bold;
}

.index .highlights li {
  width: 20%;
  padding: 0 0.32rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.3s;
}

.index .highlights li+li {
  border-left: 1px solid #000;
}

.index .highlights li.on {
  width: 40%;
}

/* 

.index .highlights li+li+li{

    width: 20%;

}



.index .highlights li+li+li+li{

    width: 15%;

} */

.index .highlights li i {
  font-size: 1.2rem;
  color: #343434;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 0;
}

.index .highlights li i img {
  width: 100%;
  height: 100%;
}

.index .highlights li.on i {
  margin-bottom: 0.8em;
  display: block;
  float: left;
  position: relative;
  bottom: auto;
}

.index .highlights li.on h2 {
  display: inline-block;
  font-size: 0.36rem;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #000;
}

.index .highlights li.on p {
  font-size: 0.24rem;
  line-height: 1.5;
  display: block;
}

.index .highlights li.on .cont {
  position: absolute;
  bottom: 0;
  left: 0.32rem;
  right: 0.32rem;
}

.index .highlights li:hover i {
  animation: jump ease 1.5s 1;
  -webkit-animation: jump ease 1.5s 1;
}

/* 加盟商 */

.index .franchisee {
  margin-top: 0.75rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.index .franchisee h2 {
  font-size: 0.48rem;
  font-weight: bold;
  display: inline-block;
}

.index .franchisee .f-nav {
  display: inline-block;
  margin-left: 0.64rem;
}

.index .franchisee .f-nav li {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  /* cursor: pointer;

  user-select: none; */
}

/* .index .franchisee .f-nav li.on {

  color: #fff;

  background: #000;

} */

.index .franchisee .f-nav li+li {
  margin-left: 0.25rem;
}

.index .franchisee .f-nav li::before {
  content: "·";
  margin-right: 0.25rem;
}

.index .franchisee .f-nav li.on::before {
  display: none;
}

/* .index .franchisee .f-nav li + li::before {

  content: "·";

  margin-right: 0.25rem;

} */

.index .franchisee .logo_list {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
  display: none;
}

.index .franchisee .logo_list.on {
  display: block;
}

.index .franchisee .logo_list:after {
  content: "";
  display: block;
  clear: both;
}

.index .franchisee .logo_list li {
  float: left;
  width: calc(20% - 0.4px);
  border: 1px solid #cfcfd1;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  cursor: default;
  background-size: 100%;
  transition: background 0.5s;
  /* box-sizing: border-box; */
}

.index .franchisee .logo_list li a {
  display: block;
  height: 100%;
}

.index .franchisee .logo_list li:hover {
  background-size: 110%;
}

.index .franchisee .logo_list li+li {
  margin-left: -1px;
}

.index .franchisee .logo_list li+li+li+li+li+li {
  border-top-width: 1px;
  border-bottom-width: 0;
}

.index .franchisee .logo_list li:nth-child(1), .index .franchisee .logo_list li:nth-child(6) {
  border-left-width: 0;
  margin-left: 0px;
}

.index .franchisee .logo_list li:nth-child(4), .index .franchisee .logo_list li:nth-child(8) {
  border-right-width: 0;
}

.index .franchisee .b {
  text-align: right;
}

.index .franchisee .b .c {
  display: inline-block;
  text-align: left;
}

.index .franchisee .b p {
  font-size: 16px;
}

.index .franchisee .b h2 {
  font-size: 0.6rem;
  font-weight: lighter;
}

.index .franchisee .b .btn {
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  margin-left: 0.68rem;
  text-decoration: none;
}

.index .franchisee .b .btn:hover {
  animation: jump ease 1.5s 1;
  -webkit-animation: jump ease 1.5s 1;
}

/* 全球化 */

.index .globalization {
  position: relative;
}

.index .globalization .cont {
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  text-align: right;
  color: #fff;
  padding-right: 50px;
}

.index .globalization p {
  font-size: 0.24rem;
  display: inline-block;
  text-align: left;
  margin-bottom: 1em;
  line-height: 1.3;
}

.index .globalization h2 {
  font-size: 0.48rem;
  text-align: left;
}

/* 信息化 */

.index .inter .wrap {
  position: relative;
  height: 100%;
}

.index .inter .cont {
  width: 50%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.index .inter .btn {
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
}

.index .inter h2 {
  font-size: 0.48rem;
  margin-bottom: 1em;
  font-weight: lighter;
  font-weight: bold;
}

.index .inter p {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5;
}

.index .inter .btn:hover {
  animation: jump ease 1.5s 1;
  -webkit-animation: jump ease 1.5s 1;
}

/* =======================================

* ■ 关于我们

========================================== */

.m_banner {
  background-position-y: top;
  background-size: cover;
  transition: height 1s;
  position: relative;
  margin-bottom: 1rem;
}

.m_banner .cont {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: right;
  transform: translateY(-50%);
}

.m_banner .h_c {
  display: inline-block;
  text-align: left;
  color: #fff;
}

.m_banner h4 {
  font-weight: 100;
  font-size: 0.48rem;
  text-transform: uppercase;
}

.m_banner h3 {
  margin-bottom: 1em;
  font-weight: 100;
  /* text-transform: uppercase; */
}

/* a */

.about .a {
  position: relative;
}

.about .a .l {
  width: 50%;
}

.about .a .r {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.about .a .r .sr {
  width: 50%;
  float: right;
  height: 100%;
  padding: 1.6em;
  padding-right: 0;
  box-sizing: border-box;
}

.about .a .r .sr h2 {
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
}

.about .a .r .sr>div {
  line-height: 1.5;
  color: #656565;
  max-height: 90%;
  margin-bottom: 15px;
}

.about .a .r .sr .worm-btn {
  margin-top: 1.5em;
}

.about .a .r .sr .worm-btn-2 {
  text-decoration: underline;
}

/* b */

.about .b .title * {
  text-align: center;
  line-height: 1.2;
}

/* .ourDifference .a */

.about .b .title h2 {
  /* text-transform: uppercase; */
  font-weight: bold;
  padding-top: 8em;
  position: relative;
}

.about .b .title h2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.5em;
  display: block;
  width: 1px;
  height: 5em;
  background: #000;
}

.about .b .title h3 {
  margin-top: 0.5em;
  font-weight: 100;
  letter-spacing: -0.01em;
  margin-bottom: 3em;
  color: #343434;
}

.about .b .sb li {
  float: left;
  width: 20%;
}

.about .b .sb {
  overflow: hidden;
}

.about .c {
  background-position: center;
  background-size: cover;
  padding: 2.5em;
  position: relative;
}

.about .c h2.title {
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: bold;
  margin-bottom: 1.2em;
}

.about .swiper-container:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}

.about .swiper-container .swiper-slide {
  width: auto;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  border-left: 1px solid #000;
  height: 50%;
  box-sizing: border-box;
}

.about .swiper-container .swiper-slide:nth-child(2n) {
  transform: translateY(100%);
  padding-top: 0.5em;
  padding-bottom: 0;
}

.about .swiper-container h2 {
  font-weight: 100;
  text-align: left;
  margin-top: 0.3em;
}

.about .swiper-slide>p {
  margin-top: 1em;
  line-height: 1.5em;
}

.about .swiper-button {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}

.about .swiper-button .swiper-button-disabled {
  opacity: 0.5;
}

.about .swiper-button .swiper-button-prev-worm, .about .swiper-button .swiper-button-next-worm {
  position: absolute;
  left: 0;
  font-size: 24px;
  padding: 1em 0;
  width: 2.4em;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
}

.about .swiper-button .swiper-button-next-worm {
  left: auto;
  right: 0;
}

.ourValues .a h3.title {
  font-weight: 100;
  text-align: center;
  padding-bottom: 2.6em;
  line-height: 1.3;
  position: relative;
}

.ourValues .a h3.title:before {
  position: absolute;
  content: "";
  display: block;
  height: 1.6em;
  bottom: 0.5em;
  left: 50%;
  width: 1px;
  background: #000;
}

.ourValues .a ul {
  overflow: hidden;
  margin-bottom: 8em;
}

.ourValues .a li {
  position: relative;
  width: 24.25%;
  float: left;
}

.ourValues .a li+li {
  margin-left: 1%;
}

.ourValues .a li:nth-child(2n) {
  margin-top: 3.5em;
}

.ourValues .a li h3 {
  position: absolute;
  bottom: 5em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5;
  padding: 0 2.1em;
  font-weight: bold;
}

.ourValues .a li h3:before {
  content: "";
  display: block;
  height: 3px;
  width: 2.5em;
  background: #fff;
  margin-bottom: 1em;
}

.ourValues .a li:nth-child(2n) h3 {
  bottom: auto;
  top: 5em;
}

.ourC .s_c_nav {
  position: relative;
  color: #656565;
  overflow: hidden;
  z-index: 5;
  margin-top: -1.7rem;
  background: #fff;
  padding: 0 0.1em;
  text-align: center;
}

.ourC .s_c_nav li {
  border-top: 3px solid transparent;
  float: none;
  display: inline-block;
  padding: 0 0.6em;
  transition: all 0.3s;
  height: 7em;
  line-height: 7em;
}

.ourC .s_c_nav li a {
  display: block;
  height: 100%;
}

.ourC .s_c_nav li:hover {
  color: #333;
}

.ourC .s_c_nav li.on {
  border-color: #ae895f;
  color: #000;
  font-weight: bold;
}

.ourC .icons {
  padding: 0 0.7em;
  overflow: hidden;
  margin-bottom: 1.2em;
  margin-top: 0.6em;
}

.ourC .icons li {
  width: 25%;
  float: left;
  text-align: center;
  font-family: "Microsoft Yahei", arial, "\5b8b\4f53" !important;
}

.ourC .icons li+li:before {
  content: "";
  display: block;
  width: 1px;
  background: #ccc;
  height: 1.6em;
  float: left;
}

.ourC .icons i {
  color: #164d91;
}

.ourC .icons p {
  color: #656565;
  line-height: 1.5;
  margin-top: 2em;
  padding: 0 2em;
}

.ourC .a {
  position: relative;
}

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

.ourC .a .l {
  width: 50%;
  height: 100%;
  position: absolute;
  background: #fff;
  margin-top: 5%;
  padding: 1.5em;
  box-sizing: border-box;
  z-index: 2;
}

.ourC .a .l h2 {
  font-weight: bold;
}

.ourC .a .l h2 {
  font-weight: bold;
  margin-bottom: 1em;
}

.ourC .a .l p {
  line-height: 1.5;
  color: #656565;
}

.ourC .a .l:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 2em;
  height: 1px;
  background: #262e46;
}

.ourC .a .r {
  width: 55%;
  margin-left: -5%;
  float: right;
}

.ourC .a.c, .ourC .a.e {
  margin-top: 1em;
}

.ourC .a.c .r {
  width: 100%;
}

.ourC .a.c .l {
  right: 0;
}

.ourP .icons i {
  font-weight: 100;
  letter-spacing: -0.04em;
}

.ourP .icons i em {
  font-size: 82px;
}

.ourP .info {
  width: 60%;
  margin: auto;
  text-align: center;
  line-height: 1.5;
  color: #656565;
}

.ourP .icons {
  margin-bottom: 0.8em;
}

.ourP .a {
  margin-top: 1em;
  padding-left: 1em;
}

.ourP .list {
  height: 100%;
}

.ourP .list li {
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  float: left;
  color: #fff;
  padding-left: 1.5em;
  padding-top: 9em;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  position: relative;
}

.ourP .list li:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: #fff;
}

.ourP .list li:hover:before {
  content: "";
  display: block;
  width: 3px;
  height: 50%;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 0;
}

.ourP .b {
  margin-top: 3.33em;
  position: relative;
  text-align: center;
  margin-bottom: 1.4em;
  font-weight: bold;
}

.ourP .b:before {
  content: "";
  display: block;
  height: 2.8em;
  width: 1px;
  background: #000;
  position: absolute;
  margin-top: -3em;
  left: 50%;
}

.ourP .c {
  overflow: hidden;
}

.ourP .c li {
  width: 42%;
  float: left;
  position: relative;
}

.ourP .c li:nth-child(2), .ourP .c li:nth-child(4) {
  width: 34%;
}

.ourP .c li:nth-child(3), .ourP .c li:nth-child(5) {
  width: 24%;
}

.ourP .c li:nth-child(6) {
  clear: both;
  width: 26%;
}

.ourP .c li:nth-child(7) {
  width: 50%;
}

.ourP .c li:nth-child(8) {
  width: 24%;
}

.ourP .c li div {
  position: absolute;
  text-align: center;
  padding: 2.5em;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.3s;
}

.ourP .c li:hover div {
  transform: translateY(-1em);
}

.ourPt .a {
  font-weight: 100;
  text-align: center;
  margin-top: 1em;
}

.ourPt .icons {
  text-align: center;
}

.ourPt .icons li {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 100;
}

.ourPt .b {
  background: center center;
  background-size: cover;
  padding: 3.4em 0;
}

.ourPt .b h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}

.ourPt .b_img_scroll {
  overflow: auto;
}

.ourPt .b_img_wrap {
  position: relative;
}

.b_img_wrap img {
  width: 100%;
  height: auto;
}

.ourPt .b_img_wrap:before, .ourPt .b_img_wrap:after {
  content: "BEGIN";
  display: block;
  position: absolute;
  left: 0;
  top: 15%;
  transform: translateX(-100%);
  margin-left: -0.5em;
}

.ourPt .b_img_wrap:after {
  content: "END";
  right: 0;
  left: auto;
  transform: translateX(100%);
  margin-right: -1em;
}

.ourPt .c .cont {
  padding: 1em 0;
  overflow: hidden;
}

.ourPt .c .l, .ourPt .c .r {
  width: 49%;
  float: left;
  position: relative;
}

.ourPt .c .r {
  margin-left: 2%;
}

.ourPt .c .t {
  position: relative;
}

.ourPt .c .db {
  margin-top: 4.2%;
  position: relative;
}

.ourPt .c .text {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3em;
  bottom: 0;
  left: 0;
  line-height: 1.5;
  width: 100%;
  box-sizing: border-box;
}

.ourPt .c .text:before {
  content: "";
  display: block;
  width: 15%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 1.5em;
}

.ourS .icons li {
  width: 30%;
}

.ourS .icons li i {
  font-weight: 100;
}

.ourS .a {
  color: #656565;
  text-align: center;
  padding-bottom: 5em;
  line-height: 1.5;
}

.ourS .b h2 {
  margin-top: 2em;
  text-align: center;
  font-weight: bold;
}

.ourS .b ul {
  overflow: hidden;
}

.ourS .b .bb {
  margin-bottom: 1.4em;
}

.ourS .b ul li {
  float: left;
  width: 24.4%;
  line-height: 1.5;
}

.ourS .b ul li+li {
  margin-left: 0.8%;
}

.ourS .b ul li .img {
  transition: all 0.3s;
  margin-top: 0.68em;
}

.ourS .b ul li:hover .img {
  background-size: 110% 110%;
}

.ourS .b h3 {
  min-height: 58px;
  margin: 1.5em 0 1em;
  font-weight: bold;
  text-align: center;
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ourS .b .text {
  color: #656565;
}

.ourS .c {
  text-align: center;
}

.ourR h2.a {
  text-align: center;
  line-height: 1.5;
  width: 85%;
  margin: auto;
}

.ourR .b {
  overflow: hidden;
  margin: 1em 0;
}

.ourR .b li {
  width: 32.65%;
  float: left;
  position: relative;
  overflow: hidden;
}

.ourR .b li+li {
  margin-left: 1%;
}

.ourR .b li:nth-child(2) {
  margin-top: 0.5em;
}

.ourR .b li .text {
  position: absolute;
  top: 50%;
  width: 80%;
  margin: auto;
  color: #fff;
  line-height: 1.5;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  padding: 1em 0;
}

.ourR .b li .text:before, .ourR .b li .text:after {
  content: "";
  width: 1px;
  position: absolute;
  left: 50%;
  top: 100%;
  background: rgba(255, 255, 255, 0.5);
  height: 1000px;
}

.ourR .b li .text:after {
  bottom: 100%;
  top: auto;
}

.retail h2.tit {
  text-align: center;
}

.retail .icons {
  overflow: hidden;
  margin-top: 3.5em;
  position: relative;
}

.retail .icons li {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 0 3em;
  box-sizing: border-box;
  line-height: 1.5;
  color: #164d91;
  height: 100%;
  vertical-align: top;
}

.retail .icons li+li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 25%;
  background: #dedfe3;
}

.retail .icons li+li+li:before {
  left: 50%;
}

.retail .icons li+li+li+li:before {
  left: 75%;
}

.retail .icons li p {
  margin-top: 1em;
  color: #656565;
  padding: 0 1em;
  font-family: "Microsoft Yahei", arial, "\5b8b\4f53";
}

.retail .a h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.retail .a {
  text-align: center;
}

.retail .a p {
  color: #656565;
  line-height: 1.8;
  margin: auto;
  width: 80%;
}

.retail .a .edit_con_original {
  margin-bottom: 3.75em;
}

.retail .b {
  position: relative;
}

.retail .b .l {
  width: 55%;
}

.retail .b .r {
  width: 45%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding: 3.75em;
  box-sizing: border-box;
  color: #656565;
  line-height: 1.5;
}

.retail .b .r h2 {
  padding: 1em 0 0.5em;
  color: #000;
  position: relative;
}

/* .retail .b .r h2:before {

  content: "";

  display: block;

  width: 20%;

  height: 2px;

  background: #000;

  position: absolute;

  top: 0;

} */

.retail .c .cont li {
  width: 58%;
  float: left;
  position: relative;
  transition: all 0.3s;
}

.retail .c .cont li:hover {
  background-size: 110% 110%;
}

.retail .c .cont li:nth-child(2) {
  width: 41.2%;
  margin-left: 0.8%;
}

.retail .c .cont li:nth-child(3) {
  width: 41.2%;
  margin-left: 0%;
}

.retail .c .cont li:nth-child(4) {
  width: 58%;
  margin-left: 0.8%;
}

.retail .c .cont li+li+li {
  margin-top: 0.8%;
}

.retail .c {
  overflow: hidden;
}

.retail .c .cont p {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 3em;
  bottom: 0;
  margin-bottom: 0;
  text-align: left;
}

.retail .c .cont p:before {
  content: "";
  display: block;
  width: 3em;
  height: 3px;
  background: #fff;
  top: 1.5em;
  position: absolute;
}

.retail .c .cont {
  overflow: hidden;
  margin-bottom: 8em;
}

.retail .d .tit {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.retail .d .tit h2 {
  margin-bottom: 1em;
}

.retail .d .img li {
  width: 20%;
  float: left;
  transform: scale(1, 1);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.retail .d .img li:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.retail .d .img:after {
  content: "";
  display: block;
  clear: both;
}

.retail .e .r {
  width: 66%;
  margin-left: 34%;
}

.retail .e {
  position: relative;
  margin-top: 3.2em;
  margin-bottom: 3.2em;
}

.retail .e .l {
  position: absolute;
  width: 34%;
  color: #656565;
  left: 0;
  top: 0;
  height: 100%;
  padding-right: 1.5em;
  box-sizing: border-box;
  line-height: 1.5;
}

.retail .e .l h2 {
  color: #000;
  line-height: 1.2;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

/* .retail .e .l h2:before {

  content: "";

  display: block;

  width: 20%;

  height: 3px;

  background: #000;

  position: absolute;

  top: 0;

  left: 0;

} */

.offers .a {
  overflow: hidden;
  position: relative;
  margin-bottom: 6em;
}

.offers .a li {
  width: 32%;
  float: left;
  background: #000;
}

.offers .a li+li {
  margin-left: 2%;
}

.offers .a li .p {
  padding: 3em;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  background: center center;
  background-size: cover;
}

.offers .a li:nth-child(1) .p {
  color: #fff;
}

.offers .a li:nth-child(3) {
  position: absolute;
  right: 0;
  height: 100%;
}

.offers .a li:nth-child(3) .p {
  height: auto;
  color: #fff;
}

.offers .a li:nth-child(3) .p h2 {
  padding-bottom: 1.5em;
  position: relative;
  margin-bottom: 4em;
}

.offers .a li:nth-child(3) .p h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  bottom: 0;
  height: 3px;
  background: #fff;
}

.offers .a li:nth-child(3) .info {
  font-weight: normal;
  text-transform: none;
}

.offers .a li:nth-child(3) .info h3 {
  margin-bottom: 1em;
}

.offers .a li:nth-child(3) .info i {
  margin-right: 1em;
}

.offers .bb {
  background: #dfe8ef;
  padding: 1em 0;
  /* margin-bottom: 1.2em; */
}

.offers .b, .offers .c {
  text-align: center;
}

.offers .b {
  /* overflow: hidden; */
}

.offers .b h2 {
  margin-bottom: 1em;
}

.offers .b li {
  width: 33.32%;
  float: left;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  transform: scale(1);
  transition: all 0.3s;
}

.offers .b ul {
  margin-bottom: 7.5em;
}

.offers .b ul:after {
  content: "";
  display: block;
  clear: both;
}

.offers .b li:hover {
  position: relative;
  z-index: 2;
  transform: scale(1.1);
}

.offers .b li .cont {
  padding: 3.7em;
  display: block;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.offers .b li h3 {
  padding-top: 1em;
  position: relative;
  padding-bottom: 1em;
}

.offers .b li p {
  color: rgba(255, 255, 255, 0.6);
}

.offers .b li ._m {
  display: none;
}

.offers .b li h3:before {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 3px;
  background: #fff;
}

.offers .c ul {
  text-align: left;
  background: #fff;
  line-height: 1.5em;
  /* padding: 3.125em 0; */
}

.offers .c ul>li {
  padding: 0 3.125em;
  background: #d1d9e1;
}

.offers .c ul>li+li {
  border-top: 1px solid #fff;
}

.offers .c ul>li.on {
  background: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}

.offers .c ol {
  color: #656565;
}

.offers .c ol li:nth-child(1) {
  color: #000;
}

.offers .c ol li {
  float: left;
  width: 40%;
}

.offers .c ol li+li {
  width: 20%;
}

.offers .c ol:after {
  content: "";
  display: block;
  clear: both;
}

.offers .c h2 {
  padding: 2em 0;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

.offers .c>h2 {
  padding: 0 0 1em;
  border-bottom: none;
}

.offers .c h2 p {
  display: none;
  margin-top: 1em;
}

.offers .c h2 p span {
  color: #656565;
}

.offers .c h2 p span+span {
  margin-left: 6em;
}

.offers .c ul>li .cont {
  display: none;
  padding: 2.5em 0;
  overflow: hidden;
}

.offers .c ul>li.on .cont, .offers .c ul>li.on h2 p {
  display: block;
}

.offers .c .cont .l, .offers .c .cont .r {
  width: 48%;
  float: left;
}

.offers .c .cont .r {
  margin-left: 4%;
}

.offers .c ol .fold {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2em;
  font-size: 1.37em;
  text-align: center;
  line-height: 2em;
  height: 2em;
  border: 1px solid #d7d7d7;
  transform: translateY(-50%);
  cursor: pointer;
  color: #000000;
}

.offers .c li.on .fold .icon-jiahao {
  display: none;
}

.offers .c .fold .icon-jianhao {
  display: none;
}

.offers .c li.on .fold .icon-jianhao {
  display: block;
}

.offers .c .cont ._b {
  clear: both;
}

.offers .c .cont ._b button, .popup button {
  background: #000;
  color: #fff;
  border: 0;
  outline: none;
  padding: 1em 2em;
  margin-top: 2em;
  cursor: pointer;
  transition: all 0.3s;
}

.offers .c .cont ._b button:hover, .popup button:hover {
  background: #555;
}

.popup_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.popup_wrap.on {
  display: block;
}

.popup {
  background: #fff;
  width: 60%;
  height: 90%;
  margin: auto;
  top: 5%;
  position: relative;
  padding: 3em;
  box-sizing: border-box;
}

.popup .cont h2, .popup .cont h3, .popup .cont h4 {
  color: #656565;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
}

.popup .cont h2 {
  margin-bottom: 1em;
}

.popup .cont ._b {
  margin-top: 2em;
  line-height: 1.5em;
}

.popup .close {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  cursor: pointer;
}

.haya_index .a h2, .haya_index .a h3 {
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.3em;
}

.haya_index .a h3 {
  margin-bottom: 1.5em;
  text-align: left;
  line-height: 1.3em;
}

.haya_index .c h2, .haya_index .c h3, .haya_index .d h2, .haya_index .d h3 {
  position: relative;
  line-height: 1.5em;
}

.haya_index .c h3, .haya_index .d h3 {
  color: #656565;
}

.haya_index .c h2, .haya_index .d h2 {
  padding: 1em 0;
}

.haya_index .c h2:before, .haya_index .d h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 15%;
  height: 2px;
  background: #000;
}

.haya_index .c, .haya_index .d {
  position: relative;
}

.haya_index .c .img, .haya_index .d .img {
  width: 54%;
}

.haya_index .b h2 {
  margin-top: 4.1em;
}

.haya_index .c .text, .haya_index .d .text {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 720px;
  transform: translateY(-50%);
  background: #fff;
  padding: 0.6em;
  box-sizing: border-box;
  height: 70%;
  z-index: 9;
}

.haya_index .d .text {
  left: auto;
  right: 50%;
}

.haya_index .d .img {
  margin-left: 46%;
}

.ourDifference .a, .responsibility .a {
  padding: 3em;
  text-align: center;
  line-height: 1.5em;
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
  background: #fff;
  text-transform: uppercase;
}

.ourDifference .a:before, .responsibility .a:before {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background: #ae895f;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ourDifference .b i {
  color: #164d91;
}

.ourDifference .b h2 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

.ourDifference .b {
  overflow: hidden;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 5em;
}

.ourDifference .b li {
  float: left;
  width: 25%;
  position: relative;
}

.ourDifference .b li+li:before {
  content: "";
  border: 1px solid #dedfe3;
  position: absolute;
  left: 0;
  height: 100%;
}

.ourDifference .c .img {
  width: 70%;
}

.ourDifference .c {
  position: relative;
  margin-bottom: 4em;
}

.ourDifference .c .text {
  position: absolute;
  max-width: 600px;
  left: 50%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  padding: 4em;
  box-sizing: border-box;
  line-height: 1.5;
}

.ourDifference .c .text li {
  padding-top: 1em;
  position: relative;
}

.ourDifference .c .text li+li {
  margin-top: 2em;
}

.ourDifference .c .text li:nth-child(1):before {
  content: "";
  display: block;
  top: 0;
  width: 20%;
  height: 2px;
  background: #000;
  position: absolute;
}

.responsibility .b h2 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em 0;
}

.responsibility .b h3 {
  color: #656565;
  line-height: 1.5em;
}

.responsibility .b li i {
  color: #164d91;
}

.responsibility .b li {
  width: 33.32%;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.responsibility .b .cont {
  padding: 0 1em;
}

.responsibility .b ul {
  position: relative;
}

.responsibility .b li+li:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #dedfe3;
}

.responsibility .b li:nth-child(2):before {
  left: 33.33%;
}

.responsibility .b li:nth-child(3):before {
  left: 66.66%;
}

.responsibility .b {
  margin-top: 3em;
}

.responsibility .c {
  text-align: center;
  margin-top: 3em;
  padding-bottom: 3em;
  position: relative;
}

.responsibility .c:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.8em;
  left: 50%;
  width: 1px;
  height: 1.25em;
  background: #000;
}

.responsibility .d, .responsibility .e {
  position: relative;
}

.responsibility .d .img, .responsibility .e .img {
  width: 50%;
}

.responsibility .d .text, .responsibility .e .text {
  line-height: 1.5;
  position: absolute;
  height: 100%;
  left: 50%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  max-width: 720px;
  top: 0;
}

.responsibility .e .text {
  left: auto;
  right: 50%;
}

.responsibility .e {
  margin-top: 1em;
  margin-bottom: 1em;
}

.responsibility .d h2, .responsibility .e h2 {
  color: #164d91;
  font-weight: 100;
}

.responsibility .d h4, .responsibility .e h4 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.5em 0;
  margin-top: 3em;
  position: relative;
}

.responsibility .d h4:before, .responsibility .e h4:before {
  content: "";
  display: block;
  clear: both;
  width: 20%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.responsibility .d h5, .responsibility .e h5 {
  color: #656565;
}

.responsibility .e .img {
  margin-left: 50%;
}

.responsibility_index .b i {
  color: #164d91;
}

.responsibility_index .b h2 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

.responsibility_index .b h3 {
  color: #656565;
}

.responsibility_index .b .cont {
  padding: 1.5em;
  line-height: 1.5;
}

.responsibility_index .b {
  overflow: hidden;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 5em;
}

.responsibility_index .b li {
  float: left;
  width: 25%;
  position: relative;
}

.responsibility_index .b li+li:before {
  content: "";
  border: 1px solid #dedfe3;
  position: absolute;
  left: 0;
  height: 100%;
}

.responsibility_index .c {
  padding: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: -0.5em;
  position: relative;
  z-index: 2;
  background: #fff;
}

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

.responsibility_index .c ._l, .responsibility_index .c ._r {
  width: 49%;
  color: #656565;
  line-height: 1.5;
  float: left;
  position: relative;
}

.responsibility_index .c ._r {
  margin-left: 2%;
}

.responsibility_index .c ._l:before, .responsibility_index .c ._r:before {
  content: "";
  position: absolute;
  top: -1.5em;
  width: 3em;
  height: 3px;
  background: #000;
  left: 0;
}

.about .m_banner h4 {
  line-height: 1;
  font-size: 0.48rem;
}

.other a.btn {
  /* background: #000; */
  color: #000;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.other a.btn:hover {
  animation: jump ease 1.5s 1;
  -webkit-animation: jump ease 1.5s 1;
}

.other .a {
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 1em;
}

.other .a_btn {
  margin-top: 1em;
  padding: 0.5em 1em;
  color: #000;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding-left: 0;
}

.other .a ul {
  position: relative;
  overflow: hidden;
}

.other .a ul>li {
  width: 33.33%;
  float: left;
  padding: 0.3rem;
  box-sizing: border-box;
}

.other .a ul>li+li:before {
  content: "";
  border-left: 1px solid #ddd;
  height: 100%;
  position: absolute;
  left: 33.33%;
}

.other .a ul>li+li+li:before {
  left: 66.66%;
}

.other .a select.address {
  width: 100%;
  padding: 0.6em 1em;
  margin-bottom: 1.5em;
  color: #555;
  outline: none;
  font-size: 14px;
}

.other .a .address ol {
  display: none;
}

.other .a ol li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
}

.other .a ol li i {
  position: absolute;
  left: 0;
  top: 0;
}

.other .a li.fnt_88 {
  text-align: center;
}

.other .a ul li+li a {
  color: #164d91;
  padding-bottom: 0.3em;
  display: inline-block;
  transition: all 0.3s;
}

.other .a ul li+li a:hover {
  color: #101f40;
}

.other .a ul li+li a+a {
  color: #0375b4;
  margin-left: 0.5em;
}

.other .a ul li+li a+a:hover {
  color: #003553;
}

.worm.form_info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.worm.form_info.on {
  display: block;
}

.worm.form_info .window {
  display: inline-block;
  max-width: 768px;
  margin: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #fff;
}

.worm.form_info .window h2 {
  margin-bottom: 1.2em;
}

.worm.form_info .input_wrap {
  border: 1px solid #bbb;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}

.worm.form_info .input_wrap i {
  vertical-align: middle;
}

.worm.form_info .input_wrap input {
  width: calc(100% - 50px)
}

.worm.form_info .input_wrap input, .worm.form_info .input_wrap textarea {
  border: 0;
  outline: none;
  font-size: 0.6em;
  margin-left: 0.5em;
}

.worm.form_info .input_wrap.ts {
  padding: 0;
  overflow: hidden;
}

.worm.form_info .input_wrap textarea {
  resize: none;
  height: 9em;
  width: 100%;
  margin-left: 0;
  padding: 0.8em 1em;
  box-sizing: border-box;
}

.worm.form_info .submit {
  width: 100%;
  background: #000;
  border: 0;
  outline: none;
  padding: 0.8em 1em;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 1em;
}

.worm.form_info .submit:hover {
  background: #222;
}

.worm.form_info .close {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
}

.ourPr .a {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.ourPr .a li {
  width: 49%;
  float: left;
  position: relative;
  transition: all 0.3s;
}

.ourPr .a li:nth-child(2n) {
  margin-left: 2%;
}

.ourPr .a li+li+li {
  margin-top: 2%;
}

.ourPr .a li:hover {
  background-size: 110% 110%;
}

.ourPr .a li h2 {
  padding: 2em;
  color: #fff;
  /* position: absolute; */
  bottom: 0;
  color: #000;
  background: #eee;
}

.ourPr .a li h2>div {
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
}

.ourP .i_a {
  margin-top: 3em;
  margin-bottom: 3em;
}

/* safety——style */

.safety_top {
  line-height: 1.5;
  color: #656565;
  /* text-align: center; */
  margin-bottom: 48px;
}

.safety_tab {
  overflow: hidden;
  margin-bottom: 48px;
}

.safety_tab ul {
  overflow: hidden;
}

.safety_tab ul li {
  width: 25%;
  height: 500px;
  float: left;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}

.safety_tab ul li.active {
  width: 50%;
}

.safety_tab ul li .safety_tab_tex {
  color: #fff;
  line-height: 1.5;
}

.safety_tab ul li .safety_tab_tex p {
  display: none;
}

.safety_tab ul li.active .safety_tab_tex p {
  /* display: block; */
}

.safety_tab ul li img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.safety_tab_tex {
  padding: 30px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.safety_tab_tex p {
  margin-top: 15px;
}

.popup .cont {
  height: 100%;
}

.popup .cont .window {
  height: calc(100% - 6em);
}

@media screen and (max-width: 1440px) {
  .retail .a p br {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .ourPr .a li h2 {
    padding: 1em;
  }
  .ourC .s_c_nav li {
    height: 3em;
    line-height: 3em;
  }
  .ourPr .a li:nth-child(2n) {
    margin-left: 0%;
  }
  .ourPr .a li+li {
    margin-top: 4% !important;
  }
  .safety_tab ul li, .safety_tab ul li.active {
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
    height: 390px;
  }
  .safety_tab ul li .safety_tab_tex p {
    display: block;
  }
  .ourPr .a li {
    width: 100%;
    float: none;
  }
  .responsibility_index .b li {
    width: 50%;
  }
  .responsibility_index .b li:nth-child(3):before {
    display: none;
  }
  .responsibility_index .c ._l, .responsibility_index .c ._r {
    width: 100%;
  }
  .responsibility_index .c ._r {
    margin-left: 0;
    margin-top: 4em;
  }
  .responsibility_index .c {
    margin-top: 1em;
    padding: 0;
    margin-bottom: 1em;
  }
  .responsibility .d .img, .responsibility .e .img {
    width: 100%;
    margin-left: 0;
  }
  .responsibility .d .text, .responsibility .e .text {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
  .ourDifference .c .img {
    width: 100%;
  }
  .ourDifference .c .text {
    max-width: none;
    position: relative;
    left: 0;
    transform: none;
    top: 0;
  }
  .ourDifference .b li {
    width: 50%;
  }
  .ourDifference .a br {
    display: none;
  }
  .ourDifference .b li+li+li {
    margin-top: 1em;
  }
  .ourDifference .b li+li:before {
    border-width: 0px;
  }
  .ourDifference .b li:nth-child(2n):before {
    border-width: 1px;
  }
  .haya_index .c .img, .haya_index .d .img {
    width: 100%;
    margin-left: 0;
  }
  .haya_index .c .text, .haya_index .d .text {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: none;
    transform: none;
  }
  .retail .c .cont li, .retail .c .cont li:nth-child(2), .retail .c .cont li:nth-child(3), .retail .c .cont li:nth-child(4) {
    width: 100%;
    margin-left: 0;
    margin-top: 0.8%;
  }
  .retail .c .cont li {
    margin-top: 0;
  }
  .retail .b .r {
    padding-left: 0;
    padding-right: 0;
  }
  .retail .b .l, .retail .b .r, .retail .e .l, .retail .e .r, .retail .d .tit {
    width: auto;
    position: relative;
    margin-left: auto;
  }
  .retail .e .l p {
    margin-bottom: 1.5em;
  }
  .retail .a p {
    width: auto;
  }
  .retail .a p br {
    display: none;
  }
  .retail .icons li {
    width: 50%;
  }
  .retail .icons li+li:before {
    width: 0;
  }
  .retail .icons li+li+li {
    margin-top: 1.2rem;
  }
  .retail .icons li:nth-child(2n):before {
    width: 1px;
    left: 50%;
  }
  .ourS .b ul li {
    display: inline-block;
    float: none;
    width: 49%;
    vertical-align: top;
  }
  .ourS .b ul li+li {
    margin-left: 0;
  }
  .ourS .b ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .ourP .list li {
    width: auto;
    float: none;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 1.5em;
  }
  .ourP .c li {
    width: 100%;
    float: none;
    display: inline-block;
  }
  .ourP .c li:nth-child(2), .ourP .c li:nth-child(4) {
    width: 58.7%;
  }
  .ourP .c li:nth-child(3), .ourP .c li:nth-child(5) {
    width: 41.3%;
  }
  .ourP .c {
    font-size: 0;
  }
  .ourP .a {
    height: auto !important;
  }
  .ourC .s_c_nav {
    overflow: auto;
    white-space: nowrap;
  }
  .ourC .s_c_nav li {
    display: inline-block;
    float: none;
  }
  .ourC .icons li {
    float: none;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .ourC .icons li+li:before {
    width: 0;
  }
  .ourC .icons li+li+li {
    margin-top: 0.5em;
  }
  .ourC .icons li:nth-child(2n):before {
    width: 0px;
  }
  .ourPt .c .l, .ourPt .c .r {
    width: auto;
    float: none;
  }
  .ourP .info {
    width: auto;
  }
  .ourC .a .l, .ourC .a .r {
    width: auto;
    position: relative;
    float: none;
    margin-left: 0;
  }
  .ourC .a .r {
    margin-bottom: 1rem;
  }
  .ourPt .c .r {
    margin-left: 0;
    margin-top: 4.2%;
  }
  .ourPt .c .text {
    padding: 1.5em;
  }
  .ourPt .c .text:before {
    top: 0em;
  }
  .ourPt .b_img_wrap:before, .ourPt .b_img_wrap:after {
    display: none;
  }
  .about .a .l, .about .a .r .sr {
    width: auto;
  }
  .about .a .r .sr {
    padding-left: 0;
  }
  .about .a .r {
    position: relative;
    overflow: hidden;
  }
  .index .info {
    margin: 32px 0;
  }
  .index .info li.l:before {
    display: none;
  }
  .index .info li {
    width: 50%;
    padding: 12px 0;
  }
  .index .info li h2 {
    font-size: 24px;
  }
  .index .info li p {
    font-size: 14px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
  }
  .index .info li.r {
    text-align: left;
  }
  .index .info-2 .l, .index .info-2 .r {
    width: 100%;
    font-size: 14px;
  }
  .index .info-2>.l {
    margin-bottom: 1em;
    font-size: 22px;
  }
  .index .info-2>.r {
    float: none;
  }
  .index .info-2>.r {
    overflow: auto;
    white-space: nowrap;
  }
  .index .info-2 .l, .index .info-2 .r {
    display: inline-block;
    float: none;
  }
  .index .info-2 {
    margin-bottom: 24px;
  }
  .index .franchisee h2 {
    font-size: 24px;
  }
  .index .franchisee .f-nav {
    white-space: nowrap;
    overflow: auto;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 14px;
  }
  .index .franchisee .logo_list {
    margin: 14px 0;
  }
  .index .franchisee .f-nav li {
    display: inline-block;
    float: none;
  }
  .index .franchisee .b .btn {
    font-size: 14px;
  }
  .index .franchisee .b h2 {
    font-size: 24px;
  }
  .about .b .sb {
    background-size: cover;
  }
  .about .b .sb li {
    width: 33.33%;
  }
  .ourValues .a li {
    width: 49.5%;
  }
  .ourValues .a li+li {
    margin-left: 0;
  }
  .ourValues .a li:nth-child(2n) {
    margin-left: 1%;
    margin-top: 0;
  }
  .ourValues .a li+li+li, .ourValues .a li:nth-child(4) {
    margin-top: 1%;
  }
  .ourC .s_c_nav li {
    height: 3em;
    line-height: 3em;
  }
  .ourC .s_c_nav li.on {
    border-top: 0;
    border-bottom: 3px solid #004F86;
  }
  .ourC .icons li {
    width: 50%;
    float: left;
  }
  .ourC .icons p {
    height: 4.5em;
  }
}

@media screen and (min-width: 768px) {
  .index .info-2 .l{
    margin-bottom: 1em;
  }
 .index .info-2 .r{
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .retail .a{
    margin-top: 2em;
  }
  .retail .b .r{
    padding: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  .retail .a h2{
    margin-top: 0;
  }
  .retail .e{
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .retail .d .img li{
    width: 50%;
  }
  .retail .c .cont{
    margin-bottom: 2em;
  }
  .about .swiper-container .swiper-slide img {
    width: 100% !important;
    height: auto;
  }
  .ourP .icons i em {
    font-size: 48px !important;
  }
  .ourC .s_c_nav {
    margin-bottom: 24px;
  }
  .ourDifference .c {
    margin-bottom: 0;
  }
  .ourC .s_c_nav li {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  /* .index .franchisee .logo_list li {
    width: 50%;
    box-sizing: border-box;
  } */
  .index .info-2 .r .l, .index .info-2 .r .r {
    width: 48%;
    float: left;
    padding-left: 0;
    padding-top: 0 !important;
    border: none
  }
  .index .franchisee .logo_list li {
    border-top-width: 1px;
    width: 50% !important;
    border-right-width: 1px !important;
    box-sizing: border-box !important;
  }
  .index .franchisee .logo_list li:nth-child(2n) {
    border-top-width: 1px;
    width: 50% !important;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    box-sizing: border-box !important;
    margin-left: 0;
  }
  .index .franchisee .f-nav li {
    /* width: 25%; */
    margin-left: 0 !important;
    margin-top: 0.25rem;
    float: left !important;
    text-align: center;
    margin-right: 2em;
  }
  .index .franchisee .f-nav li:last-child {
    margin-right: 0;
  }
  .index .info li p {
    font-size: 12px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
  }
  .ourValues .a h3.title {
    font-size: 14px !important;
  }
  .other .a ul>li {
    float: none;
    width: 100%;
  }
  .other .a ul>li+li {
    margin-top: 2rem;
  }
  .other .a ul>li+li:before {
    display: none;
  }
  .responsibility_index .b li {
    width: 50%;
  }
  .responsibility_index .b li+li:before {
    display: none;
  }
  .responsibility .b li {
    width: 100%;
  }
  .responsibility .b li+li {
    margin-top: 15%;
  }
  .responsibility .b li+li:before {
    display: none;
  }
  .popup {
    width: 90%;
    padding: 2em;
  }
  .offers .c ul>li {
    padding: 0 2em;
  }
  .offers .c ol .fold {
    font-size: 1em;
  }
  .offers .c .cont .l, .offers .c .cont .r {
    width: 100%;
    margin-left: 0;
  }
  .offers .c .cont .r {
    margin-top: 2em;
  }
  .offers .c ol li, .offers .c ol li+li {
    width: calc(100% - 2.7em);
    float: none;
  }
  .offers .c h2 p span, .offers .c h2 p span+span {
    display: block;
    margin-left: 0;
  }
  .offers .b li, .offers .a li {
    width: 100%;
    height: auto !important;
  }
  .offers .a li:nth-child(3) {
    position: relative;
    background-size: cover;
  }
  .offers .a li+li {
    margin-left: 0;
    margin-top: 2%;
  }
  .ourR .b li {
    width: auto;
    float: none;
  }
  .ourR .b li+li {
    margin-top: 0.5em;
    margin-left: 0;
  }
  .ourS .a br {
    display: none;
  }
  .ourC .icons {
    padding: 0;
  }
  .ourP .c li:nth-child(6), .ourP .c li:nth-child(7), .ourP .c li:nth-child(8) {
    width: 100%;
  }
  .about .swiper-container .swiper-slide {
    width: 100%;
    padding-right: 0.5em;
  }
  .about .swiper-container .swiper-slide img {
    width: 100%;
  }
  .about .swiper-wrapper {
    height: auto !important;
  }
  .about .swiper-container .swiper-slide:nth-child(2n) {
    transform: none;
  }
  .about .c {
    padding: 2.5em 2em;
  }
  .about .swiper-button .swiper-button-prev-worm, .about .swiper-button .swiper-button-next-worm {
    width: 1.9em;
  }
  .about .swiper-container:before {
    display: none;
  }
  .about .swiper-container .swiper-slide {
    border: 0;
  }
  .index .info {
    /* overflow-x: auto;
    overflow-y: hidden; */
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
  }
  .index .info li {
    width: 50%;
    padding-right: 0.5em;
    white-space: nowrap;
    float: left;
    box-sizing: border-box;
    /* display: inline-block; */
  }
  .index .highlights li.on, .index .highlights li, .index .highlights li+li, .index .highlights li+li+li, .index .highlights li+li+li+li {
    width: 98%;
    height: auto;
    min-height: 1.4rem;
    padding-left: 76px;
    margin-top: 14px;
    padding-top: 0.2rem;
    float: right;
    margin-left: 2%;
  }
  .index .highlights li {
    border-left: 1px solid #000;
  }
  .index .highlights li.on i {
    margin-bottom: 0;
    float: none;
    position: absolute;
    bottom: 0;
  }
  .index .highlights li.on .cont {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .index .highlights li i {
    font-size: 48px;
    top: 0.1rem;
    left: 14px;
    right: auto;
  }
  .index .highlights li p {
    display: block;
    font-size: 14px !important;
  }
  .index .highlights li h2, .index .highlights li.on h2 {
    border-bottom: 1px solid #000;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .index .highlights {
    height: auto !important;
    overflow: hidden;
  }
  /*  */
  .index .globalization .cont {
    width: auto;
    text-align: left;
  }
  .index .globalization p {
    font-size: 14px;
  }
  .index .globalization h2 {
    font-size: 22px;
  }
  .index .inter .cont {
    width: auto;
    right: 0;
    left: auto;
    text-align: right;
  }
  .index .inter p {
    font-size: 14px;
  }
  .index .inter h2 {
    font-size: 24px;
  }
  .index .inter .btn {
    font-size: 14px;
  }
  .index .franchisee .logo_list li {
    width: 50%;
  }
  .index .franchisee .logo_list li+li+li {
    border-top-width: 1px;
  }
  .index .banner .swiper-slide .c h2 {
    font-size: 12px;
    margin-bottom: 1em;
  }
  .index .banner .swiper-slide .c h3 {
    font-size: 18px;
  }
  .index .banner .swiper-slide .c {
    left: 0;
    padding: 0 5%;
  }
  .m_banner .cont {
    text-align: left;
  }
  .about .swiper-container .swiper-slide:nth-child(2n) {
    padding-top: 0em;
    padding-bottom: 0.5em;
  }
  .ourValues .a li {
    width: 100%;
  }
  .ourValues .a li {
    margin-top: 2% !important;
    margin-left: 0;
  }
  .ourValues .a ul {
    margin-bottom: 4em;
  }
}

@media screen and (max-width: 1280px) {
  .xmn_fc.fnt_20 {
    font-size: 16px;
  }
  .ourP .icons i em {
    font-size: 78px;
  }
}

.xmn_img1 img {
  width: 100%;
  height: auto;
}

.xmn_win {
  margin-top: 1.2em;
  transition: all 0.3s;
  /* display: none; */
  z-index: -1;
}

.xmn_win h2 {
  margin-bottom: 1.2em;
}

.xmn_win textarea {
  resize: none;
  height: 9em;
  width: 100%;
  margin-left: 0;
  padding: 0.8em 1em;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.xmn_win button {
  width: 100%;
  background: #000;
  border: 0;
  outline: none;
  padding: 0.8em 1em;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 1em;
}

.qrCode {
  width: 100%;
  overflow: hidden;
}

.qrCode img {
  float: left;
  width: 50%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .ourC .s_c_nav {
    overflow: auto;
    white-space: nowrap;
    padding: 0 0em;
  }
  .ourC .s_c_nav li {
    padding: 0 0.5em;
  }
  .ourC .fnt_20 {
    font-size: 15px;
  }
}

.xmn_site {
  margin-top: 1.2em;
  text-transform: none
}

.xmn_top {
  margin-top: 1.8em;
}

.w_weixin {
  position: relative;
}

.w_weixin .wei_img {
  margin-top: 1.2em;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}

.w_weixin .wei_img.on {
  opacity: 1;
}

.xmn_inputs {
  width: 70%;
  border: none;
  outline: none;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}

.xmn_input_name {
  display: inline-block;
  width: 15%;
  color: #000;
  display: inline-block;
  text-decoration: none;
  padding-left: 0;
}

.xmn_inputBox {
  overflow: hidden;
  margin-bottom: 1em;
}

.xmn_banner_go {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  .store_list {
    width: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .about .a .l {
    height: 306px !important;
  }
  .store_list {
    width: auto !important;
  }
  .w_weixin .wei_img {
    width: 130px !important;
    height: 124px !important;
    margin-top: 1.2em;
    position: absolute;
    top: -99px;
    right: -180px;
    /* opacity: 1 !important; */
    transition: all 0.3s;
  }
  .ourValues .a .edit_con_original img {
    width: 100% !important;
    height: auto !important;
  }
}

.about .swiper-container .swiper-slide img {
  width: 295px;
  max-height: 166px;
}

.video_play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video_play div {
  font-size: 54px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.xmn_maito {
  margin-top: 8px;
}

.xmn_maito i {
  margin-right: 15px;
}

.store_list {
  width: 1180px;
  margin: auto;
}

.ourC .a .l .edit_con_original {
  font-size: 18px;
}

.ourC .a .l .edit_con_original span {
  font-size: 18px;
}

.ourS .b .text p {
  text-align: center;
}

.ourR h2.a {
  font-size: 16px;
}

.ourDifference .c .text {
  padding: 6em;
}

.retail .c .cont p:before {
  display: none;
}