.layout {
  max-width: 1200px;
  margin: 0 auto;
}
.search_form {
    display: flex;
    align-items: center;
    height: 38px;
    margin: 0;
  }
  .search_input {
    width: 150px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #eee;
    border-right: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 38px;
  }
  .search_input:focus {
    border-color: #0099ff;
  }
  .search_btn {
    height: 38px;
    padding: 0 20px;
    background: #0099ff;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 38px;
	white-space: nowrap; /* 防止文字换行 */
  }
  .search_btn:hover {
    background: #0080e0;
  }

img {
  max-width: 100%;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
/*header*/
#wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.headertou {
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.headertou .layout {
  height: 100px;
  line-height:100px; 
  position: relative;
}
.logo {
  float: left;
  padding-top: 0;
}
.logo a {
  display: block;
  width: 330px;
  height: 100px;
  font-size: 0;
  /*background-image: url(../images/logo.png);*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.search-btn {
  width: 19px;
  height: 19px;
  background: url(../images/searchBtn.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 18px;
  display: none;
}
.search-btn.on {
  background: url(../images/close-i.png) no-repeat;
}
.searchBox {
  width: 160px;
  height: 30px;
  padding-right: 20px;
  border-bottom: 1px solid #000;
  float: left;
  position: absolute;
  right: 0;
  top: 114px;
  z-index: 10;
}
.searchBox .searchText {
 float: left;
  width: 80%;
  height: 30px;
  line-height: 30px;
  border: none;
  background: none;
  color: #000;
}
.searchBox .searchBtn {
	float: right;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  border: none;
  cursor: pointer;
  background: url(../images/searchBtn.png) no-repeat;
}
.headertou .bdsharebuttonbox {
  float: right;
  margin-top: 35px;
}
.headertou .bdsharebuttonbox a {
  width: 27px;
  height: 27px;
  margin: 0 0 0 7px;
  padding: 0;
  background-image: url(../images/hShare.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.headertou .bdsharebuttonbox a.bds_weixin {
  background-position: 0 0;
}
.headertou .bdsharebuttonbox a.bds_weixin:hover {
  background-position: 0 -27px;
}
.headertou .bdsharebuttonbox a.bds_tsina {
  background-position: -27px 0;
}
.headertou .bdsharebuttonbox a.bds_tsina:hover {
  background-position: -27px -27px;
}
.headertou .bdsharebuttonbox a.bds_sqq {
  background-position: -54px 0;
}
.headertou .bdsharebuttonbox a.bds_sqq:hover {
  background-position: -54px -27px;
}
.top {
  letter-spacing: -0.01em;
  width: 100%;
  height: 60px;
  position: relative;
  top: 0;
  left: 0;
}
.top .gnb {
  position: relative;
  z-index: 10;
}
.top .gnb > li {
  float: left;
  position: relative;
  z-index: 20;
  text-align: left;
}
.top .gnb > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 16px;
  margin-right: 60px;
}
.top .gnb > li > a:hover {
  color: #d14e95;
}
.top .gnb li ul {
  position: absolute;
  left: 0;
  top: 60px;
  visibility: hidden;
  opacity: 0;
}
.top .gnb li:hover ul {
  visibility: visible;
  opacity: 1;
}
.top .gnb li ul li {
  letter-spacing: -0.01em;
}
.top .gnb li ul li a {
  display: block;
  font-size: 14px;
  color: #636363;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
}
.top .gnb li ul li a:hover {
  color: #d14e95;
  text-decoration: underline;
}
.top .inner {
  height: 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.top .inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70ffffff, endColorstr=#70ffffff);
}
.btn-m-list {
  width: 55px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1020;
  display: none;
  transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.trans, .trans:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.trans-fast, .trans-fast:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}
.btn-m-list .burger {
  width: 17px;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 50%;
  margin: 0 0 0 -10px;
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
}
.btn-m-list .burger-2 {
  top: 25px;
  width: 25px;
}
.btn-m-list .burger-3 {
  top: 33px;
  width: 21px;
}
.btn-m-list.on .burger-1 {
  top: 25px;
  width: 21px;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.btn-m-list.on .burger-2 {
  top: 25px;
  width: 21px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  left: 100%;
}
.btn-m-list.on .burger-3 {
  top: 25px;
  width: 21px;
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  background-color: rgba(0, 0, 0, .7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
}
.mob-nav {
  width: 264px;
  height: 100%;
  position: fixed;
  _position: absolute;
  top: 0;
  left: -100%;
  visibility: hidden;
  overflow-y: auto;
  background-color: #fff;
  z-index: 3000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: -10px 0 100px 10px rgba(0, 0, 0, 0.7);
  box-shadow: -10px 0 100px 10px rgba(0, 0, 0, 0.7);
}
.mob-nav.on {
  visibility: visible;
  left: 0;
}
.mob-nav .neirong-close {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/nav-close.png) no-repeat 7px center;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
  visibility: hidden;
}
.mob-nav.on .neirong-close {
  visibility: visible;
}
.mob-nav .subtab {
  padding-top: 60px;
}
.mob-nav .subtab > li {
  border-bottom: 1px solid #333;
  position: relative;
  transform: translateX(0rem);
  transition: 0.5s;
}
.mob-nav .subtab > li:nth-child(1) .tlink {
  transition-delay: 150ms;
}
.mob-nav .subtab > li:nth-child(2) .tlink {
  transition-delay: 250ms;
}
.mob-nav .subtab > li:nth-child(3) .tlink {
  transition-delay: 350ms;
}
.mob-nav .subtab > li:nth-child(4) .tlink {
  transition-delay: 450ms;
}
.mob-nav .subtab > li:nth-child(5) .tlink {
  transition-delay: 550ms;
}
.mob-nav .subtab > li:nth-child(6) .tlink {
  transition-delay: 650ms;
}
.mob-nav .subtab > li:nth-child(7) .tlink {
  transition-delay: 750ms;
}
.mob-nav .subtab > li:nth-child(8) .tlink {
  transition-delay: 850ms;
}
.mob-nav .subtab > li:nth-child(9) .tlink {
  transition-delay: 950ms;
}
.mob-nav .subtab > li:nth-child(10) .tlink {
  transition-delay: 1050ms;
}
.mob-nav.on .subtab > li {
  transform: translateX(0px);
}
.mob-nav .subtab li .tlink {
  display: block;
  padding: 12px 20px;
  font-size: 16px;
  color: #333;
  background-color: #8c8c8c;
  position: relative;
}
.mob-nav .subtab li.on .tlink {
  color: #d14e95;
}
.mob-nav .subtab li .subbtn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mob-nav .subtab li.on .subbtn:after {
  -webkit-transform: rotate(223deg);
  transform: rotate(223deg);
}
.mob-nav .subtab li .submenu {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  overflow: hidden;
  display: none;
}
.mob-nav .subtab li .submenu a {
  display: block;
  margin-left: 20px;
  padding: 10px;
  font-size: 16px;
  color: #000;
}
.mob-nav .subtab li .subbtn1:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/moli.png) no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mob-nav .subtab li .on .subbtn1:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mob-nav .subtab li .mlink {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #8c8c8c;
  position: relative;
}
.mob-nav .subtab li .menuer {
  width: 100%;
  overflow: hidden;
  display: none;
}
.mob-nav .subtab li .menuer a {
  display: block;
  padding: 10px;
  margin-left: 35px;
  font-size: 14px;
  color: #000;
}
.mob-nav .subtab li .tlink {
  background: rgba(33, 33, 33, 0.8);
  -webkit-transform-origin: -100% 0%;
  -moz-transform-origin: -100% 0%;
  -o-transform-origin: -100% 0%;
  -ms-transform-origin: -100% 0%;
  transform-origin: -100% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.mob-nav.on .subtab li .tlink {
  background: rgba(255, 255, 255, 1);
  -webkit-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.banner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner .slideshow {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.banner .slideshow * {
  outline: none;
}
.banner .slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
/*.banner .slideshow .item img{width: 100%; display: block; -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: scale(1.2); transform: scale(1.2);}
.banner .slideshow .item.slick-active img{-webkit-transform: scale(1);transform: scale(1);}*/
.banner .slideshow .slick-slide .pimg {
  width: 100%;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner .slideshow .slick-active .pimg {
  visibility: visible !important;
  -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.banner .slideshow .slick-active .binbox {
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: fadeInRightBig 1.2s 1;
  animation: fadeInRightBig 1.2s 1;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.banner .slideshow .slick-active .bot {
  -moz-animation: a_slidercurrent 5s linear;
  -webkit-animation: a_slidercurrent 5s linear;
  -o-animation: a_slidercurrent 5s linear;
  animation: a_slidercurrent 5s linear;
}
@-moz-keyframes a_slidercurrent {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes a_slidercurrent {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.banner .slick-arrow {
  width: 31px;
  height: 57px;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -28.5px;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.banner .slick-prev {
  background-image: url(../images/banBtnsl.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: -100%;
}
.banner:hover .slick-prev {
  left: 40px;
}
.banner .slick-next {
  background-image: url(../images/banBtnsr.png);
  background-size: cover;
  background-repeat: no-repeat;
  right: -100%;
}
.banner:hover .slick-next {
  right: 40px;
}
.banner .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 10;
}
.banner .slick-dots li {
  width: 17px;
  height: 17px;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  _display: inline;
  zoom: 1;
  margin: 0 5px;
  background-color: #fff;
}
.banner .slick-dots li button {
  display: none;
}
.banner .slick-dots li.slick-active {
  background-color: #d14e95;
}
/*index*/
.contain {
  width: 100%;
  padding-top: 20px;
}
.containTop {
  padding-top: 0;
}
#wrap {
  width: 100%;
  position: relative;
}
.sectionBox {
  width: 100%;
  background-color: #fff;
}
.section01 {
  padding-top: 20px;
}
.index-title {
  width: 100%;
  text-align: center;
}
.index-title img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.index-title .h2 {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.index-title .h2:before, .index-title .h2:after {
  content: "";
  width: 49px;
  height: 2px;
  background-color: #9b9b9b;
  position: absolute;
  top: 50%;
  margin-top: 8px;
}
.index-title .h2:before {
  left: -49px;
}
.index-title .h2:after {
  right: -49px;
}
.index-title .t {
  font-size: 32px;
  font-weight: bold;
  color: #1226a9;
  letter-spacing: 6px;
  margin-top: 19px;
  display: block;
  line-height: 1;
}
.index-title .t1 {
  font-size: 16px;
  color: #9b9b9b;
  letter-spacing: 6px;
  margin-top: 19px;
}
.index-vid-tab {
  width: 100%;
  margin-top: 23px;
  text-align: center;
}
.index-vid-tab ul {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.index-vid-tab ul li {
  display: inline-block;
  _display: inline;
  zoom: 1;
  margin: 0 30px;
}
.index-vid-tab ul li a {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #ffd7e2;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  cursor: default;
}
.index-vid-tab ul li:nth-child(2n) a {
  background-color: #89dffd;
}
.index-vid-tab ul li .t {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 30px;
}
.index-vid-tab ul li p {
  font-family: 'Arial';
}
.index-video-box {
  max-width: 1066px;
  margin: 35px auto 0 auto;
}
.ind-video {
  width: 100%;
  background-color: #000;
  position: relative;
}
.ind-video .videoImg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
}
.ind-video .videoImg img {
  width: 100%;
  height: 100%;
  display: block;
}
.ind-video video {
  max-height: 600px;
}
.ind-video .videoImg:after {
  content: "";
  width: 94px;
  height: 94px;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  background: url(../images/play.png) no-repeat;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ind-video .videoImg:hover:after {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.section02 {
  padding-top: 0px;
}
.section02 .layout {
  max-width: 1540px;
}
.index-product ul li {
  width: 100%;
  background-color: #81dbf9;
  opacity: 0.8; /* 整个元素透明度80% */
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}
.index-product ul li.item2 {
  background-color: #ffd7e2;
  opacity: 0.8; /* 整个元素透明度80% */
}
.index-product ul li .pic, .index-product ul li .tmain {
  width: 50%;
  height: 434px;
}
.index-product ul li .pic {
  float: left;
  overflow: hidden;
  position: relative;
}
.index-product ul li.item2 .pic {
  float: right;
}
.index-product ul li .pic span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.index-product ul li .pic:hover span {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.index-product ul li .tmain {
  display: table;
  text-align: center;
  color: #fff;
  float: right;
  position: relative;
  z-index: 1;
}
.index-product ul li .tmain:after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  left: 25px;
  top: 25px;
  right: 25px;
  bottom: 25px;
  z-index: -1;
}
.index-product ul li .tbox {
  display: table-cell;
  vertical-align: middle;
}
.index-product ul li .h2 {
  font-size: 36px;
}
.index-product ul li .h2:before, .index-product ul li .h2:after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.index-product ul li .h2:before {
  margin-right: 20px;
}
.index-product ul li .h2:after {
  margin-left: 20px;
}
.index-product ul li .pcont {
  max-width: 506px;
  margin: 30px auto 0 auto;
  font-size: 17px;
  color: #fff;
}
.index-product ul li .more {
  display: inline-block;
  font-family: 'Arial';
  min-width: 115px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-bottom: 5px solid #fff;
  margin-top: 40px;
}
.index-product ul li .more:hover {
  color: #d14e95;
  border-color: #d14e95;
}
.section03 {
  padding-top: 20px;
}
.index-pro-box {
  width: 100%;
  margin-top: 55px;
}
.index-pro-cover {
  width: 100%;
  height: 540px;
  padding-top: 180px;
  background-position: left top;
  text-align: right;
  background-repeat: no-repeat;
}
.m-index-pro-cover {
  display: none;
}
.index-pro-box02 .index-pro-cover {
  background-position: right top;
  text-align: left;
}
.index-pro-cover .text {
  max-width: 255px;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  color: #000;
}
.index-pro-cover .th {
  font-size: 30px;
}
.index-pro-cover .pcont {
  color: #333;
  margin-top: 10px;
}
.index-pro-list {
  width: 100%;
  margin-top: -170px;
  position: relative;
  z-index: 5;
}
.index-pro-demo {
  width: 100%;
  background-color: rgba(255, 255, 255, .5)
}
.index-pro-demo .slick-list {
  margin: 0 -10px;
}
.index-pro-demo .box {
  display: block;
  margin: 0 10px;
  text-align: center;
}
.index-pro-demo .pic {
  width: 100%;
  /*height: 400px;*/
  padding-top: 140.5%;
  overflow: hidden;
  position: relative;
}
.index-pro-demo .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/*.index-pro-demo .pic:hover img{transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); -webkit-transform: scale(1.03);}*/
.index-pro-demo .pic:after {
  content: "";
  /*width: 200px; height: 200px;*/
  width: 71%;
  height: 50.5%;
  background-color: #81dbf9;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.index-pro-demo .pic:hover:after {
  transform: none;
  visibility: visible;
  opacity: 1;
}
.index-pro-demo .title {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.index-pro-demo .title:hover {
  color: #d14e95;
}
.index-pro-demo .h2 {
  margin-bottom: 5px;
}
.index-pro-demo .slick-arrow {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 100%;
  background-color: #e0e0e0;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-pro-demo .slick-arrow:hover {
  background-color: #81dbf9;
}
.index-pro-demo .slick-prev {
  left: -6%;
  background-image: url(../images/pro-prev.png);
}
.index-pro-demo .slick-next {
  right: -6%;
  background-image: url(../images/pro-next.png);
}
.section04 {
  width: 100%;
  min-height: 400px;
  padding: 130px 0;
  margin-top: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section04 .pcimg {
  width: 100%;
}
.section04 .moimg {
  width: 100%;
  display: none;
}
.index-about {
  padding: 55px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, .7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70ffffff, endColorstr=#70ffffff);
}
.index-about .index-title .h2:before, .index-about .index-title .h2:after {
  display: none;
}
.index-about .pcont {
  max-width: 600px;
  margin: 50px auto 0 auto;
  font-size: 17px;
  color: #808080;
}
.index-about .more {
  display: inline-block;
  font-family: 'Arial';
  min-width: 115px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 5px solid #dbdbdb;
  margin-top: 30px;
}
.index-about .more:hover {
  color: #d14e95;
  border-color: #d14e95;
}
.snowfall-flakes {
  display: none;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -ms-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*about*/
.nybanner {
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.nybanner .nyTitle {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  /*text-shadow: black 0.1em 0.1em 0.2em;*/
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.nybanner .h2 {
  font-size: 30px;
  color: #000;
}
.navigation {
  width: 100%;
  background-color: #faf5f6;
}
.navigation ul {
  font-size: 0;
  -webkit-text-size-adjust: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 60px 0 20px 0;
}
.navigation ul li {
  display: inline-block;
  _display: inline;
  zoom: 1;
  margin-right: 40px;
  position: relative;
  z-index: 1;
}
.navigation ul li a {
  font-size: 16px;
  color: #333;
}
.navigation ul li:hover a, .navigation ul li.on a {
  color: #d14e95;
}
.about-box {
  width: 100%;
  padding: 140px 0;
  background-color: #fff;
}
.about-box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.about-box .m {
  display: none;
}
.about-box01 {
  padding: 110px 0 140px 0;
  /*background-image: url(../images/about-box01.jpg); background-position: left 246px; background-repeat: no-repeat;*/
}
.about-box02 {
  padding: 0;
}
.about-box02 .layout {
  max-width: 1800px;
}
.about-box03 {
  /*background-image: url(../images/about-box03.jpg); background-position: right 315px; background-repeat: no-repeat;*/
}
.about-box04 {
  background-color: #faf5f6;
}
.about-box05 {
  padding: 30px 0;
}
/*news*/
.news-wrap {
  width: 100%;
  background-color: #faf5f6;
  padding: 40px 0 140px 0;
}
.news-list ul {
  margin: 0 -20px;
}
.news-list ul li {
  width: 50%;
  float: left;
  margin-bottom: 46px;
}
.news-list ul li .box {
  display: block;
  margin: 0 20px;
}
.news-list ul li .pic {
  width: 100%;
  /*height: 300px;*/
  padding-top: 52%;
  overflow: hidden;
  position: relative;
}
.news-list ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.news-list ul li .pic:hover img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.news-list ul li .tmain {
  margin: -40px 0 0 40px;
  padding: 40px 30px;
  background-color: #faf5f6;
  position: relative;
  z-index: 5;
}
.news-list ul li .tit {
  font-size: 16px;
  color: #333;
  padding-right: 25px;
  background: url(../images/news-icon.png) right center no-repeat;
}
.news-list ul li .tit:hover {
  color: #d14e95;
  background: url(../images/news-icon-h.png) right center no-repeat;
}
.news-list ul li .pcont {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.loadbtns {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.loadbtns a {
  display: inline-block;
  font-family: 'Arial';
  min-width: 162px;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  border: 2px solid #333;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 1;
}
.loadbtns a:hover {
  color: #fff;
  border-color: #d14e95;
}
.loadbtns a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d14e95;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}
.loadbtns a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.containBak .news-wrap, .containBak .navigation {
  background-color: #fff;
}
.newsdetails h1 {
  font-size: 30px;
  color: #000;
  text-align: center;
}
.newsdetails .news-info {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.newsdetails .news-info .time {
  display: inline-block;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: #d14e95;
  padding-left: 24px;
  background: url(../images/news-time.png) left 3px no-repeat;
}
.newsdetails .news-text {
  width: 100%;
  padding: 30px 0;
}
.newsdetails .news-sns {
  width: 100%;
  padding: 70px 0 30px 0;
  border-top: 1px solid #ebebeb;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.newsdetails .news-sns a {
  display: inline-block;
  _display: inline;
  zoom: 1;
  float: none;
  width: 28px;
  height: 24px;
  padding: 0;
  margin: 0 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.newsdetails .news-sns a.bds_weixin {
  background-image: url(../images/news-wx.png);
}
.newsdetails .news-sns a.bds_tsina {
  background-image: url(../images/news-sina.png);
}
.newsdetails .news-sns a.bds_sqq {
  background-image: url(../images/news-qq.png);
}
.news-more {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #faf5f6;
  border-top: 1px solid #ebebeb;
}
.news-more ul li {
  width: 33.333%;
  text-align: center;
  float: left;
}
.news-more ul li a {
  display: inline-block;
  font-size: 0;
  width: 20px;
  height: 12px;
  vertical-align: middle;
}
.news-more ul li.prev {
  text-align: left;
}
.news-more ul li.prev a {
  background: url(../images/news-prev.png) no-repeat;
}
.news-more ul li.back a {
  width: 18px;
  height: 14px;
  background: url(../images/news-back.png) no-repeat;
}
.news-more ul li.next {
  text-align: right;
}
.news-more ul li.next a {
  background: url(../images/news-next.png) no-repeat;
}
/*product*/
.pro-list {
  max-width: 1010px;
  margin: 0 auto;
  padding-top: 10px;
}
.pro-list ul {
  margin: 0 -44px;
}
.pro-list ul li {
  width: 33.333%;
  float: left;
  margin-bottom: 40px;
}
.pro-list ul li .box {
  margin: 0 44px;
}
.pro-list ul li .pic {
  width: 100%;
  /*height: 307px;*/
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.pro-list ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.pro-list ul li .pic:hover img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.pro-list ul li .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  background-color: rgba(255, 255, 255, .45);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#45ffffff, endColorstr=#45ffffff);
}
.pro-list ul li .pic:hover:after {
  display: block;
}
.pro-list ul li .btns-div {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}
.pro-list ul li .box:hover .btns-div {
  visibility: visible;
  opacity: 1;
}
.pro-list ul li .a {
  width: 162px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #d14e95;
  background-color: #fff;
  font-size: 18px;
  color: #d14e95;
  display: block;
  margin: 9px auto;
  position: relative;
  z-index: 1;
}
.pro-list ul li .a:hover, .pro-list ul li a.on {
  background-color: #d14e95;
  color: #fff;
}
/*.pro-list ul li .a:after{content:""; display: block; width: 100%; height: 100%; background-color: #d14e95; position: absolute; left: 0; bottom: 0; z-index: -1; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1); transition:transform .3s cubic-bezier(.4,0,.2,1); transition:transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.pro-list ul li .a:hover:after,.pro-list ul li a.on:after{transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9;}*/
.pro-list ul li .tmain {
  padding: 20px 10px;
  text-align: center;
  height: 115px;
}
.pro-list ul li .h2 {
  font-family: 'Microsoft YaHei';
  font-size: 24px;
  color: #333;
  line-height: 1.1;
}
.pro-list ul li .h2:hover {
  color: #d14e95;
}
.pro-list ul li .h3 {
  font-family: 'Arial';
  font-size: 24px;
  color: #808080;
}
.pro-list ul li .price {
  font-family: 'Arial';
  font-size: 26px;
  color: #000;
  border-bottom: 4px solid #000;
  display: inline-block;
  margin-top: 10px;
}
.pro-buy-box {
  width: 1200px;
  height: 440px;
  padding: 60px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  margin: auto;
  display: none;
}
.pro-buy-box .close {
  width: 16px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 0;
  background: url(../images/nav-close.png) no-repeat;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.pro-buy-box .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.proinfobar .pro-img {
  /*width: 500px;*/
  width: 41.9%;
  float: left;
  position: relative;
}
.proinfobar .sallimg {
  width: 92px;
  position: absolute;
  left: 0;
  top: 0;
}
.proinfobar .sallimg ul li {
  border: 1px solid #ea95b2;
  margin-bottom: 11px;
}
.proinfobar .sallimg ul li.on {
  border-color: #a44169;
}
.proinfobar .sallimg ul li img {
  width: 100%;
  display: block;
  cursor: pointer;
}
.proinfobar .maximg {
  margin-left: 100px;
}
.proinfobar .maximg img {
  width: 100%;
  display: block;
}
.proinfobar .pro-info {
  /*width: 650px;*/
  width: 54.2%;
  height: 400px;
  overflow: auto;
  float: right;
}
.proinfobar .pro-info::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.proinfobar .pro-info::-webkit-scrollbar-thumb {
  background-color: #d14e95;
}
.proinfobar .sp {
  font-size: 24px;
  color: #333;
}
.proinfobar .h2 {
  font-size: 30px;
  color: #333;
}
.proinfobar .ping {
  font-size: 22px;
  color: #808080;
  margin-top: 20px;
  overflow: hidden;
}
.proinfobar .str {
  margin-right: 20px;
  float: left;
}
.proinfobar .str img {
  width: 20px;
  margin-right: 2px;
}
.proinfobar .price {
  margin: 50px 0;
}
.proinfobar .prnum, .proinfobar .sel, .proinfobar .btns {
  display: inline-block;
  vertical-align: middle;
}
.proinfobar .prnum {
  font-family: 'Arial';
  font-size: 32px;
  color: #333;
}
.proinfobar .sel {
  font-family: 'Arial';
  width: 90px;
  height: 58px;
  border: 2px solid #d14e95;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  margin: 0 10px 0 60px;
}
.proinfobar .sel {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/sel.png);
  background-position: 86% center;
  background-repeat: no-repeat;
  background-image: none\9;
}
.proinfobar .sel::-ms-expand {
  display: none;
}
.proinfobar .btns {
  width: 166px;
  height: 58px;
  line-height: 58px;
  background-color: #d14e95;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  margin-left: 70px;
}
.proinfobar .btns:hover {
  background-color: #a44169;
}
.proinfobar .pcont {
  font-size: 20px;
  color: #666;
  line-height: 36px;
}
.proinfobar .pcont b {
  color: #333;
}
.pro-details-box {
  width: 100%;
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #e0e0e0;
}
.pro-details-box .tit {
  font-size: 24px;
  color: #333;
}
.pro-details-box .pcont {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.pro-details-box .pro-list {
  margin-top: 20px;
}
.pro-details-box .pro-list ul li .pic:hover:after {
  display: none;
}
/*trend*/
.trend-list {
  max-width: 985px;
  margin: 0 auto;
}
.trend-list ul li {
  width: 100%;
  margin-bottom: 180px;
}
.trend-list ul li:last-of-type {
  margin-bottom: 140px;
}
.trend-list ul li .img {
  width: 554px;
  height: 443px;
  float: left;
  position: relative;
}
.trend-list ul li:nth-child(2n) .img, .trend-list ul li.active .img {
  float: right;
}
.trend-list ul li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.trend-list ul li .pic span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.trend-list ul li .pic:hover span {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.trend-list ul li .sm {
  width: 144px;
  position: absolute;
  right: -58px;
  bottom: -45px;
  z-index: 5;
}
.trend-list ul li:nth-child(2n) .sm, .trend-list ul li.active .sm {
  left: -58px;
  right: auto;
}
.trend-list ul li .tmain {
  width: 310px;
  float: right;
  margin-top: 35px;
  background-position: left 52px;
  background-repeat: no-repeat;
}
.trend-list ul li:nth-child(2n) .tmain, .trend-list ul li.active .tmain {
  float: left;
}
.trend-list ul li .cx {
  display: block;
  text-align: right;
}
/*.trend-list ul li:nth-child(2n) .cx,.trend-list ul li.active .cx{text-align: left;}*/
.trend-list ul li .h2 {
  font-size: 30px;
  color: #000;
  margin-top: 40px;
}
.trend-list ul li .h3 {
  font-size: 28px;
  color: #000;
}
.trend-list ul li .line {
  width: 60px;
  height: 4px;
  display: block;
  background-color: #000;
  margin: 15px 0 60px 0;
}
.trend-list ul li .more {
  display: block;
  font-family: 'Arial';
  width: 124px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  text-align: center;
  border: 2px solid #333;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 1;
}
.trend-list ul li .more:hover {
  color: #fff;
  border-color: #d14e95;
}
.trend-list ul li .more:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d14e95;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}
.trend-list ul li .more:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.page {
  width: 100%;
  padding:0 40px 0 40px;
}
.page a, .page .ptext, .page .psub {
  display: inline-block;
  vertical-align: middle;
}
.page a {

}
.page a.prev, .page a.next {
  font-family: \5B8B\4F53;
  font-weight: bold;
}
.page .ptext {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  text-align: center;
  margin: 0 2px;
}
.page .psub {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
}
.page a:hover, .page a.on, .page .psub:hover {
  background-color: #d14e95;
  border-color: #d14e95;
  color: #fff;
}
/*trial*/
.trial-box {
  padding: 75px 70px 70px 70px;
  background-color: #fff;
  border-radius: 0 0 0 98px;
  min-height: 460px;
}
.trial-box .pic {
  width: 350px;
  height: 320px;
  margin-top: 40px;
  overflow: hidden;
  float: right;
  position: relative;
}
.trial-box .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.trial-box .pic:hover img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.trial-box .trial-list {
  float: left;
  width: 580px;
}
.trial-box .title {
  font-size: 24px;
  color: #e6e6e6;
  line-height: 1.1;
  position: relative;
}
.trial-box .title h2 {
  color: #333;
}
.trial-box .title:after {
  content: "";
  width: 18px;
  height: 23px;
  position: absolute;
  left: -70px;
  top: 0;
  background-color: #d14e95;
}
.trial-box .trform {
  margin-top: 10px;
}
.trial-box .trform ul li {
  margin-top: 20px;
}
.trial-box .trform ul li .context, .trial-box .trform ul li .conteat {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fad6dd;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  -webkit-tbox-sizing: border-box;
}
.trial-box .trform ul li .context:focus, .trial-box .trform ul li .conteat:focus {
  border-color: #d14e95;
}
.trial-box .trform ul li .conteat {
  height: 110px;
}
.trial-box .trform ul li .submit {
  width: 172px;
  height: 42px;
  background-color: #d14e95;
  font-size: 20px;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.trial-box .trform ul li .submit:hover {
  background-color: #a44169;
}
/*video*/
.video-list ul {
  margin: 0 -20px;
}
.video-list ul li {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
.video-list ul li .box {
  display: block;
  margin: 0 20px;
}
.video-list ul li .pic {
  width: 100%;
  /*height: 360px;*/
  padding-top: 62.1%;
  overflow: hidden;
  position: relative;
}
.video-list ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.video-list ul li .box:hover .pic img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.video-list ul li .pic:after {
  content: "";
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  background: url(../images/video-after.png) no-repeat;
  background-size: cover;
}
.video-list ul li .pic:after {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-list ul li .box:hover .pic:after {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.video-list ul li .tit {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  background-color: #fff;
  font-size: 20px;
  color: #333;
  position: relative;
  z-index: 1;
}
.video-list ul li .box:hover .tit {
  color: #fff;
}
.video-list ul li .tit:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d14e95;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}
.video-list ul li .box:hover .tit:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.videobox {
  width: 700px;
  height: 350px;
  background-color: #000;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5000;
}
.videobox .close {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/close-h.png) no-repeat;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.videobox .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*GoTop*/
.GoTop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: -40px;
  bottom: 10px;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.GoTop a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-size: 0;
  background-color: #f3f3f3;
  background-image: url(../images/GoTop.png);
  background-position: center;
  background-repeat: no-repeat;
}
.GoTop a:hover {
  background-color: #d14e95;
}
.GoTop.active {
  right: 10px;
  visibility: visible;
  opacity: 1;
}
/*map*/
.map-site {
  padding: 100px 0;
}
.map-site ul li {
  margin-bottom: 15px;
}
.map-site ul li a.dt {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  width: 90px;
}
.map-site ul li a {
  font-size: 14px;
  color: #666;
  padding: 0 10px;
}
.map-site ul li a:hover, .map-site ul li a.dt:hover {
  color: #CD4539;
}
/*footer*/
.footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  word-break: break-all;
  word-wrap: break-word;
}
.footer .foot-info {
  width: 60%;
  float: left;
}
.footer .foot-nav a {
  font-size: 14px;
  color: #666;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.footer .foot-nav a:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 4px;
}
.footer .foot-nav a:last-of-type:after {
  display: none;
  margin-right: 0;
}
.footer .foot-nav a:hover {
  color: #d14e95;
}
.footer .foot-copy {
  width: 100%;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.footer .foot-sns {
  float: right;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.footer .foot-sns a {
  display: inline-block;
  _display: inline;
  zoom: 1;
  float: none;
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  padding: 0;
  background-image: url(../images/foot-sns.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.footer .foot-sns a.bds_weixin {
  background-position: 0 0;
}
.footer .foot-sns a.bds_tsina {
  background-position: -40px 0;
}
.footer .foot-sns a.bds_sqq {
  background-position: -80px 0;
}
/*中等屏幕pc*/
@media screen and (min-width: 1200px) and (max-width:1519px) {
  .layout {
    width: 1180px;
  }
  .index-product ul li .pic, .index-product ul li .tmain {
    height: 414px;
  }
  .index-pro-cover {
    background-size: 97% auto;
  }
  .pro-buy-box {
    width: 990px;
    height: 380px;
    padding-bottom: 20px;
  }
  .proinfobar .sallimg {
    width: 64px;
  }
  .proinfobar .maximg {
    margin-left: 75px;
  }
  .proinfobar .sp {
    font-size: 16px;
  }
  .proinfobar .h2 {
    font-size: 20px;
  }
  .proinfobar .ping {
    font-size: 14px;
    margin-top: 10px;
  }
  .proinfobar .price {
    margin: 30px 0;
  }
  .proinfobar .pcont {
    font-size: 14px;
    line-height: 24px;
  }
}
/*小屏幕pc*/
@media screen and (min-width: 768px) and (max-width:1199px) {
  .layout {
    width: 750px;
  }
  .headertou {
    height: 55px;
  }
  .headertou .layout {
    height: 55px;
    position: static;
  }
 
  .logo {
    position: absolute;
    left: 20px;
    top: 0;
	max-width: 100%;
  }
  .logo a {
  }
  .top, .headertou .bdsharebuttonbox {
    display: none;
  }
  .btn-m-list, .search-btn {
    display: block;
  }
  .searchBox {
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    left: 0;
    top: 55px;
    padding: 15px;
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    box-sizing: border-box;
  }
  .searchBox.on {
    display: block;
  }
  .searchBox .searchText {
    border-bottom: 1px solid #000;
  }
  .searchBox .searchBtn {
    top: 20px;
    right: 16px;
  }
  .banner .slick-dots {
    bottom: 20px;
  }
  .section01 .index-title img {
    max-height: 80px;
  }
  .index-vid-tab ul li {
    margin: 0 10px;
  }
  .index-product ul li .pic, .index-product ul li .tmain {
    height: 296px;
  }
  .index-product ul li .tmain:after {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
  .index-product ul li .h2 {
    font-size: 20px;
  }
  .index-product ul li .pcont {
    margin: 20px 40px;
    font-size: 14px;
  }
  .index-product ul li .more {
    border-bottom: 2px solid #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
  }
  .index-pro-cover {
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    height: 320px;
  }
  .index-pro-list {
    margin-top: -40px;
  }
  .index-pro-demo .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .index-pro-demo .slick-prev {
    left: 0;
  }
  .index-pro-demo .slick-next {
    right: 0;
  }
  .section04 {
    margin-top: 100px;
    min-height: 100px;
    padding: 100px 0;
  }
  .nybanner {
    height: 240px;
  }
  .navigation ul {
    padding: 30px 0 15px 0;
  }
  .navigation ul li {
    margin-right: 25px;
  }
  .about-box {
    padding: 100px 0;
  }
  .news-wrap {
    padding: 30px 0 60px 0;
  }
  .news-list ul {
    margin: 0 -10px;
  }
  .news-list ul li .box {
    margin: 0 10px;
  }
  .news-list ul li .tmain {
    margin: -20px 0 0 20px;
    padding: 30px 20px;
  }
  .pro-list ul {
    margin: 0 -5px;
  }
  .pro-list ul li {
    margin-bottom: 5px;
  }
  .pro-list ul li .box {
    margin: 0 5px;
  }
  .pro-list ul li .pic img {
    bottom: 40px;
  }
  .pro-list ul li .btns-div {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
  }
  .pro-list ul li .a {
    width: 50%;
    float: left;
    margin: 0;
    box-sizing: border-box;
  }
  .pro-list ul li .tmain {
    height: 96px;
  }
  .pro-list ul li .h2, .pro-list ul li .h3 {
    font-size: 18px;
  }
  .pro-list ul li .price {
    font-size: 20px;
  }
  .pro-buy-box {
    width: auto;
    height: 360px;
    left: 2%;
    right: 2%;
    padding: 60px 20px;
  }
  .proinfobar .sallimg {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  .proinfobar .sallimg ul li {
    width: 50px;
    float: left;
    margin: 10px 5px 0 0;
  }
  .proinfobar .maximg {
    margin-left: 0;
  }
  .proinfobar .pro-info {
    height: 355px;
  }
  .proinfobar .sp {
    font-size: 16px;
  }
  .proinfobar .h2 {
    font-size: 20px;
  }
  .proinfobar .ping {
    font-size: 14px;
    margin-top: 10px;
  }
  .proinfobar .price {
    margin: 30px 0;
  }
  .proinfobar .prnum {
    font-size: 18px;
  }
  .proinfobar .sel {
    margin: 0 10px 0 20px;
    height: 40px;
  }
  .proinfobar .btns {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .proinfobar .pcont {
    font-size: 14px;
    line-height: 24px;
  }
  .pro-details-box .pro-list ul li .pic img {
    bottom: 0;
  }
  .trend-list ul li {
    margin-bottom: 100px;
  }
  .trend-list ul li .img {
    width: 390px;
    height: 312px;
  }
  .trend-list ul li .sm {
    width: 104px;
    right: -42px;
  }
  .trend-list ul li .tmain {
    width: 260px;
    margin: 0 0 50px 0;
    background-size: auto 80px;
    background-position: left 62px;
  }
  .trend-list ul li .cx img {
    max-height: 50px;
  }
  .trend-list ul li .h2 {
    margin-top: 20px;
    font-size: 20px;
  }
  .trend-list ul li .h3 {
    font-size: 18px;
  }
  .trend-list ul li .more {
    font-size: 14px;
    width: 90px;
  }
  .trial-box {
    min-height: 400px;
  }
  .trial-box .trial-list {
    width: 370px;
  }
  .trial-box .pic {
    width: 170px;
    height: 160px;
  }
  .video-list ul li .pic:after {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
}
/*移动端*/
@media screen and (min-width: 320px) and (max-width:767px) {
  .layout {
    width: 95%;
  }
  .header {
    position: fixed;
  }
  .headertou {
    height: 55px;
  }
  .headertou .layout {
    height: 55px;
    position: static;
  }
  .contain {
    padding-top: 0px;
  }
  .logo {
    position: absolute;
    left: 20px;
    top: 0;
    padding-top: 0;
  }
  .logo a {
    width: 220px;
    height: 55px;
  }
  .top, .headertou .bdsharebuttonbox {
    display: none;
  }
  .btn-m-list, .search-btn {
    display: block;
  }
  .searchBox {
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    left: 0;
    top: 55px;
    padding: 15px;
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    box-sizing: border-box;
  }
  .searchBox.on {
    display: block;
  }
  .searchBox .searchText {
    border-bottom: 1px solid #000;
  }
  .searchBox .searchBtn {
    top: 20px;
    right: 16px;
  }
  .banner .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .banner .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
  .section01, .section02, .section03 {
    padding-top: 20px;
  }
  .section01 .index-title img {
    max-height: 34px;
  }
  .index-vid-tab {
    margin-top: 20px;
  }
  .index-vid-tab ul {
    display: flex;
    justify-content: center;
  }
  .index-vid-tab ul.clearfix:before, .index-vid-tab ul.clearfix:after {
    display: none;
  }
  .index-vid-tab ul li {
    margin: 0;
  }
  .index-vid-tab ul li a {
    margin: 0 5px;
    font-size: 12px;
    width: 70px;
    height: 70px;
  }
  .index-vid-tab ul li .t {
    font-size: 14px;
    margin-top: 23px;
  }
  .index-video-box {
    margin-top: 30px;
  }
  .ind-video .videoImg:after {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .index-title img {
    max-height: 12px;
  }
  .index-title .t {
    font-size: 20px;
    margin-top: 10px;
  }
  .index-title .h2 {
    padding: 0 10px;
  }
  .index-title .h2:before, .index-title .h2:after {
    width: 25px;
  }
  .index-title .h2:before {
    left: -25px;
  }
  .index-title .h2:after {
    right: -25px;
  }
  .index-product ul li {
    margin-top: 20px;
  }
  .index-product ul li .pic, .index-product ul li .tmain {
    width: 100%;
  }
  .index-product ul li .pic {
    height: auto;
    padding-top: 70%;
  }
  .index-product ul li .tmain {
    height: 320px;
  }
  .index-product ul li .tmain:after {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
  .index-product ul li .h2 {
    font-size: 20px;
  }
  .index-product ul li .pcont {
    margin: 20px 30px;
    font-size: 14px;
  }
  .index-product ul li .more, .index-about .more {
    border-bottom: 2px solid #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
  }
  .index-pro-box {
    margin-top: 20px;
  }
  .index-pro-cover {
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    height: 220px;
    text-align: left;
  }
  .pc-index-pro-cover {
    display: none;
  }
  .m-index-pro-cover {
    display: block;
    background-size: 100%;
  }
  .index-pro-list {
    margin-top: -20px;
  }
  .index-pro-demo .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .index-pro-demo .slick-prev {
    left: 0;
  }
  .index-pro-demo .slick-next {
    right: 0;
  }
  .index-pro-demo .pic:hover:after {
    display: none;
  }
  .section04 {
    margin-top: 40px;
    padding: 40px 0;
    min-height: 100px;
  }
  .index-about .pcont {
    margin: 20px 0;
    font-size: 14px;
  }
  .index-about .more {
    border-color: #dbdbdb;
  }
  .footer {
    padding:0;
    text-align: center;
  }
  .footer .foot-info {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .footer .foot-copy {
    margin-top: 5px;
  }
  .footer .foot-sns {
    float: none;
    text-align: center;
  }
  .footer .foot-sns a {
    margin: 0 5px;
  }
  .GoTop, .GoTop a {
    width: 40px;
    height: 40px;
  }
  .nybanner {
    height: auto;
    padding-top: 30%;
  }
  .navigation ul {
    padding: 20px 0 10px 0;
  }
  .navigation ul li {
    width: 25%;
    float: left;
    margin: 5px 0 0 0;
  }
  .navigation ul li a {
    font-size: 12px;
  }
  .about-box {
    padding: 30px 0;
  }
  .about-box01 {
    background-position: left 14%;
    background-size: 20% auto;
  }
  .about-box02 {
    padding: 0;
  }
  .about-box03 {
    background-position: right 60%;
    background-size: 50% auto;
  }
  .about-box .z {
    display: none;
  }
  .about-box .m {
    display: block;
  }
  .news-wrap {
    padding: 30px 0 60px 0;
  }
  .news-list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-list ul li .tmain {
    margin: -20px 0 0 10px;
    padding: 20px 10px;
  }
  .news-list ul li .pcont {
    margin-top: 5px;
    font-size: 12px;
    height: 66px;
  }
  .newsdetails h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .newsdetails .news-sns {
    padding: 30px 0 0 0;
  }
  .pro-list ul {
    margin: 0 -5px;
  }
  .pro-list ul li {
    width: 50%;
    margin-bottom: 5px;
  }
  .pro-list ul li .box {
    margin: 0 5px;
  }
  .pro-list ul li .pic img {
    bottom: 27px;
  }
  .pro-list ul li .pic:hover:after {
    display: none;
  }
  .pro-list ul li .btns-div {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
  }
  .pro-list ul li .a {
    width: 50%;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    float: left;
    margin: 0;
    box-sizing: border-box;
  }
  .pro-list ul li .tmain {
    height: 66px;
  }
  .pro-list ul li .h2, .pro-list ul li .h3 {
    font-size: 14px;
  }
  .pro-list ul li .price {
    font-size: 14px;
    margin-top: 5px;
  }
  .loadbtns a {
    min-width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .pro-buy-box {
    width: auto;
    height: 480px;
    left: 2%;
    right: 2%;
    padding: 40px 20px 20px 20px;
    overflow: hidden;
  }
  .proinfobar {
    overflow: hidden;
  }
  .proinfobar .pro-img, .proinfobar .pro-text {
    width: auto;
    float: none;
  }
  .pro-buy-box .sallimg {
    display: none;
  }
  .proinfobar .sallimg {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  .proinfobar .sallimg ul li {
    width: 50px;
    float: left;
    margin: 10px 5px 0 0;
  }
  .proinfobar .maximg {
    margin-left: 0;
    text-align: center;
  }
  .pro-buy-box .maximg img {
    width: auto;
    max-width: 100%;
    max-height: 170px;
    display: inline-block;
  }
  .pro-buy-box .proinfobar .pro-info {
    height: 380px;
  }
  .proinfobar .pro-info {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .proinfobar .sp {
    font-size: 16px;
  }
  .proinfobar .h2 {
    font-size: 20px;
  }
  .proinfobar .ping {
    font-size: 14px;
    margin-top: 10px;
  }
  .proinfobar .price {
    margin: 15px 0 20px 0;
  }
  .proinfobar .prnum {
    font-size: 18px;
  }
  .proinfobar .sel {
    margin: 0 10px 0 20px;
    width: 70px;
    height: 40px;
  }
  .proinfobar .btns {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .proinfobar .pcont {
    font-size: 14px;
    line-height: 24px;
  }
  .pro-details-box {
    margin-top: 40px;
    padding-top: 20px;
  }
  .pro-details-box .tit {
    font-size: 18px;
  }
  .pro-details-box .pcont {
    font-size: 12px;
  }
  .pro-details-box .pro-list {
    margin-top: 5px;
  }
  .trend-list ul li, .trend-list ul li:last-of-type {
    margin-bottom: 40px;
  }
  .trend-list ul li .img {
    width: 100%;
    height: auto;
  }
  .trend-list ul li .pic {
    height: auto;
    padding-top: 80%;
  }
  .trend-list ul li .sm, .trend-list ul li:nth-child(2n) .sm, .trend-list ul li.active .sm {
    width: 60px;
    left: 0;
    right: auto;
    bottom: -20px;
  }
  .trend-list ul li .tmain {
    width: 100%;
    margin: 0 0 50px 0;
    background-size: auto 80px;
    background-position: left 62px;
  }
  .trend-list ul li:nth-child(2n) .cx, .trend-list ul li.active .cx {
    text-align: right;
  }
  .trend-list ul li .cx img {
    max-height: 80px;
  }
  .trend-list ul li .h2 {
    margin-top: 20px;
    font-size: 20px;
  }
  .trend-list ul li .h3 {
    font-size: 18px;
  }
  .trend-list ul li .line {
    margin: 20px 0;
  }
  .trend-list ul li .more {
    font-size: 12px;
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
  .trial-box {
    padding: 30px 20px;
    border-radius: 0 0 0 35px;
  }
  .trial-box .pic {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .trial-box .pic img {
    position: relative;
  }
  .trial-box .trial-list {
    width: 100%;
    margin-top: 30px;
  }
  .trial-box .title:after {
    left: -20px;
    width: 5px;
  }
  .trial-box .trform ul li .submit {
    width: 120px;
    font-size: 14px;
  }
  .video-list ul {
    margin: 0 -5px;
  }
  .video-list ul li {
    margin-bottom: 10px;
  }
  .video-list ul li .box {
    margin: 0 5px;
  }
  .video-list ul li .pic:after {
    width: 30px;
    height: 30px;
  }
  .video-list ul li .pic:after {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  .video-list ul li .tit {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
  }
  .videobox {
    width: 90%;
    height: 170px;
  }
  .section04 .pcimg {
    display: none;
  }
  .section04 .moimg {
    display: block;
  }
  .map-site ul li a.dt {
    display: block;
  }
}