@charset "utf-8";
/*全局样式*/
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
}
@font-face {
  font-family: "myFont";
  src: url("../font/After_Disaster.otf");
  font-stretch: "normal";
  font-weight: 400;
}
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;
  -webkit-appearance: none !important;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
.container-fluid {
  max-width: 1470px !important;
}
.container-fluid-2 {
  max-width: 1230px !important;
}
.tr {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.section {
  overflow: hidden;
}
.footer-index {
  overflow: auto;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  opacity: 1 !important;
  width: 3px;
  background: #fff;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background: #d01820 !important;
  border-radius: 0;
}
header {
  border-bottom: 1px solid #fbeaeb;
  overflow: hidden;
}
header .con {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .con .left {
  display: flex;
}
header .con .left p {
  color: #999;
}
header .con .left ul {
  display: flex;
  align-items: center;
}
header .con .left ul li {
  padding: 0 10px;
  border-right: 2px solid #000;
  line-height: 1;
}
header .con .left ul li:last-child {
  border-right: none;
}
header .con .left ul li a {
  color: #000;
  transition: all .3s;
}
header .con .left ul li a:hover {
  color: #d01820;
}
header .con .right {
  height: 100%;
  display: flex;
  align-items: center;
}
header .con .right ul {
  display: flex;
  margin-right: 50px;
}
header .con .right ul li {
  line-height: 1;
  border-left: 2px solid #000;
  padding: 0 8px;
}
header .con .right ul li a {
  color: #000;
  transition: all .3s;
}
header .con .right ul li a:hover {
  color: #d01820;
}
header .con .right ul li:first-child {
  border-left: none;
  color: #d01820;
}
header .con .right ul li:first-child span {
  margin: 0 5px;
}
header .con .right .con-1 {
  background: #d01820 url(../images/icon1.png) no-repeat 10px center;
  padding-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
header .con .right .con-1::before {
  content: "";
  width: 1000%;
  height: 100%;
  background: #d01820;
  position: absolute;
  top: 0;
  left: 100%;
}
header .con .right .con-1 i {
  width: 30px;
  height: 100%;
  background: #d01820;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skewX(-15deg);
}
header .con .right .con-1 i::before {
  content: "";
  width: 20px;
  height: 100%;
  background: #f1b9bc;
  position: absolute;
  left: -20px;
}
header .con .right .con-1 i::after {
  content: "";
  width: 10px;
  height: 100%;
  background: #e7888d;
  position: absolute;
  left: -10px;
}
.logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 114px;
  position: relative;
  z-index: 6000 !important;
}
.logo-box .logo a img {
  width: 142px;
}
.logo-box .right {
  display: flex;
}
.logo-box .right nav {
  position: relative;
}
.logo-box .right nav ul {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.logo-box .right nav ul li {
  border-right: 1px solid #d8d8d8;
  line-height: 1;
  position: relative;
}
.logo-box .right nav ul li:last-child {
  border-right: none;
}
.logo-box .right nav ul li a {
  display: block;
  padding: 0 17px;
  position: relative;
  font-size: 16px;
  color: #333;
}
.logo-box .right nav ul li dl {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  visibility: hidden;
}
.logo-box .right nav ul li dl div {
  transition: all .3s;
  transform: translateY(-100%);
  padding-top: 20px;
}
.logo-box .right nav ul li dl dd {
  line-height: 35px;
  background: rgba(0, 0, 0, 0.8);
}
.logo-box .right nav ul li dl dd a {
  padding: 0 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.logo-box .right nav ul li dl dd a:hover {
  background: #d01820;
}
.logo-box .right nav ul li:hover dl {
  visibility: initial;
}
.logo-box .right nav ul li:hover dl > div {
  transform: translateY(0);
}
.logo-box .right nav .nav_bg {
  width: 33px;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  transition: all .5s;
  background: #d01820;
}
.logo-box .right .login {
  margin-left: 80px;
}
.logo-box .right .login ul {
  display: flex;
}
.logo-box .right .login ul li {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  transition: all .3s;
}
.logo-box .right .login ul li::before,
.logo-box .right .login ul li:last-child::after {
  content: "";
  width: 1px;
  height: calc(100% + 2px);
  background: #d8d8d8;
  position: absolute;
  top: -1px;
  left: 0;
  transition: all .3s;
}
.logo-box .right .login ul li:last-child::after {
  left: auto;
  right: 0;
}
.logo-box .right .login ul li a {
  display: block;
  width: 55px;
  line-height: 30px;
  background: #f7f7f7;
  color: #333;
  text-align: center;
  transition: all .3s;
}
.logo-box .right .login ul li:hover {
  border-color: #d01820;
}
.logo-box .right .login ul li:hover a {
  background: #d01820;
  color: #fff;
}
.logo-box .right .login ul li:hover::before,
.logo-box .right .login ul li:hover::after,
.logo-box .right .login ul li:hover + li::before {
  background: #d01820;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner a {
  display: block;
}
.banner a img {
  width: 100%;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 10px;
  border-radius: 0;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
  margin: 0 5px;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  animation: banner 3.5s;
}
.title1 {
  margin: 80px 0 50px;
  text-align: center;
}
.title1 h5 {
  font-size: 36px;
  font-weight: bold;
}
.title1 p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 15px;
}
.main1 {
  overflow: hidden;
  background: #f7f7f7;
  padding-bottom: 80px;
}
.main1 ul {
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  padding: 65px 0;
}
.main1 ul li {
  width: 20%;
  border-right: 1px solid #d8d8d8;
  padding: 20px 0;
}
.main1 ul li:last-child {
  border-right: none;
}
.main1 ul li h5 b {
  font-size: 60px;
  font-family: "myFont";
  font-weight: normal;
  color: #d01820;
  line-height: 1;
}
.main1 ul li h5 span {
  font-size: 18px;
  margin-left: 10px;
}
.main1 ul li p {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}
.nav1 {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.nav1 ul {
  border-left: none;
  border-right: none;
  text-align: center;
  display: flex;
}
.nav1 ul li {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-right: none;
  position: relative;
  transition: all .3s;
}
.nav1 ul li::before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #d01820;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  transform-origin: left top;
  transition: all .3s;
}
.nav1 ul li a {
  display: block;
  width: 130px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  background: #fff;
  position: relative;
  transition: all .3s;
}
.nav1 ul li a::before {
  content: "";
  width: 1px;
  height: calc(100% + 2px);
  background: #d8d8d8;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  transition: all .3s;
}
.nav1 ul li:last-child a::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all .3s;
}
.nav1 ul li.active {
  border-color: #d01820;
}
.nav1 ul li.active + li a::before {
  background: #d01820;
}
.nav1 ul li.active a::before,
.nav1 ul li.active a::after {
  background: #d01820;
}
.nav1 ul li.active::before {
  transform: translateX(-50%) rotate(0);
}
.nav1 ul li:hover a {
  color: #d01820;
}
.nav1 ul li.active a {
  background: #d01820;
  color: #fff;
}
ul.more1 {
  display: flex;
  margin-top: 40px;
}
ul.more1 li a {
  display: block;
  width: 170px;
  line-height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-right: 20px;
  background: url(../images/icon2.png) no-repeat right 30px center;
  background-size: 18px auto !important;
  padding-right: 30px;
  transition: all .3s;
}
ul.more1 li a.info {
  background: url(../images/icon3.png) no-repeat right 30px center;
}
ul.more1 li a.consult {
  background: url(../images/icon4.png) no-repeat right 30px center;
}
ul.more1 li a:hover {
  background-color: #d01820;
  background-image: url(../images/icon2_2.png);
  border-color: #d01820;
  color: #fff;
}
ul.more1 li a:hover.info {
  background-image: url(../images/icon3_2.png);
}
ul.more1 li a:hover.consult {
  background-image: url(../images/icon4_2.png);
}
.news1 {
  display: flex;
  justify-content: space-between;
}
.news1 .imgbox {
  width: 50%;
  height: 450px;
}
.news1 .imgbox .img {
  width: 100%;
  height: 100%;
}
.news1 .text-box {
  width: 50%;
  padding: 40px 0 0 60px;
}
.news1 .text-box .title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.news1 .text-box .title::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news1 .text-box .title h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.news1 .text-box .title p {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  margin-top: 10px;
}
.news1 .text-box .describe {
  font-size: 16px;
  line-height: 30px;
  max-height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news1.news1-2 {
  align-items: center;
  flex-direction: row-reverse;
}
.news1.news1-2 .imgbox {
  width: 690px;
  height: 325px;
}
.news1.news1-2 .text-box {
  width: calc(100% - 690px);
  padding: 0 90px 0 0;
}
.news1.news1-2 .text-box .describe {
  max-height: 90px;
  -webkit-line-clamp: 3;
  color: #999;
}
.main2 {
  overflow: hidden;
  padding-bottom: 80px;
}
.main2 .main2-con {
  position: relative;
}
.main2 .main2-con .bottom {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
}
.main2 .main2-con .bottom .con {
  position: relative;
  height: 47px;
  padding: 0 64px;
}
.main2 .main2-con .bottom .con .but {
  width: 48px;
  height: 48px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin-top: -24px;
  transition: all .3s;
}
.main2 .main2-con .bottom .con .but:focus {
  outline: none;
}
.main2 .main2-con .bottom .con .but.but-prev {
  transform: rotate(90deg);
  left: 0;
}
.main2 .main2-con .bottom .con .but.but-next {
  transform: rotate(-90deg);
  right: 0;
}
.main2 .main2-con .bottom .con .but i {
  font-size: 20px;
  line-height: 1;
  transition: all .3s;
}
.main2 .main2-con .bottom .con .but:hover {
  border-color: #d01820;
  background-color: #d01820;
}
.main2 .main2-con .bottom .con .but:hover i {
  color: #fff;
}
.main2 .main2-con .bottom .con .swiper-pagination {
  position: initial;
  display: flex;
  align-items: center;
  height: 100%;
  bottom: 0;
  justify-content: center;
}
.main2 .main2-con .bottom .con .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  opacity: 1;
  border: 4px solid transparent;
  margin: 0;
  position: relative;
  transition: all .3s;
}
.main2 .main2-con .bottom .con .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #e5e5e5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.main2 .main2-con .bottom .con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f7dadb;
}
.main2 .main2-con .bottom .con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #d01820;
}
.main2.main2-2 {
  padding-bottom: 80px;
}
.news2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.news2 .imgbox {
  border: 1px solid #dedede;
  background-color: #f2f2f2;
  width: 496px;
  height: 410px;
}
.news2 .imgbox .img {
  width: 100%;
  height: 100%;
}
.news2 .text-box {
  width: calc(100% - 496px);
  padding-right: 50px;
}
.news2 .text-box h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 30px;
  position: relative;
}
.news2 .text-box h5::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news2 .text-box .describe {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  max-height: 90px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.main3 {
  overflow: hidden;
  background: #f7f7f7;
  padding-bottom: 80px;
}
.main3 .main3-con {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px;
  position: relative;
}
.main3 .main3-con .but {
  width: 60px;
  height: 66px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.main3 .main3-con .but::before {
  content: "\e672";
  font-family: "iconfont";
  font-size: 20px;
  color: #d8d8d8;
  transition: all .3s;
}
.main3 .main3-con .but:focus {
  outline: none;
}
.main3 .main3-con .but.but-prev {
  left: -62px;
  border-right: none;
}
.main3 .main3-con .but.but-prev::before {
  transform: rotate(90deg);
}
.main3 .main3-con .but.but-next {
  right: -62px;
  border-left: none;
}
.main3 .main3-con .but.but-next::before {
  transform: rotate(-90deg);
}
.main3 .main3-con .but:hover {
  border-color: #d01820;
  background-color: #d01820;
}
.main3 .main3-con .but:hover::before {
  color: #fff;
}
.main4 {
  overflow: hidden;
}
.main4 .main4-con {
  display: flex;
  justify-content: space-between;
  margin: 0 -50px;
}
.main4 .main4-con .list {
  width: 50%;
  padding: 0 50px;
}
.main4 .main4-con .list:first-child {
  border-right: 1px solid #d8d8d8;
}
.main4 .main4-con .list .title {
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  margin-bottom: 20px;
}
.main4 .main4-con .list .title h5 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: 49px;
  padding: 0 6px;
}
.main4 .main4-con .list .title h5::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #d01820;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.main4 .main4-con .list .title a {
  display: block;
  width: 63px;
  line-height: 21px;
  border: 1px solid #d8d8d8;
  border-radius: 30px;
  text-align: center;
  color: #999;
  transition: all .3s;
}
.main4 .main4-con .list .title a:hover {
  background-color: #d01820;
  border-color: #d01820;
  color: #fff;
}
.main4 .main4-con .list ul li {
  cursor: pointer;
}
.main4 .main4-con .list ul li a {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.main4 .main4-con .list ul li a .imgbox {
  width: 260px;
  height: 160px;
  overflow: hidden;
}
.main4 .main4-con .list ul li a .imgbox .img {
  width: 100%;
  height: 100%;
}
.main4 .main4-con .list ul li a .text-box {
  width: calc(100% - 260px);
  padding-left: 38px;
}
.main4 .main4-con .list ul li a .text-box h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
.main4 .main4-con .list ul li a .text-box .describe {
  color: #999;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
.main4 .main4-con .list ul li a .text-box .date {
  font-family: "Arial";
  color: #999;
}
.main4 .main4-con .list ul li p {
  font-size: 15px;
  color: #000;
  line-height: 35px;
  position: relative;
  padding-left: 16px;
  padding-right: 90px;
}
.main4 .main4-con .list ul li p::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main4 .main4-con .list ul li p span {
  font-size: 14px;
  font-family: "Arial";
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.main4 .main4-con .list ul li.active a {
  display: flex;
}
.main4 .main4-con .list ul li.active p {
  display: none;
}
.news3 {
  display: block;
}
.news3 .imgbox {
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.5);
  transition: all .3s;
}
.news3 .imgbox .img {
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}
.news3 .imgbox .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../images/icon5.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .3s;
  opacity: 0;
  transform: rotateX(100deg);
  transform-origin: left bottom;
}
.news3 h5 {
  line-height: 60px;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.news3:hover .imgbox {
  border-color: #fff;
}
.news3:hover .imgbox .img::before {
  transform: rotateX(0);
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
}
.main5 {
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat center center / cover;
  padding-bottom: 80px;
  margin-top: 80px;
}
.main5 .title1 h5,
.main5 .title1 p {
  color: #fff;
}
.main5 .main5-con {
  position: relative;
}
.main5 .main5-con .but {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin-top: -24px;
  transition: all .3s;
}
.main5 .main5-con .but:focus {
  outline: none;
}
.main5 .main5-con .but.but-prev {
  transform: rotate(90deg);
  left: -78px;
}
.main5 .main5-con .but.but-next {
  transform: rotate(-90deg);
  right: -78px;
}
.main5 .main5-con .but i {
  font-size: 20px;
  line-height: 1;
  transition: all .3s;
}
.main5 .main5-con .but:hover {
  background-color: #d01820;
  border-color: #d01820;
}
.main5 .main5-con .but:hover i {
  color: #fff;
}
.main5 ul.more1 {
  margin-top: 60px;
  justify-content: center;
}
.main5 ul.more1 li a {
  margin-right: 0;
  color: #fff;
  background-image: url(../images/icon3_2.png);
  border-color: rgba(255, 255, 255, 0.5);
}
.main5 ul.more1 li a:hover {
  border-color: #d01820;
}
.main6 {
  overflow: hidden;
  padding-bottom: 80px;
  border-bottom: 1px solid #d8d8d8;
}
.main6 .main6-con {
  display: flex;
  align-items: center;
}
.main6 .main6-con .imgbox {
  width: 50%;
  height: 420px;
  overflow: hidden;
}
.main6 .main6-con .imgbox .img {
  width: 100%;
  height: 100%;
}
.main6 .main6-con .imgbox:hover .img {
  transform: scale(1.1);
}
.main6 .main6-con .text-box {
  width: 50%;
  padding-left: 60px;
}
.main6 .main6-con .text-box h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-bottom: 30px;
}
.main6 .main6-con .text-box h5::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main6 .main6-con .text-box .describe {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  max-height: 150px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
footer {
  overflow: hidden;
  background-color: #f7f7f7;
}
footer .footer-top {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
footer .footer-top ul {
  display: flex;
  justify-content: center;
}
footer .footer-top ul li {
  margin: 0 13px;
}
footer .footer-top ul li a {
  display: flex;
  color: #999;
  transition: all .3s;
}
footer .footer-top ul li a:hover {
  color: #d01820;
}
footer .footer-middle {
  display: flex;
  padding: 60px 0;
  justify-content: space-between;
}
footer .footer-middle .left {
  width: 370px;
}
footer .footer-middle .left h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
footer .footer-middle .left ul li {
  font-size: 15px;
  color: #999;
  line-height: 30px;
  margin-bottom: 5px;
}
footer .footer-middle .middle {
  width: calc(100% - 600px);
  padding-top: 60px;
}
footer .footer-middle .middle ul {
  display: flex;
  justify-content: center;
}
footer .footer-middle .middle ul li {
  margin: 0 10px;
  text-align: center;
}
footer .footer-middle .middle ul li .img {
  width: 165px;
  height: 165px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer .footer-middle .middle ul li .img img {
  width: 100%;
  height: 100%;
}
footer .footer-middle .middle ul li p {
  font-size: 15px;
  margin-top: 15px;
}
footer .footer-middle .right {
  width: 230px;
}
footer .footer-middle .right h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
footer .footer-middle .right ul li {
  margin-bottom: 5px;
}
footer .footer-middle .right ul li a {
  transition: all .3s;
  font-size: 15px;
  color: #999;
  line-height: 30px;
}
footer .footer-middle .right ul li a:hover {
  color: #d01820;
}
footer .footer-bottom {
  background-color: #140909;
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-bottom .con {
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom .con a {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 20px;
  transition: all .3s;
}
footer .footer-bottom .con a img {
  margin-right: 5px;
  vertical-align: top;
}
footer .footer-bottom .con a:hover {
  color: #fff;
}
.nav2 {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 50px;
  background-color: #fff;
  position: relative;
}
.nav2 .con {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav2 .con .title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 70px;
}
.nav2 .con .title span {
  position: relative;
}
.nav2 .con .title::before {
  content: "";
  width: 1000%;
  height: 100%;
  background: #f2f2f2;
  border-right: 10px solid #f8f8f8;
  position: absolute;
  top: 0;
  right: -80px;
}
.nav2 .con p {
  background: url(../images/icon8.png) no-repeat 0 center / auto 100%;
  padding-left: 30px;
  color: #999;
}
.nav2 .con p a {
  color: #999;
  transition: all .3s;
}
.nav2 .con p a:hover {
  color: #d01820;
}
.nav2 .con p span {
  color: #000;
}
.nav3 .title {
  background: url(../images/bg2.jpg) no-repeat center center / cover;
  text-align: center;
  line-height: 85px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border-bottom: 6px solid #680c10;
}
.nav3 ul {
  background: #e5e5e5;
  padding-bottom: 60px;
}
.nav3 ul li {
  border-bottom: 1px solid #ccc;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav3 ul li a {
  width: 120px;
  line-height: 36px;
  font-size: 16px;
  color: #000;
  text-align: center;
  border-radius: 40px;
  transition: all .3s;
}
.nav3 ul li a:hover {
  background: rgba(208, 24, 32, 0.1);
}
.nav3 ul li a.active {
  background: #d01820;
  color: #fff;
  font-weight: bold;
}
.nav3 .shopping {
  display: block;
  line-height: 55px;
  background: url(../images/bg3.jpg) no-repeat center center / cover;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  transition: all .3s;
}
.nav3 .shopping .img {
  position: relative;
  top: -4px;
  margin: 0 24px;
  display: inline-block;
}
.nav3 .shopping .img img.icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.nav3 .shopping:hover {
  color: #000;
}
.nav3 .shopping:hover .img img.icon-2 {
  transform: translate(-50%, -50%) scale(1.8);
  transition: all .3s;
  animation: hover 1s infinite;
}
.nav3.nav3-2 ul li {
  height: auto;
  display: block;
}
.nav3.nav3-2 ul li a {
  display: block;
  width: 100%;
  line-height: 70px;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px 0 40px;
  text-align: left;
}
.nav3.nav3-2 ul li a:hover {
  background: none;
  color: rgba(208, 24, 32, 0.6);
}
.nav3.nav3-2 ul li a.active {
  background: none;
  color: #d01820;
}
.nav3.nav3-2 ul li dl {
  background: #f7f7f7;
  display: none;
  padding: 20px 0;
}
.nav3.nav3-2 ul li dl dd a {
  line-height: 40px;
  font-size: 14px;
  color: #000;
  position: relative;
  padding-right: 60px;
}
.nav3.nav3-2 ul li dl dd a::before {
  content: "";
  background: url(../images/icon17.png) no-repeat right 33px center / 20px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all .3s;
}
.nav3.nav3-2 ul li dl dd a.active {
  font-weight: normal;
}
.nav3.nav3-2 ul li dl dd a.active::before {
  opacity: 1;
}
.nav3.nav3-2 ul li dl.active {
  display: block;
}
.nav3.nav3-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@keyframes hover {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.news4 {
  margin-bottom: 50px;
}
.news4 ul li {
  cursor: pointer;
}
.news4 ul li a {
  border: 1px solid #e6e6e6;
  padding: 30px;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.news4 ul li a .imgbox {
  width: 270px;
  height: 206px;
  overflow: hidden;
}
.news4 ul li a .imgbox .img {
  width: 100%;
  height: 100%;
}
.news4 ul li a .text-box {
  width: calc(100% - 270px);
  padding-left: 40px;
}
.news4 ul li a .text-box h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
.news4 ul li a .text-box p {
  font-family: "Arial";
  color: #999;
  margin-top: 5px;
}
.news4 ul li a .text-box .describe {
  line-height: 24px;
  color: #000;
  max-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
.news4 ul li a .text-box b {
  display: block;
  width: 74px;
  line-height: 24px;
  background: #d8d8d8;
  border-radius: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}
.news4 ul li .list {
  font-size: 16px;
  position: relative;
  padding: 0 120px 0 40px;
  line-height: 50px;
  border-bottom: 1px solid #d8d8d8;
}
.news4 ul li .list::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #e72a25;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
.news4 ul li .list span {
  color: #999;
  font-family: "Arial";
  position: absolute;
  top: 0;
  right: 18px;
}
.news4 ul li .list.active {
  border-color: transparent;
}
.news4 ul li.active a {
  display: flex;
}
.news4 ul li.active .list {
  display: none;
}
.main7-box {
  overflow: hidden;
}
.main7 {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.main7 .main7-left {
  width: 275px;
}
.main7 .main7-right {
  width: calc(100% - 275px);
  padding-left: 30px;
}
.page_div {
  text-align: left;
}
.page_div button {
  display: inline-block;
  min-width: 50px;
  height: 30px;
  cursor: pointer;
  color: #000;
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
}
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  border: 1px solid #fff !important;
  background: #f5f5f5 !important;
  color: #000 !important;
}
.page_div #firstPage,
.page_div #lastPage,
.page_div #nextPage,
.page_div #prePage {
  width: 50px;
  color: #000;
  border: 1px solid #fff;
  padding: 0;
}
.page_div #firstPage:hover,
.page_div #lastPage:hover,
.page_div #nextPage:hover,
.page_div #prePage:hover {
  background: #fd0812;
  border-color: #fd0812;
  color: #fff;
}
.page_div #nextPage,
.page_div #lastPage {
  margin-left: 10px;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 10px;
}
.page_div #nextPage,
.page_div #prePage {
  width: 70px;
  padding: 0;
}
.page_div .current {
  background-color: #fd0812;
  border-color: #fd0812;
  color: #fff;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 30px;
  margin-right: 10px;
}
.page_div .totalPages {
  margin: 0 10px;
}
.page_div .totalPages span {
  color: #000;
  margin: 0 5px;
}
.page_div .totalSize span {
  color: #000;
  margin: 0 5px;
}
.page_div input {
  width: 50px;
  height: 30px;
  border: 1px solid #a9a9a9;
  text-align: center;
  margin: 0 5px;
}
.page_div input:focus {
  outline: none;
}
.page_div .skip {
  display: inline-block;
  width: 49px;
  height: 30px;
  line-height: 28px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  border: 1px solid #fff;
  background-color: #f5f5f5;
}
.page_div .skip:hover {
  background: #fd0812;
  border-color: #fd0812;
  color: #fff;
}
.main8 {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.main8 .main8-left {
  width: calc(100% - 285px);
  padding-right: 30px;
}
.main8 .main8-right {
  width: 285px;
}
.main9 {
  border: 1px solid #e6e6e6;
}
.main9 .title {
  padding: 30px 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 4px solid #e6e6e6;
}
.main9 .time {
  padding: 0 40px;
  height: 50px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
.main9 .con {
  padding: 40px;
  line-height: 2;
}
.main9 .con img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
.main10 .title {
  border-bottom: 1px solid #000;
  display: flex;
}
.main10 .title h5 {
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
}
.main10 .title h5::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #d01820;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.main10 ul li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.main10 ul li a h5 {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.main10 ul li a p {
  font-family: "Arial";
  margin-top: 8px;
  color: #999;
}
.main10 ul li a:hover h5 {
  color: #d01820;
}
.main11 {
  margin-bottom: 30px;
}
.main11 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main11 ul li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.news5 {
  border: 1px solid #e6e6e6;
  transition: all .3s;
}
.news5 .top {
  display: block;
  padding: 9px;
}
.news5 .top .imgbox {
  overflow: hidden;
}
.news5 .top:hover .imgbox .img {
  transform: scale(1.1);
}
.news5 .middle {
  height: 95px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.news5 .middle .text {
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  max-height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news5 .middle:hover .text {
  color: #d01820;
}
.news5 .bottom {
  padding: 0 9px 9px;
}
.news5 .bottom .price {
  color: #999;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 16px;
  line-height: 20px;
}
.news5 .bottom .price .original {
  text-decoration: line-through;
}
.news5 .bottom .price .current b {
  font-size: 24px;
  font-family: "Arial";
  color: #d01820;
  line-height: 20px;
}
.news5 .bottom .but-box {
  display: flex;
}
.news5 .bottom .but-box a {
  display: block;
  width: 50%;
  line-height: 45px;
  background: #d01820;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.news5 .bottom .but-box a.buy {
  background: #ff6600;
}
.news5 .bottom .but-box a:hover {
  opacity: 0.8;
}
.news5:hover {
  border-color: #d01820;
}
.main12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main12 .imgbox {
  width: 350px;
  height: 435px;
  overflow: hidden;
  background: #f2f2f2;
}
.main12 .imgbox .img {
  width: 100%;
  height: 100%;
}
.main12 .right {
  width: calc(100% - 350px);
  padding-left: 50px;
}
.main12 .right .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.main12 .right .describe {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.main12 .right .describe .text {
  line-height: 30px;
  max-height: 90px;
  overflow: auto;
}
.main12 .right .price {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  margin: 20px 0;
}
.main12 .right .price span.original {
  margin: 0 20px;
  text-decoration: line-through;
}
.main12 .right .price span.current b {
  font-size: 30px;
  font-family: "Arial";
  color: #d01820;
}
.main12 .right .store dl {
  display: flex;
  align-items: center;
}
.main12 .right .store dl dt {
  font-size: 16px;
  font-weight: normal;
}
.main12 .right .store dl dd {
  display: flex;
}
.main12 .right .store dl dd a {
  display: block;
  width: 86px;
  line-height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 8px;
  font-size: 16px;
  color: #000;
  transition: all .3s;
}
.main12 .right .store dl dd a.tb {
  background: url(../images/icon10.png) no-repeat right 8px center / auto 28px;
}
.main12 .right .store dl dd a.jd {
  background: url(../images/icon11.png) no-repeat right 8px center / auto 28px;
}
.main12 .right .store dl dd a:hover {
  border-color: #d01820;
  color: #d01820;
}
.main12 .right .but-box {
  display: flex;
  margin-top: 45px;
}
.main12 .right .but-box a {
  display: block;
  width: 50%;
  line-height: 55px;
  background: #d01820;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main12 .right .but-box a.buy {
  background: #ff6600;
}
.main12 .right .but-box a:hover {
  opacity: 0.8;
}
.main13 {
  margin-top: 30px;
  border: 1px solid #e6e6e6;
}
.main13 .title {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 30px;
  display: flex;
}
.main13 .title h5 {
  font-size: 18px;
  line-height: 69px;
  position: relative;
  padding: 0 20px;
}
.main13 .title h5::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #d01820;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.main13 .con {
  padding: 30px;
  font-size: 16px;
  line-height: 2;
}
.main13 .con img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.nav4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: 60px;
  z-index: 1000;
}
.nav4 ul {
  display: flex;
}
.nav4 ul li {
  width: 25%;
  background: #f1f1f1;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav4 ul li .img {
  height: 24px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.nav4 ul li .img img {
  max-height: 100%;
}
.nav4 ul li .img img.icon-2 {
  display: none;
}
.nav4 ul li:nth-child(even) {
  background: #e5e5e5;
}
.nav4 ul li.active {
  background: #d01820;
  color: #fff;
  font-weight: bold;
}
.nav4 ul li.active .img img.icon-1 {
  display: none;
}
.nav4 ul li.active .img img.icon-2 {
  display: initial;
}
.nav4.active {
  position: fixed;
  top: 0;
}
.main14 {
  padding-bottom: 40px;
}
.main14 .list {
  border: 1px solid #d8d8d8;
  position: relative;
  margin-bottom: 40px;
}
.main14 .list.list-1 {
  display: flex;
  justify-content: space-between;
}
.main14 .list.list-1 .sign {
  width: 88px;
  height: 88px;
  background: url(../images/bg4.png) no-repeat center center / contain;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
}
.main14 .list.list-1 .list-left {
  width: 50%;
  padding: 60px 40px;
}
.main14 .list.list-1 .list-left .imgbox {
  height: 530px;
  display: flex;
  align-items: center;
  position: relative;
}
.main14 .list.list-1 .list-left .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.main14 .list.list-1 .list-left a {
  display: block;
  width: 230px;
  line-height: 48px;
  background: #f2f2f2;
  font-size: 20px;
  color: #999;
  transition: all .3s;
  margin: 15px auto 0;
  text-align: center;
}
.main14 .list.list-1 .list-left a:hover {
  background: #d01820;
  color: #fff;
}
.main14 .list.list-1 .list-right {
  width: 50%;
  padding: 60px 60px 40px 0;
}
.main14 .list.list-1 .list-right .title {
  padding-bottom: 30px;
}
.main14 .list.list-1 .list-right .title h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}
.main14 .list.list-1 .list-right .title h5 span {
  font-size: 30px;
  color: #fff;
  background: #d01820;
  margin-left: 10px;
  padding: 2px 10px;
}
.main14 .list.list-1 .list-right .title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
.main14 .list.list-1 .list-right .text-box {
  padding: 35px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.main14 .list.list-1 .list-right .text-box .text {
  font-size: 16px;
  line-height: 30px;
  max-height: 120px;
  overflow: auto;
}
.main14 .list.list-1 .list-right .price {
  padding: 30px 0;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
}
.main14 .list.list-1 .list-right .price p {
  font-size: 18px;
  color: #000;
  width: 50%;
}
.main14 .list.list-1 .list-right .price p b {
  font-size: 36px;
  color: #d01820;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.main14 .list.list-1 .list-right .price p:last-child {
  border-left: 1px solid #d8d8d8;
  text-align: right;
}
.main14 .list.list-1 .list-right .more {
  margin-top: 40px;
}
.main14 .list.list-1 .list-right .more ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main14 .list.list-1 .list-right .more ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.main14 .list.list-1 .list-right .more ul li a {
  display: block;
  line-height: 58px;
  background: #d01820;
  font-size: 18px;
  color: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all .3s;
  text-align: center;
}
.main14 .list.list-1 .list-right .more ul li a b {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #f3da00;
  padding: 0 10px;
  line-height: 20px;
  color: #d01820;
  font-size: 14px;
  border-bottom-left-radius: 3px;
}
.main14 .list.list-1 .list-right .more ul li a:hover {
  opacity: 0.8;
}
.main14 .list.list-1 .list-right .more ul li:nth-child(3) a {
  background: #1875d0;
}
.main14 .list.list-1 .list-right .more ul li:nth-child(4) a {
  background: #13a9a1;
}
.main14 .list.list-2 {
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.main14 .list.list-2 .sign {
  left: auto;
  right: 20px;
}
.main14 .list.list-2 .list-right {
  padding: 60px 0 40px 60px;
}
.main14 .list.list-2 .purchase {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #f7f7f7;
  border-top: 1px solid #d8d8d8;
  padding: 0 100px;
}
.main14 .list.list-2 .purchase .left {
  display: flex;
  align-items: flex-end;
}
.main14 .list.list-2 .purchase .left b {
  line-height: 1;
  font-size: 30px;
}
.main14 .list.list-2 .purchase .left b span {
  color: #d01820;
}
.main14 .list.list-2 .purchase .left p {
  font-size: 20px;
  color: #999;
}
.main14 .list.list-2 .purchase a {
  display: block;
  width: 375px;
  line-height: 58px;
  background: #d01820;
  border-radius: 5px;
  transition: all .3s;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.main14 .list.list-2 .purchase a:hover {
  background: #a10e14;
}
.main14 .list.list-3 .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.main14 .list.list-3 table {
  width: 100%;
}
.main14 .list.list-3 table tr {
  border-top: 1px solid #d8d8d8;
}
.main14 .list.list-3 table tr th {
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  text-align: center;
  background: #f7f7f7;
  border-left: 1px solid #d8d8d8;
}
.main14 .list.list-3 table tr th:first-child {
  text-align: left;
  padding-left: 35px;
  border-left: none;
}
.main14 .list.list-3 table tr td {
  height: 50px;
  border-left: 1px solid #d8d8d8;
  text-align: center;
}
.main14 .list.list-3 table tr td:first-child {
  text-align: left;
  border-left: none;
  padding-left: 35px;
  font-size: 16px;
}
.main14 .list.list-3 table tr td i {
  font-size: 25px;
}
.main14 .list.list-3 table tr td a {
  display: block;
  width: 112px;
  line-height: 32px;
  background: #d01820;
  border-radius: 5px;
  color: #fff;
  position: relative;
  padding-left: 17px;
  margin: 0 auto;
  text-align: left;
  transition: all .3s;
}
.main14 .list.list-3 table tr td a::before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.main14 .list.list-3 table tr td a:hover {
  background: #b20d14;
}
.main14 .list.list-3 table tr:nth-child(1) th:nth-child(1) ~ th {
  width: 160px;
}
.main14 .list.list-4 {
  border: none;
}
.main14 .list.list-4 a {
  display: flex;
  background: #333;
  padding: 26px 0;
  justify-content: center;
  overflow: hidden;
  transition: all .3s;
}
.main14 .list.list-4 a h5 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.main14 .list.list-4 a h5::before,
.main14 .list.list-4 a h5::after {
  content: "";
  width: 347px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
}
.main14 .list.list-4 a h5::after {
  right: auto;
  left: 100%;
  margin: 0 0 0 20px;
}
.main14 .list.list-4 a:hover {
  background: #d01820;
}
.main15 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
.main15 .nav ul {
  display: flex;
}
.main15 .nav ul li {
  width: 33.33333333333333%;
  position: relative;
  border-top: 1px solid #e6e6e6;
  transition: all .3s;
  line-height: 138px;
  text-align: center;
  font-size: 24px;
}
.main15 .nav ul li b {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  font-family: "Arial";
  border-radius: 15px;
  background: #e6e6e6;
  box-shadow: 4px 4px 0 rgba(230, 230, 230, 0.3);
  margin-right: 25px;
}
.main15 .nav ul li::before,
.main15 .nav ul li:last-child::after {
  content: "";
  width: 1px;
  height: calc(100% + 1px);
  background: #e6e6e6;
  position: absolute;
  top: -1px;
  left: 0;
}
.main15 .nav ul li:last-child::after {
  left: auto;
  right: 0;
}
.main15 .nav ul li.active {
  background: #d01820;
  border-color: #d01820;
  color: #fff;
}
.main15 .nav ul li.active b {
  color: #d01820;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
}
.main15 .nav ul li.active::before,
.main15 .nav ul li.active::after,
.main15 .nav ul li.active.active + li::before {
  background: #d01820;
}
.main15 .nav.nav-2 ul li {
  width: 50%;
}
.main15 .main15-con {
  padding: 40px 100px;
  border: 1px solid #e6e6e6;
  position: relative;
}
.main15 .main15-con::before {
  content: "";
  width: calc(100% + 2px);
  height: 2px;
  background: #000;
  position: absolute;
  top: -1px;
  left: -1px;
}
.main15 .main15-con .list {
  border-bottom: 1px solid #e6e6e6;
}
.main15 .main15-con .list.list-1 {
  font-size: 24px;
  padding-bottom: 15px;
}
.main15 .main15-con .list.list-2 {
  padding: 20px 30px;
}
.main15 .main15-con .list.list-2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main15 .main15-con .list.list-2 ul li {
  font-size: 16px;
}
.main15 .main15-con .list.list-2 ul li:nth-child(1),
.main15 .main15-con .list.list-2 ul li:nth-child(3) {
  width: calc((100% - 290px)/2);
}
.main15 .main15-con .list.list-2 ul li:nth-child(2) {
  width: 290px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}
.main15 .main15-con .list.list-2 ul li:nth-child(3) {
  text-align: right;
}
.main15 .main15-con .list.list-3 {
  padding: 20px 30px;
}
.main15 .main15-con .list.list-3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main15 .main15-con .list.list-3 ul li:nth-child(1) {
  width: calc((100% - 290px)/2);
  font-size: 16px;
  color: #d01820;
  line-height: 1.5;
}
.main15 .main15-con .list.list-3 ul li:nth-child(2) {
  width: 290px;
  text-align: center;
}
.main15 .main15-con .list.list-3 ul li:nth-child(2) .con {
  background: #eee;
  width: 164px;
  height: 34px;
  border: 1px solid #e6e6e6;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}
.main15 .main15-con .list.list-3 ul li:nth-child(2) .con b {
  font-weight: normal;
}
.main15 .main15-con .list.list-3 ul li:nth-child(2) .con i {
  font-size: 12px;
  transition: all .3s;
  display: block;
}
.main15 .main15-con .list.list-3 ul li:nth-child(2) .con dl {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  color: #fff;
  padding-top: 2px;
  text-align: left;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.main15 .main15-con .list.list-3 ul li:nth-child(2) .con dl dd {
  line-height: 35px;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 15px;
  transition: all .3s;
}
.main15 .main15-con .list.list-3 ul li:nth-child(2) .con dl dd:hover {
  background: #d01820;
}
.main15 .main15-con .list.list-3 ul li:nth-child(2) .con.active dl {
  margin-top: 0;
  opacity: 1;
  visibility: initial;
}
.main15 .main15-con .list.list-3 ul li:nth-child(2) .con.active i {
  transform: rotate(-180deg);
}
.main15 .main15-con .list.list-3 ul li:nth-child(3) {
  width: calc((100% - 290px)/2);
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.main15 .main15-con .list.list-4 {
  padding: 20px 30px 60px;
}
.main15 .main15-con .list.list-4 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main15 .main15-con .list.list-4 ul li {
  width: 50%;
}
.main15 .main15-con .list.list-4 ul li:nth-child(1) {
  line-height: 1.5;
}
.main15 .main15-con .list.list-4 ul li:nth-child(2) {
  font-size: 18px;
  text-align: right;
}
.main15 .main15-con .list.list-4 ul li:nth-child(2) span {
  color: #d01820;
}
.main15 .main15-con .list.list-4 ul li:nth-child(2) span b {
  font-size: 30px;
  font-family: "Arial";
  margin-right: 5px;
}
.main15 .main15-con .list.list-4.list-4-2 {
  border-bottom: none;
}
.main15 .main15-con .list.list-5 {
  padding-top: 30px;
}
.main15 .main15-con .list.list-5 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main15 .main15-con .list.list-5 ul li:nth-child(1) {
  font-size: 18px;
}
.main15 .main15-con .list.list-5 ul li:nth-child(1) .but {
  position: relative;
  display: flex;
  cursor: pointer;
}
.main15 .main15-con .list.list-5 ul li:nth-child(1) .but i {
  width: 22px;
  height: 22px;
  background: #ff0000;
  margin-right: 10px;
  font-style: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main15 .main15-con .list.list-5 ul li:nth-child(1) .but i.active::before {
  content: "\e62f";
  font-family: "iconfont";
  color: #fff;
  font-size: 18px;
}
.main15 .main15-con .list.list-5 ul li:nth-child(1) .but a {
  font-weight: bold;
  color: #d01820;
}
.main15 .main15-con .list.list-5 ul li:nth-child(1) .but a:hover {
  text-decoration: underline !important;
}
.main15 .main15-con .list.list-5 ul li:nth-child(2) a {
  display: block;
  width: 145px;
  line-height: 58px;
  background: #d01820;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main15 .main15-con .list.list-5 ul li:nth-child(2) a:hover {
  background: #c00c14;
}
.main15 .main15-con .list.list-6 .title {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.main15 .main15-con .list.list-6 ul {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.main15 .main15-con .list.list-6 ul li {
  width: 207px;
  line-height: 70px;
  border-radius: 10px;
  transition: all .3s;
  cursor: pointer;
  font-size: 18px;
  padding-left: 70px;
  margin-right: 30px;
}
.main15 .main15-con .list.list-6 ul li.zfb {
  background: url(../images/icon15.png) no-repeat 15px center / auto 43px;
}
.main15 .main15-con .list.list-6 ul li.wx {
  background: url(../images/icon16.png) no-repeat 15px center / auto 43px;
}
.main15 .main15-con .list.list-6 ul li.active {
  background-color: #f2f2f2;
}
.main15 .main15-con .list.list-7 {
  padding-top: 30px;
}
.main15 .main15-con .list.list-7 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main15 .main15-con .list.list-7 ul li:nth-child(1) b {
  color: #d01820;
  font-family: "Arial";
}
.main15 .main15-con .list.list-7 ul li:nth-child(2) a {
  display: block;
  width: 145px;
  line-height: 58px;
  background: #d01820;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main15 .main15-con .list.list-7 ul li:nth-child(2) a:hover {
  background: #c00c14;
}
.main15 .main15-con .list.list-8 {
  padding-bottom: 30px;
}
.main15 .main15-con .list.list-8 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main15 .main15-con .list.list-8 ul li:nth-child(2) b {
  font-size: 25px;
  color: #d01820;
  font-family: "Arial";
}
.main15 .main15-con .list.list-9 {
  border-bottom: none;
}
.main15 .main15-con .list.list-9 .title {
  display: flex;
  align-items: flex-end;
  margin: 20px 0 60px;
}
.main15 .main15-con .list.list-9 .title h5 {
  font-size: 24px;
}
.main15 .main15-con .list.list-9 .title p {
  color: #999;
  margin-left: 5px;
}
.main15 .main15-con .list.list-9 .title p b {
  color: #d01820;
  margin: 0 5px;
}
.main15 .main15-con .list.list-9 ul {
  display: flex;
  justify-content: center;
}
.main15 .main15-con .list.list-9 ul li {
  margin: 0 25px;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) {
  padding-top: 18px;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .img {
  width: 300px;
  height: 300px;
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .img img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box {
  margin-top: 20px;
  background: #ff7674;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon {
  width: 44px;
  height: 44px;
  position: relative;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon::before {
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b .yuan {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: #ff7674;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b::before,
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon i {
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon i:nth-child(1) {
  top: 0;
  left: 0;
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon i:nth-child(2) {
  top: 0;
  right: 0;
  transform: rotateY(180deg);
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon i:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: rotateX(180deg);
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon i:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.main15 .main15-con .list.list-9 ul li:nth-child(1) p {
  color: #fff;
  margin-left: 30px;
}
.main15 .main15-con .list.list-9 ul li:nth-child(2) img {
  width: 329px;
}
.main15 .main15-con .list.list-10 {
  padding-top: 40px;
}
.main15 .main15-con .list.list-10 a {
  color: #006bd8;
}
.main15 .main15-con .list.list-10 a:hover {
  text-decoration: underline !important;
}
.main15 .main15-con .list.list-11 {
  min-height: 280px;
  position: relative;
}
.main15 .main15-con .list.list-11 .title {
  font-size: 24px;
  margin-bottom: 25px;
}
.main15 .main15-con .list.list-11 table {
  width: 100%;
}
.main15 .main15-con .list.list-11 table tr th {
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(1) {
  width: 70px;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(1) .check_all {
  cursor: pointer;
  position: relative;
  text-align: right;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(1) .check_all::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(1) .check_all.active::before {
  content: "\e62f";
  font-family: "iconfont";
  font-size: 18px;
  color: #d01820;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(1) .check_all:hover::before {
  border-color: #666;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(3) {
  width: 140px;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(4) {
  width: 140px;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(5) {
  width: 140px;
}
.main15 .main15-con .list.list-11 table tr th:nth-child(6) {
  width: 80px;
}
.main15 .main15-con .list.list-11 table tr td {
  vertical-align: top;
  height: 40px;
  text-align: center;
  padding-bottom: 30px;
}
.main15 .main15-con .list.list-11 table tr td.fx {
  overflow: hidden;
  position: relative;
}
.main15 .main15-con .list.list-11 table tr td.fx i {
  width: 22px;
  height: 22px;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main15 .main15-con .list.list-11 table tr td.fx i:hover {
  border-color: #666;
}
.main15 .main15-con .list.list-11 table tr td.fx i.active::before {
  content: "\e62f";
  font-size: 18px;
  font-family: "iconfont";
  color: #d01820;
  font-style: initial;
}
.main15 .main15-con .list.list-11 table tr td.fx input {
  position: absolute;
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.main15 .main15-con .list.list-11 table tr td.commodity {
  text-align: left;
  padding-left: 20px;
}
.main15 .main15-con .list.list-11 table tr td.price {
  font-size: 16px;
  font-weight: bold;
}
.main15 .main15-con .list.list-11 table tr td.count {
  font-size: 0;
}
.main15 .main15-con .list.list-11 table tr td.count button {
  width: 30px;
  height: 34px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  color: #333;
  vertical-align: top;
  background: none;
  padding: 0;
}
.main15 .main15-con .list.list-11 table tr td.count button:focus {
  outline: none;
}
.main15 .main15-con .list.list-11 table tr td.count input {
  width: 44px;
  height: 34px;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.main15 .main15-con .list.list-11 table tr td.count input:focus {
  outline: none;
}
.main15 .main15-con .list.list-11 table tr td.money {
  font-size: 16px;
  font-weight: bold;
  color: #d01820;
}
.main15 .main15-con .list.list-11 table tr td.a_delete a {
  color: #006bd9;
  font-size: 16px;
  transition: all .3s;
}
.main15 .main15-con .list.list-11 table tr td.a_delete a i {
  color: #636363;
  font-size: 16px;
  margin-right: 8px;
  top: 2px;
  transition: all .3s;
}
.main15 .main15-con .list.list-11 table tr td.a_delete a:hover {
  color: #d01820;
}
.main15 .main15-con .list.list-11 table tr td.a_delete a:hover i {
  color: #d01820;
}
.main15 .main15-con .list.list-11 .empty {
  font-size: 30px;
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  text-align: center;
  color: #999;
  display: none;
}
.main15 .main15-con .list.list-11 .empty.active {
  display: block;
}
.main15 .main15-con .list.list-12 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.main15 .main15-con .list.list-12 p {
  font-size: 18px;
}
.main15 .main15-con .list.list-12 p span.quantity {
  font-family: "Arial";
  font-weight: bold;
  color: #d01820;
  margin: 0 5px;
}
.main15 .main15-con .list.list-12 p span.total {
  color: #d01820;
  font-size: 24px;
}
.main15 .main15-con .list.list-12 a {
  display: block;
  width: 140px;
  line-height: 58px;
  background-color: #d01820;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  transition: all .3s;
}
.main15 .main15-con .list.list-12 a:hover {
  background-color: #9e1117;
}
.main15 .main15-con .list.list-13 {
  padding-bottom: 40px;
}
.main15 .main15-con .list.list-13 .title-1 {
  font-size: 24px;
  margin-bottom: 30px;
}
.main15 .main15-con .list.list-13 .title-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main15 .main15-con .list.list-13 .title-2 p {
  font-size: 16px;
}
.main15 .main15-con .list.list-13 .title-2 a {
  color: #006bd9;
  transition: all .3s;
}
.main15 .main15-con .list.list-13 .title-2 a:hover {
  color: #d01820;
}
.main15 .main15-con .list.list-13 .dl-box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.main15 .main15-con .list.list-13 .dl-box dl dt {
  width: 144px;
  line-height: 34px;
  border: 1px solid #e6e6e6;
  color: #999;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  transition-duration: all .3s;
  position: relative;
}
.main15 .main15-con .list.list-13 .dl-box dl dt:hover {
  border-color: rgba(208, 24, 32, 0.4);
}
.main15 .main15-con .list.list-13 .dl-box dl dt::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d01820;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: url(../images/gou.png) no-repeat right bottom / 9px auto;
}
.main15 .main15-con .list.list-13 .dl-box dl dt::after {
  content: "";
  border-left: 14px solid transparent;
  border-bottom: 12px solid #d01820;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.main15 .main15-con .list.list-13 .dl-box dl dt.active {
  border-color: #d01820;
  color: #d01820;
}
.main15 .main15-con .list.list-13 .dl-box dl dt.active::before,
.main15 .main15-con .list.list-13 .dl-box dl dt.active::after {
  opacity: 1;
}
.main15 .main15-con .list.list-13 .dl-box dl dd {
  width: calc(100% - 170px);
  line-height: 1.5;
}
.main15 .main15-con .list.list-13 .dl-box dl dd .address {
  margin: 0 15px;
}
.main15 .main15-con .list.list-14 {
  padding: 30px 0;
}
.main15 .main15-con .list.list-14 .title-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main15 .main15-con .list.list-14 .title-1 p {
  font-size: 16px;
}
.main15 .main15-con .list.list-14 .title-1 a {
  color: #006bd9;
  transition: all .3s;
}
.main15 .main15-con .list.list-14 .title-1 a:hover {
  color: #d01820;
}
.main15 .main15-con .list.list-15 {
  padding: 40px 0;
}
.main15 .main15-con .list.list-15 .title {
  font-size: 16px;
  margin-bottom: 20px;
}
.main15 .main15-con .list.list-15 ul {
  display: flex;
}
.main15 .main15-con .list.list-15 ul li {
  width: 129px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  background-color: #f4f4f4;
  position: relative;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.main15 .main15-con .list.list-15 ul li:hover {
  border-color: rgba(208, 24, 32, 0.4);
}
.main15 .main15-con .list.list-15 ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d01820;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: url(../images/gou.png) no-repeat right bottom / 9px auto;
}
.main15 .main15-con .list.list-15 ul li::after {
  content: "";
  border-left: 14px solid transparent;
  border-bottom: 12px solid #d01820;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.main15 .main15-con .list.list-15 ul li.active {
  border-color: #d01820;
  color: #d01820;
}
.main15 .main15-con .list.list-15 ul li.active::before,
.main15 .main15-con .list.list-15 ul li.active::after {
  opacity: 1;
}
.main15 .main15-con .list.list-16 .price {
  padding: 30px 20px;
  text-align: right;
}
.main15 .main15-con .list.list-16 .price .freight {
  margin-top: 20px;
}
.main15 .main15-con .list.list-16 .payment {
  background-color: #f4f4f4;
  padding: 20px;
  text-align: right;
}
.main15 .main15-con .list.list-16 .payment .total {
  font-size: 18px;
}
.main15 .main15-con .list.list-16 .payment .total span {
  font-size: 24px;
  color: #d01820;
}
.main15 .main15-con .list.list-16 .payment .mailing {
  color: #999;
  margin-top: 15px;
}
.main15 .main15-con .list.list-16 .payment .mailing .address {
  margin-right: 10px;
}
.main15 .main15-con .list.list-16 .payment .mailing .phone {
  margin-left: 10px;
}
.main15 .main15-con .list.list-17 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}
.main15 .main15-con .list:last-child {
  border-bottom: none;
}
.main15.main15-2 {
  margin-bottom: 0;
}
.main15.main15-3 {
  margin-bottom: 80px;
}
.main15.main15-3 .main15-con::before {
  display: none;
}
.news6 {
  display: flex;
}
.news6 .imgbox {
  width: 136px;
  height: 136px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.news6 .imgbox .img {
  width: 100%;
  height: 100%;
}
.news6 .text-box {
  width: calc(100% - 136px);
  padding-left: 30px;
}
.news6 .text-box .text {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  max-height: 120px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news6:hover .imgbox .img {
  transform: scale(1.1);
}
.news6:hover .text-box .text {
  color: #d01820;
}
.news7 {
  display: flex;
  padding: 20px;
  background-color: #f7f1f1;
  margin-bottom: 20px;
}
.news7:last-child {
  margin-bottom: 0;
}
.news7 .imgbox {
  width: 136px;
  height: 136px;
  overflow: hidden;
}
.news7 .imgbox .img {
  width: 100%;
  height: 100%;
}
.news7 .text-box {
  width: 290px;
  padding-left: 30px;
}
.news7 .text-box h5 {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news7 .text-box .price {
  font-size: 16px;
  color: #d01820;
  margin: 18px 0 20px;
  display: flex;
  align-items: center;
}
.news7 .text-box .price b {
  font-weight: normal;
}
.news7 .text-box .price span {
  margin-left: 40px;
}
.news7 .text-box .price .count {
  display: flex;
  margin-left: 30px;
}
.news7 .text-box .price .count button {
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  color: #333;
  vertical-align: top;
  background: #fff;
  padding: 0;
}
.news7 .text-box .price .count button:focus {
  outline: none;
}
.news7 .text-box .price .count input {
  width: 44px;
  height: 30px;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.news7 .text-box .price .count input:focus {
  outline: none;
}
.news7 .text-box .stock {
  color: #000;
}
.news7.news7-2 .text-box .price {
  margin: 15px 0;
}
.warning_popup {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}
.warning_popup_2 {
  width: 300px;
  background: #fff;
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  transition: all .2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.warning_popup_2 h5 {
  line-height: 40px;
  background: #d01820;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
}
.warning_popup_2 p {
  padding: 30px 10px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.warning_popup_2 ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
.warning_popup_2 ul li {
  list-style: none;
  width: 100px;
  line-height: 35px;
  display: inline-block;
  background: #d01820;
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
  border-radius: 10px;
  transition: all .3s;
  cursor: pointer;
}
.warning_popup_2 ul li:hover {
  background: #a40c13;
}
.warning_popup_2.active {
  top: 50%;
  transition: all .3s;
}
.warning_popup3 {
  position: fixed;
  width: 200px;
  height: 200px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8000;
  border: 5px solid #ccc;
}
.warning_popup3 .off {
  font-size: 30px;
  position: absolute;
  top: -35px;
  right: -35px;
  transform: rotate(45deg);
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .3s;
}
.warning_popup3 .off:hover {
  color: red;
}
.warning_popup3 img {
  width: 100%;
  height: 100%;
}
.warning_popup3.active {
  top: 50%;
  transition: all .5s;
}
#body-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  display: none;
}
#body-mask.active {
  display: block;
}
#body-mask.active2 {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}
.main16 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 94px;
}
.main16 img {
  width: 142px;
}
.main16 p {
  font-size: 20px;
}
.main16 p span {
  font-family: "Arial";
}
.main17 {
  background: #f8f1b4 url(../images/bg5.png) no-repeat 2px 2px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  margin-top: -60px;
  overflow: hidden;
}
.main17 .left {
  font-size: 30px;
  font-weight: bold;
  color: #2b1213;
}
.main17 .left b {
  font-size: 65px;
  font-family: "Impact";
  color: #d01820;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  margin: 0 5px;
  line-height: 1;
  position: relative;
  top: 8px;
}
.main17 .left span {
  font-size: 20px;
  font-weight: normal;
}
.main17 .right {
  display: flex;
  align-items: center;
}
.main17 .right a {
  display: block;
  width: 185px;
  line-height: 58px;
  background-color: #d01820;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  margin-left: 20px;
  text-align: center;
  transition: all .3s;
}
.main17 .right a.trial {
  background-color: #d89400;
}
.main17 .right a:hover {
  opacity: 0.8;
}
.main18-box {
  margin-top: -60px;
}
.main18-box .main18 {
  background-color: #413a3a;
  padding: 100px 0;
}
.main18-box .main18 .main18-con .title {
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main18-box .main18 .main18-con .title h5 {
  position: relative;
  padding: 16px 100px;
}
.main18-box .main18 .main18-con .title h5 span {
  font-size: 42px;
  font-weight: bold;
  color: #f1e473;
  position: relative;
}
.main18-box .main18 .main18-con .title h5::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(34, 30, 30, 0) 0%, #221e1e 35%, #221e1e 65%, rgba(34, 30, 30, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(34, 30, 30, 0) 0%, #221e1e 35%, #221e1e 65%, rgba(34, 30, 30, 0) 100%);
  background: linear-gradient(to right, rgba(34, 30, 30, 0) 0%, #221e1e 35%, #221e1e 65%, rgba(34, 30, 30, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00221e1e', endColorstr='#00221e1e', GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
}
.main18-box .main18 .main18-con .title p {
  width: 100%;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.main18-box .main18 .main18-con .title p span {
  position: relative;
}
.main18-box .main18 .main18-con .title p span::before,
.main18-box .main18 .main18-con .title p span::after {
  content: "";
  width: 190px;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -1px 8px 0 0;
}
.main18-box .main18 .main18-con .title p span::after {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  right: auto;
  margin: -1px 0 0 8px;
}
.main18-box .main18 .main18-con .con .bt {
  display: flex;
  justify-content: center;
}
.main18-box .main18 .main18-con .con .bt h5 {
  font-size: 24px;
  color: #2b1213;
  padding: 20px 30px 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #f8f1b4;
}
.main18-box .main18 .main18-con .con .imgbox-padding {
  padding: 0 88px;
}
.main18-box .main18 .main18-con .con .imgbox-padding .imgbox {
  background: #f8f1b4;
  border-radius: 20px;
  padding: 10px;
}
.main18-box .main18 .main18-con .con .imgbox-padding .imgbox .img {
  border-radius: 10px;
  overflow: hidden;
}
.main18-box .main18 .main18-con .con .imgbox-padding .imgbox .img img {
  width: 100%;
}
.main18-box .main18.main18-1 {
  padding-top: 160px;
}
.main18-box .main18.main18-3 .main18-con .con .nav {
  margin-bottom: 40px;
}
.main18-box .main18.main18-3 .main18-con .con .nav ul {
  display: flex;
  background-color: #f8f1b4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.main18-box .main18.main18-3 .main18-con .con .nav ul li {
  line-height: 60px;
  width: 33.333333333%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #413a3a;
  cursor: pointer;
  border-left: 1px solid #413a3a;
  transition: all .3s;
}
.main18-box .main18.main18-3 .main18-con .con .nav ul li.active {
  background-color: #d01820;
  color: #fff;
}
.main18-box .main18.main18-3 .main18-con .con .nav ul li.active,
.main18-box .main18.main18-3 .main18-con .con .nav ul li.active + li {
  border-color: #d01820;
}
.main18-box .main18.main18-3 .main18-con .con .imgbox-padding .imgbox .img img {
  display: none;
}
.main18-box .main18.main18-3 .main18-con .con .imgbox-padding .imgbox .img img.active {
  display: block;
}
.main18-box .main18.main18-3 .main18-con .con .imgbox-padding .imgbox .bottom {
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  color: #2b1213;
}
.main18-box .main18:nth-child(even) {
  background-color: #281e1e;
}
.main18-box .main18:nth-child(even) .main18-con .title h5::before {
  background: -moz-linear-gradient(left, rgba(21, 16, 16, 0) 0%, #151010 35%, #151010 65%, rgba(21, 16, 16, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(21, 16, 16, 0) 0%, #151010 35%, #151010 65%, rgba(21, 16, 16, 0) 100%);
  background: linear-gradient(to right, rgba(21, 16, 16, 0) 0%, #151010 35%, #151010 65%, rgba(21, 16, 16, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151010', endColorstr='#00151010', GradientType=1);
}
.main19 .title {
  padding: 20px;
  font-size: 24px;
  border-bottom: 2px solid #000;
  position: relative;
}
.main19 .title::before {
  content: "";
  width: 250px;
  height: 4px;
  background: #d01820;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.main19 .con {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 30px;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.main19 .con img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main20 .list {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.main20 .list:last-child {
  margin-bottom: 0;
}
.main20 .list .title {
  font-size: 30px;
  font-weight: bold;
  color: #d01820;
  background: #f7f7f7;
  padding: 30px;
  border: 1px solid #fff;
}
.main20 .list .con {
  border-top: 1px solid #e6e6e6;
  padding: 30px;
  line-height: 2;
  font-size: 16px;
}
.main20 .list.list-3 .con {
  padding-bottom: 10px;
}
.main20 .list.list-3 .con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main20 .list.list-3 .con ul li {
  width: 33.333333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main20 .list.list-3 .con ul li .img {
  border: 1px solid #e6e6e6;
  transition: all .3s;
}
.main20 .list.list-3 .con ul li .img:hover {
  border-color: #d01820;
}
.main20 .list.list-4 .con #map {
  height: 440px;
  margin-top: 20px;
}
.main20 .list.list-6 .con form {
  font-size: 0;
}
.main20 .list.list-6 .con form input,
.main20 .list.list-6 .con form textarea {
  width: 100%;
  height: 50px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 0 20px;
}
.main20 .list.list-6 .con form textarea {
  padding: 20px;
  height: 176px;
  resize: none;
}
.main20 .list.list-6 .con form button {
  width: 50%;
  height: 50px;
  background: #d01820;
  color: #fff;
  font-size: 18px;
  border: none;
  transition: all .3s;
}
.main20 .list.list-6 .con form button:hover {
  background: #aa0910;
}
.main21 {
  background: url(../images/bg6.jpg) no-repeat center center / cover;
  height: 670px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.main21 .main21-con {
  width: 100%;
}
.main21 .main21-con .con-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.main21 .main21-con .con-box .left {
  width: 60%;
}
.main21 .main21-con .con-box .left .title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.main21 .main21-con .con-box .left .title span {
  font-size: 24px;
  font-weight: normal;
  margin-left: 15px;
}
.main21 .main21-con .con-box .left .con-1 {
  display: flex;
  margin: 20px 0 25px;
}
.main21 .main21-con .con-box .left .con-1 ul {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}
.main21 .main21-con .con-box .left .con-1 ul li {
  border-right: 3px solid #fff;
  line-height: 1;
}
.main21 .main21-con .con-box .left .con-1 ul li a {
  display: block;
  padding: 0 18px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  transition: all .3s;
}
.main21 .main21-con .con-box .left .con-1 ul li:last-child {
  border-right: none;
}
.main21 .main21-con .con-box .left .con-2 dl dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.main21 .main21-con .con-box .left .con-2 dl dd a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  transition: all .3s;
}
.main21 .main21-con .con-box .left .con-2 dl dd a:hover {
  color: #fff;
}
.main21 .main21-con .con-box .left .con-3 {
  display: flex;
  margin-top: 40px;
}
.main21 .main21-con .con-box .left .con-3 a {
  display: block;
  width: 255px;
  line-height: 56px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 58px;
  margin-right: 30px;
  transition: all .3s;
}
.main21 .main21-con .con-box .left .con-3 a.download {
  background: url(../images/icon18_1.png) no-repeat right 55px center / 25px auto;
}
.main21 .main21-con .con-box .left .con-3 a.help {
  background: url(../images/icon19_1.png) no-repeat right 55px center / 26px auto;
}
.main21 .main21-con .con-box .left .con-3 a:hover {
  background-color: #fff;
  color: #d01820;
}
.main21 .main21-con .con-box .left .con-3 a:hover.download {
  background-image: url(../images/icon18_2.png);
}
.main21 .main21-con .con-box .left .con-3 a:hover.help {
  background-image: url(../images/icon19_2.png);
}
.main21 .main21-con .con-box .right {
  width: 40%;
  position: relative;
}
.main21 .main21-con .con-box .right img {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 679px;
  transition: all .3s;
}
.main22 {
  margin-top: 80px;
}
.main22 ul {
  display: flex;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.main22 ul li {
  width: 25%;
  height: 268px;
  border-right: 1px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main22 ul li:last-child {
  border-right: none;
}
.main22 ul li .img {
  height: 64px;
}
.main22 ul li .img img {
  max-height: 100%;
}
.main22 ul li h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
}
.main22 ul li p {
  color: #999;
}
.title2 {
  margin: 80px 0 60px;
  text-align: center;
  overflow: hidden;
}
.title2 h5 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
.title2 h5 span {
  color: #d01820;
}
.title2 .text1 {
  margin: 18px 0;
  display: flex;
  justify-content: center;
}
.title2 .text1 p {
  position: relative;
  background: #000;
  padding: 5px 15px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.title2 .text1 p span {
  color: #d01820;
}
.title2 .text1 p::before,
.title2 .text1 p::after {
  content: "";
  width: 230px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 100%;
}
.title2 .text1 p::after {
  right: auto;
  left: 100%;
}
.title2 .text2 {
  font-size: 20px;
  line-height: 1.5;
}
.main23 {
  background: url(../images/bg7.jpg) no-repeat center center / cover;
  padding: 130px 0 80px;
  margin-top: -130px;
}
.main23 .con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main24 {
  padding-bottom: 80px;
}
.main24 .swiper {
  padding: 70px 0;
}
.main24 .swiper .swiper-slide {
  transition: all .3s;
  border-radius: 10px;
}
.main24 .swiper .swiper-slide .img {
  height: 260px;
}
.main24 .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.5);
  z-index: 2;
}
.main24 .swiper .swiper-slide.swiper-slide-prev,
.main24 .swiper .swiper-slide.swiper-slide-next {
  opacity: .6;
}
.main24 .swiper .but {
  width: 45px;
  height: 45px;
  background: url(../images/jt.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  opacity: .5;
  transition: all .3s;
}
.main24 .swiper .but.but-prev {
  left: 40px;
}
.main24 .swiper .but.but-next {
  right: 40px;
  transform: translateY(-50%) rotateY(180deg);
}
.main24 .swiper .but:hover {
  opacity: 1;
}
.main24 .bottom {
  margin: 30px auto 0;
  width: 50%;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.main25 .list {
  position: relative;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  -webkit-background-size: 5px 5px;
  -moz-background-size: 5px 5px;
  background-size: 5px 5px;
  background-color: #ebebeb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
}
.main25 .list .con {
  height: 610px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main25 .list .con .text-box {
  width: 640px;
  padding-right: 60px;
}
.main25 .list .con .text-box h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 20px;
  position: relative;
}
.main25 .list .con .text-box h5::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main25 .list .con .text-box .text {
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 60px;
}
.main25 .list .con .text-box a {
  display: block;
  width: 255px;
  line-height: 58px;
  background: #d01820;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  transition: all .3s;
  text-align: center;
}
.main25 .list .con .text-box a:hover {
  background: #9e0e15;
}
.main25 .list .con .video {
  display: block;
  width: calc(100% - 640px);
  height: 411px;
  position: relative;
  overflow: hidden;
}
.main25 .list .con .video .img {
  width: 100%;
  height: 100%;
}
.main25 .list .con .video::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon21.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main25 .list .con .video:hover .img {
  transform: scale(1.1);
}
.main25 .list::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(244, 244, 244, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.main25 .list:nth-child(even) {
  background: #fff;
  border: none;
}
.main25 .list:nth-child(even) .con {
  flex-direction: row-reverse;
}
.main25 .list:nth-child(even) .con .text-box {
  padding: 0 0 0 60px;
}
.main26 {
  padding-bottom: 80px;
}
.main26 .gd {
  position: relative;
}
.main26 .gd .but {
  width: 45px;
  height: 45px;
  background: url(../images/icon22.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main26 .gd .but.but-prev {
  left: -80px;
}
.main26 .gd .but.but-next {
  right: -80px;
  transform: translateY(-50%) rotateY(180deg);
}
.main26 .gd .swiper-slide a {
  display: block;
  overflow: hidden;
}
.main26 .gd .swiper-slide a:hover .img {
  transform: scale(1.1);
}
.main27 {
  background: url(../images/bg8.jpg) no-repeat center center / cover;
  padding: 80px 0;
  position: relative;
}
.main27 .main27-con {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.main27 .main27-con .main27-left {
  width: 760px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main27 .main27-con .main27-right {
  width: calc(100% - 760px);
}
.main27 .main27-con .main27-right .con-1 {
  padding: 40px 70px 66px;
}
.main27 .main27-con .main27-right .con-1 .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 40px;
  text-align: center;
}
.main27 .main27-con .main27-right .con-1 form input {
  width: 100%;
  height: 51px;
  border: 1px solid #e7e7e7;
  padding: 0 25px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main27 .main27-con .main27-right .con-1 form input:focus {
  outline: none;
}
.main27 .main27-con .main27-right .con-1 form .yzm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main27 .main27-con .main27-right .con-1 form .yzm input {
  width: calc(100% - 100px);
  margin-bottom: 0;
}
.main27 .main27-con .main27-right .con-1 form .yzm a {
  display: block;
  width: 90px;
  line-height: 51px;
  background: #d01820;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main27 .main27-con .main27-right .con-1 form .yzm a:hover {
  background: #b30d14;
}
.main27 .main27-con .main27-right .con-1 form .yzm a.active {
  cursor: not-allowed !important;
  background: rgba(208, 24, 32, 0.5);
}
.main27 .main27-con .main27-right .con-1 form .yzm a.active:hover {
  background: rgba(208, 24, 32, 0.5);
}
.main27 .main27-con .main27-right .con-1 form .login {
  padding: 30px 0;
  text-align: center;
}
.main27 .main27-con .main27-right .con-1 form .login a {
  color: #d01820;
}
.main27 .main27-con .main27-right .con-1 form .login a:hover {
  text-decoration: underline !important;
}
.main27 .main27-con .main27-right .con-1 form button {
  width: 100%;
  height: 51px;
  background: #d01820;
  font-size: 18px;
  color: #fff;
  border: none;
  transition: all .3s;
}
.main27 .main27-con .main27-right .con-1 form button:focus {
  outline: none;
}
.main27 .main27-con .main27-right .con-1 form button:hover {
  background: #b30d14;
}
.main27 .main27-con .main27-right .con-2 {
  padding: 100px 70px;
}
.main27 .main27-con .main27-right .con-2 .nav {
  margin-bottom: 100px;
  border-bottom: 1px solid #d8d8d8;
}
.main27 .main27-con .main27-right .con-2 .nav ul {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.main27 .main27-con .main27-right .con-2 .nav ul li {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 0 18px;
  cursor: pointer;
}
.main27 .main27-con .main27-right .con-2 .nav ul li:last-child {
  border-left: 1px solid #d8d8d8;
}
.main27 .main27-con .main27-right .con-2 .nav ul li.active {
  color: #d01820;
}
.main27 .main27-con .main27-right .con-2 form ul li {
  display: none;
}
.main27 .main27-con .main27-right .con-2 form ul li.active {
  display: block;
}
.main27 .main27-con .main27-right .con-2 form ul li.phone .user {
  background: none;
  padding: 0 20px;
}
.main27 .main27-con .main27-right .con-2 form input {
  width: 100%;
  height: 51px;
  border: 1px solid #e6e6e6;
  padding: 0 20px 0 45px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main27 .main27-con .main27-right .con-2 form input:focus {
  outline: none;
}
.main27 .main27-con .main27-right .con-2 form input.user {
  background: url(../images/icon23.png) no-repeat 14px center / 18px auto;
}
.main27 .main27-con .main27-right .con-2 form input.password {
  background: url(../images/icon24.png) no-repeat 16px center / 16px auto;
}
.main27 .main27-con .main27-right .con-2 form .yzm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.main27 .main27-con .main27-right .con-2 form .yzm input {
  width: calc(100% - 100px);
  margin-bottom: 0;
  padding: 0 20px;
}
.main27 .main27-con .main27-right .con-2 form .yzm a {
  display: block;
  width: 90px;
  line-height: 51px;
  background: #d01820;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main27 .main27-con .main27-right .con-2 form .yzm a:hover {
  background: #b30d14;
}
.main27 .main27-con .main27-right .con-2 form .yzm a.active {
  cursor: not-allowed !important;
  background: rgba(208, 24, 32, 0.5);
}
.main27 .main27-con .main27-right .con-2 form .yzm a.active:hover {
  background: rgba(208, 24, 32, 0.5);
}
.main27 .main27-con .main27-right .con-2 form .forget {
  margin: 8px 0 50px;
}
.main27 .main27-con .main27-right .con-2 form .forget a {
  color: #999;
  transition: all .3s;
}
.main27 .main27-con .main27-right .con-2 form .forget a:hover {
  color: #d01820;
}
.main27 .main27-con .main27-right .con-2 form .but {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main27 .main27-con .main27-right .con-2 form .but button {
  width: calc(100% - 125px);
  height: 51px;
  background: #d01820;
  color: #fff;
  font-size: 18px;
  border: none;
  transition: all .3s;
}
.main27 .main27-con .main27-right .con-2 form .but button:focus {
  outline: none;
}
.main27 .main27-con .main27-right .con-2 form .but button:hover {
  background: #b30d14;
}
.main27 .main27-con .main27-right .con-2 form .but a {
  width: 115px;
  line-height: 49px;
  border: 1px solid #d01820;
  font-size: 18px;
  color: #d01820;
  transition: all .3s;
  text-align: center;
}
.main27 .main27-con .main27-right .con-2 form .but a:hover {
  background: #b30d14;
  border-color: #b30d14;
  color: #fff;
}
.main28 {
  padding: 30px 100px 80px;
  display: flex;
  justify-content: flex-end;
}
.main28 a {
  display: block;
  width: 145px;
  line-height: 58px;
  background-color: #d01820;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main28 a:hover {
  background-color: #b50d14;
}
.main29 {
  width: 900px;
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 2000;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 60px;
  transition: all .5s;
}
.main29 .icon-plus {
  position: absolute;
  top: 0;
  right: 5px;
  color: #333;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all .3s;
}
.main29 .icon-plus:hover {
  color: #d01820;
}
.main29 .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.main29 .main29-con dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.main29 .main29-con dl dt {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  width: 80px;
}
.main29 .main29-con dl dd {
  width: calc(100% - 80px);
}
.main29 .main29-con dl dd input,
.main29 .main29-con dl dd select {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  padding: 0 15px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
  border-radius: 0;
}
.main29 .main29-con dl dd input:focus,
.main29 .main29-con dl dd select:focus {
  outline: none;
}
.main29 .main29-con dl dd input.active,
.main29 .main29-con dl dd select.active {
  border-color: #d01820;
}
.main29 .main29-con dl.address dd .list-box {
  display: flex;
  margin: 0 -5px;
}
.main29 .main29-con dl.address dd .list-box .list {
  width: 50%;
  padding: 0 5px;
}
.main29 .main29-con dl.address dd .list-box .list ul {
  display: flex;
  margin: 0 -5px;
}
.main29 .main29-con dl.address dd .list-box .list ul li {
  width: 33.33%;
  padding: 0 5px;
}
.main29 .main29-con dl.address dd .list-box .list ul li select {
  background: url(../images/icon25.png) no-repeat right 16px center / 11px auto;
  cursor: pointer;
}
.main29 .main29-con .but {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  position: relative;
}
.main29 .main29-con .but button {
  display: block;
  width: calc(100% - 80px);
  height: 50px;
  background: #d01820;
  font-size: 16px;
  color: #fff;
  border: none;
  transition: all .3s;
}
.main29 .main29-con .but button:focus {
  outline: none;
}
.main29 .main29-con .but button:hover {
  background: #ab0a11;
}
.main29 .main29-con .but .warning {
  width: calc(100% - 80px);
  position: absolute;
  top: -10px;
  right: 0;
  text-align: center;
  color: #d01820;
}
.main29.active {
  top: 50%;
}
.main29.main29-2 {
  width: 100% !important;
  position: initial !important;
  transform: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.main29.main29-2 .title-2 {
  margin: 40px 0 26px;
  font-size: 16px;
}
.personal {
  background-color: #f1f1f1;
  box-shadow: inset 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 0 80px;
  position: relative;
  overflow: hidden;
}
.personal .personal-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.personal .personal-con .personal-left {
  width: 220px;
  padding: 1px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.personal .personal-con .personal-right {
  width: calc(100% - 250px);
  min-height: 680px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.personal .personal-con .personal-right .personal-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 74px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-left: 76px;
  background: url(../images/icon27.png) no-repeat 28px center;
}
.personal .personal-con .personal-right .personal-right-con {
  padding: 0 50px 50px;
}
.nav5 {
  padding: 10px;
}
.nav5 ul {
  background-color: #d01820;
}
.nav5 ul li a {
  display: block;
  line-height: 60px;
  color: #fff;
  padding-left: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .3s;
}
.nav5 ul li a:hover,
.nav5 ul li a.active {
  background-color: #b50107 !important;
}
.nav5 ul li:first-child a {
  border-top: none;
  background: url(../images/icon26_1.png) no-repeat 20px center / 22px auto;
}
.nav5 ul li:nth-child(2) a {
  background: url(../images/icon26_2.png) no-repeat 22px center / 19px auto;
}
.nav5 ul li:nth-child(3) a {
  background: url(../images/icon26_3.png) no-repeat 24px center / 15px auto;
}
.nav5 ul li:nth-child(4) a {
  background: url(../images/icon26_4.png) no-repeat 21px center / 23px auto;
}
.nav5 ul li:nth-child(5) a {
  background: url(../images/icon26_5.png) no-repeat 23px center / 21px auto;
}
.nav5 ul li:nth-child(6) a {
  background: url(../images/icon26_6.png) no-repeat 22px center / 23px auto;
}
.nav5 ul li:last-child a {
  margin-top: 100px;
  background: url(../images/icon26_7.png) no-repeat 22px center / 19px auto;
}
.main30 .user {
  font-size: 16px;
}
.main30 .user b {
  margin-left: 10px;
}
.main30 .main30-con .list {
  margin-top: 30px;
}
.main30 .main30-con .list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
}
.main30 .main30-con .list .title span {
  background: #d01820;
  line-height: 30px;
  padding: 0 26px;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.main30 .main30-con .list .title span::before {
  content: "";
  border-right: 15px solid transparent;
  border-bottom: 30px solid #d01820;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.main30 .main30-con .list .title a {
  color: #999;
  transition: all .3s;
}
.main30 .main30-con .list .title a:hover {
  color: #d01820;
}
.main30 .main30-con .list table {
  width: 100%;
}
.main30 .main30-con .list table tr th {
  border: 1px solid #eee;
  padding: 1px;
}
.main30 .main30-con .list table tr th .bg {
  background: #f2f2f2;
  height: 50px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999;
}
.main30 .main30-con .list table tr th:nth-child(1) {
  width: 150px;
}
.main30 .main30-con .list table tr th:nth-child(2) {
  width: 170px;
}
.main30 .main30-con .list table tr th:nth-child(3) {
  width: 150px;
}
.main30 .main30-con .list table tr th:nth-child(4) {
  width: auto;
}
.main30 .main30-con .list table tr th:nth-child(5) {
  width: 130px;
}
.main30 .main30-con .list table tr td {
  height: 50px;
  border: 1px solid #eee;
  padding-left: 19px;
}
.main30 .main30-con .list table tr td a {
  color: #000;
}
.main30 .main30-con .list table tr td .num {
  font-size: 16px;
  color: #d01820;
}
.main30 .main30-con .list.list-2 table tr th {
  width: 33.33% !important;
}
.main31 .title {
  font-size: 16px;
}
.main31 .title b {
  margin-left: 10px;
}
.main31 form {
  margin-top: 28px;
}
.main31 form dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main31 form dl dt {
  width: 60px;
  font-size: 16px;
  color: #999;
  font-weight: normal;
}
.main31 form dl dd {
  width: calc(100% - 60px);
  position: relative;
}
.main31 form dl dd .warn {
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: red;
  display: none;
}
.main31 form dl dd.active .warn {
  display: block;
}
.main31 form dl dd.active input {
  border-color: red;
}
.main31 form dl.yzm dd {
  display: flex;
  justify-content: space-between;
}
.main31 form dl.yzm dd .warn {
  right: 175px;
}
.main31 form dl.yzm dd input {
  width: calc(100% - 160px);
}
.main31 form dl.yzm dd a {
  display: block;
  width: 150px;
  line-height: 50px;
  background: #d01820;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main31 form dl.yzm dd a:hover {
  background: #b30d14;
}
.main31 form dl.yzm dd a.active {
  cursor: not-allowed !important;
  background: rgba(208, 24, 32, 0.5);
}
.main31 form dl.yzm dd a.active:hover {
  background: rgba(208, 24, 32, 0.5);
}
.main31 form input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  padding: 0 15px;
}
.main31 form input:focus {
  outline: none;
}
.main31 form button {
  width: 280px;
  height: 50px;
  background: #d01820;
  font-size: 18px;
  color: #fff;
  border: none;
  transition: all .3s;
  display: block;
  margin-left: 60px;
}
.main31 form button:focus {
  outline: none;
}
.main31 form button:hover {
  background: #a30a10;
}
.main31.main31-2 form {
  margin-top: 0;
}
.main31.main31-2 form dl dt {
  width: 90px;
}
.main31.main31-2 form dl dd {
  width: calc(100% - 90px);
}
.main31.main31-2 form button {
  margin-left: 90px;
}
.main32 .title {
  font-size: 16px;
}
.main32 .main32-con .noData {
  color: #999;
  font-size: 18px;
  text-align: center;
  display: none;
  padding: 20px 0;
}
.main32 .main32-con .noData.active {
  display: block;
}
.main32 .main32-con dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.main32 .main32-con dl dt {
  width: 144px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  color: #999;
  font-weight: normal;
  text-align: center;
}
.main32 .main32-con dl dd {
  width: calc(100% - 144px);
  display: flex;
  justify-content: space-between;
}
.main32 .main32-con dl dd .info {
  width: calc(100% - 70px);
  padding: 0 20px;
}
.main32 .main32-con dl dd .info .address {
  margin: 0 10px;
  font-size: 0;
}
.main32 .main32-con dl dd .info .address span {
  font-size: 14px;
}
.main32 .main32-con dl dd .but {
  width: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main32 .main32-con dl dd .but a {
  color: #333;
}
.main32 .main32-con dl dd .but a:hover {
  color: #d01820;
}
.main33 table {
  width: 100%;
}
.main33 table tr {
  text-align: center;
}
.main33 table tr th {
  border: 1px solid #eee;
  padding: 1px;
}
.main33 table tr th .bg {
  background: #f2f2f2;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999;
}
.main33 table tr th:nth-child(1) {
  width: 150px;
}
.main33 table tr th:nth-child(2) {
  width: 130px;
}
.main33 table tr th:nth-child(3) {
  width: 130px;
}
.main33 table tr th:nth-child(4) {
  width: 130px;
}
.main33 table tr th:nth-child(5) {
  width: auto;
}
.main33 table tr th:nth-child(6) {
  width: 100px;
}
.main33 table tr td {
  height: 50px;
  border: 1px solid #eee;
}
.main33 table tr td:last-child a {
  margin: 0 5px;
  color: #000;
  transition: all .3s;
}
.main33 table tr td:last-child a:hover {
  color: #d01820;
}
.main33 table tr:first-child {
  border-bottom: 3px solid #d01820;
}
.main33 .noData {
  font-size: 18px;
  color: #999;
  text-align: center;
  padding: 30px 0;
  display: none;
}
.main33 .noData.active {
  display: block;
}
@media (max-width: 1610px) {
  .main3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .main5 {
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media (max-width: 1510px) {
  .main21 .main21-con .con-box .right img {
    right: 0;
  }
}
@media (max-width: 1440px) {
  header .con {
    height: 0.23611111rem;
  }
  header .con .left ul li {
    padding: 0 0.06944444rem;
    border-right: 0.01388889rem solid #000000;
  }
  header .con .right .con-1 {
    background: #d01820 url(../images/icon1.png) no-repeat 0.06944444rem center;
    padding-left: 0.20833333rem;
  }
  header .con .right .con-1 i {
    width: 0.20833333rem;
    left: -0.13888889rem;
  }
  header .con .right .con-1 i::before {
    width: 0.13888889rem;
    left: -0.13888889rem;
  }
  header .con .right .con-1 i::after {
    width: 0.06944444rem;
    left: -0.06944444rem;
  }
  .font-init {
    font-size: 0.09722222rem;
  }
  .logo-box {
    height: 0.79166667rem;
  }
  .logo-box .logo a img {
    width: 0.98611111rem;
  }
  .logo-box .right nav ul li a {
    padding: 0 0.11805556rem;
    font-size: 0.11111111rem;
  }
  .logo-box .right nav ul li a::before {
    height: 0.02083333rem;
    bottom: -0.125rem;
  }
  .logo-box .right nav ul li a.active::before,
  .logo-box .right nav ul li a:hover::before {
    width: 0.22916667rem;
  }
  .logo-box .right nav ul li dl div {
    padding-top: 0.13888889rem;
  }
  .logo-box .right nav ul li dl dd {
    line-height: 0.24305556rem;
  }
  .logo-box .right nav ul li dl dd a {
    padding: 0 0.03472222rem;
    font-size: 0.09722222rem;
  }
  .logo-box .right .login {
    margin-left: 0.55555556rem;
  }
  .logo-box .right .login ul li a {
    width: 0.38194444rem;
    line-height: 0.20833333rem;
  }
  .title1 {
    margin: 0.55555556rem 0 0.34722222rem;
  }
  .title1 h5 {
    font-size: 0.25rem;
  }
  .title1 p {
    font-size: 0.11111111rem;
    margin-top: 0.10416667rem;
  }
  .main1 {
    padding-bottom: 0.55555556rem;
  }
  .main1 ul {
    box-shadow: 0 0 0.06944444rem rgba(0, 0, 0, 0.1);
    padding: 0.45138889rem 0;
  }
  .main1 ul li {
    padding: 0.13888889rem 0;
  }
  .main1 ul li h5 b {
    font-size: 0.41666667rem;
  }
  .main1 ul li h5 span {
    font-size: 0.125rem;
    margin-left: 0.06944444rem;
  }
  .main1 ul li p {
    font-size: 0.11111111rem;
    margin-top: 0.13888889rem;
  }
  .nav1 {
    margin-bottom: 0.625rem;
  }
  .nav1 ul li::before {
    border-left: 0.05555556rem solid transparent;
    border-right: 0.05555556rem solid transparent;
    border-top: 0.05555556rem solid #d01820;
  }
  .nav1 ul li a {
    width: 0.90277778rem;
    line-height: 0.34722222rem;
    font-size: 0.11111111rem;
  }
  ul.more1 {
    margin-top: 0.27777778rem;
  }
  ul.more1 li a {
    width: 1.18055556rem;
    line-height: 0.31944444rem;
    border-radius: 0.34722222rem;
    font-size: 0.125rem;
    margin-right: 0.13888889rem;
    background: url(../images/icon2.png) no-repeat right 0.20833333rem center;
    background-size: 0.125rem auto !important;
    padding-right: 0.20833333rem;
  }
  ul.more1 li a.info {
    background: url(../images/icon3.png) no-repeat right 0.20833333rem center;
  }
  ul.more1 li a.consult {
    background: url(../images/icon4.png) no-repeat right 0.20833333rem center;
  }
  ul.more1 li a:hover {
    background-color: #d01820;
    background-image: url(../images/icon2_2.png);
    border-color: #d01820;
    color: #fff;
  }
  ul.more1 li a:hover.info {
    background-image: url(../images/icon3_2.png);
  }
  ul.more1 li a:hover.consult {
    background-image: url(../images/icon4_2.png);
  }
  .news1 .imgbox {
    height: 3.125rem;
  }
  .news1 .text-box {
    padding: 0.27777778rem 0 0 0.41666667rem;
  }
  .news1 .text-box .title {
    padding-bottom: 0.20833333rem;
    margin-bottom: 0.20833333rem;
  }
  .news1 .text-box .title::before {
    width: 0.41666667rem;
    height: 0.01388889rem;
  }
  .news1 .text-box .title h5 {
    font-size: 0.20833333rem;
  }
  .news1 .text-box .title p {
    font-size: 0.11111111rem;
    margin-top: 0.06944444rem;
  }
  .news1 .text-box .describe {
    font-size: 0.11111111rem;
    line-height: 0.20833333rem;
    max-height: 0.41666667rem;
  }
  .news1.news1-2 .imgbox {
    width: 4.79166667rem;
    height: 2.25694444rem;
  }
  .news1.news1-2 .text-box {
    width: calc(100% - 4.79166667rem);
    padding: 0 0.625rem 0 0;
  }
  .news1.news1-2 .text-box .describe {
    max-height: 0.625rem;
  }
  .main2 {
    padding-bottom: 0.55555556rem;
  }
  .main2 .main2-con .bottom {
    margin: 0.55555556rem auto 0;
  }
  .main2 .main2-con .bottom .con {
    height: 0.32638889rem;
    padding: 0 0.44444444rem;
  }
  .main2 .main2-con .bottom .con .but {
    width: 0.33333333rem;
    height: 0.33333333rem;
    margin-top: -0.16666667rem;
  }
  .main2 .main2-con .bottom .con .but i {
    font-size: 0.13888889rem;
  }
  .main2 .main2-con .bottom .con .swiper-pagination .swiper-pagination-bullet {
    width: 0.13888889rem;
    height: 0.13888889rem;
    border: 0.02777778rem solid transparent;
  }
  .main2 .main2-con .bottom .con .swiper-pagination .swiper-pagination-bullet::before {
    width: 0.08333333rem;
    height: 0.08333333rem;
  }
  .main2.main2-2 {
    padding-bottom: 0.55555556rem;
  }
  .news2 .imgbox {
    width: 3.44444444rem;
    height: 2.84722222rem;
  }
  .news2 .text-box {
    width: calc(100% - 3.44444444rem);
    padding-right: 0.34722222rem;
  }
  .news2 .text-box h5 {
    font-size: 0.20833333rem;
    padding-bottom: 0.20833333rem;
  }
  .news2 .text-box h5::before {
    width: 0.41666667rem;
    height: 0.01388889rem;
  }
  .news2 .text-box .describe {
    font-size: 0.11111111rem;
    line-height: 0.20833333rem;
    max-height: 0.625rem;
    margin-top: 0.20833333rem;
  }
  .main3 {
    padding-bottom: 0.55555556rem;
  }
  .main3 .main3-con {
    box-shadow: 0 0 0.06944444rem rgba(0, 0, 0, 0.1);
    padding: 0.34722222rem;
  }
  .main3 .main3-con .but {
    width: 0.41666667rem;
    height: 0.45833333rem;
    margin-top: -0.22916667rem;
  }
  .main3 .main3-con .but::before {
    font-size: 0.13888889rem;
  }
  .main3 .main3-con .but.but-prev {
    left: -0.43055556rem;
  }
  .main3 .main3-con .but.but-next {
    right: -0.43055556rem;
  }
  .main4 .main4-con {
    margin: 0 -0.34722222rem;
  }
  .main4 .main4-con .list {
    padding: 0 0.34722222rem;
  }
  .main4 .main4-con .list .title {
    height: 0.34722222rem;
    padding: 0 0.15277778rem;
    margin-bottom: 0.13888889rem;
  }
  .main4 .main4-con .list .title h5 {
    font-size: 0.13888889rem;
    line-height: 0.34027778rem;
    padding: 0 0.04166667rem;
  }
  .main4 .main4-con .list .title h5::before {
    height: 0.02083333rem;
  }
  .main4 .main4-con .list .title a {
    width: 0.4375rem;
    line-height: 0.14583333rem;
    border-radius: 0.20833333rem;
  }
  .main4 .main4-con .list ul li a {
    padding: 0.06944444rem 0;
  }
  .main4 .main4-con .list ul li a .imgbox {
    width: 1.80555556rem;
    height: 1.11111111rem;
  }
  .main4 .main4-con .list ul li a .text-box {
    width: calc(100% - 1.80555556rem);
    padding-left: 0.26388889rem;
  }
  .main4 .main4-con .list ul li a .text-box h5 {
    font-size: 0.125rem;
  }
  .main4 .main4-con .list ul li a .text-box .describe {
    line-height: 0.16666667rem;
    max-height: 0.33333333rem;
    margin: 0.13888889rem 0;
  }
  .main4 .main4-con .list ul li p {
    font-size: 0.10416667rem;
    line-height: 0.24305556rem;
    padding-left: 0.11111111rem;
    padding-right: 0.625rem;
  }
  .main4 .main4-con .list ul li p::before {
    width: 0.02083333rem;
    height: 0.02083333rem;
  }
  .main4 .main4-con .list ul li p span {
    font-size: 0.09722222rem;
  }
  .news3 .imgbox {
    border: 0.06944444rem solid rgba(255, 255, 255, 0.5);
  }
  .news3 .imgbox .img {
    perspective: 6.94444444rem;
  }
  .news3 h5 {
    line-height: 0.41666667rem;
    font-size: 0.10416667rem;
  }
  .main5 {
    padding-bottom: 0.55555556rem;
    margin-top: 0.55555556rem;
  }
  .main5 .main5-con .but {
    width: 0.33333333rem;
    height: 0.33333333rem;
    margin-top: -0.16666667rem;
  }
  .main5 .main5-con .but.but-prev {
    left: -0.54166667rem;
  }
  .main5 .main5-con .but.but-next {
    right: -0.54166667rem;
  }
  .main5 .main5-con .but i {
    font-size: 0.13888889rem;
  }
  .main5 ul.more1 {
    margin-top: 0.41666667rem;
  }
  .main5 ul.more1 li a {
    background-image: url(../images/icon3_2.png);
  }
  .main6 {
    padding-bottom: 0.55555556rem;
  }
  .main6 .main6-con .imgbox {
    height: 2.91666667rem;
  }
  .main6 .main6-con .text-box {
    padding-left: 0.41666667rem;
  }
  .main6 .main6-con .text-box h5 {
    font-size: 0.20833333rem;
    padding-bottom: 0.20833333rem;
  }
  .main6 .main6-con .text-box h5::before {
    width: 0.41666667rem;
    height: 0.01388889rem;
  }
  .main6 .main6-con .text-box .describe {
    font-size: 0.11111111rem;
    line-height: 0.20833333rem;
    max-height: 1.04166667rem;
    margin-top: 0.20833333rem;
  }
  footer .footer-top {
    padding: 0.13888889rem 0;
  }
  footer .footer-top ul li {
    margin: 0 0.09027778rem;
  }
  footer .footer-middle {
    padding: 0.41666667rem 0;
  }
  footer .footer-middle .left {
    width: 2.56944444rem;
  }
  footer .footer-middle .left h5 {
    font-size: 0.16666667rem;
    margin-bottom: 0.20833333rem;
  }
  footer .footer-middle .left ul li {
    font-size: 0.10416667rem;
    line-height: 0.20833333rem;
    margin-bottom: 0.03472222rem;
  }
  footer .footer-middle .middle {
    width: calc(100% - 4.16666667rem);
    padding-top: 0.41666667rem;
  }
  footer .footer-middle .middle ul li {
    margin: 0 0.06944444rem;
  }
  footer .footer-middle .middle ul li .img {
    width: 1.14583333rem;
    height: 1.14583333rem;
    padding: 0.06944444rem;
    box-shadow: 0 0 0.06944444rem rgba(0, 0, 0, 0.1);
  }
  footer .footer-middle .middle ul li p {
    font-size: 0.10416667rem;
    margin-top: 0.10416667rem;
  }
  footer .footer-middle .right {
    width: 1.59722222rem;
  }
  footer .footer-middle .right h5 {
    font-size: 0.16666667rem;
    margin-bottom: 0.20833333rem;
  }
  footer .footer-middle .right ul li {
    margin-bottom: 0.03472222rem;
  }
  footer .footer-middle .right ul li a {
    font-size: 0.10416667rem;
    line-height: 0.20833333rem;
  }
  footer .footer-bottom {
    padding: 0.27777778rem 0;
  }
  footer .footer-bottom .con a {
    margin-left: 0.13888889rem;
  }
  footer .footer-bottom .con a img {
    margin-right: 0.03472222rem;
  }
  .main16 {
    height: 0.65277778rem;
  }
  .main16 img {
    width: 0.98611111rem;
  }
  .main16 p {
    font-size: 0.13888889rem;
  }
  .main21 {
    height: 4.65277778rem;
  }
  .main21 .main21-con .con-box .left .title {
    font-size: 0.41666667rem;
  }
  .main21 .main21-con .con-box .left .title span {
    font-size: 0.16666667rem;
    margin-left: 0.10416667rem;
  }
  .main21 .main21-con .con-box .left .con-1 {
    margin: 0.13888889rem 0 0.17361111rem;
  }
  .main21 .main21-con .con-box .left .con-1 ul {
    padding: 0.10416667rem 0;
  }
  .main21 .main21-con .con-box .left .con-1 ul li {
    border-right: 0.02083333rem solid #ffffff;
  }
  .main21 .main21-con .con-box .left .con-1 ul li a {
    padding: 0 0.125rem;
    font-size: 0.18055556rem;
  }
  .main21 .main21-con .con-box .left .con-2 dl dt {
    font-size: 0.125rem;
    margin-bottom: 0.06944444rem;
  }
  .main21 .main21-con .con-box .left .con-2 dl dd a {
    font-size: 0.11111111rem;
    line-height: 0.20833333rem;
  }
  .main21 .main21-con .con-box .left .con-3 {
    margin-top: 0.27777778rem;
  }
  .main21 .main21-con .con-box .left .con-3 a {
    width: 1.77083333rem;
    line-height: 0.38888889rem;
    border: 0.01388889rem solid #ffffff;
    border-radius: 0.03472222rem;
    font-size: 0.16666667rem;
    padding-left: 0.40277778rem;
    margin-right: 0.20833333rem;
  }
  .main21 .main21-con .con-box .left .con-3 a.download {
    background: url(../images/icon18_1.png) no-repeat right 0.38194444rem center / 0.17361111rem auto;
  }
  .main21 .main21-con .con-box .left .con-3 a.help {
    background: url(../images/icon19_1.png) no-repeat right 0.38194444rem center / 0.18055556rem auto;
  }
  .main21 .main21-con .con-box .left .con-3 a:hover.download {
    background-image: url(../images/icon18_2.png);
  }
  .main21 .main21-con .con-box .left .con-3 a:hover.help {
    background-image: url(../images/icon19_2.png);
  }
  .main21 .main21-con .con-box .right img {
    width: 4.71527778rem;
  }
}
@media (max-width: 1366px) {
  .main26 .gd {
    padding: 0 60px;
  }
  .main26 .gd .but.but-prev {
    left: 0;
  }
  .main26 .gd .but.but-next {
    right: 0;
  }
}
@media (max-width: 1230px) {
  body {
    font-size: 0.11382114rem;
  }
  .nav2 {
    margin-bottom: 0.40650407rem;
  }
  .nav2 .con {
    height: 0.56910569rem;
  }
  .nav2 .con .title {
    font-size: 0.19512195rem;
    line-height: 0.56910569rem;
  }
  .nav2 .con .title::before {
    border-right: 0.08130081rem solid #f8f8f8;
    right: -0.6504065rem;
  }
  .nav2 .con p {
    padding-left: 0.24390244rem;
  }
  .nav3 .title {
    line-height: 0.69105691rem;
    font-size: 0.24390244rem;
    border-bottom: 0.04878049rem solid #680c10;
  }
  .nav3 ul {
    padding-bottom: 0.48780488rem;
  }
  .nav3 ul li {
    height: 0.56910569rem;
  }
  .nav3 ul li a {
    width: 0.97560976rem;
    line-height: 0.29268293rem;
    font-size: 0.1300813rem;
    border-radius: 0.32520325rem;
  }
  .nav3 .shopping {
    line-height: 0.44715447rem;
    font-size: 0.14634146rem;
    margin-top: 0.24390244rem;
  }
  .nav3 .shopping .img {
    top: -0.03252033rem;
    margin: 0 0.19512195rem;
  }
  .nav3.nav3-2 ul li a {
    line-height: 0.56910569rem;
    padding: 0 0.16260163rem 0 0.32520325rem;
  }
  .nav3.nav3-2 ul li dl {
    padding: 0.16260163rem 0;
  }
  .nav3.nav3-2 ul li dl dd a {
    line-height: 0.32520325rem;
    font-size: 0.11382114rem;
    padding-right: 0.48780488rem;
  }
  .nav3.nav3-2 ul li dl dd a::before {
    background: url(../images/icon17.png) no-repeat right 0.26829268rem center / 0.16260163rem auto;
  }
  .news4 {
    margin-bottom: 0.40650407rem;
  }
  .news4 ul li a {
    padding: 0.24390244rem;
  }
  .news4 ul li a .imgbox {
    width: 2.19512195rem;
    height: 1.67479675rem;
  }
  .news4 ul li a .text-box {
    width: calc(100% - 2.19512195rem);
    padding-left: 0.32520325rem;
  }
  .news4 ul li a .text-box h5 {
    font-size: 0.14634146rem;
  }
  .news4 ul li a .text-box p {
    margin-top: 0.04065041rem;
  }
  .news4 ul li a .text-box .describe {
    line-height: 0.19512195rem;
    max-height: 0.3902439rem;
    margin: 0.16260163rem 0;
  }
  .news4 ul li a .text-box b {
    width: 0.60162602rem;
    line-height: 0.19512195rem;
    border-radius: 0.24390244rem;
    font-size: 0.10569106rem;
  }
  .news4 ul li .list {
    font-size: 0.1300813rem;
    padding: 0 0.97560976rem 0 0.32520325rem;
    line-height: 0.40650407rem;
  }
  .news4 ul li .list::before {
    width: 0.06504065rem;
    height: 0.06504065rem;
    left: 0.14634146rem;
  }
  .news4 ul li .list span {
    right: 0.14634146rem;
  }
  .main7 {
    padding-bottom: 0.81300813rem;
  }
  .main7 .main7-left {
    width: 2.23577236rem;
  }
  .main7 .main7-right {
    width: calc(100% - 2.23577236rem);
    padding-left: 0.24390244rem;
  }
  .page_div button {
    min-width: 0.40650407rem;
    height: 0.24390244rem;
    font-size: 0.10569106rem;
  }
  .page_div #firstPage,
  .page_div #lastPage,
  .page_div #nextPage,
  .page_div #prePage {
    width: 0.40650407rem;
  }
  .page_div #nextPage,
  .page_div #lastPage {
    margin-left: 0.08130081rem;
  }
  .page_div #firstPage,
  .page_div #prePage {
    margin-right: 0.08130081rem;
  }
  .page_div #nextPage,
  .page_div #prePage {
    width: 0.56910569rem;
  }
  .page_div .totalNum,
  .page_div .totalList {
    line-height: 0.24390244rem;
    margin-right: 0.08130081rem;
  }
  .page_div .totalPages {
    margin: 0 0.08130081rem;
  }
  .page_div .totalPages span {
    margin: 0 0.04065041rem;
  }
  .page_div .totalSize span {
    margin: 0 0.04065041rem;
  }
  .page_div input {
    width: 0.40650407rem;
    height: 0.24390244rem;
    margin: 0 0.04065041rem;
  }
  .page_div .skip {
    width: 0.39837398rem;
    height: 0.24390244rem;
    line-height: 0.22764228rem;
  }
  .main8 {
    padding-bottom: 0.81300813rem;
  }
  .main8 .main8-left {
    width: calc(100% - 2.31707317rem);
    padding-right: 0.24390244rem;
  }
  .main8 .main8-right {
    width: 2.31707317rem;
  }
  .main9 .title {
    padding: 0.24390244rem 0.32520325rem;
    font-size: 0.24390244rem;
    border-bottom: 0.03252033rem solid #e6e6e6;
  }
  .main9 .time {
    padding: 0 0.32520325rem;
    height: 0.40650407rem;
  }
  .main9 .con {
    padding: 0.32520325rem;
  }
  .main9 .con img {
    margin: 0.16260163rem auto;
  }
  .main10 .title h5 {
    line-height: 0.48780488rem;
    font-size: 0.19512195rem;
    padding: 0 0.08130081rem;
  }
  .main10 .title h5::before {
    height: 0.02439024rem;
  }
  .main10 ul li a {
    padding: 0.16260163rem 0;
  }
  .main10 ul li a h5 {
    font-size: 0.11382114rem;
    line-height: 0.19512195rem;
    max-height: 0.3902439rem;
  }
  .main10 ul li a p {
    margin-top: 0.06504065rem;
  }
  .main11 {
    margin-bottom: 0.24390244rem;
  }
  .main11 ul {
    margin: 0 -0.08130081rem;
  }
  .main11 ul li {
    padding: 0 0.08130081rem;
    margin-bottom: 0.16260163rem;
  }
  .news5 .top {
    padding: 0.07317073rem;
  }
  .news5 .middle {
    height: 0.77235772rem;
    padding: 0 0.20325203rem;
  }
  .news5 .middle .text {
    font-size: 0.1300813rem;
    line-height: 0.24390244rem;
    max-height: 0.48780488rem;
  }
  .news5 .bottom {
    padding: 0 0.07317073rem 0.07317073rem;
  }
  .news5 .bottom .price {
    padding: 0.16260163rem 0.1300813rem;
    line-height: 0.16260163rem;
  }
  .news5 .bottom .price .current b {
    font-size: 0.19512195rem;
    line-height: 0.16260163rem;
  }
  .news5 .bottom .but-box a {
    line-height: 0.36585366rem;
    font-size: 0.1300813rem;
  }
  .main12 .imgbox {
    width: 2.84552846rem;
    height: 3.53658537rem;
  }
  .main12 .right {
    width: calc(100% - 2.84552846rem);
    padding-left: 0.40650407rem;
  }
  .main12 .right .title {
    font-size: 0.19512195rem;
    padding-bottom: 0.16260163rem;
  }
  .main12 .right .describe {
    padding: 0.16260163rem 0;
  }
  .main12 .right .describe .text {
    line-height: 0.24390244rem;
    max-height: 0.73170732rem;
  }
  .main12 .right .price {
    font-size: 0.1300813rem;
    line-height: 0.24390244rem;
    margin: 0.16260163rem 0;
  }
  .main12 .right .price span.original {
    margin: 0 0.16260163rem;
  }
  .main12 .right .price span.current b {
    font-size: 0.24390244rem;
  }
  .main12 .right .store dl dt {
    font-size: 0.1300813rem;
  }
  .main12 .right .store dl dd a {
    width: 0.69918699rem;
    line-height: 0.27642276rem;
    border-radius: 0.04065041rem;
    margin-right: 0.08130081rem;
    padding-left: 0.06504065rem;
    font-size: 0.1300813rem;
  }
  .main12 .right .store dl dd a.tb {
    background: url(../images/icon10.png) no-repeat right 0.06504065rem center / auto 0.22764228rem;
  }
  .main12 .right .store dl dd a.jd {
    background: url(../images/icon11.png) no-repeat right 0.06504065rem center / auto 0.22764228rem;
  }
  .main12 .right .but-box {
    margin-top: 0.36585366rem;
  }
  .main12 .right .but-box a {
    line-height: 0.44715447rem;
    font-size: 0.14634146rem;
  }
  .main13 {
    margin-top: 0.24390244rem;
  }
  .main13 .title {
    padding: 0 0.24390244rem;
  }
  .main13 .title h5 {
    font-size: 0.14634146rem;
    line-height: 0.56097561rem;
    padding: 0 0.16260163rem;
  }
  .main13 .title h5::before {
    height: 0.02439024rem;
  }
  .main13 .con {
    padding: 0.24390244rem;
    font-size: 0.1300813rem;
  }
  .main13 .con img {
    margin: 0.08130081rem auto;
  }
  .nav4 {
    margin-bottom: 0.48780488rem;
  }
  .nav4 ul li {
    line-height: 0.48780488rem;
    font-size: 0.1300813rem;
  }
  .nav4 ul li .img {
    height: 0.19512195rem;
    margin-right: 0.12195122rem;
  }
  .main14 {
    padding-bottom: 0.32520325rem;
  }
  .main14 .list {
    margin-bottom: 0.32520325rem;
  }
  .main14 .list.list-1 .sign {
    width: 0.71544715rem;
    height: 0.71544715rem;
    font-size: 0.1300813rem;
    top: 0.16260163rem;
    left: 0.16260163rem;
  }
  .main14 .list.list-1 .list-left {
    padding: 0.48780488rem 0.32520325rem;
  }
  .main14 .list.list-1 .list-left .imgbox {
    height: 4.30894309rem;
  }
  .main14 .list.list-1 .list-left a {
    width: 1.8699187rem;
    line-height: 0.3902439rem;
    font-size: 0.16260163rem;
    margin: 0.12195122rem auto 0;
  }
  .main14 .list.list-1 .list-right {
    padding: 0.48780488rem 0.48780488rem 0.32520325rem 0;
  }
  .main14 .list.list-1 .list-right .title {
    padding-bottom: 0.24390244rem;
  }
  .main14 .list.list-1 .list-right .title h5 {
    font-size: 0.29268293rem;
  }
  .main14 .list.list-1 .list-right .title h5 span {
    font-size: 0.24390244rem;
    margin-left: 0.08130081rem;
    padding: 0.01626016rem 0.08130081rem;
  }
  .main14 .list.list-1 .list-right .title p {
    font-size: 0.16260163rem;
    margin-top: 0.08130081rem;
  }
  .main14 .list.list-1 .list-right .text-box {
    padding: 0.28455285rem 0;
  }
  .main14 .list.list-1 .list-right .text-box .text {
    font-size: 0.1300813rem;
    line-height: 0.24390244rem;
    max-height: 0.97560976rem;
  }
  .main14 .list.list-1 .list-right .price {
    padding: 0.24390244rem 0;
  }
  .main14 .list.list-1 .list-right .price p {
    font-size: 0.14634146rem;
  }
  .main14 .list.list-1 .list-right .price p b {
    font-size: 0.29268293rem;
    margin-right: 0.04065041rem;
    top: 0.01626016rem;
  }
  .main14 .list.list-1 .list-right .more {
    margin-top: 0.32520325rem;
  }
  .main14 .list.list-1 .list-right .more ul {
    margin: 0 -0.12195122rem;
  }
  .main14 .list.list-1 .list-right .more ul li {
    padding: 0 0.12195122rem;
    margin-bottom: 0.16260163rem;
  }
  .main14 .list.list-1 .list-right .more ul li a {
    line-height: 0.47154472rem;
    font-size: 0.14634146rem;
    border-radius: 0.04065041rem;
  }
  .main14 .list.list-1 .list-right .more ul li a b {
    padding: 0 0.08130081rem;
    line-height: 0.16260163rem;
    font-size: 0.11382114rem;
    border-bottom-left-radius: 0.02439024rem;
  }
  .main14 .list.list-2 .sign {
    left: auto;
    right: 0.16260163rem;
  }
  .main14 .list.list-2 .list-right {
    padding: 0.48780488rem 0 0.32520325rem 0.48780488rem;
  }
  .main14 .list.list-2 .purchase {
    height: 0.81300813rem;
    padding: 0 0.81300813rem;
  }
  .main14 .list.list-2 .purchase .left b {
    font-size: 0.24390244rem;
  }
  .main14 .list.list-2 .purchase .left p {
    font-size: 0.16260163rem;
  }
  .main14 .list.list-2 .purchase a {
    width: 3.04878049rem;
    line-height: 0.47154472rem;
    border-radius: 0.04065041rem;
    font-size: 0.14634146rem;
  }
  .main14 .list.list-3 .title {
    font-size: 0.29268293rem;
    padding: 0.24390244rem 0;
  }
  .main14 .list.list-3 table tr th {
    font-size: 0.16260163rem;
    height: 0.48780488rem;
  }
  .main14 .list.list-3 table tr th:first-child {
    padding-left: 0.28455285rem;
  }
  .main14 .list.list-3 table tr td {
    height: 0.40650407rem;
  }
  .main14 .list.list-3 table tr td:first-child {
    padding-left: 0.28455285rem;
    font-size: 0.1300813rem;
  }
  .main14 .list.list-3 table tr td i {
    font-size: 0.20325203rem;
  }
  .main14 .list.list-3 table tr td a {
    width: 0.91056911rem;
    line-height: 0.2601626rem;
    border-radius: 0.04065041rem;
    padding-left: 0.13821138rem;
  }
  .main14 .list.list-3 table tr td a::before {
    border-top: 0.04878049rem solid transparent;
    border-bottom: 0.04878049rem solid transparent;
    border-left: 0.08943089rem solid #ffffff;
    right: 0.12195122rem;
  }
  .main14 .list.list-4 a {
    padding: 0.21138211rem 0;
  }
  .main14 .list.list-4 a h5 {
    font-size: 0.19512195rem;
  }
  .main14 .list.list-4 a h5::before,
  .main14 .list.list-4 a h5::after {
    content: "";
    width: 2.82113821rem;
    margin-right: 0.16260163rem;
  }
  .main14 .list.list-4 a h5::after {
    margin: 0 0 0 0.16260163rem;
  }
  .main15 {
    box-shadow: 0 0 0.16260163rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.6504065rem;
  }
  .main15 .nav ul li {
    line-height: 1.12195122rem;
    font-size: 0.19512195rem;
  }
  .main15 .nav ul li b {
    width: 0.3902439rem;
    height: 0.3902439rem;
    line-height: 0.3902439rem;
    font-size: 0.24390244rem;
    border-radius: 0.12195122rem;
    box-shadow: 0.03252033rem 0.03252033rem 0 rgba(230, 230, 230, 0.3);
    margin-right: 0.20325203rem;
  }
  .main15 .nav ul li.active b {
    box-shadow: 0.03252033rem 0.03252033rem 0 rgba(255, 255, 255, 0.3);
  }
  .main15 .main15-con {
    padding: 0.32520325rem 0.81300813rem;
  }
  .main15 .main15-con .list.list-1 {
    font-size: 0.19512195rem;
    padding-bottom: 0.12195122rem;
  }
  .main15 .main15-con .list.list-2 {
    padding: 0.16260163rem 0.24390244rem;
  }
  .main15 .main15-con .list.list-2 ul li {
    font-size: 0.1300813rem;
  }
  .main15 .main15-con .list.list-2 ul li:nth-child(1),
  .main15 .main15-con .list.list-2 ul li:nth-child(3) {
    width: calc((100% - 290px)/2);
  }
  .main15 .main15-con .list.list-2 ul li:nth-child(2) {
    width: 290px;
  }
  .main15 .main15-con .list.list-3 {
    padding: 0.16260163rem 0.24390244rem;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(1) {
    width: calc((100% - 290px)/2);
    font-size: 0.1300813rem;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) {
    width: 290px;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) .con {
    width: 1.33333333rem;
    height: 0.27642276rem;
    box-shadow: inset 0 0.01626016rem 0.08130081rem rgba(0, 0, 0, 0.1);
    padding: 0 0.12195122rem;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) .con i {
    font-size: 0.09756098rem;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) .con dl {
    margin-top: 0.08130081rem;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) .con dl dd {
    line-height: 0.28455285rem;
    padding-left: 0.12195122rem;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(3) {
    width: calc((100% - 290px)/2);
    font-size: 0.1300813rem;
  }
  .main15 .main15-con .list.list-4 {
    padding: 0.16260163rem 0.24390244rem 0.48780488rem;
  }
  .main15 .main15-con .list.list-4 ul li:nth-child(2) {
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-4 ul li:nth-child(2) span b {
    font-size: 0.24390244rem;
    margin-right: 0.04065041rem;
  }
  .main15 .main15-con .list.list-5 {
    padding-top: 0.24390244rem;
  }
  .main15 .main15-con .list.list-5 ul li:nth-child(1) {
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-5 ul li:nth-child(1) .but i {
    width: 0.17886179rem;
    height: 0.17886179rem;
    margin-right: 0.08130081rem;
  }
  .main15 .main15-con .list.list-5 ul li:nth-child(1) .but i.active::before {
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-5 ul li:nth-child(2) a {
    width: 1.17886179rem;
    line-height: 0.47154472rem;
    border-radius: 0.04065041rem;
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-6 .title {
    font-size: 0.19512195rem;
    padding-bottom: 0.12195122rem;
  }
  .main15 .main15-con .list.list-6 ul {
    padding: 0.08130081rem 0.16260163rem;
  }
  .main15 .main15-con .list.list-6 ul li {
    width: 1.68292683rem;
    line-height: 0.56910569rem;
    border-radius: 0.08130081rem;
    font-size: 0.14634146rem;
    padding-left: 0.56910569rem;
    margin-right: 0.24390244rem;
  }
  .main15 .main15-con .list.list-6 ul li.zfb {
    background: url(../images/icon15.png) no-repeat 0.12195122rem center / auto 0.3495935rem;
  }
  .main15 .main15-con .list.list-6 ul li.wx {
    background: url(../images/icon16.png) no-repeat 0.12195122rem center / auto 0.3495935rem;
  }
  .main15 .main15-con .list.list-6 ul li.active {
    background-color: #f2f2f2;
  }
  .main15 .main15-con .list.list-7 {
    padding-top: 0.24390244rem;
  }
  .main15 .main15-con .list.list-7 ul li:nth-child(2) a {
    width: 1.17886179rem;
    line-height: 0.47154472rem;
    border-radius: 0.04065041rem;
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-8 {
    padding-bottom: 0.24390244rem;
  }
  .main15 .main15-con .list.list-8 ul li:nth-child(2) b {
    font-size: 0.20325203rem;
  }
  .main15 .main15-con .list.list-9 .title {
    margin: 0.16260163rem 0 0.48780488rem;
  }
  .main15 .main15-con .list.list-9 .title h5 {
    font-size: 0.19512195rem;
  }
  .main15 .main15-con .list.list-9 .title p {
    margin-left: 0.04065041rem;
  }
  .main15 .main15-con .list.list-9 .title p b {
    margin: 0 0.04065041rem;
  }
  .main15 .main15-con .list.list-9 ul li {
    margin: 0 0.20325203rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) {
    padding-top: 0.14634146rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .img {
    width: 2.43902439rem;
    height: 2.43902439rem;
    padding: 0.16260163rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box {
    margin-top: 0.16260163rem;
    width: 2.43902439rem;
    height: 0.48780488rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon {
    width: 0.35772358rem;
    height: 0.35772358rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon::before {
    width: 0.21138211rem;
    height: 0.21138211rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b .yuan {
    width: 0.09756098rem;
    height: 0.09756098rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b::before,
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b::after {
    width: 0.27642276rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon i {
    width: 0.11382114rem;
    height: 0.11382114rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) p {
    margin-left: 0.24390244rem;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(2) img {
    width: 2.67479675rem;
  }
  .main15 .main15-con .list.list-10 {
    padding-top: 0.32520325rem;
  }
  .main15 .main15-con .list.list-11 {
    min-height: 2.27642276rem;
  }
  .main15 .main15-con .list.list-11 .title {
    font-size: 0.19512195rem;
    margin-bottom: 0.20325203rem;
  }
  .main15 .main15-con .list.list-11 table tr th {
    font-size: 0.1300813rem;
    padding-bottom: 0.24390244rem;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(1) {
    width: 0.56910569rem;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(1) .check_all::before {
    width: 0.17886179rem;
    height: 0.17886179rem;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(1) .check_all.active::before {
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(2) {
    padding-left: 0.16260163rem;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(3) {
    width: 1.13821138rem;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(4) {
    width: 1.13821138rem;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(5) {
    width: 1.13821138rem;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(6) {
    width: 0.6504065rem;
  }
  .main15 .main15-con .list.list-11 table tr td {
    height: 0.32520325rem;
    padding-bottom: 0.24390244rem;
  }
  .main15 .main15-con .list.list-11 table tr td.fx i {
    width: 0.17886179rem;
    height: 0.17886179rem;
  }
  .main15 .main15-con .list.list-11 table tr td.fx i.active::before {
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-11 table tr td.commodity {
    padding-left: 0.16260163rem;
  }
  .main15 .main15-con .list.list-11 table tr td.price {
    font-size: 0.1300813rem;
  }
  .main15 .main15-con .list.list-11 table tr td.count button {
    width: 0.24390244rem;
    height: 0.27642276rem;
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-11 table tr td.count input {
    width: 0.35772358rem;
    height: 0.27642276rem;
    font-size: 0.1300813rem;
  }
  .main15 .main15-con .list.list-11 table tr td.money {
    font-size: 0.1300813rem;
  }
  .main15 .main15-con .list.list-11 table tr td.a_delete a {
    font-size: 0.1300813rem;
  }
  .main15 .main15-con .list.list-11 table tr td.a_delete a i {
    font-size: 0.1300813rem;
    margin-right: 0.06504065rem;
    top: 0.01626016rem;
  }
  .main15 .main15-con .list.list-11 .empty {
    font-size: 0.24390244rem;
    bottom: 0.40650407rem;
  }
  .main15 .main15-con .list.list-12 {
    margin-top: 0.24390244rem;
  }
  .main15 .main15-con .list.list-12 p {
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-12 p span.quantity {
    margin: 0 0.04065041rem;
  }
  .main15 .main15-con .list.list-12 p span.total {
    font-size: 0.19512195rem;
  }
  .main15 .main15-con .list.list-12 a {
    width: 1.13821138rem;
    line-height: 0.47154472rem;
    font-size: 0.14634146rem;
    margin-left: 0.16260163rem;
  }
  .main15 .main15-con .list.list-13 {
    padding-bottom: 0.32520325rem;
  }
  .main15 .main15-con .list.list-13 .title-1 {
    font-size: 0.19512195rem;
    margin-bottom: 0.24390244rem;
  }
  .main15 .main15-con .list.list-13 .title-2 {
    margin-bottom: 0.16260163rem;
  }
  .main15 .main15-con .list.list-13 .title-2 p {
    font-size: 0.1300813rem;
  }
  .main15 .main15-con .list.list-13 .dl-box dl {
    margin-top: 0.12195122rem;
  }
  .main15 .main15-con .list.list-13 .dl-box dl dt {
    width: 1.17073171rem;
    line-height: 0.27642276rem;
  }
  .main15 .main15-con .list.list-13 .dl-box dl dt::before {
    background: url(../images/gou.png) no-repeat right bottom / 0.07317073rem auto;
  }
  .main15 .main15-con .list.list-13 .dl-box dl dt::after {
    border-left: 0.11382114rem solid transparent;
    border-bottom: 0.09756098rem solid #d01820;
  }
  .main15 .main15-con .list.list-13 .dl-box dl dd {
    width: calc(100% - 1.38211382rem);
  }
  .main15 .main15-con .list.list-13 .dl-box dl dd .address {
    margin: 0 0.12195122rem;
  }
  .main15 .main15-con .list.list-14 {
    padding: 0.24390244rem 0;
  }
  .main15 .main15-con .list.list-14 .title-1 {
    margin-bottom: 0.16260163rem;
  }
  .main15 .main15-con .list.list-14 .title-1 p {
    font-size: 0.1300813rem;
  }
  .main15 .main15-con .list.list-15 {
    padding: 0.32520325rem 0;
  }
  .main15 .main15-con .list.list-15 .title {
    font-size: 0.1300813rem;
    margin-bottom: 0.16260163rem;
  }
  .main15 .main15-con .list.list-15 ul {
    display: flex;
  }
  .main15 .main15-con .list.list-15 ul li {
    width: 1.04878049rem;
    line-height: 0.2601626rem;
    margin-right: 0.08130081rem;
  }
  .main15 .main15-con .list.list-15 ul li::before {
    background: url(../images/gou.png) no-repeat right bottom / 0.07317073rem auto;
  }
  .main15 .main15-con .list.list-15 ul li::after {
    border-left: 0.11382114rem solid transparent;
    border-bottom: 0.09756098rem solid #d01820;
  }
  .main15 .main15-con .list.list-16 .price {
    padding: 0.24390244rem 0.16260163rem;
  }
  .main15 .main15-con .list.list-16 .price .freight {
    margin-top: 0.16260163rem;
  }
  .main15 .main15-con .list.list-16 .payment {
    padding: 0.16260163rem;
  }
  .main15 .main15-con .list.list-16 .payment .total {
    font-size: 0.14634146rem;
  }
  .main15 .main15-con .list.list-16 .payment .total span {
    font-size: 0.19512195rem;
  }
  .main15 .main15-con .list.list-16 .payment .mailing {
    margin-top: 0.12195122rem;
  }
  .main15 .main15-con .list.list-16 .payment .mailing .address {
    margin-right: 0.08130081rem;
  }
  .main15 .main15-con .list.list-16 .payment .mailing .phone {
    margin-left: 0.08130081rem;
  }
  .news6 .imgbox {
    width: 1.10569106rem;
    height: 1.10569106rem;
  }
  .news6 .text-box {
    width: calc(100% - 1.10569106rem);
    padding-left: 0.24390244rem;
  }
  .news6 .text-box .text {
    font-size: 0.1300813rem;
    line-height: 0.19512195rem;
    max-height: 0.97560976rem;
  }
  .news7 {
    padding: 0.16260163rem;
    margin-bottom: 0.16260163rem;
  }
  .news7 .imgbox {
    width: 1.10569106rem;
    height: 1.10569106rem;
  }
  .news7 .text-box {
    width: 2.35772358rem;
    padding-left: 0.24390244rem;
  }
  .news7 .text-box h5 {
    font-size: 0.1300813rem;
    line-height: 0.19512195rem;
    max-height: 0.3902439rem;
  }
  .news7 .text-box .price {
    font-size: 0.1300813rem;
    margin: 0.14634146rem 0 0.16260163rem;
  }
  .news7 .text-box .price span {
    margin-left: 0.32520325rem;
  }
  .warning_popup {
    width: 2.43902439rem;
    height: 1.2195122rem;
    font-size: 0.14634146rem;
    border-radius: 0.08130081rem;
  }
  .warning_popup_2 {
    width: 2.43902439rem;
  }
  .warning_popup_2 h5 {
    line-height: 0.32520325rem;
    font-size: 0.1300813rem;
    padding: 0 0.08130081rem;
  }
  .warning_popup_2 p {
    padding: 0.24390244rem 0.08130081rem;
    font-size: 0.1300813rem;
    line-height: 0.24390244rem;
  }
  .warning_popup_2 ul {
    margin-bottom: 0.16260163rem;
  }
  .warning_popup_2 ul li {
    width: 0.81300813rem;
    line-height: 0.28455285rem;
    font-size: 0.1300813rem;
    margin: 0 0.08130081rem;
  }
  .main17 {
    height: 0.97560976rem;
    padding: 0 0.48780488rem;
    margin-top: -0.48780488rem;
  }
  .main17 .left {
    font-size: 0.24390244rem;
  }
  .main17 .left b {
    font-size: 0.52845528rem;
    text-shadow: 0.01626016rem 0.01626016rem 0.04065041rem rgba(0, 0, 0, 0.4);
    margin: 0 0.04065041rem;
    top: 0.06504065rem;
  }
  .main17 .left span {
    font-size: 0.16260163rem;
  }
  .main17 .right a {
    width: 1.50406504rem;
    line-height: 0.47154472rem;
    border-radius: 0.04065041rem;
    font-size: 0.16260163rem;
    box-shadow: 0.02439024rem 0.02439024rem 0.04065041rem rgba(0, 0, 0, 0.4);
    margin-left: 0.16260163rem;
  }
  .main18-box {
    margin-top: -0.48780488rem;
  }
  .main18-box .main18 {
    padding: 0.81300813rem 0;
  }
  .main18-box .main18 .main18-con .title {
    margin-bottom: 0.48780488rem;
  }
  .main18-box .main18 .main18-con .title h5 {
    padding: 0.1300813rem 0.81300813rem;
  }
  .main18-box .main18 .main18-con .title h5 span {
    font-size: 0.34146341rem;
  }
  .main18-box .main18 .main18-con .title p {
    font-size: 0.19512195rem;
    margin-top: 0.16260163rem;
  }
  .main18-box .main18 .main18-con .title p span::before,
  .main18-box .main18 .main18-con .title p span::after {
    width: 1.54471545rem;
    height: 0.01626016rem;
    margin: -0.00813008rem 0.06504065rem 0 0;
  }
  .main18-box .main18 .main18-con .title p span::after {
    margin: -0.00813008rem 0 0 0.06504065rem;
  }
  .main18-box .main18 .main18-con .con .bt h5 {
    font-size: 0.19512195rem;
    padding: 0.16260163rem 0.24390244rem 0.08130081rem;
    border-top-left-radius: 0.12195122rem;
    border-top-right-radius: 0.12195122rem;
  }
  .main18-box .main18 .main18-con .con .imgbox-padding {
    padding: 0 0.71544715rem;
  }
  .main18-box .main18 .main18-con .con .imgbox-padding .imgbox {
    border-radius: 0.16260163rem;
    padding: 0.08130081rem;
  }
  .main18-box .main18 .main18-con .con .imgbox-padding .imgbox .img {
    border-radius: 0.08130081rem;
  }
  .main18-box .main18.main18-1 {
    padding-top: 1.30081301rem;
  }
  .main18-box .main18.main18-3 .main18-con .con .nav {
    margin-bottom: 0.32520325rem;
  }
  .main18-box .main18.main18-3 .main18-con .con .nav ul {
    border-top-left-radius: 0.08130081rem;
    border-top-right-radius: 0.08130081rem;
  }
  .main18-box .main18.main18-3 .main18-con .con .nav ul li {
    line-height: 0.48780488rem;
    font-size: 0.19512195rem;
  }
  .main18-box .main18.main18-3 .main18-con .con .imgbox-padding .imgbox .bottom {
    padding: 0.16260163rem 0;
    font-size: 0.19512195rem;
  }
  .main19 .title {
    padding: 0.16260163rem;
    font-size: 0.19512195rem;
  }
  .main19 .title::before {
    width: 2.03252033rem;
  }
  .main19 .con {
    padding: 0.24390244rem;
    font-size: 0.1300813rem;
  }
  .main20 .list {
    margin-bottom: 0.16260163rem;
  }
  .main20 .list .title {
    font-size: 0.24390244rem;
    padding: 0.24390244rem;
  }
  .main20 .list .con {
    padding: 0.24390244rem;
    font-size: 0.1300813rem;
  }
  .main20 .list.list-3 .con {
    padding-bottom: 0.08130081rem;
  }
  .main20 .list.list-3 .con ul {
    margin: 0 -0.08130081rem;
  }
  .main20 .list.list-3 .con ul li {
    padding: 0 0.08130081rem;
    margin-bottom: 0.16260163rem;
  }
  .main20 .list.list-4 .con #map {
    height: 3.57723577rem;
    margin-top: 0.16260163rem;
  }
  .main20 .list.list-6 .con form input,
  .main20 .list.list-6 .con form textarea {
    height: 0.40650407rem;
    font-size: 0.11382114rem;
    margin-bottom: 0.16260163rem;
    padding: 0 0.16260163rem;
  }
  .main20 .list.list-6 .con form textarea {
    padding: 0.16260163rem;
    height: 1.43089431rem;
  }
  .main20 .list.list-6 .con form button {
    height: 0.40650407rem;
    font-size: 0.14634146rem;
  }
  .main22 {
    margin-top: 0.6504065rem;
  }
  .main22 ul {
    box-shadow: 0 0 0.08130081rem rgba(0, 0, 0, 0.1);
  }
  .main22 ul li {
    height: 2.17886179rem;
  }
  .main22 ul li .img {
    height: 0.5203252rem;
  }
  .main22 ul li h5 {
    font-size: 0.16260163rem;
    margin: 0.24390244rem 0 0.12195122rem;
  }
  .title2 {
    margin: 0.6504065rem 0 0.48780488rem;
  }
  .title2 h5 {
    font-size: 0.3902439rem;
  }
  .title2 .text1 {
    margin: 0.14634146rem 0;
  }
  .title2 .text1 p {
    padding: 0.04065041rem 0.12195122rem;
    font-size: 0.2601626rem;
  }
  .title2 .text1 p::before,
  .title2 .text1 p::after {
    width: 1.8699187rem;
  }
  .title2 .text2 {
    font-size: 0.16260163rem;
  }
  .main23 {
    padding: 1.05691057rem 0 0.6504065rem;
    margin-top: -1.05691057rem;
  }
  .main24 {
    padding-bottom: 0.6504065rem;
  }
  .main24 .swiper {
    padding: 0.56910569rem 0;
  }
  .main24 .swiper .swiper-slide {
    border-radius: 0.08130081rem;
  }
  .main24 .swiper .swiper-slide .img {
    height: 2.11382114rem;
  }
  .main24 .swiper .but {
    width: 0.36585366rem;
    height: 0.36585366rem;
  }
  .main24 .swiper .but.but-prev {
    left: 0.32520325rem;
  }
  .main24 .swiper .but.but-next {
    right: 0.32520325rem;
  }
  .main24 .bottom {
    margin: 0.24390244rem auto 0;
    font-size: 0.14634146rem;
  }
  .main25 .list .con {
    height: 4.95934959rem;
  }
  .main25 .list .con .text-box {
    width: 5.20325203rem;
    padding-right: 0.48780488rem;
  }
  .main25 .list .con .text-box h5 {
    font-size: 0.29268293rem;
    padding-bottom: 0.16260163rem;
  }
  .main25 .list .con .text-box h5::before {
    width: 0.32520325rem;
    height: 0.02439024rem;
  }
  .main25 .list .con .text-box .text {
    font-size: 0.14634146rem;
    margin: 0.16260163rem 0 0.48780488rem;
  }
  .main25 .list .con .text-box a {
    width: 2.07317073rem;
    line-height: 0.47154472rem;
    border-radius: 0.08130081rem;
    font-size: 0.14634146rem;
  }
  .main25 .list .con .video {
    width: calc(100% - 5.20325203rem);
    height: 3.34146341rem;
  }
  .main25 .list:nth-child(even) .con .text-box {
    padding: 0 0 0 0.48780488rem;
  }
  .main26 {
    padding-bottom: 0.6504065rem;
  }
  .main26 .gd .but {
    width: 0.36585366rem;
    height: 0.36585366rem;
  }
  .main27 {
    padding: 0.6504065rem 0;
  }
  .main27 .main27-con {
    box-shadow: 0 0 0.12195122rem rgba(0, 0, 0, 0.2);
  }
  .main27 .main27-con .main27-left {
    width: 6.17886179rem;
  }
  .main27 .main27-con .main27-right {
    width: calc(100% - 6.17886179rem);
  }
  .main27 .main27-con .main27-right .con-1 {
    padding: 0.32520325rem 0.56910569rem 0.53658537rem;
  }
  .main27 .main27-con .main27-right .con-1 .title {
    font-size: 0.19512195rem;
    padding-bottom: 0.24390244rem;
    margin-bottom: 0.32520325rem;
  }
  .main27 .main27-con .main27-right .con-1 form input {
    height: 0.41463415rem;
    padding: 0 0.20325203rem;
    margin-bottom: 0.08130081rem;
    box-shadow: 0 0 0.08130081rem rgba(0, 0, 0, 0.1);
  }
  .main27 .main27-con .main27-right .con-1 form .yzm input {
    width: calc(100% - 0.81300813rem);
    margin-bottom: 0;
  }
  .main27 .main27-con .main27-right .con-1 form .yzm a {
    width: 0.73170732rem;
    line-height: 0.41463415rem;
  }
  .main27 .main27-con .main27-right .con-1 form .login {
    padding: 0.24390244rem 0;
  }
  .main27 .main27-con .main27-right .con-1 form button {
    height: 0.41463415rem;
    font-size: 0.14634146rem;
  }
  .main27 .main27-con .main27-right .con-2 {
    padding: 0.81300813rem 0.56910569rem;
  }
  .main27 .main27-con .main27-right .con-2 .nav {
    margin-bottom: 0.81300813rem;
  }
  .main27 .main27-con .main27-right .con-2 .nav ul {
    padding-bottom: 0.24390244rem;
  }
  .main27 .main27-con .main27-right .con-2 .nav ul li {
    font-size: 0.19512195rem;
    padding: 0 0.14634146rem;
  }
  .main27 .main27-con .main27-right .con-2 form ul li.phone .user {
    padding: 0 0.16260163rem;
  }
  .main27 .main27-con .main27-right .con-2 form input {
    height: 0.41463415rem;
    padding: 0 0.16260163rem 0 0.36585366rem;
    margin-bottom: 0.08130081rem;
    box-shadow: 0 0 0.08130081rem rgba(0, 0, 0, 0.1);
  }
  .main27 .main27-con .main27-right .con-2 form input.user {
    background: url(../images/icon23.png) no-repeat 0.11382114rem center / 0.14634146rem auto;
  }
  .main27 .main27-con .main27-right .con-2 form input.password {
    background: url(../images/icon24.png) no-repeat 0.1300813rem center / 0.1300813rem auto;
  }
  .main27 .main27-con .main27-right .con-2 form .yzm {
    margin-bottom: 0.14634146rem;
  }
  .main27 .main27-con .main27-right .con-2 form .yzm input {
    width: calc(100% - 0.81300813rem);
    padding: 0 0.16260163rem;
  }
  .main27 .main27-con .main27-right .con-2 form .yzm a {
    width: 0.73170732rem;
    line-height: 0.41463415rem;
  }
  .main27 .main27-con .main27-right .con-2 form .forget {
    margin: 0.06504065rem 0 0.40650407rem;
  }
  .main27 .main27-con .main27-right .con-2 form .but button {
    width: calc(100% - 1.01626016rem);
    height: 0.41463415rem;
    font-size: 0.14634146rem;
  }
  .main27 .main27-con .main27-right .con-2 form .but a {
    width: 0.93495935rem;
    line-height: 0.39837398rem;
    font-size: 0.14634146rem;
  }
  .main28 {
    padding: 0.24390244rem 0.81300813rem 0.6504065rem;
  }
  .main28 a {
    width: 1.17886179rem;
    line-height: 0.47154472rem;
    font-size: 0.14634146rem;
  }
  .main29 {
    width: 7.31707317rem;
    padding: 0.48780488rem;
  }
  .main29 .icon-plus {
    right: 0.04065041rem;
    font-size: 0.24390244rem;
  }
  .main29 .title {
    font-size: 0.16260163rem;
    margin-bottom: 0.24390244rem;
  }
  .main29 .main29-con dl {
    margin-bottom: 0.16260163rem;
  }
  .main29 .main29-con dl dt {
    font-size: 0.1300813rem;
    width: 0.6504065rem;
  }
  .main29 .main29-con dl dd {
    width: calc(100% - 0.6504065rem);
  }
  .main29 .main29-con dl dd input,
  .main29 .main29-con dl dd select {
    height: 0.40650407rem;
    padding: 0 0.12195122rem;
  }
  .main29 .main29-con dl.address dd .list-box {
    margin: 0 -0.04065041rem;
  }
  .main29 .main29-con dl.address dd .list-box .list {
    padding: 0 0.04065041rem;
  }
  .main29 .main29-con dl.address dd .list-box .list ul {
    margin: 0 -0.04065041rem;
  }
  .main29 .main29-con dl.address dd .list-box .list ul li {
    padding: 0 0.04065041rem;
  }
  .main29 .main29-con dl.address dd .list-box .list ul li select {
    background: url(../images/icon25.png) no-repeat right 0.1300813rem center / 0.08943089rem auto;
  }
  .main29 .main29-con .but {
    padding-top: 0.16260163rem;
  }
  .main29 .main29-con .but button {
    width: calc(100% - 0.6504065rem);
    height: 0.40650407rem;
    font-size: 0.1300813rem;
  }
  .main29 .main29-con .but .warning {
    width: calc(100% - 0.6504065rem);
    top: -0.08130081rem;
  }
  .main29.main29-2 .title-2 {
    margin: 0.32520325rem 0 0.21138211rem;
    font-size: 0.1300813rem;
  }
  .personal {
    padding: 0.32520325rem 0 0.6504065rem;
  }
  .personal .personal-con .personal-left {
    width: 1.78861789rem;
  }
  .personal .personal-con .personal-right {
    width: calc(100% - 2.03252033rem);
    min-height: 5.52845528rem;
  }
  .personal .personal-con .personal-right .personal-title {
    font-size: 0.14634146rem;
    line-height: 0.60162602rem;
    margin-bottom: 0.32520325rem;
    padding-left: 0.61788618rem;
    background: url(../images/icon27.png) no-repeat 0.22764228rem center;
  }
  .personal .personal-con .personal-right .personal-right-con {
    padding: 0 0.40650407rem 0.40650407rem;
  }
  .nav5 {
    padding: 0.08130081rem;
  }
  .nav5 ul li a {
    line-height: 0.48780488rem;
    padding-left: 0.45528455rem;
  }
  .nav5 ul li:first-child a {
    border-top: none;
    background: url(../images/icon26_1.png) no-repeat 0.16260163rem center / 0.17886179rem auto;
  }
  .nav5 ul li:nth-child(2) a {
    background: url(../images/icon26_2.png) no-repeat 0.17886179rem center / 0.15447154rem auto;
  }
  .nav5 ul li:nth-child(3) a {
    background: url(../images/icon26_3.png) no-repeat 0.19512195rem center / 0.12195122rem auto;
  }
  .nav5 ul li:nth-child(4) a {
    background: url(../images/icon26_4.png) no-repeat 0.17073171rem center / 0.18699187rem auto;
  }
  .nav5 ul li:nth-child(5) a {
    background: url(../images/icon26_5.png) no-repeat 0.18699187rem center / 0.17073171rem auto;
  }
  .nav5 ul li:nth-child(6) a {
    background: url(../images/icon26_6.png) no-repeat 0.17886179rem center / 0.18699187rem auto;
  }
  .nav5 ul li:last-child a {
    margin-top: 0.81300813rem;
    background: url(../images/icon26_7.png) no-repeat 0.17886179rem center / 0.15447154rem auto;
  }
  .main30 .user {
    font-size: 0.1300813rem;
  }
  .main30 .user b {
    margin-left: 0.08130081rem;
  }
  .main30 .main30-con .list {
    margin-top: 0.24390244rem;
  }
  .main30 .main30-con .list .title {
    padding-right: 0.40650407rem;
  }
  .main30 .main30-con .list .title span {
    line-height: 0.24390244rem;
    padding: 0 0.21138211rem;
    font-size: 0.1300813rem;
  }
  .main30 .main30-con .list .title span::before {
    content: "";
    border-right: 0.12195122rem solid transparent;
    border-bottom: 0.24390244rem solid #d01820;
  }
  .main30 .main30-con .list table tr th .bg {
    height: 0.40650407rem;
    padding-left: 0.14634146rem;
    font-size: 0.1300813rem;
  }
  .main30 .main30-con .list table tr th:nth-child(1) {
    width: 1.2195122rem;
  }
  .main30 .main30-con .list table tr th:nth-child(2) {
    width: 1.38211382rem;
  }
  .main30 .main30-con .list table tr th:nth-child(3) {
    width: 1.2195122rem;
  }
  .main30 .main30-con .list table tr th:nth-child(4) {
    width: auto;
  }
  .main30 .main30-con .list table tr th:nth-child(5) {
    width: 1.05691057rem;
  }
  .main30 .main30-con .list table tr td {
    height: 0.40650407rem;
    padding-left: 0.15447154rem;
  }
  .main30 .main30-con .list table tr td .num {
    font-size: 0.1300813rem;
  }
  .main31 .title {
    font-size: 0.1300813rem;
  }
  .main31 .title b {
    margin-left: 0.08130081rem;
  }
  .main31 form {
    margin-top: 0.22764228rem;
  }
  .main31 form dl {
    margin-bottom: 0.16260163rem;
  }
  .main31 form dl dt {
    width: 0.48780488rem;
    font-size: 0.1300813rem;
  }
  .main31 form dl dd {
    width: calc(100% - 0.48780488rem);
  }
  .main31 form dl.yzm dd input {
    width: calc(100% - 1.30081301rem);
  }
  .main31 form dl.yzm dd a {
    width: 1.2195122rem;
    line-height: 0.40650407rem;
  }
  .main31 form input {
    height: 0.40650407rem;
    padding: 0 0.12195122rem;
  }
  .main31 form button {
    width: 2.27642276rem;
    height: 0.40650407rem;
    font-size: 0.14634146rem;
    margin-left: 0.48780488rem;
  }
  .main31.main31-2 form {
    margin-top: 0;
  }
  .main31.main31-2 form dl dt {
    width: 0.73170732rem;
  }
  .main31.main31-2 form dl dd {
    width: calc(100% - 0.73170732rem);
  }
  .main31.main31-2 form button {
    margin-left: 0.73170732rem;
  }
  .main32 .title {
    font-size: 0.1300813rem;
  }
  .main32 .main32-con .noData {
    font-size: 0.14634146rem;
    padding: 0.16260163rem 0;
  }
  .main32 .main32-con dl {
    padding: 0.16260163rem 0;
  }
  .main32 .main32-con dl dt {
    width: 1.17073171rem;
    line-height: 0.2601626rem;
  }
  .main32 .main32-con dl dd {
    width: calc(100% - 1.17073171rem);
  }
  .main32 .main32-con dl dd .info {
    width: calc(100% - 0.56910569rem);
    padding: 0 0.16260163rem;
  }
  .main32 .main32-con dl dd .info .address {
    margin: 0 0.08130081rem;
  }
  .main32 .main32-con dl dd .info .address span {
    font-size: 0.11382114rem;
  }
  .main32 .main32-con dl dd .but {
    width: 0.56910569rem;
  }
  .main33 table tr th .bg {
    height: 0.40650407rem;
    font-size: 0.1300813rem;
  }
  .main33 table tr th:nth-child(1) {
    width: 1.2195122rem;
  }
  .main33 table tr th:nth-child(2) {
    width: 1.05691057rem;
  }
  .main33 table tr th:nth-child(3) {
    width: 1.05691057rem;
  }
  .main33 table tr th:nth-child(4) {
    width: 1.05691057rem;
  }
  .main33 table tr th:nth-child(5) {
    width: auto;
  }
  .main33 table tr th:nth-child(6) {
    width: 0.81300813rem;
  }
  .main33 table tr td {
    height: 0.40650407rem;
  }
  .main33 table tr td:last-child a {
    margin: 0 0.04065041rem;
  }
  .main33 table tr:first-child {
    border-bottom: 0.02439024rem solid #d01820;
  }
}
@media (max-width: 1200px) {
  header .con .left p {
    display: none;
  }
}
@media (max-width: 1000px) {
  .font-init {
    font-size: 14px;
  }
  header .con {
    font-size: 12px;
    height: 34px;
  }
  header .con .left ul li {
    padding: 0 10px;
    border-right: 2px solid #000;
  }
  header .con .right .con-1 {
    background: #d01820 url(../images/icon1.png) no-repeat 10px center;
    padding-left: 30px;
  }
  header .con .right .con-1 i {
    width: 30px;
    left: -20px;
  }
  header .con .right .con-1 i::before {
    width: 20px;
    left: -20px;
  }
  header .con .right .con-1 i::after {
    width: 10px;
    left: -10px;
  }
  .logo-box {
    height: 90px;
  }
  .logo-box .logo a img {
    width: 110px;
  }
  .logo-box .right nav ul li a {
    padding: 0 6px;
    font-size: 15px;
  }
  .logo-box .right nav ul li a::before {
    height: 3px;
    bottom: -18px;
  }
  .logo-box .right nav ul li a.active::before,
  .logo-box .right nav ul li a:hover::before {
    width: 28px;
  }
  .logo-box .right nav ul li dl div {
    padding-top: 15px;
  }
  .logo-box .right nav ul li dl dd {
    line-height: 30px;
  }
  .logo-box .right nav ul li dl dd a {
    padding: 0 5px;
    font-size: 12px;
  }
  .logo-box .right .login {
    margin-left: 30px;
  }
  .logo-box .right .login ul li a {
    width: 45px;
    line-height: 30px;
  }
  .title1 {
    margin: 50px 0 30px;
  }
  .title1 h5 {
    font-size: 25px;
  }
  .title1 p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main1 {
    padding-bottom: 50px;
  }
  .main1 ul {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
  }
  .main1 ul li {
    padding: 20px 0;
  }
  .main1 ul li h5 b {
    font-size: 50px;
  }
  .main1 ul li h5 span {
    font-size: 14px;
    margin-left: 10px;
  }
  .main1 ul li p {
    font-size: 14px;
    margin-top: 20px;
  }
  .nav1 {
    margin-bottom: 50px;
  }
  .nav1 ul li::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #d01820;
  }
  .nav1 ul li a {
    width: 130px;
    line-height: 50px;
    font-size: 16px;
  }
  ul.more1 {
    margin-top: 30px;
  }
  ul.more1 li a {
    width: 130px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 16px;
    margin-right: 10px;
    background: url(../images/icon2.png) no-repeat right 20px center;
    background-size: 16px auto !important;
    padding-right: 20px;
  }
  ul.more1 li a.info {
    background: url(../images/icon3.png) no-repeat right 20px center;
  }
  ul.more1 li a.consult {
    background: url(../images/icon4.png) no-repeat right 20px center;
  }
  ul.more1 li a:hover {
    background-color: #d01820;
    background-image: url(../images/icon2_2.png);
    border-color: #d01820;
    color: #fff;
  }
  ul.more1 li a:hover.info {
    background-image: url(../images/icon3_2.png);
  }
  ul.more1 li a:hover.consult {
    background-image: url(../images/icon4_2.png);
  }
  .news1 .imgbox {
    height: 320px;
  }
  .news1 .text-box {
    padding: 20px 0 0 30px;
  }
  .news1 .text-box .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news1 .text-box .title::before {
    width: 60px;
    height: 2px;
  }
  .news1 .text-box .title h5 {
    font-size: 20px;
  }
  .news1 .text-box .title p {
    font-size: 14px;
    margin-top: 10px;
  }
  .news1 .text-box .describe {
    font-size: 14px;
    line-height: 25px;
    max-height: 50px;
  }
  .news1.news1-2 .imgbox {
    width: 460px;
    height: 300px;
  }
  .news1.news1-2 .text-box {
    width: calc(100% - 460px);
    padding: 0 30px 0 0;
  }
  .news1.news1-2 .text-box .describe {
    max-height: 90px;
  }
  .main2 {
    padding-bottom: 50px;
  }
  .main2 .main2-con .bottom {
    margin: 50px auto 0;
  }
  .main2 .main2-con .bottom .con {
    height: 47px;
    padding: 0 64px;
  }
  .main2 .main2-con .bottom .con .but {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .main2 .main2-con .bottom .con .but i {
    font-size: 20px;
  }
  .main2 .main2-con .bottom .con .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 4px solid transparent;
  }
  .main2 .main2-con .bottom .con .swiper-pagination .swiper-pagination-bullet::before {
    width: 12px;
    height: 12px;
  }
  .main2.main2-2 {
    padding-bottom: 50px;
  }
  .news2 .imgbox {
    width: 300px;
    height: 260px;
  }
  .news2 .text-box {
    width: calc(100% - 300px);
    padding-right: 30px;
  }
  .news2 .text-box h5 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .news2 .text-box h5::before {
    width: 50px;
    height: 2px;
  }
  .news2 .text-box .describe {
    font-size: 14px;
    line-height: 30px;
    max-height: 90px;
    margin-top: 20px;
  }
  .main3 {
    padding-bottom: 50px;
  }
  .main3 .main3-con {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  .main3 .main3-con .but {
    width: 60px;
    height: 66px;
    margin-top: -33px;
  }
  .main3 .main3-con .but::before {
    font-size: 20px;
  }
  .main3 .main3-con .but.but-prev {
    left: -62px;
  }
  .main3 .main3-con .but.but-next {
    right: -62px;
  }
  .main4 .main4-con {
    margin: 0 -15px;
  }
  .main4 .main4-con .list {
    padding: 0 15px;
  }
  .main4 .main4-con .list .title {
    height: 40px;
    padding: 0;
    margin-bottom: 20px;
  }
  .main4 .main4-con .list .title h5 {
    font-size: 18px;
    line-height: 39px;
    padding: 0 6px;
  }
  .main4 .main4-con .list .title h5::before {
    height: 3px;
  }
  .main4 .main4-con .list .title a {
    width: 63px;
    line-height: 21px;
    border-radius: 30px;
  }
  .main4 .main4-con .list ul li a {
    padding: 10px 0;
  }
  .main4 .main4-con .list ul li a .imgbox {
    width: 180px;
    height: 120px;
  }
  .main4 .main4-con .list ul li a .text-box {
    width: calc(100% - 180px);
    padding-left: 20px;
  }
  .main4 .main4-con .list ul li a .text-box h5 {
    font-size: 16px;
  }
  .main4 .main4-con .list ul li a .text-box .describe {
    line-height: 24px;
    max-height: 48px;
    margin: 10px 0;
  }
  .main4 .main4-con .list ul li p {
    font-size: 14px;
    line-height: 30px;
    padding-left: 16px;
    padding-right: 90px;
  }
  .main4 .main4-con .list ul li p::before {
    width: 3px;
    height: 3px;
  }
  .main4 .main4-con .list ul li p span {
    font-size: 12px;
  }
  .news3 .imgbox {
    border: 5px solid rgba(255, 255, 255, 0.5);
  }
  .news3 .imgbox .img {
    perspective: 1000px;
  }
  .news3 h5 {
    line-height: 50px;
    font-size: 15px;
  }
  .main5 {
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .main5 .main5-con .but {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .main5 .main5-con .but.but-prev {
    left: -78px;
  }
  .main5 .main5-con .but.but-next {
    right: -78px;
  }
  .main5 .main5-con .but i {
    font-size: 20px;
  }
  .main5 ul.more1 {
    margin-top: 30px;
  }
  .main5 ul.more1 li a {
    background-image: url(../images/icon3_2.png);
  }
  .main6 {
    padding-bottom: 50px;
  }
  .main6 .main6-con .imgbox {
    height: 320px;
  }
  .main6 .main6-con .text-box {
    padding-left: 30px;
  }
  .main6 .main6-con .text-box h5 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .main6 .main6-con .text-box h5::before {
    width: 60px;
    height: 2px;
  }
  .main6 .main6-con .text-box .describe {
    font-size: 14px;
    line-height: 30px;
    max-height: 150px;
    margin-top: 20px;
  }
  footer .footer-top {
    padding: 20px 0;
  }
  footer .footer-top ul li {
    margin: 0 10px;
  }
  footer .footer-middle {
    padding: 30px 0;
  }
  footer .footer-middle .left {
    width: 250px;
  }
  footer .footer-middle .left h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  footer .footer-middle .left ul li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  footer .footer-middle .middle {
    width: calc(100% - 400px);
    padding-top: 53px;
  }
  footer .footer-middle .middle ul li {
    margin: 0 5px;
  }
  footer .footer-middle .middle ul li .img {
    width: 120px;
    height: 120px;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  footer .footer-middle .middle ul li p {
    font-size: 14px;
    margin-top: 10px;
  }
  footer .footer-middle .right {
    width: 150px;
  }
  footer .footer-middle .right h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  footer .footer-middle .right ul li {
    margin-bottom: 5px;
  }
  footer .footer-middle .right ul li a {
    font-size: 14px;
    line-height: 25px;
  }
  footer .footer-bottom {
    padding: 30px 0;
  }
  footer .footer-bottom .con {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-bottom .con .right {
    margin-top: 20px;
  }
  footer .footer-bottom .con a {
    margin-left: 20px;
  }
  footer .footer-bottom .con a img {
    margin-right: 5px;
  }
  body {
    font-size: 14px;
  }
  .nav2 {
    margin-bottom: 30px;
  }
  .nav2 .con {
    height: 50px;
  }
  .nav2 .con .title {
    font-size: 20px;
    line-height: 50px;
  }
  .nav2 .con .title::before {
    border-right: 10px solid #f8f8f8;
    right: -60px;
  }
  .nav2 .con p {
    padding-left: 30px;
  }
  .nav3 .title {
    line-height: 80px;
    font-size: 25px;
    border-bottom: 6px solid #680c10;
  }
  .nav3 ul {
    padding-bottom: 60px;
  }
  .nav3 ul li {
    height: 65px;
  }
  .nav3 ul li a {
    width: 120px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 40px;
  }
  .nav3 .shopping {
    line-height: 50px;
    font-size: 17px;
    margin-top: 25px;
  }
  .nav3 .shopping .img {
    top: -4px;
    margin: 0 20px;
  }
  .nav3.nav3-2 ul li a {
    line-height: 65px;
    padding: 0 10px 0 10px;
  }
  .nav3.nav3-2 ul li dl {
    padding: 15px 0;
  }
  .nav3.nav3-2 ul li dl dd a {
    line-height: 35px;
    font-size: 14px;
    padding-right: 30px;
  }
  .nav3.nav3-2 ul li dl dd a::before {
    background: url(../images/icon17.png) no-repeat right 10px center / 15px auto;
  }
  .news4 {
    margin-bottom: 30px;
  }
  .news4 ul li a {
    padding: 20px;
  }
  .news4 ul li a .imgbox {
    width: 250px;
    height: 160px;
  }
  .news4 ul li a .text-box {
    width: calc(100% - 250px);
    padding-left: 20px;
  }
  .news4 ul li a .text-box h5 {
    font-size: 17px;
  }
  .news4 ul li a .text-box p {
    margin-top: 5px;
  }
  .news4 ul li a .text-box .describe {
    line-height: 24px;
    max-height: 48px;
    margin: 10px 0;
  }
  .news4 ul li a .text-box b {
    width: 74px;
    line-height: 24px;
    border-radius: 30px;
    font-size: 12px;
  }
  .news4 ul li .list {
    font-size: 15px;
    padding: 0 120px 0 40px;
    line-height: 50px;
  }
  .news4 ul li .list::before {
    width: 8px;
    height: 8px;
    left: 18px;
  }
  .news4 ul li .list span {
    right: 18px;
  }
  .main7 {
    padding-bottom: 50px;
  }
  .main7 .main7-left {
    width: 220px;
  }
  .main7 .main7-right {
    width: calc(100% - 220px);
    padding-left: 20px;
  }
  .page_div button {
    min-width: 40px;
    height: 28px;
    font-size: 13px;
  }
  .page_div #firstPage,
  .page_div #lastPage,
  .page_div #nextPage,
  .page_div #prePage {
    width: 40px;
  }
  .page_div #nextPage,
  .page_div #lastPage {
    margin-left: 5px;
  }
  .page_div #firstPage,
  .page_div #prePage {
    margin-right: 5px;
  }
  .page_div #nextPage,
  .page_div #prePage {
    width: 50px;
  }
  .page_div .totalNum,
  .page_div .totalList {
    line-height: 28px;
    margin-right: 5px;
  }
  .page_div .totalPages {
    margin: 0 5px;
  }
  .page_div .totalPages span {
    margin: 0 5px;
  }
  .page_div .totalSize span {
    margin: 0 5px;
  }
  .page_div input {
    width: 40px;
    height: 28px;
    margin: 0 5px;
  }
  .page_div .skip {
    width: 40px;
    height: 28px;
    line-height: 26px;
  }
  .main8 {
    padding-bottom: 50px;
  }
  .main8 .main8-left {
    width: calc(100% - 230px);
    padding-right: 20px;
  }
  .main8 .main8-right {
    width: 230px;
  }
  .main9 .title {
    padding: 20px 30px;
    font-size: 25px;
    border-bottom: 4px solid #e6e6e6;
  }
  .main9 .time {
    padding: 0 30px;
    height: 50px;
  }
  .main9 .con {
    padding: 30px;
  }
  .main9 .con img {
    margin: 10px auto;
  }
  .main10 .title h5 {
    line-height: 60px;
    font-size: 24px;
    padding: 0 10px;
  }
  .main10 .title h5::before {
    height: 3px;
  }
  .main10 ul li a {
    padding: 20px 0;
  }
  .main10 ul li a h5 {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
  }
  .main10 ul li a p {
    margin-top: 8px;
  }
  .main11 {
    margin-bottom: 20px;
  }
  .main11 ul {
    margin: 0 -5px;
  }
  .main11 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news5 .top {
    padding: 5px;
  }
  .news5 .middle {
    height: 80px;
    padding: 0 10px;
  }
  .news5 .middle .text {
    font-size: 14px;
    line-height: 25px;
    max-height: 50px;
  }
  .news5 .bottom {
    padding: 0 5px 5px;
  }
  .news5 .bottom .price {
    padding: 15px 5px;
    line-height: 20px;
  }
  .news5 .bottom .price .current b {
    font-size: 20px;
    line-height: 20px;
  }
  .news5 .bottom .but-box a {
    line-height: 35px;
    font-size: 14px;
  }
  .main12 .imgbox {
    width: 280px;
    height: 350px;
  }
  .main12 .right {
    width: calc(100% - 280px);
    padding-left: 20px;
  }
  .main12 .right .title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .main12 .right .describe {
    padding: 20px 0;
  }
  .main12 .right .describe .text {
    line-height: 25px;
    max-height: 75px;
  }
  .main12 .right .price {
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0;
  }
  .main12 .right .price span.original {
    margin: 0 10px;
  }
  .main12 .right .price span.current b {
    font-size: 25px;
  }
  .main12 .right .store dl dt {
    font-size: 14px;
  }
  .main12 .right .store dl dd a {
    width: 75px;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 10px;
    padding-left: 8px;
    font-size: 14px;
  }
  .main12 .right .store dl dd a.tb {
    background: url(../images/icon10.png) no-repeat right 8px center / auto 20px;
  }
  .main12 .right .store dl dd a.jd {
    background: url(../images/icon11.png) no-repeat right 8px center / auto 20px;
  }
  .main12 .right .but-box {
    margin-top: 30px;
  }
  .main12 .right .but-box a {
    line-height: 40px;
    font-size: 16px;
  }
  .main13 {
    margin-top: 30px;
  }
  .main13 .title {
    padding: 0 20px;
  }
  .main13 .title h5 {
    font-size: 18px;
    line-height: 55px;
    padding: 0 20px;
  }
  .main13 .title h5::before {
    height: 3px;
  }
  .main13 .con {
    padding: 20px;
    font-size: 14px;
  }
  .main13 .con img {
    margin: 10px auto;
  }
  .nav4 {
    margin-bottom: 50px;
  }
  .nav4 ul li {
    line-height: 50px;
    font-size: 15px;
  }
  .nav4 ul li .img {
    height: 20px;
    margin-right: 10px;
  }
  .main14 {
    padding-bottom: 0;
  }
  .main14 .list {
    margin-bottom: 30px;
  }
  .main14 .list.list-1 .sign {
    width: 72px;
    height: 72px;
    font-size: 14px;
    top: 15px;
    left: 15px;
  }
  .main14 .list.list-1 .list-left {
    padding: 40px 20px;
  }
  .main14 .list.list-1 .list-left .imgbox {
    height: 430px;
  }
  .main14 .list.list-1 .list-left a {
    width: 190px;
    line-height: 40px;
    font-size: 18px;
    margin: 15px auto 0;
  }
  .main14 .list.list-1 .list-right {
    padding: 40px 40px 20px 0;
  }
  .main14 .list.list-1 .list-right .title {
    padding-bottom: 20px;
  }
  .main14 .list.list-1 .list-right .title h5 {
    font-size: 30px;
  }
  .main14 .list.list-1 .list-right .title h5 span {
    font-size: 24px;
    margin-left: 10px;
    padding: 2px 10px;
  }
  .main14 .list.list-1 .list-right .title p {
    font-size: 18px;
    margin-top: 10px;
  }
  .main14 .list.list-1 .list-right .text-box {
    padding: 25px 0;
  }
  .main14 .list.list-1 .list-right .text-box .text {
    font-size: 14px;
    line-height: 25px;
    max-height: 100px;
  }
  .main14 .list.list-1 .list-right .price {
    padding: 25px 0;
  }
  .main14 .list.list-1 .list-right .price p {
    font-size: 16px;
  }
  .main14 .list.list-1 .list-right .price p b {
    font-size: 30px;
    margin-right: 5px;
    top: 2px;
  }
  .main14 .list.list-1 .list-right .more {
    margin-top: 30px;
  }
  .main14 .list.list-1 .list-right .more ul {
    margin: 0 -5px;
  }
  .main14 .list.list-1 .list-right .more ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main14 .list.list-1 .list-right .more ul li a {
    line-height: 45px;
    font-size: 15px;
    border-radius: 5px;
  }
  .main14 .list.list-1 .list-right .more ul li a b {
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    border-bottom-left-radius: 3px;
  }
  .main14 .list.list-2 .sign {
    left: auto;
    right: 15px;
  }
  .main14 .list.list-2 .list-right {
    padding: 40px 0 20px 40px;
  }
  .main14 .list.list-2 .purchase {
    height: 80px;
    padding: 0 30px;
  }
  .main14 .list.list-2 .purchase .left b {
    font-size: 28px;
  }
  .main14 .list.list-2 .purchase .left p {
    font-size: 14px;
  }
  .main14 .list.list-2 .purchase a {
    width: 280px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 16px;
  }
  .main14 .list.list-3 .title {
    font-size: 28px;
    padding: 20px 0;
  }
  .main14 .list.list-3 table tr th {
    font-size: 18px;
    height: 50px;
  }
  .main14 .list.list-3 table tr th:first-child {
    padding-left: 35px;
  }
  .main14 .list.list-3 table tr td {
    height: 45px;
  }
  .main14 .list.list-3 table tr td:first-child {
    padding-left: 35px;
    font-size: 14px;
  }
  .main14 .list.list-3 table tr td i {
    font-size: 20px;
  }
  .main14 .list.list-3 table tr td a {
    width: 110px;
    line-height: 30px;
    border-radius: 5px;
    padding-left: 17px;
  }
  .main14 .list.list-3 table tr td a::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #fff;
    right: 15px;
  }
  .main14 .list.list-4 a {
    padding: 20px 0;
  }
  .main14 .list.list-4 a h5 {
    font-size: 18px;
  }
  .main14 .list.list-4 a h5::before,
  .main14 .list.list-4 a h5::after {
    content: "";
    width: 347px;
    margin-right: 20px;
  }
  .main14 .list.list-4 a h5::after {
    margin: 0 0 0 20px;
  }
  .main15 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
  }
  .main15 .nav ul li {
    line-height: 110px;
    font-size: 20px;
  }
  .main15 .nav ul li b {
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 20px;
    border-radius: 15px;
    box-shadow: 4px 4px 0 rgba(230, 230, 230, 0.3);
    margin-right: 25px;
  }
  .main15 .nav ul li.active b {
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
  }
  .main15 .main15-con {
    padding: 30px 50px;
  }
  .main15 .main15-con .list.list-1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .main15 .main15-con .list.list-2 {
    padding: 15px 20px;
  }
  .main15 .main15-con .list.list-2 ul li {
    font-size: 15px;
  }
  .main15 .main15-con .list.list-2 ul li:nth-child(1),
  .main15 .main15-con .list.list-2 ul li:nth-child(3) {
    width: calc((100% - 200px)/2);
  }
  .main15 .main15-con .list.list-2 ul li:nth-child(2) {
    width: 200px;
  }
  .main15 .main15-con .list.list-3 {
    padding: 15px 20px;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(1) {
    width: calc((100% - 200px)/2);
    font-size: 14px;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) {
    width: 200px;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) .con {
    width: 164px;
    height: 34px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) .con i {
    font-size: 12px;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) .con dl {
    margin-top: 10px;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(2) .con dl dd {
    line-height: 35px;
    padding-left: 15px;
  }
  .main15 .main15-con .list.list-3 ul li:nth-child(3) {
    width: calc((100% - 200px)/2);
    font-size: 14px;
  }
  .main15 .main15-con .list.list-4 {
    padding: 15px 20px 40px;
  }
  .main15 .main15-con .list.list-4 ul li:nth-child(2) {
    font-size: 16px;
  }
  .main15 .main15-con .list.list-4 ul li:nth-child(2) span b {
    font-size: 25px;
    margin-right: 5px;
  }
  .main15 .main15-con .list.list-5 {
    padding-top: 20px;
  }
  .main15 .main15-con .list.list-5 ul li:nth-child(1) {
    font-size: 14px;
  }
  .main15 .main15-con .list.list-5 ul li:nth-child(1) .but i {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .main15 .main15-con .list.list-5 ul li:nth-child(1) .but i.active::before {
    font-size: 16px;
  }
  .main15 .main15-con .list.list-5 ul li:nth-child(2) a {
    width: 120px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 16px;
  }
  .main15 .main15-con .list.list-6 .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .main15 .main15-con .list.list-6 ul {
    padding: 10px 20px;
  }
  .main15 .main15-con .list.list-6 ul li {
    width: 207px;
    line-height: 60px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 70px;
    margin-right: 30px;
  }
  .main15 .main15-con .list.list-6 ul li.zfb {
    background: url(../images/icon15.png) no-repeat 15px center / auto 38px;
  }
  .main15 .main15-con .list.list-6 ul li.wx {
    background: url(../images/icon16.png) no-repeat 15px center / auto 38px;
  }
  .main15 .main15-con .list.list-6 ul li.active {
    background-color: #f2f2f2;
  }
  .main15 .main15-con .list.list-7 {
    padding-top: 20px;
  }
  .main15 .main15-con .list.list-7 ul li:nth-child(2) a {
    width: 120px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 16px;
  }
  .main15 .main15-con .list.list-8 {
    padding-bottom: 30px;
  }
  .main15 .main15-con .list.list-8 ul li:nth-child(2) b {
    font-size: 20px;
  }
  .main15 .main15-con .list.list-9 .title {
    margin: 20px 0 40px;
  }
  .main15 .main15-con .list.list-9 .title h5 {
    font-size: 20px;
  }
  .main15 .main15-con .list.list-9 .title p {
    margin-left: 5px;
  }
  .main15 .main15-con .list.list-9 .title p b {
    margin: 0 5px;
  }
  .main15 .main15-con .list.list-9 ul li {
    margin: 0 25px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) {
    padding-top: 18px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .img {
    width: 244px;
    height: 244px;
    padding: 15px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box {
    margin-top: 20px;
    width: 244px;
    height: 50px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon {
    width: 38px;
    height: 38px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon::before {
    width: 22px;
    height: 22px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b .yuan {
    width: 10px;
    height: 10px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b::before,
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon b::after {
    width: 28px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) .icon-box .icon i {
    width: 12px;
    height: 12px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(1) p {
    margin-left: 30px;
  }
  .main15 .main15-con .list.list-9 ul li:nth-child(2) img {
    width: 267px;
  }
  .main15 .main15-con .list.list-10 {
    padding-top: 30px;
  }
  .main15 .main15-con .list.list-11 {
    min-height: 135px;
  }
  .main15 .main15-con .list.list-11 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main15 .main15-con .list.list-11 table tr th {
    font-size: 14px;
    padding-bottom: 25px;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(1) {
    width: 57px;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(1) .check_all::before {
    width: 18px;
    height: 18px;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(1) .check_all.active::before {
    font-size: 16px;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(2) {
    padding-left: 20px;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(3) {
    width: 114px;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(4) {
    width: 114px;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(5) {
    width: 114px;
  }
  .main15 .main15-con .list.list-11 table tr th:nth-child(6) {
    width: 65px;
  }
  .main15 .main15-con .list.list-11 table tr td {
    height: 40px;
    padding-bottom: 25px;
  }
  .main15 .main15-con .list.list-11 table tr td.fx i {
    width: 18px;
    height: 18px;
  }
  .main15 .main15-con .list.list-11 table tr td.fx i.active::before {
    font-size: 16px;
  }
  .main15 .main15-con .list.list-11 table tr td.commodity {
    padding-left: 20px;
  }
  .main15 .main15-con .list.list-11 table tr td.price {
    font-size: 14px;
  }
  .main15 .main15-con .list.list-11 table tr td.count button {
    width: 24px;
    height: 27px;
    font-size: 16px;
  }
  .main15 .main15-con .list.list-11 table tr td.count input {
    width: 36px;
    height: 27px;
    font-size: 16px;
  }
  .main15 .main15-con .list.list-11 table tr td.money {
    font-size: 14px;
  }
  .main15 .main15-con .list.list-11 table tr td.a_delete a {
    font-size: 14px;
  }
  .main15 .main15-con .list.list-11 table tr td.a_delete a i {
    font-size: 14px;
    margin-right: 5px;
    top: 2px;
  }
  .main15 .main15-con .list.list-11 .empty {
    font-size: 20px;
    bottom: 50px;
  }
  .main15 .main15-con .list.list-12 {
    margin-top: 25px;
  }
  .main15 .main15-con .list.list-12 p {
    font-size: 16px;
  }
  .main15 .main15-con .list.list-12 p span.quantity {
    margin: 0 5px;
  }
  .main15 .main15-con .list.list-12 p span.total {
    font-size: 20px;
  }
  .main15 .main15-con .list.list-12 a {
    width: 114px;
    line-height: 47px;
    font-size: 16px;
    margin-left: 15px;
  }
  .main15 .main15-con .list.list-13 {
    padding-bottom: 30px;
  }
  .main15 .main15-con .list.list-13 .title-1 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .main15 .main15-con .list.list-13 .title-2 {
    margin-bottom: 20px;
  }
  .main15 .main15-con .list.list-13 .title-2 p {
    font-size: 16px;
  }
  .main15 .main15-con .list.list-13 .dl-box dl {
    margin-top: 15px;
  }
  .main15 .main15-con .list.list-13 .dl-box dl dt {
    width: 118px;
    line-height: 34px;
  }
  .main15 .main15-con .list.list-13 .dl-box dl dt::before {
    background: url(../images/gou.png) no-repeat right bottom / 9px auto;
  }
  .main15 .main15-con .list.list-13 .dl-box dl dt::after {
    border-left: 14px solid transparent;
    border-bottom: 12px solid #d01820;
  }
  .main15 .main15-con .list.list-13 .dl-box dl dd {
    width: calc(100% - 138px);
  }
  .main15 .main15-con .list.list-13 .dl-box dl dd .address {
    margin: 0 10px;
  }
  .main15 .main15-con .list.list-14 {
    padding: 30px 0;
  }
  .main15 .main15-con .list.list-14 .title-1 {
    margin-bottom: 20px;
  }
  .main15 .main15-con .list.list-14 .title-1 p {
    font-size: 16px;
  }
  .main15 .main15-con .list.list-15 {
    padding: 30px 0;
  }
  .main15 .main15-con .list.list-15 .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main15 .main15-con .list.list-15 ul {
    display: flex;
  }
  .main15 .main15-con .list.list-15 ul li {
    width: 120px;
    line-height: 32px;
    margin-right: 10px;
  }
  .main15 .main15-con .list.list-15 ul li::before {
    background: url(../images/gou.png) no-repeat right bottom / 9px auto;
  }
  .main15 .main15-con .list.list-15 ul li::after {
    border-left: 14px solid transparent;
    border-bottom: 12px solid #d01820;
  }
  .main15 .main15-con .list.list-16 .price {
    padding: 30px 20px;
  }
  .main15 .main15-con .list.list-16 .price .freight {
    margin-top: 20px;
  }
  .main15 .main15-con .list.list-16 .payment {
    padding: 20px;
  }
  .main15 .main15-con .list.list-16 .payment .total {
    font-size: 18px;
  }
  .main15 .main15-con .list.list-16 .payment .total span {
    font-size: 24px;
  }
  .main15 .main15-con .list.list-16 .payment .mailing {
    margin-top: 15px;
  }
  .main15 .main15-con .list.list-16 .payment .mailing .address {
    margin-right: 10px;
  }
  .main15 .main15-con .list.list-16 .payment .mailing .phone {
    margin-left: 10px;
  }
  .news6 .imgbox {
    width: 110px;
    height: 110px;
  }
  .news6 .text-box {
    width: calc(100% - 110px);
    padding-left: 20px;
  }
  .news6 .text-box .text {
    font-size: 14px;
    line-height: 24px;
    max-height: 120px;
  }
  .news7 {
    padding: 20px;
    margin-bottom: 15px;
  }
  .news7 .imgbox {
    width: 110px;
    height: 110px;
  }
  .news7 .text-box {
    width: 236px;
    padding-left: 20px;
  }
  .news7 .text-box h5 {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
  }
  .news7 .text-box .price {
    font-size: 14px;
    margin: 10px 0 15px;
  }
  .news7 .text-box .price span {
    margin-left: 20px;
  }
  .warning_popup {
    width: 300px;
    height: 120px;
    font-size: 16px;
    border-radius: 10px;
  }
  .warning_popup_2 {
    width: 250px;
  }
  .warning_popup_2 h5 {
    line-height: 32px;
    font-size: 16px;
    padding: 0 10px;
  }
  .warning_popup_2 p {
    padding: 30px 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .warning_popup_2 ul {
    margin-bottom: 20px;
  }
  .warning_popup_2 ul li {
    width: 82px;
    line-height: 28px;
    font-size: 14px;
    margin: 0 5px;
  }
  .main16 {
    height: 66px;
  }
  .main16 img {
    width: 100px;
  }
  .main16 p {
    font-size: 18px;
  }
  .main17 {
    height: 98px;
    padding: 0 50px;
    margin-top: -49px;
  }
  .main17 .left {
    font-size: 25px;
  }
  .main17 .left b {
    font-size: 45px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    margin: 0 5px;
    top: 8px;
  }
  .main17 .left span {
    font-size: 18px;
  }
  .main17 .right a {
    width: 150px;
    line-height: 48px;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    margin-left: 15px;
  }
  .main18-box {
    margin-top: -49px;
  }
  .main18-box .main18 {
    padding: 50px 0;
  }
  .main18-box .main18 .main18-con .title {
    margin-bottom: 30px;
  }
  .main18-box .main18 .main18-con .title h5 {
    padding: 10px 50px;
  }
  .main18-box .main18 .main18-con .title h5 span {
    font-size: 35px;
  }
  .main18-box .main18 .main18-con .title p {
    font-size: 20px;
    margin-top: 15px;
  }
  .main18-box .main18 .main18-con .title p span::before,
  .main18-box .main18 .main18-con .title p span::after {
    width: 150px;
    height: 2px;
    margin: -1px 5px 0 0;
  }
  .main18-box .main18 .main18-con .title p span::after {
    margin: -1px 0 0 5px;
  }
  .main18-box .main18 .main18-con .con .bt h5 {
    font-size: 20px;
    padding: 20px 20px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .main18-box .main18 .main18-con .con .imgbox-padding {
    padding: 0;
  }
  .main18-box .main18 .main18-con .con .imgbox-padding .imgbox {
    border-radius: 20px;
    padding: 10px;
  }
  .main18-box .main18 .main18-con .con .imgbox-padding .imgbox .img {
    border-radius: 10px;
  }
  .main18-box .main18.main18-1 {
    padding-top: 99px;
  }
  .main18-box .main18.main18-3 .main18-con .con .nav {
    margin-bottom: 30px;
  }
  .main18-box .main18.main18-3 .main18-con .con .nav ul {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .main18-box .main18.main18-3 .main18-con .con .nav ul li {
    line-height: 48px;
    font-size: 20px;
  }
  .main18-box .main18.main18-3 .main18-con .con .imgbox-padding .imgbox .bottom {
    padding: 20px 0;
    font-size: 20px;
  }
  .main19 .title {
    padding: 15px;
    font-size: 20px;
  }
  .main19 .title::before {
    width: 230px;
  }
  .main19 .con {
    padding: 20px;
    font-size: 14px;
  }
  .main20 .list {
    margin-bottom: 20px;
  }
  .main20 .list .title {
    font-size: 20px;
    padding: 20px;
  }
  .main20 .list .con {
    padding: 20px;
    font-size: 14px;
  }
  .main20 .list.list-3 .con {
    padding-bottom: 10px;
  }
  .main20 .list.list-3 .con ul {
    margin: 0 -5px;
  }
  .main20 .list.list-3 .con ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main20 .list.list-4 .con #map {
    height: 350px;
    margin-top: 20px;
  }
  .main20 .list.list-6 .con form input,
  .main20 .list.list-6 .con form textarea {
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .main20 .list.list-6 .con form textarea {
    padding: 20px;
    height: 150px;
  }
  .main20 .list.list-6 .con form button {
    height: 40px;
    font-size: 16px;
  }
  .main21 {
    height: 465px;
  }
  .main21 .main21-con .con-box .left .title {
    font-size: 38px;
  }
  .main21 .main21-con .con-box .left .title span {
    font-size: 18px;
    margin-left: 10px;
  }
  .main21 .main21-con .con-box .left .con-1 {
    margin: 15px 0 20px;
  }
  .main21 .main21-con .con-box .left .con-1 ul {
    padding: 10px 0;
  }
  .main21 .main21-con .con-box .left .con-1 ul li {
    border-right: 2px solid #fff;
  }
  .main21 .main21-con .con-box .left .con-1 ul li a {
    padding: 0 10px;
    font-size: 18px;
  }
  .main21 .main21-con .con-box .left .con-2 dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main21 .main21-con .con-box .left .con-2 dl dd a {
    font-size: 14px;
    line-height: 25px;
  }
  .main21 .main21-con .con-box .left .con-3 {
    margin-top: 30px;
  }
  .main21 .main21-con .con-box .left .con-3 a {
    width: 178px;
    line-height: 42px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 36px;
    margin-right: 20px;
  }
  .main21 .main21-con .con-box .left .con-3 a.download {
    background: url(../images/icon18_1.png) no-repeat right 30px center / 18px auto;
  }
  .main21 .main21-con .con-box .left .con-3 a.help {
    background: url(../images/icon19_1.png) no-repeat right 30px center / 19px auto;
  }
  .main21 .main21-con .con-box .left .con-3 a:hover.download {
    background-image: url(../images/icon18_2.png);
  }
  .main21 .main21-con .con-box .left .con-3 a:hover.help {
    background-image: url(../images/icon19_2.png);
  }
  .main21 .main21-con .con-box .right img {
    width: 470px;
  }
  .main22 {
    margin-top: 60px;
  }
  .main22 ul {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .main22 ul li {
    height: 218px;
  }
  .main22 ul li .img {
    height: 52px;
  }
  .main22 ul li h5 {
    font-size: 18px;
    margin: 25px 0 10px;
  }
  .title2 {
    margin: 50px 0 30px;
  }
  .title2 h5 {
    font-size: 38px;
  }
  .title2 .text1 {
    margin: 15px 0;
  }
  .title2 .text1 p {
    padding: 5px 15px;
    font-size: 25px;
  }
  .title2 .text1 p::before,
  .title2 .text1 p::after {
    width: 180px;
  }
  .title2 .text2 {
    font-size: 16px;
  }
  .main23 {
    padding: 100px 0 50px;
    margin-top: -100px;
  }
  .main24 {
    padding-bottom: 50px;
  }
  .main24 .swiper {
    padding: 50px 0;
  }
  .main24 .swiper .swiper-slide {
    border-radius: 10px;
  }
  .main24 .swiper .swiper-slide .img {
    height: 211px;
  }
  .main24 .swiper .but {
    width: 45px;
    height: 45px;
  }
  .main24 .swiper .but.but-prev {
    left: 40px;
  }
  .main24 .swiper .but.but-next {
    right: 40px;
  }
  .main24 .bottom {
    margin: 30px auto 0;
    font-size: 18px;
  }
  .main25 .list .con {
    height: 496px;
  }
  .main25 .list .con .text-box {
    width: 520px;
    padding-right: 30px;
  }
  .main25 .list .con .text-box h5 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .main25 .list .con .text-box h5::before {
    width: 35px;
    height: 2px;
  }
  .main25 .list .con .text-box .text {
    font-size: 16px;
    margin: 20px 0 50px;
  }
  .main25 .list .con .text-box a {
    width: 207px;
    line-height: 48px;
    border-radius: 10px;
    font-size: 16px;
  }
  .main25 .list .con .video {
    width: calc(100% - 520px);
    height: 334px;
  }
  .main25 .list:nth-child(even) .con .text-box {
    padding: 0 0 0 30px;
  }
  .main26 {
    padding-bottom: 50px;
  }
  .main26 .gd .but {
    width: 45px;
    height: 45px;
  }
  .main27 {
    padding: 60px 0;
  }
  .main27 .main27-con {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .main27 .main27-con .main27-left {
    width: 617px;
  }
  .main27 .main27-con .main27-right {
    width: calc(100% - 617px);
  }
  .main27 .main27-con .main27-right .con-1 {
    padding: 30px 30px 50px;
  }
  .main27 .main27-con .main27-right .con-1 .title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .main27 .main27-con .main27-right .con-1 form input {
    height: 41px;
    padding: 0 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .main27 .main27-con .main27-right .con-1 form .yzm input {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
  .main27 .main27-con .main27-right .con-1 form .yzm a {
    width: 90px;
    line-height: 41px;
  }
  .main27 .main27-con .main27-right .con-1 form .login {
    padding: 30px 0;
  }
  .main27 .main27-con .main27-right .con-1 form button {
    height: 41px;
    font-size: 16px;
  }
  .main27 .main27-con .main27-right .con-2 {
    padding: 80px 30px;
  }
  .main27 .main27-con .main27-right .con-2 .nav {
    margin-bottom: 80px;
  }
  .main27 .main27-con .main27-right .con-2 .nav ul {
    padding-bottom: 25px;
  }
  .main27 .main27-con .main27-right .con-2 .nav ul li {
    font-size: 20px;
    padding: 0 15px;
  }
  .main27 .main27-con .main27-right .con-2 form ul li.phone .user {
    padding: 0 10px;
  }
  .main27 .main27-con .main27-right .con-2 form input {
    height: 41px;
    padding: 0 10px 0 38px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .main27 .main27-con .main27-right .con-2 form input.user {
    background: url(../images/icon23.png) no-repeat 10px center / 16px auto;
  }
  .main27 .main27-con .main27-right .con-2 form input.password {
    background: url(../images/icon24.png) no-repeat 12px center / 14px auto;
  }
  .main27 .main27-con .main27-right .con-2 form .yzm {
    margin-bottom: 18px;
  }
  .main27 .main27-con .main27-right .con-2 form .yzm input {
    width: calc(100% - 100px);
    padding: 0 10px;
  }
  .main27 .main27-con .main27-right .con-2 form .yzm a {
    width: 90px;
    line-height: 41px;
  }
  .main27 .main27-con .main27-right .con-2 form .forget {
    margin: 8px 0 40px;
  }
  .main27 .main27-con .main27-right .con-2 form .but button {
    width: calc(100% - 105px);
    height: 41px;
    font-size: 16px;
  }
  .main27 .main27-con .main27-right .con-2 form .but a {
    width: 95px;
    line-height: 39px;
    font-size: 16px;
  }
  .main28 {
    padding: 30px 50px 50px;
  }
  .main28 a {
    width: 120px;
    line-height: 48px;
    font-size: 16px;
  }
  .main29 {
    width: 900px;
    padding: 50px;
  }
  .main29 .icon-plus {
    right: 5px;
    font-size: 30px;
  }
  .main29 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main29 .main29-con dl {
    margin-bottom: 20px;
  }
  .main29 .main29-con dl dt {
    font-size: 16px;
    width: 80px;
  }
  .main29 .main29-con dl dd {
    width: calc(100% - 80px);
  }
  .main29 .main29-con dl dd input,
  .main29 .main29-con dl dd select {
    height: 50px;
    padding: 0 15px;
  }
  .main29 .main29-con dl.address dd .list-box {
    margin: 0 -5px;
  }
  .main29 .main29-con dl.address dd .list-box .list {
    padding: 0 5px;
  }
  .main29 .main29-con dl.address dd .list-box .list ul {
    margin: 0 -5px;
  }
  .main29 .main29-con dl.address dd .list-box .list ul li {
    padding: 0 5px;
  }
  .main29 .main29-con dl.address dd .list-box .list ul li select {
    background: url(../images/icon25.png) no-repeat right 16px center / 11px auto;
  }
  .main29 .main29-con .but {
    padding-top: 20px;
  }
  .main29 .main29-con .but button {
    width: calc(100% - 80px);
    height: 50px;
    font-size: 16px;
  }
  .main29 .main29-con .but .warning {
    width: calc(100% - 80px);
    top: -10px;
  }
  .main29.main29-2 .title-2 {
    margin: 30px 0 20px;
    font-size: 14px;
  }
  .personal {
    padding: 30px 0 60px;
  }
  .personal .personal-con .personal-left {
    width: 177px;
  }
  .personal .personal-con .personal-right {
    width: calc(100% - 197px);
    min-height: 553px;
  }
  .personal .personal-con .personal-right .personal-title {
    font-size: 16px;
    line-height: 60px;
    margin-bottom: 25px;
    padding-left: 65px;
    background: url(../images/icon27.png) no-repeat 25px center / 28px auto;
  }
  .personal .personal-con .personal-right .personal-right-con {
    padding: 0 30px 30px;
  }
  .nav5 {
    padding: 10px;
  }
  .nav5 ul li a {
    line-height: 50px;
    padding-left: 43px;
  }
  .nav5 ul li:first-child a {
    background: url(../images/icon26_1.png) no-repeat 14px center / 18px auto;
  }
  .nav5 ul li:nth-child(2) a {
    background: url(../images/icon26_2.png) no-repeat 14px center / 18px auto;
  }
  .nav5 ul li:nth-child(3) a {
    background: url(../images/icon26_3.png) no-repeat 18px center / 12px auto;
  }
  .nav5 ul li:nth-child(4) a {
    background: url(../images/icon26_4.png) no-repeat 14px center / 20px auto;
  }
  .nav5 ul li:nth-child(5) a {
    background: url(../images/icon26_5.png) no-repeat 16px center / 18px auto;
  }
  .nav5 ul li:nth-child(6) a {
    background: url(../images/icon26_6.png) no-repeat 16px center / 20px auto;
  }
  .nav5 ul li:last-child a {
    margin-top: 80px;
    background: url(../images/icon26_7.png) no-repeat 19px center / 16px auto;
  }
  .main30 .user {
    font-size: 14px;
  }
  .main30 .user b {
    margin-left: 10px;
  }
  .main30 .main30-con .list {
    margin-top: 20px;
  }
  .main30 .main30-con .list .title {
    padding-right: 30px;
  }
  .main30 .main30-con .list .title span {
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
  }
  .main30 .main30-con .list .title span::before {
    border-right: 15px solid transparent;
    border-bottom: 30px solid #d01820;
  }
  .main30 .main30-con .list table tr th .bg {
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
  }
  .main30 .main30-con .list table tr th:nth-child(1) {
    width: 119px;
  }
  .main30 .main30-con .list table tr th:nth-child(2) {
    width: 153px;
  }
  .main30 .main30-con .list table tr th:nth-child(3) {
    width: 119px;
  }
  .main30 .main30-con .list table tr th:nth-child(4) {
    width: auto;
  }
  .main30 .main30-con .list table tr th:nth-child(5) {
    width: 103px;
  }
  .main30 .main30-con .list table tr td {
    height: 40px;
    padding: 5px 11px;
  }
  .main30 .main30-con .list table tr td .num {
    font-size: 14px;
  }
  .main31 .title {
    font-size: 14px;
  }
  .main31 .title b {
    margin-left: 10px;
  }
  .main31 form {
    margin-top: 20px;
  }
  .main31 form dl {
    margin-bottom: 15px;
  }
  .main31 form dl dt {
    width: 49px;
    font-size: 14px;
  }
  .main31 form dl dd {
    width: calc(100% - 49px);
  }
  .main31 form dl.yzm dd input {
    width: calc(100% - 160px);
  }
  .main31 form dl.yzm dd a {
    width: 150px;
    line-height: 45px;
  }
  .main31 form input {
    height: 45px;
    padding: 0 15px;
  }
  .main31 form button {
    width: 230px;
    height: 45px;
    font-size: 16px;
    margin-left: 49px;
  }
  .main31.main31-2 form {
    margin-top: 0;
  }
  .main31.main31-2 form dl dt {
    width: 73px;
  }
  .main31.main31-2 form dl dd {
    width: calc(100% - 73px);
  }
  .main31.main31-2 form button {
    margin-left: 73px;
  }
  .main32 .title {
    font-size: 14px;
  }
  .main32 .main32-con .noData {
    font-size: 16px;
    padding: 15px 0;
  }
  .main32 .main32-con dl {
    padding: 15px 0;
  }
  .main32 .main32-con dl dt {
    width: 118px;
    line-height: 30px;
  }
  .main32 .main32-con dl dd {
    width: calc(100% - 118px);
  }
  .main32 .main32-con dl dd .info {
    width: calc(100% - 70px);
    padding: 0 20px;
  }
  .main32 .main32-con dl dd .info .address {
    margin: 0 10px;
  }
  .main32 .main32-con dl dd .info .address span {
    font-size: 14px;
  }
  .main32 .main32-con dl dd .but {
    width: 70px;
  }
  .main33 table tr th .bg {
    height: 40px;
    font-size: 14px;
  }
  .main33 table tr th:nth-child(1) {
    width: 130px;
  }
  .main33 table tr th:nth-child(2) {
    width: 103px;
  }
  .main33 table tr th:nth-child(3) {
    width: 130px;
  }
  .main33 table tr th:nth-child(4) {
    width: 103px;
  }
  .main33 table tr th:nth-child(5) {
    width: auto;
  }
  .main33 table tr th:nth-child(6) {
    width: 90px;
  }
  .main33 table tr td {
    height: 40px;
    font-size: 13px;
  }
  .main33 table tr td:last-child a {
    margin: 0 5px;
  }
  .main33 table tr:first-child {
    border-bottom: 2px solid #d01820;
  }
}
