@charset "utf-8";
/*AVAIBLE_VI
[
{"vicolor":"#3B3A39"},
{"vicolor":"#B0C915"},
{"vicolor":"#37ACCB"},
{"vicolor":"#FB9100"}
]
AVAIBLE_VI*/
/*头部*/
.g-hd {
  height: 5rem;
  background-color: #f1f1f1;
}
.g-hd #h1-tag {
  max-width: 24.06%;
  height: 5rem;
  padding: 0.5rem 0;
  margin: 0 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.g-hd #h1-tag img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 4rem ;
}
.h_txt {
  height: 5rem;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  -webkit-align-content: center;
  flex-wrap: wrap;
  float: left;
  line-height: 1.4rem;
  color: #666;
}
.h_txt em {
  display: block;
  width: 100%;
  height: 1.4rem;
  font-size: 1.2rem;
  overflow: hidden;
}
.h_txt span {
  display: block;
  width: 100%;
  height: 1.4rem;
  font-size: 0.9rem;
  overflow: hidden;
}
.h_icon {
  float: right;
  width: 2rem;
  height: 5rem;
  margin-right: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.h_icon img {
  width: 100%;
}
.h_icon em {
  display: none;
}
.h_nav1 {
  display: none;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 3;
  padding-bottom: 1rem;
  height: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.nav-one li {
  line-height: 3.5rem;
  height: 3.5rem;
  border-bottom: #fff 1px solid;
  margin: 0 1.5rem;
}
.nav-one li a {
  font-size: 1.3rem;
  color: #fff;
  display: block;
  width: 100%;
}
.nav-one li:last-child {
  border-bottom: 0;
}
/*底部*/
.g-ft {
  margin-top: 2rem;
  padding: 2rem 0 5rem;
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
}
.on-top {
  position: absolute;
  width: 4.6rem;
  height: 4.1rem;
  left: 50%;
  top: -1.95rem;
  margin-left: -2.3rem;
  cursor: pointer;
}
.on-top img {
  width: 4.6rem;
  height: 4.1rem;
}
.fwz {
  text-align: center;
  line-height: 2.2rem;
  color: #666;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-family: "Microsoft YaHei";
}
.fwz p {
  word-break: break-all;
  padding: 0 0.5rem;
}
.fwz span {
  color: #666;
  word-break: break-all;
  display: inline-block;
}
.fwz span.f_sp2 {
  display: inline-block;
  padding-left: 1.2rem;
}
.fwz a {
  color: #666;
}
.db_nav {
  height: 3.5rem;
  position: fixed;
  bottom: 0;
  min-width: 320px;
  max-width: 640px;
  width: 100%;
  z-index: 999;
  background-color: #3B3A39;
}
.db_nav li {
  height: 3.5rem;
  width: 25%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.db_nav li:last-child {
  border-right: 0;
}
.db_nav li a {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  height: 3.5rem;
  line-height: 3.5rem;
  overflow: hidden;
}
/*广告*/
.g-adv {
  clear: both;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.g-adv img {
  width: 100%;
  display: block;
}
.g-adv .adv-pagin {
  position: absolute;
  left: 0 ;
  bottom: 0.3rem;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.g-adv .adv-pagin span {
  display: inline-block;
  background: #fff;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0 0 0 0.6rem;
  opacity: 1;
  cursor: pointer;
}
.g-adv .adv-pagin span.cur {
  background: #3B3A39;
  width: 2rem;
}
/*标题通用样式*/
.title {
  text-align: center;
}
.title span {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  color: #3B3A39;
  height: 2.2rem;
  line-height: 2.2rem;
  overflow: hidden;
}
.title em {
  display: block;
  font-size: 1rem;
  height: 1.6rem;
  line-height: 1.6rem;
  color: #666;
  overflow: hidden;
  margin: 0.2rem 0 0;
  text-transform: uppercase;
}
/*产品中心*/
.pro {
  padding: 2.5rem 0 1rem;
}
.pro-box {
  width: 93%;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.pro-box .prod-hot-swit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: wrap;
}
.pro-box dl {
  width: 48%;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
  padding-bottom: 0.5rem;
}
.pro-box .prod-hot-name {
  height: 1.5rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #333;
  display: block;
  text-align: center;
  padding: 0.5rem 4% 0;
  overflow: hidden;
}
.pro-box .prod-hot-name a {
  display: block;
  height: 1.5rem;
  color: #333;
  overflow: hidden;
}
.pro-box .prod-hot-link,
.pro-box .prod-hot-desc {
  display: none;
}
/*服务*/
.fwu {
  padding: 2rem 0 1rem;
}
.fwu-box {
  width: 94%;
  margin: 0 auto;
  padding-top: 1.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: wrap;
}
.fwu-box li {
  width: 32.33%;
  height: auto;
  margin-right: 1.5%;
  padding-bottom: 0.5rem;
}
.fwu-box li:nth-child(3n) {
  margin-right: 0;
}
.fwu-box li em {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  overflow: hidden;
}
/*案例*/
.case {
  padding: 2rem 0 1rem;
}
.case-box {
  width: 94%;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.case-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-tab li {
  width: 32%;
  margin: 0 0 0.5rem 0;
  height: 2.4rem;
  line-height: 2.4rem;
  background-color: #f1f1f1;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
}
.case-tab li.cur {
  background-color: #3B3A39;
  color: #fff;
}
.case-dx {
  padding-top: 0.5rem;
}
.case-dx dd {
  padding-top: 1rem;
}
.case-name {
  height: 1.6rem;
}
.case-name a {
  display: inline-block;
  height: 1.6rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6rem;
  color: #000;
  overflow: hidden;
}
.case-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #333;
  padding-top: 0.5rem;
}
/*设计师*/
.sjs {
  padding: 1rem 0;
}
.sjs-box {
  width: 94%;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.sjs-box li {
  background-color: #f5f5f5;
  padding-bottom: 0.5rem;
}
.sjs-box li em {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #333;
  text-align: center;
  padding: 0.5rem 2% 0;
  overflow: hidden;
}
.sjs-line {
  height: 2.3rem;
  margin-top: 1.5rem;
  position: relative;
}
.sjs-line::before,
.sjs-line::after {
  position: absolute;
  content: "";
  width: 35%;
  height: 1px;
  top: 50%;
  background-color: #ccc;
}
.sjs-line::before {
  left: 0;
}
.sjs-line::after {
  right: 0;
}
.sjs-box .swiper-button-prev,
.sjs-box .swiper-button-next {
  width: 2.3rem;
  height: 2.3rem;
  bottom: 0;
}
.sjs-box .swiper-button-prev {
  left: 35%;
}
.sjs-box .swiper-button-next {
  right: 34%;
}
/*小广告*/
.g-pic {
  width: 100%;
  padding-bottom: 1rem;
}
/*&#30003;&#21338;&#115;&#117;&#110;&#98;&#101;&#116;资讯*/
.g-news {
  padding: 3rem 0;
}
.news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1.5rem;
  background-color: #f1f1f1;
  color: #000;
  text-align: center;
  font-size: 1.1rem;
  line-height: 3.5rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.news-nav h3 {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 3.5rem;
}
.news-nav h3.cur {
  background-color: #3B3A39;
  color: #fff;
}
.news_con {
  width: 90.625%;
}
.news_con .prod-hot-list dt {
  display: none;
}
.news_con .prod-hot-list dl {
  border-bottom: #333 1px dashed;
}
.news_con .prod-hot-name {
  height: 3rem;
  font-size: 1.2rem;
  line-height: 3rem;
  color: #333;
  padding: 0 0 0 1.5rem;
  position: relative;
}
.news_con .prod-hot-name:before {
  position: absolute;
  top: 1.27rem;
  left: 0.5rem;
  width: 0;
  height: 0;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.3rem solid #333;
  content: "";
}
.news_con .prod-hot-name a {
  display: block;
  height: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_con .prod-hot-desc,
.news_con .prod-hot-link {
  display: none;
}
/*关于&#30003;&#21338;&#115;&#117;&#110;&#98;&#101;&#116;*/
.abo {
  padding: 2rem 0;
}
.abo dl {
  width: 90%;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.abo dd {
  padding-top: 1rem;
}
.abo dd h2 {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
  color: #000;
  overflow: hidden;
}
.abo-desc {
  margin: 0;
  padding-top: 0.5rem;
  font-size: 1rem;
  color: #666;
  line-height: 1.5rem;
  text-align: justify;
}
/************内页开始*************/
/* 产品内容*/
.prod-showcase {
  padding: 0 4%;
  overflow: hidden;
  box-sizing: border-box;
}
.prod-showcase #desc-title {
  height: 3.5rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.5rem;
  color: #333;
  overflow: hidden;
}
.prod-showcase img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.prod-showcase-dot {
  text-align: center;
  margin: 1rem 0;
}
.prod-showcase-dot span {
  display: inline-block;
  background: #7f7f7f;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0 0.5rem !important;
  opacity: 1;
  cursor: pointer;
}
.prod-showcase-dot span.swiper-pagination-bullet-active {
  background: #3B3A39;
  width: 2rem;
}
.prod-content {
  overflow: hidden;
}
.prod-content-nav {
  height: 3rem;
  position: relative;
  background: #eee;
}
.prod-content-nav p {
  float: left;
  background: #3B3A39;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1rem;
  text-align: center;
  font-weight: normal;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.pro-intr,
.pro-info {
  width: 93.75%;
  margin: 0 auto 0rem;
  background: #fff;
  box-sizing: border-box;
  padding: 1.2rem 2%;
}
.pro-tit {
  height: 2.25rem;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 1rem;
  overflow: hidden;
}
.pro-tit span {
  float: left;
  max-width: 49%;
  height: 2.22rem;
  font-size: 1.3rem;
  line-height: 2.22rem;
  color: #464646;
  border-bottom: 1px solid #3B3A39;
  margin-bottom: -1px;
  overflow: hidden;
}
.pro-tit em {
  float: left;
  max-width: 49%;
  padding-left: 2%;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #c2c2c1;
  height: 2.25rem;
  line-height: 2.25rem;
  overflow: hidden;
}
.pro-desc {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666;
  text-align: justify;
}
.pro-name {
  height: 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #444;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.pro-txt {
  height: 2rem;
  font-size: 1.15rem;
  line-height: 2rem;
  color: #666;
  overflow: hidden;
}
.pro-title {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.pro-info .pro-desc {
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
  text-align: justify;
}
.img-block {
  padding: 0.5rem 0;
}
.product {
  position: relative;
  padding-bottom: 2rem;
}
.product .prod-content-nav {
  margin-bottom: 1.5rem;
}
.product .product-list {
  width: 88%;
}
.product .product-list .swiper-slide {
  height: auto;
}
.product .product-list img {
  width: 100%;
}
.product .product-list .prod-hot-name {
  height: 2rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2rem;
  color: #333;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}
.product .product-list .prod-hot-name a {
  display: block;
  color: #333;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}
.product .product-list .prod-hot-link,
.product .product-list .prod-hot-desc {
  display: none;
}
.product-prev,
.product-next {
  position: absolute;
  top: 48%;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-prev {
  left: 0.7rem;
  border-left: 2px #555 solid;
  border-bottom: 2px #555 solid;
}
.product-next {
  right: 0.7rem;
  border-right: 2px #555 solid;
  border-top: 2px #555 solid;
}
/*副导航*/
.left-nav-01 {
  position: relative;
}
.left-nav-01-icon {
  position: absolute;
  top: 1.4rem;
  right: 3%;
  width: 2rem;
  height: 2rem;
  background-image: url(/DyynJytrJ15IHyEOUScHEk9nI1csNk1RJ1L.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2rem 2rem;
  cursor: pointer;
}
.left-nav-01-icon2 {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 1.2rem;
  left: 2rem;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-nav-01-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 9;
}
.left-nav-01-list {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
  z-index: 111;
}
.left-nav-01-con {
  position: relative;
  z-index: 99;
  float: right;
  margin-right: -83.867%;
  width: 83.867%;
  height: 100%;
  background: #fff;
  padding: 0 0 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
.left-nav-01-title {
  height: 5rem;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
  background-color: #fff;
}
.left-nav-01-one a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-nav-01-one > li {
  background-color: #f4f5f7;
  border-top: 1px solid #e4e4e4;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.left-nav-01-one > li::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #666666;
  border-top: 1px solid #666666;
  position: absolute;
  top: 1.35rem;
  right: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.left-nav-01-one > li > h3 > a {
  max-width: 80%;
  display: inline-block;
  height: 3.75rem;
  font-size: 1.2rem;
  line-height: 3.8rem;
  color: #333;
  padding: 0 0% 0 7.5%;
  overflow: hidden;
}
.left-nav-01-one > li.sidenavcur > h3 > a {
  color: #3B3A39;
}
.left-nav-01-one > li.cur::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 1s ease;
}
.left-nav-01-one > li.sidenavcur .left-nav-01-two {
  display: block;
}
.left-nav-01-two {
  display: none;
  border-top: 1px solid #e4e4e4;
  font-size: 1.4rem;
  line-height: 2.8rem;
  background: #fff;
}
.left-nav-01-two li {
  padding: 0 3% 0 12%;
  border-bottom: 1px solid #e4e4e4;
}
.left-nav-01-two li.sidenavcur a {
  color: #3B3A39;
}
.left-nav-01-two li:nth-last-child(1) {
  border-bottom: 0 !important;
}
.left-nav-01-two a {
  display: block;
  height: 3.75rem;
  font-size: 1.1rem;
  line-height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
}
.htmlbody {
  height: 100%;
  overflow: hidden;
}
/*产品列表*/
.prod-list01 {
  padding: 0 4%;
}
.prod-list01-tit {
  font-size: 1.6rem;
  text-align: center;
  line-height: 5rem;
  height: 5rem;
  overflow: hidden;
  padding: 0 2rem;
}
.prod-list01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prod-list01 dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  width: 48%;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
}
.prod-list01 dl:hover {
  border-color: #3B3A39;
}
.prod-list01 dt img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.prod-list01 dd {
  padding: 0 2%;
}
.prod-list01 .prod-list01-name {
  height: 2.6rem;
  font-weight: normal;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-list01-name a {
  display: block;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-list01-list-desc {
  max-height: 6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*分页*/
.pagination-1 {
  margin: 1rem auto 3rem;
  text-align: center;
  font-size: 1.3rem;
  color: #3B3A39;
  line-height: 3rem;
}
.pagination-1 a {
  display: inline-block;
  width: 30%;
  color: #3B3A39;
  border: 1px solid #3B3A39;
  border-radius: 0.5rem;
}
.pagination-1 span {
  vertical-align: top;
  display: inline-block;
  padding: 0 0.5rem;
}
.pagination-1 .page_curr {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
/*资讯详情*/
.article-title {
  width: 93.75%;
  font-size: 2rem;
  color: #000;
  line-height: 2.5rem;
  text-align: center;
  border-bottom: 1px solid #a3a3a3;
  margin: 0.6rem auto;
  padding: 1rem 0;
}
.article-desc {
  width: 93.75%;
  margin: 0 auto 2rem;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article-desc-t2 {
  display: initial;
}
.article-con {
  width: 93.75%;
  margin: 0 auto 2rem;
}
/*公司信息内容*/
.about {
  margin: 0 3%;
  padding-bottom: 2rem;
}
.about h2 {
  height: 3.5rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.5rem;
  color: #333;
  overflow: hidden;
}
.about-title {
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  color: #111;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.about-img {
  margin-bottom: 0.6rem;
}
.about-desc {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3rem;
  color: #666;
  text-align: justify;
}
/*联系我们*/
.contact {
  width: 93.75%;
  margin: 0 auto;
}
.contact-title {
  height: 3.5rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.5rem;
  color: #333;
  overflow: hidden;
}
.contact-txt {
  padding: 0.5rem 2%;
  margin-bottom: 2rem;
  background: #f4f4f4;
}
.contact-txt img {
  width: 20%;
  display: block;
  float: left;
}
.contact-txt p {
  font-size: 1.4rem;
  color: #3B3A39;
  line-height: 2.5rem;
}
.contact-txt .contact-txt-desc {
  color: #444;
  font-size: 1.2rem;
}
.contact-list {
  margin-bottom: 2rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.contact-deta {
  width: 48%;
  border: 1px solid #eee;
  text-align: center;
  color: #666;
  padding: 1rem 0.5rem 0.5rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-deta.last {
  margin-right: 0;
}
.contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #3B3A39;
  border-radius: 50%;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.contact-list-txt {
  font-size: 1.4rem;
  color: #333;
  line-height: 2rem;
}
.contact-info {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #555;
  word-wrap: break-word;
}
.contact-info a {
  color: #555;
}
.contact-map {
  margin-bottom: 3rem;
}
.contact-map img {
  width: auto;
  max-width: 100%;
}
<!--耗时0.00066399574279785秒-->