@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 17rem;
  margin: 0 auto;
}
.main {
  width: 12rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f48 {
  font-size: 0.48rem;
}
.f40 {
  font-size: 0.4rem;
}
.f36 {
  font-size: 0.36rem;
}
.f30 {
  font-size: 0.3rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 0.14rem;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.bgw {
  background: #fff;
}
.radius10 {
  border-radius: 0.1rem;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.red {
  color: #e2211c;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  height: 0.7rem;
  z-index: 9;
}
.m_header_bg {
  background: #1b1e23;
}
.m_header_bg .nav {
  color: #fff;
}
.m_header_bg .nav li:nth-child(2) > a,
.m_header_bg .nav li:nth-child(3) > a,
.m_header_bg .nav li:nth-child(4) > a,
.m_header_bg .nav li:nth-child(6) > a {
  background: url(../images/down2.png) no-repeat right center;
  padding-right: 0.2rem;
}
.m_header_bg .logo img {
  width: 2.12rem;
}
.logo img {
  width: 1.34rem;
}
.nav {
  width: 8.1rem;
}
.nav li > a {
  line-height: 0.7rem;
  position: relative;
  display: block;
}
.nav li:nth-child(2) > a,
.nav li:nth-child(3) > a,
.nav li:nth-child(4) > a,
.nav li:nth-child(6) > a {
  background: url(../images/down.png) no-repeat right center;
  padding-right: 0.2rem;
}
.nav li.active > a {
  color: #e2211c;
}
.nav li:hover:nth-child(2) > a,
.nav li:hover:nth-child(3) > a,
.nav li:hover:nth-child(4) > a,
.nav li:hover:nth-child(6) > a {
  color: #e2211c;
  background: url(../images/down1.png) no-repeat right center;
}
.nav li:hover .sub_nav {
  display: block;
}
.sub_nav {
  top: 0.7rem;
  background: #e2211c;
  height: 0.5rem;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.sub_nav a {
  margin: 0 0.17rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
}
.sub_nav a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.search_box {
  width: 2.86rem;
  height: 0.49rem;
  border-radius: 0.24rem;
  border: solid 1px #e0e0e0;
  background: #fff;
  padding: 0 0.2rem;
  margin-left: 0.45rem;
}
.search_txt {
  width: 2.2rem;
  height: 0.45rem;
  border: none;
}
.search_sub {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/ss.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}
.ss_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.ss_box {
  width: 6.65rem;
  height: 100%;
  position: fixed;
  background: #fff;
  right: 0;
  top: 0;
  padding: 0 0.32rem;
}
.ss_tit {
  border-bottom: solid 1px #c0c4cc;
  padding: 0.4rem 0 0.25rem;
}
.ss_close {
  width: 0.17rem;
  height: 0.17rem;
}
.ss_type {
  height: 0.52rem;
  margin: 0.35rem 0 0;
  border: solid 1px #4c4c4c;
}
.ss_type span {
  width: 33.33%;
  text-align: center;
  border-right: solid 1px #4c4c4c;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ss_type span:last-child {
  border-right: none;
}
.ss_type span.on {
  background: #000000;
  font-weight: bold;
  color: #fff;
}
.sub_ss_type {
  margin: 0.3rem 0 0.45rem;
}
.sub_ss_type li {
  background: url(../images/ra1.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
  padding-left: 0.25rem;
  margin-right: 0.6rem;
  cursor: pointer;
}
.sub_ss_type li.current {
  background: url(../images/ra2.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
}
.ss_con1 {
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
  border-left: solid 1px #dddddd;
}
.ss_con1 li {
  border-bottom: solid 1px #c0c4cc;
  padding: 0.2rem 0 0.15rem;
}
.ss_con_tit {
  width: 1.2rem;
  padding-left: 0.25rem;
}
.ss_select {
  width: 4.8rem;
  border: none;
  background: none;
}
.ss_select .layui-input {
  border: none;
}
.ss_btn {
  width: 0.65rem;
  height: 0.42rem;
  background: #b2b2b2;
  border: none;
  color: #fff;
  margin: 0.3rem 0;
}
.ss_con {
  display: none;
}
.ss_con:first-child {
  display: block;
}
.banner {
  margin: 0.7rem 0 0;
}
.footer_bg {
  background: #000000;
}
.page {
  text-align: center;
  justify-content: center;
  display: flex;
}
.page a {
  display: inline-block;
  text-align: center;
  padding: 0 17px;
  margin: 0 5px;
}
.page a.active {
  color: #e2211c;
}
.friendlink {
  padding: 0.2rem 1.5rem;
}
.friendlink h3 img {
  width: 0.19rem;
  height: 0.2rem;
  margin-right: 0.06rem;
}
.friendlink p a {
  margin-right: 0.2rem;
}
.footer {
  padding: 0.35rem 1.5rem 0.2rem;
  border-top: solid 1px #0a0a0a;
  border-bottom: solid 1px #0a0a0a;
}
.footer h4 {
  font-size: 0.16rem;
  line-height: 1;
}
.footer_logo img {
  width: 1.46rem;
}
.footer_nav {
  width: 8.65rem;
}
.footer_nav li h4 {
  font-size: 0.16rem;
}
.footer_nav li p {
  margin: 0.17rem 0 0;
}
.footer_nav li p a {
  display: block;
  color: #504e4b;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.footer_nav li p a:hover {
  color: #e2211c;
}
.footer_tel {
  width: 2.6rem;
  color: #e0e0e0;
}
.copyright {
  padding: 0.15rem 0;
  color: #504e4b;
}
.pro li:hover .pro_con span {
  text-decoration: underline;
}
.pro_pic {
  height: 3.4rem;
}
.pro_con {
  background: #e2211c;
  color: #fff;
  padding: 0.45rem 0.3rem 0;
  height: 2.56rem;
}
.pro_con span {
  width: 1.16rem;
  height: 0.51rem;
  background: #fff;
}
.news_box {
  padding: 0.9rem 0;
}
.tit {
  line-height: 1;
  color: #575757;
}
.tit span {
  font-size: 0.5rem;
}
.news {
  margin: 0.6rem 0 0;
  padding-bottom: 1rem;
}
.news li a {
  border: solid 1px #e9e9e9;
  padding: 0.3rem 0.25rem;
}
.news li:hover a {
  box-shadow: 0 2px 0.1rem #e0e0e0;
}
.news li:hover .news_more {
  background: url(../images/news_more1.png) no-repeat;
  background-size: 100% 100%;
}
.news .swiper-pagination-bullet {
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/dot1.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.news .swiper-pagination-bullet-active {
  background: url(../images/dot2.png) no-repeat;
  background-size: 100% 100%;
}
.news_pic {
  width: 3.8rem;
  height: 2.4rem;
}
.news_pic img {
  object-fit: cover;
}
.news_con {
  width: 2.25rem;
}
.news_txt {
  color: #000000;
  line-height: 0.3rem;
  margin: 0 0 0.4rem;
}
.news_txt::before {
  width: 0.48rem;
  height: 0.03rem;
  background: #e2211c;
  display: block;
  content: "";
  margin: 0.3rem 0 0.24rem;
}
.news_more {
  width: 0.34rem;
  height: 0.35rem;
  background: url(../images/news_more.png) no-repeat;
  background-size: 100% 100%;
}
.solutions_left {
  width: 4.35rem;
}
.solutions_txt {
  color: #585858;
  margin: 0.95rem 0 0.6rem;
}
.more {
  width: 1.16rem;
  height: 0.51rem;
  border: solid 1px #666666;
  color: #8d8d8d;
  transition: all 0.3s;
}
.more:hover {
  background: #e2211c;
  border: solid 1px #e2211c;
  color: #fff;
}
.solutions_list {
  width: 11.2rem;
}
.solutions_list li {
  height: 2.64rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.solutions_list_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  padding: 0 0.5rem;
  background: url(../images/more1.png) no-repeat right 0.6rem center;
  background-size: 0.34rem 0.34rem;
}
.solutions_list_con p {
  text-transform: uppercase;
  margin: 0.1rem 0 0;
  font-family: Arial;
}
.video_box {
  padding: 0.7rem 0 0.9rem;
}
.video {
  height: 4.3rem;
  object-fit: cover;
}
.about_num {
  background: #fff;
  width: 14.05rem;
  height: 1.52rem;
  box-shadow: 0 3px 0.1rem #e0e0e0;
  margin: -0.3rem auto 0;
  padding: 0 1.35rem;
}
.about_num span {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.about_num_list {
  width: 7.65rem;
}
.about_num_list li {
  line-height: 1.3;
}
.about_num_list li span {
  font-size: 0.48rem;
}
.danwei {
  color: #acacac;
}
.m_banner {
  margin-top: 0.9rem;
}
.m_tit {
  width: 100%;
  padding-right: 0.75rem;
  top: 0.75rem;
  left: 0;
}
.main_box {
  padding-bottom: 0.9rem;
}
.m_news_pic {
  width: 1.96rem;
  height: 1.32rem;
}
.m_news_pic img {
  object-fit: cover;
}
.m_news {
  padding: 0.3rem 0 0.6rem;
}
.m_news li {
  border-bottom: solid 1px #ddd;
  padding: 0.3rem 0;
}
.m_news li:hover .f20 {
  color: #e2211c;
}
.m_news li:hover .m_news_con {
  background: url(../images/more2.jpg) no-repeat right center;
  padding-right: 1.1rem;
}
.m_news_con {
  width: 9.5rem;
}
.m_news_txt {
  line-height: 0.24rem;
  height: 0.48rem;
}
.news_show_box {
  padding: 1.25rem 0 0.6rem;
}
.show_txt {
  min-height: 4rem;
}
.show_txt img {
  max-width: 100%;
}
.about_box {
  padding-bottom: 0.1rem;
}
.about_box .about_num {
  width: 100%;
  padding: 0 0.35rem;
}
.about_box .about_num_list {
  width: 7.7rem;
}
.m_about_list li {
  margin-top: 0.1rem;
  height: 4.28rem;
  position: relative;
}
.m_about_list li a {
  height: 100%;
  display: block;
}
.m_about_list li:nth-child(odd) .m_about_list_con {
  background: rgba(0, 0, 0, 0.7);
  left: 0.4rem;
  color: #fff;
}
.m_about_list li:nth-child(even) .m_about_list_con {
  background: rgba(255, 255, 255, 0.7);
  right: 1.7rem;
}
.m_about_list_con {
  width: 3.84rem;
  top: 0;
  padding: 0.6rem 0.45rem 0;
}
.m_about_list_con h3 {
  font-size: 0.32rem;
}
.m_about_list_more {
  width: 1.05rem;
  height: 1.05rem;
  bottom: 0;
  right: 0;
}
.m_about_show img {
  max-width: 100%;
}
.zhichi_list {
  padding: 0.4rem 0 1rem;
}
.zhichi_list li {
  border-bottom: solid 1px #dddddd;
  padding: 0.3rem 0;
}
.zhichi_list li:hover .wen {
  color: #e2211c;
}
.wen {
  background: url(../images/wen.png) no-repeat left top;
  background-size: 0.32rem 0.32rem;
  padding-left: 0.5rem;
}
.da {
  background: url(../images/da.png) no-repeat left top;
  background-size: 0.32rem 0.32rem;
  padding-left: 0.5rem;
}
.m_contact_box {
  border: solid 1px #e0e0e0;
  padding: 0.15rem 0.15rem 0.15rem 0.4rem;
}
.m_contact_list li {
  border-bottom: solid 1px #e0e0e0;
  padding: 0.22rem 0;
}
.m_contact_list li img {
  width: 0.29rem;
  height: 0.32rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.map {
  width: 7.2rem;
  height: 3.6rem;
}
.lingyu_list {
  padding: 0.45rem 0 0.8rem;
}
.lingyu_list li {
  margin-bottom: 0.1rem;
}
.lingyu_list li:hover .f24 {
  color: #e2211c;
}
.lingyu_con {
  width: 5.35rem;
  height: 2.61rem;
  border-bottom: solid 1px #e0e0e0;
  padding: 0.45rem 0 0;
}
.lingyu_pic {
  width: 6.04rem;
  height: 2.61rem;
}
.lingyu_pic::after {
  width: 0.74rem;
  height: 0.74rem;
  content: "";
  display: block;
  background: url(../images/more3.jpg) repeat;
  background-size: 0.74rem 0.74rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m_pro_bg {
  background: #000;
  padding: 1.3rem 0 0;
}
.pro_type {
  border-bottom: solid 1px #fff;
  padding-bottom: 0.35rem;
  margin-bottom: 0.35rem;
}
.pro_type a {
  width: 33.33%;
  position: relative;
}
.pro_type a span {
  width: 0.44rem;
  height: 0.28rem;
  display: block;
  position: relative;
  margin-right: 0.14rem;
}
.pro_type a span img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pro_type a span img:last-child {
  opacity: 0;
}
.pro_type a::after {
  width: 0;
  height: 2px;
  background: #e2211c;
  content: "";
  display: block;
  left: 0;
  bottom: -0.36rem;
  position: absolute;
  transition: all 0.6s;
}
.pro_type a:hover {
  color: #e2211c;
}
.pro_type a:hover::after {
  width: 100%;
}
.pro_type a:hover span img:first-child {
  opacity: 0;
}
.pro_type a:hover span img:last-child {
  opacity: 1;
}
.pro_type a.on {
  color: #e2211c;
}
.pro_type a.on::after {
  width: 100%;
}
.pro_type a.on span img:first-child {
  opacity: 0;
}
.pro_type a.on span img:last-child {
  opacity: 1;
}
.m_ss_type a {
  line-height: 0.35rem;
  border-radius: 0.05rem;
  padding: 0 0.3rem;
  margin-right: 0.15rem;
}
.m_ss_type a:hover {
  background: #e43038;
}
.m_ss_type a.on {
  background: #e43038;
  color: #fff;
}
.select_list {
  width: 1.92rem;
  height: 0.42rem;
  border: 1px #ffffff solid;
  background: none;
  padding: 0 0.15rem;
  line-height: 0.42rem;
  cursor: pointer;
  margin-right: 0.1rem;
}
.select_list.current {
  border: solid 1px #e2211c;
}
.m_ss_btn {
  width: 1.9rem;
  height: 0.42rem;
  background: #e43038;
  color: #fff;
  border: none;
}
.select_tit {
  cursor: pointer;
}
.select_name {
  width: 1.4rem;
  height: 0.4rem;
  background: none;
  border: none;
  color: #fff;
}
.select_name::-webkit-input-placeholder {
  color: #fff;
}
.select_nar {
  width: 0.09rem;
  height: 0.06rem;
  background: url(../images/down3.png) no-repeat;
  background-size: 100% 100%;
}
.select_menu {
  width: 12rem;
  left: 0;
  top: 0.7rem;
  background: #fff;
  border-radius: 0.05rem;
  z-index: 66;
  display: none;
}
.xinghao {
  padding: 0.15rem 0 0.15rem 0.7rem;
}
.xinghao span {
  line-height: 0.6rem;
  display: inline-block;
  width: 1.6rem;
  cursor: pointer;
}
.xinghao span:nth-child(7n) {
  width: 1.3rem;
}
.xinghao span:hover {
  color: #e2211c;
  text-decoration: underline;
}
.select_close {
  background: none;
}
.select_close::after {
  content: "×";
  font-size: 0.2rem;
  color: #fff;
  top: 0;
  right: 0.1rem;
  position: absolute;
}
.brand {
  padding: 0.15rem 0 0.15rem 0.7rem;
}
.brand span {
  line-height: 0.6rem;
  display: inline-block;
  width: 1.6rem;
  cursor: pointer;
}
.brand span:nth-child(7n) {
  width: 1.3rem;
}
.brand span:hover {
  color: #e2211c;
  text-decoration: underline;
}
.chexing {
  left: -2.03rem;
  padding: 0.15rem 0 0.15rem 0.7rem;
}
.chexing span {
  line-height: 0.6rem;
  display: inline-block;
  width: 1.6rem;
  cursor: pointer;
}
.chexing span:nth-child(7n) {
  width: 1.3rem;
}
.chexing span:hover {
  color: #e2211c;
  text-decoration: underline;
}
.year {
  width: 1.92rem;
  padding: 0.2rem 0;
  text-align: center;
}
.year span {
  display: block;
  line-height: 0.6rem;
}
.qianhou {
  width: 1.92rem;
  padding: 0.2rem 0;
  text-align: center;
}
.qianhou span {
  display: block;
  line-height: 0.6rem;
}
.sub_type {
  background: #e43038;
  border-radius: 0.1rem 0.1rem 0 0;
  padding: 0.1rem 0.2rem 1.2rem;
}
.m_pro_box {
  padding: 0.3rem 0 0.6rem;
}
.m_pro_list_bg {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem 0.24rem;
  margin-bottom: 0.05rem;
}
.m_pro_head {
  margin-bottom: 0.1rem;
}
.m_pro_head li {
  color: #8a8a8a;
}
.m_pro_list {
  padding: 0.1rem 0;
}
.m_pro_list li {
  width: 25%;
  margin: 0.1rem 0;
}
.m_pro_list li img {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.15rem;
}
.m_pro_list li:hover a {
  color: #e2211c;
  text-decoration: underline;
}
.letter {
  width: 0.3rem;
  position: absolute;
  right: 0 ;
  top: 10%;
  z-index: 2;
}
.letter li {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 100%;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.letter li.on {
  background: #000000;
  color: #fff;
}
.letter li:hover {
  background: #000000;
  color: #fff;
}
.letter.current {
  position: fixed;
  right: 3.5rem;
}
.m_pro_list_bg2 {
  background: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.05rem;
  padding: 0.1rem 0;
}
.kong {
  display: block;
  margin-top: -1.2rem;
  height: 1.2rem;
}
.m_pro2 li {
  width: 50%;
  border-right: solid 1px #ededed;
  padding: 0 0.87rem;
}
.m_pro2 li:last-child {
  border-right: none;
}
.m_pro2 li:hover .m_pro2_tit {
  color: #e43038;
  text-decoration: underline;
}
.m_pro2 li:hover .m_pro2_pic {
  border: solid 3px #e43038;
}
.m_pro2_pic {
  border: solid 3px #fff;
}
.m_pro2_pic img {
  width: 2.4rem;
  height: 1.28rem;
}
.m_pro2_tit {
  width: 1.3rem;
}
.m_search_list li {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.1rem;
  margin-bottom: 0.1rem;
}
.m_search_list li:hover .m_ss_pic {
  border: solid 0.03rem #e43038;
}
.m_search_list li:hover .m_ss_tit {
  color: #e2211c;
  text-decoration: underline;
}
.m_search_list {
  padding: 0.2rem 0 0;
}
.m_ss_tit {
  width: 8.6rem;
}
.m_ss_pic {
  width: 2.46rem;
  height: 1.34rem;
}
.m_type_pic {
  width: 2.45rem;
  height: 1.5rem;
}
.m_type_con {
  width: 8.9rem;
}
.m_type_list:hover {
  color: #e43038;
  text-decoration: underline;
}
.pro_xx_show_box {
  padding: 0.25rem 0.56rem 1.3rem;
}
.pro_xx_show_pic {
  border: solid 1px #eaeaea;
  padding: 0.25rem 1.5rem;
}
.pro_xx_show_pic .swiper-button-next,
.pro_xx_show_pic .swiper-button-prev {
  width: 0.23rem;
  height: 0.51rem;
  background: #fafafa;
  top: 4.8rem;
  margin: 0;
}
.pro_xx_show_pic .swiper-button-next::after,
.pro_xx_show_pic .swiper-button-prev::after {
  font-size: 0.2rem;
  color: #dddddd;
}
.pro_xx_show_pic .swiper-button-next {
  right: 0.95rem;
}
.pro_xx_show_pic .swiper-button-prev {
  left: 0.95rem;
}
.big_pro {
  width: 4.9rem;
}
.small_pro {
  margin-top: 0.2rem;
}
.small_pro li.swiper-slide-thumb-active img {
  border: solid 1px #e43038;
}
.small_pro li img {
  height: 1.35rem;
  border: solid 1px #ececec;
}
.table_tit {
  border-bottom: solid 2px #e43038;
  margin: 0.35rem 0;
}
.table_tit span {
  width: 1.64rem;
  height: 0.48rem;
  background: #e43038;
  color: #fff;
  display: inline-block;
  line-height: 0.48rem;
  text-align: center;
}
.table {
  border: solid 1px #cccccc;
}
.table_th {
  border-bottom: solid 1px #cccccc;
}
.table_th li {
  width: 20%;
  text-align: center;
  line-height: 0.48rem;
}
.table_con {
  background: #f2f2f2;
}
.table_tr1 {
  width: 20%;
}
.table_tr_con {
  width: 80%;
}
.table_tr_con li {
  line-height: 0.46rem;
  border-bottom: solid 1px #cccccc;
}
.table_tr_con li span {
  width: 25%;
  display: inline-block;
  text-align: center;
  border-left: solid 1px #cccccc;
}
.table_tr_con li:last-child {
  border-bottom: none;
}
.m_ss_txt {
  width: 7.97rem;
  height: 0.42rem;
  border: solid 1px #fff;
  padding: 0 0.1rem;
  background: none;
  color: #fff;
}
.ss_con2 {
  background: #eaeaea;
  height: 0.6rem;
}
.ss_txt {
  width: 4.95rem;
  padding: 0 0.25rem;
  border: none;
  background: none;
}
.ss_btn2 {
  width: 1.05rem;
  height: 0.6rem;
  background: #000000;
  font-weight: bold;
  color: #fff;
  border: none;
}
.pro_xx_tit {
  background: #e2211c;
  border-radius: 0.1rem;
  padding: 0.12rem 0.1rem;
  color: #fff;
}
.pro_xx_show {
  color: #fff;
  padding: 0.65rem 0;
}
.pro_xx_show img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
