.fz75 {
  font-size: 75px;
}

.fz63 {
  font-size: 63px;
}

.fz30 {
  font-size: 30px;
}

.fz28 {
  font-size: 28px;
}

.fz20 {
  font-size: 20px;
}

.lh75 {
  line-height: 75px;
}

.mt45 {
  margin-top: 45px;
}

/* banner */
.banner {
  width: 100%;
  overflow: hidden;
}

.banner .swiper-pagination {
  bottom: 30px;
}

.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #cccccc;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #cf4c4c;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  color: #fff;
  visibility: hidden;
}

.banner .swiper-container:hover .swiper-button-next, .banner .swiper-container:hover .swiper-button-prev {
  visibility: visible;
}

.banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1, 1);
}

.banner .swiper-slide-active img, .banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.1, 1.1);
}

.about {
  /*padding: 0 0 78px;*/
  padding: 0 0 105px;
  overflow-x: hidden;
}

.about .left {
  width: 810px;
  padding-top: 110px;
}

.about .left .h2-title {
  background: url(../images/home/aboutImg.png) no-repeat;
  padding-top: 150px;
  padding-bottom: 30px;
}

.about .left .describe {
  font-family: PingFang-SC-Bold;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 90px;
  font-weight: 700;
}

.about .left .cons {
  border-top: 3px solid #040000;
  border-bottom: 3px solid #040000;
  padding: 50px 0 10px;
}

.about .left .cons p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 30px;
}

.about .left .more {
  padding-top: 30px;
}

.about .left .more a {
  color: #868686;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.about .left .more a:hover {
  padding-left: 5px;
  color: #da1a45;
}

.about .right {
  width: 335px;
  padding-top: 110px;
  position: relative;
}

.about .right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 682px;
  height: 1080px;
  background: url(../images/home/aboutBg.png) no-repeat;
}

.about .right ul {
  margin-left: 65px;
  margin-top: 35px;
}

.about .right ul li {
  margin-bottom: 70px;
  color: #fff;
}

.about .right ul li .p1 {
  font-weight: bold;
  margin-bottom: 10px;
}

.about .right ul li .p2 {
  margin-bottom: 20px;
}

.about .right ul li .p2 span {
  font-weight: 400;
}

.about .right ul li .p2 .fz75 {
  line-height: 75px;
}

.about .right ul li .p3 {
  font-size: 16px;
}

.division {
  background: #fcfcfc url(../images/home/divisionBg.png) no-repeat center top;
  padding: 20px 0 90px;
}

.division .division-wrap {
  position: relative;
  padding-left: 690px;
  padding-top: 85px;
}

.division .division-wrap .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 669px;
  height: 646px;
}

.division .division-wrap .area li {
  float: left;
  margin-right: 20px;
  position: relative;
  font-weight: bold;
  padding-left: 15px;
}

.division .division-wrap .area li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
}

.division .division-wrap .area .li1::before {
  background-color: #da1a45;
}

.division .division-wrap .area .li2::before {
  background-color: #dc4686;
}

.division .division-wrap .area .li3::before {
  background-color: #5a8bf8;
}

.division .division-wrap .area .li4::before {
  background-color: #3345be;
}

.division .division-wrap .area .li5::before {
  background-color: #f168a2;
}

.division .division-wrap h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 70px;
}

.division .division-wrap h2 span {
  display: block;
  font-size: 28px;
}

.division .division-wrap p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.division .division-wrap .shop-count {
  padding-top: 40px;
}

.division .division-wrap .shop-count li {
  float: left;
  width: 33.33%;
  position: relative;
}

.division .division-wrap .shop-count li i {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 30px;
  color: #da1a45;
}

.division .division-wrap .shop-count li strong {
  font-size: 41px;
  color: #181818;
  font-family: fantasy;
  margin-top: 5px;
  font-weight: normal;
}

.division .division-wrap .shop-count li div {
  margin-left: 10px;
}

.division .division-wrap .shop-count li div p {
  line-height: 18px;
}

.division .division-wrap .shop-count li div .p1 {
  color: #868686;
}

.division .division-wrap .shop-count li div .p2 {
  font-size: 16px;
  color: #181818;
}

.service {
  background: #fcfcfc url(../images/home/divisionBg.png) no-repeat center top;
  padding: 80px 0;
}

.service .describe {
  font-size: 16px;
  margin-bottom: 60px;
}

.service ul {
  width: 1230px;
}

.service ul li {
  float: left;
  width: 400px;
  margin-right: 10px;
  margin-bottom: 24px;
}

.service ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.service ul li a .images {
  height: 240px;
  overflow: hidden;
}

.service ul li a .images img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service ul li a h4 {
  font-size: 18px;
}

.service ul li a p {
  color: #868686;
}

.service ul li a:hover .images img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*.casess {
  background: #000000;
}

.casess .mySwiper2 {
  margin-left: 150px;
  height: 820px;
  overflow: hidden;
  position: relative;
}

.casess .mySwiper2 .h2-title {
  position: absolute;
  left: 545px;
  top: 0;
  color: #fff;
  font-size: 28px;
  margin-bottom: 50px;
  width: 525px;
  height: 265px;
  background-color: #000;
  z-index: 10;
  padding-top: 170px;
}

.casess .mySwiper2 .swiper-wrapper {
  height: 696px;
}

.casess .mySwiper2 .swiper-slide .img {
  width: 456px;
  height: 100%;
  float: left;
}

.casess .mySwiper2 .swiper-slide .img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.casess .mySwiper2 .swiper-slide .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.casess .mySwiper2 .swiper-slide .img a:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.casess .mySwiper2 .swiper-slide .describe {
  margin-left: 545px;
  padding-top: 200px;
  overflow: hidden;
}

.casess .mySwiper2 .swiper-slide .describe .h2-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 50px;
}

.casess .mySwiper2 .swiper-slide .describe .case-title {
  font-size: 16px;
  line-height: 26px;
}

.casess .mySwiper2 .swiper-slide .describe .case-title a {
  color: #fff;
  font-weight: bold;
}

.casess .mySwiper2 .swiper-slide .describe .case-title a:hover {
  color: #da1a45;
}

.casess .mySwiper2 .swiper-slide .describe .case-info {
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
}

.casess .mySwiper2 .swiper-slide .describe .case-info strong a{
  color: #868686;
}

.casess .mySwiper2 .swiper-slide .describe .case-info span {
  font-weight: bold;
}

.casess .mySwiper2 .swiper-slide .describe .case-about {
  line-height: 22px;
  color: #696969;
  margin-bottom: 50px;
}

.casess .mySwiper2 .swiper-slide .describe .case-link .view-detail {
  color: #da1a45;
  margin-right: 20px;
}

.casess .mySwiper2 .swiper-slide .describe .case-link .view-detail:hover {
  color: #969696;
}

.casess .mySwiper2 .swiper-slide .describe .case-link .view-more {
  color: #969696;
}

.casess .mySwiper2 .swiper-slide .describe .case-link .view-more:hover {
  color: #da1a45;
}

.casess .mySwiper {
  height: 590px;
  overflow: hidden;
  margin-top: 120px;
}

.casess .mySwiper .swiper-slide {
  width: 85px;
  height: 116px;
  opacity: 0.4;
}

.casess .mySwiper .swiper-slide::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.casess .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.casess .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.casess .mySwiper .swiper-slide-thumb-active::before {
  background-color: #da1a45;
}*/

.casess {
  padding: 50px 0 20px;
  background: #000000;
  margin-bottom: 80px;
}

.casess .titleL {
  float: left;
  width: 41%;
}

.casess .titleL h2 {
  font-size: 35px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
}

.casess .titleL h2 .first {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #da1a45;
  margin-bottom: 10px;
}

.casess .titleL h2 .second {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}

.casess .titleL h2::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #da1a45;
}

.casess .titleR {
  width: 59%;
  float: right;
}

.casess .titleR ul {
  padding-bottom: 15px;
  text-align: right;
  margin-bottom: 50px;
  margin-top: 50px;
}

.casess .titleR ul li {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  display: inline-block;
  margin-right: 8px;
  padding: 9px 23px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 3;
  border-radius: 30px;
  border: 1px solid #dedede;
  background: transparent;
  cursor: pointer;
}

.casess .titleR ul .active {
  color: #fff;
  cursor: pointer;
  background: #da1a45;
  border-color: #da1a45;
}

.casess .list-ul {
  width: 1245px;
}

.casess .list-ul li {
  float: left;
  width: 390px;
  height: 327px;
  overflow: hidden;
  margin-right: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.casess .list-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.casess .list-ul li a .images {
  width: 390px;
  height: 244px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.casess .list-ul li a .images img {
  display: block;
  width: 100%;
  height: 100%;
}

.casess .list-ul li a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: 82px;
}

.casess .list-ul li a .text h3 {
  padding-top: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.casess .list-ul li a .text p {
  color: #969696;
  margin-bottom: 20px;
}

.casess .list-ul li a .text .click-more {
  text-decoration: underline;
  opacity: 0;
}

.casess .list-ul li a:hover {
  color: #fff;
  background: #da1a45;
}

.casess .list-ul li a:hover .images {
  -moz-transform: translateY(-44px);
  -webkit-transform: translateY(-44px);
  transform: translateY(-44px);
}

.casess .list-ul li a:hover .text {
  height: 126px;
  padding: 0 20px;
}

.casess .list-ul li a:hover .text p {
  color: #fff;
}

.casess .list-ul li a:hover .text .click-more {
  opacity: 1;
}

.partner {
  /* padding: 80px 0; */
  padding: 10px 0;
}

.partner .describe {
  font-size: 16px;
  margin-bottom: 40px;
}

.special {
  background: #fafafa;
  padding: 90px 0 50px;
}

.special .item {
  width: 590px;
  height: 246px;
  margin-bottom: 20px;
}

.special .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 130px 35px 0;
}

.special .item a .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.special .item a h3 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.special .item a p {
  font-size: 20px;
  position: relative;
  z-index: 3;
}

.special .item a:hover .img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.special .link-show {
  padding-top: 35px;
  padding-bottom: 20px;
}

.special .link-show .link1:hover {
  color: #da1a45;
}

.special .link-show .link2:hover {
  color: #000000;
}

.news .type {
  font-size: 12px;
}

.news .type span {
  font-weight: bold;
}

.news .type .span1 {
  color: #868686;
}

.news .type .span2 {
  color: #b3b3b3;
}

.news .left {
  width: 464px;
  padding: 50px 25px;
  color: #fff;
  background-color: #000000;
  position: relative;
}

.news .left .h2-title {
  color: #fff;
}

.news .left .describe {
  font-size: 16px;
  margin-bottom: 60px;
}

.news .left .images {
  margin-bottom: 10px;
}

.news .left .images a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news .left .images a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.news .left .images a:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.news .left .type {
  margin-bottom: 25px;
}

.news .left h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}

.news .left h3 a {
  color: #ffffff;
}

.news .left h3 a:hover {
  color: #da1a45;
}

.news .left p {
  color: #868686;
  margin-bottom: 25px;
}

.news .left .view-more {
  color: #eeeeee;
  font-size: 13px;
}

.news .left .view-more:hover {
  color: #da1a45;
}

.news .right {
  margin-left: 494px;
  overflow: hidden;
}

.news .right .waterfull ul {
  width: 744px;
}

.news .right .waterfull ul li {
  float: left;
  width: 228px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.news .right .waterfull ul li a {
  display: block;
}

.news .right .waterfull ul li a .images img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.news .right .waterfull ul li a .type {
  margin-bottom: 15px;
}

.news .right .waterfull ul li a h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.news .right .waterfull ul li a p {
  line-height: 22px;
  color: #666666;
}

.h2-title {
  font-size: 32px;
  line-height: 32px;
  color: #1f2020;
}

.links {
  padding: 60px 0;
}

.links a {
  font-size: 14px;
  margin-right: 30px;
  margin-bottom: 20px;
  color: #515151;
}

.links a:hover {
  color: #da1a45;
}

.mobile {
  display: none;
}

/** region 首页底部和侧边栏 */
 #appear {
   position: fixed;
   left: -120px;
   bottom: 0;
   background: url(../images/home/appear.png) no-repeat;
   width: 36px;
   height: 74px;
   display: none;
   z-index: 99999999;
 }
.footerBar{
  width: 100%;
  height: 74px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  box-sizing: border-box;
  z-index: 99;
  display: none;
}
.footerBar .w1200{
  padding: 16px 0;
}
.footerBar .close{
  background: url(../images/home/footer_f_close.png) no-repeat;
  width: 25px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
  z-index: 2;
}
.footerBar .left,.footerBar .right{
  float: left;
}
.footerBar .left{
  margin-right: 55px;
}
.footerBar .left h3{
  font-size: 29px;
  font-family: SourceHanSansSC-Heavy;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
.footerBar .left p{
  font-family: SourceHanSansSC-Normal;
  font-size: 12px;
  color: #f5f5f5;
  letter-spacing: 2px;
}
.footerBar .left p span{
  color: #ff0045;
}
.footerBar .right .budget{
  float: left;
  background: url(../images/home/offer_bg.png) no-repeat;
  width: 270px;
  height: 42px;
  margin-right: 8px;
  padding-right: 10px;
  box-sizing: border-box;
}
/* 计算器 */
.footerBar .right .budget div{
  display: none;
  float: right;
  width: 22px;
  height: 39px;
  background: url(../images/home/counter.png) no-repeat;
  margin-left: 3px;
  margin-top: 2px;
}
.footerBar .right .budget .num0 {
  display: block;
  background-position: 0 0;
}
.footerBar .right .budget .num1 {
  display: block;
  width: 8px;
  background-position: -35px 0;
}

.footerBar .right .budget .num2 {
  display: block;
  background-position: -54px 0;
}

.footerBar .right .budget .num3 {
  display: block;
  background-position: -89px 0;
}

.footerBar .right .budget .num4 {
  display: block;
  background-position: -127px -2px;
}

.footerBar .right .budget .num5 {
  display: block;
  background-position: -168px 0;
}

.footerBar .right .budget .num6 {
  display: block;
  background-position: -202px 0;
}

.footerBar .right .budget .num7 {
  display: block;
  background-position: -237px 0;
}

.footerBar .right .budget .num8 {
  display: block;
  background-position: -271px 0;
}

.footerBar .right .budget .num9 {
  display: block;
  background-position: -306px 0;
}
.footerBar .right .form{
  float: left;
  margin-top: 2px;
}
.footerBar .right .formItem{
  float: left;
  margin-right: 8px;
  width: 132px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  padding:5px 10px 5px 16px;
  font-size: 14px;
  box-sizing: border-box;
}
.footerBar .right .formItem::before{
  content: '';
  position: absolute;
  left: 14px;
  top: 11px;
  width: 1px;
  height:16px ;
  background-color: #b3b3b3;
}
.footerBar .right .formItem:nth-child(1){
  padding-right: 22px;
}
.footerBar .right .formItem:nth-child(1)::after{
  content: '㎡';
  position: absolute;
  right: 12px;
  top: 7px;
  color: #b3b3b3;
}
.footerBar .right .formItem input,.footerBar .right .formItem select{
  border: none;
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #666;
}

.footerBar .right .button{
  float: left;
}
.footerBar .right .button button{
  width: 132px;
  height: 37px;
  line-height: 37px;
  background-color: #ba1a45;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.footerBar .right .button button:hover{
  background-color: #d2194a;
}
/* 右侧悬浮 */
#help{
  position: fixed;
  width: 120px;
  border-radius: 60px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background:#000000 url(../images/home/help_icon.png) no-repeat center 20px;
  padding:0 10px;
  box-sizing: border-box;
  /* display: none; */
}
#help .title{
  font-family: SourceHanSansSC-Bold;
  font-size: 13px;
  color: #ffffff;
  padding-top: 87px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 4px;
  text-align: center;
}
#help ul{
  background-color: #fff;
  padding: 16px 18px;
}
#help ul li{
  border-bottom: 1px dashed #000;
  font-size: 16px;
  padding: 6px 0;
  margin-bottom: 8px;
  position: relative;
}
#help ul li::before{
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/home/help_arrow.png) no-repeat;
  width: 7px;
  height: 11px;
  display: none;
}
#help ul li:hover::before{
  display: block;
}

#help ul li:hover a{
  color: #da1a45;
  font-weight: bold;
}
#help ul li a{
  color: #000;
  position: relative;
}
#help ul li a span{
  position: absolute;
  right: -12px;
  top: -8px;
  transform: scale(0.8);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  border-radius: 100%;
  background-color: #ce2222;
  color: #fff;
  animation: cut 0.8s linear 0s infinite;
}
@keyframes cut{
  0%{
    /*opacity: 1;*/
    visibility: visible;
  }
  50%{
    visibility: hidden;
  }
  100%{
    /*opacity: 0;*/
    visibility: hidden;
  }
}
#help .tips{
  text-align: center;
  line-height: 18px;
  padding-top: 4px;
}
#help .tips .online{
  font-size: 12px;
  color: #f5f5f5;
  white-space: nowrap;
}
#help .tips .phone{
  color: #ed002d;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}
#help .toTop{
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/home/toTop.png) no-repeat;
  margin: 20px auto 6px;
  cursor: pointer;
}
/** endregion */

@media screen and (max-width: 640px) {
  .header, .banner, .about, .division, .service, .casess, .partner, .news, .special, .links, .footer, .footerBar {
    display: none;
  }
  #appear, #help {
    display: none;
  }
  body {
    min-width: auto;
    padding-top: 2.5333rem;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    padding: .32rem;
  }
  .mobile .mobile-header .mobile-topbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: .4667rem;
  }
  .mobile .mobile-header .mobile-topbar .mobile-logo {
    width: 1.92rem;
    height: .4667rem;
  }
  .mobile .mobile-header .mobile-topbar .mobile-logo img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile .mobile-header .mobile-topbar .mobile-tag {
    display: flex;
    align-items: center;
  }
  .mobile .mobile-header .mobile-topbar .mobile-tag i {
    display: block;
  }
  .mobile .mobile-header .mobile-topbar .mobile-tag a {
    display: flex;
    align-items: center;
    color: #da1a45;
  }
  .mobile .mobile-header .mobile-topbar .mobile-tag .mobile-tag-1 {
    width: .3333rem;
    height: .28rem;
    background: url(../images/common/mobile_tag1.png) no-repeat;
    background-size: 100%;
    margin-right: .2667rem;
  }
  .mobile .mobile-header .mobile-topbar .mobile-tag .mobile-tag-2 {
    width: .3067rem;
    height: .3067rem;
    background: url(../images/common/mobile_tag2.png) no-repeat;
    background-size: 100%;
  }
  .mobile .mobile-header .mobile-search {
    width: 100%;
    height: .9067rem;
    position: relative;
  }
  .mobile .mobile-header .mobile-search .mobile-search-icon {
    position: absolute;
    left: .3333rem;
    top: .2933rem;
    background: url(../images/common/mobile_search_icon.png) no-repeat;
    width: .32rem;
    height: .32rem;
    background-size: 100%;
  }
  .mobile .mobile-header .mobile-search .mobile-search-input {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    border-radius: .4533rem;
    padding: .2933rem .2933rem .2933rem .88rem;
    font-size: .2933rem;
    color: #212121;
    border: none;
  }
  .mobile .mobile-header .mobile-search .mobile-search-input::placeholder {
    color: #9b9b9b;
  }
  .mobile .mobile-banner {
    margin-bottom: .6133rem;
  }
  .mobile .mobile-banner .swiper-button-prev, .mobile .mobile-banner .swiper-button-next {
    display: none;
    width: 1.0667rem;
    height: 1.0667rem;
    background-color: #000;
    opacity: 0.5;
  }
  .mobile .mobile-banner .swiper-button-prev::after, .mobile .mobile-banner .swiper-button-next::after {
    color: #fff;
    font-size: .5333rem;
  }
  .mobile .mobile-banner .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #fff;
    opacity: .6;
    border-radius: 2.5px;
    -webkit-transition: width .3s, opacity .3s;
    -moz-transition: width .3s, opacity .3s;
    transition: width .3s, opacity .3s;
  }
  .mobile .mobile-banner .swiper-pagination-bullet-active {
    width: 9px;
    background: #fff;
    opacity: 1;
  }
  .mobile .mobile-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile .mobile-nav ul li {
    width: 20%;
    text-align: center;
    margin-bottom: .6667rem;
  }
  .mobile .mobile-nav ul li a {
    display: block;
  }
  .mobile .mobile-nav ul li a .mobile-nav-logo {
    width: .6667rem;
    height: .6667rem;
  }
  .mobile .mobile-h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5333rem;
  }
  .mobile .mobile-h2 strong {
    font-family: SourceHanSansSC-Bold;
    font-size: .5067rem;
    line-height: .6667rem;
    color: #000000;
  }
  .mobile .mobile-h2 .mobile-concat {
    font-size: .32rem;
    color: #dc2f56;
  }
  .mobile .mobile-h2 .mobile-concat i {
    display: inline-block;
    background: url(../images/home/mobile_concat_icon.png) no-repeat;
    width: .3333rem;
    height: .28rem;
    background-size: 100%;
    margin-right: .16rem;
    vertical-align: middle;
  }
  .mobile .mobile-h2 .mobile-more {
    font-family: PingFang-SC-Medium;
    font-size: .2933rem;
    color: #212121;
    display: flex;
    align-items: center;
  }
  .mobile .mobile-h2 .mobile-more i {
    display: block;
    background: url(../images/home/mobile_arrow_right_deep.png) no-repeat;
    width: .1333rem;
    height: .24rem;
    background-size: 100%;
    margin-left: .2133rem;
  }
  .mobile .mobile-h2 .mobile-more i.light {
    background-image: url(../images/home/mobile_arrow_right_light.png);
  }
  .mobile .mobile-main {
    background-image: linear-gradient(180deg, #eef6f7 0%, #ffffff 100%);
    padding: .8rem .4533rem .4rem;
  }
  .mobile .mobile-main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mobile .mobile-main ul li {
    width: 4.3733rem;
    margin-bottom: .4rem;
  }
  .mobile .mobile-main ul li a {
    display: block;
  }
  .mobile .mobile-main ul li a .mobile-main-pict {
    border-radius: .0667rem;
    position: relative;
    height: 2.4533rem;
    margin-bottom: .2667rem;
  }
  .mobile .mobile-main ul li a .mobile-main-pict .mobile-main-logo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .1333rem;
  }
  .mobile .mobile-main ul li a .mobile-main-pict .mobile-main-pictxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: .0667rem;
    padding: .5333rem .3467rem;
    color: #ffffff;
    font-family: PingFang-SC-Heavy;
    font-size: .3467rem;
    line-height: .48rem;
    font-weight: bold;
  }
  .mobile .mobile-main ul li a .mobile-main-text {
    font-family: PingFang-SC-Medium;
    font-size: .32rem;
    text-align: center;
    color: #212121;
  }
  .mobile .mobile-company {
    padding-bottom: 1.4rem;
  }
  .mobile .mobile-company .mobile-company-pic1 {
    display: block;
    width: 100%;
    height: 3.1867rem;
  }
  .mobile .mobile-company .mobile-company-pic2 {
    display: block;
    width: 5.3333rem;
    height: 1.9467rem;
    margin: .5867rem auto .1333rem;
  }
  .mobile .mobile-company h3 {
    text-align: center;
    font-size: .4267rem;
    color: #050505;
    margin-bottom: .4667rem;
  }
  .mobile .mobile-company .mobile-company-desc {
    text-align: center;
    font-family: SourceHanSansSC-Bold;
    font-weight: bold;
    font-size: .4533rem;
    line-height: .6667rem;
    color: #000000;
    margin-bottom: .6667rem;
  }
  .mobile .mobile-company .mobile-company-intro {
    font-family: SourceHanSansSC-Light;
    font-size: .32rem;
    line-height: .4533rem;
    color: #040000;
    padding: 0 .48rem  .7333rem;
  }
  .mobile .mobile-company .mobile-company-course {
    width: 9.0667rem;
    border-top: .0267rem solid #040000;
    padding-top: .7333rem;
    text-align: center;
    border-bottom: 1px solid #868686;
    position: relative;
    padding-bottom: 1.0667rem;
    margin: 0 auto;
  }
  .mobile .mobile-company .mobile-company-course h4 {
    font-family: SourceHanSansSC-Bold;
    font-size: .4533rem;
    color: #da1a45;
    margin-bottom: .4rem;
    font-weight: bold;
  }
  .mobile .mobile-company .mobile-company-course .mobile-company-progress {
    font-family: SourceHanSansSC-Light;
    font-size: .32rem;
    line-height: .4533rem;
    color: #212121;
  }
  .mobile .mobile-company .mobile-company-course .mobile-company-more {
    position: absolute;
    left: 50%;
    bottom: -0.4667rem;
    transform: translateX(-50%);
    width: 3.2267rem;
    height: .96rem;
    line-height: .9333rem;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    border-radius: .48rem;
    border: solid 1px #868686;
    font-family: MicrosoftYaHeiLight;
    font-size: .32rem;
    color: #868686;
  }
  .mobile .mobile-desinger, .mobile .mobile-construction {
    background-color: #f4f5f7;
    padding: .8rem 0;
  }
  .mobile .mobile-desinger .mobile-h2, .mobile .mobile-construction .mobile-h2 {
    margin-bottom: .6667rem;
    padding: 0 .4533rem;
  }
  .mobile .mobile-desinger .mobile-waterfull, .mobile .mobile-construction .mobile-waterfull {
    position: relative;
    min-height: 500px;
    margin: 0 auto;
  }
  .mobile .mobile-desinger .mobile-waterfull .pin, .mobile .mobile-construction .mobile-waterfull .pin {
    position: absolute;
    width: 45%;
  }
  .mobile .mobile-desinger .mobile-waterfull .pin a, .mobile .mobile-construction .mobile-waterfull .pin a {
    display: block;
    text-align: center;
    position: relative;
  }
  .mobile .mobile-desinger .mobile-waterfull .pin a .photo, .mobile .mobile-construction .mobile-waterfull .pin a .photo {
    display: block;
    width: 100%;
    position: relative;
  }
  .mobile .mobile-desinger .mobile-waterfull .pin a .photo img, .mobile .mobile-construction .mobile-waterfull .pin a .photo img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
  }
  .mobile .mobile-desinger .mobile-waterfull .pin a .info, .mobile .mobile-construction .mobile-waterfull .pin a .info {
    position: relative;
    padding: 24px;
  }
  .mobile .mobile-desinger .mobile-waterfull .pin a .info h2, .mobile .mobile-construction .mobile-waterfull .pin a .info h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .mobile .mobile-desinger .mobile-waterfull .pin a .info .p1, .mobile .mobile-construction .mobile-waterfull .pin a .info .p1 {
    font-family: MicrosoftYaHei-Bold;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .mobile .mobile-cases {
    padding: .8rem .4533rem;
  }
  .mobile .mobile-cases .mobile-h2 {
    margin-bottom: .6667rem;
  }
  .mobile .mobile-cases ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mobile .mobile-cases ul li {
    width: 4.3733rem;
    margin-bottom: .4rem;
  }
  .mobile .mobile-cases ul li a {
    display: block;
  }
  .mobile .mobile-cases ul li a .mobile-main-logo {
    display: block;
    width: 100%;
    height: 2.4533rem;
    border-radius: .1333rem;
    margin-bottom: .2667rem;
  }
  .mobile .mobile-cases ul li a .mobile-main-text {
    font-family: PingFang-SC-Medium;
    font-size: .32rem;
    text-align: center;
    color: #212121;
  }
  .mobile .mobile-news .mobile-news-dynamic {
    background-color: #000000;
    padding: .8rem .4533rem;
  }
  .mobile .mobile-news .mobile-news-dynamic .mobile-h2 strong {
    color: #fff;
  }
  .mobile .mobile-news .mobile-news-dynamic .mobile-h2 .mobile-more {
    color: #868686;
  }
  .mobile .mobile-news .mobile-news-dynamic .mobile-news-hot a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile .mobile-news .mobile-news-dynamic .mobile-news-hot a .mobile-news-hot-logo {
    display: block;
    margin-bottom: .3333rem;
    width: 100%;
    height: 4.4667rem;
    object-fit: cover;
    border-radius: .1333rem .1333rem 0px 0px;
  }
  .mobile .mobile-news .mobile-news-dynamic .mobile-news-hot a .mobile-news-hot-come {
    font-family: SourceHanSansSC-Bold;
    font-weight: bold;
    font-size: .2933rem;
    color: #868686;
    margin-bottom: .4667rem;
  }
  .mobile .mobile-news .mobile-news-dynamic .mobile-news-hot a .mobile-news-hot-come span {
    color: #da1a45;
    padding: 0 .1333rem;
  }
  .mobile .mobile-news .mobile-news-dynamic .mobile-news-hot a h3 {
    font-family: SourceHanSansSC-Normal;
    font-size: .4267rem;
    color: #ffffff;
    margin-bottom: .5333rem;
  }
  .mobile .mobile-news .mobile-news-dynamic .mobile-news-hot a p {
    font-family: SourceHanSansSC-Light;
    font-size: .32rem;
    line-height: .5067rem;
    color: #757575;
  }
  .mobile .mobile-news .mobile-news-list {
    padding: .5333rem .4533rem;
  }
  .mobile .mobile-news .mobile-news-list li {
    margin-bottom: .4rem;
    display: flex;
    justify-content: space-between;
  }
  .mobile .mobile-news .mobile-news-list li .mobile-news-list-logo {
    width: 3.2rem;
    height: 2.1333rem;
    border-radius: .1333rem;
  }
  .mobile .mobile-news .mobile-news-list li .mobile-news-list-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .1333rem;
  }
  .mobile .mobile-news .mobile-news-list li .mobile-news-list-info {
    padding-left: .3733rem;
    height: 2.1333rem;
    position: relative;
    width: 5.8rem;
  }
  .mobile .mobile-news .mobile-news-list li .mobile-news-list-info h3 {
    font-family: SourceHanSansSC-Normal;
    font-size: .3733rem;
    line-height: .5333rem;
    height: 1.0667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
  }
  .mobile .mobile-news .mobile-news-list li .mobile-news-list-info .mobile-news-list-about {
    position: absolute;
    left: .3733rem;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: SourceHanSansSC-Normal;
    font-size: .2933rem;
    color: #868686;
  }
  .mobile .mobile-news .mobile-news-list li .mobile-news-list-info .mobile-news-list-about span {
    color: #da1a45;
    padding: 0 .1333rem;
  }
  .mobile .mobile-news .mobile-news-list li .mobile-news-list-info .mobile-news-list-about .mobile-news-list-read {
    padding-right: .4533rem;
  }
  .mobile .mobile-special {
    padding: .8rem .4533rem 2.4rem;
    background-color: #f4f5f7;
    border-radius: .8rem .8rem 0px 0px;
  }
  .mobile .mobile-special .mobile-special-list {
    height: 2.4533rem;
    overflow: hidden;
    overflow-x: auto;
  }
  .mobile .mobile-special .mobile-special-list ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .mobile .mobile-special .mobile-special-list ul li {
    flex-shrink: 0;
    width: 5.8933rem;
    height: 2.4533rem;
    margin-right: .2rem;
  }
  .mobile .mobile-special .mobile-special-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile .mobile-special .mobile-special-list ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .1333rem;
    object-fit: cover;
  }
  .mobile .mobile-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: .4rem;
    background-color: #f4f5f7;
    display: flex;
    justify-content: center;
    z-index: 999;
  }
  .mobile .mobile-footer .mobile-home {
    display: block;
    width: 1.52rem;
    height: 1.5333rem;
    margin-right: .2667rem;
  }
  .mobile .mobile-footer .mobile-home img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .mobile .mobile-footer .mobile-contact {
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-family: SourceHanSansSC-Normal;
    background-color: #da1a45;
    border-radius: .6rem;
    box-shadow: 0 0.1333rem 0.1333rem rgba(218, 26, 69, 0.37);
    display: flex;
    align-items: center;
  }
  .mobile .mobile-footer .mobile-contact a {
    color: #fff;
    font-size: .3467rem;
    padding: 0 .4rem;
  }
  .mobile .mobile-footer .mobile-contact .first {
    font-family: SourceHanSansSC-Bold;
    font-weight: bold;
    border-right: .0533rem solid #fff;
  }
  .mobile .mobile-footer .mobile-contact strong {
    font-family: SourceHanSansSC-Bold;
    font-size: .4667rem;
  }

}
