@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;
}
.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;
}
.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.2rem;
  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;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.red {
  color: #b71d23;
}
.phone {
  display: none;
}
/*banner*/
.header {
  height: 1.65rem;
  left: 0;
  right: 0;
  z-index: 9;
}
.logo img {
  width: 4.31rem;
}
.nav {
  width: 7rem;
  color: #fff;
}
.nav > ul > li {
  line-height: 0.42rem;
  text-align: center;
  height: 100%;
  padding: 0.6rem 0 0;
}
.nav > ul > li::before {
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  transition: all 0.6s;
  transform: scale(0, 0);
}
.nav > ul > li::after {
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  transition: all 0.6s;
  transform: scale(0, 0);
}
.nav > ul > li:hover::before,
.nav > ul > li:hover::after {
  transform: scale(1, 1);
}
.nav > ul > li:hover .sub_nav_bg {
  display: block;
}
.nav > ul > li.active::before,
.nav > ul > li.active::after {
  transform: scale(1, 1);
}
.language {
  width: 1.1rem;
  height: 0.42rem;
  border: solid 1px #fff;
  color: #fff;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  padding-left: 0.28rem;
  background: url(../images/down.png) no-repeat right 0.3rem center;
  background-size: 0.1rem;
  cursor: pointer;
}
.language a {
  display: block;
}
.language:hover .language_list {
  display: block;
}
.language_list {
  width: 100%;
  top: 0.42rem;
  left: 0;
  background: #fff;
  color: #333;
  text-align: center;
  display: none;
  border-radius: 0.1rem;
  padding: 0.1rem 0;
}
.sub_nav_bg {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1.65rem;
  background: rgba(28, 28, 28, 0.95);
  border-top: solid 2px #b71d23;
  padding: 0.5rem 0;
  display: none;
}
.sub_nav li {
  width: 12.5%;
  text-align: left;
}
.sub_nav li h3 {
  font-size:.14rem;
  margin-bottom: 0.1rem;
}
.sub_nav li p {
  color: #cdcdcd;
}
.sub_nav li p a {
  display: block;
  line-height: 0.24rem;
  font-size: .14rem;
  margin-bottom: .15rem;
}
.banner .swiper-pagination {
  bottom: 0.45rem;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.1rem;
  border-radius: 0.05rem;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.about_con {
  width: 6.4rem;
}
.about_pic {
  width: 8.1rem;
}
.tit span {
  font-size: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  color: #222;
}
.tit span::before {
  width: 0.12rem;
  height: 0.12rem;
  background: #222;
  display: inline-block;
  content: "";
  border-radius: 100%;
  margin: 0 0.15rem;
}
.tit b {
  font-size: 0.36rem;
  font-family: Arial;
  color: #b71d23;
  text-transform: uppercase;
  vertical-align: middle;
}
.about {
  color: #222;
  margin: 1.3rem 0 0;
}
.about_txt {
  margin: 0.3rem 0 1.2rem;
}
.more {
  width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #b71d23;
  color: #fff;
  transition: all 0.6s;
}
.more:hover {
  transform: translateY(-0.2rem);
}
.client_bg {
  background: url(../images/client_bg.jpg) no-repeat center top;
  padding: 1.05rem 0 0.3rem;
}
.tips {
  font-size: 0.18rem;
}
.world_map {
  width: 13.35rem;
  height: 6.78rem;
  margin: 0.5rem auto 0;
}
.zhou {
  background: url(../images/dw1.png) no-repeat center top;
  background-size: 0.2rem 0.26rem;
  padding: 0.3rem 0 0;
  font-size: 0.18rem;
  cursor: pointer;
  /* width: 0.54rem; */
  text-align: center;
  animation: move 1.5s infinite;
}
.zhou:hover > span {
  font-weight: bold;
  color: #b71d23;
}
.zhou:hover .dw {
  transform: scale(1, 1);
}
.zhou:hover .zhou_con {
  display: block;
}
@keyframes move {
  0% {
    transform: translateY(0.1rem);
  }
  50% {
    transform: translateY(0.2rem);
  }
  100% {
    transform: translateY(0.1rem);
  }
}
.dw {
  width: 0.74rem;
  height: 0.74rem;
  top: -0.45rem;
  left: -0.1rem;
  transition: all 0.6s;
  transform: scale(0, 0);
}
.zhou_con {
  width: 3.52rem;
  height: 2.55rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  left: -1.4rem;
  padding: 0.05rem;
  top: 0.6rem;
  display: none;
  z-index: 1;
}
.zhou_bor {
  border: dashed 1px #b71d23;
  padding: 0.3rem;
  border-radius: 0.2rem;
  height: 100%;
}
.company_tit {
  margin: 0.2rem 0 0;
  height: 1.2rem;
  overflow-y: auto;
  text-align: left;
}
.company_tit::-webkit-scrollbar {
  display: none;
}
.company_tit li {
  background: url(../images/nar1.png) no-repeat left 0.07rem;
  background-size: 0.33rem 0.17rem;
  padding-left: 0.4rem;
  line-height: 0.3rem;
}
.beimei {
  top: 1rem;
  left: 1.8rem;
  animation-delay: 0.5s;
}
.nanmei {
  left: 3.8rem;
  bottom: 1.5rem;
  animation-delay: 0.8s;
}
.Europe {
  top: 1.77rem;
  left: 6.9rem;
  animation-delay: 0.2s;
  z-index: 9;
}
.Africa {
  bottom: 2.5rem;
  left: 6.75rem;
  animation-delay: 0.7s;
}
.Asia {
  top: 1.94rem;
  right: 3.25rem;
  z-index: 9;
}
.Oceania {
  right: 1.95rem;
  bottom: 1.35rem;
}
.pro_bg {
  background: url(../images/pro_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.9rem 0 0.6rem;
}
.pro_type {
  border: solid 1px #999999;
  border-radius: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
}
.pro_type span {
  padding: 0 0.3rem;
  display: inline-block;
  font-size: 0.18rem;
  line-height: 0.58rem;
  border-radius: 0.3rem;
  cursor: pointer;
}
.pro_type span.on {
  background: #b71d23;
  color: #fff;
}
.pro_type span:hover {
  background: #b71d23;
  color: #fff;
}
.pro_box {
  margin: 0.85rem 0 0;
}
.pro_box .swiper-button-prev,
.pro_box .swiper-button-next {
  width: 0.48rem;
  height: 1.02rem;
  background: rgba(0, 0, 0, 0.5);
}
.pro_box .swiper-button-prev::after,
.pro_box .swiper-button-next::after {
  color: #fff;
  font-size: 0.3rem;
}
.pro_box .swiper-button-prev {
  left: 0;
}
.pro_box .swiper-button-next {
  right: 0;
}
.pro_box .swiper-pagination {
  position: static;
  margin: 0.3rem 0 0;
}
.pro_box .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border: solid 1px #b71d23;
  background: none;
  opacity: 1;
}
.pro_box .swiper-pagination-bullet-active {
  background: #b71d23;
}
.pro li {
  background: #fff;
  position: relative;
  z-index: 0;
}
.pro li a {
  height: 6rem;
  padding: 0 0.9rem 0 0.4rem;
}
.pro li::after {
  width: 4.8rem;
  height: 4.8rem;
  background: #f4f5f6;
  border-radius: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
}
.pro li::before {
  width: 0.7rem;
  height: 0.2rem;
  background: #b71d23;
  top: 0.4rem;
  left: 0;
  position: absolute;
  content: "";
  display: block;
}
.pro li:hover .pro_con,
.pro li:hover .pro_tit {
  color: #b71d23;
}
.pro li:hover .pro_pic::after {
  transform: scale(1, 1);
}
.pro li:hover .pro_pic::before {
  opacity: 1;
}
.pro li:hover .pro_more {
  background: #b71d23;
  border: none;
  color: #fff;
}
.pro_con {
  width: 3.75rem;
  color: #666;
}
.pro_en_tit {
  font-size: 0.36rem;
  text-transform: capitalize;
  opacity: 0.5;
}
.pro_tit {
  font-size: 0.24rem;
  color: #333;
}
.pro_txt {
  line-height: 0.3rem;
  height: 1.5rem;
  overflow: hidden;
  margin: 0.4rem 0 0.3rem;
  /* text-align: justify; */
}
.pro_more {
  width: 1.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: solid 1px #666666;
  color: #666666;
}
.pro_pic {
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 100%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.pro_pic::after {
  width: 100%;
  height: 100%;
  background: rgba(183, 29, 35, 0.6) url(../images/pro_more.png) no-repeat center center;
  background-size: 0.89rem 0.89rem;
  display: block;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.6s;
  transform: scale(0, 0);
  border-radius: 100%;
}
.pro_pic::before {
  width: 100%;
  height: 100%;
  content: "查看详情>";
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  position: absolute;
  top: 2.7rem;
  left: 0;
  z-index: 3;
  opacity: 0;
}
.china_map {
  width: 8.95rem;
}
.province {
  width: 1.06rem;
  height: 1.04rem;
  width: 0.84rem;
  height: 0.84rem;
  background: url(../images/dw6.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.45rem 0 0;
  font-size: 0.14rem;
  color: #b71d23;
  cursor: pointer;
  z-index: 1;
}
.province::after {
  height: 3px;
  background: url(../images/china_line.png) no-repeat;
  content: "";
  left: 1.08rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  display: none;
}
.province.active {
  background: url(../images/dw5.png) no-repeat;
  background-size: 0.84rem 0.84rem;
  color: #fff;
  z-index: 1;
}
.province.active::after {
  display: block;
}
.province.active::before {
  width: 1.06rem;
  height: 1.04rem;
  background: rgba(233, 154, 157, 0.5);
  border-radius: 100%;
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  display: block;
  animation: scale 2s linear infinite ;
  z-index: -2;
}
.province:hover {
  background: url(../images/dw5.png) no-repeat;
  background-size: 0.84rem 0.84rem;
  color: #fff;
}
@keyframes scale {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.ningxia {
  top: 2.63rem;
  right: 3.88rem;
}
.ningxia::after {
  width: 3.83rem;
}
.shanxi {
  top: 2.92rem;
  right: 2.72rem;
}
.shanxi::after {
  width: 2.72rem;
}
.liaoning {
  top: 2rem;
  right: 1.75rem;
}
.liaoning::after {
  width: 1.75rem;
}
.gansu {
  bottom: 2.4rem;
  right: 3.75rem;
}
.gansu::after {
  width: 3.72rem;
}
.henan {
  bottom: 2.02rem;
  right: 2.64rem;
}
.henan::after {
  width: 2.62rem;
}
.shandong {
  bottom: 2.65rem;
  right: 1.65rem;
}
.shandong::after {
  width: 1.63rem;
}
.factory_box {
  width: 6.46rem;
  height: 3.62rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  right: 0;
  top: 1.3rem;
  padding: 0.1rem;
}
.factory_box .swiper-button-prev,
.factory_box .swiper-button-next {
  width: 0.27rem;
  height: 0.27rem;
  border-radius: 100%;
  background: #333;
  color: #fff;
  margin: 0;
  top: auto;
  bottom: 0.22rem;
}
.factory_box .swiper-button-prev::after,
.factory_box .swiper-button-next::after {
  font-size: 0.12rem;
  font-weight: bold;
}
.factory_box .swiper-button-prev:hover,
.factory_box .swiper-button-next:hover {
  background: #b71d23;
}
.factory_box .swiper-button-prev {
  left: 4.62rem;
}
.factory_box .swiper-button-next {
  right: 0.8rem;
}
.factory_bor {
  border: dashed 1px #db8e91;
  height: 100%;
  border-radius: 0.2rem;
}
.nar2 {
  width: 1.12rem;
  height: 0.33rem;
  right: 0.6rem;
  top: 0.2rem;
}
.factory_tit {
  font-size: 0.24rem;
  color: #b71d23;
  padding: 0.48rem 0 0.25rem 0.3rem;
}
.factory {
  width: 5.6rem;
  margin: 0 auto;
}
.factory li img {
  width: 2.6rem;
  height: 1.6rem;
}
.news_box {
  padding: 1rem 0 1.2rem;
}
.news {
  margin: 0.55rem 0 0;
}
.news li {
  width: 7.3rem;
  height: 2rem;
  background: #f7f7f7;
  border: solid 1px #e6e6e6;
  transition: all 0.6s;
}
.news li a {
  padding: 0 0.5rem 0 0.4rem;
}
.news li:hover {
  background: #b71d23;
  color: #fff;
}
.news li:hover .news_txt {
  color: #fff;
}
.news_date {
  font-family: Arial;
}
.news_date h2 {
  font-size: 0.36rem;
}
.news_date p {
  font-size: 14px;
}
.news_pic {
  width: 1rem;
  height: 1rem;
}
.news_pic img {
  width: 100%;
  height: 100%;
}
.news_con {
  width: 4.3rem;
}
.news_tit {
  font-size: 0.2rem;
}
.news_txt {
  color: #666;
  font-size: 0.14rem;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1rem 0 0.9rem;
  color: #fff;
}
.footer {
  width: 4.7rem;
}
.footer_nav {
  padding: 0.5rem 0 0.75rem;
}
.footer_nav a {
  display: inline-block;
  line-height: 0.56rem;
  margin-right: 0.38rem;
}
.copyright {
  color: #ddd;
  font-size: 0.14rem;
}
.message {
  width: 4.2rem;
}
.footer_tit {
  font-size: 0.24rem;
}
.form_list {
  width: 1.65rem;
  padding: 0.2rem 0;
  border-bottom: solid 1px #999999;
}
.form_list input,
.form_list textarea {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
}
.form_list input::-webkit-input-placeholder,
.form_list textarea::-webkit-input-placeholder {
  color: #ddd;
}
.form_list textarea {
  height: 0.34rem;
}
.mes_btn {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: solid 1px #fff;
  margin: 0.35rem 0 0;
  background: none;
  color: #fff;
}
.contact {
  width: 3.75rem;
}
.contact_txt {
  line-height: 0.48rem;
  margin: 0.15rem 0 0;
}
.online {
  width: 50px;
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 99;
}
.online li {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}
.online li:hover .online_con {
  right: 60px;
}
.online_con {
  right: -200px;
  top: 0;
  transition: all 0.6s;
}
.online_tel {
  width: 200px;
  height: 50px;
  background: #b71d23;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.online_code {
  width: 200px;
  height: 200px;
  padding: 10px;
}
.online_code img {
  width: 100%;
  height: 100%;
}
.m_tit {
  left: 2.92rem;
  top: 2.6rem;
  color: #fff;
  line-height: 1.5;
}
.m_tit h2 {
  font-size: 1rem;
  background: -webkit-linear-gradient(#d3d3d3, #ededed, #d3d3d3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Arial;
  text-transform: uppercase;
}
.m_tit p {
  font-size: 0.24rem;
}
.main_bg {
  padding: 1rem 0;
}
.main {
  width: 16.6rem;
  margin: 0 auto;
}
.side {
  width: 1.78rem;
}
.side li {
  margin-bottom: 2px;
}
.side li h3 {
  background: #f5f5f5;
  padding:.2rem 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  border: solid 1px #dcdcdc;
  cursor: pointer;
}
.side li h3 a {
  display: block;
}
.side li.active h3 {
  background: #b71d23;
  border: none;
  color: #fff;
}
.side li:first-child .sub_type {
  display: block;
}
.sub_type {
  padding: 0.2rem 0.1rem;
  display: none;
}
.sub_type a {
  color: #666666;
  font-size: 0.14rem;
  display: block;
  position: relative;
  line-height: 0.36rem;
}
.sub_type a::after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.sub_type a:hover {
  color: #b71d23;
}
.right {
  width: 13.6rem;
}
.right_tit {
  font-size: 0.24rem;
}
.right_txt {
  width: 10.1rem;
  margin: 0.3rem 0 0.4rem;
}
.m_pro li {
  width: 6.5rem;
  height: 4.95rem;
  background: #f9f9f9;
  border: solid 1px #e8e8e8;
  padding: 0.45rem 0.22rem 0 0.4rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.m_pro li::before {
  width: 0.7rem;
  height: 0.2rem;
  background: #b71d23;
  display: block;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
}
.m_pro_con {
  width: 2.6rem;
  color: #666;
}
.m_pro_pic {
  width: 2.88rem;
  height: 2.88rem;
  background: #ebeced;
  border-radius: 100%;
  padding: 0.27rem;
  margin: 0.3rem 0 0;
}
.page a {
  line-height: 0.32rem;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 0.12rem;
  margin: 0 3px;
  border-radius: 0.02rem;
}
.page a.active {
  background: #b71d23;
  color: #fff;
}
.zhipin li {
  width: 6.5rem;
  background: #f9f9f9;
  border: solid 1px #e8e8e8;
  padding: 0.4rem 0.44rem;
  margin-bottom: 0.5rem;
}
.zhipin_pic {
  height: 3.6rem;
}
.zhipin_en {
  font-size: 0.36rem;
  opacity: 0.5;
  text-transform: capitalize;
  margin: 0.25rem 0 0.1rem;
}
.zhipin_tit {
  font-size: 0.24rem;
}
.m_news {
  padding: 0.2rem 0 0;
}
.m_news li {
  margin-bottom: 0.4rem;
}
.pro_xx_pic {
  width: 5.5rem;
}
.pro_xx_con {
  width: 7.3rem;
}
.pro_xx_tit::after {
  width: 1.78rem;
  height: 0.06rem;
  background: #b71d23;
  display: block;
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
.pro_xx_txt {
  margin: 0.5rem 0 0;
}
.pro_xx_txt table{
  width: 100% !important;
}
.pro_xx_txt img {
  max-width: 100%;
}
.nextpage {
  margin: 0.7rem 0 0;
}
.pagelist {
  width: 6.5rem;
  height: 0.63rem;
  background: #e8e8e8;
  border: solid 1px #e8e8e8;
  text-align: center;
  line-height: 0.63rem;
  padding: 0 10%;
}
.zhipin_xx_box {
  border: solid 1px #e8e8e8;
  background: #f9f9f9;
  padding: 0.6rem 1rem;
}
.zhipin_xx_pic {
  margin-bottom: 0.45rem;
}
.zhipin_xx_pic img {
  max-width: 70%;
}
.news_xx_pic {
  width: 3.9rem;
}
.news_xx_box {
  width: 10.47rem;
}
.news_xx_box .mar_t20 img {
  max-width: 100%;
}
.news_xx_tit {
  background: #b71d23;
  color: #fff;
  padding: 0.15rem 0.55rem;
  font-size: 0.24rem;
}
.news_xx_date {
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
  border-bottom: solid 1px #e7e7e7;
  padding: 0.1rem 0 0.1rem 0.3rem;
}
.about_bg1 {
  background: url(../images/about_bg1.jpg) no-repeat center bottom;
  background-size: 100% 1.85rem;
}
.m_about1_left {
  width: 6.45rem;
}
.m_about2_txt {
  color: #222;
  line-height: 0.3rem;
  margin: 0.3rem 0 1.2rem;
}
.m_about1_right {
  width: 6.93rem;
}
.zhuying {
  font-size: 0.18rem;
  padding-bottom: 0.4rem;
}
.zhuying ul {
  margin: 0.1rem 0 0;
}
.zhuying li {
  width: 1.5rem;
  display: inline-block;
  line-height: 0.3rem;
}
.about_bg2 {
  background: url(../images/about_bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  margin: 1.2rem 0;
  padding: 0.8rem 0;
}
.about2_pic {
  width: 13.34rem;
  margin: 0 auto;
}
.partner_bg {
  margin: 0.8rem 0 0;
}
.m_contact {
  width: 9rem;
}
.m_contact ul {
  margin: 0.4rem 0 0;
}
.m_contact li {
  width: 50%;
  line-height: 0.48rem;
}
.m_contact li b {
  width: 1rem;
  display: inline-block;
}
.m_contact_tit {
  text-transform: uppercase;
}
.m_contact_tit b {
  font-size: 0.24rem;
  margin-right: 0.1rem;
}
.m_contact_tit::after {
  width: 2.4rem;
  height: 0.05rem;
  background: #b71d23;
  display: block;
  content: "";
  margin: 0.1rem 0 0;
}
.m_code {
  width: 3.8rem;
}
.m_code img {
  width: 2rem;
  height: 2rem;
  background: #eeeeee;
  padding: 0.25rem;
  margin-right: 0.5rem;
}
.map {
  height: 5.6rem;
  margin: 0.5rem 0 0.7rem;
}
.map img { 
  width: 100%;
}
.m_message_bg {
  margin: 0.5rem 0 0;
  background: url(../images/message.jpg) no-repeat left top;
  background-size: 13.14rem 7.47rem;
  height: 7.47rem;
  padding: 0.56rem 0 0;
}
.m_message {
  width: 9.95rem;
  height: 6.36rem;
  background: #f5f6f7;
  padding: 0.4rem 0.9rem 0.5rem;
}
.m_form li {
  width: 3.95rem;
  border: solid 1px #dedede;
  background: #fff;
  height: 0.7rem;
  margin-top: 0.2rem;
}
.m_form li label {
  width: 0.85rem;
  display: inline-block;
  text-align: center;
}
.m_form li.m_tex {
  padding: 0.2rem 0;
  height: 2.2rem;
}
.m_form li.m_tex textarea {
  width: 7rem;
  border: none;
  background: #fff;
}
.m_input {
  width: 2.85rem;
  border: none;
  background: #fff;
}
.m_btn {
  width: 3.95rem;
  height: 0.7rem;
  background: #b71d23;
  color: #fff;
  margin: 0.2rem auto 0;
  border: none;
  text-align: center;
  display: block;
}
