/*****************

 * 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: #0271B8;
  text-decoration: none;
}

a:hover {
  color: #0271B8;
  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: .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 {
  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;
}



/* swiper */

.swiper {
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  background: url("../images/loading.gif") #f9f9f9 no-repeat center;
  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;
}

.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: .5em;
  height: .5em;
  border-radius: .5em;
  background: #fff;
  margin: 0 .25em;
  vertical-align: middle;
  white-space: nowrap;
}

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



.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: .5;
  display: inline-block;
  vertical-align: top;
}

.ie8 .swiper-pagination .swiper-active-switch:before {
  content: "●";
  color: #F7B52D;
  font-weight: normal;
  margin-top: .02em;
}



.css3 .swiper-pagination .swiper-pagination-switch {
  font-size: 2em;
  display: inline-block;
  width: .5em;
  height: .5em;
  border-radius: .5em;
  background: #eee;
  margin: 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: .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("../images/prev-white.png");
}

.swiper-next-white:before {
  background-image: url("../images/next-white.png");
}

.swiper-prev-black:before {
  background-image: url("../images/");
}

.swiper-next-black:before {
  background-image: url("../images/");
}

.swiper-prev-color:before {
  background-image: url("../images/");
}

.swiper-next-color:before {
  background-image: url("../images/");
}

.swiper-lazy {
  min-width: 100px;
  min-height: 80px;
  background: url("../images/loading.gif") #f9f9f9 no-repeat center;
  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 */

.toggler {}

.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: .4em 2em;
  line-height: 1.1;
  background-color: #0786D3;
  color: #fff;
  border-radius: .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: .6em;
  margin-top: -.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("../images/") 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("../images/") 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: .5em .8em;
  background: none;
}

.btn-border:after {
  margin-left: .5em;
  margin-right: -.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: -.25em;
  margin-left: .5em;
  border-width: .3em 0 .3em .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: .5em;
  top: 0;
  width: 20px;
  height: 100%;
  background: url("../images/") 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: -.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: -.1em;
  vertical-align: middle;
  background: url("../images/") center no-repeat;
  background-size: auto 100%;
}

.voted:before {
  background-image: url("../images/");
}



.pager {
  overflow: hidden;
  font-size: .8em;
}

.pager a {
  color: #0786D3;
}

.pager .prev {
  float: left;
}

.pager .prev:before {
  content: "◄";
  padding-right: .3em;
}

.pager .next {
  float: right;
}

.pager .next:after {
  content: "►";
  padding-left: .3em;
}



.icon-img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-top: -.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: 90px;
}



.ha-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-top: -.15em;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.ha-icon-arrow {
  background-image: url("../images/");
}

.ha-icon-pix {
  background-image: url("../images/icon_pix.png");
}

.ha-icon-player {
  background-image: url("../images/icon_player.png");
}

.ha-icon-fqa {
  background-image: url("../images/");
}

.ha-icon-course {
  background-image: url("../images/");
}

.ha-icon-gift {
  background-image: url("../images/");
}

.ha-icon-prev {
  background-image: url("../images/");
}

.ha-icon-prev-gray {
  background-image: url("../images/");
}

.ha-icon-next {
  background-image: url("../images/");
}

.ha-icon-next-gray {
  background-image: url("../images/");
}

.ha-icon-tips {
  background-image: url("../images/");
}

.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.60em;
}

.ha-icon-2x {
  font-size: 0.83em;
}

.ha-icon-3x {
  font-size: 1.00em;
}

.ha-icon-4x {
  font-size: 1.20em;
}

.ha-icon-5x {
  font-size: 1.43em;
}

.ha-icon-6x {
  font-size: 1.60em;
}

.ha-icon-7x {
  font-size: 1.80em;
}

.ha-icon-8x {
  font-size: 2.00em;
}

.ha-icon-9x {
  font-size: 2.20em;
}



/*****************

 * 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: .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: .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("../images/index_img_05.jpg") #f9f9f9 no-repeat center top;
  background-size: 100% auto;
  margin-top: 30px;
}

.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: .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: .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 .5em;
  margin: 0;
  margin-top: -1.9em;
  background: #fff;
  background: rgba(255, 255, 255, .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: .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%;
  background: #f9f9f9;
}

.imageword-index .imageword-right .image {
  width: 55.6%;
}

.imageword-index .imageword-right .word {
  right: 55.6%;
  background: #f9f9f9;
}

.imageword-index .word-inner {
  padding: 0 10%;
}

.imageword-index .word-inner h2 .icon-img {
  margin-right: 5px;
}

.imageword-index .word-inner h2 span {
  display: inline-block;
  margin: auto;
}

.imageword-index.inner-xs {
  padding-top: 0px;
}

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

.imageword-proshop .word p a {
  margin-right: .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;
}

.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: .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 {}

.new-life-style-banner:before,
.new-life-style-banner:after {
  display: none;
}

.frame-new-life-style .imageword-new-life-style {
  margin: 4% 0;
}

.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: .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 .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 {
  text-align: center;
  padding: 2em 0;
  color: #fff;
  background: linear-gradient(to right, #3EACE1, #57C6C0)
}

.select-bar .item {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 1em;
}

.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 .item .line {
  display: inline-block;
  width: 1px;
  height: 3em;
  background: #fff;
  margin: 0 2em;
}

.select-bar .item .select {
  border: none;
  color: #fff;
}

.select-bar .item .select select {
  border: none;
  color: #fff;
  font-size: 1.2em;
}

.select-bar .item .select option {
  color: #000;
}

.select-bar .item .select:before {
  background: url("../images/") no-repeat left center;
  background-size: 200% auto;
}

.select-group {
  float: left;
  width: 220px;
  margin-right: 6%;
}

.select-group-hd {
  padding: .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: .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: .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 .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: .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: .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: .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("../images/");
}



.proshop-list {
  display: none;
  margin: 40px 0;
}

.proshop-list-hd {
  background: #eee;
  padding: .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: .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: .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: .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: .5em 0;
}

.imageword-proshop-detail .certificate {
  padding: .5em 0;
}

.imageword-proshop-detail .description {
  padding-top: 2em;
}

.proshop-detail-map .h2 {
  margin-bottom: .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, .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("../images/") 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 .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("../images/") 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("../images/") 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("../images/") 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("../images/") no-repeat center;
}

.fqa-list .open .fqa-title b {
  background-position: right center;
}





/* page event */

.event-banner {
  position: relative;
}

.event-banner a {
  position: absolute;
  left: 58%;
  bottom: 13%;
  width: 22%;
  background: rgba(0, 255, 0, 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("../images/") 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("../images/") 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("../images/") 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("../images/") 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("../images/");
  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: .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: .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("../images/") 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.0000%;
  }

  .col-3-1-lg {
    width: 33.3333%;
  }

  .col-2-1-lg {
    width: 50.0000%;
  }

  .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.0000%;
  }

  .col-3-1-lg {
    width: 33.3333%;
  }

  .col-2-1-lg {
    width: 50.0000%;
  }



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

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



  .icon-img {
    width: 18px;
    height: auto;
    vertical-align: middle;
    margin-top: -.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;
  }

  .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.0000%;
  }

  .col-3-1-xs {
    width: 33.3333%;
  }

  .col-2-1-xs {
    width: 50.0000%;
  }

  .h1 {
    font-size: 2.0em;
  }

  .h2 {
    font-size: 1.6em;
    font-weight: bold;
  }

  .h3 {
    font-size: 1.2em;
  }

  .h4 {
    font-size: 1.0em;
  }

  .h1-xs {
    font-size: 2.0em;
  }

  .h2-xs {
    font-size: 1.6em;
  }

  .h3-xs {
    font-size: 1.2em;
  }

  .h4-xs {
    font-size: 1.0em;
  }

  .h-line-xs {
    position: relative;
    padding-bottom: .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: .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: .5em .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: -.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, .8);
    border-radius: 1em;
    padding: .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 {
    overflow: hidden;
  }

  .imageword-index .imageword+.imageword {
    margin-top: 10px;
  }

  .imageword-index .imageword .word .h4 {
    display: none;
  }

  .imageword-index .imageword .word .readmore {
    position: relative;
    z-index: 20;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 255, 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: relative;
    left: auto !important;
    right: 0;
    top: 20%;
    height: auto;
    bottom: auto;
    text-align: center;
    width: 100%
  }

  .imageword-index .imageword-new-life-style .word-inner {
    display: inline-block;
    width: 100%;
    padding: 1em 0 !important;
    background: rgba(255,255,255,0.7);
    vertical-align: middle;
  }

  .imageword-index .imageword-new-life-style .word h2 b {
    display: block;
    padding-bottom: .1em;
    margin-bottom: .1em;
  }

  .imageword-index .imageword-new-life-style .word h2 span {
    display: block;
  }

  .imageword-index .imageword-proshop .word {
    position: relative;
    width: 100%;
    right: 0;
    text-align: center;
    white-space: nowrap;
    top: 20%;
    bottom: inherit;
  }

  .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.7);
    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;
    width: 100%;
    right: 0;
    text-align: center;
    white-space: nowrap;
    top: 20%;
  }

  .imageword-index .imageword-culture .word-inner {
    display: inline-block;
    width: 100%;
    padding: 1em 0 !important;
    background: rgba(255,255,255,0.7);
    vertical-align: middle;
  }

  .imageword-index .imageword-culture .word h2 b {
    display: block;
    padding-bottom: .1em;
    margin-bottom: .1em;
  }
  .imageword-index .imageword-right .word{
    position: relative;
    width: 100%;
    right: 0;
    text-align: center;
    white-space: nowrap;
    top: 20%;
    background: none;
  }
  .imageword-index .imageword-right .word-inner {
    display: inline-block;
    width: 100%;
    padding: 1em 0 !important;
    background: rgba(255,255,255,0.7);
    vertical-align: middle;
  }

  .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: .1em;
    margin-bottom: .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;
    letter-spacing: -5px;
    font-size: 0;
  }

  .select-bar .item {
    width: 48%;
    padding: 1em;
    font-size: 0.8rem;
    letter-spacing: 0;
    box-sizing: border-box;
  }

  .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;
    margin-bottom: .5em;
  }

  .select-bar .item .key * {
    display: inline
  }

  .select-bar .item .line {
    display: none;
  }

  .select-bar .item .select {
    margin-left: -4px;
    margin-bottom: -0.5em;
  }

  .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.0000%;
  }

  .select-group-bd .dd-2 dd {
    width: 50.00000%;
  }

  .select-group-bd .dd-3 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-4 dd {
    width: 50.00000%;
  }

  .select-group-bd .dd-5 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-6 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-7 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-8 dd {
    width: 50.33333%;
    ;
  }

  .select-group-bd .dd-9 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-10 dd {
    width: 50.33333%;
  }

  .select-group-bd .dd-11 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-12 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-13 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-14 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-15 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-16 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-17 dd {
    width: 33.33333%;
    font-size: .8rem;
  }

  .select-group-bd .dd-18 dd {
    width: 33.33333%;
    font-size: .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: .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: .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: .8em 2em .8em 0;
    position: relative;
  }

  .imageword-proshop-detail .address:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    background: url("../images/") center;
    background-size: 100% auto;
  }

  .imageword-proshop-detail .certificate {
    border-bottom: 1px #eee solid;
    padding: .8em 0;
  }

  .imageword-proshop-detail .description {
    padding-top: .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: .8em;
    height: .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, .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: .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 .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 .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: .6em;
  }

  .fqa-list .fqa-title b {
    width: .5em;
    right: -1.2em;
    background: url("../images/") 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: .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: .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: .8em;
    margin-top: .1em;
    margin-bottom: .4em;
  }

  .case-single-intro .imageword-intro .image {
    width: 43% !important;
    float: left;
  }

  .case-single-intro .imageword-intro .word p {
    font-size: .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: .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 .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: .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;
  }
/* 首页自适应样式 */
  .carousel{
    width: 100%;
  }
  .box7{
    overflow: hidden;
  }
  .container{
    width: 100%;
  }

}

@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: .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: .9em;
  }

  .why-banner-3 .why-block-9 .word-inner-2 .left span {
    font-size: .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;
  }

}