@charset "UTF-8";
.center {
    width: 87%;
    margin: 0 auto;
}
.example-intro {
  margin-top: 80px;
}
.example-intro .example-nav .com-title {
  margin-top: -10px;
}
.example-intro .example-nav .right {
  display: flex;
  align-items: center;
}
.example-intro .example-nav .right li {
  width: 105px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* padding: 0 8px; */
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin-left: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
.example-intro .example-nav .right li span {
  position: relative;
  z-index: 10;
}
.example-intro .example-nav .right li i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  background: #c9261d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 9;
}
.example-intro .example-nav .right li:hover {
  color: #fff;
  border: 1px solid #c9261d;
}
.example-intro .example-nav .right li:hover i {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.example-intro .example-nav .right .active {
  color: #fff;
  border: 1px solid #c9261d;
}
.example-intro .example-nav .right .active i {
  background: #c9261d;
  width: 100%;
}
.example-intro .example-list-box {
  margin-top: 50px;
}
.example-intro .example-list-box li {
  width: 402px;
  float: left;
  margin-right: 24px;
}
.example-intro .example-list-box li > div {
  position: relative;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.example-intro .example-list-box li > div > img {
  width: 100%;
  opacity: 0;
}
.example-intro .example-list-box li > div .mask {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00428ea3;
  padding: 10px;
  z-index: 1000;
  display: none;
}
.example-intro .example-list-box li > div .mask .cont {
  border: 1px solid rgba(253, 173, 0, 0.2);
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
}
.example-intro .example-list-box li > div .mask .cont .award {
  position: absolute;
  top: 10px;
  right: 10px;
}
.example-intro .example-list-box li > div .mask .cont .award span {
  vertical-align: middle;
  margin-left: 6px;
  color: #fff;
  font-size: 14px;
}
.example-intro .example-list-box li > div .mask .cont .t1 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.example-intro .example-list-box li > div .mask .cont .t2 {
  margin-top: 15px;
}
.example-intro .example-list-box li > div .mask .cont .t2 span {
  color: #eee;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 6px;
}
.example-intro .example-list-box li > div .mask .cont .arr {
  width: 27px;
  height: 5px;
  background-size: 27px 5px;
  background-repeat: no-repeat;
  background-image: url("../img/arr.png");
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -40px;
  transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
}
.example-intro .example-list-box li > div .mask .cont:hover .arr {
  margin-left: -13.5px;
}
.example-intro .example-list-box li > div:hover {
  box-shadow: 0px 5px 25px 0px rgba(201, 38, 29, 0.35);
}
.example-intro .example-list-box li .top {
  width: 100%;
  height: auto;
}
.example-intro .example-list-box li .bottom {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.example-intro .example-list-box li:nth-of-type(2n) {
  display: flex;
  flex-direction: column-reverse;
}
.example-intro .example-list-box li:nth-of-type(2n) .bottom {
  margin-top: 0;
}
.example-intro .example-list-box li:nth-of-type(2n) .top {
  margin-top: 0px;
}
/*.example-intro .example-list-box li:nth-of-type(4n) {*/
/*  margin-right: 0;*/
/*}*/
.example-intro .checkMore {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  color: #c9261d;
  border: solid 1px #dbdbdb;
}
.example-intro .checkMore:hover {
  box-shadow: 0px 10px 20px 0px rgba(113, 6, 0, 0.3);
  color: #fff;
  background-color: #c9261d;
  border: solid 1px #c9261d;
}
@media screen and (max-width: 1900px) {
  
  .example-intro .example-list-box li {
    width: 24%;
    margin-right: 1.3333%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1600px) {
  
}
@media screen and (max-width: 1460px) {
  
}
@media screen and (max-width: 1386px) {
  .example-intro .example-list-box li > div .mask .cont .t1 {
    font-size: 20px;
  }
  
}
@media screen and (max-width: 1300px) {
  
  .example-intro {
    margin-top: 50px;
  }
  .example-intro .example-list-box li > div .mask .cont .award span {
    font-size: 12px;
  }
  .example-intro .example-list-box li > div .mask .cont .t1 {
    font-size: 14px;
  }
  .example-intro .example-nav .com-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .example-intro .example-nav .right {
    width: 100%;
    justify-content: space-between;
  }
  .example-intro .example-nav .right li {
    margin-left: 0;
  }
  .example-intro .checkMore {
    margin-top: 50px;
  }
  
}
@media screen and (max-width: 1044px) {
  
  .example-intro .example-nav .right {
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    height: 65px;
    /*定义滑块 内阴影+圆角*/
  }
  .example-intro .example-nav .right::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #F5F5F5;
  }
  .example-intro .example-nav .right::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #f3f4f5;
  }
  .example-intro .example-nav .right::-webkit-scrollbar-thumb {
    background: rgba(201, 38, 29, 0.8);
  }
  .example-intro .example-nav .right li {
    margin-right: 10px;
    padding: 0 10px;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  
  .example-intro .example-list-box li {
    width: 49%;
    margin-bottom: 1.3333%;
  }
  .example-intro .example-list-box li .bottom {
    margin-top: 0.1rem;
  }
  .example-intro .example-list-box li:nth-of-type(2n) {
    margin-right: 0;
  }
  .example-intro .example-list-box li:nth-of-type(2n) .top {
    margin-top: 0;
  }
  .example-intro .example-list-box li > div .mask {
    padding: 0.1rem;
  }
  .example-intro .example-list-box li > div .mask .cont {
    padding: 0 0.1rem;
  }
  .example-intro .example-list-box li > div .mask .cont .t1, .example-intro .example-list-box li > div .mask .cont .t2 span {
    font-size: 12px;
  }
  .example-intro .example-list-box li > div .mask .cont .arr {
    bottom: 0.2rem;
    margin-left: -0.4rem;
  }
  .example-intro .example-list-box {
    margin-top: 0.25rem;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@charset "UTF-8";
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .index-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-banner .index-swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.index-banner .index-swiper .swiper-slide > img {
  width: 100%;
  opacity: 0;
}
.index-banner .index-swiper .swiper-slide .center-position {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.index-banner .index-swiper .swiper-slide .center-position .text-box {
  width: 1680px;
  margin: 0 auto;
}
.index-banner .index-swiper .swiper-slide .center-position .text-box .knowMore {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #c9261d;
  border-radius: 25px;
  opacity: 0.9;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-top: 50px;
}
.index-banner .index-swiper .swiper-slide .center-position .text-box .t1 {
  margin-bottom: 25px;
}
.index-banner .index-swiper .swiper-slide .center-position .text-box p {
  color: #eee;
  font-size: 20px;
  line-height: 2em;
}
.index-banner .index-swiper .swiper-slide .center-position .text-box p span {
  font-size: 36px;
  color: #fff;
}
.index-banner .index-swiper .page-box {
  bottom: 160px;
  left: 120px;
  position: absolute;
  width: 200px;
}
.index-banner .index-swiper .page-box .swiper-pagination-index span {
  margin-right: 20px;
}
.index-banner .index-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.index-banner .index-swiper .swiper-pagination-bullet-active {
  background-color: #c9261d;
}
.index-banner .mouse {
  width: 15px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 15px 64px;
  background-image: url("../img/mouse.png");
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.num-position {
  margin-top: -120px;
  position: relative;
  z-index: 10001;
}
.num-position .num-box {
  width: 1680px;
  height: 240px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
.num-position .num-box li {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 70px;
  border-right: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.num-position .num-box li img {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.num-position .num-box li .t1 {
  color: #c9261d;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
}
.num-position .num-box li .pad1 {
  padding-left: 65px;
}
.num-position .num-box li .pad2 {
  padding-left: 75px;
}
.num-position .num-box li .pad3 {
  padding-left: 45px;
}
.num-position .num-box li .num {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}
.num-position .num-box li .num .t2 {
  color: #c9261d;
  font-size: 72px;
  height: 72px;
  width: 100%;
  font-weight: bold;
}
.num-position .num-box li .info {
  text-align: center;
  margin-top: 20px;
}
.num-position .num-box li .info p {
  line-height: 1.8em;
  color: #999;
  font-size: 14px;
}
.num-position .num-box li .des {
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.num-position .num-box li:last-of-type {
  border-right: none;
}
.business-area {
  margin-top: 45px;
}
.business-area .area-box {
  margin-top: 45px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/area00.jpg");
  position: relative;
  transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
}
.business-area .area-box .area-position {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.business-area .area-box .area-position .area-list {
  width: 1680px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.business-area .area-box .area-position .area-list li {
  width: 25%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 36px;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.business-area .area-box .area-position .area-list li > p {
  font-weight: bold;
}
.business-area .area-box .area-position .area-list li .info-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(201, 38, 29, 0.8);
  display: inline-block;
  padding: 65px 30px 0;
  display: none;
}
.business-area .area-box .area-position .area-list li .info-cover .title {
  color: #fff;
  font-size: 36px;
}
.business-area .area-box .area-position .area-list li .info-cover .line {
  width: 80px;
  height: 2px;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 30px;
}
.business-area .area-box .area-position .area-list li .info-cover .info {
  color: #fff;
  font-size: 14px;
  line-height: 1.7em;
  text-align: justify;
  height: 52%;
}
.business-area .area-box .area-position .area-list li .info-cover .txt {
  color: #fecfcc;
  font-size: 14px;
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fecfcc;
}
.business-area .area-box .area-position .area-list li .info-cover .arr {
  width: 0px;
  height: 5px;
  background-size: 27px 5px;
  background-repeat: no-repeat;
  background-image: url("../img/arr.png");
  display: inline-block;
  position: absolute;
  right: 70px;
  bottom: 30px;
  transition: right 0.8s;
  -webkit-transition: right 0.8s;
  -moz-transition: right 0.8s;
}
.business-area .area-box .area-position .area-list li .info-cover:hover .arr {
  right: 30px;
}
.business-area .area-box .area-position .area-list li:nth-of-type(4n) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.business-area .area-box img {
  width: 100%;
  opacity: 0;
}
.business-area .area-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.business-area .area-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
  z-index: 1000;
  left: 0;
}
.example-intro {
  margin-top: 80px;
}
.example-intro .example-nav .com-title {
  margin-top: -10px;
}
.example-intro .example-nav .right {
  display: flex;
  align-items: center;
}
.example-intro .example-nav .right li {
  width: 105px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* padding: 0 8px; */
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin-left: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
.example-intro .example-nav .right li span {
  position: relative;
  z-index: 10;
}
.example-intro .example-nav .right li i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  background: #c9261d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 9;
}
.example-intro .example-nav .right li:hover {
  color: #fff;
  border: 1px solid #c9261d;
}
.example-intro .example-nav .right li:hover i {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.example-intro .example-nav .right .active {
  color: #fff;
  border: 1px solid #c9261d;
}
.example-intro .example-nav .right .active i {
  background: #c9261d;
  width: 100%;
}
.example-intro .example-list-box {
  margin: 50px 0;
  display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
}
.example-intro .example-list-box li {
  /*width: 402px;*/
  /*width: 28%;*/
  /*width: 32.3%;*/
  width: 23.9%;
  float: left;
  margin-right: 24px;
  margin-top: 24px;
}
.example-intro .example-list-box li:nth-child(4n){margin-right:0;}
.example-intro .example-list-box li > div {
  position: relative;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.example-intro .example-list-box li > div > img {
  width: 100%;
  opacity: 0;
}
.example-intro .example-list-box li > div .mask {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00428ea3;
  padding: 10px;
  z-index: 1000;
  display: none;
}
.example-intro .example-list-box li > div .mask .cont {
  border: 1px solid rgba(253, 173, 0, 0.2);
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
}
.example-intro .example-list-box li > div .mask .cont .award {
  position: absolute;
  top: 10px;
  right: 10px;
}
.example-intro .example-list-box li > div .mask .cont .award span {
  vertical-align: middle;
  margin-left: 6px;
  color: #fff;
  font-size: 14px;
}
.example-intro .example-list-box li > div .mask .cont .t1 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.example-intro .example-list-box li > div .mask .cont .t2 {
  margin-top: 15px;
}
.example-intro .example-list-box li > div .mask .cont .t2 span {
  color: #eee;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 6px;
}
.example-intro .example-list-box li > div .mask .cont .arr {
  width: 27px;
  height: 5px;
  background-size: 27px 5px;
  background-repeat: no-repeat;
  background-image: url("../img/arr.png");
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -40px;
  transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
}
.example-intro .example-list-box li > div .mask .cont:hover .arr {
  margin-left: -13.5px;
}
.example-intro .example-list-box li > div:hover {
  box-shadow: 0px 5px 25px 0px rgba(201, 38, 29, 0.35);
}
.example-intro .example-list-box li .top {
  width: 100%;
  height: auto;
}
.example-intro .example-list-box li .bottom {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.example-intro .example-list-box li:nth-of-type(2n) {
  display: flex;
  flex-direction: column-reverse;
}
.example-intro .example-list-box li:nth-of-type(2n) .bottom {
  margin-top: 0;
}
.example-intro .example-list-box li:nth-of-type(2n) .top {
  margin-top: 0;
}
/*.example-intro .example-list-box li:nth-of-type(4n) {*/
/*  margin-right: 0;*/
/*}*/
.example-intro .checkMore {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  color: #c9261d;
  border: solid 1px #dbdbdb;
}
.example-intro .checkMore:hover {
  box-shadow: 0px 10px 20px 0px rgba(113, 6, 0, 0.3);
  color: #fff;
  background-color: #c9261d;
  border: solid 1px #c9261d;
}








@media screen and (max-width: 1900px) {
  
  .example-intro .example-list-box li {
    width: 24%;
    margin-right: 1.3333%;
    overflow: hidden;
  }
  
}
@media screen and (max-width: 1600px) {
  
}
@media screen and (max-width: 1460px) {
  
}
@media screen and (max-width: 1386px) {
  
  .example-intro .example-list-box li > div .mask .cont .t1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  
  .com-title {
    text-align: center;
    font-size: 32px;
    width: 100%;
  }
  .business-area .area-box {
    height: 620px;
    background-size: cover;
  }
  .example-intro {
    margin-top: 0px;
  }
  .example-intro .example-list-box li > div .mask .cont .award span {
    font-size: 12px;
  }
  .example-intro .example-list-box li > div .mask .cont .t1 {
    font-size: 14px;
  }
  .example-intro .example-nav .com-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .example-intro .example-nav .right {
    width: 100%;
    justify-content: space-between;
  }
  .example-intro .example-nav .right li {
    margin-left: 0;
  }
  .example-intro .checkMore {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1044px) {
  
  .example-intro .example-nav .right {
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    height: 65px;
    /*定义滑块 内阴影+圆角*/
  }
  .example-intro .example-nav .right::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #F5F5F5;
  }
  .example-intro .example-nav .right::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #f3f4f5;
  }
  .example-intro .example-nav .right::-webkit-scrollbar-thumb {
    background: rgba(201, 38, 29, 0.8);
  }
  .example-intro .example-nav .right li {
    margin-right: 10px;
    padding: 0 10px;
    width: auto;
  }
  
}
@media screen and (max-width: 750px) {
  .example-intro .example-list-box{margin: 0px 0 50px;}
  .right-nav {
    display: none;
  }
  
  .example-intro .example-list-box li {
    width: 49%;
    margin-bottom: 1.3333%;
    margin-top: 7px;
  }
  .example-intro .example-list-box li .bottom {
    margin-top: 0.1rem;
  }
  .example-intro .example-list-box li:nth-of-type(2n) {
    margin-right: 0;
  }
  .example-intro .example-list-box li:nth-of-type(2n) .top {
    margin-top: 0;
  }
  .example-intro .example-list-box li > div .mask {
    padding: 0.1rem;
  }
  .example-intro .example-list-box li > div .mask .cont {
    padding: 0 0.1rem;
  }
  .example-intro .example-list-box li > div .mask .cont .t1, .example-intro .example-list-box li > div .mask .cont .t2 span {
    font-size: 12px;
  }
  .example-intro .example-list-box li > div .mask .cont .arr {
    bottom: 0.2rem;
    margin-left: -0.4rem;
  }
  
}
.example-intro .example-list-box li > div:hover{
    box-shadow: 0px 5px 25px 0px rgba(201, 38, 29, 0.35);
}
.example-intro .example-list-box li > div:hover .mask{
    display: inline!important;
}

.example-intro .example-list-box li > div .mask .cont{
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
}

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */