@charset "utf-8";
html.active {
  overflow: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #333;
  min-width: 320px;
  word-wrap: break-word;
  margin: 0;
  padding-bottom: 100px;
}
html,
body {
  touch-action: pan-y;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  appearance: none !important;
  -webkit-appearance: none !important;
}
a {
  background-color: transparent;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container-box {
  width: 100%;
  max-width: 750px;
  padding: 0 15px;
  margin: 0 auto;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.warning_popup {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.warning_popup.active {
  top: 50%;
  opacity: 1;
}
#body-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  display: none;
}
#body-mask.active {
  display: block;
}
.swiper-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px 50px;
  transition: all .3s;
}
.swiper-popup .swiper-container {
  height: 100%;
}
.swiper-popup .but-box .but {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-popup .but-box .but i {
  color: #fff;
  font-size: 40px;
  opacity: .6;
  transition: all .3s;
}
.swiper-popup .but-box .but.but-prev {
  left: 0;
  transform: rotate(90deg);
}
.swiper-popup .but-box .but.but-next {
  right: 0;
  transform: rotate(-90deg);
}
.swiper-popup .but-box .but:focus {
  outline: none;
}
.swiper-popup .but-box .but:hover i {
  opacity: 1;
}
.swiper-popup .swiper-pagination {
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.swiper-popup .off {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
}
.swiper-popup .off i {
  font-size: 40px;
  color: #fff;
  transform: rotate(45deg);
  opacity: .6;
  transition: all .3s;
}
.swiper-popup .off:hover i {
  opacity: 1;
}
.swiper-popup.active {
  top: 0;
}
.video_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: -100%;
  left: 0;
  z-index: 8000;
  display: flex;
  justify-content: cener;
  align-items: center;
  transition: all .3s;
}
.video_popup .con_box {
  width: 6.25rem;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
}
.video_popup .con_box video {
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
.video_popup .con_box video.active {
  display: block;
}
.video_popup .con_box i.colse {
  color: #fff;
  font-size: 0.20833333rem;
  transform: rotate(45deg);
  position: absolute;
  top: -0.234375rem;
  right: -0.234375rem;
  cursor: pointer;
  transition: all .3s;
}
.video_popup .con_box i.colse:hover {
  color: #fe738a;
  transform: rotate(315deg);
}
.video_popup.active {
  top: 0;
}
.image_switcher {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6000;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 65px;
  transform: scale(0);
  transition: all .3s;
  opacity: 0;
}
.image_switcher .con-box {
  position: relative;
  width: 682px;
  height: 360px;
}
.image_switcher .con-box .off {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  background: url(../images/icon19.png) no-repeat center center / contain;
  cursor: pointer;
}
.image_switcher .con-box .swiper-container {
  height: 100%;
  box-sizing: border-box;
}
.image_switcher .con-box .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_switcher .con-box .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.image_switcher .con-box .swiper-container .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.image_switcher .con-box .but-box .but {
  width: 34px;
  height: 46px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}
.image_switcher .con-box .but-box .but.but-prev {
  background-image: url(../images/left2.png);
  right: 100%;
}
.image_switcher .con-box .but-box .but.but-next {
  background-image: url(../images/right2.png);
  left: 100%;
}
.image_switcher .con-box .but-box .but:focus {
  outline: none;
}
.image_switcher .con-box .title {
  font-size: 24px;
  font-weight: 500;
  color: #418C5D;
  width: max-content;
  min-width: 230px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.image_switcher.active {
  transform: scale(1);
  opacity: 1;
}
.image_switcher.image_switcher_2 {
  padding-bottom: 0;
}
.image_switcher.image_switcher_2 .con-box {
  width: 100%;
  max-width: 750px;
  height: 100%;
}
.image_switcher.image_switcher_2 .con-box .but-box {
  display: none !important;
}
.image_switcher.image_switcher_2 .con-box .title {
  bottom: 0;
  z-index: 1000;
}
.more1 {
  display: block;
  width: max-content;
  margin: 0 auto;
  background: #418C5D;
  color: #fff !important;
  font-size: 30px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 6px;
  text-align: center;
}
.more1.more1-2 {
  width: 280px;
}
.more1.more1-3 {
  width: 172px;
  font-size: 24px;
}
.more2 {
  display: block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 24px;
  margin: 0 auto;
  border-radius: 50px;
  background: #418C5D;
}
.more3 {
  display: block;
  width: 100%;
  line-height: 60px;
  border-radius: 6px;
  background: #E5F8EC;
  color: #418C5D !important;
  text-align: center;
  font-size: 30px;
}
.news1 {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.07), -2px -2px 4px 0px rgba(0, 0, 0, 0.07);
  background-image: url(../images/icon4.png);
  background-position: right 20px bottom 10px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  position: relative;
}
.news1 .img {
  height: 366px;
  position: relative;
}
.news1 .img img {
  width: 100%;
  height: 100%;
}
.news1 .img h5 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  padding: 0 20px;
}
.news1 .text-box {
  padding: 20px;
}
.news1 .text-box h5 {
  font-size: 28px;
  line-height: 1;
  color: #333;
}
.news1 .text-box dl {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.news1 .text-box dl dd {
  font-size: 24px;
  color: #666;
  padding: 0 10px;
  border-right: 1px solid #666;
  line-height: 1;
}
.news1 .text-box dl dd:last-child {
  border-right: none;
}
.news1 .text-box .price {
  color: #CC444B;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.news1 .text-box .price span {
  color: #666;
  font-size: 20px;
  font-weight: normal;
}
.news1.news1-2 {
  overflow: initial;
}
.news1.news1-2 .hot {
  width: 140px;
  height: 52px;
  background: #C00005;
  position: absolute;
  top: 10px;
  left: -6px;
  z-index: 2;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.news1.news1-2 .hot::before {
  content: "";
  border-top: 6px solid #C00005;
  border-left: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.news1.news1-2 .img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.news1.news1-2 .text-box .price {
  color: #C00005;
}
.news2 {
  display: block;
}
.news2 .img {
  height: 220px;
  position: relative;
}
.news2 .img img {
  width: 100%;
  height: 100%;
}
.news2 h5 {
  font-size: 24px;
  line-height: 1;
  margin-top: 15px;
  color: #333;
  text-align: center;
}
.news2.news2-2 .img::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/play.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.news3 {
  display: block;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.07), -2px -2px 4px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.news3 h5 {
  font-size: 28px;
  color: #333333;
  line-height: 1;
}
.news3 .text {
  font-size: 24px;
  color: #999999;
  margin: 20px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news3 .more {
  font-size: 24px;
  color: #B9B9B9;
  padding-left: 30px;
  background: url(../images/icon3.png) no-repeat 0 center / 16px auto, url(../images/icon4.png) no-repeat right center / 40px auto;
}
.news4 {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #F1F1F1;
}
.news4 .img {
  width: 162px;
  height: 154px;
  border-radius: 8px;
}
.news4 .con {
  width: calc(100% - 162px);
  padding-left: 30px;
}
.news4 .con .title {
  font-size: 32px;
  color: #333;
  line-height: 1;
}
.news4 .con .text {
  font-size: 24px;
  color: #8D8E89;
  line-height: 1;
  margin: 20px 0 30px;
}
.news4 .con .price {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: flex;
  align-items: center;
}
.news4 .con .price p {
  font-size: 24px;
  color: #999;
  margin-left: 20px;
}
.news4 .con .price p span {
  font-size: 32px;
  color: #E01E23;
}
.news4:first-child {
  padding-top: 0;
}
.news4:last-child {
  border: none;
  padding-bottom: 0;
}
.news5 {
  display: flex;
  flex-direction: row-reverse;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.07), -2px -2px 4px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px;
}
.news5 .img {
  width: 242px;
  height: 152px;
  overflow: hidden;
}
.news5 .img img {
  width: 100%;
  height: 100%;
}
.news5 .text-box {
  padding-right: 30px;
  width: calc(100% - 242px);
}
.news5 .text-box h5 {
  font-size: 24px;
  line-height: 1;
  color: #333;
}
.news5 .text-box .text {
  color: #999;
  font-size: 20px;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  margin: 18px 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news5 .text-box .time {
  font-size: 20px;
  color: #B9B9B9;
  background: url(../images/icon3.png) no-repeat 0 center / 16px auto;
  line-height: 30px;
  padding-left: 25px;
  line-height: 1;
}
.main24 .container-box {
  background-color: #F8F8F8;
  padding: 20px 15px;
}
.main24 .container-box a {
  display: block;
}
.main24 .container-box a img {
  width: 100%;
}
.main24.main24-2 .container-box {
  padding-bottom: 0 !important;
}
.main25 {
  margin: 10px 0;
}
.main25 img {
  width: 100%;
}
.title1 {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title1 h5 {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding-left: 15px;
  line-height: 1;
}
.title1 h5::before {
  content: "";
  width: 6px;
  height: 50%;
  background-color: #418C5D;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
}
.title1 h5 span {
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  margin-left: 10px;
}
.title1 a {
  font-size: 24px;
  font-weight: 500;
  color: #418C5D;
  line-height: 1;
}
.title1.title1-2 h5::before {
  height: 100%;
}
.title2 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
.title2 h5 {
  font-size: 36px;
  color: #333;
  position: relative;
  padding: 0 20px;
  line-height: 1;
}
.title2 h5::before,
.title2 h5::after {
  content: "";
  width: 7px;
  height: 50%;
  background-color: #418C5D;
  border-radius: 14px;
  position: absolute;
}
.title2 h5::before {
  bottom: 0;
  left: 0;
}
.title2 h5::after {
  right: 0;
  top: 0;
}
.title2.title2-2 {
  justify-content: space-between;
  align-items: flex-end;
}
.title2.title2-2 a {
  font-size: 24px;
  color: #418C5D;
  line-height: 1;
}
header .container-box {
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}
header .container-box .con {
  display: flex;
  align-items: center;
  height: 88px;
  position: relative;
  background-color: #fff;
  z-index: 200;
}
header .container-box .con .logo img {
  width: 212px;
}
header .container-box .con .phone {
  font-size: 40px;
  font-weight: bold;
  color: #418C5D;
  background: url(../images/icon5.png) no-repeat 0 center / 44px auto;
  padding-left: 50px;
  margin-left: 40px;
}
header .container-box .con .nav_on {
  width: 36px;
  height: 36px;
  background: url(../images/icon12.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
header .container-box .con .nav_on.active {
  background-image: url(../images/icon13.png);
}
header .container-box .nav {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: -400px;
  left: 0;
  z-index: 6000;
  border-top: 1px solid #EFEFEF;
  padding: 30px;
  margin: 0;
  transition: all .3s;
}
header .container-box .nav ul {
  display: flex;
  flex-wrap: wrap;
}
header .container-box .nav ul li {
  width: 25%;
  text-align: center;
  margin: 30px 0;
}
header .container-box .nav ul li img {
  height: 56px;
}
header .container-box .nav ul li h5 {
  font-size: 26px;
  color: #666;
  margin-top: 20px;
}
header .container-box .nav.active {
  top: 100%;
}
.banner {
  position: relative;
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}
.banner .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 1000;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: .6;
  margin: 0 5px;
  transition: all .3s;
  border: none;
}
.banner .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  height: 8px;
  border-radius: 8px;
  opacity: 1;
}
.banner2 {
  max-width: 750px;
  margin: 0 auto;
}
.banner2 img {
  width: 100%;
}
.main1 .container-box {
  border-top: 20px solid #F8F8F8;
}
.main1 .container-box ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.main1 .container-box ul li a {
  display: block;
  text-align: center;
}
.main1 .container-box ul li a img {
  height: 64px;
}
.main1 .container-box ul li a h5 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
.main2 .container-box {
  background-color: #F8F8F8;
  padding: 20px 15px;
}
.main2 .container-box .main2-con {
  display: flex;
  justify-content: space-between;
}
.main2 .container-box .main2-con .item a {
  display: block;
}
.main2 .container-box .main2-con .item img {
  width: 100%;
}
.main2 .container-box .main2-con .item:nth-child(1) {
  width: 346px;
}
.main2 .container-box .main2-con .item:nth-child(2) {
  width: 334px;
}
.main2 .container-box .main2-con .item:nth-child(2) a:nth-child(2) {
  margin-top: 20px;
}
.main3 {
  padding: 30px 0;
}
.main3 .video {
  position: relative;
  height: 340px;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.main3 .video img {
  width: 100%;
  height: 100%;
}
.main3 .video::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/play.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.main3 .text-box {
  overflow: hidden;
  max-height: 300px;
  margin: 20px 0;
  position: relative;
}
.main3 .text-box::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, #ffffff 100%);
}
.main3 .text-box .text {
  font-size: 28px;
  line-height: 50px;
  text-align: justify;
}
.main3 .text-box.active {
  max-height: initial;
  overflow: initial;
}
.main3 .text-box.active::before {
  display: none;
}
.main3 .more1.active {
  display: none;
}
.main3.main3-2 {
  padding: 0;
}
.main3.main3-2 .container-box {
  border-top: 20px solid #F8F8F8;
  border-bottom: 20px solid #F8F8F8;
  padding: 30px 15px;
}
.main4 .container-box {
  border-top: 20px solid #F8F8F8;
  padding: 30px 15px;
}
.main4 .container-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}
.main4 .container-box ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main4.main4-2 .container-box {
  border-top: none;
  padding: 0 15px;
}
.main4.main4-3 .news1 .text-box .price {
  color: #E0394D;
}
.main5 {
  padding: 30px 0;
}
.main5 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}
.main5 ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main6 .container-box {
  border-top: 20px solid #F8F8F8;
  padding: 30px 15px;
}
.main6 .container-box .main6-con .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main6 .container-box .main6-con .item .img {
  width: 392px;
  height: 240px;
  overflow: hidden;
}
.main6 .container-box .main6-con .item .img img {
  width: 100%;
  height: 100%;
}
.main6 .container-box .main6-con .item .text-box {
  width: 276px;
}
.main6 .container-box .main6-con .item .text-box .title {
  font-size: 28px;
  color: #418C5D;
  margin-bottom: 15px;
}
.main6 .container-box .main6-con .item .text-box ul li {
  font-size: 24px;
  color: #666666;
  position: relative;
  line-height: 1.8;
  padding-left: 20px;
}
.main6 .container-box .main6-con .item .text-box ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main6 .container-box .main6-con .item:nth-child(even) {
  flex-direction: row-reverse;
}
.main6 .container-box .main6-con .item:last-child {
  margin-bottom: 0 !important;
}
.main7 .container-box {
  border-top: 20px solid #F8F8F8;
  padding: 30px 15px;
}
.main7 .container-box ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.main7 .container-box ul li .serial {
  position: relative;
  display: flex;
}
.main7 .container-box ul li .serial b {
  font-size: 48px;
  color: #418C5D;
  width: 70px;
}
.main7 .container-box ul li .serial .icon {
  width: 26px;
  height: 26px;
  background-color: #ECFAED;
  border: 1px solid #418C5D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 20px;
}
.main7 .container-box ul li .serial .icon::before {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #D8D8D8;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 20px;
}
.main7 .container-box ul li .serial .icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #418C5D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main7 .container-box ul li .con {
  width: 562px;
  background: #F8F8F8;
  border-radius: 12px;
  padding: 20px 70px 20px 30px;
  position: relative;
}
.main7 .container-box ul li .con h5 {
  font-size: 32px;
  line-height: 1.5;
  color: #333;
}
.main7 .container-box ul li .con .text {
  color: #666;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 10px;
}
.main7 .container-box ul li .con img {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  height: 56px;
}
.main8 .container-box {
  border-top: 20px solid #F8F8F8;
  padding: 30px 15px;
}
.main8 .container-box .main8-con {
  margin-bottom: 50px;
}
.main8 .container-box .main8-con .news3:last-child {
  margin-bottom: 0;
}
.main9 .container-box {
  padding-bottom: 30px;
  position: relative;
}
.main9 .container-box .main9-1 {
  padding-top: 20px;
}
.main9 .container-box .main9-1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main9 .container-box .main9-1 ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main9 .container-box .main9-1.main9-1-2 .more1 {
  margin-top: 10px;
}
.main9 .container-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.main9.active .container-box::before {
  display: block;
}
.main10 .container-box {
  padding: 0 15px 20px;
}
.main10 .container-box .main10-1 {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.main10 .container-box .main10-1 .item-box .item {
  display: none;
  cursor: pointer;
  height: 766px;
}
.main10 .container-box .main10-1 .item-box .item img {
  width: 100%;
  height: 100%;
}
.main10 .container-box .main10-1 .item-box .item.active {
  display: block;
}
.main10 .container-box .main10-1 .item-box .item.video::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/play.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.main10 .container-box .main10-1 ul {
  border-radius: 50px;
  position: absolute;
  bottom: 80px;
  left: 24px;
  display: flex;
}
.main10 .container-box .main10-1 ul li {
  width: 86px;
  line-height: 40px;
  font-size: 24px;
  color: #333;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
  background-color: #fff;
  margin-right: 16px;
}
.main10 .container-box .main10-1 ul li.active {
  background-color: #F88C39;
  color: #fff;
}
.main10 .container-box .main10-1 .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F88C39;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.main10 .container-box .main10-2 {
  margin-top: 30px;
}
.main10 .container-box .main10-2 .title {
  color: #333;
  font-size: 36px;
  line-height: 1.5;
}
.main10 .container-box .main10-2 .price {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}
.main10 .container-box .main10-2 .price b {
  color: #333333;
  font-size: 28px;
  font-weight: normal;
  margin-right: 20px;
}
.main10 .container-box .main10-2 .price p {
  font-size: 24px;
  color: #999;
}
.main10 .container-box .main10-2 .price p span {
  font-size: 36px;
  font-weight: bold;
  color: #CC444B;
}
.main10 .container-box .main10-2 .con {
  display: flex;
  flex-wrap: wrap;
}
.main10 .container-box .main10-2 .con dl {
  display: flex;
  line-height: 40px;
  width: 50%;
  margin: 10px 0;
}
.main10 .container-box .main10-2 .con dl dt {
  font-weight: normal;
  color: #666;
  font-size: 28px;
  margin-right: 20px;
}
.main10 .container-box .main10-2 .con dl dd {
  font-size: 28px;
  color: #333;
}
.main11 .container-box {
  padding: 20px 15px;
  border-top: 20px solid #F8F8F8;
  border-bottom: 20px solid #F8F8F8;
}
.main11 .container-box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.main11 .container-box .title h5 {
  color: #333;
  font-size: 36px;
}
.main11 .container-box .title .time {
  font-size: 28px;
  color: #333;
}
.main11 .container-box .title .time span {
  color: #F88C39;
  margin: 0 10px;
}
.main11 .container-box .swiper-container .swiper-slide {
  width: auto;
}
.main11 .container-box .swiper-container .swiper-slide img {
  width: 288px;
}
.main11 .container-box .bottom {
  text-align: center;
  color: #666;
  font-size: 26px;
  margin-top: 20px;
}
.main12 .container-box {
  padding: 20px 15px;
}
.main12 .container-box .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.main12 .container-box .title h5 {
  font-size: 36px;
  color: #333;
}
.main12 .container-box .title p {
  font-size: 24px;
  color: #666;
  margin-left: 20px;
}
.main12 .container-box .swiper-container .swiper-slide {
  width: auto;
  padding-right: 30px;
}
.main12 .container-box .swiper-container .swiper-slide .con {
  background-color: #EFEFEF;
  line-height: 50px;
  border-radius: 50px;
  background-image: url(../images/icon15.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px auto;
  padding: 0 15px 0 50px;
  font-size: 24px;
  color: #333;
}
.main12 .container-box .swiper-container .swiper-slide:last-child {
  padding-right: 0;
}
.main13 .container-box {
  padding: 20px 15px;
  border-top: 20px solid #F8F8F8;
  border-bottom: 20px solid #F8F8F8;
}
.main13 .container-box .main13-con .item {
  display: flex;
  position: relative;
  padding: 30px 0 46px;
  border-bottom: 1px solid #F4F4F4;
}
.main13 .container-box .main13-con .item .imgbox {
  position: relative;
  width: 120px;
}
.main13 .container-box .main13-con .item .imgbox .img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #E4E4E4;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.main13 .container-box .main13-con .item .imgbox .text {
  width: 120px;
  line-height: 40px;
  color: #9F6935;
  background: linear-gradient(108deg, #fedeb5 0%, #f8d09e 100%);
  border-radius: 40px;
  font-size: 24px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.main13 .container-box .main13-con .item .con {
  width: calc(100% - 120px);
  padding: 0 180px 0 20px;
}
.main13 .container-box .main13-con .item .con .title {
  font-size: 28px;
  color: #333;
}
.main13 .container-box .main13-con .item .con .text {
  font-size: 24px;
  color: #333;
  margin-top: 20px;
}
.main13 .container-box .main13-con .item .con .text span {
  color: #F88C39;
}
.main13 .container-box .main13-con .item a {
  position: absolute;
  top: 50%;
  right: 0;
  width: 156px;
  line-height: 50px;
  background-color: #FE6637;
  font-size: 24px;
  color: #F8F8F8;
  background-image: url(../images/icon16.png);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 24px auto;
  padding-left: 45px;
  border-radius: 6px;
}
.main13 .container-box .main13-con .item:last-child {
  border: none;
}
.main13.main13-2 .container-box {
  border-top: none;
  padding-bottom: 0;
}
.main14 .container-box {
  padding: 20px 15px;
}
.main14 .container-box .title1 h5 span {
  font-size: 18px;
}
.main14 .container-box .img {
  height: 766px;
  border-radius: 5px;
  overflow: hidden;
}
.main14 .container-box .img img {
  width: 100%;
  height: 100%;
}
.main14 .container-box .bt {
  color: #666;
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}
.main15 .container-box {
  padding: 20px 15px 30px;
  border-top: 20px solid #F8F8F8;
}
.main15 .container-box .more1 {
  margin-top: 30px;
}
.main16 .container-box {
  padding: 20px 15px;
  border-top: 20px solid #F8F8F8;
}
.main16 .container-box ul {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.main16 .container-box ul li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}
.main16.main16-2 .container-box {
  border-top: none;
}
.main17 .container-box {
  padding: 20px 15px;
  border-top: 20px solid #F8F8F8;
}
.main17 .container-box .top-text {
  color: #999;
  line-height: 1.5;
  font-size: 21px;
  margin-bottom: 20px;
}
.main17 .container-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.main17 .container-box ul li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}
.main17 .container-box ul li .con {
  background: #F3F3F3;
  border-radius: 10px;
}
.main17 .container-box ul li .con .img {
  height: 200px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.main17 .container-box ul li .con .img img {
  width: 100%;
  height: 100%;
}
.main17 .container-box ul li .con .img h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 46px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  color: #fff;
}
.main17 .container-box ul li .con .text-box {
  padding: 10px;
}
.main17 .container-box ul li .con .text-box .text {
  font-size: 20px;
  line-height: 32px;
  height: 64px;
  overflow: auto;
}
.main17 .container-box .bottom {
  text-align: center;
}
.main17 .container-box .bottom .text {
  color: #333;
  font-size: 24px;
}
.main17 .container-box .bottom .text2 {
  color: #BE281A;
  font-size: 28px;
  margin: 10px 0 20px;
}
.main17 .container-box .bottom dl {
  display: flex;
  justify-content: center;
}
.main17 .container-box .bottom dl dd {
  margin: 0 15px;
}
.main17 .container-box .bottom dl dd a {
  display: block;
  width: 152px;
  line-height: 50px;
  background: #F88C39;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.main18 .container-box {
  padding: 20px 15px;
  border-top: 20px solid #F8F8F8;
}
.main18 .container-box ul {
  display: flex;
  margin: 0 -5px;
}
.main18 .container-box ul li {
  width: 33.33333%;
  padding: 0 5px;
}
.main18 .container-box ul li img {
  width: 100%;
  border-radius: 6px;
}
.main18 .container-box .more2 {
  margin-top: 30px;
}
.main19 .container-box {
  background-color: #F8F8F8;
  padding: 20px 15px;
}
.main19 .container-box .news5 {
  margin-bottom: 20px;
}
.main19 .container-box .news5:last-child {
  margin-bottom: 0;
}
.main19 .container-box .more3 {
  margin-top: 30px;
}
.main20 {
  padding: 30px 0;
}
.main20 .title {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.main20 .video {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.main20 .video::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/play.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}
.main20 .video img {
  width: 100%;
  height: 100%;
}
.main20 .reading {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}
.main20 .reading p {
  font-size: 24px;
  color: #999;
  line-height: 1;
  background: url(../images/icon17.png) no-repeat 0 center / 38px auto;
  padding-left: 50px;
}
.main20 .con {
  font-size: 28px;
  line-height: 1.8;
  text-align: justify;
}
.main20 .con img {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 20px auto;
}
.main21 {
  padding: 30px 0;
}
.main21 ul li {
  margin: 25px 0;
}
.main21 ul li a {
  display: block;
  font-size: 28px;
  line-height: 40px;
  color: #333;
  position: relative;
  padding-right: 180px;
}
.main21 ul li a span {
  font-size: 20px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.main22 .container-box {
  padding: 20px 15px;
}
.main22 .container-box .map-box {
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
}
.main22 .container-box ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.main22 .container-box ul li {
  display: flex;
  margin: 5px 0;
  line-height: 1.8;
}
.main22 .container-box ul li span {
  color: #333;
  font-size: 28px;
  width: 90px;
}
.main22 .container-box ul li p {
  width: calc(100% - 90px);
  font-size: 28px;
  color: #666;
}
.main23 {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: calc(100% - 88px);
  top: 88px;
  left: 0;
  box-sizing: border-box;
}
.main23 .con {
  max-width: 750px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main23 .con .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 15px 50px;
  background-color: #fff;
}
.main23 .con .bottom .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 20px;
}
.main23 .con .bottom .title h5 {
  font-size: 32px;
  color: #333;
}
.main23 .con .bottom .title p {
  color: #999;
  font-size: 24px;
  background: url(../images/icon18.png) no-repeat 0 center / 24px auto;
  padding-left: 30px;
  line-height: 1;
}
.main23 .con .bottom ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 20px;
}
.main23 .con .bottom ul li a {
  display: block;
  width: 190px;
  line-height: 64px;
  border-radius: 6px;
  background: #c00005;
  font-size: 28px;
  color: #fff;
  position: relative;
}
.main23 .con .bottom ul li a .tag {
  width: 28px;
  height: 28px;
  background-color: #ED6043;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: -14px;
  right: 0;
}
.main23 .con .bottom ul li:nth-child(2) a {
  background-color: #FB8B05;
  padding-left: 58px;
  text-align: left;
  display: flex;
  align-items: center;
}
.main23 .con .bottom ul li:nth-child(2) a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon20.png) no-repeat center center / contain;
  position: absolute;
  left: 18px;
  animation: shake .5s infinite;
}
@keyframes shake {
  0% {
    transform: translate(0px);
  }
  25% {
    transform: translate(-5px);
  }
  50% {
    transform: translate(5px);
  }
  75% {
    transform: translate(-5px);
  }
  100% {
    transform: translate(0px);
  }
}
.main23 .con .bottom ul li:nth-child(3) a {
  background-color: #418C5D;
}
.filtrate .container-box {
  border-top: 10px solid #F8F8F8;
  border-bottom: 20px solid #F8F8F8;
  position: relative;
}
.filtrate .container-box .tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
}
.filtrate .container-box .tab ul li {
  font-size: 28px;
  color: #333;
  margin: 0 40px;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.filtrate .container-box .tab ul li::before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.filtrate .container-box .tab ul li.active {
  color: #418C5D;
}
.filtrate .container-box .tab ul li.active::before {
  border-top-color: #418C5D;
}
.filtrate .container-box .con {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  padding: 10px 15px 40px;
  overflow: hidden;
  display: none;
}
.filtrate .container-box .con h5 {
  color: #333;
  font-size: 32px;
  margin-bottom: 40px;
}
.filtrate .container-box .con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.filtrate .container-box .con ul li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.filtrate .container-box .con ul li a {
  display: block;
  line-height: 60px;
  background-color: #F3F2F0;
  text-align: center;
  font-size: 28px;
  color: #333;
  border-radius: 4px;
}
.filtrate .container-box .con ul li a.active {
  background-color: #418C5D;
  color: #fff;
}
.filtrate .container-box .con dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filtrate .container-box .con dl dd {
  width: 212px;
  line-height: 76px;
  background-color: #F6F6F6;
  border-radius: 14px;
  text-align: center;
  font-size: 32px;
  color: #6E6E6E;
  margin: 0 60px;
  cursor: pointer;
}
.filtrate .container-box .con dl dd.active {
  background-color: #418C5D;
  color: #fff;
}
.filtrate .container-box .con.price {
  padding-bottom: 0;
}
.filtrate .container-box .con.price ul {
  margin: 0;
}
.filtrate .container-box .con.price ul li {
  width: auto;
  padding: 0;
  margin-right: 50px;
  margin-bottom: 40px;
}
.filtrate .container-box .con.price ul li a {
  background: none;
  line-height: 30px;
}
.filtrate .container-box .con.price ul li a.active {
  background: none;
  color: #418C5D;
}
.filtrate .container-box .con.active {
  display: block;
}
footer .container-box {
  background: url(../images/bg1.png) no-repeat center center / cover;
  padding: 40px 15px;
  border-top: 20px solid #F8F8F8;
}
footer .container-box .top {
  display: none;
  margin-bottom: 10px;
}
footer .container-box .top dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .container-box .top dl dt {
  color: #fff;
  font-weight: normal;
  line-height: 16px;
  font-size: 12px;
  width: 90px;
  background: url(../images/icon6.png) no-repeat 0 center / 18px auto;
  padding-left: 25px;
}
footer .container-box .top dl dd {
  width: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .container-box .top dl dd a {
  color: #C7C7C7;
  line-height: 16px;
  font-size: 12px;
  margin: 0 10px 10px 0;
}
footer .container-box .middle {
  display: flex;
  justify-content: space-between;
}
footer .container-box .middle .left {
  color: #fff;
  width: calc(100% - 200px);
  padding-right: 30px;
}
footer .container-box .middle .left h5 {
  font-size: 24px;
  margin-bottom: 30px;
}
footer .container-box .middle .left ul li {
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0;
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 32px auto;
  padding-left: 50px;
  margin-bottom: 25px;
}
footer .container-box .middle .left ul li:last-child {
  margin-bottom: 0;
}
footer .container-box .middle .right {
  width: 200px;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
footer .container-box .middle .right .con img {
  width: 120px;
  height: 120px;
}
footer .container-box .middle .right .con p {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
}
footer .container-box .bottom {
  color: #999;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 0.15625rem;
}
footer .container-box .bottom a {
  color: #999;
  margin: 0 10px;
}
footer.active .container-box .top {
  display: block;
}
.nav-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3000;
  background-color: #fff;
}
.nav-bottom .container-box {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.nav-bottom .container-box .phone {
  background: url(../images/icon9.png) no-repeat 0 center / 60px auto;
  padding-left: 70px;
}
.nav-bottom .container-box .phone h5 {
  color: #333;
  font-size: 24px;
  line-height: 1;
}
.nav-bottom .container-box .phone p {
  color: #333;
  font-size: 24px;
  margin-top: 15px;
  line-height: 1;
}
.nav-bottom .container-box .nav {
  display: flex;
  align-items: center;
}
.nav-bottom .container-box .nav a {
  display: flex;
  align-items: center;
  width: 210px;
  line-height: 76px;
  background: #168754;
  border-radius: 80px;
  font-size: 28px;
  color: #fff;
  padding-left: 72px;
  position: relative;
}
.nav-bottom .container-box .nav a:nth-child(1)::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/icon11.png) no-repeat center center / contain;
  position: absolute;
  left: 25px;
  animation: shake3 1.5s infinite;
}
@keyframes shake3 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.nav-bottom .container-box .nav a:nth-child(2) {
  margin-left: 10px;
  background-color: #BE2719;
}
.nav-bottom .container-box .nav a:nth-child(2)::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/icon10.png) no-repeat center center / contain;
  position: absolute;
  left: 25px;
  animation: shake2 .5s infinite;
}
@keyframes shake2 {
  0% {
    transform: translate(0px);
  }
  25% {
    transform: translate(-5px);
  }
  50% {
    transform: translate(5px);
  }
  75% {
    transform: translate(-5px);
  }
  100% {
    transform: translate(0px);
  }
}
.nav-bottom .container-box .nav a .tag {
  width: 28px;
  height: 28px;
  background-color: #ED6043;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: -5px;
  right: 0;
}
.nav2 {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 24px;
  line-height: 80px;
  color: #333;
}
.nav2 a {
  color: #333;
}
@media (max-width: 991px) {
  .video_popup .con_box {
    width: 90%;
    height: auto;
    height: 400px;
  }
  .video_popup .con_box i.colse {
    font-size: 30px;
    transform: translateX(50%) rotate(45deg);
    top: 100%;
    right: 50%;
  }
  .video_popup.active {
    top: 0;
  }
}
@media (max-width: 750px) {
  body {
    padding-bottom: 2rem;
  }
  .image_switcher {
    padding-bottom: 0.86666667rem;
  }
  .image_switcher .con-box {
    width: 9.09333333rem;
    height: 4.8rem;
  }
  .image_switcher .con-box .off {
    width: 0.50666667rem;
    height: 0.50666667rem;
    top: 0.2rem;
    right: 0.2rem;
  }
  .image_switcher .con-box .but-box .but {
    width: 0.45333333rem;
    height: 0.61333333rem;
  }
  .image_switcher .con-box .title {
    font-size: 0.32rem;
    min-width: 3.06666667rem;
    line-height: 0.66666667rem;
    border-radius: 0.06666667rem;
    padding: 0 0.26666667rem;
    bottom: -0.86666667rem;
  }
  .image_switcher.image_switcher_2 .con-box .title {
    bottom: 0.4rem;
  }
  .more1 {
    font-size: 0.4rem;
    line-height: 0.8rem;
    padding: 0 0.26666667rem;
    border-radius: 0.08rem;
  }
  .more1.more1-2 {
    width: 3.73333333rem;
  }
  .more1.more1-3 {
    width: 2.29333333rem;
    font-size: 0.32rem;
  }
  .more2 {
    width: 2.4rem;
    line-height: 0.66666667rem;
    font-size: 0.32rem;
    border-radius: 0.66666667rem;
  }
  .more3 {
    line-height: 0.8rem;
    border-radius: 0.08rem;
    font-size: 0.4rem;
  }
  .news1 {
    border-radius: 0.26666667rem;
    box-shadow: 0.02666667rem 0.02666667rem 0.05333333rem 0 rgba(0, 0, 0, 0.07), -0.02666667rem -0.02666667rem 0.05333333rem 0 rgba(0, 0, 0, 0.07);
    background-position: right 0.26666667rem bottom 0.13333333rem;
    background-size: 0.53333333rem auto;
  }
  .news1 .img {
    height: 4.88rem;
  }
  .news1 .img h5 {
    font-size: 0.32rem;
    line-height: 0.8rem;
    padding: 0 0.26666667rem;
  }
  .news1 .text-box {
    padding: 0.26666667rem 0.13333333rem;
  }
  .news1 .text-box h5 {
    font-size: 0.37333333rem;
  }
  .news1 .text-box dl {
    margin: 0.26666667rem 0;
  }
  .news1 .text-box dl dd {
    font-size: 0.32rem;
    padding: 0 0.13333333rem;
  }
  .news1 .text-box .price {
    font-size: 0.42666667rem;
  }
  .news1 .text-box .price span {
    font-size: 0.26666667rem;
  }
  .news1.news1-2 .hot {
    width: 1.86666667rem;
    height: 0.69333333rem;
    top: 0.13333333rem;
    left: -0.08rem;
    border-top-left-radius: 0.13333333rem;
    border-bottom-right-radius: 0.13333333rem;
    font-size: 0.32rem;
  }
  .news1.news1-2 .hot::before {
    border-top: 0.08rem solid #c00005;
    border-left: 0.08rem solid transparent;
  }
  .news1.news1-2 .img {
    border-top-left-radius: 0.26666667rem;
    border-top-right-radius: 0.26666667rem;
  }
  .news2 .img {
    height: 2.93333333rem;
  }
  .news2 h5 {
    font-size: 0.32rem;
    margin-top: 0.2rem;
  }
  .news2.news2-2 .img::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .news3 {
    box-shadow: 0.02666667rem 0.02666667rem 0.05333333rem 0rem rgba(0, 0, 0, 0.07), -0.02666667rem -0.02666667rem 0.05333333rem 0rem rgba(0, 0, 0, 0.07);
    padding: 0.26666667rem 0.4rem;
    border-radius: 0.13333333rem;
    margin-bottom: 0.26666667rem;
  }
  .news3 h5 {
    font-size: 0.37333333rem;
  }
  .news3 .text {
    font-size: 0.32rem;
    margin: 0.26666667rem 0;
  }
  .news3 .more {
    font-size: 0.32rem;
    padding-left: 0.4rem;
    background: url(../images/icon3.png) no-repeat 0 center / 0.21333333rem auto, url(../images/icon4.png) no-repeat right center / 0.53333333rem auto;
  }
  .news4 {
    padding: 0.4rem 0;
  }
  .news4 .img {
    width: 2.16rem;
    height: 2.05333333rem;
    border-radius: 0.10666667rem;
  }
  .news4 .con {
    width: calc(100% - 2.16rem);
    padding-left: 0.4rem;
  }
  .news4 .con .title {
    font-size: 0.42666667rem;
  }
  .news4 .con .text {
    font-size: 0.32rem;
    margin: 0.26666667rem 0 0.4rem;
  }
  .news4 .con .price {
    font-size: 0.32rem;
  }
  .news4 .con .price p {
    font-size: 0.32rem;
    margin-left: 0.26666667rem;
  }
  .news4 .con .price p span {
    font-size: 0.42666667rem;
  }
  .news5 {
    box-shadow: 0.02666667rem 0.02666667rem 0.05333333rem 0 rgba(0, 0, 0, 0.07), -0.02666667rem -0.02666667rem 0.05333333rem 0 rgba(0, 0, 0, 0.07);
    border-radius: 0.13333333rem;
    padding: 0.26666667rem;
  }
  .news5 .img {
    width: 3.22666667rem;
    height: 2.02666667rem;
  }
  .news5 .text-box {
    padding-right: 0.4rem;
    width: calc(100% - 3.22666667rem);
  }
  .news5 .text-box h5 {
    font-size: 0.32rem;
  }
  .news5 .text-box .text {
    font-size: 0.26666667rem;
    line-height: 0.46666667rem;
    height: 0.93333333rem;
    margin: 0.24rem 0;
  }
  .news5 .text-box .time {
    font-size: 0.26666667rem;
    background: url(../images/icon3.png) no-repeat 0 center / 0.21333333rem auto;
    line-height: 0.4rem;
    padding-left: 0.33333333rem;
  }
  .main24 .container-box {
    padding: 0.26666667rem 15px;
  }
  .main25 {
    margin: 0.13333333rem 0;
  }
  .title1 {
    margin-bottom: 0.4rem;
  }
  .title1 h5 {
    font-size: 0.48rem;
    padding-left: 0.2rem;
  }
  .title1 h5::before {
    width: 0.08rem;
    border-radius: 0.08rem;
  }
  .title1 h5 span {
    font-size: 0.32rem;
    margin-left: 0.13333333rem;
  }
  .title1 a {
    font-size: 0.32rem;
  }
  .title2 {
    margin: 0 auto 0.4rem;
  }
  .title2 h5 {
    font-size: 0.48rem;
    padding: 0 0.26666667rem;
  }
  .title2 h5::before,
  .title2 h5::after {
    width: 0.09333333rem;
    border-radius: 0.18666667rem;
  }
  .title2.title2-2 a {
    font-size: 0.32rem;
  }
  header .container-box .con {
    height: 1.17333333rem;
  }
  header .container-box .con .logo img {
    width: 2.82666667rem;
  }
  header .container-box .con .phone {
    font-size: 0.53333333rem;
    background: url(../images/icon5.png) no-repeat 0 center / 0.58666667rem auto;
    padding-left: 0.66666667rem;
    margin-left: 0.53333333rem;
  }
  header .container-box .con .nav_on {
    width: 0.48rem;
    height: 0.48rem;
  }
  header .container-box .nav {
    padding: 0.4rem;
  }
  header .container-box .nav ul li {
    margin: 0.4rem 0;
  }
  header .container-box .nav ul li img {
    height: 0.74666667rem;
  }
  header .container-box .nav ul li h5 {
    font-size: 0.34666667rem;
    margin-top: 0.26666667rem;
  }
  .banner .swiper-pagination {
    bottom: 0.16rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.10666667rem;
    height: 0.10666667rem;
    margin: 0 0.06666667rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.8rem;
    height: 0.10666667rem;
    border-radius: 0.10666667rem;
  }
  .main1 .container-box {
    border-top: 0.26666667rem solid #f8f8f8;
  }
  .main1 .container-box ul {
    padding: 0.26666667rem 0;
  }
  .main1 .container-box ul li a img {
    height: 0.85333333rem;
  }
  .main1 .container-box ul li a h5 {
    font-size: 0.32rem;
    margin-top: 0.13333333rem;
  }
  .main2 .container-box {
    padding: 0.26666667rem 15px;
  }
  .main2 .container-box .main2-con .item:nth-child(1) {
    width: 4.61333333rem;
  }
  .main2 .container-box .main2-con .item:nth-child(2) {
    width: 4.45333333rem;
  }
  .main2 .container-box .main2-con .item:nth-child(2) a:nth-child(2) {
    margin-top: 0.26666667rem;
  }
  .main3 {
    padding: 0.4rem 0;
  }
  .main3 .video {
    height: 4.53333333rem;
    border-top-left-radius: 0.26666667rem;
    border-top-right-radius: 0.26666667rem;
  }
  .main3 .video::before {
    width: 1.06666667rem;
    height: 1.06666667rem;
  }
  .main3 .text-box {
    max-height: 4rem;
    margin: 0.26666667rem 0;
  }
  .main3 .text-box::before {
    height: 0.66666667rem;
  }
  .main3 .text-box .text {
    font-size: 0.37333333rem;
    line-height: 0.66666667rem;
  }
  .main3.main3-2 .container-box {
    border-top: 0.26666667rem solid #f8f8f8;
    border-bottom: 0.26666667rem solid #f8f8f8;
    padding: 0.4rem 15px;
  }
  .main4 .container-box {
    border-top: 0.26666667rem solid #f8f8f8;
    padding: 0.4rem 15px;
  }
  .main4 .container-box ul {
    margin: 0 -0.13333333rem 0.4rem;
  }
  .main4 .container-box ul li {
    padding: 0 0.13333333rem;
    margin-bottom: 0.26666667rem;
  }
  .main5 {
    padding: 0.4rem 0;
  }
  .main5 ul {
    margin: 0 -0.13333333rem 0.4rem;
  }
  .main5 ul li {
    padding: 0 0.13333333rem;
    margin-bottom: 0.26666667rem;
  }
  .main6 .container-box {
    border-top: 0.26666667rem solid #f8f8f8;
    padding: 0.4rem 15px;
  }
  .main6 .container-box .main6-con .item {
    margin-bottom: 0.26666667rem;
  }
  .main6 .container-box .main6-con .item .img {
    width: 5.22666667rem;
    height: 3.2rem;
  }
  .main6 .container-box .main6-con .item .text-box {
    width: 3.68rem;
  }
  .main6 .container-box .main6-con .item .text-box .title {
    font-size: 0.37333333rem;
    margin-bottom: 0.2rem;
  }
  .main6 .container-box .main6-con .item .text-box ul li {
    font-size: 0.32rem;
    padding-left: 0.26666667rem;
  }
  .main6 .container-box .main6-con .item .text-box ul li::before {
    width: 0.08rem;
    height: 0.08rem;
  }
  .main7 .container-box {
    border-top: 0.26666667rem solid #f8f8f8;
    padding: 0.4rem 15px;
  }
  .main7 .container-box ul li {
    margin-bottom: 0.66666667rem;
  }
  .main7 .container-box ul li .serial b {
    font-size: 0.64rem;
    width: 0.93333333rem;
    text-align: center;
  }
  .main7 .container-box ul li .serial .icon {
    width: 0.34666667rem;
    height: 0.34666667rem;
    margin-left: 0.2rem;
  }
  .main7 .container-box ul li .serial .icon::before {
    height: 1.6rem;
    margin-top: 0.26666667rem;
  }
  .main7 .container-box ul li .serial .icon::after {
    width: 0.21333333rem;
    height: 0.21333333rem;
  }
  .main7 .container-box ul li .con {
    width: 7.49333333rem;
    border-radius: 0.16rem;
    padding: 0.26666667rem 0.93333333rem 0.26666667rem 0.4rem;
  }
  .main7 .container-box ul li .con h5 {
    font-size: 0.42666667rem;
  }
  .main7 .container-box ul li .con .text {
    font-size: 0.32rem;
    margin-top: 0.13333333rem;
  }
  .main7 .container-box ul li .con img {
    right: 0.8rem;
    height: 0.74666667rem;
  }
  .main8 .container-box {
    border-top: 0.26666667rem solid #f8f8f8;
    padding: 0.4rem 15px;
  }
  .main8 .container-box .main8-con {
    margin-bottom: 0.66666667rem;
  }
  .main9 .container-box {
    padding-bottom: 0.4rem;
  }
  .main9 .container-box .main9-1 {
    padding-top: 0.26666667rem;
  }
  .main9 .container-box .main9-1 ul {
    margin: 0 -0.13333333rem;
  }
  .main9 .container-box .main9-1 ul li {
    padding: 0 0.13333333rem;
    margin-bottom: 0.26666667rem;
  }
  .main9 .container-box .main9-1.main9-1-2 .more1 {
    margin-top: 0.13333333rem;
  }
  .main10 .container-box {
    padding: 0 15px 0.26666667rem;
  }
  .main10 .container-box .main10-1 {
    border-radius: 0.06666667rem;
  }
  .main10 .container-box .main10-1 .item-box .item {
    height: 10.21333333rem;
  }
  .main10 .container-box .main10-1 .item-box .item.video::before {
    width: 1.06666667rem;
    height: 1.06666667rem;
  }
  .main10 .container-box .main10-1 ul {
    padding: 0.05333333rem;
    border-radius: 0.66666667rem;
    bottom: 1.06666667rem;
    left: 0.32rem;
  }
  .main10 .container-box .main10-1 ul li {
    width: 1.14666667rem;
    line-height: 0.53333333rem;
    border-radius: 0.53333333rem;
    font-size: 0.32rem;
  }
  .main10 .container-box .main10-1 .bottom {
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
  .main10 .container-box .main10-2 {
    margin-top: 0.4rem;
  }
  .main10 .container-box .main10-2 .title {
    font-size: 0.48rem;
  }
  .main10 .container-box .main10-2 .price {
    margin: 0.26666667rem 0 0.4rem;
  }
  .main10 .container-box .main10-2 .price b {
    font-size: 0.37333333rem;
    margin-right: 0.26666667rem;
  }
  .main10 .container-box .main10-2 .price p {
    font-size: 0.32rem;
  }
  .main10 .container-box .main10-2 .price p span {
    font-size: 0.48rem;
  }
  .main10 .container-box .main10-2 .con dl {
    line-height: 0.53333333rem;
    margin: 0.13333333rem 0;
  }
  .main10 .container-box .main10-2 .con dl dt {
    font-size: 0.37333333rem;
    margin-right: 0.26666667rem;
  }
  .main10 .container-box .main10-2 .con dl dd {
    font-size: 0.37333333rem;
  }
  .main11 .container-box {
    padding: 0.26666667rem 15px;
    border-top: 0.26666667rem solid #f8f8f8;
    border-bottom: 0.26666667rem solid #f8f8f8;
  }
  .main11 .container-box .title {
    margin-bottom: 0.4rem;
  }
  .main11 .container-box .title h5 {
    font-size: 0.48rem;
  }
  .main11 .container-box .title .time {
    font-size: 0.37333333rem;
  }
  .main11 .container-box .title .time span {
    margin: 0 0.13333333rem;
  }
  .main11 .container-box .swiper-container .swiper-slide img {
    width: 3.84rem;
  }
  .main11 .container-box .bottom {
    font-size: 0.34666667rem;
    margin-top: 0.26666667rem;
  }
  .main12 .container-box {
    padding: 0.26666667rem 15px;
  }
  .main12 .container-box .title {
    margin-bottom: 0.4rem;
  }
  .main12 .container-box .title h5 {
    font-size: 0.48rem;
  }
  .main12 .container-box .title p {
    font-size: 0.32rem;
    margin-left: 0.26666667rem;
  }
  .main12 .container-box .swiper-container .swiper-slide {
    padding-right: 0.4rem;
  }
  .main12 .container-box .swiper-container .swiper-slide .con {
    line-height: 0.66666667rem;
    border-radius: 0.66666667rem;
    background-position: 0.26666667rem center;
    background-size: 0.26666667rem auto;
    padding: 0 0.2rem 0 0.66666667rem;
    font-size: 0.32rem;
  }
  .main13 .container-box {
    padding: 0.26666667rem 15px;
    border-top: 0.26666667rem solid #f8f8f8;
    border-bottom: 0.26666667rem solid #f8f8f8;
  }
  .main13 .container-box .main13-con .item {
    padding: 0.4rem 0 0.61333333rem;
  }
  .main13 .container-box .main13-con .item .imgbox {
    width: 1.6rem;
  }
  .main13 .container-box .main13-con .item .imgbox .img {
    width: 1.22666667rem;
    height: 1.22666667rem;
  }
  .main13 .container-box .main13-con .item .imgbox .text {
    width: 1.6rem;
    line-height: 0.53333333rem;
    border-radius: 0.53333333rem;
    font-size: 0.32rem;
    bottom: -0.21333333rem;
  }
  .main13 .container-box .main13-con .item .con {
    width: calc(100% - 1.6rem);
    padding: 0 2.4rem 0 0.26666667rem;
  }
  .main13 .container-box .main13-con .item .con .title {
    font-size: 0.37333333rem;
  }
  .main13 .container-box .main13-con .item .con .text {
    font-size: 0.32rem;
    margin-top: 0.26666667rem;
  }
  .main13 .container-box .main13-con .item a {
    width: 2.08rem;
    line-height: 0.66666667rem;
    font-size: 0.32rem;
    background-position: 0.21333333rem center;
    background-size: 0.32rem auto;
    padding-left: 0.6rem;
    border-radius: 0.08rem;
  }
  .main13.main13-2 .container-box {
    border-top: none;
    padding-bottom: 0;
  }
  .main14 .container-box {
    padding: 0.26666667rem 15px;
  }
  .main14 .container-box .title1 h5 span {
    font-size: 0.24rem;
  }
  .main14 .container-box .img {
    height: 10.21333333rem;
    border-radius: 0.06666667rem;
  }
  .main14 .container-box .bt {
    font-size: 0.32rem;
    margin-top: 0.13333333rem;
  }
  .main15 .container-box {
    padding: 0.26666667rem 15px 0.4rem;
    border-top: 0.26666667rem solid #f8f8f8;
  }
  .main15 .container-box .more1 {
    margin-top: 0.4rem;
  }
  .main16 .container-box {
    padding: 0.26666667rem 15px;
    border-top: 0.26666667rem solid #f8f8f8;
  }
  .main16 .container-box ul {
    margin: 0 -0.06666667rem;
  }
  .main16 .container-box ul li {
    padding: 0 0.06666667rem;
    margin-bottom: 0.26666667rem;
  }
  .main17 .container-box {
    padding: 0.26666667rem 15px;
    border-top: 0.26666667rem solid #f8f8f8;
  }
  .main17 .container-box .top-text {
    font-size: 0.28rem;
    margin-bottom: 0.26666667rem;
  }
  .main17 .container-box ul {
    margin: 0 -0.06666667rem;
  }
  .main17 .container-box ul li {
    padding: 0 0.06666667rem;
    margin-bottom: 0.26666667rem;
  }
  .main17 .container-box ul li .con {
    border-radius: 0.13333333rem;
  }
  .main17 .container-box ul li .con .img {
    height: 2.66666667rem;
    border-radius: 0.13333333rem;
  }
  .main17 .container-box ul li .con .img h5 {
    line-height: 0.61333333rem;
    font-size: 0.32rem;
  }
  .main17 .container-box ul li .con .text-box {
    padding: 0.13333333rem;
  }
  .main17 .container-box ul li .con .text-box .text {
    font-size: 0.26666667rem;
    line-height: 0.42666667rem;
    height: 0.85333333rem;
  }
  .main17 .container-box .bottom .text {
    font-size: 0.32rem;
  }
  .main17 .container-box .bottom .text2 {
    font-size: 0.37333333rem;
    margin: 0.13333333rem 0 0.26666667rem;
  }
  .main17 .container-box .bottom dl dd {
    margin: 0 0.2rem;
  }
  .main17 .container-box .bottom dl dd a {
    width: 2.02666667rem;
    line-height: 0.66666667rem;
    font-size: 0.32rem;
    border-radius: 0.05333333rem;
  }
  .main18 .container-box {
    padding: 0.26666667rem 15px;
    border-top: 0.26666667rem solid #f8f8f8;
  }
  .main18 .container-box ul {
    display: flex;
    margin: 0 -0.06666667rem;
  }
  .main18 .container-box ul li {
    padding: 0 0.06666667rem;
  }
  .main18 .container-box ul li img {
    border-radius: 0.08rem;
  }
  .main18 .container-box .more2 {
    margin-top: 0.4rem;
  }
  .main19 .container-box {
    padding: 0.26666667rem 15px;
  }
  .main19 .container-box .news5 {
    margin-bottom: 0.26666667rem;
  }
  .main19 .container-box .more3 {
    margin-top: 0.4rem;
  }
  .main20 {
    padding: 0.4rem 0;
  }
  .main20 .title {
    font-size: 0.42666667rem;
    margin-bottom: 0.4rem;
  }
  .main20 .video {
    max-width: 10rem;
  }
  .main20 .video::before {
    width: 1.06666667rem;
    height: 1.06666667rem;
  }
  .main20 .reading {
    margin: 0.26666667rem 0;
  }
  .main20 .reading p {
    font-size: 0.32rem;
    background: url(../images/icon17.png) no-repeat 0 center / 0.50666667rem auto;
    padding-left: 0.66666667rem;
  }
  .main20 .con {
    font-size: 0.37333333rem;
  }
  .main20 .con img {
    margin: 0.26666667rem auto;
  }
  .main21 {
    padding: 0.4rem 0;
  }
  .main21 ul li {
    margin: 0.33333333rem 0;
  }
  .main21 ul li a {
    font-size: 0.37333333rem;
    line-height: 0.53333333rem;
    padding-right: 2.4rem;
  }
  .main21 ul li a span {
    font-size: 0.26666667rem;
  }
  .main22 .container-box {
    padding: 0.26666667rem 15px;
  }
  .main22 .container-box .map-box {
    height: 4.8rem;
    border-radius: 0.13333333rem;
  }
  .main22 .container-box ul {
    margin-top: 0.26666667rem;
    margin-bottom: 0.4rem;
  }
  .main22 .container-box ul li {
    margin: 0.06666667rem 0;
  }
  .main22 .container-box ul li span {
    font-size: 0.37333333rem;
    width: 1.2rem;
  }
  .main22 .container-box ul li p {
    width: calc(100% - 1.2rem);
    font-size: 0.37333333rem;
  }
  .main23 {
    height: calc(100% - 1.17333333rem);
    top: 1.17333333rem;
  }
  .main23 .con .bottom {
    padding: 0.26666667rem 15px 0.66666667rem;
  }
  .main23 .con .bottom .title {
    padding-bottom: 0.26666667rem;
  }
  .main23 .con .bottom .title h5 {
    font-size: 0.42666667rem;
  }
  .main23 .con .bottom .title p {
    font-size: 0.32rem;
    background: url(../images/icon18.png) no-repeat 0 center / 0.32rem auto;
    padding-left: 0.4rem;
  }
  .main23 .con .bottom ul {
    margin-top: 0.26666667rem;
  }
  .main23 .con .bottom ul li a {
    width: 2.53333333rem;
    line-height: 0.85333333rem;
    border-radius: 0.08rem;
    font-size: 0.37333333rem;
  }
  .main23 .con .bottom ul li a .tag {
    width: 0.37333333rem;
    height: 0.37333333rem;
    font-size: 0.26666667rem;
    top: -0.18666667rem;
  }
  .main23 .con .bottom ul li:nth-child(2) a {
    padding-left: 0.77333333rem;
  }
  .main23 .con .bottom ul li:nth-child(2) a::before {
    width: 0.4rem;
    height: 0.4rem;
    left: 0.24rem;
  }
  @keyframes shake {
    0% {
      transform: translate(0rem);
    }
    25% {
      transform: translate(-0.06666667rem);
    }
    50% {
      transform: translate(0.06666667rem);
    }
    75% {
      transform: translate(-0.06666667rem);
    }
    100% {
      transform: translate(0rem);
    }
  }
  footer .container-box {
    padding: 0.53333333rem 15px;
    border-top: 0.26666667rem solid #f8f8f8;
  }
  footer .container-box .top {
    margin-bottom: 0.13333333rem;
  }
  footer .container-box .top dl dt {
    line-height: 0.21333333rem;
    font-size: 0.16rem;
    width: 1.2rem;
    background: url(../images/icon6.png) no-repeat 0 center / 0.24rem auto;
    padding-left: 0.33333333rem;
  }
  footer .container-box .top dl dd {
    width: calc(100% - 1.2rem);
  }
  footer .container-box .top dl dd a {
    line-height: 0.21333333rem;
    font-size: 0.16rem;
    margin: 0 0.13333333rem 0.13333333rem 0;
  }
  footer .container-box .middle .left {
    width: calc(100% - 2.66666667rem);
    padding-right: 0.4rem;
  }
  footer .container-box .middle .left h5 {
    font-size: 0.32rem;
    margin-bottom: 0.4rem;
  }
  footer .container-box .middle .left ul li {
    font-size: 0.32rem;
    line-height: 0.42666667rem;
    margin: 0.26666667rem 0;
    background-size: 0.42666667rem auto;
    padding-left: 0.66666667rem;
    margin-bottom: 0.33333333rem;
  }
  footer .container-box .middle .right {
    width: 2.66666667rem;
  }
  footer .container-box .middle .right .con img {
    width: 1.6rem;
    height: 1.6rem;
  }
  footer .container-box .middle .right .con p {
    font-size: 0.32rem;
    margin-top: 0.13333333rem;
  }
  footer .container-box .bottom {
    font-size: 0.21333333rem;
    margin-top: 0.4rem;
  }
  footer .container-box .bottom a {
    margin: 0 0.13333333rem;
  }
  .nav-bottom .container-box {
    height: 2rem;
    box-shadow: 0 0 0.26666667rem rgba(0, 0, 0, 0.1);
    padding-bottom: 0.26666667rem;
  }
  .nav-bottom .container-box .phone {
    background: url(../images/icon9.png) no-repeat 0 center / 0.8rem auto;
    padding-left: 0.93333333rem;
  }
  .nav-bottom .container-box .phone h5 {
    font-size: 0.32rem;
  }
  .nav-bottom .container-box .phone p {
    font-size: 0.32rem;
    margin-top: 0.2rem;
  }
  .nav-bottom .container-box .nav a {
    width: 2.8rem;
    line-height: 1.01333333rem;
    border-radius: 1.06666667rem;
    font-size: 0.37333333rem;
    background-position: 0.33333333rem center;
    padding-left: 0.96rem;
  }
  .nav-bottom .container-box .nav a:nth-child(1)::before {
    width: 0.48rem;
    height: 0.48rem;
    left: 0.33333333rem;
  }
  .nav-bottom .container-box .nav a:nth-child(2) {
    margin-left: 0.13333333rem;
  }
  .nav-bottom .container-box .nav a:nth-child(2)::before {
    width: 0.42666667rem;
    height: 0.42666667rem;
    left: 0.33333333rem;
  }
  @keyframes shake2 {
    0% {
      transform: translate(0rem);
    }
    25% {
      transform: translate(-0.06666667rem);
    }
    50% {
      transform: translate(0.06666667rem);
    }
    75% {
      transform: translate(-0.06666667rem);
    }
    100% {
      transform: translate(0rem);
    }
  }
  .nav-bottom .container-box .nav a .tag {
    width: 0.37333333rem;
    height: 0.37333333rem;
    font-size: 0.26666667rem;
    top: -0.06666667rem;
  }
  .filtrate .container-box {
    border-top: 0.13333333rem solid #f8f8f8;
    border-bottom: 0.26666667rem solid #f8f8f8;
  }
  .filtrate .container-box .tab ul {
    height: 1.17333333rem;
  }
  .filtrate .container-box .tab ul li {
    font-size: 0.37333333rem;
    margin: 0 0.53333333rem;
    padding-right: 0.4rem;
  }
  .filtrate .container-box .tab ul li::before {
    content: "";
    border-left: 0.10666667rem solid transparent;
    border-right: 0.10666667rem solid transparent;
    border-top: 0.10666667rem solid #999999;
  }
  .filtrate .container-box .con {
    padding: 0.13333333rem 0.2rem 0.53333333rem;
  }
  .filtrate .container-box .con h5 {
    font-size: 0.42666667rem;
    margin-bottom: 0.53333333rem;
  }
  .filtrate .container-box .con ul {
    margin: 0 -0.26666667rem;
  }
  .filtrate .container-box .con ul li {
    padding: 0 0.26666667rem;
    margin-bottom: 0.53333333rem;
  }
  .filtrate .container-box .con ul li a {
    line-height: 0.8rem;
    font-size: 0.37333333rem;
    border-radius: 0.05333333rem;
  }
  .filtrate .container-box .con dl dd {
    width: 2.82666667rem;
    line-height: 1.01333333rem;
    border-radius: 0.18666667rem;
    font-size: 0.42666667rem;
    margin: 0 0.8rem;
  }
  .filtrate .container-box .con.price ul li {
    margin-right: 0.66666667rem;
    margin-bottom: 0.53333333rem;
  }
  .filtrate .container-box .con.price ul li a {
    line-height: 0.4rem;
  }
  .nav2 {
    font-size: 0.34666667rem;
    line-height: 1.06666667rem;
  }
}
