.banner-swiper .swiper-button-prev, .banner-swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
  width: 70px;
  height: 70px;
  color: #fff;
}
.banner-swiper .swiper-button-prev:after, .banner-swiper .swiper-button-next:after {
  font-size: 24px;
  color: inherit;
}
.banner-swiper .swiper-button-prev:hover, .banner-swiper .swiper-button-next:hover {
  background-color: var(--main-color);
}

.indexServe {
  width: 100%;
  background-color: #000;
  color: #fff;
  height: 94px;
  text-align: center;
  display: flex;
}
.indexServe .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 33.3333333333%;
}
.indexServe .item a {
  color: #ffffff;
  display: block;
}
.indexServe .item a .imgOne {
  width: 45px;
  height: 51px;
  margin-right: 10px;
}
.indexServe .item a .threeDiv {
  display: inline-block;
}
.indexServe .item a .threeDiv p:first-child {
  font-size: 20px;
  margin-bottom: 6px;
}
.indexServe .item a .threeDiv p:last-child {
  font-size: 12px;
}
.indexServe .item:nth-of-type(2) {
  background-color: #333;
}
.indexServe .item:hover {
  background-color: var(--main-color);
}

.ibjt {
  margin: 26px 0;
}
.ibjt .onlinec {
  padding: 30px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.ibjt .onlinec .ibjtl .tit {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 32px;
}
.ibjt .onlinec .ibjtl .info {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.ibjt .onlinec .ibjtr {
  width: 68px;
  height: auto;
}
.ibjt .onlinec:hover {
  transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  border: 1px var(--main-color) solid;
  box-shadow: 0 0 10px 0 rgba(var(--main-color), 0.45);
  cursor: pointer;
}

.ibjc > div {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.ibjc .ibjcl {
  height: 300px;
  width: 100%;
  padding: 40px 45px;
  color: #fff;
}
.ibjc .ibjcl .tit {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 2px;
  font-weight: bold;
}
.ibjc .ibjcl .info {
  font-size: 16px;
  line-height: 32px;
  margin: 10px auto 20px auto;
}
.ibjc .ibjcl .line {
  width: 28px;
  height: 2px;
  background: var(--main-color);
}
.ibjc .ibjcm {
  height: 300px;
  width: 100%;
  background: url(../img/i_bj_jiantou.jpg) no-repeat left 30px #fff;
  padding: 35px 35px 0 30px;
}
.ibjc .ibjcm .tit {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: bold;
}
.ibjc .ibjcm .area {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ibjc .ibjcm .area input {
  width: calc(50% - 10px);
  height: 50px;
  line-height: 50px;
  border: 1px #eeeeee solid;
  text-indent: 10px;
  color: #555555;
}
.ibjc .ibjcm .area input + input {
  margin-left: 19px;
}
.ibjc .ibjcm .size {
  margin-top: 16px;
  position: relative;
}
.ibjc .ibjcm .size input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: 1px #dddddd solid;
}
.ibjc .ibjcm .size span {
  position: absolute;
  z-index: 1002;
  font-size: 15px;
  color: #080808;
  top: 16px;
  right: 18px;
  font-weight: bolder;
}
.ibjc .ibjcm .ibjcm_mss {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ibjc .ibjcm .ibjcm_mss .ibjcm_mss_tex {
  width: 290px;
  height: 50px;
  border: 1px #dddddd solid;
  line-height: 48px;
  background: url(../img/i_bj_phone.jpg) no-repeat 15px 50% #fff;
  font-size: 14px;
  color: #999999;
  text-indent: 44px;
}
.ibjc .ibjcm .ibjcm_mss .ibjcm_mss_a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: var(--main-color);
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.ibjc .ibjcr {
  height: 300px;
  background: url(../img/i_bj_right.jpg) no-repeat left 50% #fff;
  padding: 30px;
}
.ibjc .ibjcr .tit {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: bold;
}
.ibjc .ibjcr .num {
  margin: 24px 0 40px;
  font-size: 14px;
  font-weight: bolder;
  color: var(--main-color);
}
.ibjc .ibjcr .num span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  padding-right: 5px;
}
.ibjc .ibjcr .info {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}

.itwo {
  width: 100%;
  margin-top: 50px;
}
.itwo .itwoText {
  width: 100%;
  height: 100%;
  padding: 60px 70px;
  color: var(--sub-color);
}
.itwo .itwoText .tit {
  font-size: 36px;
  color: var(--sub-color);
  letter-spacing: 2px;
  font-weight: bold;
}
.itwo .itwoText .info {
  width: 80%;
  font-size: 16px;
  margin: 15px 0;
  line-height: 1.75;
}
.itwo .itwoText .more {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--main-color);
}
.itwo .itwol {
  width: 100%;
  height: 520px;
  position: relative;
  background: url(../img/i_two_img1.jpg) no-repeat center center;
  background-size: cover;
}
.itwo ul {
  height: 100%;
}
.itwo ul li {
  height: 250px;
}
.itwo ul li + li {
  margin-top: 20px;
}
.itwo ul li:nth-of-type(1) {
  background: url(../img/i_two_img2.jpg) no-repeat center center/cover;
}
.itwo ul li:nth-of-type(2) {
  background: url(../img/i_two_img3.jpg) no-repeat center center/cover;
}
.itwo ul li .itwoText {
  padding-top: 32px;
  padding-bottom: 0;
}

.about_index {
  background: url(../img/i_two_bg.jpg) no-repeat center center/cover;
  padding: 57px 0;
  margin-top: 50px;
}
.about_index p {
  font-size: 16px;
  line-height: 2.2;
  text-align: justify;
}
.about_index a.iszmr {
  width: 220px;
  height: 55px;
  line-height: 53px;
  border: 1px #b3b3b3 solid;
  text-align: center;
  color: #222;
  display: block;
  margin-top: 40px;
  font-size: 16px;
}
.about_index a.iszmr:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.I_Title {
  padding: 60px 0 30px;
}
.I_Title .tit {
  font-size: 40px;
  line-height: 45px;
  color: #222;
}
.I_Title .tit span {
  color: var(--main-color);
}
.I_Title .info {
  font-size: 17px;
  line-height: 32px;
  color: #777777;
  margin-top: 15px;
}

.icasem {
  padding: 40px 0;
  text-align: center;
}
.icasem a {
  display: inline-block;
  text-align: left;
  color: #fff;
  font-size: 16px;
}
.icasem a.iszml {
  width: 270px;
  height: 55px;
  line-height: 55px;
  background: url(../img/i_sz_m.png) no-repeat 45px 50% var(--main-color);
  text-indent: 70px;
  margin-right: 19px;
}
.icasem a.iszmr {
  width: 220px;
  height: 55px;
  line-height: 53px;
  border: 1px #b3b3b3 solid;
  text-align: center;
  color: #222222;
}

.designer_index {
  background: #f6f6f6;
}
.designer_index .itemac {
  padding-top: 96px;
  background: url(../img/iteam_bg.jpg) no-repeat center center/cover;
  padding-bottom: 60px;
}
.designer_index .garray.swiper {
  position: relative;
}
.designer_index .garray.swiper .img, .designer_index .garray.swiper .cont {
  width: 52%;
}
.designer_index .garray.swiper .cont {
  background: #ffffff;
  display: flex;
  align-items: stretch;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.designer_index .garray.swiper .cont .cimg {
  position: relative;
  z-index: 10;
  width: 320px;
  overflow: hidden;
  background: #f1f1f1;
}
.designer_index .garray.swiper .cont .cimg img {
  display: block;
  width: 100%;
}
.designer_index .garray.swiper .cont .cimg a:after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: var(--main-color);
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
}
.designer_index .garray.swiper .cont .ctext {
  padding: 20px 50px 0 40px;
  width: 50%;
  flex: auto;
}
.designer_index .garray.swiper .cont .ctext .tit {
  font-size: 32px;
  color: #292c35;
  line-height: 45px;
}
.designer_index .garray.swiper .cont .ctext .tit span {
  font-size: 14px;
  color: var(--main-color);
  padding: 2px 8px;
  border: 1px var(--main-color) solid;
  margin-left: 15px;
}
.designer_index .garray.swiper .cont .ctext .contca {
  padding: 5px 0 15px 0;
  font-size: 14px;
  color: #292c35;
  line-height: 22px;
}
.designer_index .garray.swiper .cont .ctext .contcm {
  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;
}
.designer_index .garray.swiper .cont .ctext .contcm:hover {
  background: url(../img/i_team_more_on.png) no-repeat 90% 50% #ba0a22;
  color: #fff;
}
.designer_index .garray.swiper .img {
  padding-bottom: 170px;
  margin-left: auto;
}
.designer_index .garray.swiper .img a {
  height: 100%;
  overflow: hidden;
}
.designer_index .swiper-tumbs {
  width: 50%;
  padding-right: 75px;
  margin-top: -170px;
  margin-left: 50%;
}
.designer_index .swiper-tumbs .swiper-slide a {
  display: block;
  position: relative;
  z-index: 1;
}
.designer_index .swiper-tumbs .swiper-slide a .limg {
  width: 100%;
  height: 100%;
}
.designer_index .swiper-tumbs .swiper-slide a .limg img {
  display: block;
  width: 100%;
}
.designer_index .swiper-tumbs .swiper-slide a .lcon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 13px 15px 0 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
}
.designer_index .swiper-tumbs .swiper-slide a .lcon .tit {
  font-size: 15px;
  line-height: 30px;
}
.designer_index .swiper-tumbs .swiper-slide a .lcon .info {
  font-size: 13px;
  line-height: 23px;
}
.designer_index .swiper-tumbs .swiper-slide a .lcon .more {
  width: 14px;
  height: 10px;
  background: url(../img/i_team_next.png) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  z-index: 10;
  left: 20px;
  bottom: 23px;
}
.designer_index .swiper-tumbs .swiper-slide a:hover .lcon {
  display: block;
}
.designer_index .swiper-tumbs .swiper-slide.swiper-slide-thumb-active a .lcon {
  display: block;
  background: rgba(228, 42, 37, 0.8);
}
.designer_index .swiper-tumbs .conc-prev {
  top: 85px;
  background: url(../img/i_team_prev.png) no-repeat 50% 50% #222222;
}
.designer_index .swiper-tumbs .conc-next {
  background: url(../img/i_team_next.png) no-repeat 50% 50% var(--main-color);
  top: 0;
}
.designer_index .swiper-tumbs .conc-prev, .designer_index .swiper-tumbs .conc-next {
  width: 75px;
  height: 85px;
  position: absolute;
  z-index: 10;
  outline: none;
  cursor: pointer;
  right: 0;
  left: unset;
  margin-top: 0;
}
.designer_index .swiper-tumbs .conc-prev:after, .designer_index .swiper-tumbs .conc-next:after {
  content: unset;
}
.designer_index .swiper-tumbs .conc-prev:hover, .designer_index .swiper-tumbs .conc-next:hover {
  background-color: var(--main-color);
}

.case_story {
  padding-bottom: 100px;
}
.case_story .story_item {
  position: relative;
  height: 498px;
  border: 1px solid #c0c0c0;
  overflow: hidden;
}
.case_story .story_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_story .story_item .case-bg-div {
  width: 100%;
  position: absolute;
  right: 0;
  color: #fff;
  text-align: left;
  line-height: 1.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  top: 0;
  transition: 1s;
  opacity: 0;
  display: flex;
  align-items: center;
  padding: 20px;
}
.case_story .story_item .case-bg-div p {
  margin: 20px 0;
  font-size: 18px;
}
.case_story .story_item:hover .case-bg-div {
  opacity: 1;
}
.case_story .story_slide {
  width: 30%;
}
.case_story .story_center {
  width: 40%;
}
.case_story .story_center .story_item {
  height: calc(249px - var(--bs-gutter-x) * 0.5);
}
.case_story .story_center .story_item + .story_item {
  margin-top: var(--bs-gutter-x);
}

.more_otline {
  display: block;
  width: 180px;
  height: 50px;
  border: 1px #797979 solid;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 550;
  color: #fff;
  margin: 55px auto 0 auto;
}
.more_otline.more_otline_dark {
  color: #333;
}
.more_otline:hover {
  background: var(--main-color);
  color: #fff;
  border: 1px var(--main-color) solid;
}

.news_index {
  background-color: #f6f6f6;
  padding-bottom: 60px;
}
.news_index .newsItems img {
  transition: all 0.3s;
}
.news_index .newsItems p {
  background: rgba(128, 128, 128, 0.5);
  color: #fff;
  transition: all 0.3s;
  padding: 8px 12px;
  height: calc(3.5em + 16px);
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
}
.news_index .newsItems:hover img {
  transform: scale(1.08);
}
.news_index .newsItems:hover p {
  background-color: var(--main-color);
}

.case_index .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;
}
.case_index .items .text .name {
  text-align: center;
  line-height: 27px;
  padding-top: 10px;
  font-size: 16px;
}
.case_index .items .text .type {
  text-align: center;
  line-height: 10px;
  margin-top: 10px;
}
.case_index .items .text .type span {
  padding: 0 10px;
  background: #FFFFFF;
}

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