.container {
  height: 100%;
  width: 100%;
}
.container .row {
  height: 100%;
}
.container .row .header {
  background-image: url(../images/banner.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.header {
  height: 10rem;
}
.container .row .top_box {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15.18rem;
  margin: 0 auto;
}
.container .row .top_box .top_box_imgBox img {
  width: 3.3rem;
  height: 0.79rem;
}
.container .row .top_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .row .top_box .nav {
  flex: 1;
  padding-top: 0.25rem;
}
.container .row .top_box .nav li::after {
  content: '';
  display: block;
  opacity: 0;
  height: 1px;
  width: 100%;
  margin-top: 0.1rem;
  position: absolute;
  background-color: #fff;
  transition: all 0.2s linear;
}
.container .row .top_box .nav li:hover:after {
  content: '';
  display: block;
  opacity: 1;
  height: 1px;
  width: 100%;
  margin-top: 0.1rem;
  position: absolute;
  background-color: #fff;
}
.container .row .top_box .nav li:nth-of-type(1)::after {
  content: '';
  display: block;
  opacity: 1;
  height: 1px;
  width: 100%;
  margin-top: 0.1rem;
  position: absolute;
  background-color: #fff;
}
.container .row .top_box .nav li {
  font-size: 0.18rem;
  color: #fff;
}
.container .row .top_box .nav li a {
  color: #fff;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}
.container .row .top_box .nav li a:hover {
  background-color: rgba(255, 255, 255, 0);
}
.container .row .top_box .icon {
  padding-top: 0.1rem;
}
.container .row .top_box .icon li {
  margin-right: 0.15rem;
  cursor: pointer;
  position: relative;
}
.container .row .top_box .icon li img {
  width: 0.44rem;
}
.container .row .top_box .icon li .topImg {
  position: absolute;
  bottom: -1.4rem;
  left: -0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
}
.container .row .top_box .icon li:hover .topImg {
  opacity: 1;
  transition: all 0.2s linear;
}
.container .row .top_box .icon li:nth-of-type(4) {
  margin-right: 0;
}
.container .row .top_box main {
  width: 14.48rem;
  height: 100%;
  margin: 0 auto;
  background-color: pink;
  font-size: 0.24rem;
}
.container .row .center_box {
  position: absolute;
  left: 50%;
  top: 61%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.container .row .center_box .leaves {
  display: block;
  margin: 0 auto;
  width: 1.25rem;
}
.container .row .center_box .center_box_cn {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  margin-top: 0.41rem;
}
.container .row .center_box .center_box_en {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  margin-top: 0.3rem;
}
.container .row .center_box .center_box_video {
  width: 2.22rem;
  height: 0.48rem;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  line-height: 0.48rem;
  color: #ec4f62;
  font-size: 0.2rem;
  border-radius: 0.06rem;
  margin-top: 0.53rem;
  cursor: pointer;
}
.container .row .center_box .center_box_video:hover {
  color: #fff;
  background-color: #ec4f62;
  transition: all 0.2s linear;
}
.container .row .center_box .next {
  width: 0.54rem;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  cursor: pointer;
}
.container .row .main_box1 {
  height: 9.6rem;
  display: flex;
  justify-content: space-between;
}
.container .row .main_box1 .m1 {
  overflow: hidden;
}
.container .row .main_box1 .m1 img {
  width: 9.7rem;
  height: 100%;
  transition: all 0.2s linear;
}
.container .row .main_box1 .m1 img:hover {
  transform: scale(1.1);
}
.container .row .main_box1 .main_box1_rightBox {
  background-color: #f2f2f2;
  flex: 1;
  padding-left: 1.98rem;
  padding-top: 3.32rem;
}
.container .row .main_box1 .main_box1_rightBox .title {
  font-size: 0.5rem;
  color: #4d4d4d;
}
.container .row .main_box1 .main_box1_rightBox .content {
  color: #808080;
  font-size: 0.22rem;
  line-height: 0.44rem;
  width: 4.84rem;
  margin-top: 0.5rem;
}
.container .row .main_box1 .main_box1_rightBox .more {
  width: 1.85rem;
  height: 0.58rem;
  border: 1px solid #535353;
  border-radius: 0.04rem;
  color: #4d4d4d;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.58rem;
  margin-top: 0.59rem;
  cursor: pointer;
  transition: all 0.2s linear;
}
.container .row .main_box1 .main_box1_rightBox .more a {
  text-decoration: none;
  color: #4d4d4d;
  transition: all 0.2s linear;
}
.container .row .main_box1 .main_box1_rightBox .more:hover {
  background-color: #4d4d4d;
}
.container .row .main_box1 .main_box1_rightBox .more:hover a {
  color: #fff;
}
.container .row .main_box2 {
  height: 9.6rem;
  display: flex;
  justify-content: space-between;
}
.container .row .main_box2 .main_box2_leftBox {
  background-color: #ffffff;
  flex: 1;
  padding-top: 2.58rem;
  padding-left: 2.36rem;
}
.container .row .main_box2 .main_box2_leftBox .title {
  font-size: 0.5rem;
  color: #4d4d4d;
}
.container .row .main_box2 .main_box2_leftBox .content {
  color: #808080;
  font-size: 0.22rem;
  line-height: 0.44rem;
  width: 5.06rem;
  margin-top: 0.52rem;
}
.container .row .main_box2 .main_box2_leftBox .more {
  width: 1.85rem;
  height: 0.58rem;
  border: 1px solid #535353;
  border-radius: 0.04rem;
  color: #4d4d4d;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.58rem;
  margin-top: 0.81rem;
  cursor: pointer;
  transition: all 0.2s linear;
}
.container .row .main_box2 .main_box2_leftBox .more a {
  color: #4d4d4d;
  text-decoration: none;
  transition: all 0.2s linear;
}
.container .row .main_box2 .main_box2_leftBox .more:hover {
  background-color: #4d4d4d;
}
.container .row .main_box2 .main_box2_leftBox .more:hover a {
  color: #fff;
}
.container .row .main_box2 .m2 img {
  width: 8.38rem;
  height: 6.84rem;
  margin-top: 1.42rem;
  margin-right: 2.27rem;
  transition: all 0.2s linear;
}
.container .row .main_box2 .m2 img:hover {
  transform: scale(1.03);
}
.container .row .main_box3 {
  height: 7.6rem;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.container .row .main_box3 p {
  text-align: center;
  font-size: 0.5rem;
  color: #4d4d4d;
  margin-top: 1.41rem;
}
.container .row .main_box3 ul {
  display: flex;
  padding: 0 2.36rem;
  margin-top: 1.4rem;
  align-items: center;
  justify-content: space-between;
}
.container .row .main_box3 ul li {
  transition: all 0.2s linear;
  position: relative;
}
.container .row .main_box3 ul li img {
  width: 2.5rem;
}
.container .row .main_box3 ul li p {
  position: absolute;
  color: #fff;
  font-size: 0.4rem;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li .liu {
  position: absolute;
  transition: all 0.2s linear;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.container .row .main_box3 ul li .liu #box1 {
  width: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-bottom: 0.725rem solid #000;
}
.container .row .main_box3 ul li .liu #box2 {
  width: 2.5rem;
  height: 1.45rem;
  background-color: #000;
}
.container .row .main_box3 ul li .liu #box3 {
  width: 0;
  border-top: 0.725rem solid #000;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
}
.container .row .main_box3 ul li:nth-of-type(1):hover .liu {
  opacity: 0.4;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li:nth-of-type(1):hover p {
  opacity: 1;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li:nth-of-type(2):hover .liu {
  opacity: 0.4;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li:nth-of-type(2):hover p {
  opacity: 1;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li:nth-of-type(3):hover .liu {
  opacity: 0.4;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li:nth-of-type(3):hover p {
  opacity: 1;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li:nth-of-type(4):hover .liu {
  opacity: 0.4;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li:nth-of-type(4):hover p {
  opacity: 1;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li:nth-of-type(5):hover .liu {
  opacity: 0.4;
  transition: all 0.2s linear;
}
.container .row .main_box3 ul li:nth-of-type(5):hover p {
  opacity: 1;
  transition: all 0.2s linear;
}
.container .row .main_box4 {
  height: 9.01rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.39rem 0 2.5rem;
}
.container .row .main_box4 .main_box4_left {
  width: 4.02rem;
}
.container .row .main_box4 .main_box4_left h3 {
  font-size: 0.5rem;
  color: #4d4d4d;
}
.container .row .main_box4 .main_box4_left h3 span {
  color: #ec4f62;
}
.container .row .main_box4 .main_box4_left p {
  font-size: 0.22rem;
  color: #808080;
  margin-top: 0.4rem;
}
.container .row .main_box4 .main_box4_left .price {
  font-size: 0.22rem;
  color: #808080;
  margin-top: 0.55rem;
}
.container .row .main_box4 .main_box4_left .price span {
  font-size: 0.5rem;
  color: #ec4f62;
}
.container .row .main_box4 .main_box4_left .more {
  width: 1.85rem;
  height: 0.57rem;
  border-radius: 0.04rem;
  border: solid 1px #535353;
  color: #4d4d4d;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.57rem;
  margin-top: 0.56rem;
  cursor: pointer;
  transition: all 0.2s linear;
}
.container .row .main_box4 .main_box4_left .more a {
  color: #4d4d4d;
  text-decoration: none;
  transition: all 0.2s linear;
}
.container .row .main_box4 .main_box4_left .more:hover {
  background-color: #4d4d4d;
}
.container .row .main_box4 .main_box4_left .more:hover a {
  color: #fff;
}
.container .row .main_box4 .main_box4_right {
  flex: 1;
  margin-left: 1.5rem;
}
.container .row .main_box4 .main_box4_right ul {
  display: flex;
}
.container .row .main_box4 .main_box4_right ul li:nth-of-type(1) img {
  width: 1.35rem;
  margin-top: 1.92rem;
  opacity: 0.2;
  transition: all 0.3s linear;
}
.container .row .main_box4 .main_box4_right ul li:nth-of-type(2) img {
  width: 1.56rem;
  opacity: 0.2;
  margin-top: 0.75rem;
  transition: all 0.3s linear;
}
.container .row .main_box4 .main_box4_right ul li:nth-of-type(3) img {
  width: 1.74rem;
  opacity: 0.2;
  transition: all 0.3s linear;
}
.container .row .main_box4 .main_box4_right ul li {
  width: 3.03rem;
  height: 7.43rem;
}
.container .row .main_box4 .main_box4_right ul li img {
  display: block;
  margin: 0 auto;
}
.container .row .main_box4 .main_box4_right ul li p {
  font-size: 0.3rem;
  color: #010101;
  text-align: center;
  margin-top: 0.32rem;
  opacity: 0.2;
  transition: all 0.2s linear;
}
.container .row .main_box4 .main_box4_right ul .active {
  background-image: url(../images/330box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container .row .main_box4 .main_box4_right ul .opc {
  opacity: 1 !important;
}
.container .row .main_box5 {
  height: 9.61rem;
  background-image: url(../images/map_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.container .row .main_box5 h3 {
  text-align: center;
  font-size: 0.5rem;
  color: #fff;
  margin-top: 0.89rem;
}
.container .row .main_box5 p {
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  margin-top: 0.46rem;
}
.container .row .main_box5 img {
  margin: 0 auto;
  display: block;
  width: 11.25rem;
  margin-top: 0.69rem;
}
.container .row .main_box6 {
  height: 5.8rem;
  padding: 0 2.5rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.container .row .main_box6 .main_box6_left img {
  width: 3.3rem;
  display: block;
  margin-top: 0.6rem;
}
.container .row .main_box6 .main_box6_left p {
  width: 4.06rem;
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.21rem;
}
.container .row .main_box6 .main_box6_left .tel {
  font-size: 0.3rem;
  color: #1a1a1a;
  margin-top: 0.42rem;
}
.container .row .main_box6 .main_box6_left .address {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.47rem;
}
.container .row .main_box6 .main_box6_left .email {
  font-size: 0.2rem;
  color: #ec4f62;
  margin-top: 0.17rem;
}
.container .row .main_box6 .main_box6_left .detail {
  color: #999;
  font-size: 0.16rem;
  margin-top: 1.22rem;
  float: left;
}
.container .row .main_box6 .main_box6_left .ICP{
  color: #999;
  font-size: 0.16rem;
  margin-top: 1.22rem;
  float: right;
  margin-left: 2rem;
}
.container .row .main_box6 .main_box6_right .nav {
  font-size: 0.2rem;
  color: #999;
  margin-top: 1.59rem;
}
.container .row .main_box6 .main_box6_right .nav li {
  margin-bottom: 0.2rem;
  text-align: right;
}
.container .row .main_box6 .main_box6_right .nav li a {
  padding: 0;
  text-decoration: none;
  color: #999;
}
.container .row .main_box6 .main_box6_right .nav li a:hover {
  background-color: transparent;
}
.container .row .main_box6 .main_box6_right .nav li:hover a {
  color: #ec4f62;
}
.container .row .main_box6 .main_box6_right .nav li:nth-of-type(6) {
  margin-bottom: 0;
}
.container .row .main_box6 .main_box6_right .icon {
  display: flex;
  margin-top: 0.9rem;
}
.container .row .main_box6 .main_box6_right .icon li {
  position: relative;
  margin-right: 0.09rem;
}
.container .row .main_box6 .main_box6_right .icon li img {
  width: 0.28rem;
  display: block;
}
.container .row .main_box6 .main_box6_right .icon li:nth-of-type(4) {
  margin-right: 0;
}

.mobile {
  width: 100%;
  height: 100%;
}
.mobile #header {
  /* background-image: url(../images/mobile/banner.jpg);
  background-size: 100% 100%; */
  width: 100%;
  position: relative;
}
#header_banner{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.mobile #header .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.67rem 0 0.64rem;
  height: 1.8rem;
}
.mobile #header .header_top .logo {
  display: block;
  width: 4.64rem;
}
.mobile #header .header_top .catalog {
  display: block;
  width: 0.66rem;
}
.mobile #header .header_nav {
  width: 5.4rem;
  height: 19.03rem;
  background-color: #fff;
  position: fixed;
  transition: all 0.2s linear;
  z-index: 1000;
  top: 0;
}
.mobile #header .header_nav img {
  width: 0.7rem;
  position: absolute;
  right: 0.64rem;
  top: 0.55rem;
}
.mobile #header .header_nav .header_nav_ul {
  margin-top: 2.57rem;
}
.mobile #header .header_nav .header_nav_ul li {
  text-align: center;
  height: 2.25rem;
}
.mobile #header .header_nav .header_nav_ul li a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 0.4rem;
  padding-bottom: 0.37rem;
}
.mobile #header .header_nav .header_nav_ul li:nth-of-type(1) a {
  border-bottom: 1px solid #4d4d4d;
}
.mobile #header .header_center .leaves {
  width: 1.54rem;
  display: block;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.mobile #header .header_center h1 {
  font-size: 0.78rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.mobile #header .header_center h1:nth-of-type(1) {
  position: absolute;
  left: 50%;
  top: 7.35rem;
  transform: translate(-50%, 0);
}
.mobile #header .header_center h1:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 8.5rem;
  transform: translate(-50%, 0);
}
.mobile #header .header_center h1:nth-of-type(3) {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 9.5rem;
  transform: translate(-50%, 0);
}
.mobile #header .header_center p {
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 11rem;
  width: 100%;
  transform: translate(-50%, 0);
}
.mobile #header .header_center .watch_video {
  width: 4.11rem;
  height: 1.11rem;
  background-color: #fff;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 1.11rem;
  font-size: 0.38rem;
  color: #ec4f62;
  position: absolute;
  left: 50%;
  bottom: 3.79rem;
  transform: translate(-50%, 0);
}
.mobile #header .header_center .next {
  width: 1.01rem;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translate(-50%, 0);
}
.mobile .main {
  width: 100%;
}
.mobile .main .main_box1 {
  background-color: #fff;
  padding: 1.42rem 0.92rem 0.88rem 0.64rem;
}
.mobile .main .main_box1 h1 {
  font-size: 0.78rem;
  color: #4d4d4d;
}
.mobile .main .main_box1 p {
  font-size: 0.44rem;
  color: #808080;
  margin-top: 0.92rem;
}
.mobile .main .main_box1 div {
  width: 4.01rem;
  height: 1.22rem;
  border-radius: 0.1rem;
  border: 2px solid #4c4c4c;
  font-size: 0.38rem;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.22rem;
  margin-top: 1rem;
}
.mobile .main .main_box1 div a {
  color: #4d4d4d;
}
.mobile .main .main_box2 {
  height: 11.04rem;
}
.mobile .main .main_box2 img {
  width: 100%;
  height: 100%;
}
.mobile .main .main_box3 {
  background-color: #fff;
  padding: 1.47rem 0.92rem 0.9rem 0.64rem;
}
.mobile .main .main_box3 h1 {
  font-size: 0.78rem;
  color: #4d4d4d;
}
.mobile .main .main_box3 p {
  font-size: 0.44rem;
  color: #808080;
  margin-top: 0.92rem;
}
.mobile .main .main_box3 div {
  width: 4.01rem;
  height: 1.22rem;
  border-radius: 0.1rem;
  border: 2px solid #4c4c4c;
  font-size: 0.38rem;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.22rem;
  margin-top: 1rem;
}
.mobile .main .main_box3 div a {
  color: #4d4d4d;
}
.mobile .main .main_box4 {
  height: 9.66rem;
}
.mobile .main .main_box4 .swiper-container {
  width: 100%;
  height: 100%;
}
.mobile .main .main_box4 .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mobile .main .main_box4 .swiper-container .swiper-slide img {
  width: 100%;
}
.mobile .main .main_box4 .swiper-container .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.mobile .main .main_box4 .swiper-container .swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 50%;
}
.mobile .main .main_box5 {
  background-color: #fff;
}
.mobile .main .main_box5 h3 {
  text-align: center;
  font-size: 0.78rem;
  color: #4d4d4d;
  margin-top: 1.42rem;
}
.mobile .main .main_box5 ul {
  padding: 0 0.4rem;
  margin-top: 0.92rem;
}
.mobile .main .main_box5 ul li {
  width: 100%;
  height: 2.9rem;
  margin-bottom: 0.38rem;
  position: relative;
}
.mobile .main .main_box5 ul li img {
  width: 100%;
  height: 100%;
}
.mobile .main .main_box5 ul li:nth-of-type(1) div,
.mobile .main .main_box5 ul li:nth-of-type(3) div {
  position: absolute;
  right: 0.79rem;
  top: 50%;
  font-size: 0.6rem;
  color: #1a1a1a;
  transform: translate(0, -50%);
}
.mobile .main .main_box5 ul li:nth-of-type(1) span,
.mobile .main .main_box5 ul li:nth-of-type(3) span {
  position: absolute;
  right: 0.6rem;
  top: 40%;
  font-size: 0.18rem;
}
.mobile .main .main_box5 ul li:nth-of-type(2) div,
.mobile .main .main_box5 ul li:nth-of-type(4) div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6rem;
  color: #1a1a1a;
}
.mobile .main .main_box5 ul li:nth-of-type(2) span,
.mobile .main .main_box5 ul li:nth-of-type(4) span {
  position: absolute;
  font-size: 0.18rem;
  top: 48%;
  left: 59%;
  transform: translate(-50%, -50%);
}
.mobile .main .main_box5 ul li:nth-of-type(5) {
  margin-bottom: 0;
}
.mobile .main .main_box5 ul li:nth-of-type(5) div {
  position: absolute;
  right: 0.79rem;
  top: 50%;
  font-size: 0.6rem;
  color: #1a1a1a;
  transform: translate(0, -50%);
}
.mobile .main .main_box5 ul li:nth-of-type(5) span {
  position: absolute;
  right: 0.5rem;
  top: 40%;
  font-size: 0.18rem;
}
.mobile .main .main_box6 {
  background-color: #f5f4f9;
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.mobile .main .main_box6 .top {
  margin-top: 1.39rem;
  padding: 0 0.65rem;
  display: flex;
  justify-content: space-between;
}
.mobile .main .main_box6 .top .title {
  font-size: 0.78rem;
  color: #4d4d4d;
}
.mobile .main .main_box6 .top .title span {
  color: #ec4f62;
}
.mobile .main .main_box6 .top .price {
  font-size: 0.38rem;
  color: #808080;
}
.mobile .main .main_box6 .top .price span {
  font-size: 0.78rem;
  color: #ec4f62;
}
.mobile .main .main_box6 p {
  font-size: 0.44rem;
  color: #808080;
  margin-top: 0.9rem;
  padding-left: 0.65rem;
}
.mobile .main .main_box6 .swiper {
  width: 100%;
  height: 10.97rem;
  margin-top: 1.28rem;
}
.mobile .main .main_box6 .swiper .swiper-container2 {
  width: 100%;
  height: 100%;
}
.mobile .main .main_box6 .swiper .swiper-slide {
  text-align: center;
  font-size: 0.44rem;
  color: #010101;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mobile .main .main_box6 .swiper .swiper-slide img {
  width: 2.74rem;
  height: 8.91rem;
  margin-top: 0.64rem;
}
.mobile .main .main_box6 .swiper .swiper-slide span {
  margin-top: 0.55rem;
  display: block;
}
.mobile .main .main_box6 .swiper .swiper-slide-active,
.mobile .main .main_box6 .swiper .swiper-slide-duplicate-active {
  width: 2.74rem;
  height: 10.91rem;
  transform: scale(1);
  opacity: 1;
  background-image: url(../images/mobile/box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mobile .main .main_box6 .more {
  width: 4rem;
  height: 1.23rem;
  border-radius: 0.1rem;
  border: solid 2px #4c4c4c;
  color: #4d4d4d;
  font-size: 0.38rem;
  text-align: center;
  line-height: 1.23rem;
  margin: 0 auto;
  margin-top: 1.34rem;
  cursor: pointer;
}
.mobile .main .main_box6 .more a {
  color: #4d4d4d;
}
.mobile .main .main_box7 {
  height: 13.09rem;
  background-image: url(../images/mobile/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.mobile .main .main_box7 .title {
  font-size: 0.78rem;
  color: #fff;
  margin-top: 1.7rem;
  text-align: center;
}
.mobile .main .main_box7 .content {
  font-size: 0.44rem;
  color: #fff;
  margin-top: 0.92rem;
  text-align: center;
  padding: 0 1rem;
}
.mobile .main .main_box7 img {
  width: 100%;
  padding: 0 0.3rem;
  margin-top: 1.54rem;
}
.mobile .main .main_box8 {
  height: 9.08rem;
  background-color: #fff;
  padding: 0 0.54rem 0 0.64rem;
}
.mobile .main .main_box8 p {
  color: #999;
  font-size: 0.38rem;
  margin-top: 0.9rem;
}
.mobile .main .main_box8 .tel {
  color: #1a1a1a;
  font-size: 0.78rem;
  margin-top: 0.9rem;
}
.mobile .main .main_box8 .address {
  color: #999;
  font-size: 0.3rem;
  margin-top: 0.9rem;
}
.mobile .main .main_box8 .email {
  font-size: 0.44rem;
  color: #ec4f62;
  margin-top: 0.32rem;
}
.mobile .main .main_box8 ul {
  display: flex;
  padding: 0 1rem;
  margin-top: 0.89rem;
  align-items: center;
  justify-content: space-between;
}
.mobile .main .main_box8 ul img {
  width: 1.07rem;
}
.mobile .main .main_box8 .last {
  color: #999;
  font-size: 0.22rem;
  text-align: center;
  margin-top: 0.94rem;
}
[v-cloak] {
  display: none;
}
/*# sourceMappingURL=index.css.map */
