* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'HK Grotesk Legacy';
  src: url('/webfonts/HKGrotesk-RegularLegacy.eot');
  src: local('HK Grotesk Regular Legacy'), local('HKGrotesk-RegularLegacy'), url('/webfonts/HKGrotesk-RegularLegacy.eot?#iefix') format('embedded-opentype'), url('/webfonts/HKGrotesk-RegularLegacy.woff2') format('woff2'), url('/webfonts/HKGrotesk-RegularLegacy.woff') format('woff'), url('/webfonts/HKGrotesk-RegularLegacy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo-light";
  src: url('/webfonts/museo-light.eot');
  src: url('/webfonts/museo-light.eot?#iefix') format('embedded-opentype'), url('/webfonts/museo-light.woff') format('woff'), url('/webfonts/museo-light.ttf') format('truetype'), url('/webfonts/museo-light.svg') format('svg');
}
.museo-light {
  font-family: "museo-light" !important;
}
body {
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  font-size: 0.3rem;
  color: #666666;
  line-height: 1.5;
  color: #000;
  font-size: 14px;
}
::-webkit-scrollbar {
  width: 4px !important;
  height: auto !important;
}
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 4px;
}
ul,
li,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.container {
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}
.slider .arrow span {
  display: none;
}
h1 {
  font-size: 22px;
  font-weight: normal;
}
h2 {
  font-size: 20px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  font-weight: normal;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.header {
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  
}
.header .container {
  width: 95%;
}
.header .logo {
  width: 140px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  float: left;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .whitelogo {
  width: 140px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  float: left;
  display: none;
}
.header .whitelogo img {
  width: 100%;
  display: block;
}
.header .menubtn {
  display: none;
}
.header .white a {
  color: #fff;
}
.header .navs {
  float: right;
  text-align: right;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.header .navs li {
  display: inline-block;
  margin-left: 0.5rem;
}
.header .navs li a {
  font-family: 'HK Grotesk Legacy', sans-serif;
  font-size: 1.2em;
}
.header .navs li a span {
  margin-left: 0.1rem;
}
.header .navs .act a {
  font-weight: bold;
}
.header-shadow {
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.mnavs {
  display: none;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
/* 轮播图 */
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider .arrow {
  position: absolute;
  top: 25%;
  margin-top: 0;
  width: 1rem;
  height: 50%;
  padding: 0;
  cursor: pointer;
}
.slider .arrow a {
  position: relative;
}
.slider .arrow span {
  width: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  top: 45%;
  position: absolute;
}
.slider .arrow.btn-prev span {
  left: 50%;
  margin-left: 0.1rem;
}
.slider .arrow.btn-next span {
  right: 50%;
  margin-right: 0.78rem;
}
.slider .arrow:hover.btn-prev span {
  color: #000;
}
.slider .arrow:hover.btn-next span {
  color: #000;
}
.slider .btn-next {
  right: 2%;
}
.slider .btn-prev {
  left: 2%;
}
.slideBox .hd {
  height: 0.25rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
}
.slideBox .hd ul {
  text-align: center;
  padding-top: 5px;
}
.slideBox .hd ul li {
  cursor: pointer;
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
}
.slideBox .hd ul .on {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.slideBox .bd {
  position: relative;
  z-index: 0;
}
.slideBox .bd li img,
.slideBox .bd l img,
.slideBox .bd .clone img {
  width: 100%;
  vertical-align: top;
}
.indexAbout .container,
.indexTeam .container {
  max-width: 1000px;
}
.indexAbout h3,
.indexTeam h3 {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
.indexAbout h3 a,
.indexTeam h3 a {
  color: #2c2c2c;
  font-size: 36px;
  font-weight: normal;
}
.indexAbout .cont,
.indexTeam .cont {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.6;
}
.indexAbout .cont p,
.indexTeam .cont p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #666;
  line-height: 1.6;
}
.indexAbout .cont:hover p,
.indexTeam .cont:hover p {
  color: #000;
}
.indexWorks,
.case {
  overflow: hidden;
}
.indexWorks .category,
.case .category {
  overflow: hidden;
}
.indexWorks .category .et,
.case .category .et {
  float: left;
}
.indexWorks .category .et a,
.case .category .et a {
  color: #5f6061;
  text-decoration: none;
  font-family: "museo-light" !important;
}
.indexWorks .category .et a:hover,
.case .category .et a:hover {
  color: #000;
  text-decoration: underline;
}
.indexWorks .category .clists,
.case .category .clists {
  float: right;
  text-align: right;
}
.indexWorks .category .clists a,
.case .category .clists a,
.indexWorks .category .clists span,
.case .category .clists span {
  color: #5f6061;
  text-decoration: none;
  margin-left: 0.25rem;
  cursor: pointer;
}
.indexWorks .category .clists a:hover,
.case .category .clists a:hover,
.indexWorks .category .clists span:hover,
.case .category .clists span:hover {
  color: #000;
  text-decoration: underline;
}
.indexWorks .works,
.case .works {
  margin-top: 0.4rem;
}
.indexWorks .works .lists a,
.case .works .lists a {
  width: 33.333333%;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}
.indexWorks .works .lists a img,
.case .works .lists a img {
  display: block;
  width: 100%;
  transition: all 0.8s;
}
.indexWorks .works .lists a .fc,
.case .works .lists a .fc {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.indexWorks .works .lists a .fc .cont,
.case .works .lists a .fc .cont {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.indexWorks .works .lists a .fc .brand,
.case .works .lists a .fc .brand {
  font-size: 12px;
}
.indexWorks .works .lists a .fc .c,
.case .works .lists a .fc .c {
  position: absolute;
  bottom: 0;
}
.indexWorks .works .lists a .fc .title,
.case .works .lists a .fc .title {
  font-size: 18px;
  margin-bottom: 0.1rem;
}
.indexWorks .works .lists a .fc .desc,
.case .works .lists a .fc .desc {
  font-size: 12px;
}
.indexWorks .works .lists a:hover img,
.case .works .lists a:hover img {
  transform: scale(1.1);
}
.indexWorks .works .lists a:hover .fc,
.case .works .lists a:hover .fc {
  opacity: 1;
}
.indexWorks .works .more,
.case .works .more {
  width: 2rem;
  border: 1px solid #b9b9b9;
  text-align: center;
  margin: 1rem auto;
  display: block;
  color: #b9b9b9;
  font-size: 14px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.16rem;
}
.indexWorks .works .more:hover,
.case .works .more:hover {
  color: #333;
  border: 1px solid #333;
}
.indexArticle {
  overflow: hidden;
}
.indexArticle .article {
  display: flex;
  justify-content: space-between;
}
.indexArticle .article .lists {
  width: 4.5rem;
  overflow: hidden;
}
.indexArticle .article .lists .title {
  color: #898989;
  margin-bottom: 0.3rem;
  display: block;
  font-size: 18px;
}
.indexArticle .article .lists .title:hover {
  color: #333;
}
.indexArticle .article .lists li {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.indexArticle .article .lists li a {
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 12px;
  color: #898989;
}
.indexArticle .article .lists li a:hover {
  color: #333;
}
.indexBanner {
  width: 100%;
  margin-top: 1rem;
  position: relative;
}
.indexBanner img {
  width: 100%;
  display: block;
}
.indexBanner .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 5vw!important;
  color: #fff;
}
.indexCustom {
  margin-top: 1rem;
  overflow: hidden;
}
.indexCustom .title {
  width: 100%;
  overflow: hidden;
  font-size: 22px;
  color: #000;
  text-align: center;
  padding: 0.1rem;
}
.indexCustom .img {
  width: 100%;
  overflow: hidden;
}
.indexCustom .img img {
  width: 100%;
  overflow: hidden;
  display: block;
}
.indexCustom .lists {
  margin-top: 0.6rem;
}
.indexCustom .lists .item {
  width: 3.04rem;
  float: left;
}
.indexCustom .lists .item img {
  width: 100%;
}
.bottom {
  background: #000;
  overflow: hidden;
  margin-top: 1rem;
}
.bottom .container {
  padding: 0.8rem 0;
  width: 12rem;
}
.bottom .row {
  overflow: hidden;
}
.bottom .left {
  float: left;
  color: #fff;
  font-size: 14px;
}
.bottom .left div {
  line-height: 1.8;
}
.bottom .right {
  float: right;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.bottom .right .qrcode {
  width: 64px;
}
.bottom .right .qrcode img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.bottom .right .txt {
  margin-top: 4px;
}
.bottom .copyright {
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.bottom .copyright a {
  color: #fff;
}
.returnTop {
  position: fixed;
  right: 0.8rem;
  bottom: 1.5rem;
  z-index: 10000;
  width: 0.5rem;
  height: 0.5rem;
}
.returnTop span {
  color: rgba(156, 156, 162, 0.6);
  font-size: 0.6rem;
  cursor: pointer;
}
.returnTop span:hover {
  color: #9c9ca2;
}
.case {
  margin-top: 1.4rem;
}
.detail,
.about {
  margin-top: 0.9rem;
  overflow: hidden;
}
.detail .tonglan,
.about .tonglan {
  overflow: hidden;
}
.detail .row,
.about .row {
  width: 100%;
}
.detail .row .column,
.about .row .column {
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
}
.detail .row .column p,
.about .row .column p {
  font-size: 14px;
  color: #333;
  margin-bottom: 14px;
  line-height: 2;
  word-wrap: break-word;
  word-break: break-all;
}
.detail .row .column p img,
.about .row .column p img {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.detail .row .column img,
.about .row .column img {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.detail .column-2,
.about .column-2,
.detail .column-3,
.about .column-3,
.detail .column-4,
.about .column-4 {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.detail .column-2 .column,
.about .column-2 .column,
.detail .column-3 .column,
.about .column-3 .column,
.detail .column-4 .column,
.about .column-4 .column {
  width: 45%;
}
.detail .column-3 .column,
.about .column-3 .column {
  width: 28%;
}
.detail .column-4 .column,
.about .column-4 .column {
  width: 20%;
}
.detail .column-1,
.about .column-1 {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem;
}
.detail .column-img,
.about .column-img {
  width: 100%;
}
.detail .column-img img,
.about .column-img img {
  display: block;
  width: 100%;
}
.news {
  display: block;
  overflow: hidden;
  width: 12rem;
  margin: 2rem auto 0 auto;
}
.news .category {
  overflow: hidden;
}
.news .category h3 {
  float: left;
  font-size: 30px;
  width: 20%;
  font-weight: normal;
  color: #5f6061;
  font-family: "museo-light" !important;
  line-height: 1.5;
}
.news .category .navs {
  float: left;
  font-size: 14px;
  width: 70%;
  overflow: hidden;
  margin-left: 30px;
  margin-top: 14px;
}
.news .category .navs li {
  float: left;
  margin-left: 0.4rem;
  color: #5f6061;
  font-size: 14px;
}
.news .category .navs li a {
  color: #5f6061;
  font-size: 14px;
  margin-right: 0.4rem;
}
.news .category .navs li a:hover {
  color: #000;
}
.news .lists {
  margin-top: 0.6rem;
  overflow: hidden;
}
.news .lists ul {
  width: 100%;
  overflow: hidden;
}
.news .lists li {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.02rem solid #f1f1f1;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
.news .lists li .bigimg {
  width: 4rem;
  float: left;
  display: block;
  overflow: hidden;
}
.news .lists li .bigimg img {
  transition: all 0.8s;
  width: 100%;
  display: block;
}
.news .lists li .bigimg:hover img {
  transform: scale(1.1);
}
.news .lists li .info {
  float: right;
  width: 7.6rem;
  margin-top: 0.1rem;
}
.news .lists li .info h4 {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0.4rem;
  color: #666;
}
.news .lists li .info .title {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  color: #333;
}
.news .lists li .info .desc {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 0.6rem;
  line-height: 2;
}
.news .lists li .info .more {
  display: block;
  color: #0066CC;
  font-size: 12px;
}
.news .lists li .info .more:hover {
  font-weight: bold;
}
.newsdetail {
  overflow: hidden;
  width: 12rem;
  margin: 1.6rem auto 0 auto;
}
.newsdetail .time,
.newsdetail .category {
  color: #5f6061;
  font-size: 16px;
  overflow: hidden;
}
.newsdetail .category {
  margin-top: 10px;
}
.newsdetail .title {
  font-size: 20px;
  display: block;
  margin-top: 0.5rem;
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 0.5rem;
  border-bottom: 0.02rem solid #ccc;
  overflow: hidden;
  color: #333;
}
.newsdetail .content {
  overflow: hidden;
  font-size: 14px;
  color: #5f6061;
  line-height: 1.6;
  margin-top: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.02rem solid #ccc;
  word-wrap: break-word;
  word-break: break-all;
}
.newsdetail .content p {
  font-size: 14px;
  color: #5f6061;
  line-height: 1.6;
  margin-bottom: 14px;
  word-wrap: break-word;
  word-break: break-all;
}
.newsdetail .content img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.newsdetail .morenews {
  overflow: hidden;
}
.newsdetail .morenews .ct {
  overflow: hidden;
  font-size: 16px;
  margin-top: 0.6rem;
  color: #333;
}
.newsdetail .morenews .lists {
  display: block;
  width: 100%;
  margin-top: 0.4rem;
}
.newsdetail .morenews .lists li {
  margin-top: 8px;
  margin-bottom: 8px;
}
.newsdetail .morenews .lists li a {
  color: #898989;
  font-size: 12px;
}
.newsdetail .morenews .lists li a:hover {
  color: #000;
}
.newsdetail .morenews .lists li a span {
  margin-right: 0.14rem;
}
.contact {
  margin-top: 1.8rem;
  overflow: hidden;
}
.contact .row {
  width: 100%;
  overflow: hidden;
}
.contact .row .column {
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
}
.contact .row .column p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  line-height: 2;
  word-wrap: break-word;
  word-break: break-all;
}
.contact .row .column img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.contact .row .left {
  width: 35%;
  float: left;
}
.contact .row .left .title {
  text-align: center;
  font-size: 22px;
  color: #5f6061;
  font-family: "museo-light" !important;
}
.contact .row .right {
  width: 60%;
  float: right;
}
.pages {
  text-align: center;
}
.pages .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
.pages .pagination li {
  font-size: 0.22rem;
  color: #979696;
  padding: 0.06rem 0.06rem;
  min-width: 0.65rem;
  height: 0.65rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pages .pagination li a {
  text-decoration: none;
  color: #979696;
  padding: 0.06rem 0.06rem;
  min-width: 0.65rem;
  border-radius: 0.02rem;
  background: #efefef;
}
.pages .pagination li a:hover {
  color: #fff;
  background: #66b3e4;
}
.pages .pagination .active span {
  padding: 0.06rem 0.06rem;
  color: #fff;
  background: #4a88e2;
  min-width: 0.55rem;
  border-radius: 0.02rem;
}
.pages .pagination li a.current:hover {
  color: #fff;
  background: #4a88e2;
}
@media screen and (max-width: 1440px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .indexAbout h3 a {
    font-size: 30px;
  }
  .indexWorks .category .clists a,
  .case .category .clists a,
  .indexWorks .category .clists span,
  .case .category .clists span {
    font-size: 12px;
  }
  .indexWorks .category .et a,
  .case .category .et a {
    font-size: 12px;
  }
  .indexWorks .works .lists a .fc .brand,
  .case .works .lists a .fc .brand {
    font-size: 14px;
  }
  .indexWorks .works .lists a .fc .title,
  .case .works .lists a .fc .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .indexAbout h3 a {
    font-size: 30px;
  }
  .indexWorks .works .lists a .fc .brand,
  .case .works .lists a .fc .brand {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
  .cont p {
    font-size: 14px;
  }
  .indexWorks .works .lists a .fc .brand,
  .case .works .lists a .fc .brand {
    font-size: 18px;
  }
  .indexWorks .works .lists a .fc .desc,
  .case .works .lists a .fc .desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    width: 1800px;
    max-width: 1800px;
    margin: 0 auto;
  }
  .indexWorks .works .lists a .fc .brand,
  .case .works .lists a .fc .brand {
    font-size: 18px;
  }
  .indexWorks .works .lists a .fc .desc,
  .case .works .lists a .fc .desc {
    font-size: 14px;
  }
  .indexArticle .article .lists li a {
    font-size: 14px;
  }
  .detail .row .column,
  .about .row .column {
    font-size: 14px;
  }
  .detail .row .column p,
  .about .row .column p {
    font-size: 14px;
  }
  .contact .row .column {
    font-size: 16px;
  }
  .contact .row .column p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .container {
    width: 95% !important;
  }
  .mnavs {
    position: fixed;
    top: 0 ;
    left: 0;
    width: 100%;
    height: 0px;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    display: none;
  }
  .mnavs .close {
    position: fixed;
    right: 1rem ;
    top: 1rem;
    width: 1rem;
    z-index: 10002;
    cursor: pointer;
  }
  .mnavs .close span {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .mnavs .close span:hover {
    color: #ffffff;
  }
  .mnavs .navs {
    width: 100%;
  }
  .mnavs .navs ul {
    margin: 6rem 0.4rem 0.4rem 0.4rem;
    overflow: hidden;
  }
  .mnavs .navs ul li {
    overflow: hidden;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .mnavs .navs ul li a {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .mnavs .navs ul li a span {
    margin-left: 0.6rem;
  }
  .header .logo {
    width: 4rem;
    height: 0.61rem;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
  .header .whitelogo {
    width: 4rem;
    height: 0.61rem;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
  .header .logo,
  .header .whitelogo {
    display: none;
  }
  .header .logom,
  .header .whitelogom {
    display: block;
  }
  .header .menubtn {
    display: block;
    float: right;
    margin-top: 0.66rem;
    width: 1rem;
  }
  .header .menubtn span {
    font-size: 0.9rem;
    cursor: pointer;
  }
  .header .navs {
    display: none;
  }
  .slider .arrow span {
    font-size: 0.9rem;
  }
  .slideBox .hd {
    height: 2rem;
    bottom: -0.6rem;
  }
  .slideBox .hd ul li {
    width: 8px;
    height: 8px;
  }
  .indexAbout h3,
  .indexTeam h3 {
    margin-top: 2rem;
  }
  .indexAbout h3 a,
  .indexTeam h3 a {
    font-size: 0.8rem;
  }
  .indexAbout .cont,
  .indexTeam .cont {
    font-size: 14px;
    margin-top: 1.4rem;
  }
  .indexAbout .cont p,
  .indexTeam .cont p {
    font-size: 14px;
    margin-bottom: 0.7rem;
  }
  .indexAbout .cont img,
  .indexTeam .cont img {
    max-width: 100%;
  }
  .indexTeam {
    margin-top: 60px;
  }
  .indexTeam h3 {
    text-align: center;
  }
  .indexTeam .cont td {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }
  .indexWorks,
  .case {
    margin-top: 2.6rem;
  }
  .indexWorks .category .et,
  .case .category .et {
    width: 100%;
  }
  .indexWorks .category .et a,
  .case .category .et a {
    color: #000;
    font-size: 14px;
  }
  .indexWorks .category .clists,
  .case .category .clists {
    float: left;
    margin-top: 0.1rem;
    text-align: left;
  }
  .indexWorks .category .clists a,
  .case .category .clists a {
    margin-left: 0;
    margin-right: 0.25rem;
    font-size: 12px;
  }
  .indexWorks .works .container,
  .case .works .container {
    width: 100%;
  }
  .indexWorks .works .lists a,
  .case .works .lists a {
    width: 100%;
    float: none;
    margin-bottom: 0.22rem;
  }
  .indexWorks .works .lists a .fc,
  .case .works .lists a .fc {
    opacity: 0;
  }
  .indexWorks .works .lists a .fc .cont,
  .case .works .lists a .fc .cont {
    box-sizing: border-box;
    padding: 5%;
  }
  .indexWorks .works .lists a .fc .brand,
  .case .works .lists a .fc .brand {
    font-size: 12px;
  }
  .indexWorks .works .lists a .fc .c,
  .case .works .lists a .fc .c {
    bottom: 1rem;
  }
  .indexWorks .works .lists a .fc .c .title,
  .case .works .lists a .fc .c .title {
    font-size: 14px;
  }
  .indexWorks .works .lists a .fc .c .desc,
  .case .works .lists a .fc .c .desc {
    font-size: 12px;
  }
  .indexWorks .works .more,
  .case .works .more {
    padding: 0.2rem 0 0.2rem 0;
    width: 3.6rem;
    font-size: 12px;
  }
  .indexArticle .article {
    display: block;
    margin-top: 0.4rem;
  }
  .indexArticle .article .lists {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .indexArticle .article .lists .title {
    font-size: 14px;
    color: #333;
  }
  .indexArticle .article .lists li a {
    font-size: 12px;
  }
  .indexCustom {
    margin-top: 1.6rem;
  }
  .indexCustom .title {
    font-size: 0.8rem;
  }
  .indexCustom .lists .item {
    width: 6.08rem;
  }
  .indexCustom .img {
    margin-top: 1rem;
  }
  .indexBanner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bottom .container {
    width: 90%;
  }
  .bottom .left {
    width: 100%;
  }
  .bottom .left div {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  .bottom .left a {
    color: #fff;
  }
  .bottom .right {
    margin-top: 0.14rem;
    clear: both;
    width: 100%;
  }
  .bottom .right .qrcode {
    margin: 0.4rem auto;
  }
  .bottom .right .qrcode img {
    width: 3.2rem;
  }
  .bottom .copyright {
    text-align: center;
    margin-top: 0.2rem;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }
  .bottom .copyright a {
    color: rgba(255, 255, 255, 0.6);
  }
  .returnTop {
    right: 1rem;
    bottom: 2rem;
    width: 1rem;
    height: 1rem;
  }
  .returnTop span {
    color: #9c9ca2;
    font-size: 1.2rem;
  }
  .case .category .clists span {
    font-size: 0.65rem;
  }
  .detail,
  .about {
    margin-top: 2.2rem;
  }
  .detail .column-1,
  .about .column-1,
  .detail .column-2,
  .about .column-2,
  .detail .column-3,
  .about .column-3,
  .detail .column-4,
  .about .column-4 {
    display: block;
  }
  .detail .column-1 .column,
  .about .column-1 .column,
  .detail .column-2 .column,
  .about .column-2 .column,
  .detail .column-3 .column,
  .about .column-3 .column,
  .detail .column-4 .column,
  .about .column-4 .column {
    width: 100%;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 12px;
  }
  .detail .column-1 .column p,
  .about .column-1 .column p,
  .detail .column-2 .column p,
  .about .column-2 .column p,
  .detail .column-3 .column p,
  .about .column-3 .column p,
  .detail .column-4 .column p,
  .about .column-4 .column p {
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 0.7rem;
  }
  .detail .column-1 .column h1,
  .about .column-1 .column h1,
  .detail .column-2 .column h1,
  .about .column-2 .column h1,
  .detail .column-3 .column h1,
  .about .column-3 .column h1,
  .detail .column-4 .column h1,
  .about .column-4 .column h1,
  .detail .column-1 .column h2,
  .about .column-1 .column h2,
  .detail .column-2 .column h2,
  .about .column-2 .column h2,
  .detail .column-3 .column h2,
  .about .column-3 .column h2,
  .detail .column-4 .column h2,
  .about .column-4 .column h2,
  .detail .column-1 .column h3,
  .about .column-1 .column h3,
  .detail .column-2 .column h3,
  .about .column-2 .column h3,
  .detail .column-3 .column h3,
  .about .column-3 .column h3,
  .detail .column-4 .column h3,
  .about .column-4 .column h3,
  .detail .column-1 .column h4,
  .about .column-1 .column h4,
  .detail .column-2 .column h4,
  .about .column-2 .column h4,
  .detail .column-3 .column h4,
  .about .column-3 .column h4,
  .detail .column-4 .column h4,
  .about .column-4 .column h4,
  .detail .column-1 .column h5,
  .about .column-1 .column h5,
  .detail .column-2 .column h5,
  .about .column-2 .column h5,
  .detail .column-3 .column h5,
  .about .column-3 .column h5,
  .detail .column-4 .column h5,
  .about .column-4 .column h5,
  .detail .column-1 .column h6,
  .about .column-1 .column h6,
  .detail .column-2 .column h6,
  .about .column-2 .column h6,
  .detail .column-3 .column h6,
  .about .column-3 .column h6,
  .detail .column-4 .column h6,
  .about .column-4 .column h6 {
    margin-bottom: 0.7rem;
  }
  .pages .pagination li {
    font-size: 12px;
    padding: 0.08rem 0.08rem;
    min-width: 0.45rem;
    height: 1rem;
    color: #979696;
  }
  .pages .pagination li a {
    font-size: 12px;
    padding: 0.08rem 0.08rem;
    min-width: 1.3rem;
    color: #979696;
  }
  .pages .pagination .active span {
    min-width: 1.3rem;
  }
  .pages .pagination .disabled span {
    min-width: 1.3rem;
  }
  .news {
    width: 95%;
    margin-top: 3rem;
  }
  .news .category h3 {
    font-size: 14px;
    width: 100%;
    color: #333;
  }
  .news .category .navs {
    width: 100%;
    margin-left: 0;
  }
  .news .category .navs li {
    margin-left: 0;
    margin-right: 0.4rem;
  }
  .news .category .navs li a {
    font-size: 12px;
  }
  .news .lists {
    margin-top: 1rem;
  }
  .news .lists ul li {
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
  }
  .news .lists ul li .bigimg {
    width: 100%;
  }
  .news .lists ul li .info {
    float: left;
    width: 100%;
    margin-top: 0.6rem;
  }
  .news .lists ul li .info h4 {
    font-size: 12px;
  }
  .news .lists ul li .info .title {
    font-size: 14px;
  }
  .news .lists ul li .info .desc {
    font-size: 12px;
  }
  .news .lists ul li .info .more {
    font-size: 12px;
  }
  .newsdetail {
    width: 95%;
    margin-top: 2.8rem;
  }
  .newsdetail .time,
  .newsdetail .category {
    font-size: 12px;
  }
  .newsdetail .category {
    margin-top: 4px;
  }
  .newsdetail .title {
    font-size: 16px;
    margin-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.5;
  }
  .newsdetail .content {
    margin-top: 1rem;
    font-size: 12px;
  }
  .newsdetail .content p {
    font-size: 12px;
    margin-bottom: 0.7rem;
  }
  .newsdetail .morenews .ct {
    font-size: 14px;
  }
  .newsdetail .morenews .lists li {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .newsdetail .morenews .lists li a {
    font-size: 12px;
  }
  .contact {
    width: 95%;
    margin-top: 2.8rem;
  }
  .contact .row .left {
    width: 100%;
  }
  .contact .row .left .title {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 14px;
  }
  .contact .row .right {
    margin-top: 0.4rem;
    width: 100%;
    font-size: 12px;
  }
  .contact .row .right p {
    font-size: 12px;
    margin-bottom: 0.65rem;
  }
}
