@charset "UTF-8";
.layout_nva li + li {
  margin-left: 20px;
}
.layout_nva li a {
  display: block;
  min-width: 150px;
  height: 60px;
  line-height: 60px;
  color: #333;
  padding: 0 10px;
  text-align: center;
}
.layout_nva li.on a {
  color: #fff;
  background-color: var(--main-color);
}

.textBox {
  color: #fff;
  font-size: 26px;
  width: 310px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1%;
}
.textBox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.textBox:after {
  content: "";
  height: 40px;
  width: 40px;
  border: 2px solid #fff;
  position: absolute;
  left: -30px;
  top: -30px;
  opacity: 0.4;
}
.textBox .tit {
  letter-spacing: 5px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.textBox .tit:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--main-color);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.textBox i {
  display: block;
  width: 30px;
  border-top: 1.5px solid #fff;
  margin: 8px auto 0;
  opacity: 0.7;
}
.textBox i:after {
  content: "";
  display: block;
  width: 50%;
  margin: 5px auto 0;
  border: 1px solid #fff;
  opacity: 0.8;
}

.main_body {
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 20px;
}

.catBox table {
  color: #555555;
  border: 2px solid #fff;
  vertical-align: middle;
}
.catBox table th, .catBox table td {
  font-size: 16px;
  line-height: 2;
}
.catBox table th {
  text-align: center;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.catBox table td {
  position: relative;
}
.catBox table td .list {
  display: block;
  width: 100%;
  margin-right: -8px;
  margin-bottom: -8px;
  overflow: hidden;
}
.catBox table td .list span {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 12px;
}
.catBox table tr + tr td:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0.5rem;
  right: 0.5rem;
}
.catBox span {
  cursor: pointer;
}
.catBox span.selected {
  background-color: var(--main-color);
  color: #fff;
}

.searchBox {
  padding: 30px 0;
  line-height: 44px;
}
.searchBox input {
  border: 1px solid #f1f1f1;
  height: 46px;
  padding: 0 10px;
  width: 300px;
  font-size: 14px;
}
.searchBox #search {
  width: auto;
  padding: 0 20px;
  height: 46px;
  color: #fff;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-left-color: var(--main-color);
  border-right-color: var(--main-color);
  background-color: var(--main-color);
  cursor: pointer;
}
.searchBox #search svg {
  width: 20px;
  height: 20px;
}

.relevant-designer {
  padding-bottom: 60px;
}
.relevant-designer .designer-item {
  display: flex;
  background-color: #fff;
  padding: 30px;
  justify-content: space-between;
}
.relevant-designer .designer-item .img {
  width: 180px;
  height: 100%;
  overflow: hidden;
  background: #f1f1f1;
}
.relevant-designer .designer-item .text {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.relevant-designer .designer-item .tit {
  font-size: 18px;
  line-height: 32px;
  color: #272727;
}
.relevant-designer .designer-item .tit i {
  display: inline-flex;
  align-items: center;
  line-height: 26px;
  color: #999999;
  font-size: 14px;
}
.relevant-designer .designer-item .tit i img {
  margin-right: 5px;
}
.relevant-designer .designer-item .des {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.relevant-designer .designer-item .Dcase {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto;
}
.relevant-designer .designer-item .moreBox {
  padding-top: 20px;
  margin-bottom: auto;
  line-height: 36px;
  font-size: 14px;
}
.relevant-designer .designer-item .moreBox .moreBtn {
  display: inline-block;
  padding: 0 15px;
  background-color: var(--main-color);
  color: #fff;
}
.relevant-designer .designer-item .moreBox .tip {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.relevant-designer .designer-item .moreBox .tip em {
  font-style: normal;
  font-size: 12px;
  padding-left: 5px;
  color: #333;
}

.desinger-detail {
  padding: 60px 0;
}
.desinger-detail .text .tit {
  font-size: 32px;
  line-height: 32px;
  color: #272727;
  margin: 10px 0 15px 0;
  display: flex;
  align-items: center;
}
.desinger-detail .text .tit i {
  display: inline-flex;
  align-items: center;
  line-height: 32px;
  color: #999999;
  font-size: 20px;
  margin-left: 12px;
}
.desinger-detail .text .tit i img {
  margin-right: 5px;
  height: 20px;
}
.desinger-detail .text .tip {
  margin-top: 20px;
}
.desinger-detail .text .tip p {
  font-size: 16px;
  line-height: 2.2;
}
.desinger-detail .text .moreBox {
  padding-top: 20px;
  margin-bottom: auto;
  line-height: 36px;
  font-size: 14px;
}
.desinger-detail .text .moreBox .moreBtn {
  display: block;
  width: 153px;
  height: 40px;
  line-height: 40px;
  background: url(../img/i_team_more_on.png) no-repeat 90% 50% var(--main-color);
  font-size: 15px;
  font-weight: bolder;
  text-indent: 18px;
  color: #fff;
}

.relevant-case {
  background-color: #fff;
  padding: 60px 0;
}
.relevant-case .theme-tit {
  font-size: 32px;
  font-weight: bold;
}
.relevant-case .items {
  display: block;
}
.relevant-case .items .text {
  width: 100%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  color: #7b7a7a;
  font-size: 14px;
  transition: 0.5s all;
}
.relevant-case .items .text .name {
  text-align: center;
  line-height: 27px;
  padding-top: 10px;
  font-size: 16px;
}
.relevant-case .items .text .type {
  text-align: center;
  line-height: 10px;
  margin-top: 10px;
}
.relevant-case .items .text .type span {
  padding: 0 10px;
  background: #fff;
}
.relevant-case .items:hover .text {
  border-color: #333;
  color: #333;
}

.caseDetailBox .Dtitle {
  margin-bottom: 20px;
  background: #fff;
  padding: 30px 30px 40px 30px;
}
.caseDetailBox .Dtitle .tit {
  font-size: 28px;
  color: #000000;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caseDetailBox .Dtitle .tit a {
  border: 1px var(--main-color) solid;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: var(--main-color);
  color: #fff;
  padding: 0 20px;
}
.caseDetailBox .Dtitle .info {
  font-size: 16px;
  color: #999999;
  line-height: 35px;
}
.caseDetailBox .Dtitle .con {
  margin-top: 25px;
  font-size: 16px;
  color: #999999;
}
.caseDetailBox .Dtitle .con td {
  border: 1px #eeeeee solid;
  font-size: 16px;
  color: #999999;
  padding: 10px 30px;
  line-height: 30px;
}
.caseDetailBox .Dtitle .con td span {
  font-size: 16px;
  color: #555555;
  padding-left: 5px;
}
.caseDetailBox .Dcontent {
  margin-bottom: 20px;
  background: #fff;
  padding: 30px 30px 40px 30px;
}
.caseDetailBox .Dcontent .tit {
  padding-left: 65px;
  background: url(https://xystcdn.xydec.com.cn/static/xy2022/images/cdetail_icon.jpg) no-repeat left 50% #f9f9f9;
  line-height: 50px;
  font-size: 20px;
  color: #2a2d36;
}
.caseDetailBox .Dcontent .con {
  padding-top: 20px;
  font-size: 16px;
  color: #999999;
  line-height: 25px;
}
.caseDetailBox .Dphoto {
  margin-bottom: 60px;
  background: #fff;
  padding: 30px 30px 40px 30px;
}
.caseDetailBox .Dphoto .tit {
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 15px;
}
.caseDetailBox .Dphoto .list + .list {
  margin-top: 50px;
}
.caseDetailBox .dInfoTeam {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.caseDetailBox .dInfoTeam .tit {
  padding-bottom: 19px;
  margin-bottom: 19px;
  border-bottom: 1px #eeeeee solid;
  text-align: center;
}
.caseDetailBox .dInfoTeam .tit .tit_t {
  font-size: 18px;
  color: #333333;
  line-height: 45px;
}
.caseDetailBox .dInfoTeam .tit .tit_line {
  width: 25px;
  height: 2px;
  background: var(--main-color);
  margin: 0 auto;
}
.caseDetailBox .dInfoTeam .con {
  margin-bottom: 20px;
}
.caseDetailBox .dInfoTeam .con .conr_t {
  font-size: 18px;
  color: #272727;
  line-height: 26px;
  margin-top: 20px;
}
.caseDetailBox .dInfoTeam .con .conr_i {
  font-size: 14px;
  color: var(--main-color);
  line-height: 26px;
  display: flex;
  align-items: center;
}
.caseDetailBox .dInfoTeam .con .conr_c {
  font-size: 14px;
  color: #333;
  line-height: 1.78;
  margin-top: 15px;
}
.caseDetailBox .dInfoTeam .con .conr_c p + p {
  margin-top: 8px;
}
.caseDetailBox .dInfoTeam .more {
  display: flex;
  justify-content: space-between;
}
.caseDetailBox .dInfoTeam .more a {
  width: 110px;
  height: 40px;
  border: 1px #2a2d36 solid;
  line-height: 40px;
  text-align: center;
  color: #2a2d36;
  font-size: 14px;
}
.caseDetailBox .dInfoTeam .more a:nth-of-type(2) {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #fff;
}

.news-list {
  padding-top: 30px;
  padding-bottom: 60px;
}
.news-list .newsItem {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 20px;
}
.news-list .newsItem .nTextBox {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news-list .newsItem .nTextBox .Ntime {
  margin-top: 13px;
  font-size: 14px;
  color: #4c4c4c;
}
.news-list .newsItem .nTextBox .newsTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  display: block;
  margin-top: 12px;
}
.news-list .newsItem .nTextBox p {
  font-size: 15px;
  color: #5a5a5a;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-top: 10px;
}
.news-list .newsItem .nTextBox .Nmore {
  display: block;
  width: 153px;
  height: 40px;
  line-height: 40px;
  background: url(../img/i_team_more_on.png) no-repeat 90% 50% var(--main-color);
  font-size: 15px;
  font-weight: bolder;
  text-indent: 18px;
  color: #fff;
  margin-top: auto;
  letter-spacing: 1px;
}
.news-list .newsItem:hover .nTextBox .newsTitle {
  color: var(--main-color);
}
.news-list .newsItem:hover .nTextBox p {
  color: #333;
}
.news-list .newsItem:hover .nTextBox .Nmore {
  background-color: #ce2521;
}

.Ndetail {
  padding-bottom: 60px;
}
.Ndetail .content_box {
  padding: 30px;
  background-color: #fff;
}
.Ndetail .content_box .title_box h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
}
.Ndetail .content_box .title_box p {
  font-size: 14px;
  padding-top: 5px;
  color: #666;
}
.Ndetail .content_box .content {
  margin-top: 20px;
}
.Ndetail .content_box .content p {
  line-height: 2;
  margin-bottom: 1rem;
}
.Ndetail .list {
  padding: 30px;
  background-color: #fff;
}
.Ndetail .list .hot {
  font-size: 18px;
  color: #333333;
  line-height: 45px;
  border-bottom: 1px #eeeeee solid;
}
.Ndetail .list .hot i {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--main-color);
}
.Ndetail .list ul {
  padding-top: 12px;
}
.Ndetail .list ul li {
  line-height: 3;
  font-size: 14px;
}
.Ndetail .list ul li em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  background-color: var(--main-color);
  border-radius: 2px;
  font-size: 0;
  width: 6px;
  height: 6px;
}
.Ndetail .list ul li a {
  color: #333;
}
.Ndetail .list ul li:hover a {
  text-decoration: underline;
}

.dpages {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px #eeeeee solid;
}
.dpages a {
  color: #5f5f5f;
}
.dpages a:hover {
  color: var(--main-color);
}

.inside-title {
  font-size: 14px;
  width: 100%;
  margin: 32px 0;
}
.inside-title strong {
  color: #3e3a39;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 10px;
  opacity: 0.8;
  padding-left: 10px;
}
.inside-title .idx-h2 {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

#about1 {
  padding: 40px 0;
}

#about2 {
  padding: 40px 0;
  background-color: #fff;
}
#about2 .culture {
  text-align: center;
}
#about2 .culture .item {
  background-color: #f5f5f5;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
#about2 .culture .item i {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  margin: 0 auto 20px;
}
#about2 .culture .item i img {
  width: 36px;
  filter: grayscale(100%) brightness(1000%);
}
#about2 .culture .item h3 {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 18px;
}
#about2 .culture .item .ab-list-txt {
  font-size: 14px;
  line-height: 2;
  color: #3f3f3f;
}
#about2 .culture .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
}

.diy17 {
  padding: 60px 0;
}
.diy17 .swiper_box {
  background-color: #f5f5f5;
  padding: 30px;
}
.diy17 .swiper_box .img {
  width: calc((100% - 45px) / 4);
  float: left;
}
.diy17 .swiper_box .img + .img {
  margin-left: 15px;
}
.diy17 .swiper_box .swiper-slide img {
  width: 100%;
}
.diy17 .swiper_box .swiper-pagination {
  position: unset;
  margin-top: 20px;
}
.diy17 .swiper_box .swiper-pagination span {
  opacity: 1;
  background-color: #5f5f5f;
}
.diy17 .swiper_box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.diy17 .inside-title strong {
  font-size: 14px;
  letter-spacing: 2px;
  padding-left: 2px;
}
.diy17:nth-of-type(2n) {
  background-color: #fff;
}
.diy17:nth-of-type(2n-1) .swiper_box {
  background-color: #fff;
}
.diy17 h2 {
  text-align: center;
  color: var(--main-color);
  margin-bottom: 25px;
  margin-top: 50px;
}
.diy17 p {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.diy17 .tech {
  margin-bottom: 25px;
  margin-top: 30px;
}
.diy17 .tech li {
  position: relative;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  padding: 10px 8px;
}
.diy17 .tech li .no {
  position: relative;
  width: 30px;
  height: 30px;
  background: var(--main-color);
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  vertical-align: middle;
}
.diy17 .f_title {
  font-size: 24px;
  color: var(--main-color);
  margin-top: 25px;
}
.diy17 .f_content {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 2.2;
  margin-bottom: 25px;
  margin-top: 25px;
}
.diy17 .jy_items {
  width: 276px;
  height: 276px;
  position: relative;
  z-index: 2;
  border-radius: 100%;
  padding-top: 55px;
  margin: 40px auto 0;
}
.diy17 .jy_items:after, .diy17 .jy_items:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px dotted #e9e9e9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100%;
}
.diy17 .jy_items:after {
  border: 6px solid #e9e9e9;
  width: 94%;
  height: 94%;
}
.diy17 .jy_items i {
  display: block;
  height: 65px;
  text-align: center;
  overflow: hidden;
}
.diy17 .jy_items i img {
  height: 100%;
  filter: drop-shadow(0 65px #333);
  margin-top: -65px;
}
.diy17 .jy_items .tit {
  width: 100%;
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 15px;
  color: #000000;
  letter-spacing: 1px;
}
.diy17 .jy_items .ch {
  font-size: 17px;
  width: 100%;
  display: block;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-align: center;
  color: #4c4c4c;
}
.diy17 .jy_items:hover {
  background-color: var(--main-color);
}
.diy17 .jy_items:hover i img {
  filter: drop-shadow(0 65px #fff);
}
.diy17 .jy_items:hover .tit, .diy17 .jy_items:hover .ch {
  color: #fff;
}
.diy17 .jy_items:hover:after, .diy17 .jy_items:hover:before {
  opacity: 0;
}
.diy17 .gy_items {
  height: 100%;
}
.diy17 .gy_items .nums {
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--main-color);
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 25px;
}
.diy17 .gy_items .tit {
  font-size: 32px;
  line-height: 32px;
  color: #333233;
}
.diy17 .gy_items .tit:after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background: #d9212a;
  margin: 20px 0 30px;
}
.diy17 .gy_items .en {
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 17px;
  color: #4c4c4c;
  line-height: 21px;
  height: 21px;
  text-transform: uppercase;
}
.diy17 .gy_items .ch {
  letter-spacing: 2px;
  font-size: 17px;
  color: #919191;
  line-height: 34px;
  max-width: 100%;
  text-transform: uppercase;
}
.diy17 .gy_items .il {
  padding: 30px;
  background-color: #f5f5f5;
}
.diy17 .jx_items .imgbox {
  position: relative;
}
.diy17 .jx_items .imgbox .nums {
  width: 60px;
  height: 60px;
  display: block;
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
  background: var(--main-color);
  border-radius: 60px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.diy17 .jx_items .tit {
  padding-top: 45px;
  text-align: center;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  width: 100%;
  display: block;
}
.diy17 .jx_items .tit:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  margin: 8px auto 20px;
  background: #333;
}
.diy17 .jx_items .infos-desc {
  font-size: 18px;
  color: #333;
}
.diy17 .jx_items .infos-desc + .imgbox .nums {
  top: -30px;
  bottom: unset;
}

.diy18 {
  padding-bottom: 50px;
}
.diy18:nth-of-type(2n) {
  background-color: #fff;
}
.diy18 .row:nth-child(odd) {
  padding-top: 60px;
}
.diy18 .row:nth-child(even) .col-12 {
  font-size: 14px;
  color: #5f5f5f;
  text-align: center;
  line-height: 32px;
  margin-bottom: 25px;
}
.diy18 .hbjz1 h4 {
  font-size: 20px;
  color: var(--main-color);
  margin: 20px 0px 15px;
  text-align: center;
}
.diy18 .hbjz1 .hbjz1-txt {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.diy18 .brands_list img {
  width: 100%;
  border: 1px solid #f5f5f5;
}
.diy18 .cost .cost_img {
  width: 100%;
  height: 160px;
  cursor: pointer;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 30px;
}
.diy18 .cost h4, .diy18 .cost p {
  font-size: 14px;
  color: #5f5f5f;
  text-align: center;
  line-height: 32px;
  padding: 0 20px;
}
.diy18 .cost h4 {
  font-size: 18px;
}

.diy19.pinzhi {
  padding-top: 50px;
  padding-bottom: 100px;
}
.diy19.pinzhi img {
  margin-top: 30px;
}
.diy19.Projectbox, .diy19.afterSalesbox {
  background-color: #fff;
  padding: 60px 0;
}
.diy19 .ProjectSwiper .swiper-slide .ch {
  font-size: 16px;
  display: block;
  padding: 18px 12px 8px;
  background-color: var(--main-color);
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.diy19 .ProjectSwiper .swiper-slide .en {
  display: block;
  padding: 0 12px 18px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.diy19 .ProjectSwiper .swiper-pagination {
  position: unset;
  margin-top: 20px;
}
.diy19.servicebox {
  padding-top: 50px;
}
.diy19.servicebox .serviceGrid {
  --g-w: calc((100% - 40px) / 3);
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, var(--g-w));
  margin-bottom: 80px;
  padding-top: 30px;
}
.diy19.servicebox .serviceGrid .item {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.diy19.servicebox .serviceGrid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diy19.servicebox .serviceGrid .item.item1 {
  grid-row: span 2;
}
.diy19.servicebox .serviceGrid .item .tent {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  color: #fff;
  backdrop-filter: blur(2px);
}
.diy19.servicebox .serviceGrid .item .tent .tit {
  font-size: 22px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: bold;
}
.diy19.servicebox .serviceGrid .item .tent .tit:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
}
.diy19.servicebox .serviceGrid .item .tent .desc {
  font-size: 14px;
  line-height: 2;
}
.diy19.afterSalesbox .afterSales {
  padding-top: 30px;
  padding-bottom: 40px;
}
.diy19.afterSalesbox .afterSales p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.diy19.afterSalesbox .afterSales p:nth-of-type(1) {
  margin-top: 40px;
}
.diy19.afterSalesbox .afterSales p + p {
  margin-top: 1rem;
}
.diy19.afterSalesbox .afterSales p i {
  font-size: 34px;
  color: var(--main-color);
  font-family: fantasy;
  padding-right: 8px;
}

.gyBox em {
  padding: 110px 0 0 60px;
  display: block;
  font-size: 30px;
  font-weight: 500;
}
.gyBox p {
  font-size: 16px;
  color: #606060;
  line-height: 30px;
  padding: 28px 0 0;
  white-space: pre-line;
}

.gy01 {
  padding: 42px 0;
}
.gy01 span {
  background: url(../img/yy_bt.png) no-repeat left bottom;
  width: 100%;
  display: block;
  overflow: hidden;
}
.gy01 span em {
  padding: 110px 0 0 60px;
  display: block;
  font-size: 30px;
  font-weight: 500;
}
.gy01 p {
  font-size: 16px;
  color: #606060;
  line-height: 30px;
  padding: 28px 0 0;
  white-space: pre-line;
}

.gy02 {
  padding: 42px 0;
  background-color: #fff;
}
.gy02 em {
  padding-left: 0;
  padding-top: 0;
}
.gy02 em ~ em {
  font-size: 22px;
  padding-top: 40px;
}
.gy02 p {
  white-space: unset;
  padding-top: 1em;
}
.gy02 .title-swiper .swiper-slide {
  height: 62px;
  line-height: 62px;
  font-size: 18px;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  cursor: pointer;
}
.gy02 .title-swiper .swiper-slide i {
  display: block;
  height: 30px;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
}
.gy02 .title-swiper .swiper-slide i img {
  height: 100%;
  filter: drop-shadow(0 30px #333);
  margin-top: -30px;
}
.gy02 .title-swiper .swiper-slide.swiper-slide-thumb-active {
  background-color: var(--main-color);
  color: #fff;
}
.gy02 .title-swiper .swiper-slide.swiper-slide-thumb-active i img {
  filter: drop-shadow(0 30px #fff);
}
.gy02 .content-swiper > .swiper-wrapper > .swiper-slide {
  font-size: 0;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari 和 Chrome */
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  display: block;
  padding-top: 30px;
}
.gy02 .items {
  padding: 30px;
  background-color: #f9f9f9;
  height: auto;
  margin-bottom: 30px;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.gy02 .items .img-swiper {
  overflow: hidden;
  margin-top: 16px;
}
.gy02 .items .img-swiper .swiper-slide img {
  object-fit: cover;
  cursor: pointer;
}

.gy03 .jx_items {
  background-color: #fff;
}

.ratio {
  display: block;
}

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