/*****************
 * public start
 *****************/
body {
  font: 14px/1.5 "SourceHanSansCN", "microsoft yahei", "Arial", sans-serif;
  margin: 0;
  padding: 0;
}
body:before {
  /*content:"";*/
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10000;
  text-align: center;
  transition: opacity 500ms, height 0ms 500ms;
  -webkit-transition: opacity 500ms, height 0ms 500ms;
}
body.body-completed:before {
  height: 0;
  opacity: 0;
}
a {
  color: #f7b52d;
  text-decoration: none;
}
a:hover {
  color: #efa205;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  line-height: 1.5;
}
.h1 {
  font-size: 2.4em;
}
.h2 {
  font-size: 2em;
}
.h3 {
  font-size: 1.4em;
}
.h4 {
  font-size: 1.2em;
}
.h-line {
  position: relative;
  padding-bottom: 0.4em;
}
.h-line:after {
  content: "___";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #000;
  text-align: center;
}
.bg-gray {
  background: #f9f9f9 !important;
}
.wrap {
  width: 1440px;
  margin: auto;
}
.forseo {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
/**/
.inner {
  width: 1000px;
  margin: auto;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.inner-x {
  width: 1000px;
  margin: auto;
}
.inner-y {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.header + .nav {
  height: 48px;
  margin: auto;
  background: #0786d3 !important;
}
.header + .nav:before,
.nav:after {
  content: "";
  display: none;
}
.header + .nav .nav-list {
  overflow: hidden;
  height: 100%;
  background: #0786d3;
}
.header + .nav ul {
  overflow: hidden;
  height: 100%;
}
.header + .nav li {
  float: left;
  width: 11.11%;
  height: 100%;
  display: inline-block;
  text-align: center;
}
.header + .nav li a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.4em;
}
.header + .nav li a:before {
  content: "";
  display: inline-block;
  height: 101%;
  vertical-align: middle;
}
.header + .nav li a:hover {
  background: #008fe7;
}
.header + .nav li.active a {
  background: #fff;
  color: #0786d3;
}

.frame-head {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
}

/* swiper */
.swiper {
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  background-size: 16px auto;
}
.swiper-inited {
  visibility: visible;
}
.swiper li {
  overflow: hidden;
  position: relative;
}
.swiper .swiper-wrapper {
  width: 100%;
}
.swiper li.swiper-slide {
  width: 100%;
  overflow: hidden;
}
.swiper li.swiper-slide:last-child {
  margin-right: -1px;
}
.swiper li li {
  overflow: inherit;
}
.swiper-mask {
  overflow: hidden;
  margin: 0 auto;
  width:100%
}
.swiper-single .swiper-prev,
.swiper-single .swiper-next,
.swiper-single .swiper-pagination {
  display: none;
}
.swiper-pagination {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 1em;
  line-height: 0;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination .swiper-pagination-switch {
  font-size: 2em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background: #fff;
  margin: 0 0.25em;
  vertical-align: middle;
  white-space: nowrap;
}
.swiper-pagination .swiper-active-switch {
  background: #f7b52d;
}

.product .swiper-slide img{ border:1px #0D6DB9 solid }

.ie8 .swiper-pagination .swiper-pagination-switch {
  background: none !important;
  margin: 0 0.1em;
}
.ie8 .swiper-pagination .swiper-pagination-switch:before {
  content: "○";
  font-weight: bold;
  color: #fff;
  line-height: 0.5;
  display: inline-block;
  vertical-align: top;
}
.ie8 .swiper-pagination .swiper-active-switch:before {
  content: "●";
  color: #f7b52d;
  font-weight: normal;
  margin-top: 0.02em;
}

.css3 .swiper-pagination .swiper-pagination-switch {
  font-size: 2em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background: #eee;
  margin: 0 0.25em;
  vertical-align: middle;
  white-space: nowrap;
}
.css3 .swiper-pagination .swiper-pagination-switch:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 0.5em;
  background: #f7b52d;
  vertical-align: middle;
  overflow: hidden;
}
.css3 .swiper-pagination .swiper-pagination-switch:before {
  transition: width 300ms steps(7, end), height 300ms steps(7, end);
  -webkit-transition: width 300ms steps(7, end), height 300ms steps(7, end);
}
.css3 .swiper-pagination .swiper-pagination-switch:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  font-size: 0;
}
.css3 .swiper-pagination .swiper-active-switch {
  background: #fff;
}
.css3 .swiper-pagination .swiper-active-switch:before {
  width: 100%;
  height: 100%; /*box-shadow:0 0 0px 1px #f7b52d*/
}

.swiper-prev {
  position: absolute;
  z-index: 50;
  width: 10%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
}
.swiper-next {
  position: absolute;
  z-index: 50;
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
}
.swiper-prev:hover {
  transform: translate(-10%, 0);
  -webkit-transform: translate(-10%, 0);
}
.swiper-next:hover {
  transform: translate(10%, 0);
  -webkit-transform: translate(10%, 0);
}
.swiper-prev:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.swiper-next:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.swiper-prev-white:before {
  background-image: url(../image/common/prev-white.png);
}
.swiper-next-white:before {
  background-image: url(../image/common/next-white.png);
}
.swiper-prev-black:before {
  background-image: url(../image/common/prev-black.png);
}
.swiper-next-black:before {
  background-image: url(../image/common/next-black.png);
}
.swiper-prev-color:before {
  background-image: url(../image/common/prev-color.png);
}
.swiper-next-color:before {
  background-image: url(../image/common/next-color.png);
}
.swiper-lazy {
  min-width: 100px;
  min-height: 80px;
  background-size: 16px auto;
}
.swiper-lazy-img {
  visibility: hidden;
  height: 0;
}
.swiper-lazy-img-loaded {
  visibility: visible;
  height: auto;
}
.alone .swiper-prev,
.alone .swiper-next,
.alone .swiper-pagination {
  display: none;
}
/* */
.swiper-scale {
  position: relative;
}
.swiper-scale:before {
  content: "";
  display: inline-block;
  height: 0;
  padding-bottom: 34.85%;
}
.swiper-scale .swiper-mask {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}
.swiper-scale ul {
  position: absolute;
  height: 100% !important;
  left: 0;
  top: 0;
}
.swiper-scale ul li {
  height: 100% !important;
}
.swiper-scale li img {
  max-width: 100%;
}
/* auto-height */
.swiper-auto {
  position: relative;
}
.swiper-auto ul {
  height: auto !important;
}
.swiper-auto ul li {
  height: auto !important;
}
.swiper-auto li img {
  max-width: 100%;
}

.toggler-detail {
  display: none;
}
.toggler-btn:before {
  content: "显示更多";
  display: block;
  color: #62b6da;
  padding-top: 1em;
}
.toggler.open .toggler-summary {
  display: none;
}
.toggler.open .toggler-detail {
  display: block;
}
.toggler.open .toggler-btn:before {
  content: "收起";
}
/* button */
.btn {
  font-size: 1rem;
  padding: 0.4em 2em;
  line-height: 1.1;
  background-color: #0786d3;
  color: #fff;
  border-radius: 0.3em;
  border: none;
  white-space: nowrap;
}
.btn:active,
.btn:visited,
.btn:hover {
  color: #fff !important;
  background-color: #008fe7 !important;
}
.btn-long {
  width: 8em;
}
.btn-radius-semicircle {
  border-radius: 100px;
}
.btn-arrow-left:before,
.btn-arrow-right:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6em;
  margin-top: -0.25em;
}
.btn-arrow-left:before {
  content: "◄";
  margin-left: -1em;
  margin-right: 1em;
  transition: margin 200ms;
  -webkit-transition: margin 200ms;
}
.btn-arrow-left:hover:before {
  margin-left: -1.2em;
  margin-right: 1.2em;
}
.btn-arrow-right:after {
  content: "►";
  margin-left: 1em;
  margin-right: -1em;
  transition: margin 200ms;
  -webkit-transition: margin 200ms;
}
.btn-arrow-right:hover:after {
  margin-left: 1.2em;
  margin-right: -1.2em;
}
/**/
.btn-blue {
  background-color: #0786d3;
}
.btn-blue:active,
.btn-blue:hover {
  background-color: #0786d3 !important;
}
.btn-yellow {
  background-color: #f7b52d;
}
.btn-yellow:active,
.btn-yellow:hover {
  background-color: #f0a814 !important;
}
/**/
.btn-yellow-img {
  display: inline-block;
  height: 40px;
  background: url(../image/btn_yellow.png) no-repeat left top;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.btn-yellow-img b {
  display: inline-block;
  left: 40px;
  padding-right: 50px;
  position: relative;
  height: 100%;
  background: url(../image/btn_yellow.png) no-repeat right top;
  font-weight: normal;
}
.btn-yellow-img b:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.btn-yellow-img:hover {
  color: #fff;
  text-decoration: none;
  background-position: left bottom;
}
.btn-yellow-img:hover b {
  background-position: right bottom;
}
/**/
.btn-border {
  border-width: 1px;
  border-style: solid;
  padding: 0.5em 0.8em;
  background: none;
}
.btn-border:after {
  margin-left: 0.5em;
  margin-right: -0.5em;
}
.btn-blue.btn-border {
  border-color: #0786d3;
  color: #0786d3;
}
.btn-yellow.btn-border {
  border-color: #f7b52d;
  color: #f7b52d;
}
/*link*/
.link-arrow {
  color: #0786d3;
}
.link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  margin-left: 0.5em;
  border-width: 0.3em 0 0.3em 0.3em;
  border-style: solid;
  border-color: transparent transparent transparent #0786d3;
}
/*select*/
.select {
  display: inline-block;
  min-width: 150px;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  border: 1px #0786d3 solid;
  color: #0786d3;
  height: 2.2em;
  white-space: nowrap;
}
.select:before {
  content: "";
  position: absolute;
  z-index: 5;
  right: 0.5em;
  top: 0;
  width: 20px;
  height: 100%;
  background: url(../image/common/arrow-blue.png) no-repeat left center;
  background-size: 200% auto;
  -webkit-background-size: 200% auto;
  vertical-align: middle;
}
.select:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.select select {
  position: relative;
  z-index: 8;
  width: 120%;
  height: 111%;
  border: none;
  background: none;
  vertical-align: middle;
  line-height: 1;
  margin-top: -0.15em;
  margin-left: -1px;
  border-left: 1px transparent solid;
}
.ie8 .select select {
  height: auto;
}

.vote {
  color: #0786d3;
  cursor: pointer;
}
.vote s {
  text-decoration: none;
}
.vote:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  margin-top: -0.1em;
  vertical-align: middle;
  background: url(../image/icon_vote.png) center no-repeat;
  background-size: auto 100%;
}
.voted:before {
  background-image: url(../image/icon_voted.png);
}

.pager {
  overflow: hidden;
  font-size: 1.4em;
}
.pager a {
  color: #0786d3;
}
.pager .prev {
  float: left;
}
.pager .prev:before {
  content: "◄";
  padding-right: 0.3em;
}
.pager .next {
  float: right;
}
.pager .next:after {
  content: "►";
  padding-left: 0.3em;
}

.icon-img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-top: -0.2em;
}
.icon-img-1x {
  width: 12px;
}
.icon-img-2x {
  width: 20px;
}
.icon-img-3x {
  width: 30px;
}
.icon-img-4x {
  width: 40px;
}
.icon-img-5x {
  width: 50px;
}
.icon-img-6x {
  width: 60px;
}
.icon-img-7x {
  width: 70px;
}
.icon-img-8x {
  width: 80px;
}
.icon-img-9x {
  width: 86px;
}

.ha-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-top: -0.15em;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.ha-icon-arrow {
  background-image: url(../image/icon_arrow.png);
}
.ha-icon-pix {
  background-image: url(../image/icon_pix.png);
}
.ha-icon-player {
  background-image: url(../image/icon_player.png);
}
.ha-icon-fqa {
  background-image: url(../image/icon_fqa.png);
}
.ha-icon-course {
  background-image: url(../image/icon_course.png);
}
.ha-icon-gift {
  background-image: url(../image/icon_gift.png);
}
.ha-icon-prev {
  background-image: url(../image/icon_prev.png);
}
.ha-icon-prev-gray {
  background-image: url(../image/icon_prev_gray.png);
}
.ha-icon-next {
  background-image: url(../image/icon_next.png);
}
.ha-icon-next-gray {
  background-image: url(../image/icon_next_gray.png);
}
.ha-icon-tips {
  background-image: url(../image/icon_tips.png);
}
.ie8 .ha-icon {
  background-image: none;
}
.ie8 .ha-icon-arrow {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_arrow.png");
}
.ie8 .ha-icon-pix {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_pix.png");
}
.ie8 .ha-icon-player {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_player.png");
}
.ie8 .ha-icon-fqa {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_fqa.png");
}
.ie8 .ha-icon-course {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_course.png");
}
.ie8 .ha-icon-gift {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_gift.png");
}
.ie8 .ha-icon-prev {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_prev.png");
}
.ie8 .ha-icon-prev-gray {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_prev_gray.png");
}
.ie8 .ha-icon-next {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_next.png");
}
.ie8 .ha-icon-next-gray {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_next_gray.png");
}
.ie8 .ha-icon-tips {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/newha//image/icon_tips.png");
}

.ha-icon-1x {
  font-size: 0.6em;
}
.ha-icon-2x {
  font-size: 0.83em;
}
.ha-icon-3x {
  font-size: 1em;
}
.ha-icon-4x {
  font-size: 1.2em;
}
.ha-icon-5x {
  font-size: 1.43em;
}
.ha-icon-6x {
  font-size: 1.6em;
}
.ha-icon-7x {
  font-size: 1.8em;
}
.ha-icon-8x {
  font-size: 2em;
}
.ha-icon-9x {
  font-size: 2.2em;
}

/*****************
 * public end
 *****************/

/* page index */
.swiper-index li.swiper-slide-1 .swiper-slide-word {
  position: absolute;
  width: 30%;
  left: 57%;
  top: 15%;
  text-align: center;
}
.swiper-index li.swiper-slide-2 .swiper-slide-word {
  position: absolute;
  width: 30%;
  left: 5%;
  top: 35%;
  text-align: center;
}
.swiper-index li h2,
.swiper-index li h3 {
  overflow: hidden;
  font-size: 0;
}
.swiper-index li h2 img {
  max-width: 100%;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  opacity: 0.3;
  transition: transform 1000ms 500ms, opacity 1000ms 500ms;
  -webkit-transition: -webkit-transform 1000ms 500ms, opacity 1000ms 500ms;
}
.swiper-index li h3 img {
  max-width: 100%;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  opacity: 0.3;
  transition: transform 1000ms 500ms, opacity 1000ms 500ms;
  -webkit-transition: -webkit-transform 1000ms 500ms, opacity 1000ms 500ms;
}
.swiper-index li.swiper-slide-active h2 img,
.swiper-index li.swiper-slide-active h3 img {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.case-study-index {
  background: url(../image/index_img_05.jpg) #f9f9f9 no-repeat center top;
  background-size: 100% auto;
}
.case-study-index-hd {
  text-align: center;
  position: relative;
  height: 0;
  padding-bottom: 27.7777%;
}
.case-study-index-hd .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.case-study-index-hd .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.case-study-index-hd .content img {
  width: 70.8%;
  margin-top: 3%;
}
.case-study-index-hd .content .btn-yellow-img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 5% 0 0 -15.5%;
}

.case-study-index-bd {
  position: relative;
  height: 0;
  padding-bottom: 27.7777%;
}
.case-study-index-bd .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.case-study-index-bd .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}
.case-study-index-bd .content:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.case-study-index-bd .swiper-case-study-index {
  background: none;
  width: 80%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
}
.case-study-index-bd .swiper-case-study-index .swiper-mask {
  width: 100%;
}
.case-study-index-bd .swiper-case-study-index li a {
  display: inline-block;
  width: 90%;
  text-align: left;
}
.case-study-index-bd .swiper-case-study-index li a img {
}
.case-study-index-bd .swiper-case-study-index li a h2 {
  position: relative;
  font-size: 1.6em;
  line-height: 1;
  height: 2em;
  padding: 0 0.5em;
  margin: 0;
  margin-top: -1.9em;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-study-index-bd .swiper-case-study-index li a:hover h2 {
  background: #fff;
  color: #f8b62d;
}
.case-study-index-bd .swiper-case-study-index li a h2:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.case-study-index-bd .swiper-case-study-index li a h2 .icon-img {
  margin-right: 0.3em;
  margin-top: -1px;
}
.case-study-index-bd .swiper-case-study-index .swiper-prev {
  left: -10%;
}
.case-study-index-bd .swiper-case-study-index .swiper-next {
  right: -10%;
}

.imageword-index .imageword-left .image {
  width: 55.6%;
}
.imageword-index .imageword-left .word {
  left: 55.6%;
}
.imageword-index .imageword-right .image {
  width: 55.6%;
}
.imageword-index .imageword-right .word {
  right: 55.6%;
}
.imageword-index .word-inner {
  padding: 0 17%;
}
.imageword-index .word-inner h2 .icon-img {
  margin-right: 5px;
}
.imageword-index .word-inner h2 span {
  display: inline-block;
  margin: auto;
}
.imageword-proshop .word h2 + * {
  margin-top: 1em;
}
.imageword-proshop .word p a {
  margin-right: 0.5em;
}

.index-fqa-event {
  text-align: center;
  background: #0786d3;
  height: 2em;
  padding: 1em 0;
  box-sizing: content-box;
}
.index-fqa-event a {
  color: #fff;
  display: inline-block;
}
.index-fqa-event a:hover {
  color: #d1edff;
}
.index-fqa-event span.line-y {
  display: inline-block;
  width: 2px;
  height: 100%;
  vertical-align: middle;
  background: #fff;
  margin: 0 3em;
}

/* page new-life-style */
.new-life-style-top {
  position: relative;
  overflow: hidden;
}
.new-life-style-nav {
  width: 100%;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
.new-life-style-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ddd;
}
.new-life-style-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  height: 3px;
  background: #f7b52d;
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
}
.new-life-style-nav-1:after {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.new-life-style-nav-2:after {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
}
.new-life-style-nav-3:after {
  transform: translate(200%, 0);
  -webkit-transform: translate(200%, 0);
}
.new-life-style-nav-4:after {
  transform: translate(300%, 0);
  -webkit-transform: translate(300%, 0);
}
.new-life-style-nav-5:after {
  transform: translate(400%, 0);
  -webkit-transform: translate(400%, 0);
}
.new-life-style-nav-6:after {
  transform: translate(500%, 0);
  -webkit-transform: translate(500%, 0);
}
.new-life-style-nav-7:after {
  transform: translate(600%, 0);
  -webkit-transform: translate(600%, 0);
}
.new-life-style-nav-8:after {
  transform: translate(700%, 0);
  -webkit-transform: translate(700%, 0);
}
.new-life-style-nav-9:after {
  transform: translate(800%, 0);
  -webkit-transform: translate(800%, 0);
}
.new-life-style-nav-10:after {
  transform: translate(900%, 0);
  -webkit-transform: translate(900%, 0);
}
.new-life-style-nav li {
  float: left;
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  position: relative;
}
.new-life-style-nav li a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.new-life-style-nav li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.new-life-style-nav li a img {
  width: 69.44444%;
  opacity: 0.6;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}
.new-life-style-nav li a i {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3%;
  background: #ddd;
  overflow: hidden;
  transition: background 300ms;
  -webkit-transition: background 300ms;
}
.new-life-style-nav li a:hover img {
  opacity: 1;
}
.new-life-style-nav li.active a img {
  opacity: 1;
}
.new-life-style-nav li a:hover i {
  background: #f7b52d;
}
.new-life-style-nav li.active a i {
  background: #f7b52d;
}

.new-life-style-banner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.new-life-style-banner:before,
.new-life-style-banner:after {
  display: none;
}
.frame-new-life-style .imageword-new-life-style {
  margin: 4% auto;
  max-width: 1440px;
}
.frame-new-life-style .imageword-new-life-style .new-life-style-video:before {
  display: none;
}
.frame-new-life-style .imageword-new-life-style .word h2 {
  padding-bottom: 3%;
  border-bottom: 1px #aaa dashed;
}
.frame-new-life-style .imageword-new-life-style .word h2 span {
  display: block;
  margin-top: 3%;
}
.frame-new-life-style .imageword-new-life-style .word-inner {
  width: 88%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.frame-new-life-style .imageword-new-life-style .word .readmore {
  text-align: center;
  display: none;
}
.frame-new-life-style .imageword-new-life-style .word .swiper {
  background: none;
  padding-bottom: 2em;
}
.frame-new-life-style .imageword-new-life-style .word .swiper .bd {
  overflow: hidden;
}
.frame-new-life-style .imageword-new-life-style .word .swiper .img {
  float: right;
}
.frame-new-life-style .imageword-new-life-style .word .swiper ol {
  padding: 0 2em;
  overflow: hidden;
}
.frame-new-life-style .imageword-new-life-style .word .swiper ol li {
  padding: 0.1em 0;
  text-indent: -2em;
}
.frame-new-life-style .imageword-new-life-style .word .swiper ol li:before {
  color: #f7b52d;
  width: 2em;
}
.frame-new-life-style .imageword-new-life-style .word .swiper .swiper-prev,
.imageword-new-life-style .word .swiper .swiper-next {
  display: none;
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination {
  width: auto;
  padding: 1px 0;
  bottom: 0;
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination
  span {
  font-size: 14px;
  width: 2em;
  height: 2em;
  margin: 0 0.2em;
  border: 1px #f7b52d solid;
  border-radius: 100px;
  cursor: pointer;
  color: #f7b52d;
  vertical-align: top;
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination
  span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination
  span
  b {
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination
  span.swiper-active-switch {
  color: #fff !important;
  background: #f7b52d !important;
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination-switch-1:before {
  content: "A";
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination-switch-2:before {
  content: "B";
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination-switch-3:before {
  content: "C";
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination-switch-4:before {
  content: "D";
}
.frame-new-life-style
  .imageword-new-life-style
  .word
  .swiper
  .swiper-pagination-switch-5:before {
  content: "E";
}

/* page products */
.select-result .content {
  font-size: 1.4em;
  line-height: 2;
}

.products-main {
  overflow: hidden;
}
.select-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  color: #fff;
  background: #45bff0;
}
.select-bar .txt {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
}
.select-bar .item {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  border-radius: 5px;
}
.select-bar .item span {
  vertical-align: middle;
}
.select-bar .item .key {
  display: inline-block;
}
.select-bar .item .key * {
  font-size: 0.6em;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  margin-top: 5px;
  display: block;
}
.select-bar .line {
  display: inline-block;
  width: 1px;
  height: 6.5em;
  background: #fff;
  margin: 0 38px 0 48px;
}
.select-bar .item .select {
  border: none;
  color: #707070;
  width: 382px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 6px;
  margin-left: 25px;
  padding-left: 20px;
  box-sizing: border-box;
}
.select-bar .item .select select::-ms-expand {
  display: none;
}
.select-bar .item .select select {
  border: none;
  color: #707070;
  font-size: 1.2em;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-bar .item .select option {
  color: #000;
}
.select-bar .item .select:before {
  background: url(../image/common/arrow-white.png) no-repeat left center;
  background-size: 200% auto;
}
.select-group {
  float: left;
  width: 220px;
  margin-right: 6%;
}
.select-group-hd {
  padding: 0.8em 0;
  margin: 0;
  border-bottom: 1px #ddd solid;
  color: #666;
}
.select-group-bd {
  color: #555;
}
.select-group-bd dt {
  padding: 1em 0;
}
.select-group-bd dt a {
  color: #555;
}
.select-group-bd dt a:hover {
  color: #efa205;
}
.select-group-bd dd {
  margin-bottom: 10px;
  margin-left: 0;
}
.select-group-bd dd a {
  font-size: 0.9em;
  padding: 1em;
  color: #666;
  display: block;
  text-align: center;
  border: 1px #f7b52d solid;
  cursor: pointer;
  transition: color 300ms, background 300ms;
  -webkit-transition: color 300ms, background 300ms;
}
.select-group-bd dd a:hover {
  color: #fff;
  background: #f7b52d;
}
.select-group-bd dd.active a {
  color: #fff;
  background: #f7b52d;
}
.select-result {
  display: block;
  overflow: hidden;
}
.select-result-hd {
  margin: 0;
  padding: 0.8em 0;
  border-bottom: 1px #ddd solid;
  color: #666;
}
.select-result-bd + h2 {
  margin-top: 2em;
}
.select-result-bd ul {
  letter-spacing: -5px;
  font-size: 0;
  margin: 0 -30px;
}
.select-result-bd li {
  display: inline-block;
  width: 33.33333%;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  text-align: center;
}
.select-result-bd li > div {
  padding: 30px;
}
.select-result-bd li .img {
  white-space: nowrap;
  font-size: 0;
}
.select-result-bd li .img img {
  display: inline-block;
  vertical-align: middle;
}
.select-result-bd li .img:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  padding-bottom: 50%;
  vertical-align: middle;
}
.select-result-bd li h2 {
  color: #666;
  margin: 2em 0 0.6em 0;
}

.jvrv-img {
  display: none;
  padding: 2em 0;
}
.frame-products.jinvrv-p .jvrv-img,
.frame-products.jinvrv-n .jvrv-img,
.frame-products.jinvrv-u .jvrv-img,
.frame-products.Jvrv-P .jvrv-img,
.frame-products.Jvrv-N .jvrv-img,
.frame-products.Jvrv-U .jvrv-img {
  display: block;
}

.product-download li {
  width: 49.5%;
  text-align: left;
}
.product-download li + li {
  margin-top: 50px;
}
.select-result-bd + .ol-type-text {
  margin-top: -70px;
}
.product-download li .hd {
  padding-top: 0;
  padding-bottom: 0px;
}
.product-download li .notice {
  padding: 0;
}
.product-download li .hd img + img {
  margin-left: 1em;
}
.product-download li .hd h3 {
  font-size: 1.2em;
  margin-top: 1em;
  min-height: 3em;
}
.product-download li .bd .item {
  display: inline-block;
  width: 49%;
  overflow: hidden;
}
.product-download li .bd .item .ico {
  float: left;
  max-width: 30%;
  margin-right: 0.5em;
}
.product-download li .bd .item .link {
  overflow: hidden;
  display: block;
}
.product-download li .bd .item .link p {
  margin: 0;
}
.product-download li .bd .item .link a {
  display: inline-block;
  line-height: 1;
  padding-bottom: 1px;
  color: #009fe7;
  font-size: 0.8em;
  border-bottom: 1px #009fe7 solid;
}
.product-download li .bd .item .link a:hover {
  color: #f4b331;
  border-bottom: 1px #f4b331 solid;
}

.jin-download {
  padding: 40px 0;
  text-align: center;
}
.jin-download li {
  width: 40%;
  text-align: center;
  overflow: hidden;
  padding: 0 3em;
}
.jin-download li + li {
  border-left: 1px #ddd solid;
}
.jin-download li > div {
  padding: 0;
}
.jin-download li .qrcode,
.jin-download li .item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.jin-download li .ico img {
  height: 50px;
}

/* page proshop */
.swiper-proshop {
  background: none;
  visibility: visible;
  font-size: 1.1em;
}
.swiper-proshop h1 + *,
.swiper-proshop h2 + *,
.swiper-proshop h3 + * {
  margin-top: 1em;
}
.swiper-proshop h1,
.swiper-proshop h2 {
  color: #0786d3;
}
.proshop-banner {
  position: relative;
}
.proshop-search {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -500px;
  white-space: nowrap;
  text-align: center;
}
.proshop-search:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.proshop-search-inner {
  display: inline-block;
  width: 250px;
  padding: 10px;
  vertical-align: middle;
  white-space: normal;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.proshop-search-inner .proshop-search-hd {
  color: #337ab7;
  margin-bottom: 0.5em;
}
.proshop-search-inner .proshop-search-bd span {
  width: 100%;
  height: 2.2em;
  display: block;
  color: #666;
}
.proshop-search-inner .proshop-search-bd span + * {
  margin-top: 0.5em;
}
.proshop-search-inner .proshop-search-bd span input {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #666;
  border: none;
}
.proshop-search-inner .proshop-search-bd span button {
  width: 100%;
  height: 100%;
  background: #f7b52d;
  color: #fff;
  border: none;
}
.proshop-search-inner .proshop-search-bd span select,
.proshop-search-inner .proshop-search-bd span input {
  padding-left: 0.5em;
  font-weight: normal;
}
.proshop-search-inner .proshop-search-bd .select,
.proshop-search-inner .proshop-search-bd .input {
  background: #fff;
  border: 1px #bbb solid;
}
.proshop-search-inner .proshop-search-bd .input:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.proshop-search-inner .proshop-search-bd .input b {
  vertical-align: middle;
}
.proshop-search-inner .proshop-search-bd .select:before {
  background-image: url(../image/common/arrow-gray.png);
}

.proshop-list {
  display: none;
  margin: 40px 0;
}
.proshop-list-hd {
  background: #eee;
  padding: 0.4em 0;
  margin-bottom: 4em;
}
.proshop-list .hd-inner,
.proshop-list .bd-inner {
  white-space: nowrap;
}
.proshop-list .hd-inner span,
.proshop-list .bd-inner span {
  width: 25%;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
.proshop-list .hd-inner span.province,
.proshop-list .hd-inner span.city,
.proshop-list .bd-inner span.province,
.proshop-list .bd-inner span.city {
  width: 20%;
}
.proshop-list .hd-inner span.address,
.proshop-list .bd-inner span.address {
  width: 35%;
}
.proshop-list-hd .hd-inner span {
  text-align: center;
  padding: 0.6em 0;
}
.proshop-list-hd .hd-inner span + span {
  border-left: 1px #aaa solid;
}
.proshop-list-hd .hd-inner span.name {
  position: relative;
}
.proshop-list-hd .hd-inner span.name i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  margin-bottom: -50px;
  padding-top: 0.4em;
}
.proshop-list-hd .hd-inner span.name i:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.proshop-list-hd .hd-inner span.name i:after {
  content: "◆";
  color: #eee;
  line-height: 1;
  font-size: 4em;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.proshop-list-bd a {
  display: block;
  color: #666;
}
.proshop-list-bd li a:hover {
  background: #ddf1fd;
}
.proshop-list-bd .odd a {
  background: #f1f1f1;
}
.proshop-list-bd .even a {
  background: #fff;
}
.proshop-list-bd .photo {
  display: none;
}
.proshop-list-bd .bd-inner span {
  padding: 0.9em 0;
}
.proshop-list-bd .bd-inner span.province {
  text-align: center;
}
.proshop-list-bd .bd-inner span.city {
  text-align: center;
}
.proshop-list-bd .bd-inner span.address img {
  display: none;
}
.proshop-list-bd .loadmore {
  text-align: center;
  padding: 1em;
}
.proshop-list-bd .loadmore a {
  cursor: pointer;
}
.proshop-list-bd .ended + .loadmore {
  display: none;
}

.imageword-proshop-four .word {
  text-align: right;
  white-space: nowrap;
}
.imageword-proshop-four .word-inner {
  width: 100%;
}
.imageword-proshop-four .word a {
  margin-left: 1em;
}

.proshop-sale {
  overflow: hidden;
}
.proshop-sale .hd {
  float: right;
  width: 41.8%;
  padding: 3%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.proshop-sale .hd h2 {
  color: #0786d3;
}
.proshop-sale .bd {
  float: left;
  width: 52%;
}
.proshop-sale .fd {
  float: right;
  width: 41.8%;
  padding: 0 3%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.proshop-design {
  text-align: center;
}
.proshop-design p {
  text-align: left;
}
.proshop-design .bd {
  padding: 2em;
  padding-top: 0;
}
.swiper-proshop-design {
  background: none;
  visibility: visible;
}
.swiper-proshop-design .swiper-wrapper {
  white-space: nowrap;
  font-size: 0;
  margin: 0 -10px;
  width: auto;
}
.swiper-proshop-design .swiper-wrapper li {
  white-space: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: left;
}
.swiper-proshop-design .swiper-wrapper li .swiper-slide-inner {
  padding: 0 10px;
}
.swiper-proshop-design .swiper-wrapper li .swiper-slide-inner img {
  width: 100%;
}
.swiper-proshop-design .swiper-wrapper li .swiper-slide-inner img + h3 {
  margin-top: 1em;
  color: #0786d3;
}

.proshop-installation {
  text-align: center;
}
.proshop-installation p {
  text-align: left;
}
.proshop-installation .bd {
  overflow: hidden;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.proshop-installation-content {
  width: 41.8%;
  float: right;
  padding: 1% 3%;
  text-align: left;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.proshop-installation-content div + div {
  margin-top: 2em;
}
.proshop-installation-content h3 {
  color: #0786d3;
}
.swiper-proshop-installation {
  background: none;
  width: 52%;
  float: left;
  display: inline-block;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.swiper-proshop-installation .swiper-wrapper li .swiper-slide-inner {
  padding-left: 1px;
}

.proshop-service {
  overflow: hidden;
}
.proshop-service .hd {
  width: 41.8%;
  float: left;
  padding: 3% 3% 1%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.proshop-service .bd {
  width: 52%;
  float: right;
}
.proshop-service .fd {
  width: 41.8%;
  float: left;
  padding: 0 3%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  font-weight: bold;
}

.search-result .imageword-proshop-four,
.search-result .proshop-sale,
.search-result .proshop-design,
.search-result .proshop-installation,
.search-result .proshop-service,
.search-result .proshop-detail {
  display: none;
}
.search-result .proshop-list {
  display: block;
}
/**/
.proshop-detail-info {
  position: relative;
  z-index: 1;
}
.imageword-proshop-detail .swiper-scale:before {
  padding-bottom: 65%;
}
.imageword-proshop-detail .word h2 + * {
  margin: 1em 0;
  color: #888;
}
.imageword-proshop-detail .address {
  padding: 0.5em 0;
}
.imageword-proshop-detail .certificate {
  padding: 0.5em 0;
}
.imageword-proshop-detail .description {
  padding-top: 2em;
}
.proshop-detail-map .h2 {
  margin-bottom: 0.5em;
}
.proshop-detail-map .map-box {
  position: relative;
  height: 0;
  padding-bottom: 40%;
}
.proshop-detail-map .map-box .map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.proshop-detail-map .map-box .map .map-pop i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  margin-bottom: -50px;
  text-align: center;
}
.proshop-detail-map .map-box .map .map-pop i:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 99%;
  vertical-align: middle;
}
.proshop-detail-map .map-box .map .map-pop i:after {
  content: "◆";
  color: #fff;
  line-height: 1;
  font-size: 3em;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.proshop-detail-map .map-box .anchorBL {
  display: none;
}

/* page case-study */
.case-study-nav {
  overflow: hidden;
  position: relative;
  border-bottom: 2px #ddd solid;
}
.case-study-nav a {
  display: inline-block;
}
.case-study-nav-prev,
.case-study-nav-next {
  display: table-cell;
  width: 20%;
  text-align: center;
  font-size: 4em;
  vertical-align: middle;
  cursor: default;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.case-study-nav-prev:before,
.case-study-nav-next:before {
  content: "";
  display: none;
  width: 100%;
  height: 0;
}
.case-study-nav-prev .ha-icon,
.case-study-nav-next .ha-icon {
  margin: 0;
  vertical-align: top;
}
.case-study-nav-prev .ha-icon-prev,
.case-study-nav-next .ha-icon-next {
  transition: transform 300ms;
  -webkit-transition: transform 300ms;
  cursor: pointer;
}
.case-study-nav-prev .ha-icon-prev:hover {
  transform: translate(-10%, 0);
}
.case-study-nav-next .ha-icon-next:hover {
  transform: translate(10%, 0);
}
.case-study-nav-content {
  display: table-cell;
  overflow: hidden;
  line-height: 2.2;
  color: #888;
  font-weight: bold;
  padding: 2em 0;
}
.case-study-designer {
}
.case-study-designer .imageword-case-study .image {
  width: 24%;
}
.case-study-designer .imageword-case-study .word {
  left: 24%;
  overflow: auto;
}
.case-study-designer .imageword-case-study .word-inner {
  padding: 0 7%;
  width: 85%;
}
.case-study-designer .imageword-case-study .word h2 {
  color: #000;
}
.case-study-concept .swiper-case-study {
  background: #f9f9f9;
}
.case-study-concept .swiper-case-study .image {
  width: 55.5%;
}
.case-study-concept .swiper-case-study .word {
  left: 55.5%;
}
.case-study-concept .swiper-case-study .word-inner {
  padding: 0 9%;
}
.case-study-concept .swiper-case-study .word-inner h2 {
  padding-bottom: 1.5em;
  border-bottom: 1px #666 dashed;
}

/* page culture */
.culture-summary {
  position: relative;
  overflow: hidden;
  margin: 1.5% auto;
  text-align: center;
}
.culture-summary-title {
  float: left;
}
.culture-summary-title + .culture-summary-content {
  display: block;
  overflow: hidden;
  padding-left: 8%;
  text-align: left;
}
.culture-main {
  background: #f9f9f9;
}
.swiper-culture {
  visibility: visible;
  background: none;
}
.swiper-culture ul.swiper-wrapper {
  margin: 0 -60px;
  overflow: hidden;
  width: auto;
  font-size: 0;
}
.swiper-culture ul.swiper-wrapper li.swiper-slide {
  float: none;
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  font-size: 14px;
}
.swiper-culture ul.swiper-wrapper li .slide-inside {
  padding: 30px 60px;
  text-align: center;
}
.swiper-culture ul.swiper-wrapper li .slide-inside h2 {
  margin-top: 1em;
}

/* page course */
.course-hd {
  text-align: center;
  background: #f9f9f9;
  padding: 20px 10px;
  line-height: 1;
}
.course-hd-content {
  margin-top: 1em;
}
.course-list {
  padding-left: 10%;
  overflow: hidden;
}
.course-list li + li {
  border-top: 1px #ddd solid;
}
.course-list li {
  position: relative;
}
.course-list li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: -4.5%;
  top: 3em;
  display: inline-block;
  border-left: 1px #ddd solid;
}
.course-list li:last-child:before {
  display: none;
}
.course-list .course-title {
  padding: 1.5em 0;
  position: relative;
  z-index: 100;
  color: #0786d3;
}
.course-list .course-title i {
  position: absolute;
  width: 9%;
  height: 6em;
  left: -9%;
  top: 50%;
  margin-top: -3em;
  display: inline-block;
  background: url(https://www.daikin-china.com.cn/resource/newha/image/course-icon.png) no-repeat center;
  transition: background 300ms steps(8, end);
  -webkit-transition: background 300ms steps(8, end);
}
.course-list .course-title a {
  color: #0786d3;
}
.course-list .course-title b {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 20px;
  height: 6em;
  margin-top: -3em; /*background:url(../image/common/arrow-blue.png) no-repeat left center;*/
}
.course-list .course-content {
  overflow: hidden;
  transition: height 300ms;
  -webkit-transition: height 300ms;
}
.course-list .course-content-inner {
  padding-bottom: 2.6em;
  line-height: 1.8;
}
.course-list .course-content-inner h3 {
  font-size: 1.15em;
  margin: 1.3em 0 0.6em 0;
  color: #000;
}
.course-list .course-content-inner h3:first-child {
  margin-top: 0;
}
.course-list .course-content-inner p {
  margin-bottom: 0;
}
.course-list .course-content-inner img {
  margin-top: 1em;
  margin-bottom: 1em;
}
.course-list .course-content-inner img.left {
  float: left;
  margin-right: 1em;
}
.course-list .course-content-inner img.right {
  float: right;
  margin-left: 1em;
}
.course-list .course-content-inner .imggroup {
  white-space: nowrap;
}
.course-list .open .course-title i {
  background: url(../image/course-icon-open.png) no-repeat center;
}
.course-list .open .course-title b {
  background-position: right center;
}

/* page fqa */
.fqa-hd {
  text-align: center;
  background: #f9f9f9;
  padding: 20px 10px;
  line-height: 1;
}
.fqa-hd-content {
  margin-top: 1em;
}
.fqa-list {
  padding-left: 10%;
  overflow: hidden;
}
.fqa-list li + li {
  border-top: 1px #ddd solid;
}
.fqa-list li {
  position: relative;
}
.fqa-list li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: -5.5555%;
  top: 3em;
  display: inline-block;
  border-left: 1px #ddd solid;
}
.fqa-list li:last-child:before {
  display: none;
}
.fqa-list .fqa-title {
  padding: 1.5em 0;
  position: relative;
  z-index: 50;
  cursor: pointer;
  transition: color 300ms;
  -webkit-transition: color 300ms;
}
.fqa-list .fqa-title i {
  position: absolute;
  width: 11.1111%;
  height: 6em;
  left: -11.1111%;
  top: 50%;
  margin-top: -3em;
  display: inline-block;
  background: url(../image/fqa-icon.png) no-repeat center;
  transition: background 300ms steps(8, end);
  -webkit-transition: background 300ms steps(8, end);
}
.fqa-list .fqa-title b {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 20px;
  height: 6em;
  margin-top: -3em;
  background: url(../image/common/arrow-blue.png) no-repeat left center;
  transition: background 300ms;
  -webkit-transition: background 300ms;
}
.fqa-list .fqa-title:hover {
  color: #0786d3;
}
.fqa-list .fqa-content {
  height: 0;
  overflow: hidden;
  transition: height 300ms;
  -webkit-transition: height 300ms;
}
.fqa-list .fqa-content-inner {
  padding-bottom: 2.6em;
}
.fqa-list .fqa-content-inner div {
  overflow: hidden;
}
.fqa-list .fqa-content-inner img.left {
  float: left;
  margin: 0 1em 1em 0;
}
.fqa-list .fqa-content-inner img.right {
  float: right;
  margin: 0 0 1em 1em;
}
.fqa-list .open .fqa-title i {
  background: url(../image/fqa-icon-open.png) no-repeat center;
}
.fqa-list .open .fqa-title b {
  background-position: right center;
}

/* page event */
.event-banner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.event-banner a {
  position: absolute;
  left: 58%;
  bottom: 13%;
  width: 22%;
  background: rgba(0, 255, 0, 0);
}
.event-banner a:before {
  content: "";
  display: inline-block;
  padding-bottom: 13%;
}
.event-loan {
  white-space: nowrap;
  font-size: 0;
  margin-top: 30px;
}
.event-loan dt,
.event-loan dd {
  border-bottom: 1px #999 solid;
  padding: 10px 0;
  font-weight: normal;
  font-size: 0;
}
.event-loan span {
  display: inline-block;
  width: 20%;
  font-size: 16px;
}
.event-tips-a {
  margin-top: 30px;
}
.event-tips-b {
  margin-top: 30px;
  padding: 20px 30px;
  border: 1px #999 solid;
}

/* page why */
.why-banner .why-block {
  position: relative;
  height: auto;
}
.why-banner .why-block > img {
  width: 100%;
}
.why-banner .why-block .infoBox {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 15.3%;
  width: 69.5%;
  margin: 0 auto;
  padding-top: 5%;
  letter-spacing: 2px;
}
.why-banner .why-block-1 .infoBox .h1,
.why-banner .why-block-1 .infoBox .h2 {
  font-size: 2.2em; /*font-weight: bold;*/
}
.why-banner .why-block-1 .infoBox .h1 {
  font-weight: bold;
}
.why-banner .why-block-1 .infoBox .word-inner p {
  color: #fff;
  font-size: 2.1em;
  margin: 1% auto 4.7%;
}
/* page why 解锁精致生活*/
.why-banner .title {
  height: 127px;
  line-height: 127px;
  text-align: center;
  position: relative;
}
.why-banner .title::after {
  content: "";
  width: 3.5em;
  height: 4em;
  background: url(../image/why/pc/banner2-sj.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: -1.8em;
  margin-left: -27.5px;
  z-index: 2;
}
.why-banner .title .h2 {
  font-size: 3.7em;
}
.why-banner .word-image {
  text-align: center;
  margin-top: 6.5%;
}
.why-banner-1 .word-image {
  overflow: hidden;
  text-align: center;
  margin: 6.5% auto 0;
  width: 41%;
}
.why-banner .word-image .word-image-box {
  display: inline-block;
  position: relative;
}
/* .why-banner .word-image .word-image-box>img{position: absolute;top: 0;left: 0;} */
/* .why-banner .word-image .word-image-box1{width: 12%;height: auto;} */
/* .why-banner .word-image .word-image-box2{width: 11.5%;height: auto;margin: 0 3em;} */
.why-banner .word-image .word-image-box3 {
  width: 16%;
  height: auto;
}
.why-banner .word-image .word-image-box1 {
  width: 18%;
  height: auto;
}
.why-banner .word-image .word-image-box2 {
  width: 18%;
  height: auto;
  margin: 0 1em;
}
.why-banner .word-image .word-image-box > img {
  width: 100%;
}
/* 圈圈动画 */
.why-banner-2 .why-block .infoBox {
  overflow: visible !important;
}
.why-banner-2 .why-block-2 .word-image .word-image-box > img {
  position: absolute;
  top: 0;
  left: 0;
}
.why-banner-2 .why-block .word-image .word-image-box > img {
  position: absolute;
  top: 0;
  left: 0;
}
.why-banner-2 .why-block-2 .word-image .word-image-box3 > img {
  position: absolute;
  top: -1.6em;
  left: 0;
}
/* .why-banner-2 .why-block-2 .word-image .word-image-box>img.e2{opacity: 0;-webkit-animation: ar2 2s 1s ease 1 alternate;}
@-webkit-keyframes ar2{
	from{opacity: 0;}
	to{ opacity: 1;transition: 1s;}
} */
.why-banner-2 .why-block-3 .word-image .word-image-box > img {
  top: -3em;
}

.why-banner-2 .why-block .infoBox {
  color: #000;
}
.why-banner-2 .why-block .word-inner .h2 {
  font-size: 3.2em;
  margin-bottom: 1%;
}
.why-banner-2 .why-block .word-inner .h3 {
  font-size: 2.1em;
  margin-bottom: 0.5em;
}
.why-banner-2 .why-block .word-inner p {
  font-size: 1.7em;
}
.why-banner-2 .why-block .infoBox {
  padding-top: 3%;
}
.why-banner-2 .why-block-2 .infoBox {
  color: #fff;
}
.why-banner-2 .why-block-3 .infoBox {
  text-align: right;
  overflow: hidden;
  padding-top: 3.5%;
}
.why-banner-2 .why-block-3 .infoBox .word-inner,
.why-banner-2 .why-block-3 .infoBox .word-image {
  width: 53%;
  display: inline-block;
  text-align: center;
}
.why-banner-2 .why-block-3 .infoBox .word-image {
  margin-top: 2.8%;
}
.why-banner-2 .why-block-3 .word-image-box1 {
  width: 30%;
  height: auto;
}
.why-banner-2 .why-block-3 .marginR {
  margin-right: 15px;
}
.why-banner-2 .why-block-4 .infoBox {
  text-align: right;
  overflow: hidden;
  padding-top: 3.5%;
}
.why-banner-2 .why-block-4 .infoBox .word-inner,
.why-banner-2 .why-block-4 .infoBox .word-image {
  width: 55%;
  display: inline-block;
  text-align: center;
}
.why-banner-2 .why-block-11 .infoBox .word-image {
  margin-top: 0;
}
.why-banner-2 .why-block-4 .word-image2 .infoBox .word-image {
  margin-top: 6%;
}
/* .why-banner-2 .why-block-4 .word-image-box1{width: 32.3%;height: auto;} */
.why-banner-2 .why-block-4 .word-image-box1 {
  width: 40%;
  height: auto;
}
.why-banner-2 .why-block-5 .infoBox {
  text-align: left;
  overflow: hidden;
  padding-top: 6%;
}
.why-banner-2 .why-block-5 .infoBox .word-inner,
.why-banner-2 .why-block-5 .infoBox .word-image {
  width: 50.1%;
  display: inline-block;
  text-align: center;
}
.why-banner-2 .why-block-5 .infoBox .word-image {
  margin-top: 0;
}
.why-banner-2 .why-block-5 .word-image-box1 {
  width: 41.6%;
  height: auto;
}
.why-banner-2 .why-block-5 .word-inner .h2 {
  font-size: 3.2em;
}

/* page why 金制产品有哪些技术亮点? */
html,
body {
  font: 12px/1.6 "SourceHanSansCN", "microsoft yahei", "Arial", sans-serif;
}
.why-banner-3 .title::after {
  background: url(../image/why/pc/banner6-sj.png) center center no-repeat;
  background-size: 100%;
}
.why-banner-3 .why-block .infoBox {
  overflow: hidden;
  padding-top: 1%;
}
.why-banner-3 .why-block .word-inner .h2 {
  font-size: 3.2em;
  margin-bottom: 1%;
}
.why-banner-3 .why-block .word-inner p {
  line-height: 1.2;
  font-size: 1.4em;
  letter-spacing: 1px;
}
.why-banner-3 .why-block-6 .word-image {
  position: absolute;
  bottom: 0;
  left: 15.3%;
  width: 69.5%;
}
/* 发射动画 */
.why-banner-3 .why-block-6 .word-image .e1 {
  position: absolute;
  top: 4%;
  left: 30%;
  width: 9%;
}
/* .why-banner-3 .why-block-6 .word-image .e2{position: absolute;top: 0;left: 0;width:100%;} */
.why-banner-3 .why-block-6 .word-image .e2 {
  position: absolute;
  top: 0;
  left: 15px;
  width: 97%;
}
.why-banner-3 .why-block-7 .word-inner p {
  line-height: 1.2;
  font-size: 1.4em;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.why-banner-3 .why-block-7 .word-inner-2 {
  width: 56.3%;
  overflow: hidden;
  margin: 0 auto;
}
.why-banner-3 .why-block-7 .word-inner-2 .left {
  float: left;
  width: 43%;
  text-align: center;
  position: relative;
}
/* 发射动画修改 */
.why-banner-3 .why-block-7 .word-inner-2 .left .effectBox {
  width: 30%;
  position: absolute;
  top: 10%;
  left: 6%;
}
.why-banner-3 .why-block-7 .word-inner-2 .left .effectBox > img {
  position: absolute;
  top: 0;
  left: 0;
}
/* .why-banner-3 .why-block-7 .word-inner-2 .left .effectBox>img.e1{-webkit-animation: ar 1s 0s ease infinite alternate;}
.why-banner-3 .why-block-7 .word-inner-2 .left .effectBox>img.e2{-webkit-animation: ar 1s 0.2s ease infinite alternate;}
.why-banner-3 .why-block-7 .word-inner-2 .left .effectBox>img.e3{-webkit-animation: ar 1s 0.4s ease infinite alternate;}
@-webkit-keyframes ar{
	from{ transform: translateY(0); opacity: 1;}
	to{ transform: translateY(0.5em); opacity: 1;}
} */

.why-banner-3 .why-block-7 .word-inner-2 .right {
  float: right;
  width: 57%;
  text-align: left;
}
.why-banner-3 .why-block-7 .word-inner-2 .right ul {
  margin-top: 10%;
}
.why-banner-3 .why-block-7 .word-inner-2 .right li {
  font-size: 1.5em;
  color: #c8ab6a;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10%;
}
.why-banner-3 .why-block-7 .word-inner-2 .right li::before {
  content: "";
  width: 19px;
  height: 17px;
  background: url(../image/why/pc/banner7-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle;
}
.why-banner-3 .why-block-7 .word-inner-2 .right span {
  color: #fff;
  font-size: 13px;
  display: block;
  letter-spacing: 0;
  line-height: 1.5;
}
.why-banner-3 .why-block-8 .word-image {
  width: 65.5%;
  margin: 0 auto -5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -327.5px;
}
.why-banner-3 .why-block-9 .word-inner-2 {
  width: 63%;
  overflow: hidden;
  margin: 1% auto 0;
}
.why-banner-3 .why-block-9 .word-inner-2 .left {
  float: left;
  width: 50%;
  text-align: left;
}
.why-banner-3 .why-block-9 .word-inner-2 .right {
  float: right;
  width: 48.7%;
}
.why-banner-3 .why-block-9 .word-inner-2 .left ul {
  margin-top: 5%;
}
.why-banner-3 .why-block-9 .word-inner-2 .left li {
  font-size: 1.5em;
  color: #c8ab6a;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8%;
}
.why-banner-3 .why-block-9 .word-inner-2 .left li::before {
  content: "";
  width: 19px;
  height: 17px;
  background: url(../image/why/pc/banner7-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle;
}
.why-banner-3 .why-block-9 .word-inner-2 .left span {
  color: #fff;
  font-size: 13px;
  display: block;
  letter-spacing: 0;
  line-height: 1.5;
}
.why-banner-4 .why-block-10 .infoBox {
  padding-top: 2%;
}
.why-banner-4 .why-block-10 .word-inner .h2 {
  font-size: 3.2em;
  color: #333;
}
/* .why-banner-4 .why-block-10 .word-inner-2{width: 563px;margin: 30px auto 0;overflow: hidden;} */
.why-banner-4 .why-block-10 .word-inner-2 {
  width: 56.3%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -28.15%;
}
.why-banner-4 .why-block-10 .infoBox {
  bottom: 0;
  top: inherit;
  height: 100%;
}
.why-banner-3 .why-block-8 .infoBox,
.why-banner-3 .why-block-9 .infoBox {
  padding-top: 2%;
}
/* 兼容IE9+ */
/* .why-banner-4 .why-block-10 .word-inner-2{margin: 28px auto 0\0;} */
.why-banner-4 .why-block-10 .word-inner-2 .left {
  float: left;
  width: 31.4%;
  text-align: left;
  position: relative;
}
.why-banner-4 .why-block-10 .word-inner-2 .left .qcode {
  width: 102px;
  text-align: center;
  position: absolute;
  top: 41%;
  left: 50%;
  margin-left: -51px;
}
.why-banner-4 .why-block-10 .word-inner-2 .left .qcode .txt {
  margin-top: 20px;
}
.why-banner-4 .why-block-10 .word-inner-2 .left .saomiao {
  width: 120px;
  text-align: center;
  position: absolute;
  top: 38%;
  left: 50%;
  margin-left: -60px;
}
.why-banner-4 .why-block-10 .word-inner-2 .left .line {
  width: 100%;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -50%;
  -webkit-animation: line 5s infinite linear;
  animation: line 5s infinite linear;
}
@keyframes line {
  0% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(-60px);
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
.why-banner-4 .why-block-10 .word-inner-2 .right {
  float: right;
  width: 67%;
  position: relative;
  margin-top: 42px;
}
.why-banner-4 .why-block-10 .word-inner-2 .right .info {
  position: absolute;
  left: 18%;
  top: 12em;
}
.why-banner-4 .why-block-10 .word-inner-2 .right .info .tips {
  color: #333;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7a166;
}
.why-banner-4 .why-block-10 .word-inner-2 .right .info li {
  font-size: 1.4em;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.why-banner-4 .why-block-10 .word-inner-2 .right .info li::before {
  content: "1";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  background: #c7a166;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  vertical-align: middle;
}
.why-banner-4 .why-block-10 .word-inner-2 .right .info li.two::before {
  content: "2";
}
.why-banner-4 .why-block-10 .word-inner-2 .right .info li.three::before {
  content: "3";
}
.why-banner-4 .why-block-10 .word-inner-2 .right .info .tel {
  position: relative;
  margin-top: 6%;
  width: 100%;
}
.why-banner-4 .why-block-10 .word-inner-2 .right .info .tel-info {
  text-align: left;
  position: absolute;
  top: 12px;
  left: 50px;
}
.why-banner-4 .why-block-10 .word-inner-2 .right .info .tel a {
  color: #c9a566;
  font-size: 1.1em;
}

/* page why 新增一屏的样式 */
.why-banner-2 .why-block-11 .infoBox {
  text-align: left;
  overflow: hidden;
  padding-top: 2%;
  box-sizing: border-box;
}
.why-banner-2 .why-block-11 .word-image-box1 {
  width: 30%;
  height: auto;
}
.why-banner-2 .why-block-11 .word-inner p {
  text-align: center; /*padding-left: 2%;*/
  box-sizing: border-box;
  margin-bottom: 1%;
}
.why-banner-2 .why-block-11 .word-inner p.tips {
  font-size: 1.3em;
  color: #000;
  text-align: left;
}

/* page for caseStudy-1 新增家中案例 */
.case-single-banner .video:after {
  content: none;
  background-image: url(../image/newcase/video-1.png);
  background-size: cover;
  background-color: transparent;
  box-shadow: none;
  font-size: 25px;
  margin: 0;
  top: 28%;
  left: 21%;
}
.case-single-banner .video:hover:after {
  content: none;
}
.case-single-intro .imageword-single {
  padding-top: 2.5em;
}
.case-single-intro .imageword-single .imageword {
  margin-bottom: 2.5em;
}
.case-single-intro .imageword .word-inner {
  vertical-align: bottom;
}
.case-single-intro .imageword .word p {
  color: #000;
  margin-top: 2em;
  margin-bottom: 1.4em;
  text-align: justify;
}
.case-single-intro .imageword .word h3 {
  font-size: 1.3em;
  font-weight: 400;
}
.case-single-intro .imageword .word h2 {
  font-size: 2.125em;
  font-weight: bold;
  border-bottom: 2px solid #0096e0;
  display: inherit;
  margin: 0;
  padding-bottom: 0.75em;
}
.case-single-intro .imageword-intro .image {
  width: 32.1%;
}
.case-single-intro .imageword-intro .word {
  left: 32.1%;
}
.case-single-intro .imageword-intro .word-inner {
  padding: 0 1% 0 1.5em;
  vertical-align: middle;
}
.case-single-intro .imageword-right .image {
  width: 65.3%;
}
.case-single-intro .imageword-right .word {
  left: 0;
  right: 65.3%;
}
.case-single-intro .imageword-right .word-inner {
  padding: 0 1.5em 0 0;
}
.case-single-intro .imageword-left .image {
  width: 65.3%;
}
.case-single-intro .imageword-left .word {
  right: 0;
  left: 66.3%;
  left: 65.3%\0;
}
.case-single-intro .imageword-left .word-inner {
  padding: 0 1% 0 1.5em;
  text-align: right;
}
.case-single-intro .imageword .word-inner > img {
  width: 100%;
}
.case-single-intro .imageword-left .word p {
  text-align: left;
}
.case-single-intro .imageword-other .image {
  width: 33%;
}
.case-single-intro .imageword-other .word {
  right: -4px;
  left: inherit;
}
.case-single-intro .imageword-other .word-inner {
  padding: 0 0 0 0;
}
.case-single-intro .imageword-other .case-other {
  display: block;
  float: left;
}
.case-single-intro .imageword-other .case-other-zhu {
  margin-right: 0.5em;
}
.case-single-intro .imageword-other .case-other {
  position: relative;
}
.case-single-intro .imageword-other .panels {
  box-sizing: border-box;
  width: 100%;
  padding: 0 1.2em;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  font-size: 1.17em;
  background: #0096e0 url(../image/newcase/icon_arr.png) no-repeat 95% 50%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.case-single-intro .imageword-other .panels:hover {
  background-position: 98% 50%;
}
.case-single-banner .swiper-prev,
.case-single-banner .swiper-next {
  display: block;
}

/**/
.alert-parameter .alert-title {
  font-size: 12px;
}
.alert-parameter table td {
  border: 1px #ddd solid;
  padding: 5px 10px;
}

@media (max-width: 1366px) {
  .why-banner-2 .why-block .word-inner .h2 {
    font-size: 2.8em;
  }
  .why-banner-2 .why-block .word-inner .h3 {
    font-size: 1.6em;
  }
  .why-banner-3 .why-block-6 .word-image .e1 {
    width: 8%;
  }
  .wrap {
    width: 100%;
  }
  .alert-parameter .alert-inside {
    max-width: 100%;
  }
  .alert-parameter .alert-title {
    overflow: auto;
  }
  .why-banner-2 .why-block-3 .infoBox .word-inner,
  .why-banner-2 .why-block-3 .infoBox .word-image {
    width: 54%;
  }
  .why-banner-2 .why-block-4 .infoBox .word-image {
    margin-top: 1%;
  }
  .why-banner-2 .why-block-4 .infoBox .word-inner,
  .why-banner-2 .why-block-4 .infoBox .word-image {
    width: 54%;
  }
  .why-banner-2 .why-block-5 .infoBox .word-inner,
  .why-banner-2 .why-block-5 .infoBox .word-image {
    width: 54%;
  }
  .why-banner-3 .why-block-6 .word-image {
    left: 16.3%;
    width: 64%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 {
    margin-top: 4%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .left {
    width: 35%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right ul {
    margin-top: 5%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right li {
    margin-bottom: 7%;
  }
  .why-banner-3 .why-block-8 .word-image {
    width: 45.5%;
    margin-left: -22.75%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 {
    width: 65%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left li {
    margin-bottom: 3%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .right {
    width: 45%;
  }
  .why-banner-4 .why-block-10 .word-inner-2 {
    width: 56.3%;
  }
  .why-banner-4 .why-block-10 .infoBox {
    bottom: 0;
    top: inherit;
  }
  /* .why-banner-2 .why-block-3 .word-image-box1{width: 30%;}
.why-banner-2 .why-block-11 .word-image-box1{width: 30%;}
.why-banner-2 .why-block-4 .word-image-box1{width: 30%;}
.why-banner-2 .why-block-5 .word-image-box1{width: 30%;} */
  /* 圈圈动画 */
  .why-banner-3 .why-block-6 .word-image .e2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .why-banner-2 .why-block-5 .infoBox {
    padding-top: 3%;
  }
  .why-banner-2 .why-block-5 .infoBox .word-image {
    margin-top: 2%;
  }
  .why-banner-2 .why-block-3 .word-image-box1 {
    width: 26%;
  }
  .why-banner-2 .why-block-4 .word-image-box1 {
    width: 25%;
  }
  .why-banner-2 .why-block-5 .word-image-box {
    width: 33%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 {
    margin-top: 2%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right li {
    font-size: 1.3em;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left li {
    font-size: 1.3em;
  }
  .why-banner-3 .why-block-7 .word-inner-2 {
    width: 67%;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .why-banner-2 .why-block-5 .infoBox {
    padding-top: 3%;
  }
  .why-banner-2 .why-block-5 .infoBox .word-image {
    margin-top: 2%;
  }
  .why-banner-2 .why-block-3 .word-image-box1 {
    width: 30%;
  }
  .why-banner-2 .why-block-4 .word-image-box1 {
    width: 30%;
  }
  .why-banner-2 .why-block-5 .word-image-box {
    width: 33%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 {
    margin-top: 2%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right li {
    font-size: 1.3em;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left li {
    font-size: 1.3em;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .right .info {
    left: 15%;
    top: 135px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
}

@media (max-width: 1440px) {
  .wrap {
    width: 100%;
  }
  .alert-parameter .alert-inside {
    max-width: 100%;
  }
  .alert-parameter .alert-title {
    overflow: auto;
  }
  /* 兼容IE9+ */
  /* .why-banner-4 .why-block-10 .word-inner-2{margin: 27px auto 0\0;} */
  .why-banner-3 .why-block-6 .word-image .e2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1280px) {
  html,
  body {
    font-size: 12px;
  }
  .wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .why-banner-3 .why-block-6 .word-image {
    position: absolute;
    top: 8%;
  }
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 10px;
  }
  .wrap {
    width: 1024px;
  }
}
@media (min-width: 769px) {
  .inner-lg {
    width: 1000px;
    margin: auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .inner-lg-x {
    width: 1000px;
    margin: auto;
  }
  .inner-lg-y {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .bg-gray-lg {
    background: #f9f9f9 !important;
  }

  .col-4-1-lg {
    width: 25%;
  }
  .col-3-1-lg {
    width: 33.3333%;
  }
  .col-2-1-lg {
    width: 50%;
  }
  .why-banner .why-block {
    height: 0;
    padding-bottom: 33.333%;
  }
}
/*ipad*/
@media (min-width: 768px) and (max-width: 768px) {
  .why-banner .why-block-1 .infoBox .h1,
  .why-banner .why-block-1 .infoBox .h2 {
    font-size: 1.8em;
  }
  .why-banner-2 .why-block .word-inner .h2 {
    font-size: 2.8em;
  }
  .why-banner .word-image {
    margin-top: 4%;
  }
  .why-banner-2 .why-block-3 .infoBox .word-image {
    margin-top: 0;
  }
  .why-banner-2 .why-block-3 .infoBox .word-inner,
  .why-banner-2 .why-block-3 .infoBox .word-image {
    width: 50%;
  }
  .why-banner-2 .why-block-4 .infoBox .word-inner,
  .why-banner-2 .why-block-4 .infoBox .word-image {
    width: 50%;
  }
  .why-banner-2 .why-block-5 .infoBox .word-inner,
  .why-banner-2 .why-block-5 .infoBox .word-image {
    width: 50%;
  }
  .why-banner-2 .why-block-11 .infoBox .word-inner,
  .why-banner-2 .why-block-11 .infoBox .word-image {
    width: 60%;
  }
  .why-banner-2 .why-block-11 > img {
    height: 25em;
  }
  .why-banner-3 .why-block-6 .word-image {
    top: 16%;
  }
  .why-banner-3 .why-block-7 > img,
  .why-banner-3 .why-block-8 > img,
  .why-banner-3 .why-block-9 > img,
  .why-banner-4 .why-block > img {
    height: 25em;
  }
  .why-banner-3 .why-block-7 .word-inner-2 {
    width: 85%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 {
    width: 85% !important;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .right {
    width: 50% !important;
  }
  .case-single-intro .imageword-other .case-other {
    width: 48%;
  }
  .case-single-intro .imageword-other .word {
    right: 0;
    left: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    font-size: 10px;
  }
  .wrap {
    width: 100%;
  }
  /* .why-wrap{width: 1024px;} */
  .inner {
    width: 100%;
  }
  .inner-x {
    width: 100%;
  }
  .inner-lg {
    width: 100%;
    margin: auto;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .inner-lg-x {
    width: 100%;
    margin: auto;
  }
  .inner-lg-y {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .bg-gray-lg {
    background: #f9f9f9;
  }

  .col-4-1-lg {
    width: 25%;
  }
  .col-3-1-lg {
    width: 33.3333%;
  }
  .col-2-1-lg {
    width: 50%;
  }

  .imageword .word h2 + * {
    margin-top: 1em;
  }
  .imageword .word .readmore {
    margin-top: 1em;
  }

  .icon-img {
    width: 18px;
    height: auto;
    vertical-align: middle;
    margin-top: -0.2em;
  }
  .icon-img-1x {
    width: 5px;
  }
  .icon-img-2x {
    width: 10px;
  }
  .icon-img-3x {
    width: 15px;
  }
  .icon-img-4x {
    width: 20px;
  }
  .icon-img-5x {
    width: 25px;
  }
  .icon-img-6x {
    width: 30px;
  }
  .icon-img-7x {
    width: 35px;
  }
  .icon-img-8x {
    width: 40px;
  }
  .icon-img-9x {
    width: 45px;
  }

  /* new-life-style */
  .frame-new-life-style .imageword-new-life-style .word .swiper {
    padding-bottom: 2em;
  }
  .frame-new-life-style .imageword-new-life-style .word .swiper ol li {
    padding: 0;
  }
  .frame-new-life-style .imageword-new-life-style .word .swiper .img {
    width: 30%;
  }
  .frame-new-life-style
    .imageword-new-life-style
    .word
    .swiper
    .swiper-pagination {
    bottom: 0;
  }

  /* proshop */
  .proshop-search {
    margin-left: -300px;
  }
  .imageword-proshop-four {
    padding: 10px 0;
  }
  .imageword-proshop-four .word {
    text-align: left;
  }
  .imageword-proshop-four .word .icon-img-9x {
    width: 60px;
  }
  .proshop-sale .hd {
    padding: 1% 3%;
  }
  .swiper-proshop-design .swiper-wrapper li {
    font-size: 10px;
  }
  .proshop-list-hd .hd-inner span.name i:after {
    font-size: 2em;
  }

  /* culture */
  .swiper-culture ul.swiper-wrapper {
    margin: 0 -20px;
  }
  .swiper-culture ul.swiper-wrapper li.swiper-slide {
    font-size: 8px;
  }
  .swiper-culture ul.swiper-wrapper li .slide-inside {
    padding: 10px 20px;
  }

  /* fqa */
  .fqa-list .fqa-title i {
    background-size: 30% auto;
  }
  .fqa-list .open .fqa-title i {
    background-size: 40% auto;
  }
  .fqa-list .fqa-title b {
    width: 15px;
    right: 20px;
    background-size: 200% auto;
  }
  .fqa-list .fqa-content-inner {
    padding-right: 10%;
  }

  /* event */
  .event-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* why */
  .why-banner-3 .why-block-6 .word-image {
    left: 20%;
    width: 58%;
  }
  /* .why-banner-3 .why-block-7 .word-inner-2{width: 85%;} */
  .why-banner-3 .why-block-9 .word-inner-2 {
    width: 75%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right li {
    margin-bottom: 2%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .right {
    width: 41%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left li {
    margin-bottom: 2%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left span {
    font-size: 12px;
  }
  .why-banner-3 .why-block-7 > img,
  .why-banner-3 .why-block-8 > img,
  .why-banner-3 .why-block-9 > img,
  .why-banner-4 .why-block > img {
    height: 30em;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .left .qcode {
    width: 70%;
    margin-left: -35%;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .left .saomiao {
    width: 80%;
    margin-left: -40%;
  }

  /* 家中案例 */
  .case-single-intro .imageword-left .word-inner {
    padding: 0 3% 0 1.5em;
  }
  .case-single-intro .imageword-other .image {
    margin-left: 1%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .case-single-intro .imageword-other .case-other {
    width: 45%;
  }
  .case-single-intro .imageword-other .word {
    left: 40%;
  }
}
@media (min-width: 1001px) and (max-width: 1024px) {
  .case-single-intro .imageword-other .image {
    width: 33%;
  }
}

@media (max-width: 767px) {
  /*****************
 * public start
 *****************/
  html,
  body {
    font-size: 10px;
  }
  .wrap {
    width: 100%;
  }
  /**/
  .inner {
    width: auto;
    padding: 10px !important;
    height: 100%;
  }
  .inner-x {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .inner-y {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .inner-xs {
    padding: 10px !important;
  }
  .inner-xs-x {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .inner-xs-y {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .bg-gray-xs {
    background: #f9f9f9 !important;
  }
  .col-4-1-xs {
    width: 25%;
  }
  .col-3-1-xs {
    width: 33.3333%;
  }
  .col-2-1-xs {
    width: 50%;
  }
  .h1 {
    font-size: 2em;
  }
  .h2 {
    font-size: 1.6em;
    font-weight: bold;
  }
  .h3 {
    font-size: 1.2em;
  }
  .h4 {
    font-size: 1em;
  }
  .h1-xs {
    font-size: 2em;
  }
  .h2-xs {
    font-size: 1.6em;
  }
  .h3-xs {
    font-size: 1.2em;
  }
  .h4-xs {
    font-size: 1em;
  }
  .h-line-xs {
    position: relative;
    padding-bottom: 0.4em;
  }
  .h-line-xs:after {
    content: "___";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #000;
    text-align: center;
  }
  .body {
    width: 100%;
  }
  .frame-head > #header {
    /* display: none; */
  }
  .header + .nav {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    color: #fff;
  }
  .header + .nav .prev,
  .header + .nav .next {
    display: inline-block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 1em;
    background: #0786d3;
    font-size: 0.8em;
  }
  .header + .nav .next {
    left: auto;
    right: 0;
  }
  .header + .nav .prev:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .header + .nav .prev:after {
    content: "►";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
  }
  .header + .nav .next:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .header + .nav .next:after {
    content: "►";
    display: inline-block;
    vertical-align: middle;
  }
  .header + .nav-preved .prev {
    display: none;
  }
  .header + .nav-nexted .next {
    display: none;
  }

  .header + .nav .nav-list {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    white-space: nowrap;
    overflow: auto;
  }
  .header + .nav ul {
    display: inline-block;
  }
  .header + .nav li {
    width: auto;
    float: none;
  }
  .header + .nav li a {
    padding: 0.5em 0.8em;
  }
  /*
.nav ul::scrollbar {/display: none;}
.nav ul::-webkit-scrollbar {display: none; visibility:hidden;width:0px}
*/

  .imageword .word h2 b {
    font-weight: bold;
  }

  .select:before {
    width: 10px;
  }

  .icon-img {
    width: 14px;
    vertical-align: middle;
    margin-top: -0.2em;
  }
  .icon-img-1x {
    width: 6px;
  }
  .icon-img-2x {
    width: 10px;
  }
  .icon-img-3x {
    width: 15px;
  }
  .icon-img-4x {
    width: 20px;
  }
  .icon-img-5x {
    width: 25px;
  }
  .icon-img-6x {
    width: 30px;
  }
  .icon-img-7x {
    width: 35px;
  }
  .icon-img-8x {
    width: 40px;
  }
  .icon-img-9x {
    width: 45px;
  }

  .swiper-banner {
    height: 0;
    padding-bottom: 60%;
    position: relative;
  }
  .swiper-banner .swiper-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-banner .swiper-mask * {
    height: 100% !important;
  }
  .swiper-banner .swiper-mask img {
    width: auto !important;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .swiper-banner .swiper-prev,
  .swiper-banner .swiper-next {
    display: none;
  }
  .swiper-pagination .swiper-pagination-switch {
    width: 5px;
    height: 5px;
    margin: 3px;
  }

  /*select*/
  .select {
    min-width: 0;
  }

  .nav-foot {
    height: 40px;
    margin: auto;
    background: #0786d3;
  }
  .nav-foot:before,
  .nav-foot:after {
    content: "";
    display: none;
  }
  .nav-foot ul {
    overflow: hidden;
    height: 100%;
    text-align: center;
  }
  .nav-foot li {
    width: 33.33333%;
    height: 100%;
    display: inline-block;
    text-align: center;
  }
  .nav-foot li a {
    display: block;
    height: 100%;
    color: #fff;
    font-size: 1.4em;
  }
  .nav-foot li a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .nav-foot li a:hover {
    background: #008fe7;
  }
  .nav-foot li.active a {
    background: #fff;
    color: #0786d3;
  }

  /*****************
 * public end
 *****************/

  /* page index */
  .swiper-index li.swiper-slide-1 .swiper-slide-word {
    width: 40%;
    left: 50%;
    top: 18%;
  }
  .swiper-index li.swiper-slide-2 .swiper-slide-word {
    width: 40%;
    left: 4%;
    top: 35%;
  }

  .case-study-index-hd {
    padding-bottom: 40%;
  }
  .case-study-index-hd .content img {
    width: 85%;
    margin-top: 10%;
  }
  .case-study-index-hd .content .link-arrow {
    position: absolute;
    right: 51%;
    top: 70%;
  }
  .case-study-index-bd {
    padding-bottom: 40%;
    overflow: hidden;
  }
  .case-study-index-bd .content img {
  }
  .case-study-index-bd .content .case-study-hd {
    width: 1em;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1em;
    padding: 0.4em;
    margin-left: -4px;
    box-sizing: content-box;
    overflow: hidden;
  }
  .case-study-index-bd .swiper-case-study-index {
    width: 90%;
    height: 0;
    padding-bottom: 30%;
  }
  .case-study-index-bd .swiper-case-study-index .swiper-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .case-study-index-bd .swiper-case-study-index ul,
  .case-study-index-bd .swiper-case-study-index li,
  .case-study-index-bd .swiper-case-study-index li a,
  .case-study-index-bd .swiper-case-study-index li a > img {
    height: 100% !important;
    overflow: hidden;
  }
  .case-study-index-bd .swiper-case-study-index li a > img {
    width: auto;
    max-width: none;
  }
  .case-study-index-bd .swiper-case-study-index li a h2 {
    font-size: 1em;
  }
  .case-study-index-bd .swiper-case-study-index .swiper-prev,
  .case-study-index-bd .swiper-case-study-index .swiper-next {
    display: none;
  }

  .imageword-index .imageword {
    height: 0;
    padding-bottom: 43%;
    overflow: hidden;
  }
  .imageword-index .imageword + .imageword {
    margin-top: 10px;
  }
  .imageword-index .imageword .word .h4 {
    display: none;
  }
  .imageword-index .imageword .word .readmore {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 255, 0, 0.8);
    opacity: 0;
  }
  .imageword-index .imageword .word .readmore a {
    display: block;
    height: 100%;
  }
  .imageword-index .imageword-left .image,
  .imageword-index .imageword-right .image {
    width: 100%;
    float: none;
  }
  .imageword-index .imageword-why img {
    margin-top: -5%;
  }

  .imageword-index .imageword-new-life-style .word {
    position: absolute;
    left: auto !important;
    right: 14%;
    top: 16%;
    height: auto;
    bottom: auto;
    text-align: right;
  }
  .imageword-index .imageword-new-life-style .word-inner {
    vertical-align: top;
    white-space: nowrap;
    padding: 0;
  }
  .imageword-index .imageword-new-life-style .word h2 b {
    display: block;
    border-bottom: 1px #ddd solid;
    padding-bottom: 0.1em;
    margin-bottom: 0.1em;
  }
  .imageword-index .imageword-new-life-style .word h2 span {
    display: block;
  }
  .imageword-index .imageword-proshop .word {
    position: absolute;
    width: 100%;
    right: 0;
    text-align: center;
    white-space: nowrap;
  }
  .imageword-index .imageword-proshop .word:before {
    display: none;
  }
  .imageword-index .imageword-proshop .word:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .imageword-index .imageword-proshop .word-inner {
    display: inline-block;
    width: 100%;
    padding: 1em 0 !important;
    background: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
  }
  .imageword-index .imageword-proshop .word-inner h2 {
    margin-top: 0;
  }
  .imageword-index .imageword-proshop .word-inner h2 img {
    width: 45%;
  }
  .imageword-index .imageword-culture .word {
    position: absolute;
    left: auto !important;
    right: 3%;
    top: 10%;
    height: auto;
    bottom: auto;
    text-align: right;
    color: #fff;
  }
  .imageword-index .imageword-culture .word-inner {
    vertical-align: top;
    white-space: nowrap;
    padding: 0;
  }
  .imageword-index .imageword-culture .word h2 b {
    display: block;
    border-bottom: 1px #ddd solid;
    padding-bottom: 0.1em;
    margin-bottom: 0.1em;
  }
  .imageword-index .imageword-culture .word h2 span {
    display: block;
  }
  .imageword-index .imageword-course .word {
    position: absolute;
    left: auto !important;
    right: 3%;
    bottom: 1%;
    height: auto;
    top: auto;
    text-align: right;
    color: #fff;
  }
  .imageword-index .imageword-course .word-inner {
    vertical-align: top;
    white-space: nowrap;
    padding: 0;
  }
  .imageword-index .imageword-course .word h2 b {
    display: block;
    border-bottom: 0px #ddd solid;
    padding-bottom: 0.1em;
    margin-bottom: 0.1em;
  }
  .imageword-index .imageword-course .word h2 span {
    display: block;
  }

  .index-fqa-event {
    display: none;
  }

  /* page new-life-style */
  .new-life-style-nav {
    position: relative;
    white-space: normal;
    padding-bottom: 7%;
  }
  .new-life-style-nav:before,
  .new-life-style-nav:after {
    display: none;
  }
  .new-life-style-nav li {
    float: left;
    width: 20%;
    padding-bottom: 27%;
    margin-bottom: -7%;
  }
  .new-life-style-nav li a i {
    display: none;
  }
  .new-life-style-nav li.active a img {
    width: 90%;
  }
  .new-life-style-banner {
    margin-bottom: 0;
  }
  .new-life-style-banner:before,
  .new-life-style-banner:after {
    display: inline-block;
  }
  .new-life-style-pro {
    padding: 5%;
    box-sizing: content-box;
  }
  .new-life-style-feature-hd {
    margin-bottom: 10px;
  }
  .frame-new-life-style .imageword-new-life-style {
    margin: 0;
  }
  .frame-new-life-style .imageword-new-life-style .word {
    border: 1px #ddd solid;
    margin-top: 10px;
  }
  .frame-new-life-style .imageword-new-life-style .word-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 10px !important;
  }
  .frame-new-life-style .imageword-new-life-style .word .swiper .bd {
    margin-top: 3%;
    margin-bottom: 3em;
  }
  .frame-new-life-style .imageword-new-life-style .word .swiper .img {
    width: 30%;
  }
  .frame-new-life-style .imageword-new-life-style .word .readmore {
    margin-top: 1em;
  }
  .frame-new-life-style
    .imageword-new-life-style
    .word
    .swiper
    .swiper-pagination
    span {
    width: 5px;
    height: 5px;
    margin: 3px;
    border: none;
    background: #aaa;
  }
  .frame-new-life-style
    .imageword-new-life-style
    .word
    .swiper
    .swiper-pagination
    span.swiper-active-switch {
    background: #f7b52d;
  }
  .frame-new-life-style
    .imageword-new-life-style
    .word
    .swiper
    .swiper-pagination
    span
    b {
    display: none;
  }

  /* page products */
  .select-result .content {
    font-size: 1em;
    line-height: 1.8;
  }

  .select-bar {
    white-space: nowrap;
    padding: 10px;
    border-bottom: none;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 0;
    justify-content: flex-start;
    padding: 10px 20px;
  }
  .select-bar .txt {
    font-size: 16px;
  }
  .select-bar .item {
    width: 70%;
    padding: 1em 0;
    font-size: 0.8rem;
    letter-spacing: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .select-bar .item:first-child {
    text-align: left;
    padding-right: 1em;
    margin-right: 1em;
  }
  .select-bar .item:last-child {
    text-align: left;
    padding-left: 1em;
  }
  .select-bar .item span {
    display: block;
    min-width: 0;
    font-size: 16px;
  }
  .select-bar .item .h2 s {
    font-size: 12px;
  }
  .select-bar .line {
    width: 1px;
    height: 50px;
    margin: 0 20px 0;
  }
  .select-bar .item .select {
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    margin-left: 0;
  }
  .select-bar .item .select select {
    font-size: 0.9em;
  }
  .products-main {
  }
  .select-group {
    float: none;
    width: auto;
    margin: 0;
  }
  .select-group-hd {
    display: none;
  }
  .select-group-bd dl {
    font-size: 0;
    letter-spacing: -5px;
    display: none;
    border: 1px #f7b52d solid;
    border-left: none;
    border-bottom: none;
    box-shadow: 0 -1px 0 0 #f7b52d inset;
  }
  .select-group-bd dl.active {
    display: block;
  }
  .select-group-bd dl:hover a {
    background: none;
    color: #666;
  }
  .select-group-bd dl:hover a:hover {
    background: #f7b52d;
    color: #fff;
  }
  .select-group-bd dt {
    display: none;
  }
  .select-group-bd dd {
    display: inline-block;
    margin: 0;
    width: 33.3333%;
    vertical-align: top;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .select-group-bd dd a {
    padding: 0;
    height: 3em;
    overflow: hidden;
    border: none;
    border: 1px #f7b52d solid;
    white-space: nowrap;
    margin: -1px -1px 0 0;
  }
  .select-group-bd dd a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .select-group-bd dd a span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 1.2;
  }
  .select-group-bd .dd-1 dd {
    width: 100%;
  }
  .select-group-bd .dd-2 dd {
    width: 50%;
  }
  .select-group-bd .dd-3 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-4 dd {
    width: 50%;
  }
  .select-group-bd .dd-5 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-6 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-7 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-8 dd {
    width: 50.33333%;
  }
  .select-group-bd .dd-9 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-10 dd {
    width: 50.33333%;
  }
  .select-group-bd .dd-11 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-12 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-13 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-14 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-15 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-16 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-17 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }
  .select-group-bd .dd-18 dd {
    width: 33.33333%;
    font-size: 0.8rem;
  }

  .select-result {
  }
  .select-result-hd {
    color: #000;
    text-align: center;
  }
  .select-result-bd {
    width: 100%;
    overflow: hidden;
  }
  .select-result-bd ul {
    margin: 0 -10px;
  }
  .select-result-bd li {
    width: 50%;
  }
  .select-result-bd li .inner {
    padding: 20px;
  }
  .select-result-bd li .img img {
    max-width: 75%;
  }

  .product-download li {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .product-download li .hd {
    margin-top: 1em;
  }
  .product-download li .hd h2,
  .product-download li .hd h3 {
    display: inline;
  }
  .product-download li img {
    zoom: 0.5;
  }
  .product-download li .bd {
    padding: 0;
  }
  .product-download li .bd .item .ico {
    float: none;
    display: block;
    max-width: none;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .product-download li .bd .item .link {
    font-size: 1.2em;
  }
  .product-download li .bd .item .link p {
    display: inline-block;
    margin: 0 0.5em;
  }
  .iphone .product-download li .bd .android {
    display: none;
  }
  .android .product-download li .bd .ios {
    display: none;
  }
  .product-download li + li {
    margin-top: 0;
  }
  .select-result-bd + .ol-type-text {
    margin-top: 0;
  }

  .jin-download {
  }
  .jin-download li .qrcode,
  .jin-download li .item {
    display: block;
    width: 100%;
  }
  .jin-download li .ico img {
    height: 50px;
  }

  /* page proshop */
  .frame-proshop .body {
    height: 100%;
    overflow: hidden;
  }
  .swiper-proshop,
  .swiper-proshop > .swiper-mask,
  .swiper-proshop > .swiper-mask .swiper-wrapper,
  .swiper-proshop > .swiper-mask .swiper-wrapper > li {
    height: 100%;
  }
  .swiper-proshop > .swiper-pagination {
    display: none;
  }
  .swiper-proshop .swiper .swiper-pagination span {
    background: #ddd;
  }
  .swiper-proshop .swiper .swiper-pagination span.swiper-active-switch {
    background: #f7b52d;
  }
  .swiper-proshop p {
    margin: 10px 0;
  }

  .proshop-banner {
    height: 70%;
    position: relative;
    overflow: hidden;
  }
  .proshop-banner-bg {
    position: absolute;
    width: 300%;
    height: 100%;
    left: -100%;
    text-align: center;
  }
  .proshop-banner-bg img {
    height: 100%;
    width: auto;
    max-width: none;
    vertical-align: top;
  }
  .proshop-search {
    left: 0;
    margin: 0;
    width: 100%;
  }
  .proshop-search-inner {
    width: 60%;
  }
  .proshop-search-inner .proshop-search-hd {
    color: #000;
  }

  .proshop-list-hd {
    display: none;
  }
  .proshop-list-bd li a {
    padding: 10px;
    position: relative;
    overflow: hidden;
  }
  .proshop-list-bd .photo {
    display: inline-block;
    float: left;
    width: 25%;
    margin-right: 4%;
  }
  .proshop-list-bd .bd-inner {
    width: auto;
    overflow: hidden;
    display: block;
  }
  .proshop-list-bd .bd-inner span {
    padding: 0;
    font-size: 1rem;
    text-align: left !important;
    vertical-align: top;
    display: block;
    width: auto !important;
  }
  .proshop-list-bd .bd-inner span.name {
    font-weight: bold;
  }
  .proshop-list-bd .bd-inner span.address {
    margin-bottom: 1em;
  }
  .proshop-list-bd .bd-inner span.province {
  }
  .proshop-list-bd .bd-inner span.address img {
    display: inline-block;
    margin-right: 0.5em;
  }

  .imageword-proshop-four {
    font-size: 0;
    height: 30%;
  }
  .imageword-proshop-four .word {
    text-align: center;
    height: 100%;
    white-space: nowrap;
  }
  .imageword-proshop-four .word:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .imageword-proshop-four .word-inner {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .imageword-proshop-four .proshop-four-features a {
    display: inline-block;
    width: 25%;
  }
  .imageword-proshop-four .proshop-four-features a img {
    width: 58%;
  }

  .proshop-sale .hd,
  .proshop-sale .bd,
  .proshop-sale .fd {
    float: none;
    width: 100%;
    padding: 0;
  }
  .proshop-sale .hd h2 {
    text-align: center;
  }
  .proshop-sale .fd {
    margin-top: 10px;
  }

  .proshop-design .bd {
    padding: 0;
  }
  .swiper-proshop-design .swiper-wrapper {
    margin: 0;
  }
  .swiper-proshop-design .swiper-wrapper li {
    width: 100%;
    font-size: 1rem;
  }
  .swiper-proshop-design .swiper-wrapper li .swiper-slide-inner {
    padding: 0;
    margin-bottom: 2em;
  }
  .swiper-proshop-design .swiper-wrapper li .swiper-slide-inner img + h3 {
    margin-top: 10px;
  }

  .swiper-proshop-installation {
    float: none;
    width: 100%;
    display: block;
    padding-bottom: 4rem;
  }
  .swiper-proshop-installation .swiper-wrapper li .swiper-slide-inner {
    padding-left: 0;
  }
  .swiper-proshop-installation .swiper-wrapper li .swiper-slide-inner h3 {
    text-align: left;
    color: #0786d3;
    margin-top: 10px;
  }

  .proshop-service .hd,
  .proshop-service .bd,
  .proshop-service .fd {
    float: none;
    width: 100%;
    padding: 0;
  }
  .proshop-service .hd h2 {
    text-align: center;
  }
  .proshop-service .fd {
    margin-top: 10px;
  }
  .proshop-service .service-online {
    color: #0786d3;
  }

  .search-result .frame-proshop .body {
    height: auto;
  }
  .search-result .swiper-wrapper,
  .search-result .swiper-slide {
    height: auto !important;
  }
  .search-result .proshop-banner {
    height: 0;
    padding-bottom: 80%;
  }
  .search-result .proshop-list {
    margin: 0;
  }
  .search-result .imageword-proshop-four {
    display: none;
  }

  .frame-proshop-detail .frame-scroll {
    overflow-x: hidden;
  }
  .proshop-detail-info {
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
  }
  .imageword-proshop-detail .swiper-scale:before {
    padding-bottom: 50%;
  }
  .imageword-proshop-detail .word h2 + * {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .imageword-proshop-detail .word h2 + *:after {
    content: "";
    display: block;
    height: 10px;
    margin: 0 -10px;
    border-bottom: 1px #ddd solid;
  }
  .imageword-proshop-detail .address {
    border-bottom: 1px #eee solid;
    padding: 0.8em 2em 0.8em 0;
    position: relative;
  }
  .imageword-proshop-detail .address:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    width: 1em;
    height: 1em;
    background: url(../image/icon_next.png) center;
    background-size: 100% auto;
  }
  .imageword-proshop-detail .certificate {
    border-bottom: 1px #eee solid;
    padding: 0.8em 0;
  }
  .imageword-proshop-detail .description {
    padding-top: 0.8em;
  }
  .imageword-proshop-detail .map-mobile {
    width: 100%;
    height: 300px;
    margin-top: 10px;
  }
  .imageword-proshop-detail .vote {
    position: absolute;
    right: 10px;
    top: 3.4em;
  }
  .proshop-detail-map {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: left 300ms;
    -webkit-transition: left 300ms;
    will-change: left;
  }
  .proshop-detail-map .h3 {
    position: relative;
    z-index: 1000;
    left: 0;
    top: -1px;
    width: 100%;
    height: 3em;
    text-align: center;
    background: #f1f1f1;
    border-bottom: 1px #ddd solid;
  }
  .proshop-detail-map .h3:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 104%;
    vertical-align: middle;
  }
  .proshop-detail-map .h3 b {
    position: absolute;
    left: 0;
    top: 0;
    width: 3em;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
  }
  .proshop-detail-map .h3 b:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 100%;
    vertical-align: middle;
  }
  .proshop-detail-map .h3 b:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-top: 1px #0786d3 solid;
    border-left: 1px #0786d3 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .proshop-detail-map .map-box {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .proshop-detail-map .map-box .map .map-pop i:after {
    font-size: 2em;
  }
  .map-open .proshop-detail-map {
    left: 0;
  }
  .full-screening .proshop-detail-map .h3 {
    position: absolute;
  }

  /* page case-study */
  .case-study-banner {
    margin-bottom: 0;
  }
  .case-study-nav {
    border-bottom: none;
  }
  .case-study-nav-prev i,
  .case-study-nav-next i {
    width: 0.8em;
    height: 0.8em;
  }
  .case-study-nav-content {
    line-height: 1.5;
    font-weight: normal;
  }
  .case-study-designer {
    background: #f9f9f9;
  }
  .case-study-designer .imageword-case-study .image {
    width: 36% !important;
  }
  .case-study-designer .imageword-case-study .word {
    position: absolute;
    left: 36% !important;
  }
  .case-study-designer .imageword-case-study .word-inner {
    padding: 0 2% !important;
  }
  .case-study-designer .imageword-case-study .word h2 + * {
    margin-top: 2em;
  }
  .case-study-concept {
  }
  .case-study-concept-hd {
    margin-bottom: 10px;
  }
  .case-study-concept .swiper-case-study {
    background: none;
  }
  .case-study-concept .swiper-case-study .word {
    overflow: visible;
    padding-top: 1em;
  }
  .case-study-concept .swiper-case-study .word-inner h2 {
    font-size: 1rem;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    letter-spacing: 1em;
    padding: 1em 2em;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
  }
  .case-study-concept .swiper-case-study .word-inner h2:before {
    content: "";
    display: inline-block;
  }
  .case-study-concept .swiper-case-study .word-inner h2 + * {
    margin-top: 0;
  }
  .case-study-concept .swiper-case-study .word .readmore {
    margin: 1em 0;
  }
  .case-study-concept .swiper-case-study .swiper-pagination {
    top: 0;
    bottom: auto;
    margin-top: 55%;
  }

  /* page culture */
  .culture-summary {
    margin: 10px auto;
  }
  .culture-summary-title {
    float: none;
    color: #0786d3;
    margin-bottom: 0.5em;
  }
  .culture-summary-title + .culture-summary-content {
    padding-left: 0;
    text-align: center;
  }
  .culture-main {
    background: none;
  }
  .swiper-culture {
    visibility: hidden;
    margin-bottom: 10px;
  }
  .swiper-culture.swiper-inited {
    visibility: visible;
  }
  .swiper-culture ul.swiper-wrapper {
    margin: 0;
  }
  .swiper-culture ul.swiper-wrapper li.swiper-slide {
    width: auto;
    padding-bottom: 2em;
  }
  .swiper-culture ul.swiper-wrapper li .slide-inside {
    padding: 0;
  }
  .swiper-culture ul.swiper-wrapper li .slide-inside h2 {
    margin: 1em 0 0.5em 0;
  }
  .swiper-culture .swiper-pagination-switch {
    background: #ccc;
  }
  .swiper-culture .swiper-active-switch {
    background: #f7b52d;
  }

  /* page course */
  .course-hd {
    border-bottom: 1px #ddd solid;
    padding: 1.2em;
    position: relative;
  }
  .course-hd-content {
    display: none;
  }
  .course-list {
    padding-left: 0;
    overflow: hidden;
  }
  .course-list .course-title {
    margin: 0;
    padding: 1em 0 0.5em;
  }
  .course-list .course-content-inner {
    padding-bottom: 1em;
  }
  .course-list .course-content-inner img.left,
  .course-list .course-content-inner img.right {
    float: none;
    margin: 1em 0;
  }
  .course-list .course-content-inner img.left-m {
    float: left;
    margin-right: 1em;
  }
  .course-list .course-content-inner img.right-m {
    float: right;
    margin-left: 1em;
  }

  /* page fqa */
  .fqa-hd {
    border-bottom: 1px #ddd solid;
    padding: 1.2em;
    position: relative;
  }
  .fqa-hd-back {
    display: none !important;
    position: absolute;
    left: 0;
    top: 50%;
    height: 4em;
    margin-top: -2em;
    white-space: nowrap;
  }
  html.fqa-open .fqa-hd-back {
    display: block !important;
  }
  .fqa-hd-back:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    vertical-align: middle;
  }
  .fqa-hd-back:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-top: 1px #0786d3 solid;
    border-left: 1px #0786d3 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .fqa-hd-content {
    display: none;
  }
  .fqa-bd {
    position: relative;
  }
  .fqa-list {
    padding: 0;
    overflow: visible;
  }
  .fqa-list li {
    border-top: none !important;
    position: static;
  }
  .fqa-list li:nth-child(even) {
    background: #f9f9f9;
  }
  .fqa-list li:before {
    display: none;
  }
  .fqa-list .fqa-title {
    margin: 0 2em;
    padding: 1em 0;
  }
  .fqa-list .fqa-title i {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    width: auto;
    height: auto;
    left: -1em;
    top: auto;
    margin: auto;
    /*background: none !important;*/
  }
  /*.fqa-list .fqa-title i:before {*/
  /*  content: "►";*/
  /*  color: #f7b52d;*/
  /*  font-size: 0.6em;*/
  /*}*/
  .fqa-list .fqa-title b {
    width: 0.5em;
    right: -1.2em;
    background: url(../image/common/next-black.png) right center no-repeat;
    background-size: auto 50%;
  }
  .fqa-content-row img {
    width: 100%;
  }
  .frame-fqa .frame-fixed {
    background: #fff;
    z-index: 400;
    overflow: auto;
  }
  .frame-fqa .frame-fixed .fqa-title-mobile {
    color: #0786d3;
    margin: 0.5em 0;
  }
  html.fqa-open .frame-fixed {
    transform: translate(0, 0);
  }

  .fqa-list li:nth-child(1) .fqa-title-mobile:before {
    content: "问题一：";
  }
  .fqa-list li:nth-child(2) .fqa-title-mobile:before {
    content: "问题二：";
  }
  .fqa-list li:nth-child(3) .fqa-title-mobile:before {
    content: "问题三：";
  }
  .fqa-list li:nth-child(4) .fqa-title-mobile:before {
    content: "问题四：";
  }
  .fqa-list li:nth-child(5) .fqa-title-mobile:before {
    content: "问题五：";
  }
  .fqa-list li:nth-child(6) .fqa-title-mobile:before {
    content: "问题六：";
  }
  .fqa-list li:nth-child(7) .fqa-title-mobile:before {
    content: "问题七：";
  }
  .fqa-list li:nth-child(8) .fqa-title-mobile:before {
    content: "问题八：";
  }
  .fqa-list li:nth-child(9) .fqa-title-mobile:before {
    content: "问题九：";
  }
  .fqa-list li:nth-child(10) .fqa-title-mobile:before {
    content: "问题十：";
  }
  .fqa-list li:nth-child(11) .fqa-title-mobile:before {
    content: "问题十一：";
  }
  .fqa-list li:nth-child(12) .fqa-title-mobile:before {
    content: "问题十二：";
  }
  .fqa-list li:nth-child(13) .fqa-title-mobile:before {
    content: "问题十三：";
  }
  .fqa-list li:nth-child(14) .fqa-title-mobile:before {
    content: "问题十四：";
  }
  .fqa-list li:nth-child(15) .fqa-title-mobile:before {
    content: "问题十五：";
  }
  .fqa-list li:nth-child(16) .fqa-title-mobile:before {
    content: "问题十六：";
  }
  .fqa-list li:nth-child(17) .fqa-title-mobile:before {
    content: "问题十七：";
  }
  .fqa-list li:nth-child(18) .fqa-title-mobile:before {
    content: "问题十八：";
  }
  .fqa-list li:nth-child(19) .fqa-title-mobile:before {
    content: "问题十九：";
  }

  /* page event */
  .event-banner a {
    position: absolute;
    left: 53%;
    bottom: 13%;
    width: 38%;
    background: rgba(0, 255, 0, 0);
  }
  .event-loan {
    margin-top: 20px;
  }
  .event-loan span {
    font-size: 1.2rem;
  }
  .event-tips-a {
    margin-top: 20px;
  }
  .event-tips-b {
    margin-top: 20px;
    padding: 20px;
  }

  /* page why */
  /* 一屏一屏的显示 */
  .swiper-reson {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    visibility: visible !important;
  }
  .why-banner .why-block-1 > img,
  .why-banner .why-block-10 > img {
    height: calc(100vh - 80px);
  }
  .why-banner .why-block > img {
    height: calc(100vh - 80px);
  }
  .why-banner .word-inner h2 {
    opacity: 0;
  }
  .why-banner .word-inner h2 + h3 + p {
    opacity: 0;
  }
  .why-banner .word-image .word-image-box {
    opacity: 0;
  }
  .why-banner .word-inner-2 > div {
    opacity: 0;
  }

  .why-banner .word-image {
    margin-top: 3.5%;
  }
  .why-banner .why-block .infoBox {
    width: 82%;
    left: 50%;
    transform: translateX(-50%);
    padding: 4em 0 0;
    box-sizing: border-box;
  }
  .why-banner .why-block-1 .infoBox .h2 {
    font-size: 2.2em;
    font-family: "思源黑体";
    font-weight: normal;
  }
  .why-banner .why-block-1 .infoBox .h1 {
    font-weight: normal;
    font-size: 3.1em;
    margin: 0.6em auto;
    display: inline-block;
  }
  .why-banner .why-block-1 .infoBox {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 6.8em;
  }
  .why-banner .why-block-1 .infoBox .line {
    width: 2em;
    height: 3px;
    background: #fff;
    margin: 2.375em auto 2.1em;
  }
  .why-banner .why-block-1 .infoBox .word-inner p {
    font-size: 2em;
  }
  .why-banner .why-block-1 .word-image {
    width: 21.25em;
    margin: 3em auto 0;
  }
  .why-banner .title {
    height: 7em;
    line-height: 7em;
  }
  .why-banner .title .h2 {
    font-size: 3.1em;
    font-weight: normal;
  }
  .why-banner .title::after {
    bottom: -2em;
  }

  /* 解锁精致生活 */
  .why-banner-2 .why-block .word-inner .h2 {
    font-weight: normal;
    margin-bottom: 0;
  }
  .why-banner-2 .why-block .word-inner .h3 {
    margin-bottom: 0;
    opacity: 0;
  }
  .why-banner-2 .why-block .word-inner p {
    font-size: 1.4em;
  }
  .why-banner-2 .why-block-2 .word-image-box1 {
    width: 8em;
    height: 6.8em;
  }
  .why-banner-2 .why-block-2 .word-image-box2 {
    width: 8em;
    height: 6.8em;
  }
  .why-banner-2 .why-block-2 .word-image-box3 {
    width: 8em;
    height: 6.8em;
  }
  /* .why-banner-2 .why-block-2 .word-image-box1{width: 5.3em;height: 6.08em;}
.why-banner-2 .why-block-2 .word-image-box2{width: 5.125em;height: 5.5em;}
.why-banner-2 .why-block-2 .word-image-box3{width: 6.83em;height: 6.8em;} */
  .why-banner-2 .why-block-2 .word-image-box2 {
    margin: 0 0;
  }
  .why-banner-2 .why-block-3 .infoBox .word-inner,
  .why-banner-2 .why-block-3 .infoBox .word-image {
    width: auto;
    display: block;
  }
  .why-banner-2 .why-block-3 .word-image-box1 {
    width: 8em;
    height: 8em;
    margin-top: 2em;
  }
  /* .why-banner-2 .why-block-3 .word-image-box1{width: 6.7em;height: 6.54em;margin-top: 2em;} */
  .why-banner-2 .why-block-3 .infoBox .word-image {
    width: 6.7em;
    display: inline-block;
    margin-right: 4.42em;
  }
  .why-banner-2 .why-block-4 .infoBox .word-inner,
  .why-banner-2 .why-block-4 .infoBox .word-image {
    width: auto;
    display: block;
  }
  .why-banner-2 .why-block-4 .word-image-box1 {
    width: 8em;
    height: 10em;
  }
  /* .why-banner-2 .why-block-4 .word-image-box1{width: 6.5em;height: 7.375em;} */
  .why-banner-2 .why-block-4 .infoBox .word-image {
    width: 8.5em;
    display: inline-block;
    margin-left: 1.875em;
    margin-top: 3em;
  }
  .why-banner-2 .why-block-5 .infoBox .word-inner,
  .why-banner-2 .why-block-5 .infoBox .word-image {
    width: auto;
    display: block;
  }
  .why-banner-2 .why-block-5 .word-image-box1 {
    width: 9em;
    height: 8em;
  }
  /* .why-banner-2 .why-block-5 .word-image-box1{width: 8.7em;height: 6.6em;} */
  .why-banner-2 .why-block-5 .infoBox .word-image {
    width: 8.7em;
    display: inline-block;
    margin-right: 0.7em;
    margin-top: 11.875em;
  }
  .why-banner-2 .why-block-5 .infoBox {
    text-align: right;
    padding-top: 2.8em;
  }
  /* 金制产品有哪些技术亮点? */
  .why-banner-3 .why-block .infoBox {
    padding-top: 1.8em;
  }
  .why-banner-3 .why-block .word-inner .h2 {
    font-size: 2.7em;
    font-weight: normal;
  }
  .why-banner-3 .why-block-6 .word-image {
    left: 50%;
    margin-left: -50%;
    width: 100%;
    top: 5em;
  }
  .why-banner-3 .why-block-6 .word-image .word-image-box4 {
    padding: 0 2em;
    width: 85%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 {
    width: auto;
  }
  .why-banner-3 .why-block .word-inner-2 .box {
    float: inherit;
    width: auto;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right li {
    font-size: 1.6em;
    margin-bottom: 2%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right span {
    font-size: 0.8em;
  }
  .why-banner-3 .why-block .word-inner p {
    font-size: 1.4em;
  }
  .why-banner-3 .why-block-8 .word-image {
    width: auto;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .why-banner-3 .why-block-8 .word-image .word-image-box7 {
    width: 33%;
  }
  .why-banner-3 .why-block-8 .word-image .word-image-box6 {
    margin-bottom: 2em;
    overflow: hidden;
  }
  .why-banner-3 .why-block-8 .word-image .word-image-box6 > img {
    width: 46%;
  }
  .why-banner-3 .why-block-8 .word-image .word-image-box6 > img:nth-child(1) {
    float: left;
  }
  .why-banner-3 .why-block-8 .word-image .word-image-box6 > img:nth-child(2) {
    float: right;
  }

  .why-banner-3 .why-block-7 .word-inner-2 .left {
    margin-top: -2em;
    width: 11em;
    margin: 0 auto;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right ul {
    margin-top: 2%;
  }
  .why-banner-3 .why-block .word-inner .h2 {
    margin-bottom: 1.5%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left ul {
    margin-top: 0;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left li {
    font-size: 1.6em;
    margin-bottom: 3%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left span {
    font-size: 0.8em;
  }
  .why-banner-3 .why-block-9 .word-inner-2 {
    width: auto;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .right {
    margin-top: -3%;
    width: 11em;
    margin: 0 auto;
  }

  /* 定制会员 */
  .h2 {
    font-weight: normal;
  }
  .why-banner-4 .why-block-10 .infoBox {
    width: 100%;
    padding: 8em 2em 0;
    box-sizing: border-box;
  }
  .why-banner-4 .why-block-10 .word-inner .h2 {
    font-size: 2.3em;
  }
  .why-banner-4 .why-block-10 .word-inner-2 {
    width: 100%;
    margin: 5em auto 0;
    overflow: hidden;
    position: inherit;
    left: 0;
    padding: 0 2em;
    box-sizing: border-box;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .left {
    width: 40%;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .left .saomiao {
    width: 7em;
    text-align: center;
    position: absolute;
    top: 38%;
    left: 50%;
    margin-left: -3.5em;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .left .qcode {
    width: 6em;
    margin-left: -3em;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .left .qcode .txt {
    margin-top: 1.5em;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .right {
    width: 60%;
    margin-top: 5em;
    float: left;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .right .info li {
    font-size: 1em;
    padding-left: 18px;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .right .info li::before {
    width: 14px;
    height: 14px;
    line-height: 14px;
    top: 1px;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .right .info .tips {
    padding-bottom: 10px;
    width: 90%;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .right .info {
    position: absolute;
    left: 15%;
    top: 60%;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .right .info .tel {
    width: 14.1em;
    height: 3.3em;
    position: relative;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .right .info .tel-info {
    text-align: left;
    position: absolute;
    top: 0.7em;
    left: 2.625em;
  }
  .why-banner-4 .why-block-10 .word-inner-2 .right .info .tel-info a {
    font-size: 0.8em;
    letter-spacing: 0px;
    display: block;
  }
  .why-banner-4
    .why-block-10
    .word-inner-2
    .right
    .info
    .tel-info
    > a:nth-child(2) {
    margin-top: -3px;
  }

  /* page why 新增一屏的样式 */
  .why-banner-2 .why-block-11 .infoBox {
    height: 100%;
    text-align: left;
    overflow: hidden;
    padding: 4em 0 0;
    box-sizing: border-box;
  }
  .why-banner-2 .why-block-11 .word-image-box1 {
    width: 9em;
    height: 9em;
  }
  /* .why-banner-2 .why-block-11 .word-image-box1 {width: 8.5em;height: 7.625em;} */
  .why-banner-2 .why-block-11 .word-inner p {
    text-align: center;
    box-sizing: border-box;
  }
  .why-banner-2 .why-block-11 .word-inner-2 {
    position: absolute;
    bottom: 2em;
  }
  .why-banner-2 .why-block-11 .word-inner-2 p {
    text-align: center;
    box-sizing: border-box;
    font-size: 1.2em;
    color: #fff;
    opacity: 0;
  }
  /* 第一屏的下拉箭头 */
  img#ar {
    position: absolute;
    left: 50%;
    bottom: 6%;
    width: 10%;
    margin-left: -5%;
    -webkit-animation: ar 2s ease infinite alternate;
  }

  @-webkit-keyframes ar {
    from {
      transform: translateY(0);
      opacity: 0.8;
    }
    to {
      transform: translateY(0.5em);
      opacity: 1;
    }
  }
  /* mobile端的发射动效 */
  .why-banner-3 .why-block-6 .word-image .e1 {
    position: absolute; /*top: 9%;left: 12%;*/
    width: 17%;
    opacity: 0;
    top: 12px;
    left: 12.65%;
  }
  /* 圈圈动画 */
  .why-banner-2 .why-block-2 .word-image .word-image-box3 > img {
    position: absolute;
    top: -1.2em;
    left: 0;
  }
  .why-banner-3 .why-block-6 .word-image .e3 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 2em;
    opacity: 0;
  }

  .why-banner .why-block- .word-image .img-2 {
    opacity: 0;
  }

  @keyframes line {
    0% {
      transform: translateY(-40px);
    }
    40% {
      transform: translateY(40px);
    }
    100% {
      transform: translateY(-40px);
    }
  }
  @-webkit-keyframes line {
    0% {
      -webkit-transform: translateY(-40px);
    }
    40% {
      -webkit-transform: translateY(40px);
    }
    100% {
      -webkit-transform: translateY(-40px);
    }
  }

  /* page case-study1,2,3新增家中案例 */
  .case-single-intro .imageword-single {
    padding: 2em 2em 0 2em;
  }
  .case-single-intro .imageword-single .imageword {
    margin-bottom: 2em;
  }
  .case-single-intro .imageword .word p {
    font-size: 0.8em;
    margin-top: 0.1em;
    margin-bottom: 0.4em;
  }
  .case-single-intro .imageword-intro .image {
    width: 43% !important;
    float: left;
  }
  .case-single-intro .imageword-intro .word p {
    font-size: 0.8em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .case-single-intro .imageword-intro .word-inner {
    padding-left: 4% !important;
  }
  .case-single-intro .imageword-right .image {
    float: right;
    width: 45.3% !important;
    padding-left: 2%;
    box-sizing: border-box;
  }
  .case-single-intro .imageword-right .word-inner > img.media-mobile {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .case-single-intro .imageword-right .word {
    right: 45.3%;
    position: absolute;
  }
  .case-single-intro .imageword .word h2 {
    font-size: 1.42em;
    padding-bottom: 0.1em;
  }
  .case-single-intro .imageword .word h3 {
    font-size: 1em;
  }
  .case-single-intro .imageword-left .image {
    float: left;
    width: 45.3% !important;
    padding-right: 2%;
    box-sizing: border-box;
  }
  .case-single-intro .imageword-left .word-inner > img.media-mobile {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .case-single-intro .imageword-left .word {
    left: 45.3% !important;
    position: absolute;
  }
  .case-single-intro .imageword-other .image img.media-mobile {
    width: 62.8%;
    margin: 0 auto 0.83em;
  }
  .case-single-intro .imageword-other .word-inner {
    display: flex;
    display: -webkit-flex;
  }
  .case-single-banner .swiper-prev,
  .case-single-banner .swiper-next {
    display: block;
  }
  .case-single-banner .swiper-prev:before,
  .case-single-banner .swiper-next:before {
    width: 20px;
  }

  .alert-parameter table {
    font-size: 0.5em;
    min-width: 100%;
  }
  .alert-parameter table td {
    border: 1px #ddd solid;
    padding: 3px;
    line-height: 1.2;
  }

  .alert-parameter table tr:nth-child(odd) td {
    background: #f5f5f5;
  }
  .alert-parameter table tr:nth-child(odd) td[rowspan] {
    background: #fff;
  }
  .alert-parameter table tr:first-child td {
    background: #666;
    border-color: #777;
    color: #fff;
  }
}
@media (max-width: 320px) {
  .why-banner-4 .why-block-10 .word-inner-2 .right .info {
    position: absolute;
    left: 13%;
    top: 60%;
  }
}
/* 针对华为手机 */
@media screen and (device-width: 360px) and (max-height: 560px),
  screen and (device-width: 393px) and (min-height: 600px) and (max-height: 620px) {
  .why-banner-3 .why-block .word-inner .h2 {
    font-size: 2.5em;
  }
  .why-banner .why-block-1 .infoBox {
    padding-top: 2.8em;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right span {
    font-size: 0.8em;
  }
  .why-banner-3 .why-block-8 .word-image {
    bottom: 0;
  }
  .why-banner .title {
    height: 5.5em;
    line-height: 5.5em;
  }
  .why-banner-3 .why-block-6 .word-image .word-image-box4 {
    width: 70%;
  }
  /* .why-banner .why-block{height: calc( 100vh - 80px );} */
  .why-banner-3 .why-block-7 .word-inner-2 .right li {
    margin-bottom: 1%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .left {
    margin-top: 0em;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left li {
    margin-bottom: 1%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .left {
    width: 9em;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .right {
    width: 9em;
  }
  .why-banner-3 .why-block-6 .word-image .e1 {
    left: 33px;
  }
  .why-banner-2 .why-block-2 .word-image-box {
    width: 7em;
  }
  .why-banner-2 .why-block-3 .word-image-box1 {
    width: 7em;
    height: 7em;
  }
  .why-banner-3 .why-block-8 .word-image .word-image-box6 > img {
    width: 42%;
  }
  .why-banner-3 .why-block-8 .word-image .word-image-box7 {
    width: 30%;
  }
}
@media screen and (device-width: 412px) and (max-height: 640px),
  screen and (device-width: 393px) and (min-height: 600px) and (max-height: 620px) {
  .why-banner-3 .why-block-7 .word-inner-2 .right li {
    margin-bottom: 6%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .left {
    width: 11em;
  }
  /* .why-banner-3 .why-block-6 .word-image{top: 6em;} */
  .why-banner-3 .why-block-7 .word-inner-2 .left {
    margin-top: 0;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .right {
    margin-top: 2em;
  }
}
@media screen and (device-width: 360px), screen and (device-width: 393px) {
  .why-banner-3 .why-block-7 .word-inner-2 .left {
    margin-top: -2em;
  }
  /* .why-banner-3 .why-block-8 .word-image{bottom: 8.5em;} */
}
@media screen and (device-width: 393px) {
  .why-banner .why-block-1 .word-image {
    width: 27.25em;
  }
  .why-banner-3 .why-block-6 .word-image {
    top: 6em;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .left {
    margin-top: 0;
    width: 14em;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right span {
    font-size: 0.9em;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left span {
    font-size: 0.9em;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .right {
    width: 14em;
  }
}

/*---------------------------------------- iphone ----------------------------------------------*/
@media screen and (device-width: 414px) {
  .why-banner-3 .why-block-8 .word-image {
    bottom: 0;
  }
  .why-banner-3 .why-block-6 .word-image {
    top: 7em;
  }
  .why-banner-3 .why-block .word-inner .h2 {
    margin-bottom: 4%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .left {
    width: 12em;
  }
  .why-banner-3 .why-block-7 .word-inner-2 .right li {
    margin-bottom: 10%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left ul {
    margin-top: 1%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .left li {
    margin-bottom: 9%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 {
    margin-top: 5%;
  }
}
/*---------------------------------------- iphoneX 浏览器----------------------------------------------*/
@media screen and (device-width: 375px) and (min-height: 630px) and (max-height: 724px) {
  .why-banner-3 .why-block-6 .word-image {
    top: 13em;
  }
  .why-banner-3 .why-block .infoBox {
    padding-top: 4.8em;
  }
  .why-banner-3 .why-block-9 .word-inner-2 {
    margin-top: 11%;
  }
  .why-banner-3 .why-block-7 .word-inner-2 {
    margin-top: 6%;
  }
  .why-banner-3 .why-block .word-inner .h2 {
    margin-bottom: 5.5%;
  }
  .why-banner-3 .why-block-9 .word-inner-2 .right {
    width: 14rem;
  }
}


.Public_code .code {
    width: 42%;
}

.Public_code .code img {
    max-width: 69%;
}

.footer {
    border-top: 5px #55beed solid;
}

.footer-nav {
    background-color: #333;
    font-size: 1.1em;
    color: #bbb !important;
}

.footer-nav a {
    color: #bbb !important;
}

.footer-nav a:hover {
    color: #008dd5 !important;
}

.footer-nav .icon {
    margin-right: 0.5em;
}

.footer-nav .ul-dep-1 {
    text-align: justify;
    padding: 2em 0.5em;
}

.footer-nav .ul-dep-1:before,
.footer-nav .ul-dep-1:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.footer-nav .li-dep-1 {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.footer-nav .li-dep-1 .nav-sub {
    padding-left: 1em;
}

.footer-nav .li-dep-1 li {
    margin: 1em 0;
}

.footer-nav .li-dep-1 .erweima {
    background-image: url(../image/common/erweima.png.jpeg);
    width: 122px;
    height: 177px;
    background-size: 100% 100%;
}

.footer-nav .a-dep-1 {
    font-size: 1.2em;
    color: #bbb;
}

.footer-nav .social-contact {
    display: none;
}

.footer-bottom {
    padding: 2em 0;
    background-color: #111;
    color: #fff !important;
    text-align: left;
}

.footer-bottom a {
    color: #fff !important;
}

.footer-bottom a:hover {
    color: #008dd5 !important;
}

.footer-bottom .pc-contact {
    text-align: center;
    margin-bottom: 2em;
}

.footer-bottom .pc-contact span {
    display: inline-block;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
    cursor: pointer;
    position: relative;
}

.footer-bottom .pc-contact .icon-footer {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.footer-bottom .pc-contact .pc-footer-weibo .icon-footer {
    background-image: url(../image/common/footer-weibo.png);
}

.footer-bottom .pc-contact .pc-footer-weixin .icon-footer {
    background-image: url(../image/common/footer-weixin.png);
}

.footer-bottom .pc-contact .pc-footer-xiaohongshu .icon-footer {
    background-image: url(../image/common/footer-xhs.png);
}

.footer-bottom .pc-contact .pc-footer-douyin .icon-footer {
    background-image: url(../image/common/footer-douyin.png);
}

.footer-bottom .pc-contact .pc-footer-zhihu .icon-footer {
    background-image: url(../image/common/footer-zhihu.png);
}

.footer-bottom .pc-contact .pc-footer-toutiao .icon-footer {
    background-image: url(../image/common/footer-toutiao.png);
}

.footer-bottom .pc-contact .box-erweima {
    position: absolute;
    background-size: 100% 100%;
    display: none;
}

.footer-bottom .pc-contact .pc-footer-weixin .box-erweima {
    background-image: url(../image/common/erweima.png.jpeg);
    width: 124px;
    height: 165px;
    top: -186px;
    left: -40px;
}

.footer-bottom .pc-contact .pc-footer-xiaohongshu .box-erweima {
    background-image: url(../image/common/xhsErweima.jpg);
    width: 120px;
    height: 165px;
    top: -176px;
    left: -40px;
}

.footer-bottom .pc-contact .pc-footer-douyin .box-erweima {
    background-image: url(../image/common/dyerweima.jpg);
    width: 142px;
    height: 180px;
    top: -190px;
    left: -40px;
}

.footer-bottom .pc-contact .pc-footer-zhihu .box-erweima {
    background-image: url(../image/common/zherweima.jpg);
    width: 125px;
    height: 219px;
    top: -230px;
    left: -40px;
}

.footer-bottom .pc-contact .pc-footer-toutiao .box-erweima {
    background-image: url(../image/common/tterweima.jpg);
    width: 181px;
    height: 314px;
    top: -320px;
    left: -80px;
}

.footer-bottom .pc-contact span:hover .box-erweima {
    display: block;
}

.footer-menu {
    float: right;
}

.footer-menu li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0 1em;
}

.footer-menu li + li {
    border-left: 1px #fff solid;
}

.footer-copyright {
    text-align: center;
}

.social-layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.social-layer .social-close {
    position: absolute;
    display: inline-block;
    right: 2em;
    top: 2em;
    width: 2.5em;
    height: 2em;
    background-image: url("../image/common/turn_no.png");
    background-size: 100% 100%;
}

.social-layer .social-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-layer .social-main .layer-1 {
    display: none;
    width: 20em;
    height: 30em;
    background: url("../image/common/erweima.png.jpeg");
    background-size: 100% 100%;
}

.social-layer .social-main .layer-2 {
    display: none;
    width: 24em;
    height: 33em;
    background: url("../image/common/xhsErweima.jpg");
    background-size: 100% 100%;
}

.social-layer .social-main .layer-3 {
    display: none;
    width: 20em;
    height: 25em;
    background: url("../image/common/dyerweima.jpg");
    background-size: 100% 100%;
}

.social-layer .social-main .layer-4 {
    display: none;
    width: 18em;
    height: 31em;
    background: url("../image/common/zherweima.jpg");
    background-size: 100% 100%;
}

.social-layer .social-main .layer-5 {
    display: none;
    width: 18em;
    height: 31.2em;
    background: url("../image/common/tterweima.jpg");
    background-size: 100% 100%;
}

#frame-foot {
    position: relative;
}

#frame-foot::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #111;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.DXDCYY {
    display: none;
}

/* :after, :before {
    -webkit-box-sizing:initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
} */

#div_mobile :before,
#div_mobile :after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

#div_mobile .dialog-box-content .close-mobile img {
    -webkit-transform: scale(0.7);
    zoom: 1 !important;
}

/*pc*/
@media (min-width: 769px) {
    .footer {
        min-width: 1000px;
        font-size: 12px;
    }

    .footer .wrap {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .media-pc .dialog-boxs {
        display: none;
    }

    .dialog {
        z-index: 9999;
        width: 140px;
        height: 90px;
        background: #000000;
        position: fixed;
        top: 70%;
        right: 0;
        transform: translateY(-50%);
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        cursor: pointer;
        display: none !important;
    }

    .dialog-icon {
        width: 40px;
        height: 40px;
        background: url("../image/dialog/dialog1.png") no-repeat center center;
        background-size: 40px 40px;
        margin-right: 10px;
    }

    .dialog > span {
        display: block;
        /* width: 50%; */
        font-size: 22px;
        user-select: none;
    }

    /* 弹框 盒子 */
    .dialog-boxs {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        overflow-y: scroll;
        z-index: 1001;
    }

    .dialog-boxs::-webkit-scrollbar {
        display: none;
    }

    .dialog-box-content {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        /* overflow-y: auto; */
        width: 800px;
        background: #fff;
        box-sizing: border-box;
        padding: 20px 0 30px;
    }

    .dialog-close-ico {
        position: absolute;
        top: 0;
        right: -40px;
        width: 40px;
        height: 40px;
        background: url("../images/cel.png") no-repeat center center;
        background-size: 40px 40px;
        cursor: pointer;
    }

    .dialog-cont-box {
        width: 100%;
    }

    .dialog-cont-box > h3 {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
    }

    .dialog-goods {
        text-align: center;
        padding-top: 10px;
    }

    .dialog-goods > h5 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .goods-checboxs {
        width: 550px;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .e-selfecheckbox {
        display: none;
    }

    .selfecheckbox_label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 11px;
        height: 11px;
        border: 2px solid #7c7e7e;
        margin-right: 6px;
        margin-bottom: 2px;
    }

    /*在e-selfecheckbox元素被选择的时候，将selfecheckbox_label前面的图片替换成另一张*/
    .e-selfecheckbox:checked + .selfecheckbox_label:before {
        background: #d4a55d;
        border: 2px solid #d4a55d;
    }

    .e-selfecheckbox:checked + .selfecheckbox_label {
        color: #d4a55d;
    }

    .label-check {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        cursor: pointer;
    }

    .label-check > label {
        font: 400 15px microsoft yahei;
        user-select: none;
    }

    .input-list {
        width: 550px;
        margin: 0 auto;
        box-sizing: border-box;
        /* padding-top: 20px; */
    }

    .input-list > h5 {
        text-align: left;
        color: #0096df;
        font-size: 15px;
        margin: 5px;
    }

    .input-list-box {
        width: 100%;
        box-sizing: border-box;
    }

    .input-li {
        width: 100%;
        text-align: left;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        padding: 10px 0;
        border-bottom: 1px solid #dedede;
    }

    .input-li > span {
        display: block;
        width: 18%;
        font: 400 15px microsoft yahei;
    }

    .input-li > input {
        width: 82%;
        border: none;
        color: #969696;
        font: 400 15px microsoft yahei;
        line-height: normal;
    }

    .Public_code {
        padding: 0;
    }

    .yz-code > div:first-child > input::-webkit-input-placeholder,
    .input-li > input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #969696;
    }

    .yz-code > div:first-child > input:-moz-placeholder,
    .input-li > input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #969696;
    }

    .yz-code > div:first-child > input::-moz-placeholder,
    .input-li > input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #969696;
    }

    .yz-code > div:first-child > input:-ms-input-placeholder,
    .input-li > input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #969696;
    }

    .input-li > .user-name {
        width: 50%;
    }

    .input-textarea {
        width: 100%;
        text-align: left;
        padding: 12px 0;
    }

    .input-textarea > textarea {
        width: 100%;
        height: 50px;
        resize: none;
        outline: none;
        border: 1px solid #dedede;
        padding: 10px;
        color: #969696;
        font: 400 15px microsoft yahei;
    }

    .yz-code {
        display: flex;
        font-size: 16px;
        display: -webkit-flex;
        justify-content: space-between;
    }

    .yz-code > div {
        width: 48%;
        text-align: center;
        height: 50px;
    }

    .yz-code > div:first-child {
        border: 1px solid #dedede;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .yz-code > div:first-child > input {
        width: 100%;
        border: none;
        height: 48px;
        padding: 0;
        text-align: center;
    }

    .yz-code > div:last-child > img {
        width: 100%;
        height: 50px;
    }

    .dialog-tips {
        width: 100%;
        text-align: left;
        padding-top: 20px;
    }

    .dialog-tips > h3 {
        font: 600 15px microsoft yahei;
        margin: 0;
    }

    .dialog-tips > p {
        font: 400 15px microsoft yahei;
        color: #969696;
    }

    .agree-box .e-selfecheckbox {
        display: none;
    }

    .agree-box .label-check > label {
        font: 600 15px microsoft yahei;
        cursor: pointer;
    }

    .agree-box .selfecheckbox_label:before {
        content: "";
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        width: 13px;
        height: 13px;
        border: 2px solid #7c7e7e;
        margin-right: 6px;
        margin-bottom: 2px;
        border-radius: 100%;
    }

    /*在e-selfecheckbox元素被选择的时候，将selfecheckbox_label前面的图片替换成另一张*/
    .agree-box .e-selfecheckbox:checked + .selfecheckbox_label:before {
        background: #d4a55d;
        border: 2px solid #d4a55d;
    }

    .agree-box .e-selfecheckbox:checked + .selfecheckbox_label {
        font: 600 15px microsoft yahei;
    }

    .button-submit {
        width: 100%;
        height: 50px;
        font: 18px microsoft yahei;
        text-align: center;
        line-height: 50px;
        border: none;
        outline: none;
        background: #d4a55d;
        color: #fff;
        border-radius: 3px;
        margin-top: 20px;
        cursor: pointer;
    }

    .button-submit:active {
        background: #e2ab57;
    }

    .mobile-dialog {
        display: none;
    }

    .search {
        width: 48%;
        display: none;
        position: absolute;
        background: #fff;
        margin-left: 10%;
        max-height: 400px;
        border: 1px solid #dedede;
        border-top: none;
        text-align: left;
        box-shadow: 0 -2px 5px rgba(200, 200, 200, 0.5);
        line-height: 30px;
        overflow-y: scroll;
        z-index: 1000;
    }

    .search > ul > li {
        padding: 10px;
        cursor: pointer;
    }

    .search > ul > li:hover {
        background: #efefef;
    }
}

/*ipad*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* .header .logo {margin-left: 1em;} */
    .footer {
        font-size: 9px;
    }

    .footer-nav .ul-dep-1 {
        padding: 2em 1em;
    }

    .footer-bottom {
        padding: 2em 1em;
    }

    .media-pc .dialog-boxs {
        display: none;
    }

    .dialog {
        width: 140px;
        height: 90px;
        background: #000000;
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        cursor: pointer;
    }

    .dialog-icon {
        width: 40px;
        height: 40px;
        background: url("../image/dialog/dialog1.png") no-repeat center center;
        background-size: 40px 40px;
        margin-right: 10px;
    }

    .dialog > span {
        display: block;
        /* width: 50%; */
        font-size: 22px;
        user-select: none;
    }

    /* 弹框 盒子 */
    .dialog-boxs {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        /*overflow-y: scroll;*/
        z-index: 999;
    }

    .dialog-boxs::-webkit-scrollbar {
        display: none;
    }

    .dialog-box-content {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 600px;
        background: #fff;
        box-sizing: border-box;
        padding: 40px;
        margin-bottom: 100px;
    }

    .dialog-close-ico {
        position: absolute;
        top: 0;
        right: -40px;
        width: 40px;
        height: 40px;
        background: url("../image/dialog/cel.png") no-repeat center center;
        background-size: 40px 40px;
        cursor: pointer;
    }

    .dialog-cont-box {
        width: 100%;
    }

    .dialog-cont-box > h3 {
        text-align: center;
        font-size: 24px;
        font-weight: 600;
    }

    .dialog-goods {
        text-align: center;
        padding-top: 20px;
    }

    .dialog-goods > h5 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .goods-checboxs {
        width: 550px;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
    }

    .e-selfecheckbox {
        display: none;
    }

    .selfecheckbox_label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 11px;
        height: 11px;
        border: 2px solid #7c7e7e;
        margin-right: 6px;
        margin-bottom: 2px;
    }

    /*在e-selfecheckbox元素被选择的时候，将selfecheckbox_label前面的图片替换成另一张*/
    .e-selfecheckbox:checked + .selfecheckbox_label:before {
        background: #d4a55d;
        border: 2px solid #d4a55d;
    }

    .e-selfecheckbox:checked + .selfecheckbox_label {
        color: #d4a55d;
    }

    .label-check {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }

    .label-check > label {
        font-size: 16px;
        font-weight: 400;
        user-select: none;
    }

    .input-list {
        width: 480px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 20px 0;
    }

    .input-list > h5 {
        text-align: left;
        color: #0096df;
        font: 400 15px microsoft yahei;
        margin: 5px;
    }

    .input-list-box {
        width: 100%;
        box-sizing: border-box;
    }

    .input-li {
        width: 100%;
        text-align: left;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        padding: 10px 0;
        border-bottom: 1px solid #dedede;
    }

    .input-li > span {
        display: block;
        width: 18%;
        font-size: 16px;
    }

    .input-li > input {
        width: 82%;
        border: none;
        color: #969696;
        font-size: 16px;
        line-height: normal;
    }

    .Public_code {
        padding: 0;
    }

    .yz-code > div:first-child > input::-webkit-input-placeholder,
    .input-li > input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #969696;
    }

    .yz-code > div:first-child > input:-moz-placeholder,
    .input-li > input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #969696;
    }

    .yz-code > div:first-child > input::-moz-placeholder,
    .input-li > input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #969696;
    }

    .yz-code > div:first-child > input:-ms-input-placeholder,
    .input-li > input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #969696;
    }

    .input-li > .user-name {
        width: 50%;
    }

    .input-textarea {
        width: 100%;
        text-align: left;
        padding: 12px 0;
    }

    .input-textarea > textarea {
        width: 100%;
        height: 50px;
        resize: none;
        outline: none;
        border: 1px solid #dedede;
        padding: 10px;
        color: #969696;
        font: 400 16px Arial;
    }

    .yz-code {
        display: flex;
        font-size: 16px;
        display: -webkit-flex;
        justify-content: space-between;
    }

    .yz-code > div {
        width: 48%;
        text-align: center;
        height: 50px;
    }

    .yz-code > div:first-child {
        border: 1px solid #dedede;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .yz-code > div:first-child > input {
        width: 100%;
        border: none;
        height: 48px;
        padding: 0;
        text-align: center;
    }

    .yz-code > div:last-child > img {
        width: 100%;
        height: 50px;
    }

    .dialog-tips {
        width: 100%;
        text-align: left;
        padding: 20px 0;
    }

    .dialog-tips > h3 {
        font-size: 18px;
    }

    .dialog-tips > p {
        font-size: 14px;
    }

    .agree-box .e-selfecheckbox {
        display: none;
    }

    .agree-box .label-check > label {
        font-size: 14px;
    }

    .agree-box .selfecheckbox_label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 13px;
        height: 13px;
        border: 2px solid #7c7e7e;
        margin-right: 6px;
        margin-bottom: 2px;
        border-radius: 100%;
    }

    /*在e-selfecheckbox元素被选择的时候，将selfecheckbox_label前面的图片替换成另一张*/
    .agree-box .e-selfecheckbox:checked + .selfecheckbox_label:before {
        background: #d4a55d;
        border: 2px solid #d4a55d;
    }

    .agree-box .e-selfecheckbox:checked + .selfecheckbox_label {
        font-size: 14px;
    }

    .button-submit {
        width: 100%;
        height: 50px;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        border: none;
        outline: none;
        background: #d4a55d;
        color: #fff;
        border-radius: 3px;
        margin-top: 30px;
    }

    .button-submit:active {
        background: #e2ab57;
    }

    .mobile-dialog {
        display: none;
    }

    .search {
        width: 48%;
        display: none;
        position: absolute;
        background: #fff;
        margin-left: 10%;
        max-height: 400px;
        border: 1px solid #dedede;
        border-top: none;
        text-align: left;
        box-shadow: 0 -2px 5px rgba(200, 200, 200, 0.5);
        line-height: 30px;
        overflow-y: scroll;
        z-index: 1000;
    }

    .search > ul > li {
        padding: 10px;
        cursor: pointer;
    }

    .search > ul > li:hover {
        background: #efefef;
    }

    .swiper-kv {
        min-width: 0;
    }
}

/*mobile*/

@media (max-width: 767px) {
    .Public_code .code img {
        max-width: 100%;
    }

    .footer {
        font-size: 9px;
        margin-bottom: -1px;
    }

    .footer-nav .ul-dep-1:before,
    .footer-nav .ul-dep-1:after {
        display: none;
    }

    .footer-nav .ul-dep-1 {
        padding: 0;
    }

    .footer-nav .li-dep-1 {
        display: block;
        border-bottom: 1px #000 solid;
    }

    .footer-nav .li-dep-1 li {
        margin: 2em 0;
        font-size: 1.2em;
    }

    .footer-nav .li-dep-1 .erweima {
        display: none;
    }

    .footer-bottom .pc-contact {
        display: none;
    }

    .footer-nav .a-dep-1 {
        display: block;
        padding: 1em;
        position: relative;
        color: #fff !important;
    }

    .footer-nav .social-contact {
        display: block;
        padding: 0.5em 1em;
        position: relative;
        color: #fff !important;
        font-size: 1.2em;
    }

    .footer-nav .social-contact span {
        display: inline-block;
        margin: 0 0.7em;
        width: 2.5em;
        height: 2.5em;
        vertical-align: middle;
        background-size: 100% 100%;
    }

    .footer-nav .social-contact .footer-weibo {
        margin-left: 1em;
        background-image: url(../image/common/footer-weibo.png);
    }

    .footer-nav .social-contact .footer-weixin {
        background-image: url(../image/common/footer-weixin.png);
    }

    .footer-nav .social-contact .footer-xiaohongshu {
        background-image: url(../image/common/footer-xhs.png);
    }

    .footer-nav .social-contact .footer-douyin {
        background-image: url(../image/common/footer-douyin.png);
    }

    .footer-nav .social-contact .footer-zhihu {
        background-image: url(../image/common/footer-zhihu.png);
    }

    .footer-nav .social-contact .footer-toutiao {
        background-image: url(../image/common/footer-toutiao.png);
    }

    .footer-nav .a-dep-1 i {
        display: none;
    }

    .footer-nav .a-dep-1:before {
        content: "+";
        position: absolute;
        right: 1em;
        top: 50%;
        line-height: 1;
        margin-top: -0.5em;
    }

    .footer-nav .li-dep-1 .nav-sub {
        height: 0;
        overflow: hidden;
        background: #000;
        padding-left: 2em;
    }

    .footer-nav .li-dep-1-open .nav-sub {
        height: auto;
        overflow: hidden;
    }

    .footer-nav .li-dep-1-open .a-dep-1:before {
        content: "-";
    }

    .footer-bottom {
        text-align: center;
        color: #888;
    }

    .footer-bottom a {
        text-align: center;
        color: #888;
    }

    .footer-menu {
        float: none;
        font-size: 1.2em;
    }

    .footer-menu li {
        padding: 0 0.5em;
    }

    .footer-menu li + li {
        border-left: 1px #555 solid;
    }

    .DXDCYY {
        display: table-row;
        width: 100%;
    }

    .dialog {
        display: none;
    }

    .mobile-dialog {
        display: block;
    }

    .mobile-dialog {
        width: 100%;
        height: 50px;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        line-height: 36px;
        position: relative;
        padding-top: 7px;
    }

    .mobile-dialog > a {
        color: #fff;
        font-size: 1.2em;
        width: 90%;
        display: block;
        margin: 0 auto;
        height: 36px;
        background: rgba(255, 255, 255, 0.4);
    }

    /* 弹框 盒子 mob*/
    .dialog-boxs_mb {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        overflow-y: scroll;
        z-index: 1001;
    }

    .dialog-boxs_mb .dialog-box-content_mb {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        background: #fff;
        box-sizing: border-box;
        padding: 1%;
    }

    .dialog-boxs_mb .dialog-close-ico {
        zoom: 0;
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 30px;
        background: url(../image/dialog/cel.png) no-repeat center center;
        background-size: 30px 30px;
        cursor: pointer;
    }

    /* 弹框 盒子 */
    .dialog-box-content {
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        padding: 10px 10px 50px;
        overflow: hidden;
        background: #f3f4f8;
    }

    .dialog-cont-box {
        width: 100%;
    }

    .dialog-cont-box > h3 {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    .dialog-goods {
        text-align: center;
        /* padding-top: 20px; */
    }

    .dialog-goods > h5 {
        font-weight: 400;
        font-size: 14px;
        color: #000;
        margin: 5px;
    }

    .goods-checboxs {
        width: 100%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .e-selfecheckbox {
        display: none;
    }

    .selfecheckbox_label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        border: 2px solid #7c7e7e;
        margin-right: 6px;
        margin-bottom: 2px;
    }

    /*在e-selfecheckbox元素被选择的时候，将selfecheckbox_label前面的图片替换成另一张*/
    .e-selfecheckbox:checked + .selfecheckbox_label:before {
        background: #d4a55d;
        border: 2px solid #d4a55d;
    }

    .e-selfecheckbox:checked + .selfecheckbox_label {
        color: #d4a55d;
    }

    .label-check {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 15px;
    }

    .label-check > label {
        font-size: 12px;
        font-weight: 400;
        user-select: none;
    }

    .input-list {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        /* padding: 20px 0; */
    }

    .input-list > h5 {
        text-align: left;
        color: #0096df;
        font-size: 12px;
    }

    .input-list-box {
        width: 100%;
        box-sizing: border-box;
    }

    .input-li {
        width: 100%;
        box-sizing: border-box;
        text-align: left;

        padding: 7px 12px;
        background: #fff;
        margin-bottom: 5px;
        border-radius: 5px;

        display: box; /* OLD - Android 4.4- */

        display: -webkit-box !important; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box !important; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox !important; /* TWEENER - IE 10 */
        display: -webkit-flex !important; /* NEW - Chrome */
        display: flex !important;
        -webkit-box-pack: left !important;
        /* 12版 */
        -webkit-justify-content: left !important;
        -moz-justify-content: left !important;
        -ms-justify-content: left !important;
        -o-justify-content: left !important;
        justify-content: left !important;

        -webkit-box-align: center !important;
        /* 12版 */
        -webkit-align-items: center !important;
        -moz-align-items: center !important;
        -ms-align-items: center !important;
        -o-align-items: center !important;
        align-items: center !important;
    }

    /*------------------------------------- 宽度比375px小的手机------------------*/
    @media screen and (max-width: 360px) {
        .footer-nav .social-contact span {
            margin: 0 0.55em;
        }
    }

    .input-list-box label {
        margin-bottom: 0 !important;
    }

    .input-li > span {
        display: block;
        width: 22%;
        font-size: 12px;
        color: #000;
    }

    .input-li > input {
        width: 75%;
        border: none;
        color: #969696;
        font-size: 12px;
        line-height: initial !important;
    }

    .yz-code > div:first-child > input::-webkit-input-placeholder,
    .input-li > input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #969696;
    }

    .yz-code > div:first-child > input:-moz-placeholder,
    .input-li > input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #969696;
    }

    .yz-code > div:first-child > input::-moz-placeholder,
    .input-li > input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #969696;
    }

    .yz-code > div:first-child > input:-ms-input-placeholder,
    .input-li > input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #969696;
    }

    .input-li > .user-name {
        width: 44%;
    }

    .input-textarea {
        width: 100%;
        text-align: left;
        padding: 6px 0;
    }

    .input-textarea > textarea {
        width: 94%;
        height: 50px;
        resize: none;
        outline: none;
        border: 1px solid #dedede;
        padding: 10px;
        color: #969696;
        font: 400 16px Arial;
    }

    .yz-code {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }

    .yz-code > div {
        width: 48%;
        text-align: center;
        height: 50px;
    }

    .yz-code > div:first-child {
        border: 1px solid #dedede;
        padding: 0 30px;
        box-sizing: border-box;
        background: #fff;
    }

    .yz-code > div:first-child > input {
        width: 100%;
        border: none;
        height: 48px;
        padding: 0;
        text-align: center;
        font-size: 14px;
    }

    .yz-code > div:last-child > img {
        width: 100%;
        height: 100%;
    }

    .dialog-tips {
        width: 100%;
        text-align: left;
        /* padding: 20px 0; */
        color: #333;
    }

    .dialog-tips > h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .dialog-tips > p {
        font-size: 12px;
    }

    .agree-box .e-selfecheckbox {
        display: none;
    }

    .agree-box .label-check > label {
        font-size: 12px;
        color: #333;
        font-weight: 600;
    }

    .agree-box .selfecheckbox_label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        border: 1px solid #7c7e7e;
        margin-right: 6px;
        margin-bottom: 2px;
        border-radius: 100%;
    }

    /*在e-selfecheckbox元素被选择的时候，将selfecheckbox_label前面的图片替换成另一张*/
    .agree-box .e-selfecheckbox:checked + .selfecheckbox_label:before {
        background: #d4a55d;
        border: 1px solid #d4a55d;
    }

    .agree-box .e-selfecheckbox:checked + .selfecheckbox_label {
        font-size: 12px;
    }

    .button-submit {
        width: 100%;
        height: 50px;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        border: none;
        outline: none;
        background: #d4a55d;
        color: #fff;
        border-radius: 3px;
        margin-top: 20px;
    }

    .button-submit:active {
        background: #e2ab57;
    }

    .user-name {
        padding-right: 0;
    }

    .user-name label {
        margin-bottom: 0;
    }

    .label-check1 {
        margin-right: 5px;
    }

    .input-textarea > p {
        font-size: 12px;
        color: #000;
    }

    .search {
        width: 55%;
        display: none;
        position: absolute;
        background: #fff;
        margin-left: 23%;
        max-height: 200px;
        border: 1px solid #dedede;
        border-top: none;
        text-align: left;
        box-shadow: 0 -2px 5px rgba(200, 200, 200, 0.5);
        line-height: 20px;
        overflow-y: scroll;
        z-index: 1000;
    }

    .search > ul > li {
        padding: 10px;
        cursor: pointer;
    }

    .search > ul > li:hover {
        background: #efefef;
    }
}

.dialog-boxs input::-webkit-outer-spin-button,
.dialog-boxs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.dialog-boxs input[type="number"] {
    -moz-appearance: textfield;
}

#div_mobile input::-webkit-outer-spin-button,
#div_mobile input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#div_mobile input[type="number"] {
    -moz-appearance: textfield;
}

.selfecheckbox_label {
    color: #b0adad;
}

.agree-box .selfecheckbox_label {
    color: #333;
}

.media-mobile .input-li {
    padding-top: 4px;
    height: 36px;
    position: relative;
}

.media-mobile .input-li .code {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.media-mobile .input-li .code img {
    width: 100%;
    height: 100%;
}

.input-li > input {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    line-height: normal;
}

.media-pc .dialog-box-content {
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 2560px) and (max-height: 1080px) {
    /* .media-pc .JsdialogBoxs .dialog-box-content{top: 0;transform: translate(-50%,0);} */
}

/*---------------------------------------- 1600x900----------------------*/
@media only screen and (max-width: 1600px) {
    .media-pc .JsdialogBoxs .dialog-box-content {
    }
}

/*---------------------------------------- 1366----------------------*/
@media (min-width: 769px) and (max-width: 1366px) {
    .media-pc .JsdialogBoxs .dialog-box-content {
        top: 0;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 1366px) and (max-height: 760px) {
    .media-pc .dialog-box-content {
    }

    .media-pc .goods-checboxs,
    .media-pc .input-list {
        width: 545px;
    }

    .media-pc .dialog-tips > h3,
    .media-pc .input-li > span,
    .media-pc .input-li > input,
    .media-pc .label-check > label,
    .media-pc .input-textarea > textarea,
    .media-pc .dialog-tips > p,
    .media-pc .agree-box .label-check > label {
        font: 400 16px microsoft yahei;
    }

    .media-pc .agree-box .e-selfecheckbox:checked + .selfecheckbox_label {
        font: 600 16px microsoft yahei;
    }
}

.media-pc .input-li .label-check {
    margin-left: 10px;
}

.media-mobile .input-li .label-check {
    margin-left: 4px;
}

.input-li > span {
    font-weight: bold;
}

.input-list > h5 {
    margin: 5px 0;
    font-weight: bold;
}

.input-textarea p {
    font-weight: bold;
}

.media-pc .input-textarea > textarea {
    width: 95%;
}

.media-pc .codebox {
    border: none;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    margin-top: 10px;
}

.media-pc .codebox input {
    width: 50%;
    height: 35px;
    text-align: center;
    border: 1px solid #dedede;
}

.media-pc .codebox .code {
    width: 40%;
    display: block;
}

.media-pc .codebox .code img {
    display: block;
    height: 100%;
}

/* .media-mobile .codebox{ border: none;width: 100%;background: none; padding: 0;justify-content: space-between;}
	.media-mobile .codebox input{ width: 50%;height: 35px;text-align: center;border: 1px solid #dedede;}
	.media-mobile .codebox .code{ width: 40%;display: block;}
	.media-mobile .codebox .code img{display: block; height: 100%;} */
.selfecheckbox_label:before {
    margin-right: 1px;
}

.agree-box {
    margin-top: 10px;
}

#div_mobile .codebox {
    border: none;
    width: 100%;
    background: none;
    padding: 0;
    -webkit-box-pack: space-between !important;
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    -o-justify-content: space-between !important;
    justify-content: space-between !important;
}

#div_mobile .codebox input {
    width: 50%;
    height: 35px !important;
    text-align: center;
    border: 1px solid #dedede;
}

#div_mobile .codebox input::-webkit-input-placeholder {
    padding-top: 0px !important;
    /* WebKit browsers */
}

#div_mobile .codebox input:-moz-placeholder {
    padding-top: 0px !important;
    /* Mozilla Firefox 4 to 18 */
}

#div_mobile .codebox input::-moz-placeholder {
    padding-top: 0px !important;
    /* Mozilla Firefox 19+ */
}

#div_mobile .codebox input:-ms-input-placeholder {
    padding-top: 0px !important;
    /* Internet Explorer 10+ */
}

#div_mobile .codebox .code {
    width: 40%;
    display: block;
}

#div_mobile .codebox .code img {
    display: block;
    height: 100%;
}

.dialog-cont-box-success {
    display: none;
}

.code {
    height: 35px;
}

.label-check1 {
    padding-left: 10px;
}

#alert .alert-inside .alert-title {
    font-size: 14px !important;
}

#alert .alert-inside .alert-title {
    font-size: 14px !important;
}

.alert-title {
    display: block !important;
    padding: 30px !important;
}

.alert-confirm {
    display: inline-block !important;
    line-height: 1.2 !important;
    padding: 6px 50px 8px 50px !important;
    margin: 10px 10px 30px 10px !important;
    border-radius: 3px !important;
    font-size: 1.2em !important;
    border-top: 0px #ddd solid !important;
    background-color: #0786d3 !important;
    cursor: pointer !important;
    color: #fff !important;
}

.alert-confirm:hover {
    color: #000 !important;
}

/* taozi start info0217 */

.tipNewcenter .input-list-box li {
    width: 100%; /* text-align: left; */ /* display: flex; */ /* display: -webkit-flex; */ /* justify-content: flex-start; */ /* padding: 12px 0; */
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.tipNewcenter .input-list-box li.cityBox {
    padding: 0 0 9px;
}

.tipNewcenter .cityBox span {
    font-weight: 700;
    float: left;
    width: 18%;
    color: #333;
    font: 400 15px microsoft yahei;
    line-height: inherit;
    font-weight: bold;
    text-align: left;
    display: inherit;
}

.tipNewcenter .cityBox div span {
    display: none;
}

.tipNewcenter .cityBox input {
    width: 75%;
    border: none;
    border-radius: 5px;
    color: #969696;
    font: 400 15px microsoft yahei;
    background: none;
    height: 28px;
}

.tipNewcenter .cityBox .inputBox div {
    width: 25%;
    float: left;
    border: none; /*border: 1px solid red;*/
    padding: 0;
}

.tipNewcenter .cityBox .inputBox input {
    width: 100%;
}

.tipNewcenter .form-inline {
    /*border:1px solid #ff0;*/
    overflow: hidden;
    height: 34px;
    width: 76%;
    position: absolute;
    left: 18%;
}

.tipNewcenter .form-inline .form-group {
    width: 33.3%;
    float: left;
    opacity: 0;
}

.tipNewcenter .form-inline select {
    width: 100%;
    height: auto;
    line-height: inherit;
    font: 400 15px microsoft yahei;
    border: 1px solid red;
}

.input-list-box .fx-box {
    font: 400 15px microsoft yahei;
    color: #969696;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.input-list-box .fx-box span {
    display: block;
    width: 18%;
    font: 400 15px microsoft yahei;
    color: #333;
    font-weight: bold;
    float: left;
    text-align: left;
}

.input-list-box .fx-box label {
    position: relative;
    padding-left: 25px;
    float: left;
}

.input-list-box .fx-box label.lab01 {
    margin-right: 15px;
}

.input-list-box .fx-box option {
    color: #969696;
}

.input-list-box .fx-box select {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: auto;
    text-align: center;
    text-align: center;
    text-align-last: center;
}

.input-list-box .fx-box #select_fang {
    color: #969696;
    font: 400 15px microsoft yahei;
    line-height: inherit;
    height: auto;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-bottom: 1px solid #969696;
    background: none;
    padding: 0;
    border-radius: 0;
}

.input-list-box .fx-box #select_ting {
    color: #969696;
    font: 400 15px microsoft yahei;
    line-height: inherit;
    height: auto;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-bottom: 1px solid #969696;
    background: none;
    padding: 0;
    border-radius: 0;
}

.input-list-box .fx-box ::selection {
    background: #ff9632;
    color: #000;
}

.input-list-box .fx-box ::-moz-selection {
    background: #ff9632;
    color: #000;
}

/*火狐浏览器*/
.input-list-box .fx-box ::-webkit-selection {
    background: #ff9632;
    color: #000;
}

/*谷歌*/

.tipNewcenter .pfm {
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}

.tipNewcenter .pfm span {
    float: left;
    width: 18%;
    color: #333;
    font: 700 15px microsoft yahei;
    text-align: left;
}

.tipNewcenter .pfm .pfm-input {
    width: 40%;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    color: #969696;
    float: left;
    font: 400 12px microsoft yahei;
}

.tipNewcenter .pfm .pfmwz {
    display: inline;
    font: 400 15px microsoft yahei;
    color: #969696;
    float: left;
}

.tipNewcenter .pfm ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.tipNewcenter .pfm ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.tipNewcenter .pfm :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.input-list-box .fx-box input[type="radio"] {
    /* opacity: 0; */
    display: none;
}

.input-list-box .fx-box input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #969696;
    position: absolute;
    top: 2px;
    left: 0;
}

.input-list-box .fx-box input[type="radio"]:checked + label::before {
    padding: 2px;
    box-sizing: border-box;
    background-color: #969696;
    background-clip: content-box;
}

@media (max-width: 767px) {
    .input-textarea > textarea {
        width: 94%;
    }

    .tipNewcenter .input-list-box li {
        border: none;
        box-sizing: border-box;
        background: #fff;
        margin-bottom: 5px;
        border-radius: 5px;
        width: 100%;
        padding: 6px 0px 5px;
    }

    .input-li > input {
        width: 40%;
    }

    .tipNewcenter .input-list-box li.cityBox {
        padding: 6px 12px;
    }

    .tipNewcenter .input-list-box li.pfm {
        padding: 2px 12px;
    }

    .tipNewcenter .input-textarea textarea {
        font-size: 12px;
    }

    .tipNewcenter .form-inline {
        height: 28px;
        text-align: center;
    }

    .tipNewcenter .form-inline select {
        height: auto;
        line-height: inherit;
        font: 400 12px microsoft yahei;
        text-align: center;
        text-align-last: center;
    }

    .tipNewcenter .form-inline option {
        text-align: center;
    }

    .tipNewcenter .cityBox .inputBox div {
        margin-right: 1%;
        width: 25%;
        padding: 0;
        line-height: inherit;
    }

    .tipNewcenter .cityBox span {
        font: 400 12px microsoft yahei;
        font-weight: 700;
        line-height: inherit;
    }

    .tipNewcenter .cityBox input {
        text-align: center;
        font: 400 12px microsoft yahei;
        height: auto;
    }

    .tipNewcenter .inputBox input::-webkit-input-placeholder {
        font: 400 12px microsoft yahei;
        color: #969696;
        text-align: center;
    }

    .tipNewcenter .inputBox input:-moz-placeholder {
        font: 400 12px microsoft yahei;
        color: #969696;
        text-align: center;
    }

    .tipNewcenter .inputBox input::-moz-placeholder {
        font: 400 12px microsoft yahei;
        color: #969696;
        text-align: center;
    }

    .tipNewcenter .inputBox input:-ms-input-placeholder {
        font: 400 12px microsoft yahei;
        color: #969696;
        text-align: center;
    }

    .input-list-box li.fx-box {
        padding: 8px 12px;
    }

    .input-list-box .fx-box label.lab01 {
        margin-right: 25px;
    }

    .input-list-box .fx-box #select_fang {
        font: 400 12px microsoft yahei;
        margin: 0;
    }

    .input-list-box .fx-box #select_ting {
        font: 400 12px microsoft yahei;
        margin: 0;
    }

    .input-list-box .fx-box #select_fang {
        font: 400 12px microsoft yahei;
    }

    .input-list-box .fx-box #select_ting {
        font: 400 12px microsoft yahei;
    }

    .input-list-box .fx-box {
        font: 400 12px microsoft yahei;
        color: #969696;
    }

    .input-list-box .fx-box span {
        font: 400 12px microsoft yahei;
        font-weight: bold;
        width: 25%;
    }

    .input-list-box .fx-box label {
        float: none;
        display: inline-block;
        float: left;
    }

    .input-list-box .fx-box input[type="radio"] + label::before {
        width: 14px;
        height: 14px;
    }

    .tipNewcenter .pfm span {
        font: 400 12px microsoft yahei;
        font-weight: bold;
        text-align: left;
        line-height: 28px;
        width: 25%;
    }

    .tipNewcenter .pfm .pfm-input {
        border-radius: 5px;
        line-height: 28px;
    }

    .tipNewcenter .pfm .pfmwz {
        font: 400 12px microsoft yahei;
        margin-left: 5%;
        line-height: 28px;
    }
}

/* taozi end info0217 */

/* 个人信息保护政策 start */
.tipNewcenterPC .agree-box {
    position: relative;
}

.tipNewcenterPC .btn_rulesTopBox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 77%;
    height: 100%;
}

.tipNewcenterPC .fontwz {
    color: #5482c7;
    border-bottom: 1px solid #5482c7;
}

.tipNewcenterMOB .agree-box {
    position: relative;
}

.tipNewcenterMOB .fontwz {
    color: #5482c7;
    border-bottom: 1px solid #5482c7;
}

.tipNewcenterMOB .btn_rulesTopBox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 73%;
    height: 100%;
}

.Ca_Info .Ca_agree {
    position: relative;
}

.Ca_Info .btn_rulesTopBox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 73%;
    height: 100%;
}

.rulesTopBox.none {
    display: none;
}

.rulesTopBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.rulesBodyBox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px;
    padding: 30px;
    width: 800px;
    height: 500px;
    background: rgba(255, 255, 255, 0.95);
    vertical-align: middle;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rulesBodyBox .rulesClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-image: url('../images/ico04.png');
    cursor: pointer;
}

.rulesBodyBox .swiper-container01 {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.rulesBodyBox .rules_centBox {
    width: 100%;
    height: 90%;
}

.rulesBodyBox .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
    font-size: 18px;
    width: 98% !important;
    margin-right: 2%;
}

.rulesBodyBox h4 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.rulesBodyBox h3 {
    color: #333;
    font-size: 28px;
}

.rulesBodyBox p {
    margin: 1em auto;
    color: #333;
    font-size: 14px;
}

.rulesBodyBox ::-webkit-scrollbar {
    width: 8px;
    background-color: #e1e5ea;
    border-radius: 8px;
}

.rulesBodyBox ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    border: 2px solid #e1e5ea;
}

.rulesBodyBox ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

.rulesBodyBox ::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.rulesBodyBox ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.5);
}

/****************************--Moblie--******************************/
@media (max-width: 767px) {
    .rulesBodyBox {
        width: 80%;
        transform: translate(-50%, -50%);
        margin-top: 0;
        margin-left: 0;
        padding: 5%;
        background: rgba(255, 255, 255, 0.95);
        height: 410px;
    }

    .rulesBodyBox h3 {
        font-size: 22px;
    }
}

/*  个人信息保护政策 end */

/*pc*/
.cate-nav {
    width: 100%;
    height: 48px;
    background: #0D6DB9;
    position: fixed;
    top: 60px;
    z-index: 10;
}

.cate-nav .cate-nav-list {
    overflow: hidden;
    height: 100%;
}

.cate-nav ul {
    overflow: hidden;
    height: 100%;
    display: table;
    width: 100%;
    letter-spacing: -0.35em;
}

.cate-nav li {
    display: table-cell;
    height: 100%;
    text-align: center;
    letter-spacing: 0;
}

.cate-nav li a {
    display: block;
    height: 100%;
    color: #fff;
    font-size: 18px;
}

.cate-nav li a:before {
    content: "";
    display: inline-block;
    height: 104%;
    vertical-align: middle;
}

.cate-nav li:hover a {
    background: #000;
}

.cate-nav li.active a {
    background: #000;
    color: #fff;
}

/*.cate-nav-dropdown {
    position: relative;
    z-index: 90;
    top: 60px;
}*/

.cate-nav-dropdown .cate-nav-list,
.cate-nav-dropdown ul {
    overflow: visible;
    position: relative;
}

.cate-nav-dropdown .cate-nav-sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #0D6DB9;
    opacity: 0;
    transition: height 0ms 300ms, opacity 300ms 0ms;
}

.cate-nav-dropdown .cate-nav-sub ul:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cate-nav-dropdown .cate-nav-sub li {
    width: auto;
    /* padding: 0 2em; */
    padding: 0 1em;
    line-height: 1.1;
    height: auto;
    font-size: 0.9em;
}

.cate-nav-dropdown .cate-nav-sub li + li {
    border-left: 1px #fff solid;
}

.cate-nav-dropdown .cate-nav-sub li a {
    color: #fff !important;
    background: none !important;
}

.cate-nav-dropdown .cate-nav-sub li a:hover {
    border-bottom: 1px #fff solid;
}

.cate-nav-dropdown .cate-nav-sub li a.active {
    border-bottom: 1px #fff solid;
}

.cate-nav-dropdown li:hover .cate-nav-sub {
    height: 48px;
    opacity: 1;
    transition: height 0ms 0ms, opacity 300ms 0ms;
}

/*pc*/
@media (min-width: 768px) {
    .cate-nav-2x ul,
    .cate-nav-3x ul,
    .cate-nav-4x ul,
    .cate-nav-5x ul,
    .cate-nav-6x ul,
    .cate-nav-7x ul,
    .cate-nav-8x ul,
    .cate-nav-9x ul {
        display: inline-block;
    }

    .cate-nav-2x li,
    .cate-nav-3x li,
    .cate-nav-4x li,
    .cate-nav-5x li,
    .cate-nav-6x li,
    .cate-nav-7x li,
    .cate-nav-8x li,
    .cate-nav-9x li {
        display: inline-block;
    }

    .cate-nav-2x li {
        width: 50%;
    }

    .cate-nav-3x li {
        width: 33.33333%;
    }

    .cate-nav-4x li {
        width: 25%;
    }

    .cate-nav-5x li {
        width: 20%;
    }

    .cate-nav-6x li {
        width: 16.66666%;
    }

    .cate-nav-7x li {
        width: 14.28571%;
    }

    .cate-nav-8x li {
        width: 12.5%;
    }

    .cate-nav-9x li {
        /* width: 14.28%; */
        width: 16.66666%;
    }
}

/*ipad*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cate-nav {
        min-width: 0;
    }

    .cate-nav li a {
        font-size: 1.2em;
    }
}

/*mobile*/
@media (max-width: 767px) {
    .cate-nav {
        position: relative;
        z-index: 0;
        width: 100%;
        min-width: 0;
        height: 40px;
        background: #0786d3;
        overflow: hidden;
        color: #fff;
        top: 0;
    }

    .cate-nav-prev,
    .cate-nav-next {
        box-sizing: unset;
        width: 4%;
        display: inline-block;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        height: 100%;
        padding: 0 1em;
        background: #0786d3;
        font-size: 0.8em;
    }

    .cate-nav-next {
        left: auto;
        right: 0;
    }

    .cate-nav-prev:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }

    .cate-nav-prev:after {
        content: "►";
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: rotate(180deg);
    }

    .cate-nav-next:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }

    .cate-nav-next:after {
        content: "►";
        display: inline-block;
        vertical-align: middle;
    }

    /* .cate-nav-preved .cate-nav-prev { display:none;}
      .cate-nav-nexted .cate-nav-next { display:none;} */
    .cate-nav .cate-nav-list {
        position: absolute;
        width: calc(100% - 10%);
        height: 100%;
        text-align: center;
        padding-bottom: 10px;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cate-nav ul {
        width: auto;
        padding: 0px 8%;
    }

    .cate-nav li {
        display: inline-block;
        width: 18%;
        height: 100%;
    }

    .cate-nav li a {
        font-size: 12px;
        padding: 0 1em;
    }

    .cate-nav-sub {
        display: none;
    }
}

/* add by CM 20210601 */
@media (min-width: 768px) {
    .cate-nav-6x li {
        /* width: 25%; */
        width: 33.33333%;
    }
}

.cate-nav-dropdown .cate-nav-sub li {
    font-size: 1rem;
    /* height: 1.5rem;
    line-height: 1.5rem; */
}


    .nav-product-guide .list-block .list-item{
         width: 21%;
         margin: 0 2%;
    }
    
    .nav-product-guide .list-block .padding-box{
        padding: 10px 5px;
        display: flex;
    }
    
    .nav-product-guide .list-block .left_list{
		 column-count: 2;       
		 column-gap: 40px;      
		 list-style: none; 
		 padding: 0;
		 margin: 0;
		 width:98%
    }
    
    .nav-product-guide .list-block ul{
        text-align: left;
    }
    
    .nav-product-guide .list-block ul li a{
        font-size: 14px;
    }
    
    .abcde  .qwer{
        color: #f7b52d;
    }
    
    @media(min-width:1200px){
        .cpzn_img{
            width: 230px;
            display: block;
        }
    }
	
	  /* 隐藏滚动条 */
  /*html {*/
  /*  -ms-overflow-style: none;*/
  /*  overflow: -moz-scrollbars-none;*/
  /*}*/

  /*::-webkit-scrollbar {*/
  /*  width: 0 !important*/
  /*}*/

  .swiper-auto {
    visibility: visible;
  }

  .swiper-auto .swiper-slide {
    width: 100%;
  }

  .icon-shop {
    margin-right: 10%;
    background-image: url('static/images/icon-shop-a.png');
  }

  .icon-tel {
    background-image: url('static/images/icon-search-c.png');
  }

  .header-index {
    position: relative;
    z-index: 100;
    width: 70% !important;
    height: 5rem;
    margin: 0 auto;
  }

  .frame-body {
    padding-top: 5rem;
  }

  .header-logo1 {
    float: left;
    width: 10%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-logo2 {
    float: left;
    width: 4.5%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 1%;
  }

  .header-logo2 img {
    max-width: 90%;
  }

  .header-ul {
    float: right;
    white-space: nowrap;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
  }

  .header-ul li {
    cursor: pointer;
    display: inline-block;
    padding: 0 1.5rem;
  }

  .header-ul li:first-child {
    padding-left: 0;
  }

  .header-ul li:last-child {
    padding-right: 0;
  }

  .header-ul li a {
    color: #000;
    font-size: 1.25rem;
    /* font-weight: bold; */
  }

  .header-ul li:hover,
  .header-ul li:hover a,
  .header-ul li a:hover {
    color: #008dd5;
    /* font-weight: bold; */
  }

  .arrow {
    margin-left: 0.7rem;
  }

  .header-navigation {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #0D6DB9 !important;
  }

  .header-navigation .navigation-main {
    display: none;
    width: 70%;
    margin: 0 auto;
  }

  .navigation-guide {
    /* display: flex; */
    justify-content: space-between;
  }

  .navigation-guide-block,
  .navigation-about-block {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .navigation-block {
    margin-top: 3%;
  }

  .navigation-list {
    margin-top: 3%;
    margin-bottom: 7%;
  }

  .navigation-list::after,
  .support-code::after,
  .bottom-index-right::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
  }

  .navigation-list ul {
    color: #fff;
    /* font-size: 1.2rem; */
    font-size: 14px;
  }

  .navigation-list ul:first-child {
    float: left;
  }

  .navigation-list ul:last-child {
    float: right;
  }

  .navigation-list ul li {
    /* margin: 7% 0; */
    cursor: pointer;
    line-height: 35px;
  }

  .navigation-list ul li:hover {
    color: #008dd5;
  }

  .navigation-side {
    margin-top: 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .navigation-side img {
        width: 50%;
      } */

  .navigation-block img,
  .design-block img {
    cursor: pointer;
  }

  .swiper-pagination {
    bottom: 3%;
    z-index: 0;
  }

  .swiper-pagination .swiper-pagination-switch {
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }

  .swiper-pagination .swiper-active-switch {
    background: #4FC3F1;
  }

  .navigation-support {
    /* display: flex; */
    justify-content: space-between;
    color: #fff;
  }

  .support-block {
    width: 23%;
    margin-top: 3%;
    margin-bottom: 1.5%;
  }

  .support-content {
    cursor: pointer;
    font-size: 1.3rem;
    padding: 3% 0;
    margin-bottom: 7%;
    border: 1px solid #fff;
  }

  .support-content:hover {
    background: rgba(0, 0, 0, 0.3);
  }

  .support-content img {
    margin-left: 17%;
  }

  .support-content span {
    margin-left: 9%;
  }

  .support-content-img {
    float: left;
  }

  .support-content-div {
    margin-left: 37%;
  }

  .support-code {
    padding: 6% 0;
    border: 1px solid #fff;
  }

  .qr-code {
    width: 27%;
    float: left;
    margin-left: 12%;
  }

  .qr-word {
    display: inline-block;
    margin-left: 12%;
    margin-top: 1.5%;
  }

  .qr-word span {
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 10%;
  }

  .navigation-about {
    /* display: flex; */
    justify-content: space-between;
  }

  .navigation-design {
    /* display: flex; */
    justify-content: center;
  }

  .design-block {
    margin: 3%;
  }

  .header-mall {
    background: #fff;
    overflow: hidden;
    /* width: 8%; */
    width: 155px;
    margin-right: 14.5%;
    font-size: 1.2rem;
  }

  .header-mall ul {
    width: 93%;
    margin: 0 auto;
  }

  .header-mall ul li {
    padding: 15%;
    text-align: center;
    border-top: 1px solid #f3f3f3;
  }

  .header-mall ul li {
    color: #000;
    cursor: pointer;
  }

  .header-mall ul li:hover {
    color: #008dd5;
  }

  .header-mall-img {
    height: 0;
    transition: 0.5s;
  }

  .height-transition {
    height: 13rem;
  }

  .dialogue {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    z-index: 1001;
  }

  .dialogue-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 40px;
  }

  .dialogue-close {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background: url(static/images/cel.png) no-repeat center center;
    background-size: 40px 40px;
    cursor: pointer;
  }

  .dialogue-box {
    display: block;
    width: 100%;
  }

  .dialogue-box > h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .dialogue-goods {
    text-align: center;
    padding-top: 20px;
  }

  .dialogue-goods > h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .dialogue-checbox {
    width: 460px;
    margin: 3px auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .checkbox-content {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }

  .checkbox-content input {
    display: none;
  }

  .checkbox-content label {
    font: 400 1.35rem microsoft yahei;
    color: #b0adad;
    cursor: pointer;
  }

  .checkbox-content label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 2px solid #7c7e7e;
    transform: translateX(-10px);
  }

  .checkbox-content input:checked + label {
    cursor: pointer;
    color: #d4a55d;
  }

  .checkbox-content input:checked + label::before {
    cursor: pointer;
    background-color: #d4a55d;
    background-clip: content-box;
    border-color: #d4a55d;
  }

  .dialogue-list {
    width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .list-content {
    width: 100%;
    box-sizing: border-box;
  }

  .list-location {
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dedede;
  }

  .list-location span,
  .list-house span,
  .list-area span {
    float: left;
    width: 18%;
    color: #333;
    font: 400 15px microsoft yahei;
    line-height: inherit;
    font-weight: bold;
    text-align: left;
    display: inherit;
  }

  .location-picker {
    overflow: hidden;
    width: 80%;
    position: absolute;
    left: 20%;
  }

  .location-picker select {
    width: 33.3%;
    height: 2rem;
    float: left;
    font-size: 15px;
    color: #b0adad;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
  .house-flat div select::-ms-expand {
    display: none;
  }

  .list-house {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dedede;
  }

  .list-individual-input,
  .list-house input {
    display: none;
  }

  .list-house label {
    font: 400 1.35rem microsoft yahei;
    color: #b0adad;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    float: left;
  }

  .list-house label:first-of-type {
    margin-right: 49px;
    margin-left: 9px;
  }

  .list-house label select {
    color: #969696;
    font: 400 15px microsoft yahei;
    line-height: inherit;
    height: auto;
    margin: 0 5px;
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #969696;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: auto;
    text-align: center;
    text-align: center;
    text-align-last: center;
  }

  .list-house label::before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #969696;
    position: absolute;
    top: 3px;
    left: 0;
  }

  .list-house input:checked + label::before {
    padding: 2px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #969696;
    background-clip: content-box;
  }

  .list-area {
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    position: relative;
  }

  .list-area input {
    width: 40%;
    border-radius: 0;
    margin-left: 9px;
    border: 0;
    padding: 0;
    vertical-align: middle;
    color: #969696;
    float: left;
    font: 400 15px microsoft yahei;
  }

  .list-area div {
    display: inline;
    font: 400 15px microsoft yahei;
    color: #969696;
    float: left;
    margin-left: 22px;
  }

  .list-individual input::placeholder,
  .list-area input::placeholder,
  .list-message textarea::placeholder {
    font-size: 15px !important;
    color: #969696 !important;
  }

  .list-message {
    padding: 10px 0;
  }

  .list-message p {
    color: #333;
    font: 400 15px microsoft yahei;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }

  .list-message textarea {
    width: 95%;
    height: 70px;
    resize: none;
    outline: none;
    border: 1px solid #dedede;
    padding: 10px;
    color: #969696;
    font: 400 15px microsoft yahei;
  }

  .list-qrcode {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .list-qrcode input {
    width: 50%;
    height: 35px;
    text-align: center;
    border: 1px solid #dedede;
    color: #969696;
    font: 400 15px microsoft yahei;
  }

  .list-qrcode span {
    width: 38%;
    cursor: pointer;
    border-radius: 5px;
  }

  .list-commit {
    padding: 20px 0;
  }

  .list-commit button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font: 18px microsoft yahei;
    text-align: center;
    border: none;
    outline: none;
    background: #d4a55d;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }

  .confirmation {
    text-align: center;
    padding: 5% 0;
    display: none;
  }

  .confirmation-success {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .confirmation-success span {
    font-size: 28px;
    color: #333;
    margin-left: 20px;
  }

  .success-title {
    color: #000;
    font: 400 18px microsoft yahei;
    margin: 15px auto;
  }

  .success-content {
    color: #000;
    font: 400 18px microsoft yahei;
    margin: 0 auto;
  }

  .success-time {
    position: relative;
    width: 51%;
    height: 35px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 15px auto;
    padding: 5px;
    box-sizing: content-box;
  }

  .success-time::after {
    position: absolute;
    content: '';
    width: 11px;
    height: 6px;
    background: url(static/images/icon-down.png);
    background-size: cover;
    right: 50px;
    top: 19px;
  }

  .success-time label {
    color: #333;
    font: 400 16px microsoft yahei;
  }

  .time-select {
    width: 45%;
    height: 30px;
    font-size: 16px;
    padding-left: 20px;
    border: solid 1px #bfbfbf;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
    background-color: #fff;
  }

  .time-select option {
    font-size: 16px;
  }

  .confirmation-commit {
    margin: 20px auto 0;
    width: 223px;
    height: 40px;
    background: #f5b43e;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
  }

  .bottom-index {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-image: url('static/images/bottom-index.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 85px;
  }

  .bottom-index-image {
    margin: 0 auto;
  }

  .bottom-index-left {
    width: 30.5%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: left;
  }

  .bottom-phone {
    margin-right: 2%;
  }

  .bottom-phone img {
    zoom: 0.9;
  }

  .bottom-hotline {
  }

  .bottom-paragraph {
    font-size: 1rem;
  }

  .bottom-span {
    font-size: 1rem;
  }

  .bottom-bold {
    font-size: 1.1rem;
  }

  /* .bottom-bold:hover {
        cursor: pointer;
      } */

  /* .bottom-bold:hover::after {
        content: attr(data-myContent);
        color: #fff;
        text-align: center;
        text-decoration: none;
        word-wrap: break-word;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 2px;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        position: absolute;
        line-height: 25px;
        padding: 0 7px;
      } */

  .bottom-index-right {
    color: #fff;
    margin-left: 37%;
    transform: translateY(30%);
  }

  .right-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin-bottom: 5px;
    font-size: 1.1rem;
  }

  .right-upper-main input {
    display: none;
  }

  .right-upper-main label {
    cursor: pointer;
    color: #fff;
  }

  .right-upper-main span {
    cursor: pointer;
    color: #408FD2;
    font-weight: bold;
  }

  .right-upper-main input + label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: translateY(-1.5px);
  }

  .right-upper-main input:checked + label::before {
    cursor: pointer;
    background-color: #fff;
    background-clip: content-box;
    box-shadow: inset 0 0 0 2px #023866;
  }

  .right-down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    float: left;
  }

  .right-down input {
    border: none;
    height: 2rem;
    color: #000;
    font-size: 1rem;
    border-radius: 1px;
    width: 27%;
    padding-left: 1%;
  }
  
  .right-down input::placeholder {
    color: #000;
  }
  
   .right-down  input::-webkit-input-placeholder {
      color: #000;
    }
    
    .right-down input::-moz-placeholder {
      color: #000;
    }
    
    .right-down input::-ms-input-placeholder {
      color: #000;
    }  

  .personal-gender {
    display: flex;
    justify-content: space-between;
    margin-right: 2%;
    width: 15%;
  }

  .personal-gender select {
    border: none;
    height: 2rem;
    color: #707070;
    font-size: 1rem;
    border-radius: 1px;
    padding-left: 8%;
    cursor: pointer;
    width: 100%;
  }

  .right-picker {
    display: flex;
    justify-content: space-between;
    width: 27%;
  }

  .right-picker select {
    border: none;
    height: 2rem;
    color: #707070;
    font-size: 1rem;
    border-radius: 1px;
    padding-left: 1%;
    cursor: pointer;
    width: 100%;
  }

  .right-down button {
    border: none;
    height: 2rem;
    color: #fff;
    background: #408FD2;
    font-size: 1.1rem;
    border-radius: 1px;
    padding: 0 13%;
    cursor: pointer;
    width: auto;
  }

  .right-service {
    display: inline-block;
    cursor: pointer;
    height: 2rem;
    line-height: 2rem;
    color: #44B7E5;
    background: transparent;
    font-size: 1.1rem;
    font-weight: bolder;
    border: 1px solid #44B7E5;
    border-radius: 1px;
    text-align: center;
    width: 12%;
    margin-left: 2%;
    transform: translateY(-5%);
  }

  @keyframes twinkling {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
      transform: rotate(0) scale(1);
    }

    60% {
      transform: rotate(25deg) scale(1.2);
    }

    75% {
      transform: rotate(0) scale(1);
    }

    80% {
      transform: rotate(-25deg) scale(1.2);
    }

    95% {
      transform: rotate(0) scale(1);
    }
  }

  .right-service img {
    zoom: 80%;
    margin-right: 3%;
    margin-top: 2.5%;
    /* transform: translateY(25%); */
    animation: twinkling 2s infinite ease both;
  }

  .headline {
    text-align: center;
    padding: 1.5% 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
  }

  .headline h2 {
    font-size: 2rem;
  }

  .product {
    width: 1200px;
    margin: 0 auto;
  }

  .product-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
  }

  .product-li {
    cursor: pointer;
  }

.product-li a {
  position: relative;
  display: inline-block;
}

.product-li img.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* 不阻止鼠标事件传递 */
}

.product-li a:hover img.hover-img {
  opacity: 1;
}

.product-li img.default-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.product-li a:hover img.default-img {
  opacity: 0;
}
  

  .trial {
    margin: 4% auto;
    text-align: center;
  }

  .example {
    width: 1200px;
    height: auto;
    margin: 2% auto;
  }

  .example-main {
    margin: 3% 15% 0;
    display: flex;
    justify-content: space-between;
  }

  .example-word {
    float: left;
    width: 50%;
  }

  .example-word p {
    margin: 5% 0;
  }

  .example-title {
    font-weight: bolder;
    font-size: 2.5rem;
    transform: scale(1, 1.5);
  }

  .example-line {
    font-weight: bolder;
    font-size: 1.9rem;
  }

  .example-content {
    font-size: 1.2rem;
  }

  .example-button {
    cursor: pointer;
    color: #fff;
    width: 57%;
    height: 2.9rem;
    font-size: 1.2rem;
    line-height: 2.9rem;
    text-align: center;
  }

  .light-button {
    /*background: #44B7E4;*/
    background: #0D6DB9;
  }

  .heavy-button {
    /*background: #3F8FD2;*/
    background: #0D6DB9;
  }

  .swiper-slide {
    float: left;
  }

  .swiper-disabled {
    opacity: 0.5;
  }

  .example-photo {
    position: relative;
    cursor: pointer;
    bottom: 12rem;
  }

  .relevance {
    margin: 0 auto;
    overflow: hidden;
    margin-top: -5%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .relevance-block {
    cursor: pointer;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    padding: 3.5% 3%;
  }

  .relevance-title {
    font-weight: bolder;
    font-size: 1.7rem;
    transform: scale(1, 1.3);
  }

  .relevance-line {
    font-weight: bolder;
    font-size: 1.6rem;
    padding-top: 1%;
  }

  .relevance-content {
    font-size: 1.2rem;
    padding: 7% 0;
  }

  .relevance-button {
    color: #fff;
    background: #023866;
    width: 47%;
    height: 3rem;
    font-size: 1.1rem;
    line-height: 3rem;
    text-align: center;
  }

  .swiper-news-prev {
    cursor: pointer;
    position: absolute;
    font-size: 2.3rem;
    color: #fff;
    top: 0;
    left: 10%;
    transition: transform 500ms;
    -webkit-transition: transform 500ms;
  }

  .swiper-news-next {
    cursor: pointer;
    position: absolute;
    font-size: 2.3rem;
    color: #fff;
    top: 0;
    right: 10%;
    transition: transform 500ms;
    -webkit-transition: transform 500ms;
  }

  .swiper-news-prev:hover {
    transform: translate(-20%, 0);
    -webkit-transform: translate(-20%, 0);
  }

  .swiper-news-next:hover {
    transform: translate(20%, 0);
    -webkit-transform: translate(20%, 0);
  }

	.abvqqw_swiper {
	    width: 1060px;
	    /*height: 350px;*/
	    text-align: center;
	    margin-bottom: 40px!important;
	}
	
  .newsinfo {
    height: 3.5rem;
    margin: 0 auto;
    background: #023866;
    line-height: 3.5rem;
    font-size: 1.2rem;
    text-align: center;
  }
  
    @media(min-width:1200px){
      .modify_product li{
          width: 43%;
          margin: 0 1.5%;
      }
  
      .modify_product li:nth-child(n+5){
          margin-top: 3%;
      }

      .newsinfo{
          font-size: 1.4em;
          padding: 10px 0;
      }
  }

  @media(max-width:768px){
	  
	      .headline {
      text-align: center;
      padding: 3.5% 0;
      margin: 0 auto;
	  width:100%
    }

    .headline h2 {
      font-size: 1.5rem;
      font-weight: bolder;
    }


      .newsinfo-mobile{
          font-size: 1.2em;
          padding: 10px 0;
      }

   .product {
      width: 100%;
      margin: 0 auto;
    }

    .product-ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .product-ul:first-of-type {
      margin-bottom: 2%;
    }

    .product-li {
      cursor: pointer;
    }

    .product-li img {
      zoom: 0.53;
    }
	
      .product .product-ul{
          flex-wrap: wrap;
          justify-content: space-evenly;
      }
      .product .product-ul li{
          margin-bottom: 4%;
      }
	  	  
	  
	  .relevance {
      margin: 0 auto;
      overflow: hidden;
      position: relative;
    }
	
	.relevance img{ width:100%; height:400px; object-fit:cover }
	
    .relevance-block {
      position: absolute;
      width: 93%;
      top: 20%;
      left: 50%;
      transform: translateX(-50%);
      padding: 5% 3%;
      box-sizing: border-box;
      background: rgba(255, 255, 255, 0.9);
    }

    .relevance-title {
      font-weight: bolder;
      font-size: 1.5rem;
      transform: scale(1, 1.3);
    }

    .relevance-line {

      font-weight: bolder;
      font-size: 1.5rem;
      padding-top: 1%;
    }

    .relevance-content {
      font-size: 1rem;
      padding: 1% 0;
    }

    .relevance-button {
      color: #fff;
      background: #0D6DB9;
      width: 57%;
      margin: 0 auto;
      height: 2.5rem;
      font-size: 1rem;
      line-height: 2.5rem;
      text-align: center;
      margin-top: 3%;
    }
	
	.abvqqw_swiper{ display:none }
	
  }


  .newsinfo-container {
    width: 1200px;
  }

  .newsinfo-container .swiper-slide a {
    width: 70%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
  }

  .newsinfo-container .swiper-slide a:hover {
    font-size: 1.3rem;
  }

.services {
  text-align: center;
  margin: 3.5% auto;
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
}

.services-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; /* 电脑端均匀分布 */
  gap: 20px; /* 子元素间距 */
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.services-li {
  flex: 0 0 23%; /* 电脑端一行4个 */
  cursor: pointer;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.services-li img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 6px;
}

.services-li:hover {
  transform: translateY(-5px);
}

.services-li p {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 3%;
  color: #000;
}

.services-li:hover p {
  color: #008dd5;
}

@media (max-width: 768px) {
	
	  .services {
      text-align: center;
      margin: 3% auto 0;
      overflow: hidden;
    }

    .services-ul {
      width: 95%;
      margin: 2% auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .services-li {
      display: inline-block;
	  width:49%;
	  flex: 0 0 45%;
    }

    .services-li img {
	  width: 100%;
	  height: 185px;
    }

    .services-li p {
      margin-top: 3%;
      color: #333;
    }
}
  .phonecall {
    display: none;
  }

  .dialogue-mobile {
    display: none;
  }


  .products-services {
    display: none;
  }

  .reservation-purchase {
    display: none;
  }

  .nohand {
    cursor: default !important;
  }


  @media (max-width: 767px) {
    .products-services-items img {
      zoom: 0.6;
    }

    .swiper-mobile-pagination {
      position: absolute;
      z-index: 20;
      bottom: 10px;
      width: 100%;
      text-align: center;
    }

    .swiper-mobile-pagination .swiper-pagination-switch {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: #fff;
      margin: 0 5px;
      opacity: 0.8;
      cursor: pointer;
    }

    .swiper-mobile-pagination .swiper-active-switch {
      background: #4FC3F1;
    }

    .alert-title {
      font-size: 14px;
    }

    .dialogue {
      display: none;
    }

    /* move by CM 20210815 */
    .mobile-header {
      display: flex !important;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      height: 40px;
    }

    .logos {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      width: 126px;
      height: 20px;
      margin-left: 2%;
    }

    .logo1 {
      width: 97px;
      height: 100%;
    }

    .logo2 {
      width: 21px;
      height: 100%;
    }

    .icons {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .guide-icon {
      position: relative;
      width: 40px;
      height: 40px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }

    .guide-icon span {
      width: 18px;
      height: 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
    }

    .guide-icon span i {
      width: 18px;
      height: 2px;
      border-radius: 1px;
      background-color: #565656;
    }

    .guide-icon span i:nth-child(2) {
      width: 14px;
    }

    .search-icon {
      position: relative;
      width: 40px;
      height: 40px;
      background: url('static/images/search.png') no-repeat center center/16px 16px;
    }

    .phone-icon {
      position: relative;
      width: 40px;
      height: 40px;
      background: url('static/images/phone.png') no-repeat center center/20px 20px;
    }

    .service-icon {
      position: relative;
      width: 40px;
      height: 40px;
      background: url('static/images/service.png') no-repeat center center/22px 22px;
    }

    .phonecall {
      display: none;
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 2000;
      text-align: center;
      font-size: 14px;
      border: none;
    }

    .phonecall:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
    }

    .phonecall-content {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      z-index: 2;
      min-width: 63%;
      border-radius: 3px;
    }

    .phonecall-inside {
      padding: 3% 0;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #eaebf0;
      color: #000;
    }

    .phonecall-inside:before {
      content: "";
      display: block;
    }

    .phonecall-inside:after {
      content: "";
      display: block;
    }

    .phonecall-inside img {
      zoom: 0.5;
    }

    .inside-content p:first-child {
      font-size: 1rem;
    }

    .inside-content p:last-child {
      font-size: 1.5rem;
      font-weight: bolder;
    }

    .phonecall-empty {
      height: 1rem;
      width: auto;
      background: transparent;
    }

    .phonecall-mask {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #000;
      filter: alpha(opacity=60);
      opacity: 0.6;
    }

    .fixedSection {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around;
      position: absolute;
      bottom: 10%;
      z-index: 99999;
    }

    .fixedSection:before {
      content: "";
      display: block;
    }

    .fixedSection:after {
      content: "";
      display: block;
    }

    .fixedSection div {
      width: 37%;
      height: 3.7rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .fixedSection div:first-child {
      background: #54C2F1;
    }

    .fixedSection div:last-child {
      background: #1196E0;
    }

    .fixedSection div img {
      zoom: 0.7;
    }

    .fixedSection div span {
      font-size: 1.2rem;
      font-weight: bold;
      color: #fff;
    }

    .bottomSection {
      width: 100%;
      display: none;
      position: fixed;
      align-items: center;
      justify-content: center;
      bottom: 3%;
    }

    .bottomSection:before {
      content: "";
      display: block;
    }

    .bottomSection:after {
      content: "";
      display: block;
    }

    .bottomSection div {
      width: 33%;
      height: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bottomSection div:first-child {
      background: #54C2F1;
      margin-right: 5%;
    }

    .bottomSection div:last-child {
      background: #1196E0;
    }

    .bottomSection div img {
      zoom: 0.7;
    }

    .bottomSection div span {
      font-size: 1.1rem;
      color: #fff;
    }

    .products-services {
      display: none;
      background: #F7F8F8;
      position: fixed;
      z-index: 1000;
      overflow-y: scroll;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .ps-close {
      position: absolute;
      top: 2%;
      right: 5%;
    }

    .ps-close img {
      zoom: 0.7;
    }

    .products-services-paragraph {
      font-weight: bolder;
      font-size: 1.9rem;
      margin-top: 3%;
      margin-left: 5%;
    }

    .products-services-items {
      width: 90%;
      margin: 3% auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .items-first {
      margin: 7% auto 3%;
    }

    .products-services-items div {
      width: 47%;
      height: 130px;
      background: #EEEEEE;
      border: 1px solid #EEEEEE;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .products-services-common {
      width: 90%;
      margin: 5% auto;
    }

    .products-services-common img {
      zoom: 1;
    }

    .reservation-purchase {
      display: none;
      background: #F7F8F8;
      position: fixed;
      z-index: 1000;
      overflow-y: scroll;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .reservation-purchase-consultant {
      margin-top: 6.5%;
      text-align: center;
    }

    .reservation-purchase-consultant .en {
      font-size: 1rem;
      color: #888585;
    }

    .reservation-purchase-consultant .cn {
      font-size: 1.5rem;
      font-weight: bolder;
      color: #000;
    }

    .dialogue-goods {
      text-align: left;
      padding-top: 1%;
      width: 90%;
      margin: 0 auto;
    }

    .dialogue-goods > h5 {
      font-size: 1.2rem;
      margin-bottom: 1%;
    }

    .dialogue-checbox {
      width: 97%;
    }

    .dialogue-list {
      width: 100%;
      padding: 1% 0;
    }

    .checkbox-content label {
      font: 400 1.2rem microsoft yahei;
    }

    .checkbox-content label::before {
      width: 0.9rem;
      height: 0.9rem;
      border: 1px solid #7c7e7e;
      transform: translateX(-5px);
    }

    .list-location span,
    .list-house span,
    .list-area span {
      font: 400 1.2rem microsoft yahei;
      width: auto;
    }

    .location-picker {
      left: 23%;
      width: 82%;
      background: #fff;
    }

    .location-picker select {
      height: 2rem;
      font-size: 1.2rem;
      background: #F7F8F8;
    }

    .list-house label {
      font: 400 1.2rem microsoft yahei;
      padding-left: 5%;
    }

    .list-house label select {
      font: 400 1.2rem microsoft yahei;
      margin: 0px 6px;
    }

    .list-house label:first-of-type {
      margin-left: 5%;
      margin-right: 7%;
    }

    .list-area input {
      width: 42%;
      margin-left: 5%;
      background: #F7F8F8;
      font: 400 1.2rem microsoft yahei;
    }

    .list-area div {
      font: 400 1.2rem microsoft yahei;
    }

    .list-message {
      padding: 2% 0;
    }

    .list-qrcode {
      padding: 1% 0;
    }

    .list-qrcode span {
      width: 40%;
    }

    .list-qrcode span img {
      zoom: 1;
      height: 3rem;
    }

    .list-commit {
      padding: 0;
    }

    .list-individual input::placeholder,
    .list-area input::placeholder,
    .list-connect input::placeholder,
    .list-message textarea::placeholder {
      font-size: 1.2rem !important;
      color: #969696 !important;
    }

    .list-individual {
      width: 100%;
      padding: 10px 0;
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #dedede;
    }

    .list-individual span {
      font: 400 1.2rem microsoft yahei;
      width: auto;
      float: left;
      color: #333;
      text-align: left;
      display: inherit;
    }

    .list-individual-title {
      width: 37%;
      margin-left: 5%;
      background: #F7F8F8;
      border-radius: 0;
      border: 0;
      padding: 0;
      vertical-align: middle;
      color: #969696;
      float: left;
      font: 400 1.2rem microsoft yahei;
    }

    .list-individual-label {
      font: 400 1.2rem microsoft yahei;
      padding-left: 5%;
      color: #b0adad;
      cursor: pointer;
      position: relative;
      float: left;
    }

    .list-individual-label::before {
      content: '';
      display: inline-block;
      box-sizing: border-box;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 1px solid #969696;
      position: absolute;
      top: 3px;
      left: 0;
    }

    .list-individual-input:checked + .list-individual-label::before {
      padding: 2px;
      cursor: pointer;
      box-sizing: border-box;
      background-color: #969696;
      background-clip: content-box;
    }

    .list-individual-label:first-of-type {
      margin-right: 7%;
    }

    .list-message textarea,
    .list-qrcode input {
      background: #F7F8F8;
    }

    .list-connect {
      padding: 10px 0;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      overflow: hidden;
      border-bottom: 1px solid #dedede;
      position: relative;
    }

    .list-connect span {
      font: 400 1.2rem microsoft yahei;
      width: auto;
      float: left;
      color: #333;
      line-height: inherit;
      font-weight: bold;
      text-align: left;
      display: inherit;
    }

    .list-connect input {
      width: 42%;
      margin-left: 5%;
      background: #F7F8F8;
      font: 400 1.2rem microsoft yahei;
      border-radius: 0;
      border: 0;
      padding: 0;
      vertical-align: middle;
      color: #969696;
      float: left;
    }

    .list-agreement {
      padding: 5% 0;
      font-size: 1rem;
      font-weight: bolder;
    }

    .list-agreement input {
      display: none;
    }

    .list-agreement label {
      font-size: 1rem;
      padding-left: 5%;
      color: #000;
      cursor: pointer;
      position: relative;
    }

    .list-agreement label::before {
      content: '';
      display: inline-block;
      box-sizing: border-box;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      border: 1px solid #969696;
      position: absolute;
      top: 1px;
      left: 0;
    }

    .list-agreement input:checked + label::before {
      padding: 2px;
      cursor: pointer;
      box-sizing: border-box;
      background-color: #969696;
      background-clip: content-box;
    }

    .list-agreement span {
      color: #5482c7;
      border-bottom: 1px solid #5482c7;
    }

    .dialogue-mobile {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      overflow-y: scroll;
      z-index: 1001;
    }

    .dialogue-content-mobile {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 75%;
      background: #fff;
      box-sizing: border-box;
      padding: 1%;
      color: #000;
    }

    .dialogue-close-mobile {
      position: absolute;
      top: 0;
      right: -30px;
      width: 30px;
      height: 30px;
      background: url(static/images/cel.png) no-repeat center center;
      background-size: 30px 30px;
      cursor: pointer;
    }

    .confirmation-mobile {
      text-align: center;
      padding: 5% 0;
      display: block;
    }

    .confirmation-mobile-success {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .confirmation-mobile-success span {
      font-size: 26px;
      color: #333;
      font-weight: bold;
      margin-left: 15px;
    }

    .success-mobile-title {
      font: 400 15px microsoft yahei;
      margin: 5px auto;
      color: #000;
    }

    .success-mobile-content {
      font: 400 15px microsoft yahei;
      margin: 0 auto;
      width: 85%;
      color: #000;
    }

    .success-mobile-time {
      position: relative;
      border-top: 1px solid #bfbfbf;
      border-bottom: 1px solid #bfbfbf;
      margin: 12px auto;
      width: 96%;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 5px 0;
      box-sizing: content-box;
    }

    .success-mobile-time::after {
      position: absolute;
      content: '';
      width: 11px;
      height: 6px;
      background: url(static/images/icon-down.png);
      background-size: cover;
      right: 3%;
      top: 45%;
    }

    .success-mobile-time label {
      font: 400 13px microsoft yahei;
    }

    .time-mobile-select {
      width: 40%;
      height: 100%;
      color: #333;
      font-size: 14px;
      border-radius: 3px;
      border: solid 1px #bfbfbf;
      padding-left: 10px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-color: #fff;
    }

    .confirmation-mobile-commit {
      width: 150px;
      height: 35px;
      line-height: 35px;
      font-size: 14px;
      background: #f5b43e;
      color: #fff;
      margin: 0 auto;
    }


    .product-mobile {
      width: 93%;
      margin: 0 auto;
    }

    .product-mobile-ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .product-mobile-ul:first-of-type {
      margin-bottom: 2%;
    }

    .product-mobile-li {
      cursor: pointer;
    }

    .product-mobile-li img {
      zoom: 0.53;
    }

    .example-mobile {
      margin: 7% auto;
    }

    .example-mobile p {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
    }

    .example-mobile-entitle {
      font-weight: bolder;
      font-size: 1.5rem;
      transform: scale(1, 1.5);
      margin-top: 5%;
      margin-bottom: 2%;
    }

    .example-mobile-cntitle {
      font-weight: bolder;
      font-size: 1.3rem;
    }

    .example-mobile-content {
      font-size: 1rem;
      margin: 5% 0;
    }

    .example-mobile-button {
      color: #fff;
      width: 47%;
      height: 2.5rem;
      font-size: 1rem;
      line-height: 2.5rem;
      text-align: center;
      margin: 0 auto;
    }



    .newsinfo-mobile {
      height: 2.5rem;
      margin: 0 auto;
      background: #023866;
      line-height: 2.5rem;
      font-size: 1rem;
      text-align: center;
    }

    .newsinfo-mobile .swiper-container {
      z-index: auto;
    }

    .newsinfo-mobile-anchor {
      width: 80%;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: middle;
    }

    .swiper-news-prev-mobile {
      position: absolute;
      font-size: 1.5rem;
      color: #fff;
      top: 0;
      left: 3%;
      transition: transform 500ms;
      -webkit-transition: transform 500ms;
    }

    .swiper-news-next-mobile {
      position: absolute;
      font-size: 1.5rem;
      color: #fff;
      top: 0;
      right: 3%;
      transition: transform 500ms;
      -webkit-transition: transform 500ms;
    }
	

    /* 导航栏 移植 */
    .MobnavList {
      position: absolute;
      top: 40px;
      right: 0;
      z-index: 10000;
      overflow-x: hidden;
      overflow-y: scroll;
      width: 82%;
      min-width: 320px;
      /* background: transparent; */
      background: #eaebf0;
      -webkit-overflow-scrolling: touch;
    }

    .Mob_fxjt {
      position: absolute;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #eaebf0 transparent;
      right: 13px;
      top: 28px;
    }

    .navMobPublicBG {
      background-color: rgba(0, 0, 0, 0.27);
      height: 100%;
      position: fixed;
      width: 100%;
      top: 40px;
      z-index: 9999;
    }

    .headerHide {
      display: none;
    }

    .nav-part a {
      display: inline-block;
      color: #000;
      font-size: 1em;
      cursor: pointer;
    }

    .nav-part .opacity0 {
      opacity: 0;
      margin: 0;
      height: 0;
      padding: 0;
    }

    .nav-part h6 {
      box-sizing: border-box;
      padding: 1em;
      color: #000;
      font-weight: 700;
      font-size: 12px;
      border-bottom: 1px solid #cfd0d5;
    }

    .nav-part h6 i {
      width: 180px;
      height: 20px;
      background: url('static/images/icom01.png') no-repeat right/12px 12px;
      display: inline-block;
      font-size: 0;
      position: absolute;
      right: 10px;
    }

    .nav-part .on h6 i {
      background: url('static/images/icom02.png') no-repeat right/12px 12px;
    }

    .nav-part ul {
      display: none;
    }

    .nav-part li {
      margin-left: 20px;
      border-bottom: 1px solid #cfd0d5;
    }

    .nav-part ul li a {
      display: inline-block;
      box-sizing: border-box;
      padding: 1em;
      color: #666666;
      font-size: 12px;
      width: 99%;
      background: url(static/images/icom03.png) no-repeat 97.5% center/12px 12px;
    }

    .MobnavSubsidiary {
      margin-left: 20px;
    }

    .MobnavSubsidiary h5 {
      box-sizing: border-box;
      padding: 1em;
      color: #000;
      font-weight: 700;
      font-size: 12px;
      border-bottom: 1px solid #cfd0d5;
    }

    .MobnavSubsidiary h5 a {
      display: inline-block;
      color: #666666;
      font-size: 1em;
      font-weight: normal;
      cursor: pointer;
    }

    .MobnavSubsidiary h5 i {
      width: 180px;
      height: 20px;
      display: inline-block;
      font-size: 0;
      position: absolute;
      right: 10px;
      background: url(static/images/icom01.png) no-repeat right/12px 12px;
    }

    .MobnavSubsidiary.on h5 i {
      width: 180px;
      height: 20px;
      display: inline-block;
      font-size: 0;
      position: absolute;
      right: 10px;
      background: url(static/images/icom02.png) no-repeat right/12px 12px;
    }

    .MobnavList .nav-part ul {
      display: none;
    }

    .MobnavList .nav-part li {
      margin-left: 20px;
      border-bottom: 1px solid #cfd0d5;
    }

    .MobnavList .nav-part ul li a {
      display: inline-block;
      box-sizing: border-box;
      padding: 1em;
      color: #666666;
      font-size: 12px;
      width: 99%;
      background: url(static/images/icom03.png) no-repeat 97.5% center/12px 12px;
    }

    .MobnavList .Mobfwrx {
      background: #d2d7da;
      padding-bottom: 1px;
    }

    .MobnavList .Mobfwrx h3 {
      box-sizing: border-box;
      padding: 1em 1em 1em 3.6em;
      color: #000;
      font-weight: 700;
      font-size: 12px;
      margin: 0;
    }

    .MobnavList .Mobfwrx {
      border-top: .1px solid #a5aaae;
    }

    .MobnavList .Mobfwrx h3 {
      background: url(static/images/icon-tel.png) no-repeat 20px center/16px 16px;
    }

    .MobnavList .Mobfwrx .tel400 {
      display: block;
      margin: 10px 0% 20px 6%;
    }

    .MobnavList .Mobfwrx .tel400 p:nth-child(1) {
      color: rgba(0, 150, 222, 1);
      font-size: 24px;
      text-decoration: underline;
    }

    .MobnavList .Mobfwrx .tel400 p:nth-child(2) {
      color: rgba(60, 60, 60, 1);
      font-size: 12px;
    }

  }
  
      .one_title{
        position: relative;
    }
    .one_title span{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5%;
    }
    .cpzn_asd .list-block{
        padding-top: 20px;   
    }
    .cpzn_asd .list-block .list-item {
        width: 19%;
        margin: 0  0  0 1%;
    }
    .cpzn_asd .padding-box ul li{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 98%;
      display:block;
      line-height: 29px;
    }
    .cpzn_asd .left_list,
    .cpzn_asd .right_list{
        width: 50%;
    }
    .cpzn_asd .list-block .left_list {
        padding-right: 0;
    }

    .qwertyu .list-block .list-item{
        width: 18%;
        margin: 0 1%;
    }
    
    .qwertyu .list-block .list-item .padding-box{
        width: 100%;
        margin: 0 auto;
    }
	
/* ------------------------------------------- */
/* 全局样式和电脑端样式 */
/* ------------------------------------------- */

/* banner容器 */
.slider {
  position: relative;
  width: 100%;
  height: 600px; /* 电脑端固定高度 600px */
  background: #111;
  background-size: cover; 
  background-position: center; 
}

/* 每个slide的样式 */
.slide {
  position: absolute;
  inset: 0; 
  background-repeat: no-repeat;
  background-size: cover;       /* 背景图填充容器，保持宽高比例 */
  background-position: center;  
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active { 
  opacity: 1; 
}

/* 左右箭头按钮 */
.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: 0;
  cursor: pointer;
  z-index: 20;
  transition: transform .18s, background .18s;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}

.slide-btn:focus {
  outline: 2px solid rgba(255, 255, 255, 0.12); 
  outline-offset: 2px; 
}

.slide-btn:hover { 
  transform: translateY(-50%) scale(1.08); 
  background: rgba(0, 0, 0, 0.65); 
}

.slide-btn--prev { left: 28px; }
.slide-btn--next { right: 28px; }

/* 圆点导航样式 */
.dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  gap: 10px;
  z-index: 25;
}

.dots button {
  all: unset;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  display: inline-block;
  transition: transform .18s, background .18s;
}

.dots button.active { 
  background: #fff; 
  transform: scale(1.3); 
}

/* 遮罩层（阴影效果） */
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
}

/* 文字描述样式 */
.caption {
  position: absolute;
  left: 6%;
  bottom: 14%;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
  z-index: 10;
}

/* ------------------------------------------- */
/* 适配手机端：响应式调整 (max-width: 720px) */
/* ------------------------------------------- */
@media (max-width: 720px) {
  .slider {
    /* 【核心调整 A】：移除固定 height，使用 1920x600 的比例 (31.25%) */
    height: 0; 
    padding-bottom: 31.25%; /* 600 / 1920 = 0.3125 */
    min-height: 0; /* 确保最小高度不干扰比例 */
    
    background-size: cover; /* 移动端继续使用 cover，因为比例已通过 padding-bottom 保证 */
    background-position: center center;
  }
  
  /* .slide 保持原有的 position: absolute; inset: 0; 
     使其完美覆盖由 padding-bottom 撑开的父容器 */
  .slide {
    background-size: cover; /* 保证图片填充整个 slide 区域 */
  }

  /* 按钮尺寸保持 */
  .slide-btn { 
    width: 44px; 
    height: 44px; 
    font-size: 20px;
  }

  /* 调整按钮左右边距 */
  .slide-btn--prev { left: 10px; }
  .slide-btn--next { right: 10px; }


  /* 调整文字描述位置和大小 */
  .caption { 
    font-size: 20px; 
    left: 4%; 
    bottom: 8%; /* 稍微抬高位置 */
  }

  /* 调整圆点导航位置和大小 */
  .dots {
    bottom: 5px; /* 进一步降低位置 */
    gap: 8px;
  }

  .dots button {
    width: 10px;
    height: 10px;
  }
}