@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;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  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;
}
.flex1 {
  flex: 1;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.start {
  align-items: flex-start;
}
.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: 15.65rem;
  margin: 0 auto;
}
.index {
  width: 17.17rem;
  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;
}
.fu{
  text-transform: uppercase;
}
.f52 {
  font-size: 0.52rem;
}
.f48 {
  font-size: 0.48rem;
}
.f42 {
  font-size: 0.42rem;
}
.f40 {
  font-size: 0.4rem;
}
.f36 {
  font-size: 0.36rem;
}
.f35 {
  font-size: 0.35rem;
}
.f34 {
  font-size: 0.34rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.cover {
  object-fit: cover;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.red {
  color: #ae0d14;
}
.phone {
  display: none;
}
/*banner*/
.box.on .header_bg {
  background: #fff;
  position: fixed;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.box.on .header_bg .logo > img:last-of-type,
.box.on .header_bg .ss_btn > img:last-of-type {
  opacity: 1;
}
.box.on .header_bg .logo > img:first-of-type,
.box.on .header_bg .ss_btn > img:first-of-type {
  opacity: 0;
}
.box.on .header_bg .ss_submit {
  background: url(../img/ss.png) no-repeat;
  background-size: 100% 100%;
}
.box.on .header_bg .ss_close {
  background: url(../img/close.png) no-repeat;
  background-size: 100% 100%;
}
.box.on .header_bg .seach {
  border: 1px solid #9B9B9B;
}
.box.on .header_bg .ss_txt {
  color: #141414;
}
.box.on .header_bg .nav {
  color: #141414;
}
.box.on .header_bg .lanuage {
  color: #141414;
}
.box.on .header_bg .lanuage::before {
  background: url(../img/lau1.png) no-repeat;
  background-size: 100% 100%;
}
.box.on .header_bg .lanuage::after {
  background: url(../img/nar2.png) no-repeat;
  background-size: 100% 100%;
}
.header_bg {
  width: 18.18rem;
  position: fixed;
  top: 0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0.94rem;
  z-index: 9;
  padding: 0 1.25rem;
  border-radius: 0.47rem;
}
.header_bg:hover {
  background: rgba(255, 255, 255, 0.85);
}
.header_bg:hover .logo > img:last-of-type,
.header_bg:hover .ss_btn > img:last-of-type {
  opacity: 1;
}
.header_bg:hover .logo > img:first-of-type,
.header_bg:hover .ss_btn > img:first-of-type {
  opacity: 0;
}
.header_bg:hover .ss_submit {
  background: url(../img/ss.png) no-repeat;
  background-size: 100% 100%;
}
.header_bg:hover .ss_close {
  background: url(../img/close.png) no-repeat;
  background-size: 100% 100%;
}
.header_bg:hover .seach {
  border: 1px solid #9B9B9B;
}
.header_bg:hover .ss_txt {
  color: #141414;
}
.header_bg:hover .nav {
  color: #141414;
}
.header_bg:hover .lanuage {
  color: #141414;
}
.header_bg:hover .lanuage::before {
  background: url(../img/lau1.png) no-repeat;
  background-size: 100% 100%;
}
.header_bg:hover .lanuage::after {
  background: url(../img/nar2.png) no-repeat;
  background-size: 100% 100%;
}
.logo {
  width: 1.74rem;
  height: 0.34rem;
}
.logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.logo img:last-child {
  opacity: 0;
}
.ss_btn {
  width: 0.26rem;
  height: 0.28rem;
  cursor: pointer;
}
.ss_btn > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ss_btn > img:last-of-type {
  opacity: 0;
}
.serach_box {
  width: 4.78rem;
  height: 0.5rem;
  right: 0;
  top: -0.1rem;
  bottom: 0;
  margin: auto 0;
  display: none;
}
.seach {
  width: 4.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  padding: 0 0.2rem;
  border-radius: 25px;
  border: 1px solid #fff;
}
.ss_txt {
  width: 3.8rem;
  border: none;
  background: none;
  color: #fff;
}
.ss_submit {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/ss.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}
.ss_close {
  width: 0.15rem;
  height: 0.15rem;
  background: url(../img/close1.png) no-repeat;
  background-size: 100% 100%;
}
.nav {
  width: 8.7rem;
  color: #fff;
}
.nav > ul > li {
  position: relative;
  height: 0.94rem;
  padding: 0.32rem 0;
}
.nav > ul > li > a {
  font-size: 0.18rem;
  position: relative;
  display: block;
}
.nav > ul > li > a::after {
  width: 100%;
  height: 1px;
  display: block;
  background: #ae0d14;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.1rem;
  position: absolute;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav > ul > li.active > a::after {
  transform: scale(1, 1);
}
.nav > ul > li:hover > a::after {
  transform: scale(1, 1);
}
.nav > ul > li:hover .sub_nav {
  display: block;
}
.nav > ul > li:nth-child(4) .sub_nav2 {
  left: -3rem;
}
.sub_nav1 {
  width: 11.98rem;
  top: 0.94rem;
  right: -3.24rem;
  padding: 0.15rem 0 0;
}
.sub_nav1 ul {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.3rem 0.4rem;
}
.sub_nav1 li {
  width: 2.63rem;
  height: 0.62rem;
  border-radius: 0.3rem;
  background: #F3F3F3;
  padding: 0 0.3rem;
  color: #8D8D8D;
}
.sub_nav1 li span {
  width: 0.19rem;
  height: 0.21rem;
  display: block;
  position: relative;
  margin-right: 0.15rem;
}
.sub_nav1 li span img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sub_nav1 li span img:last-child {
  opacity: 0;
}
.sub_nav1 li:hover {
  background: #ae0d14 url(../img/dot1.png) no-repeat right 0.34rem center;
  background-size: 0.21rem 0.21rem;
  color: #fff;
}
.sub_nav1 li:hover span img:first-child {
  opacity: 0;
}
.sub_nav1 li:hover span img:last-child {
  opacity: 1;
}
.sub_nav2 {
  width: 10.57rem;
  top: 0.94rem;
  left: -1.4rem;
  padding: 0.15rem 0 0;
  display: none;
}
.sub_nav2_con {
  background: #FFFFFF;
  border-radius: 0.15rem;
  padding: 0.45rem 0.5rem;
}
.sub_nav {
  display: none;
}
.sub_nav2_list {
  width: 4.22rem;
}
.sub_nav2_list li {
  line-height: 0.62rem;
  background: #F3F3F3;
  border-radius: 0.3rem;
  padding: 0 0.35rem;
  margin-bottom: 0.16rem;
  color: #8d8d8d;
}
.sub_nav2_list li:hover {
  background: #ae0d14 url(../img/dot1.png) no-repeat right 0.2rem center;
  color: #fff;
}
.sub_nav2_right {
  width: 4.53rem;
}
.nav_pic {
  height: 2.52rem;
  border-radius: 0.1rem;
}
.sub_nav2_tit {
  background: url(../img/dot2.png) no-repeat left center;
  background-size: 0.21rem 0.21rem;
  padding-left: 0.3rem;
  color: #6c6c6c;
}
.lanuage {
  width: 1.05rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-left: 0.3rem;
}
.lanuage::before {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/lau.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  left: 0.15rem;
  margin: auto 0;
  position: absolute;
  display: block;
  content: "";
}
.lanuage::after {
  width: 0.11rem;
  height: 0.05rem;
  background: url(../img/nar1.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  right: 0.17rem;
  margin: auto 0;
  position: absolute;
  display: block;
  content: "";
}
.lanuage:hover .lanuage_list {
  display: block;
}
.lanuage_list {
  width: 1.23rem;
  top: 0.4rem;
  left: -0.1rem;
  padding: 0.4rem 0 0;
  display: none;
  cursor: pointer;
}
.lanuage_list ul {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0.1rem;
  padding: 0.2rem;
  position: relative;
}
.lanuage_list ul li {
  padding: 0.1rem 0;
}
.lanuage_list ul li img {
  width: 0.23rem;
  height: 0.15rem;
  margin-right: 0.1rem;
}
.lanuage_list ul::before {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.09rem;
  margin: 0 auto;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.75);
  content: "";
}
.banner li {
  position: relative;
}
.banner .swiper-pagination {
  width: auto;
  margin: 0 15px;
}
.banner_txt {
  width: 100%;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  z-index: 10;
  display: none;
}
.banner_txt h2 {
  font-size: 0.63rem;
}
.banner_txt h3 {
  font-size: 0.22rem;
  text-transform: uppercase;
}
.banner_txt a {
  width: 1.45rem;
  height: 0.54rem;
  background: #AE0D14;
  border-radius: 0.27rem;
  margin: 0.5rem auto;
}
.swiper-slide-active .banner_txt {
  display: block;
}
.page {
  text-align: center;
}
.page > a {
  width: 0.57rem;
  height: 0.58rem;
  border-radius: 0.05rem;
  border: 1px solid #AE0D14;
  line-height: 0.56rem;
  text-align: center;
  margin: 0 0.8rem;
}
.page > a:hover {
  color: #ae0d14;
}
.page span a {
  margin: 0 0.25rem;
  color: #999;
}
.page span a.active {
  border-bottom: solid 1px #ae0d14;
  color: #000;
}
.bg1 {
  background: url(../img/bg1.png) no-repeat center top #fff;
  background-size: 100%;
  padding: 0.5rem 0 0;
}
.tit h3 {
  color: #000;
  font-size: 0.35rem;
  text-transform: uppercase;
}
.tit p {
  color: #6C6C6C;
}
.service_box {
  margin: 0.4rem 0 0;
  background: url(../img/service_bg.jpg) no-repeat center top;
}
.service {
  margin-top: -1rem;
}
.service .swiper {
  height: 6rem;
}
.service .swiper .swiper-slide > img {
  height: 6rem;
  object-fit: cover;
  border-radius: 0.1rem;
}
.service_con {
  width: 100%;
  top: 0;
  left: 0;
  padding: 1rem 1.4rem;
  color: #fff;
}
.service_list {
  margin-top: 0.4rem;
}
.service_list li {
  width: 0.72rem;
  height: 0.72rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3rem;
  cursor: pointer;
}
.service_list li img {
  width: 0.47rem;
  height: 0.47rem;
}
.service_list li:hover {
  background: #ae0d14;
}
.service_list li.on {
  background: #ae0d14;
}
.service_txt {
  margin: 0.5rem 0 0;
  display: none;
}
.service_txt:first-child {
  display: block;
}
.service_txt h3 {
  font-size: 0.26rem;
}
.service_txt p {
  /*opacity: 0.7;*/
}
.service_txt a {
  width: 1.46rem;
  height: 0.55rem;
  border-radius: 0.27rem;
  border: 1px solid #FFFFFF;
  margin: 0.5rem 0 0;
}
.case_bg {
  background: url(../img/case_bg.png) no-repeat center top #fff;
  background-size: 100%;
  padding: 0.6rem 0 0.7rem;
}
.case_type span {
  color: #6c6c6c;
  margin-left: 0.3rem;
}
.case_type span.on {
  color: #ae0d14;
  border-bottom: solid 1px #ae0d14;
}
.case {
  margin: 0.5rem 0 0;
  display: none;
}
.case:first-child {
  display: block;
}
.case .swiper {
  width: 15.6rem;
}
.case li {
  background: #fff;
  height: 1.94rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.13);
  border-radius: 0.1rem;
}
.case .swiper-button-prev,
.case .swiper-button-next {
  width: 0.43rem;
  height: 0.43rem;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.08);
}
.case .swiper-button-prev::after,
.case .swiper-button-next::after {
  color: #000000;
  font-size: 0.18rem;
}
.case .swiper-button-prev:hover,
.case .swiper-button-next:hover {
  background: #ae0d14;
}
.case .swiper-button-prev:hover::after,
.case .swiper-button-next:hover::after {
  color: #fff;
}
.case .swiper-button-prev {
  left: 0;
}
.case .swiper-button-next {
  right: 0;
}
.case_list {
  padding: 0.2rem 0.3rem 0;
}
.case_pic {
  width: 0.8rem;
  height: 0.8rem;
}
.case_con {
  width: 3.1rem;
  color: #6c6c6c;
}
.case_con div.hang{
    width: 100%;
    overflow:hidden;
    word-wrap:break-word;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    margin-bottom: .2rem;
}
.case_con div.tr{
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}
.friend_box {
  margin: 0.7rem 0 0;
}
.friend {
  margin-bottom: 0.5rem;
}
.friend .swiper-wrapper {
  transition-timing-function: linear;
}
.friend li img {
  height: 0.76rem;
}
.more {
  width: 1.46rem;
  height: 0.55rem;
  border-radius: 0.27rem;
  border: 1px solid #AE0D14;
  transition: all 0.5s;
}
.more:hover {
  background: #ae0d14;
  color: #fff;
}
.ad_bg {
  background: url(../img/ad1.png) no-repeat center top;
  background-size: 100% 100%;
  height: 2.09rem;
  color: #fff;
}
.ad_bg p {
  opacity: 0.55;
}
.login_btn {
  width: 1.73rem;
  height: 0.55rem;
  background: url(../img/login_bt.png) no-repeat;
  background-size: 100% 100%;
}
.login_txt {
  background: url(../img/line1.png) no-repeat left center;
  background-size: 1px;
  padding-left: 0.68rem;
  margin-left: 0.6rem;
}
.footer_bg {
  background: #0b0e13;
}
.footer_head {
  border-bottom: solid 1px #212223;
  padding: 0.5rem 0.3rem;
}
.footer_logo {
  width: 0.89rem;
  height: 0.68rem;
}
.shop_btn {
  width: 2.73rem;
  height: 0.53rem;
  border-radius: 0.05rem;
  border: 1px solid #FFFFFF;
  color: #fff;
}
.shop_btn img {
  width: 0.08rem;
  margin-left: 0.2rem;
}
.footer_middle {
  border-bottom: solid 1px #212223;
  padding: 0.75rem 0;
}
.footer_nav {
  width: 6.8rem;
}
.footer_nav li h3 {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}
.footer_nav li p {
  font-size: 0.18rem;
  margin: 0.3rem 0 0;
}
.footer_nav li p a {
  display: block;
  color: #484a4e;
  line-height: 0.26rem;
  margin-block: 0.18rem;
}
.footer_nav li p a:hover {
  color: #ae0d14;
}
.contact {
  color: #fff;
}
.contact img {
  width: 0.22rem;
  height: 0.26rem;
  margin-right: 0.1rem;
}
.copyright {
  color: #848485;
  padding: 0.3rem 0;
}
.copyright a {
  margin-left: 0.2rem;
}
.m_tit {
  left: 0;
  right: 0;
  top: 45%;
  color: #fff;
  line-height: 1.5;
}
.m_tit h2 {
  font-size: 0.56rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.m_tit h2 span {
  margin-right: 0.2rem;
}
.m_tit h3 {
  font-size: 0.54rem;
}
.type {
  left: 0;
  right: 0;
  bottom: 0.4rem;
  color: #fff;
  z-index: 3;
}
.type a {
  margin-right: 0.5rem;
  background: url(../img/cicle1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.34rem;
}
.type a:hover {
  background: url(../img/cicle2.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
}
.m_about1 {
  background: url(../img/about_bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.9rem 0 1.1rem;
}
.m_about_box {
  margin: 0.5rem 0 0;
}
.m_about {
  width: 6.78rem;
}
.m_about_con {
  width: 8.1rem;
}
.about_txt {
  color: #6c6c6c;
  line-height: 0.3rem;
}
.m_about2 {
  background: url(../img/about_bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.9rem 0 1rem;
}
.cutule_list {
  margin: 0.7rem 0 0;
}
.cutule_list li {
  width: 4.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
  height: 5.22rem;
  border-radius: 0.08rem;
  background: #F3F3F3;
  margin-right: 0.2rem;
  cursor: pointer;
}
.cutule_list li:last-child {
  margin-right: 0;
}
.cutule_list li > div h3 {
  font-size: 0.3rem;
}
.cutule_list li > div p {
  color: #6c6c6c;
  font-size: 0.2rem;
  margin: 0.1rem 0 0;
}
.cutule_list li span {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: relative;
}
.cutule_list li span img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cutule_list li span img:last-child {
  opacity: 0;
}
.cutule_list li.on {
  width: 6.6rem;
  background: url(../img/culture.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.6s;
}
.cutule_list li.on > div {
  color: #fff;
}
.cutule_list li.on > div p {
  color: #fff;
}
.cutule_list li.on span img:last-child {
  opacity: 1;
}
.cutule_list li.on span img:first-child {
  opacity: 0;
}
.m_about3 {
  background: url(../img/about_bg3.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.67rem 0 0.84rem;
  height: 8.5rem;
}
.team_box {
  margin: 0.7rem 0 0;
}
.team_tit {
  width: 4.1rem;
}
.team_tit .swiper {
  height: 4.2rem;
}
.team_tit .swiper li {
  border-bottom: solid 1px #cdcdcd;
  height: 0.6rem;
  display: flex;
  align-items: center;
  color: #6c6c6c;
  cursor: pointer;
}
.team_tit .swiper li.swiper-slide-active {
  font-weight: bold;
  color: #000;
}
.team_tit .swiper-button-prev,
.team_tit .swiper-button-next {
  width: 0.43rem;
  height: 0.43rem;
  background: #fff;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  top: 4.7rem;
  margin: 0;
}
.team_tit .swiper-button-prev::after,
.team_tit .swiper-button-next::after {
  font-size: 0.18rem;
  color: #000;
}
.team_tit .swiper-button-prev:hover,
.team_tit .swiper-button-next:hover {
  background: #ae0d14;
}
.team_tit .swiper-button-prev:hover::after,
.team_tit .swiper-button-next:hover::after {
  color: #fff;
}
.team_tit .swiper-button-prev {
  left: 0;
}
.team_tit .swiper-button-next {
  left: 0.6rem;
  right: auto;
}
.team_pic {
  width: 11.6rem;
  right: 0;
  top: 0;
}
.team_pic img {
  border-radius: 0.1rem;
  height: 5.54rem;
  object-fit: cover;
}
.m_about4 {
  background: url(../img/about_bg4.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.8rem 0 0;
  height: 7.75rem;
}
.develop .swiper {
  margin-top: 0.1rem;
  padding: 0 0.47rem;
}
.develop .swiper li:nth-child(5n+1) .develop_list,
.develop .swiper li:nth-child(5n+3) .develop_list {
  margin-top: 0.5rem;
}
.develop .swiper li:nth-child(odd) .develop_list {
  padding-top: 0.7rem;
}
.develop .swiper li:nth-child(even) .develop_list {
  margin-top: 2.4rem;
  padding-top: 1.3rem;
}
.develop .swiper li.swiper-slide-active .develop_list h3 {
  color: #ae0d14;
}
.develop .swiper-button-prev,
.develop .swiper-button-next {
  width: 0.43rem;
  height: 0.43rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.develop .swiper-button-prev::after,
.develop .swiper-button-next::after {
  color: #000;
  font-size: 0.18rem;
}
.develop .swiper-button-prev:hover,
.develop .swiper-button-next:hover {
  background: #ae0d14;
}
.develop .swiper-button-prev:hover::after,
.develop .swiper-button-next:hover::after {
  color: #fff;
}
.develop .swiper-button-prev {
  left: -0.8rem;
}
.develop .swiper-button-next {
  right: -0.8rem;
}
.develop_list {
  background: url(../img/line2.png) no-repeat left top;
  background-size: 0.26rem 2.93rem;
  padding-left: 0.3rem;
  height: 2.93rem;
}
.m_cehua {
  background: #ae0d14;
  margin: 1rem 0 0 ;
  border-radius: 0.1rem;
  overflow: hidden;
}
.m_cehua_pic {
  width: 9.73rem;
}
.m_cehua_con {
  width: 5.9rem;
  padding: 0.4rem 0.4rem 0;
  color: #fff;
  line-height: 0.5rem;
}
.m_cehua_service {
  margin: 0.5rem 0;
}
.m_cehua_service li {
  float: left;
  width: 5.09rem;
  height: 2.94rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  border: 1px solid #CDCDCD;
  overflow: hidden;
  margin-right: 0.19rem;
  margin-bottom: 0.25rem;
  padding: 0.45rem 0.3rem 0 0.3rem;
  position: relative;
}
.m_cehua_service li:first-child {
  height: 6.12rem;
  background: url(../img/ms.png) no-repeat;
  background-size: 100% 100%;
}
.m_cehua_service li:nth-child(3),
.m_cehua_service li:nth-child(5) {
  margin-right: 0;
}
.m_cehua_service li > div {
  margin: 0.3rem 0 0;
}
.m_cehua_service li h3 {
  color: #ae0d14;
  padding-right: 0.8rem;
}
.m_cehua_service li img {
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: 0.3rem;
  top: 0.5rem;
  transition: all 0.6s;
}
.m_cehua_service li:hover img {
  transform: translateY(-0.2rem);
}
.m_cehua_progress {
  background: url(../img/progress.png) no-repeat center top;
  background-size: 100% 100%;
  height: 9.19rem;
  padding: 0.76rem 0 0;
}
.m_progress {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.m_progress li {
  width: 1.86rem;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  padding: 2.5rem 0.2rem 0;
  text-align: center;
  transition: width 0.6s;
  cursor: pointer;
}
.m_progress li h2 {
  color: #ae0d14;
  line-height: 1;
}
.m_progress li h3 {
  line-height: 0.28rem;
  margin: 0.25rem auto 0;
  writing-mode: tb-rl;
}
.m_progress li.on {
  width: 6.45rem;
  text-align: left;
}
.m_progress li.on h2 {
  font-size: 0.6rem;
  color: #fff;
}
.m_progress li.on h3 {
  writing-mode: horizontal-tb;
  font-size: 0.30rem;
  margin: 0.3rem 0;
}
.m_progress li.on .m_progress_txt {
  display: block;
}
.m_progress li.on .m_progress_txt p {
  line-height: 2;
}
.m_progress_txt {
  display: none;
}
.m_progress_txt a {
  width: 1.45rem;
  height: 0.54rem;
  background: #AE0D14;
  border-radius: 0.27rem;
  color: #fff;
  margin: 0.4rem 0 0;
}
.m_case {
  padding: 0.8rem 0;
}
.m_case .swiper {
  margin-top: 0.5rem;
}
.m_case .swiper-pagination {
  position: static;
  margin: 0.6rem 0 0;
}
.m_case .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.16rem;
  border-radius: 0;
  background: url(../img/dot3.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.m_case .swiper-pagination-bullet-active {
  background: url(../img/dot4.png) no-repeat;
  background-size: 100% 100%;
}
.m_case_pic {
  height: 3.27rem;
}
.m_case_con {
  height: 1.6rem;
  border: 1px solid #EFEFF0;
  padding: 0.3rem 0.2rem 0;
}
.main {
  padding: 1rem 0 0.8rem;
}
.m_news li {
  background: #ae0d14;
}
.m_news .swiper-button-prev,
.m_news .swiper-button-next {
  margin: 0;
  top: auto;
  bottom: 0.3rem;
  outline: none;
}
.m_news .swiper-button-prev::after,
.m_news .swiper-button-next::after {
  color: #fff;
  font-size: 0.2rem;
}
.m_news .swiper-button-prev {
  left: auto;
  right: 4.8rem;
}
.m_news .swiper-button-next {
  right: 4.47rem;
}
.m_news_pic {
  width: 10.13rem;
}
.m_news_pic img {
  height: 5.5rem;
}
.m_news_con {
  width: 5.5rem;
  padding: 0.6rem 0.5rem;
}
.m_news_list {
  padding: 0.4rem 0;
}
.m_news_list li {
  width: 4.94rem;
  margin-right: 0.38rem;
  margin-bottom: 0.3rem;
}
.m_news_list li:nth-child(3n) {
  margin-right: 0;
}
.m_news_list li:hover .m_news_list_con {
  background: #ae0d14;
  color: #fff;
}
.m_news_list li:hover .m_news_list_con .red {
  color: #fff;
}
.m_news_list_pic {
  height: 3rem;
}
.m_news_list_con {
  height: 2.34rem;
  background: #FFFFFF;
  border: 0px solid #E2E2E2;
  padding: 0.3rem 0.4rem 0;
}
.ad2_bg {
  margin: 1rem 0 0;
  background: url(../img/ad2.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 2.4rem;
  padding: 0.4rem 0 0;
}
.ad_txt {
  font-size: 0.35rem;
  color: #fff;
  text-shadow: 0 0.07rem 0.05rem #70070b;
  margin-bottom: 0.2rem;
}
.download_btn {
  width: 2.95rem;
  height: 0.75rem;
  background: url(../img/btn2.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.25rem;
  line-height: 0.75rem;
  padding-left: 0.2rem;
  display: block;
}
.ad3_bg {
  background: url(../img/ad3.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.ad3_bg .download_btn {
  background: url(../img/btn1.png) no-repeat;
  background-size: 100% 100%;
}
.ad4_bg {
  background: url(../img/ad4.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.ad4_bg .download_btn {
  background: url(../img/btn3.png) no-repeat;
  background-size: 100% 100%;
}
.download {
  width: 3.1rem;
  height: 0.87rem;
  display: block;
}
.zixun_box {
  padding: 0.8rem 0 0;
}
.zixun_list {
  margin: 0.4rem 0 0;
}
.zixun_list li {
  width: 3.68rem;
  position: relative;
  margin-right: 0.3rem;
}
.zixun_list li:nth-child(4n) {
  margin-right: 0;
}
.zixun_list li > img {
  height: 5rem;
}
.zixun_bot {
  width: 100%;
  bottom: 0;
  left: 0;
  height: .75rem;
  background: rgba(0, 0, 0, 0.6);
}
.zixun_icon {
  width: 0.73rem;
  background: #AE0D14;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zixun_icon img {
  width: 0.32rem;
  height: 0.32rem;
}
.zixun_txt {
  padding: 0 0.25rem;
}
.clothes_bg {
  background: url(../img/clothes_bg.png) no-repeat center top;
  background-size: 100%;
  height: 6.42rem;
  padding: 0.6rem 0 0;
  margin: 1rem 0 0;
  color: #6C6C6C;
  line-height: 2;
}
.app_box {
  padding: 1rem 0;
}
.app_con {
  width: 7.74rem;
  color: #6C6C6C;
  line-height: 2;
}
.app_pic {
  width: 7.25rem;
}
.progress_bg {
  background: url(../img/progress_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.3rem 0 0;
}
.progress_list {
  margin: 0.6rem 0 0;
}
.progress_list li {
  width: 3.04rem;
  min-height: 3.54rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.25);
  border-radius: 0.15rem;
  border: 0px solid #DADADB;
  padding: 0.4rem 0.15rem 0.15rem;
  position: relative;
  margin: 0 1.16rem 1.5rem 0;
}
.progress_list li .progress_icon {
  width: 0.45rem;
  height: 0.45rem;
  display: block;
  margin: 0 auto;
}
.progress_list li h3 {
  color: #000;
  padding: 0.1rem 0;
  border-bottom: 1px solid #DADADB;
}
.progress_list li::after {
  width: 0.8rem;
  height: 0.38rem;
  background: url(../img/nar3.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  right: -0.95rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(-180deg);
}
.progress_list li:nth-child(4) {
  margin-right: 0;
}
.progress_list li:nth-child(4)::after {
  right: 0;
  left: 0;
  margin: 0 auto;
  top: auto;
  bottom: -0.88rem;
  transform: rotate(-90deg);
}
.progress_list li:nth-child(5) {
  order: 4;
  margin-right: 0;
  margin-bottom: 1rem;
}
.progress_list li:nth-child(5)::after {
  left: -0.95rem;
  right: auto;
  transform: rotate(0);
}
.progress_list li:nth-child(6) {
  order: 3;
  margin-bottom: 1rem;
}
.progress_list li:nth-child(6)::after {
  left: -0.95rem;
  right: auto;
  transform: rotate(0);
}
.progress_list li:nth-child(7) {
  order: 2;
  margin-bottom: 1rem;
}
.progress_list li:nth-child(7)::after {
  display: none;
}
.progress_list li:nth-child(8) {
  order: 1;
  padding-top: 0.6rem;
  margin-bottom: 1rem;
}
.progress_list li:nth-child(8)::after,
.progress_list li:nth-child(8)::before {
  width: 0.3rem;
  height: 0.26rem;
  display: block;
  content: "";
  position: absolute;
}
.progress_list li:nth-child(8)::before {
  top: 0.25rem;
  left: 0.22rem;
  background: url(../img/yin1.png) no-repeat;
  background-size: 100% 100%;
}
.progress_list li:nth-child(8)::after {
  right: 0.27rem;
  bottom: 0.26rem;
  top: auto;
  background: url(../img/yin2.png) no-repeat;
  background-size: 100% 100%;
}
.progress_num {
  font-size: 0.6rem;
  color: #ae0d14;
  top: -0.65rem;
  width: 100%;
  left: 0;
}
.progress_list_txt {
  color: #6C6C6C;
}
.m_contact_box {
  padding: 0.9rem 0 1.4rem;
}
.m_contact_list {
  margin: 0.5rem 0 0;
}
.m_contact_list li {
  color: #5c5c5c;
}
.m_contact_list li img {
  width: 0.93rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}
.m_contact_bg {
  background: #f4f4f4;
  padding: 0.6rem 0 0.8rem;
}
.message_box {
  width: 7.33rem;
}
.message {
  margin: 0.4rem 0 0;
}
.message li {
  width: 3.55rem;
  height: 0.68rem;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  margin-bottom: 0.15rem;
}
.message li img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.message li input[type="text"],
.message li select,
.message li textarea {
  flex: 1;
  border: none;
  background: none;
  font-size: .16rem;
  color: #333;
}
input::input-placeholder{color: #333;}
.message li:last-child {
  width: 100%;
  height: 2.2rem;
  padding: 0.2rem 0.2rem;
}
.btn {
  width: 1.98rem;
  height: 0.58rem;
  border-radius: 0.1rem;
  margin: 0 0.5rem;
}
.btn1 {
  border: solid 1px #ae0d14;
  color: #ae0d14;
}
.btn2 {
  background: #ae0d14;
  color: #fff;
}
.map {
  width: 9.6rem;
  height: 8.8rem;
  right: 0;
  top: 0;
}
.xx_head {
  background: #ae0d14;
  padding: 0.5rem 0;
}
.xx_tit {
  font-size: 0.48rem;
  padding: 1rem 0;
  line-height: 1.5;
}
.xx_txt {
  width: 6rem;
  margin: 0 auto;
  padding: 0.4rem 0;
}
.nextpage {
  border-top: solid 1px #E2E2E2;
}
.nextpage li {
  border-bottom: 1px solid #E2E2E2;
  padding: 0.3rem 0.95rem;
}
.nextpage li span {
  width: 2.1rem;
}
.nextpage li a {
  color: #000;
}
.nextpage li:hover {
  color: #ae0d14;
}
.nextpage li:hover a {
  color: #ae0d14;
}
.shouji{
      font-size: 0.16rem;
      line-height: 0.38rem;
}
.link::after {
  width: 1px;
  background: url(../img/line1.png) no-repeat left center;
  background-size: 1px;
  height: 0.92rem;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link li {
  width: 47%;
}
.link {
    padding: 0.2rem 0.3rem;
}
.pagination{
  display: flex !important;
}
.pagination li{
  margin: 3px;
}