@charset "UTF-8";
.banner-container {
  display: block;
}

.banner-container .swiper-slide {
  overflow: hidden;
}

#free {
  background-color: #f7f7f7;
}

#free .box {
  padding: 40px 10px;
}

#free .box .list {
  display: flex;
  justify-content: center;
  align-items: center;
}

#free .box .list .item {
  display: flex;
  justify-content: center;
  width: 20%;
  align-items: center;
}

#free .box .list .item:last-child .right {
  display: none;
}

#free .box .list .item .left {
  width: 50%;
  text-align: center;
}

#free .box .list .item .left p {
  color: #333;
}

#free .box .list .item .left span {
  color: #999;
  font-size: 12px;
}

#free .box .list .item .right {
  color: var(--dataColor);
  font-family: '宋体';
  font-weight: bold;
  margin: 0 40px;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  #free .box .list {
    flex-wrap: wrap;
  }
  #free .box .list .item {
    width: 33.33%;
    margin-bottom: 20px;
  }
  #free .box .list .item .right {
    display: none;
  }
}

#customized .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 40px;
}

#customized .swiper-slide .left {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

#customized .swiper-slide .left .item {
  width: calc(50% - 10px);
  position: relative;
  margin: 5px;
  box-sizing: border-box;
}

#customized .swiper-slide .left .item:hover .pos {
  opacity: 1;
  transition: 0.5s;
}

#customized .swiper-slide .left .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#customized .swiper-slide .left .item .pos {
  position: absolute;
  transition: 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: #fff;
  font-size: var(--subSize);
  background-color: rgba(0, 0, 0, 0.5);
}

#customized .swiper-slide .right {
  width: calc(30% - 5px);
  position: relative;
  margin: 5px 0;
  display: block;
}

#customized .swiper-slide .right img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

#customized .swiper-slide .right span {
  writing-mode: vertical-rl;
  margin: 0 auto;
  line-height: 40px;
  font-size: 26px;
  word-wrap: break-word;
  position: absolute;
  z-index: 99;
  color: #fff;
  top: 39%;
  text-align: center;
  display: block;
  left: 43%;
  letter-spacing: 5px;
}

#customized .customized-pagination {
  position: static;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
  line-height: 5;
}

#customized .customized-pagination::-webkit-scrollbar {
  height: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}

#customized .customized-pagination::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

#customized .customized-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  width: auto;
  cursor: pointer;
  height: auto;
  opacity: 1;
  color: #444;
  line-height: 35px;
  transition: 500ms ease;
  position: relative;
  padding: 0 20px;
  width: 120px;
  margin: 0 20px;
}

#customized .customized-pagination .swiper-pagination-bullet-active {
  background: transparent;
  color: var(--dataColor) !important;
  border: 1px var(--dataColor) solid;
  border-radius: 30px;
}

@media screen and (max-width: 600px) {
  #customized .swiper-slide .right span {
    font-size: 14px;
    left: 0;
  }
}

#designer {
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
}

#designer .box .pro_cc {
  margin-top: 70px;
  width: 100%;
  margin: auto;
}

#designer .box .pro_cc ul {
  display: flex;
  justify-content: space-between;
}

#designer .box .pro_cc ul li {
  width: 24%;
  background: #fff;
  box-sizing: border-box;
  padding: 86px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  transition: all .5s;
}

#designer .box .pro_cc ul li:hover .pro_info {
  transform: scale(0);
  position: absolute;
}

#designer .box .pro_cc ul li:hover .pro_img {
  transform: translateX(0);
}

#designer .box .pro_cc ul li:hover span,
#designer .box .pro_cc ul li:hover b,
#designer .box .pro_cc ul li:hover p {
  color: var(--dataColor);
}

#designer .box .pro_cc ul li:hover a.pro_btn {
  width: 100%;
  border-radius: 0;
}

#designer .box .pro_cc ul li span {
  font-size: 55px;
  color: #333;
}

#designer .box .pro_cc ul li b {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin: 24px 0 19px;
}

#designer .box .pro_cc ul li p {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

#designer .box .pro_cc ul li .iconfont {
  font-size: 72px !important;
}

#designer .box .pro_img img {
  width: 100%;
}

#designer .box .wz_tp {
  position: relative;
  transition: all .5s;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 15px 0;
}

#designer .box .wz_tp > div {
  flex-shrink: 0;
  width: 100%;
}

#designer .box .pro_info {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  transition: all .5s;
}

#designer .box .pro_img {
  transition: all .5s;
  transform: translateX(180px);
}

#designer .box a.pro_btn {
  display: block;
  width: 115px;
  height: 34px;
  background: var(--dataColor);
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  border-radius: 20px;
  transition: all .5s;
}

@media screen and (max-width: 600px) {
  #designer .box .wz_tp .pro_info {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  #designer .box .pro_cc ul {
    flex-wrap: wrap;
  }
  #designer .box .pro_cc ul li {
    padding: 10px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}

#index-about {
  background-color: #f5f5f5;
  overflow: hidden;
}

#index-about .box .jj_con {
  position: relative;
  clear: both;
  display: flex;
}

#index-about .box .jj_con .j_cc {
  width: 50%;
}

#index-about .box .jj_con .j_cc > b {
  font-size: 26px;
  color: var(--dataColor);
  position: relative;
  margin-left: 35px;
}

#index-about .box .jj_con .j_cc > b .iconfont {
  font-size: 25px;
}

#index-about .box .jj_con .j_cc > b :before {
  content: '';
  position: absolute;
  width: 9px;
  height: 26px;
  background: var(--dataColor);
  top: 6px;
  left: -35px;
}

#index-about .box .jj_con .j_cc .jj_wz {
  margin-top: 27px;
  padding-right: 5%;
}

#index-about .box .jj_con .j_cc .jj_wz p {
  font-size: 15px;
  color: #8f8f8f;
  line-height: 35px;
}

#index-about .box .jj_con .j_cc .jj_wz p + p {
  margin-top: 20px;
}

#index-about .box .jj_con .jj_img {
  display: flex;
  align-items: flex-end;
  width: 50%;
}

#index-about .box .jj_con .jj_img img {
  display: block;
}

#index-about .box .jj_cc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 26px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 999;
}

#index-about .box .jj_cc .j_zp {
  width: 250px;
  background: var(--dataColor);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#index-about .box .jj_cc .j_zp .j_pp {
  font-size: 33px;
  color: #fff;
}

#index-about .box .jj_cc .j_zp .j_st {
  font-size: 16px;
  color: #fff;
  margin: 4px 0;
}

#index-about .box .jj_cc .jj_zz {
  display: flex;
  align-items: center;
  width: calc(100% - 700px);
  /*padding: 15px 0;*/
}

#index-about .box .jj_cc .jj_zz li {
  width: 33.33%;
  text-align: center;
}

#index-about .box .jj_cc .jj_zz li:first-child {
  position: relative;
  border-right: 1px solid #f4f4f4;
}

#index-about .box .jj_cc .jj_zz li:first-child::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--dataColor);
  top: 0;
  right: -3px;
}

#index-about .box .jj_cc .jj_zz li:first-child::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--dataColor);
  bottom: 0;
  right: -3px;
}

#index-about .box .jj_cc .jj_zz li:nth-child(2) {
  position: relative;
  border-right: 1px solid #f4f4f4;
}

#index-about .box .jj_cc .jj_zz li:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--dataColor);
  top: 0;
  right: -3px;
}

#index-about .box .jj_cc .jj_zz li:nth-child(2)::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--dataColor);
  bottom: 0;
  right: -3px;
}

#index-about .box .jj_cc .jj_zz li:last-child {
  border: none;
}

#index-about .box .jj_cc .jj_zz li p:first-child {
  font-size: 52px;
  color: var(--dataColor);
  position: relative;
  display: inline-block;
  font-family: Arial;
}

#index-about .box .jj_cc .jj_zz li p:first-child span {
  color: #fff;
  background: var(--dataColor);
  font-size: 14px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -30px;
}

#index-about .box .jj_cc .jj_zz li p:last-child {
  font-size: 14px;
  color: #333;
  opacity: 0.55;
}

#index-about .box .jj_cc .jj_img {
  width: 450px;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 1024px) {
  .jj_cc > .jj_img {
    display: none;
  }
  .jj_zz {
    width: calc(100% - 250px) !important;
  }
}

@media screen and (max-width: 600px) {
  #index-about .box .jj_con {
    flex-direction: column;
  }
  #index-about .box .jj_con .j_cc {
    width: 100%;
  }
  #index-about .box .jj_con .j_cc .jj_wz {
    padding: 0;
  }
  #index-about .box .jj_con .jj_img {
    width: 100%;
  }
  #index-about .box .jj_cc {
    flex-direction: column;
  }
  #index-about .box .jj_cc .j_zp {
    width: 100%;
    padding: 10px 0;
  }
  #index-about .box .jj_cc .jj_zz {
    width: 100% !important;
  }
  #index-about .box .jj_cc .jj_zz span {
    display: none !important;
  }
  #index-about .box .jj_cc .jj_img {
    display: block;
    width: 100%;
  }
}

#index-case .box {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#index-case .box .csae-container .swiper-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

#index-case .box .csae-container .csae-pagination {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

#index-case .box .csae-container .csae-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  color: #fff;
  cursor: pointer;
  margin:10px 40px;
  transition: 0.5s;
}

#index-case .box .csae-container .csae-pagination .swiper-pagination-bullet .iconfont {
  font-size: 40px;
  font-weight: normal;
  transition: 0.5s;
}

#index-case .box .csae-container .csae-pagination .swiper-pagination-bullet p {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}

#index-case .box .csae-container .csae-pagination .swiper-pagination-bullet span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  color: #eee;
}

#index-case .box .csae-container .csae-pagination .swiper-pagination-bullet-active {
  transform: scale(1.1);
  transition: 0.5s;
}

#index-case .box .csae-container .csae-pagination .swiper-pagination-bullet-active p {
  color: var(--dataColor);
  transition: 0.5s;
}

#index-case .box .csae-container .csae-scrollbar {
  top: calc(50% + 60px);
  bottom: auto;
  height: 1px;
}

#index-case .box .csae-container .csae-scrollbar .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.5);
}

#service .box {
  min-width: 100%;
}

#service .zsjm_u1 {
  font-size: 0;
  margin: 50px 0 20px;
  position: relative;
  width: 100%;
  margin: auto;
}

#service .zsjm_u1 li {
  display: inline-block;
  vertical-align: top;
  width: 16.6%;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 30px 0 40px;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

#service .zsjm_u1 li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  transition: 0.3s ease-out;
}

#service .zsjm_u1 li font {
  display: block;
  position: relative;
  margin: 33px auto 35px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

#service .zsjm_u1 li font:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #999999;
  position: absolute;
  left: 0px;
  top: -15px;
  transition: 0.3s ease-out;
}

#service .zsjm_u1 li font:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999999;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: 0.3s ease-out;
}

#service .zsjm_u1 li:hover {
  background: white;
  border: 1px solid var(--backColor);
}

#service .zsjm_u1 li:hover p:after {
  width: 60px;
  background: var(--dataColor);
}

#service .zsjm_u1 li:hover i {
  transform: translateY(-50px);
  font-size: 18px;
  color: white;
  line-height: 50px;
}

#service .zsjm_u1 li:hover .iconfont {
  color: var(--dataColor);
}

#service .zsjm_u1 li:hover:after {
  width: 60px;
  background: var(--dataColor);
}

#service .zsjm_u1 li:hover .iconfont {
  border: none;
  color: #ffffff;
  background: linear-gradient(-45deg, var(--dataColor), var(--backColor));
}

#service .zsjm_u1 li:hover font:before {
  background: var(--dataColor);
}

#service .zsjm_u1 li:hover font:after {
  background: var(--backColor);
}

#service .zsjm_u1 li p {
  font-size: 16px;
  color: #555555;
  margin-top: 5px;
}

#service .zsjm_u1 li p:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #d9d9d9;
  margin: 20px auto 0;
  transition: all 0.3s;
}

#service .zsjm_u1 li .iconfont {
  font-size: 50px;
  color: #999999;
  text-align: center;
  display: inline-block;
  transition: 0.3s ease-out;
  border: 3px var(--dataColor) solid;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #ffffff;
  line-height: 100px;
}

#service .zsjm_u1:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 21px;
  left: 0;
  background: url("//winoss.qfxwl.com/uploads/allimg/20230216/1-23021616025D95.png") no-repeat center;
  top: 180px;
  opacity: 0.5;
}

#service .proc_btn {
  width: 811px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px dashed #d2d2d2;
  border-radius: 30px;
  margin-top: 80px;
}

#service .proc_btn i {
  font-size: 24px;
  color: #333;
}

#service .proc_btn span {
  font-size: 36px;
  color: var(--dataColor);
  font-family: kabe;
}

@media screen and (max-width: 600px) {
  #service {
    display: none;
  }
}

#index-new .box .swiper-container .news_div_item {
  width: 23.65%;
  display: inline-block;
  position: relative;
  height: 501px;
  transition: 0.5s;
  margin-top: 40px;
  padding: 20px;
  border: 1px #eee solid;
  box-sizing: border-box;
  cursor: pointer;
}

#index-new .box .swiper-container .news_div_item:hover .news_div_item_a {
  color: var(--dataColor) !important;
  transition: 0.3s;
}

#index-new .box .swiper-container .news_div_item:hover .news_div_item_a::before {
  background: #f8f8f8 !important;
  transition: 0.5s;
  padding-left: 40px !important;
}
#index-new .box .swiper-container .news_div_item:hover 
#index-new .box .swiper-container .news_div_item + .news_div_item {
  margin-left: 1.3%;
}

#index-new .box .swiper-container .news_div_item .news_div_item_date {
  position: absolute;
  top: 265px;
  display: inline-block;
  font-weight: 400;
  left: 19px;
  padding-left: 32px;
  height: 22px;
}

#index-new .box .swiper-container .news_div_item .news_div_item_date::before {
  position: absolute;
  content: '';
  background: url(http://login.114my.cn/memberpic/wxmium/uploadfile/image/20210407/20210407181414_341550663.png) no-repeat left center;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}

#index-new .box .swiper-container .news_div_item .news_div_item_date .news_div_item_year,
#index-new .box .swiper-container .news_div_item .news_div_item_date .news_div_item_month,
#index-new .box .swiper-container .news_div_item .news_div_item_date .news_div_item_day {
  float: left;
  font-size: 15px;
  line-height: 22px;
  color: #999;
}

#index-new .box .swiper-container .news_div_item .news_div_item_content {
  position: absolute;
  top: 300px;
  left: 19px;
  padding-right: 14px;
}

#index-new .box .swiper-container .news_div_item .news_div_item_content .news_div_item_a {
  font-size: 16px;
  display: block;
  color: #333;
  margin-bottom: 16px;
  position: relative;
  transition: 0.3s;
  font-weight: normal;
}

#index-new .box .swiper-container .news_div_item .news_div_item_content .news_div_item_a::before {
  position: absolute;
  content: '查看详情';
  bottom: -152px;
  left: 0;
  width: 130px;
  height: 33px;
  background: #fff;
  border-radius: 40px;
  line-height: 33px;
  color: #999;
  font-size: 15px;
  transition: 0.5s;
  padding-left: 43px;
  border: 1px #eee solid;
  font-weight: 100;
}

#index-new .box .swiper-container .news_div_item .news_div_item_content .news_div_item_a::after {
  position: absolute;
  content: '';
  bottom: -141px;
  font-size: 43px;
  opacity: 0;
  background: url(http://login.114my.cn/memberpic/wxmium/uploadfile/image/20210407/20210407181441_1486676661.png) no-repeat center;
  width: 18px;
  height: 14px;
  left: 130px;
  transition: 0.5s;
}

#index-new .box .swiper-container .news_div_item .news_div_item_content .news_div_item_body {
  font-size: 14px;
  color: #666;
  font-weight: 100;
  line-height: 24px;
}

#index-new .box .swiper-container .news_div_item .news_div_item_pic .slide {
  padding-bottom: 90% !important;
}

#index-new .box .new-pagination {
  position: static;
}

#index-new .box .new-pagination .swiper-pagination-bullet {
  width: 171px;
  height: 42px;
  opacity: 1;
  background: #fff;
  box-shadow: 0px 0px 20px #eee;
  line-height: 42px;
  text-align: center;
  border-radius: 30px;
  margin: 0 20px;
  cursor: pointer;
  transition: 0.5s;
}

#index-new .box .new-pagination .swiper-pagination-bullet-active {
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(-45deg, var(--dataColor), var(--backColor));
  box-shadow: 0px 0px 10px rgba(154, 154, 154, 0.3);
  width: 171px;
  height: 42px;
  line-height: 42px;
}

@media screen and (max-width: 600px) {
  #index-new .box .new-pagination .swiper-pagination-bullet {
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }
  #index-new .box .swiper-container .news_div_item {
    width: 100%;
    padding: 10px;
  }
  #index-new .box .swiper-container .news_div_item .news_div_item_date {
    position: static;
  }
  #index-new .box .swiper-container .news_div_item .news_div_item_date::before {
    top: 10px;
    left: 10px;
  }
  #index-new .box .swiper-container .news_div_item .news_div_item_content {
    position: static;
  }
}
