#index .banner {
  width: 100%;
  height: auto;
}

#index .banner .index-swiper {
  width: 100%;
  height: 100%;
}

#index .banner .index-swiper .swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#index .banner .index-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

#index .banner .index-swiper .swiper-pagination-index {
  bottom: 30px !important;
}

#index .banner .index-swiper .swiper-pagination-index .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  border-radius: 1px;
  margin-right: 10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
}

#index .banner .index-swiper .swiper-pagination-index .swiper-pagination-bullet-active {
  background-color: #f07f00;
  width: 70px;
}

#index .banner .index-swiper .prevNext-box .prev, #index .banner .index-swiper .prevNext-box .next {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f07f00;
  top: calc(50% - 40px);
  z-index: 20;
}

#index .banner .index-swiper .prevNext-box .prev i, #index .banner .index-swiper .prevNext-box .next i {
  font-size: 14px;
}

#index .banner .index-swiper .prevNext-box .prev:hover, #index .banner .index-swiper .prevNext-box .next:hover {
  background-color: rgba(0,0,0,0.2) !important;
  transition: all 0.6s;
  border-radius: 3px;
}

#index .banner .index-swiper .prevNext-box .prev {
  left: 5%;
  transform: rotateY(180deg);
}

#index .banner .index-swiper .prevNext-box .next {
  right: 5%;
}

#index .quotation-box {
  /*margin-top: 40px;*/
  position: relative;
  z-index: 100;
}
#index .quotation-box .tops-box{
  height: 160px;
  background-color: #1D1E23;
}
#index .quotation-box .container .tops {
  height: 160px;
  background-color: #fff;
  box-shadow: 0px 0px 17px 0px rgba(11, 13, 17, 0.08);
  border-radius: 2px;
  display: flex;
  align-items: center;
  background-color: #1D1E23;
}

#index .quotation-box .container .tops .items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 20%;
  transition: all 0.6s;
}

#index .quotation-box .container .tops .items .img {
  width: 45px;
}

#index .quotation-box .container .tops .items .img img {
  width: 100%;
}

#index .quotation-box .container .tops .items .title {
  font-size: 12px;
  /*color: #666;*/
  color: #fff;
  margin-top: 15px;
}

#index .quotation-box .container .tops .items .title .tt {
  font-size: 16px;
  margin-bottom: 5px;
  /*color: #333;*/
  color: #fff;
  font-weight: bold;
}

#index .quotation-box .container .tops .items:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  top: calc(50% - 12px);
  right: 0;
}

#index .quotation-box .container .tops .items:last-of-type:after {
  width: 0;
}

#index .quotation-box .container .tops .items:hover {
  transform: translateY(15px);
}

#index .quotation-box .container .quotation-form {
  margin-top: 50px;
}

#index .quotation-box .container .quotation-form .title {
  font-size: 14px;
  color: #666;
}

#index .quotation-box .container .quotation-form .title span {
  font-size: 26px;
  color: #222;
  font-weight: bold;
}

#index .quotation-box .container .quotation-form .form-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#index .quotation-box .container .quotation-form .left-form {
  display: flex;
  flex-wrap: wrap;
  width: 790px;
}

#index .quotation-box .container .quotation-form .left-form .lines {
  width: 250px;
  height: 44px;
  margin-right: 17px;
  margin-bottom: 17px;
}

#index .quotation-box .container .quotation-form .left-form .lines.has-select {
  background-image: url("../images/07.png");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-color: #f4f4f4;
  background-position: right 10px center;
}

#index .quotation-box .container .quotation-form .left-form .lines.has-select select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  padding-left: 15px;
}

#index .quotation-box .container .quotation-form .left-form .lines.has-input {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
}

#index .quotation-box .container .quotation-form .left-form .lines.has-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #f4f4f4;
  padding-left: 15px;
}

#index .quotation-box .container .quotation-form .left-form .lines.has-input .unit {
  width: 40px;
  height: 100%;
  flex-shrink: 0;
  background-position: center;
  background-size: 15px 14px;
  background-repeat: no-repeat;
  background-image: url("../images/08.png");
}

#index .quotation-box .container .quotation-form .left-form .lines.has-code {
  border: 1px solid #ff8a00;
}

#index .quotation-box .container .quotation-form .left-form .lines.has-code .code-btn {
  width: 100%;
  height: 100%;
  border: 0;
  color: #f07f00;
  background-color: #fff;
}

#index .quotation-box .container .quotation-form .left-form .lines.has-calc a {
  font-size: 18px;
  color: #fff;
  background-color: #f07f00;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 44px;
}

#index .quotation-box .container .quotation-form .left-form .lines:nth-of-type(3n) {
  margin-right: 0;
}

#index .quotation-box .container .quotation-form .left-form .lines.blank {
  opacity: 0;
}

#index .quotation-box .container .quotation-form .right-box {
  display: flex;
}

#index .quotation-box .container .quotation-form .right-box .items {
  width: 120px;
  height: 165px;
  /*background-color: #f4f4f4;*/
  background-color: #1D1E23;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-right: 16px;
  transition: all 0.6s;
}

#index .quotation-box .container .quotation-form .right-box .items .icon-23, #index .quotation-box .container .quotation-form .right-box .items .icon-18, #index .quotation-box .container .quotation-form .right-box .items .icon-20 {
  font-size: 36px;
  /*color: #666;*/
  color: #fff;
}

#index .quotation-box .container .quotation-form .right-box .items .tt {
  /*color: #666;*/
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
}

#index .quotation-box .container .quotation-form .right-box .items .tt .cn {
  font-size: 18px;
  /*color: #333;*/
  color: #F08001;
}

#index .quotation-box .container .quotation-form .right-box .items .tt .en {
  margin-top: 6px;
  margin-bottom: 6px;
}

#index .quotation-box .container .quotation-form .right-box .items .icon-36 {
  font-size: 12px;
  /*color: #ccc;*/
  color: #fff;
}

#index .quotation-box .container .quotation-form .right-box .items:nth-of-type(3n) {
  margin-right: 0;
}

#index .quotation-box .container .quotation-form .right-box .items:hover {
  background-color: #f07f00;
  box-shadow: 0px 6px 15px 0px rgba(240, 127, 0, 0.36);
}

#index .quotation-box .container .quotation-form .right-box .items:hover .tt {
  color: #fff;
}

#index .quotation-box .container .quotation-form .right-box .items:hover .tt .cn {
  color: #fff;
}

#index .quotation-box .container .quotation-form .right-box .items:hover i {
  color: #fff;
}

#index .special-decoration {
  padding: 60px 0 70px;
  background-color: #1B1E25;
}

#index .special-decoration .special-box {
  margin-top: 30px;
}

#index .special-decoration .special-box .s-items {
  display: flex;
  justify-content: space-between;
}

#index .special-decoration .special-box .s-items .s-item {
  width: 590px;
  height: 378px;
  overflow: hidden;
  position: relative;
}

#index .special-decoration .special-box .s-items .s-item img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#index .special-decoration .special-box .s-items .s-item .text-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#index .special-decoration .special-box .s-items .s-item .text-box .left {
  color: #fff;
}

#index .special-decoration .special-box .s-items .s-item .text-box .left .title {
  font-size: 18px;
  line-height: 18px;
}

#index .special-decoration .special-box .s-items .s-item .text-box .left .num-box {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  margin: 10px 0;
}

#index .special-decoration .special-box .s-items .s-item .text-box .left .num-box .num span {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}

#index .special-decoration .special-box .s-items .s-item .text-box .left .num-box .t1 {
  margin-left: 15px;
}

#index .special-decoration .special-box .s-items .s-item .text-box .left .desc {
  font-size: 14px;
}

#index .special-decoration .special-box .s-items .s-item .text-box .left .desc span {
  margin-right: 15px;
}

#index .special-decoration .special-box .s-items .s-item .text-box .more {
  width: 150px;
  height: 46px;
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: solid 1px #cccccc;
  flex-shrink: 0;
}

#index .special-decoration .special-box .s-items .s-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .special-decoration .special-box .package-box {
  display: flex;
  justify-content: space-between;
}

#index .special-decoration .special-box .package-box .items {
  display: flex;
}

#index .special-decoration .special-box .package-box .items .info {
  width: 190px;
  height: 300px;
  padding: 50px 10px 40px;
  background-color: #f18000;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#index .special-decoration .special-box .package-box .items .info .tops .t1 {
  font-size: 14px;
  display: flex;
  align-items: flex-end;
}

#index .special-decoration .special-box .package-box .items .info .tops .t1 .num {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
}

#index .special-decoration .special-box .package-box .items .info .tops .t2 {
  font-size: 18px;
}

#index .special-decoration .special-box .package-box .items .info .title .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

#index .special-decoration .special-box .package-box .items .info .title .t2 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}

#index .special-decoration .special-box .package-box .items .info .more .t1 {
  font-size: 14px;
  margin-bottom: 6px;
}

#index .special-decoration .special-box .package-box .items .info .more i {
  font-size: 12px;
  zoom: 0.8;
}

#index .special-decoration .special-box .package-box .items .info.green {
  background-color: #005249;
}

#index .special-decoration .special-box .package-box .items .video {
  width: 400px;
  height: 300px;
  position: relative;
  /*margin-left: 10px;*/
  overflow: hidden;
}

#index .special-decoration .special-box .package-box .items .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

#index .special-decoration .special-box .package-box .items .video .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

#index .special-decoration .special-box .package-box .items .video .mask .play {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url("../images/play01.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#index .special-decoration .special-box .package-box .items .video:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}
#index .special-decoration .special-box .s-bottom {
  width: 100%;
  height: 360px;
  position: relative;
  display: block;
  margin-top: 20px;
  overflow: hidden;
}

#index .special-decoration .special-box .s-bottom img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#index .special-decoration .special-box .s-bottom .text-box {
  position: absolute;
  width: 100%;
  color: #fff;
  top: 80px;
  text-align: center;
}

#index .special-decoration .special-box .s-bottom .text-box .title {
  font-size: 32px;
  line-height: 32px;
}

#index .special-decoration .special-box .s-bottom .text-box .tt {
  margin-top: 15px;
}

#index .special-decoration .special-box .s-bottom .text-box .desc {
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}

#index .special-decoration .special-box .s-bottom .text-box .desc .line {
  margin: 0 10px;
  display: inline-block;
}

#index .special-decoration .special-box .s-bottom .text-box .more {
  width: 150px;
  height: 46px;
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: solid 1px #cccccc;
  flex-shrink: 0;
  margin: 0 auto;
  margin-top: 30px;
}

#index .special-decoration .special-box .s-bottom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .work-banner-box {
  padding: 60px 0 100px;
}

#index .work-banner-box .work-banner {
  width: 72%;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}

#index .work-banner-box .work-banner .work-swiper {
  height: auto;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide {
  width: 100%;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide .item {
  display: flex;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide .item .pic {
  width: 64%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide .item .pic img {
  width: 100%;
  opacity: 0;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide .item .info-box {
  width: 40%;
  padding: 45px 45px 30px;
  background-color: #f4f4f4;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide .item .info-box .title {
  font-size: 24px;
  line-height: 33px;
  color: #333;
  font-weight: bold;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide .item .info-box .tt {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide .item .info-box .info {
  font-size: 14px;
  color: #666;
  line-height: 2em;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide .item .info-box .more {
  position: fixed;
  width: 150px;
  height: 46px;
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #333;
  border: solid 1px #e6e6e6;
  flex-shrink: 0;
  bottom: 50px;
  right: 140px;
}

#index .work-banner-box .work-banner .work-swiper .swiper-slide .item .info-box .more:hover{
  background-color: #f07f00;
  color: #fff;
  border: 1px solid #f07f00;
}

#index .work-banner-box .work-banner .prev, #index .work-banner-box .work-banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}

#index .work-banner-box .work-banner .prev i, #index .work-banner-box .work-banner .next i {
  font-size: 30px;
  color: #f07f00;
}

#index .work-banner-box .work-banner .prev.swiper-button-disabled i, #index .work-banner-box .work-banner .next.swiper-button-disabled i {
  color: #999;
}

#index .work-banner-box .work-banner .prev {
  left: 0;
  transform: rotate(180deg);
}

#index .work-banner-box .work-banner .next {
  right: 0;
}

#index .case-box {
  padding: 50px 0 60px;
  /*background-color: #f4f4f4;*/
  background-color: #1B1E25;
}

#index .case-box .case-nav {
  font-size: 14px;
  /*color: #666;*/
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

#index .case-box .case-nav .item {
  padding: 0 20px;
  color: #fff;
}
#index .case-box .case-nav .item:hover{
  color:#f07f00;
}
#index .case-box .case-list {
  display: flex;
  flex-wrap: wrap;
}

#index .case-box .case-list .case-item {
  width: 50%;
  display: flex;
  transition: all 0.6s;
}

#index .case-box .case-list .case-item .pic {
  width: 50%;
  position: relative;
  overflow: hidden;
}

#index .case-box .case-list .case-item .pic .bg {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#index .case-box .case-list .case-item .pic img {
  width: 100%;
  opacity: 0;
}

#index .case-box .case-list .case-item .info-box {
  width: 50%;
  padding: 40px 40px 30px;
  background-color: #fff;
}

#index .case-box .case-list .case-item .info-box .title .tt {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

#index .case-box .case-list .case-item .info-box .title .tag {
  font-size: 14px;
  color: #999;
}

#index .case-box .case-list .case-item .info-box .title .tag .line {
  margin: 0 10px;
}

#index .case-box .case-list .case-item .info-box .info {
  font-size: 14px;
  line-height: 2em;
  margin-top: 30px;
  margin-bottom: 60px;
  height: 55px;
  color: #666;
}

#index .case-box .case-list .case-item .info-box .more {
  width: 150px;
  height: 46px;
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #333;
  border: solid 1px #e6e6e6;
  flex-shrink: 0;
  margin-top: 50px;
}

#index .case-box .case-list .case-item:hover .pic .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .case-box .case-list .case-item:hover .info-box {
  background-color: #f07f00;
}

#index .case-box .case-list .case-item:hover .info-box .title .tt {
  color: #fff;
}

#index .case-box .case-list .case-item:hover .info-box .title .tag {
  color: #fff;
}

#index .case-box .case-list .case-item:hover .info-box .info {
  color: #fff;
}

#index .case-box .case-list .case-item:hover .info-box .more {
  border: 1px solid #fff;
  color: #fff;
}

#index .case-box .case-list .case-item.reserve {
  flex-direction: row-reverse;
}

#index .case-box .com-more {
  margin-top: 50px;
}

#index .design-box {
  padding: 60px 0 70px;
}

#index .design-box .design-banner {
  width: 72%;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  height: 440px;
}

#index .design-box .design-banner .design-swiper {
  height: 100%;
}

#index .design-box .design-banner .design-swiper .swiper-slide {
  display: flex;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img {
  width: 285px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img .bottom-position {
  bottom: 20px;
  width: 100%;
  padding: 0 15px;
  position: absolute;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img .bottom-position .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img .bottom-position .title-box .title {
  font-size: 14px;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img .bottom-position .title-box .title span {
  font-size: 24px;
  margin-right: 10px;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img .bottom-position .title-box i {
  font-size: 12px;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img .bottom-position .desc {
  font-size: 14px;
  margin-top: 10px;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img .bottom-position .desc .tt {
  color: #fff;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img .bottom-position .desc .info {
  color: #fff;
}

#index .design-box .design-banner .design-swiper .swiper-slide .left-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items {
  width: calc(100% - 285px);
  display: flex;
  flex-wrap: wrap;
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items .item {
  display: flex;
  width: 50%;
  height: 220px;
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items .item .info {
  width: 50%;
  height: 100%;
  background-color: #f4f4f4;
  padding: 40px 30px 40px;
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items .item .info .title .t1 {
  font-size: 24px;
  line-height: 24px;
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items .item .info .title .t2 {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items .item .info i {
  display: block;
  margin-top: 70px;
  font-size: 12px;
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items .item .img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items .item .img img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items .item.reserve {
  flex-direction: row-reverse;
}

#index .design-box .design-banner .design-swiper .swiper-slide .right-items .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .design-box .design-banner .prev, #index .design-box .design-banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}

#index .design-box .design-banner .prev i, #index .design-box .design-banner .next i {
  font-size: 30px;
  color: #f07f00;
}

#index .design-box .design-banner .prev.swiper-button-disabled i, #index .design-box .design-banner .next.swiper-button-disabled i {
  color: #999;
}

#index .design-box .design-banner .prev {
  left: 0;
  transform: rotate(180deg);
}

#index .design-box .design-banner .next {
  right: 0;
}

#index .design-box .design-banner-one {
  width: 72%;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  margin-top: 45px;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide .pic {
  width: 100%;
  position: relative;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide .pic img {
  width: 100%;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide .pic .mask .add {
  display: block;
  width: 42px;
  height: 42px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/207.png");
  top: calc(50% - 21px);
  left: calc(50% - 21px);
  position: absolute;
  opacity: 0;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide .pic .bottom {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide .info-box {
  padding: 20px 0 0;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide .info-box .title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide .info-box .desc {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-top: 6px;
  margin-bottom: 15px;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide .info-box .info {
  font-size: 14px;
  line-height: 22px;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide:hover .pic .mask {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide:hover .pic .mask .add {
  opacity: 1;
}

#index .design-box .design-banner-one .design-swiper-one .swiper-slide:hover .pic .bottom {
  opacity: 0;
  transition: all 0.3s;
}

#index .design-box .design-banner-one .prev, #index .design-box .design-banner-one .next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(36% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}

#index .design-box .design-banner-one .prev i, #index .design-box .design-banner-one .next i {
  font-size: 30px;
  color: #f07f00;
}

#index .design-box .design-banner-one .prev.swiper-button-disabled i, #index .design-box .design-banner-one .next.swiper-button-disabled i {
  color: #999;
}

#index .design-box .design-banner-one .prev {
  left: 0;
  transform: rotate(180deg);
}

#index .design-box .design-banner-one .next {
  right: 0;
}


#index .building-box {
  padding-bottom: 90px;
}

#index .building-box .building-list {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}

#index .building-box .building-list .item {
  width: 388px;
  display: block;
  margin-right: 18px;
}

#index .building-box .building-list .item .pic {
  width: 100%;
  overflow: hidden;
}

#index .building-box .building-list .item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#index .building-box .building-list .item .info {
  height: 180px;
  padding: 20px 30px 20px 20px;
  background-color: #f4f4f4;
}

#index .building-box .building-list .item .info .title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}

#index .building-box .building-list .item .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 20px;
}

#index .building-box .building-list .item .info .arr {
  margin-top: 30px;
}

#index .building-box .building-list .item .info .arr i {
  font-size: 12px;
}

#index .building-box .building-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .building-box .building-list .item:nth-of-type(3n) {
  margin-right: 0;
}

#index .urban-video {
  padding: 60px 0 70px;
  /*background-color: #f4f4f4;*/
  background-color: #1B1E25;
}

#index .urban-video .video-box {
  display: flex;
  height: 504px;
  overflow: hidden;
  margin-top: 40px;
}

#index .urban-video .video-box .video-left {
  width: 895px;
  height: 100%;
  position: relative;
}

#index .urban-video .video-box .video-left video {
  width: 100%;
  height: 100%;
}

#index .urban-video .video-box .video-left .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#index .urban-video .video-box .video-left .mask .play {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  cursor: pointer;
  background-image: url("../images/play.png");
}

#index .urban-video .video-box .video-left .mask .play.pause {
  background-image: url("../images/pause.png");
}

#index .urban-video .video-box .video-left .mask .text {
  position: absolute;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
}
#index .urban-video .video-box .video-left.hide {
  display: none;
}

#index .urban-video .video-box .right-items {
  width: 290px;
  margin-left: 15px;
}

#index .urban-video .video-box .right-items .item {
  width: 100%;
  height: 158px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.6s;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#index .urban-video .video-box .right-items .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#index .urban-video .video-box .right-items .item .mask .icon-40 {
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}

#index .urban-video .video-box .right-items .item .mask .icon-35 {
  font-size: 24px;
  color: #ff8a00;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  display: none;
}

#index .urban-video .video-box .right-items .item .mask .text {
  position: absolute;
  font-size: 14px;
  color: #fff;
  width: 100%;
  padding: 0 10px;
  bottom: 14px;
}

#index .urban-video .video-box .right-items .item:last-of-type {
  margin-bottom: 0;
}

#index .urban-video .video-box .right-items .item.active {
  border: 3px solid #ff8a00;
}

#index .urban-video .video-box .right-items .item.active .mask .icon-40 {
  display: none;
}

#index .urban-video .video-box .right-items .item.active .mask .icon-35 {
  display: block;
}

#index .urban-video .video-box .right-items .item.active .mask .text {
  display: none;
}

#index .urban-advantage {
  padding-top: 60px;
}

#index .urban-advantage .urban-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#index .urban-advantage .urban-list .item {
  width: 224px;
  height: 340px;
  background-color: #f4f4f4;
  border: solid 1px #e6e6e6;
  padding: 50px 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}

#index .urban-advantage .urban-list .item .img {
  width: 90px;
}

#index .urban-advantage .urban-list .item .img img {
  width: 100%;
}

#index .urban-advantage .urban-list .item .title {
  margin-top: 30px;
}

#index .urban-advantage .urban-list .item .title .tt {
  font-size: 28px;
  font-weight: bold;
}

#index .urban-advantage .urban-list .item .title .info {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

#index .urban-advantage .urban-list .item .title .line {
  width: 12px;
  height: 1px;
  background-color: #999;
  margin: 0 auto;
  margin-top: 10px;
}

#index .urban-advantage .urban-list .item .num {
  font-size: 60px;
  color: #ff8a00;
  position: absolute;
  font-weight: bold;
  bottom: -15px;
}

#index .service-process {
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/24.png");
  padding-top: 70px;
  margin-top: 70px;
}

#index .service-process .process-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

#index .service-process .process-line .pro-item {
  width: 75px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#index .service-process .process-line .pro-item .iconfont {
  font-size: 36px;
}

#index .service-process .process-line .pro-item p {
  margin-top: 15px;
  margin-bottom: 15px;
}

#index .service-process .process-line .pro-item .num {
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 13px;
  text-align: center;
  font-size: 12px;
}

#index .service-process .process-line .pro-item:after {
  content: '';
  position: absolute;
  width: 75px;
  height: 1px;
  bottom: 12px;
  right: -100%;
  background-color: rgba(255, 255, 255, 0.4);
}

#index .service-process .process-line .pro-item:last-of-type:after {
  width: 0;
}

#index .news-box {
  padding: 50px 0 60px;
}

#index .news-box .news-list {
  display: flex;
}

#index .news-box .news-list .news-item {
  padding: 20px 20px 5px;
  border: 1px solid #e6e6e6;
  width: 388px;
  margin-right: 18px;
}

#index .news-box .news-list .news-item .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#index .news-box .news-list .news-item .title-box .title {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  font-weight: bold;
}

#index .news-box .news-list .news-item .title-box .title:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 20px;
  background-color: #ff8a00;
  left: -20px;
  top: 0;
}

#index .news-box .news-list .news-item .title-box i {
  font-size: 12px;
  color: #333;
}

#index .news-box .news-list .news-item .item-pic {
  padding: 15px 0;
  display: flex;
}

#index .news-box .news-list .news-item .item-pic .pic {
  width: 160px;
  height: 102px;
  flex-shrink: 0;
}

#index .news-box .news-list .news-item .item-pic .pic img {
  width: 100%;
  height: 100%;
}

#index .news-box .news-list .news-item .item-pic .info {
  font-size: 20px;
  margin-left: 15px;
}

#index .news-box .news-list .news-item .item-pic .info .tt {
  color: #333;
  line-height: 20px;
}

#index .news-box .news-list .news-item .item-pic .info .date {
  font-size: 14px;
  color: #999;
  margin-top: 6px;
  margin-bottom: 6px;
}

#index .news-box .news-list .news-item .item-pic .info .desc {
  font-size: 14px;
  color: #666;
}

#index .news-box .news-list .news-item .item {
  border-top: 1px solid #e6e6e6;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

#index .news-box .news-list .news-item .item .tt {
  width: 230px;
}

#index .news-box .news-list .news-item .item .date {
  color: #999;
}

#index .news-box .news-list .news-item:last-of-type {
  margin-right: 0;
}

#index .offline-store {
  padding: 60px 0 70px;
  background-color: #f4f4f4;
}

#index .offline-store .offline-box {
  margin-top: 40px;
}

#index .offline-store .tops-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 560px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#index .offline-store .tops-box .info-box {
  width: 600px;
  height: 310px;
  background-color: rgba(255, 138, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#index .offline-store .tops-box .info-box .title {
  color: #fff;
}

#index .offline-store .tops-box .info-box .title .cn {
  font-size: 26px;
  line-height: 26px;
}

#index .offline-store .tops-box .info-box .title .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}

#index .offline-store .tops-box .info-box .title .line {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

#index .offline-store .tops-box .info-box .address-box {
  margin-top: 20px;
}

#index .offline-store .tops-box .info-box .address-box p {
  color: #fff;
  line-height: 26px;
}

#index .offline-store .tops-box .info-box .more {
  width: 150px;
  height: 46px;
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: solid 1px #fff;
  flex-shrink: 0;
  margin-top: 50px;
}

#index .offline-store .tops-box.hide {
  display: none;
}

#index .offline-store .bottoms-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1px;
}

#index .offline-store .bottoms-box .item {
  width: 239px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

#index .offline-store .bottoms-box .item .title .cn {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

#index .offline-store .bottoms-box .item .title .en {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
}

#index .offline-store .bottoms-box .item .title i {
  font-size: 12px;
  color: #fff;
  display: none;
  margin-top: 15px;
}

#index .offline-store .bottoms-box .item.active {
  border: solid 3px #ff8a00;
}

#index .offline-store .bottoms-box .item.active .title i {
  display: block;
}

#taocan .space-box {
  padding: 60px 0 80px;
}

#taocan .space-box .space-cont {
  margin-top: 30px;
}

#taocan .space-box .space-cont .pic {
  width: 100%;
}

#taocan .space-box .space-cont .pic img {
  width: 100%;
}

#taocan .space-box .space-cont .desc-box {
  padding: 30px 40px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
}

#taocan .space-box .space-cont .desc-box .left {
  width: 270px;
  position: relative;
}

#taocan .space-box .space-cont .desc-box .left .num {
  font-size:30px;
  line-height: 46px;
  font-weight: bold;
  color: #F07F00;
}

#taocan .space-box .space-cont .desc-box .left .text {
  margin-top: 25px;
}

#taocan .space-box .space-cont .desc-box .left .text .cn {
  font-size: 24px;
  line-height: 24px;
  color: #999;
}

#taocan .space-box .space-cont .desc-box .left .text .en {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

#taocan .space-box .space-cont .desc-box .left:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #ccc;
  right: 0;
  top: calc(50% - 25px);
}

#taocan .space-box .space-cont .desc-box .right {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 10px;
  padding: 0 20px;
}

#taocan .space-box .space-cont .desc-box .right .text-box {
  font-size: 14px;
  line-height: 1.8em;
  width: 50%;
  color: #333;
  display: flex;
  justify-content: flex-end;
}

#taocan .space-box .space-cont .desc-box .right .text-box .text .label {
  color: #999;
}

#taocan .space-nav {
  display: flex;
  align-items: center;
  margin-top: 70px;
}

#taocan .space-nav .item {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#taocan .space-nav .item i {
  font-size: 32px;
  color: #999;
}

#taocan .space-nav .item i.icon-_huabanfuben {
  font-size: 42px;
}

#taocan .space-nav .item .text {
  margin-left: 15px;
}

#taocan .space-nav .item .text .cn {
  font-size: 20px;
  color: #333;
}

#taocan .space-nav .item .text .en {
  font-size: 14px;
  color: #999;
}

#taocan .space-nav .item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: rgba(148, 134, 127, 0.5);
  top: calc(50% - 6px);
  left: 0;
}

#taocan .space-nav .item:hover, #taocan .space-nav .item.active {
  cursor: pointer;
}

#taocan .space-nav .item:hover i, #taocan .space-nav .item.active i {
  color: #f07f00;
}

#taocan .space-nav .item:hover .text .cn, #taocan .space-nav .item.active .text .cn {
  color: #f07f00;
}

#taocan .space-nav .item:hover .text .en, #taocan .space-nav .item.active .text .en {
  color: #f07f00;
}

#taocan .brand-list {
  display: flex;
  flex-wrap: wrap;
}

#taocan .brand-list .item {
  width: 220px;
  height: 88px;
  border: 1px solid #ccc;
  margin-right: 25px;
  margin-bottom: 20px;
}

#taocan .brand-list .item img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#taocan .brand-list .item:hover .item img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#taocan .brand-list .item:nth-of-type(5n) {
  margin-right: 0;
}

#taocan .brand-box {
  padding: 80px 0 60px;
  background-color: #f4f4f4;
}

#taocan .brand-box .com-title {
  margin-bottom: -70px;
}

#taocan .brand-box .map {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/48.png");
  position: relative;
}

#taocan .brand-box .map .brand-list {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

#taocan .brand-box .brand-swiper .swiper-slide {
  width: 100%;
  display: flex;
}

#taocan .brand-box .brand-swiper .pic {
  width: 850px;
}

#taocan .brand-box .brand-swiper .info {
  background-color: #fff;
  padding: 60px 0 0 80px;
}

#taocan .brand-box .more {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 10px;
  width: 120px;
  padding-right: 20px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  background-position: right 10px center;
  background-image: url("../images/49.png");
}

#taocan .brand-box-one {
  padding: 80px 0 60px;
  background-color: #f4f4f4;
}

#taocan .brand-box-one .brand-list {
  position: static;
  margin-top: 30px;
}

#taocan .brand-box-one .brand-swiper .swiper-slide {
  width: 100%;
  display: flex;
  background-color: #fff;
}

#taocan .brand-box-one .brand-swiper .pic {
  width: 850px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#taocan .brand-box-one .brand-swiper .pic img {
  width: 100%;
  opacity: 0;
}

#taocan .brand-box-one .brand-swiper .info {
  padding: 60px 0 20px 80px;
}

#taocan .brand-box-one .brand-swiper .info .img {
  width: 120px;
}

#taocan .brand-box-one .brand-swiper .info .line {
  width: 24px;
  height: 2px;
  background-color: #999;
  border-radius: 1px;
  margin-top: 20px;
}

#taocan .brand-box-one .brand-swiper .info .desc {
  margin-top: 100px;
}

#taocan .brand-box-one .brand-swiper .info .desc .text {
  margin-bottom: 15px;
}

#taocan .brand-box-one .brand-swiper .info .desc .text .t1 {
  font-size: 20px;
  color: #333;
}

#taocan .brand-box-one .brand-swiper .info .desc .text .t2 {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

#taocan .brand-box-one .more {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 10px;
  width: 120px;
  padding-right: 20px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  background-position: right 10px center;
  background-image: url("../images/49.png");
}

#taocan .method-box {
  padding: 80px 0 100px;
}

#taocan .method-box .text {
  color: #999;
  line-height: 36px;
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
}

#taocan .method-box .text span {
  color: #222;
  font-size: 36px;
  margin-right: 30px;
}

#taocan .method-box .method-list {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

#taocan .method-box .method-list .item {
  width: 260px;
  height: 240px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  cursor: pointer;
  margin-right: 53px;
  position: relative;
}

#taocan .method-box .method-list .item:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/64.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  right: -36px;
}

#taocan .method-box .method-list .item:last-of-type:after {
  width: 0;
}

#taocan .method-box .method-list .item i {
  font-size: 36px;
  color: #999;
  display: block;
  margin-bottom: 25px;
}

#taocan .method-box .method-list .item .t1 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

#taocan .method-box .method-list .item .t2 {
  font-size: 18px;
  line-height: 1.5em;
  color: #999;
}

#taocan .method-box .method-list .item .t2 span {
  color: #f08104;
}

#taocan .method-box .method-list .item:hover {
  background-color: #f08104;
  height: 300px;
  box-shadow: 0px 6px 15px 0px rgba(240, 127, 0, 0.36);
}

#taocan .method-box .method-list .item:hover i {
  color: #fff;
}

#taocan .method-box .method-list .item:hover .t1 {
  color: #fff;
}

#taocan .method-box .method-list .item:hover .t2 {
  color: rgba(255, 255, 255, 0.7);
}

#taocan .method-box .method-list .item:hover .t2 span {
  color: rgba(255, 255, 255, 0.7);
}

#taocan .method-box .method-list .item:last-of-type {
  margin-right: 0;
}

#taocan .display-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/51.png");
  position: relative;
}

#taocan .display-box img {
  width: 100%;
  opacity: 0;
}

#taocan .display-box .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#taocan .home-box {
  padding: 60px 0 30px;
}

#taocan .home-box .home-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

#taocan .home-box .home-nav .item {
  font-size: 18px;
  color: #999;
  padding-bottom: 13px;
  position: relative;
  margin-right: 70px;
  cursor: pointer;
}

#taocan .home-box .home-nav .item:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background-color: #999;
  top: 11px;
  left: -10px;
}

#taocan .home-box .home-nav .item.active, #taocan .home-box .home-nav .item:hover {
  color: #f08104;
}

#taocan .home-box .home-nav .item.active:before, #taocan .home-box .home-nav .item:hover:before {
  background-color: #f08104;
}

#taocan .home-box .home-nav .item.active:after, #taocan .home-box .home-nav .item:hover:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #f08104;
  left: calc(50% - 15px);
  bottom: 0;
}

#taocan .home-box .home-nav .more {
  font-size: 18px;
  color: #999;
}

#taocan .home-box .home-container {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
}

#taocan .home-box .home-container .left-pic {
  position: absolute;
  width: 460px;
  height: 305px;
  left: 0;
  bottom: 50px;
  padding: 6px;
  background-color: #fff;
}

#taocan .home-box .home-container .left-pic img {
  width: 100%;
}

#taocan .home-box .left-box {
  width: 300px;
  padding-right: 40px;
  margin-top: 70px;
}

#taocan .home-box .left-box .title .en {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
}

#taocan .home-box .left-box .title .cn {
  font-size: 36px;
  line-height: 55px;
  font-weight: bold;
}

#taocan .home-box .left-box .title .tt {
  font-size: 14px;
  color: #999;
}

#taocan .home-box .left-box .desc {
  margin-top: 40px;
  font-size: 14px;
  line-height: 26px;
}

#taocan .home-box .right-box {
  width: 1000px;
  background-repeat: no-repeat;
  background-size: 100% 627px;
  background-position: bottom center;
  background-image: url("../images/53.png");
  margin-top: 110px;
  padding-bottom: 160px;
}

#taocan .home-box .right-box .img {
  margin-top: -110px;
}

#taocan .reason-box {
  padding: 80px 0;
}

#taocan .reason-box .reason-list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

#taocan .reason-box .reason-list .item {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#taocan .reason-box .reason-list .item .img {
  width: 108px;
}

#taocan .reason-box .reason-list .item .img img {
  width: 100%;
}

#taocan .reason-box .reason-list .item .title .tt {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}

#taocan .reason-box .reason-list .item .title .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

#taocan .customer-box .display-img {
  margin-top: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#taocan .customer-box .display-img img {
  width: 100%;
  opacity: 0;
}

#taocan .quote-box {
  padding: 90px 0;
}

#taocan .quote-box .free-line {
  color: #999;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#taocan .quote-box .free-line .item {
  margin-right: 70px;
  position: relative;
}

#taocan .quote-box .free-line .item:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background-color: #999;
  top: 11px;
  left: -10px;
}

#taocan .quote-box .free-form-box {
  padding: 40px 50px 30px;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#taocan .quote-box .free-form-box .lines {
  width: 530px;
  height: 60px;
  background-color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#taocan .quote-box .free-form-box .lines input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 0;
}

#taocan .quote-box .free-form-box .lines #getCode {
  position: relative;
  display: block;
  height: 100%;
  line-height: 60px;
  padding: 0 20px 0 15px;
  flex-shrink: 0;
  background-color: #fff;
  border: 0;
  color: #f07f00;
}

#taocan .quote-box .free-form-box .lines #getCode:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #f07f00;
  left: 0;
  top: calc(50% - 4px);
}

#taocan .quote-box .free-form-box .lines.blank {
  background-color: transparent;
}

#taocan .quote-box .free-form-box .calc-btn {
  width: 264px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #f07f00;
  float: right;
}

#taocan .space-box-one {
  padding: 60px 0 100px;
}

#taocan .space-box-one .space-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

#taocan .space-box-one .space-cont .left {
  margin-top: 80px;
  position: relative;
  z-index: 11;
}

#taocan .space-box-one .space-cont .left .num {
  font-size: 60px;
  line-height: 60px;
  position: relative;
}

#taocan .space-box-one .space-cont .left .num:after {
  content: '';
  width: 225px;
  height: 1px;
  background-color: #999;
  right: -160px;
  top: 50%;
  position: absolute;
  display: none;
}

#taocan .space-box-one .space-cont .left .tt {
  margin-top: 25px;
  margin-bottom: 50px;
}

#taocan .space-box-one .space-cont .left .tt .cn {
  font-size: 24px;
  line-height: 24px;
  color: #333;
}

#taocan .space-box-one .space-cont .left .tt .en {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

#taocan .space-box-one .space-cont .left .text-box {
  font-size: 14px;
  line-height: 2em;
  padding-right: 10px;
  color: #333;
}

#taocan .space-box-one .space-cont .left .text-box .text .label {
  color: #999;
}

#taocan .space-box-one .space-cont .right-img {
  width: 800px;
  flex-shrink: 0;
}

#taocan .space-box-one .space-cont .right-img img {
  width: 100%;
}

#case .case-nav .lines {
  display: flex;
  align-items: stretch;
  margin-bottom: 1px;
}

#case .case-nav .lines .label {
  width: 120px;
  padding: 16px 0;
  color: #222;
  text-align: center;
  background-color: #e6e6e6;
}

#case .case-nav .lines .right {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 0 15px;
  flex: 1;
  position: relative;
}

#case .case-nav .lines .right .item {
  padding: 0 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

#case .case-nav .lines .right .item.active, #case .case-nav .lines .right .item:hover {
  background-color: #f07f00;
  color: #fff;
}

#case .case-nav .lines .right .down-up {
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#case .case-nav .lines .right .down-up .icon-27 {
  font-size: 12px;
  color: #999;
}

#case .case-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

#case .case-list .item {
  width: 380px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  margin-right: 30px;
}

#case .case-list .item .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#case .case-list .item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#case .case-list .item .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.66);
  display: none;
  align-items: center;
  justify-content: center;
}

#case .case-list .item .pic .mask .link-box .btn {
  width: 110px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
  transition: all 0.6s;
}

#case .case-list .item .pic .mask .link-box .btn:hover {
  color: #f07f00;
  border: 1px solid #f07f00;
}

#case .case-list .item .info-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0 20px 10px;
}

#case .case-list .item .info-box .left {
  width: 70%;
}

#case .case-list .item .info-box .left .title-box {
  width: 100%;
}

#case .case-list .item .info-box .left .title-box .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

#case .case-list .item .info-box .left .title-box .desc {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

#case .case-list .item .info-box .left i {
  font-size: 12px;
  display: block;
  margin-top: 20px;
}

#case .case-list .item .info-box .right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

#case .case-list .item .info-box .right .per-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

#case .case-list .item .info-box .right .per-pic img {
  width: 100%;
  height: 100%;
}

#case .case-list .item .info-box .right span {
  margin-left: 15px;
  color: #666;
}

#case .case-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#case .case-list .item:hover .pic .mask {
  display: flex;
}

#case .case-list .item:nth-of-type(3n) {
  margin-right: 0;
}

#case .case-detail {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#case .case-detail .left-box {
  width: 790px;
  text-align: center;
}

#case .case-detail .left-box > .title {
  font-size: 34px;
  line-height: 34px;
}

#case .case-detail .left-box .desc {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

#case .case-detail .left-box .info {
  font-size: 18px;
  line-height: 18px;
  margin-top: 25px;
}

#case .case-detail .left-box .info span {
  display: inline-block;
  margin: 0 30px;
  color: #999;
}

#case .case-detail .left-box .content {
  padding-top: 30px;
}

#case .case-detail .left-box .content img {
  max-width: 100%;
}

#case .case-detail .left-box .building-title {
  width: 100%;
  height: 66px;
  line-height: 66px;
  background-color: #f7f7f7;
  font-size: 26px;
  color: #222;
  padding-left: 25px;
  text-align: left;
}

#case .case-detail .left-box .designer-banner {
  padding: 25px 0 25px 25px;
  background-color: #f7f7f7;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide {
  width: 280px !important;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box {
  display: flex;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .img {
  width: 105px;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .img img {
  width: 100%;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .desc {
  margin-left: 25px;
  margin-top: 10px;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .desc .title {
  color: #999;
  margin-bottom: 10px;
  font-size: 16px;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .desc .title span {
  font-size: 24px;
  line-height: 24px;
  margin-right: 6px;
  color: #222;
  font-weight: bold;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .desc .tt {
  font-size: 16px;
  line-height: 25px;
  color: #222;
  text-align: left;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .desc .tt span {
  color: #f07f00;
}

#case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .desc .more {
  width: 110px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #f07f00;
  text-align: center;
  display: block;
  margin-top: 13px;
}

#case .case-detail .left-box .building-case {
  padding: 25px;
  display: flex;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

#case .case-detail .left-box .building-case .pic {
  width: 242px;
  flex-shrink: 0;
  overflow: hidden;
}

#case .case-detail .left-box .building-case .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#case .case-detail .left-box .building-case .info-box {
  padding-left: 20px;
  flex: 1;
}

#case .case-detail .left-box .building-case .info-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#case .case-detail .left-box .building-case .info-box .title-box .title .tt {
  font-size: 20px;
  line-height: 20px;
  color: #333;
}

#case .case-detail .left-box .building-case .info-box .title-box .title .desc {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  text-align: left;
}

#case .case-detail .left-box .building-case .info-box .title-box i {
  font-size: 14px;
}

#case .case-detail .left-box .building-case .info-box .img-box {
  margin-top: 20px;
  text-align: left;
}

#case .case-detail .left-box .building-case .info-box .img-box img {
  width: 124px;
  margin-right: 12px;
}

#case .case-detail .left-box .building-case:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#case .case-detail .left-box .detail-page {
  width: 100%;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  background-color: #f7f7f7;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#case .case-detail .left-box .detail-page .page {
  width: 48%;
}

#case .case-detail .left-box .detail-page .page.prev {
  text-align: left;
}

#case .case-detail .left-box .detail-page .page.next {
  text-align: right;
}

#case .case-detail .right-box {
  width: 380px;
}

#case .case-detail .right-box .person-box {
  width: 100%;
  padding: 25px 20px 30px 25px;
  background-color: #f7f7f7;
}

#case .case-detail .right-box .person-box .post {
  font-size: 26px;
  color: #222;
  margin-bottom: 10px;
}

#case .case-detail .right-box .person-box .desc-box {
  display: flex;
}

#case .case-detail .right-box .person-box .desc-box .img {
  width: 105px;
}

#case .case-detail .right-box .person-box .desc-box .img img {
  width: 100%;
}

#case .case-detail .right-box .person-box .desc-box .desc {
  margin-left: 30px;
  margin-top: 10px;
}

#case .case-detail .right-box .person-box .desc-box .desc .title {
  color: #999;
  margin-bottom: 10px;
}

#case .case-detail .right-box .person-box .desc-box .desc .title span {
  font-size: 24px;
  line-height: 24px;
  margin-right: 6px;
  color: #222;
  font-weight: bold;
}

#case .case-detail .right-box .person-box .desc-box .desc .tt {
  font-size: 16px;
  line-height: 25px;
  color: #222;
}

#case .case-detail .right-box .person-box .desc-box .desc .tt span {
  color: #f07f00;
}

#case .case-detail .right-box .person-box .desc-box .desc .more {
  width: 110px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #f07f00;
  text-align: center;
  display: block;
  margin-top: 20px;
}

#case .case-detail .right-box .free-box {
  padding: 40px 30px 35px;
  background-color: #f7f7f7;
}

#case .case-detail .right-box .free-box .title .tt {
  font-size: 26px;
  color: #222;
}

#case .case-detail .right-box .free-box .title .t1 {
  font-size: 14px;
  color: #666;
}

#case .case-detail .right-box .free-box .lines {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

#case .case-detail .right-box .free-box .lines input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 0;
}

#case .case-detail .right-box .free-box .lines .code-btn {
  position: relative;
  display: block;
  height: 100%;
  line-height: 44px;
  padding: 0 20px 0 15px;
  flex-shrink: 0;
  background-color: #fff;
  border: 0;
  color: #f07f00;
}

#case .case-detail .right-box .free-box .lines .code-btn:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #f07f00;
  left: 0;
  top: calc(50% - 4px);
}

#case .case-detail .right-box .free-box .text-box {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#case .case-detail .right-box .free-box .text-box .left {
  height: 14px;
  line-height: 14px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

#case .case-detail .right-box .free-box .text-box .left img {
  width: 12px;
}

#case .case-detail .right-box .free-box .text-box .left span {
  color: #f07f00;
  margin-left: 20px;
}

#case .case-detail .right-box .free-box .text-box .right {
  font-size: 14px;
  color: #666;
}

#case .case-detail .right-box .free-box .text-box .right span {
  font-size: 18px;
  color: #f07f00;
}

#case .case-detail .right-box .free-box .apply-btn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #f07f00;
  border: 0;
}

#case .case-intro {
  margin-top: 70px;
  margin-bottom: 70px;
}

#case .case-intro .case-banner {
  height: auto;
  width: 72%;
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}

#case .case-intro .case-banner .case-swiper .swiper-slide {
  width: 388px !important;
}

#case .case-intro .case-banner .case-swiper .pic {
  width: 100%;
}

#case .case-intro .case-banner .case-swiper .pic img {
  width: 100%;
}

#case .case-intro .case-banner .case-swiper .info-box {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
}

#case .case-intro .case-banner .case-swiper .info-box .title {
  width: 80%;
}

#case .case-intro .case-banner .case-swiper .info-box .title .t1 {
  font-size: 20px;
  line-height: 20px;
  color: #333;
}

#case .case-intro .case-banner .case-swiper .info-box .title .t2 {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

#case .case-intro .case-banner .case-swiper .info-box i {
  font-size: 12px;
}

#case .case-intro .case-banner .prev, #case .case-intro .case-banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}

#case .case-intro .case-banner .prev i, #case .case-intro .case-banner .next i {
  font-size: 30px;
  color: #f07f00;
}

#case .case-intro .case-banner .prev.swiper-button-disabled i, #case .case-intro .case-banner .next.swiper-button-disabled i {
  color: #999;
}

#case .case-intro .case-banner .prev {
  left: 0;
  transform: rotate(180deg);
}

#case .case-intro .case-banner .next {
  right: 0;
}

#case .designer-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

#case .designer-list .items {
  width: 285px;
  height: 440px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

#case .designer-list .items img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#case .designer-list .items .info {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#case .designer-list .items .info .title {
  color: #fff;
  font-size: 14px;
}

#case .designer-list .items .info .title span {
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
}

#case .designer-list .items .info i {
  font-size: 12px;
  color: #fff;
}

#case .designer-list .items .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 100px;
  opacity: 0;
  transition: all 0.6s;
}

#case .designer-list .items .mask .title {
  color: #fff;
  text-align: center;
}

#case .designer-list .items .mask .title .t1 {
  font-size: 24px;
  line-height: 24px;
}

#case .designer-list .items .mask .title .t2 {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}

#case .designer-list .items .mask .text {
  text-align: center;
  padding: 0 30px;
  margin-top: 25px;
}

#case .designer-list .items .mask .text p {
  font-size: 14px;
  color: #fff;
}

#case .designer-list .items .mask .link-box {
  width: 100%;
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#case .designer-list .items .mask .link-box .item {
  width: 124px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  border: 1px solid #e6e6e6;
}

#case .designer-list .items .mask .link-box .item:hover {
  border: 1px solid #f07f00;
  color: #f07f00;
}

#case .designer-list .items:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#case .designer-list .items:hover .mask {
  opacity: 1;
}

#case .designer-list .items:hover .info {
  display: none;
}

#case .designer-list .items:nth-of-type(4n) {
  margin-right: 0;
}

#display .about-box {
  height: auto;
  background-color: #f2f2f2;
  margin-top: 210px;
}

#display .about-box .about-content {
  display: flex;
  position: relative;
  top: -120px;
}

#display .about-box .about-content .left {
  padding-right: 35px;
}

#display .about-box .about-content .left .title .t1 {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
}

#display .about-box .about-content .left .title .t2 {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

#display .about-box .about-content .left .title .line {
  width: 20px;
  height: 3px;
  margin-top: 20px;
  background-color: #333;
}

#display .about-box .about-content .left .info {
  margin-top: 70px;
  font-size: 14px;
  line-height: 30px;
}

#display .about-box .about-content .left .info span {
  color: #f07f00;
  font-size: 18px;
}

#display .about-box .about-content .left .items {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

#display .about-box .about-content .left .items .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 20%;
}

#display .about-box .about-content .left .items .item img {
  width: 75px;
}

#display .about-box .about-content .left .items .item .text {
  margin-top: 30px;
}

#display .about-box .about-content .left .items .item .text .t1 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

#display .about-box .about-content .left .items .item .text .t2 {
  font-size: 13px;
  color: #666;
  line-height: 28px;
}

#display .about-box .about-content .left .items .item .line {
  width: 15px;
  height: 2px;
  background-color: #999;
  border-radius: 1px;
  margin-top: 5px;
}

#display .about-box .about-content .right-img {
  width: 387px;
  flex-shrink: 0;
  margin-top: 50px;
}

#display .about-box .about-content .right-img img {
  width: 100%;
}

#display .honor-box {
  padding: 60px 0;
}

#display .honor-box .honor-banner {
  height: auto;
  width: 72%;
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}

#display .honor-box .honor-banner .honor-swiper .swiper-slide {
  width: 380px !important;
}

#display .honor-box .honor-banner .honor-swiper .pic {
  width: 100%;
}

#display .honor-box .honor-banner .honor-swiper .pic img {
  width: 100%;
}

#display .honor-box .honor-banner .prev, #display .honor-box .honor-banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}

#display .honor-box .honor-banner .prev i, #display .honor-box .honor-banner .next i {
  font-size: 30px;
  color: #f07f00;
}

#display .honor-box .honor-banner .prev.swiper-button-disabled i, #display .honor-box .honor-banner .next.swiper-button-disabled i {
  color: #999;
}

#display .honor-box .honor-banner .prev {
  left: 0;
  transform: rotate(180deg);
}

#display .honor-box .honor-banner .next {
  right: 0;
}

#display .service-box .service-banner {
  width: 100%;
  height: 470px;
  background-color: #f2f2f2;
  margin-top: 300px;
}

#display .service-box .service-banner .service-swiper {
  position: relative;
  top: -260px;
}

#display .service-box .service-banner .service-swiper .swiper-slide {
  width: 1200px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

#display .service-box .service-banner .service-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#display .service-box .service-banner .service-swiper .swiper-slide .info-box {
  width: 100%;
  padding: 0 30px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
}

#display .service-box .service-banner .service-swiper .swiper-slide .info-box .title {
  color: #fff;
}

#display .service-box .service-banner .service-swiper .swiper-slide .info-box .title .t1 {
  font-size: 32px;
  line-height: 32px;
}

#display .service-box .service-banner .service-swiper .swiper-slide .info-box .title .t2 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}

#display .service-box .service-banner .service-swiper .swiper-slide .info-box .num-box {
  font-size: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.65);
}

#display .service-box .service-banner .service-swiper .swiper-slide .info-box .num-box span {
  font-size: 80px;
  line-height: 80px;
  margin-right: 10px;
  color: white;
}

#display .service-box .service-banner .service-swiper .swiper-slide.swiper-slide-active .info-box {
  display: flex;
}

#display .case-box {
  padding: 60px 0 70px;
}

#display .case-box .top-banner {
  margin-top: 45px;
}

#display .case-box .top-banner .top-swiper .swiper-slide {
  display: flex;
  align-items: center;
}

#display .case-box .top-banner .top-swiper .swiper-slide .pic {
  width: 800px;
}

#display .case-box .top-banner .top-swiper .swiper-slide .pic img {
  width: 100%;
}

#display .case-box .top-banner .top-swiper .swiper-slide .info-box {
  width: 400px;
  height: 400px;
  background-color: #f2f2f2;
  padding: 50px 30px 0;
  text-align: right;
}

#display .case-box .top-banner .top-swiper .swiper-slide .info-box .en-box {
  font-size: 16px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.4);
}

#display .case-box .top-banner .top-swiper .swiper-slide .info-box .title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 20px;
  font-weight: bold;
}

#display .case-box .top-banner .top-swiper .swiper-slide .info-box .info {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  margin-top: 20px;
}

#display .case-box .top-banner .top-swiper .swiper-slide .info-box .more {
  font-size: 14px;
  width: 148px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 80px;
  background-color: #000000;
  float: right;
}

#display .case-box .bottom-banner {
  height: 180px;
  margin-top: 24px;
}

#display .case-box .bottom-banner .bottom-swiper {
  position: relative;
  height: 100%;
}

#display .case-box .bottom-banner .bottom-swiper .swiper-slide {
  width: 280px !important;
}

#display .case-box .bottom-banner .bottom-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

#display .case-box .bottom-banner .bottom-swiper .prev-next {
  width: 22px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: calc(50% - 25px);
  z-index: 101;
  text-align: center;
}

#display .case-box .bottom-banner .bottom-swiper .prev-next.top-prev {
  left: 0;
}

#display .case-box .bottom-banner .bottom-swiper .prev-next.top-prev i {
  display: inline-block;
  transform: rotate(180deg);
}

#display .case-box .bottom-banner .bottom-swiper .prev-next.top-next {
  right: 0;
}

#display .case-box.reserve {
  background-color: #f2f2f2;
}

#display .case-box.reserve .top-banner .swiper-slide {
  flex-direction: row-reverse;
}

#display .case-box.reserve .top-banner .swiper-slide .info-box {
  background-color: #fff;
  text-align: left;
}

#display .case-box.reserve .top-banner .swiper-slide .info-box .more {
  float: left;
}

#display .service-process {
  width: 100%;
  height: 918px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/94.png");
  padding: 80px 0 70px;
}

#display .service-process .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

#display .service-process .items .item {
  margin-right: 53px;
  margin-bottom: 43px;
  width: 260px;
  height: 260px;
  border: 1px dashed #fff;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.6s;
  cursor: pointer;
  position: relative;
}

#display .service-process .items .item .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  transition: all 0.6s;
}

#display .service-process .items .item .inner img {
  width: 47px;
}

#display .service-process .items .item .inner .t1 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
}

#display .service-process .items .item .inner .t2 {
  margin-top: 10px;
}

#display .service-process .items .item .inner .t3 {
  margin-top: 20px;
}

#display .service-process .items .item:hover {
  border: 1px solid #f07f00;
}

#display .service-process .items .item:hover .inner {
  background-color: #f07f00;
}

#display .service-process .items .item:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 14px;
  background-image: url("../images/104.png");
  width: 10px;
  height: 13px;
  top: calc(50% - 5px);
  right: -34px;
}

#display .service-process .items .item:nth-of-type(2n) {
  transform: translateY(85px);
}

#display .service-process .items .item:nth-of-type(2n):after {
  background-image: url("../images/103.png");
}

#display .service-process .items .item:nth-of-type(4n) {
  margin-right: 0;
}

#display .service-process .items .item:nth-of-type(4n):after {
  width: 0;
}

#display .brand-box {
  padding: 80px 0 60px;
  background-color: #f4f4f4;
}

#display .brand-box .com-title {
  margin-bottom: -70px;
}

#display .brand-box .map {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/48.png");
  position: relative;
}

#display .brand-box .map .brand-list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

#display .brand-box .map .brand-list .item {
  width: 220px;
  height: 88px;
  border: 1px solid #ccc;
  margin-right: 25px;
  margin-bottom: 20px;
}

#display .brand-box .map .brand-list .item img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#display .brand-box .map .brand-list .item:hover .item img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#display .brand-box .map .brand-list .item:nth-of-type(5n) {
  margin-right: 0;
}

#display .brand-box .brand-swiper .swiper-slide {
  width: 100%;
  display: flex;
}

#display .brand-box .brand-swiper .pic {
  width: 850px;
}

#display .brand-box .brand-swiper .info {
  background-color: #fff;
  padding: 60px 0 0 80px;
}

#display .brand-box .more {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 10px;
  width: 120px;
  padding-right: 20px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  background-position: right 10px center;
  background-image: url("../images/49.png");
}

#display .case-brand {
  width: 100%;
  padding: 60px 0 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/111.png");
}

#display .case-brand .brand-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

#display .case-brand .brand-cont .left {
  color: #fff;
  margin-top: 20px;
}

#display .case-brand .brand-cont .left .tt {
  font-size: 80px;
  line-height: 96px;
  font-weight: bold;
}

#display .case-brand .brand-cont .left .t1 {
  font-size: 48px;
  line-height: 48px;
}

#display .case-brand .brand-cont .left .t2 {
  font-size: 12px;
  margin-top: 10px;
}

#display .case-brand .brand-cont .left .line {
  margin-top: 20px;
  width: 16px;
  height: 4px;
  background-color: #fff;
}

#display .case-brand .brand-cont .left .items {
  color: #f08104;
  display: flex;
  margin-top: 50px;
}

#display .case-brand .brand-cont .left .items .item {
  margin-right: 80px;
}

#display .case-brand .brand-cont .left .items .item .t1 {
  font-size: 50px;
  line-height: 50px;
}

#display .case-brand .brand-cont .left .items .item .t1 span {
  font-size: 24px;
  line-height: 24px;
}

#display .case-brand .brand-cont .left .items .item .t2 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 10px;
}

#display .case-brand .brand-cont .right .items {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
}

#display .case-brand .brand-cont .right .items .item {
  color: #fff;
  width: 190px;
  height: 170px;
  padding-top: 30px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(204, 204, 204, 0.3);
}

#display .case-brand .brand-cont .right .items .item img {
  height: 40px;
}

#display .case-brand .brand-cont .right .items .item .info {
  margin-top: 20px;
  line-height: 26px;
  font-size: 16px;
}

#display .case-brand .brand-cont .right .items .item:nth-of-type(3n) {
  margin-right: 0;
}

#news .news-list .news-item {
  display: flex;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

#news .news-list .news-item .pic {
  width: 360px;
  overflow: hidden;
  flex-shrink: 0;
}

#news .news-list .news-item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#news .news-list .news-item .right {
  padding-left: 30px;
}

#news .news-list .news-item .right .title {
  font-size: 24px;
}

#news .news-list .news-item .right .date {
  font-size: 14px;
  color: #999;
}

#news .news-list .news-item .right .desc {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 20px;
}

#news .news-list .news-item .right .more {
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #333;
  display: block;
  border: solid 1px #e6e6e6;
  margin-top: 30px;
}

#news .news-list .news-item .right .more:hover{
  background-color: #f07f00;
  color: #fff;
  border: 1px solid #f07f00;
}

#news .news-list .news-item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#news .news-detail .title-box {
  width: 100%;
  padding: 35px 0 30px;
  background-color: #f4f4f4;
  text-align: center;
}

#news .news-detail .title-box .title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
}

#news .news-detail .title-box .date {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

#news .news-detail .content {
  padding: 50px 0 60px;
}

#news .news-detail .content img {
  max-width: 100%;
}

#news .news-detail .detail-bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#news .news-detail .detail-bottom .prev-next {
  font-size: 16px;
  color: #666;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 90px;
  width: 100%;
}

#news .news-detail .detail-bottom .prev-next a {
  color: #666;
  display: inline-block;
  height: 100%;
}

#news .news-detail .more {
  width: 160px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #333;
  font-size: 16px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

#recruit .recruit-box {
  width: 100%;
}

#recruit .recruit-box li {
  margin-bottom: 20px;
}

#recruit .recruit-box li .recruit-top {
  cursor: pointer;
  height: 120px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
}

#recruit .recruit-box li .recruit-top .title-box {
  font-size: 14px;
  color: #999;
}

#recruit .recruit-box li .recruit-top .title-box .title {
  display: flex;
  align-items: center;
}

#recruit .recruit-box li .recruit-top .title-box .title .name {
  font-size: 20px;
  color: #333;
}

#recruit .recruit-box li .recruit-top .title-box .title .line {
  display: inline-block;
  margin: 0 20px;
}

#recruit .recruit-box li .recruit-top .title-box .desc {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}

#recruit .recruit-box li .recruit-top .arr-box {
  color: #999;
  width: 120px;
  height: 100%;
  line-height: 120px;
  text-align: center;
  border-left: 1px solid #d3d3d3;
}

#recruit .recruit-box li .recruit-top .arr-box i {
  font-size: 30px;
  transition: all 0.6s;
}

#recruit .recruit-box li .active {
  background: #f07f00;
}

#recruit .recruit-box li .active .title-box .title {
  color: #fff;
}

#recruit .recruit-box li .active .title-box .title .name {
  color: #fff;
}

#recruit .recruit-box li .active .title-box .desc {
  color: #fff;
}

#recruit .recruit-box li .active .arr-box {
  color: #fff;
}

#recruit .recruit-box li .active .arr-box i {
  transform: rotate(90deg);
  display: inline-block;
}

#recruit .recruit-box li .recruit-content {
  width: 100%;
  padding: 40px 40px 50px 40px;
  box-sizing: border-box;
  background: #f5f5f5;
  display: none;
}

#recruit .recruit-box li .recruit-content .t1 {
  color: #333;
  font-size: 18px;
  padding-bottom: 25px;
  padding-top: 25px;
}

#recruit .recruit-box li .recruit-content .content p {
  line-height: 2em;
  color: #666;
  font-size: 14px;
}

#recruit .recruit-box li .recruit-content .zhaopin-box {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}

#recruit .recruit-box li .recruit-content .zhaopin-box .tt {
  color: #666;
  font-size: 14px;
  line-height: 2em;
}

#recruit .recruit-box li .recruit-content .join-in {
  width: 180px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background: #f07f00;
  margin-top: 35px;
}

#contact .contact-box {
  margin-top: 220px;
  position: relative;
}

#contact .contact-box .left {
  width: 785px;
  height: 255px;
  background-color: #f4f4f4;
}

#contact .contact-box .left .title-box .title {
  position: relative;
  top: -95px;
  left: 60px;
}

#contact .contact-box .left .title-box .title .en {
  font-size: 34px;
  line-height: 40px;
}

#contact .contact-box .left .title-box .title .cn {
  font-size: 34px;
  line-height: 40px;
  margin-top: 20px;
}

#contact .contact-box .left .title-box .title .line {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  margin: 30px 0;
}

#contact .contact-box .left .title-box .title .desc {
  line-height: 1.8em;
}

#contact .contact-box .left .title-box .title .desc .lines img {
  width: 12px;
}

#contact .contact-box .left .title-box .title .desc .lines span {
  margin-left: 10px;
}

#contact .contact-box .right {
  width: 800px;
  height: 374px;
  position: absolute;
  bottom: 30px;
  right: 0;
}

#contact .contact-box .right img {
  width: 100%;
}

#contact .contact-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

#contact .contact-list .item {
  width: 280px;
  height: 220px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  text-align: center;
  border: solid 1px #f4f4f4;
}

#contact .contact-list .item .title-box .title {
  font-size: 24px;
  line-height: 24px;
}

#contact .contact-list .item .title-box .en {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  margin: 10px 0;
}

#contact .contact-list .item .title-box .line {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(51, 51, 51, 0.5);
}

#contact .contact-list .item .info-box .lines {
  line-height: 26px;
  text-align: left;
}

#contact .contact-list .item .info-box .lines img {
  width: 12px;
  margin-right: 6px;
}

#contact .map-box {
  width: 100%;
  height: 420px;
  margin-top: 40px;
  margin-bottom: 80px;
}

#contact .email-box {
  width: 100%;
  height: 650px;
  background-image: url("../images/121.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70px;
}

#contact .email-box .title-box {
  font-size: 18px;
  color: #333;
  position: relative;
  text-align: center;
}

#contact .email-box .title-box:before {
  content: '';
  position: absolute;
  width: 470px;
  height: 1px;
  background-color: #ccc;
  top: 15px;
  left: 0;
}

#contact .email-box .title-box:after {
  content: '';
  position: absolute;
  width: 470px;
  height: 1px;
  background-color: #ccc;
  top: 15px;
  right: 0;
}

#contact .email-box .form-box {
  display: flex;
  flex-wrap: wrap;
}

#contact .email-box .form-box .input {
  width: 584px;
  height: 60px;
  background-color: #fff;
}

#contact .email-box .form-box .input input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  padding-left: 20px;
}

#contact .email-box .form-box .text-box {
  width: 100%;
  background-color: #fff;
  height: 160px;
}

#contact .email-box .form-box .text-box textarea {
  width: 100%;
  height: 100%;
  border: 0;
  resize: none;
  padding: 20px;
}

#contact .email-box .form-box .code-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

#contact .email-box .form-box .code-box input {
  width: 410px;
  height: 60px;
  background-color: #fff;
  border: 0;
  padding-left: 20px;
}

#contact .email-box .form-box .code-box .code-img {
  width: 148px;
  height: 60px;
  line-height: 60px;
  background-color: #e2f6d9;
  margin-left: 20px;
}

#contact .email-box .form-box .code-box .code-img img {
  width: 100%;
}

#contact .email-box .form-box .btn-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#contact .email-box .form-box .btn-box .btn {
  width: 230px;
  height: 60px;
  line-height: 60px;
  background-color: #f07f00;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

#contact .email-box .form-box .btn-box .btn span {
  margin-right: 10px;
}

#designer .person-box {
  display: flex;
}

#designer .person-box .left {
  width: calc(100% - 337px);
  padding: 50px 50px 70px;
  background-color: #f7f7f7;
  background-image: url("../images/139.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 826px 68px;
}

#designer .person-box .left .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#designer .person-box .left .tops .title-box .title {
  display: flex;
  align-items: center;
}

#designer .person-box .left .tops .title-box .title .name {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #222;
}

#designer .person-box .left .tops .title-box .title .tt {
  font-size: 18px;
  color: #666;
  margin-left: 25px;
}

#designer .person-box .left .tops .title-box .title .tt span {
  color: #f07f00;
  font-size: 26px;
}

#designer .person-box .left .tops .title-box .desc {
  font-size: 18px;
  color: #222;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

#designer .person-box .left .tops .title-box .desc .line {
  display: inline-block;
  margin: 0 20px;
  color: #999;
}

#designer .person-box .left .tops .title-box .desc .num {
  color: #f07f00;
}

#designer .person-box .left .tops .link-box {
  display: flex;
  align-items: center;
}

#designer .person-box .left .tops .link-box .item {
  width: 110px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: solid 1px #999999;
  display: inline-block;
  font-size: 14px;
  color: #333;
}

#designer .person-box .left .tops .link-box .item.active {
  border: 1px solid #f07f00;
  background-color: #f07f00;
  color: #fff;
}

#designer .person-box .left .info-box {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  margin-top: 30px;
}

#designer .person-box .left .info-box .label {
  color: #666;
}

#designer .person-box .left .lines {
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
}

#designer .person-box .left .lines .tt {
  color: #f07f00;
  font-size: 18px;
  line-height: 18px;
  border-left: 3px solid #f07f00;
  font-weight: bold;
  flex-shrink: 0;
  padding-left: 10px;
  display: block;
}

#designer .person-box .left .lines .info {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  margin-left: 20px;
}

#designer .person-box .right {
  width: 337px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#designer .person-box .right img {
  width: 100%;
  opacity: 0;
}

#designer .free-box {
  margin-top: 24px;
  padding: 35px 40px;
  background-color: #f7f7f7;
}

#designer .free-box .tops {
  display: flex;
  justify-content: space-between;
}

#designer .free-box .tops .title {
  display: flex;
  align-items: flex-end;
}

#designer .free-box .tops .title .tt {
  font-size: 26px;
  color: #222;
}

#designer .free-box .tops .title .t1 {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}

#designer .free-box .tops .text-box {
  display: flex;
  align-items: center;
}

#designer .free-box .tops .text-box .left {
  height: 14px;
  line-height: 14px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

#designer .free-box .tops .text-box .left img {
  width: 12px;
}

#designer .free-box .tops .text-box .left span {
  color: #f07f00;
  margin-left: 10px;
}

#designer .free-box .tops .text-box .right {
  font-size: 14px;
  color: #666;
  padding-left: 15px;
}

#designer .free-box .tops .text-box .right span {
  font-size: 18px;
  color: #f07f00;
}

#designer .free-box .line-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#designer .free-box .line-box .lines {
  width: 264px;
  height: 44px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

#designer .free-box .line-box .lines input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 0;
}

#designer .free-box .line-box .lines .code-btn {
  position: relative;
  display: block;
  height: 100%;
  line-height: 44px;
  padding: 0 20px 0 15px;
  flex-shrink: 0;
  background-color: #fff;
  border: 0;
  color: #f07f00;
}

#designer .free-box .line-box .lines .code-btn:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #f07f00;
  left: 0;
  top: calc(50% - 4px);
}

#designer .free-box .line-box .apply-btn {
  width: 264px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #f07f00;
  border: 0;
}

#designer .designer-case {
  padding: 40px 0 70px;
}

#designer .designer-case .d-case-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

#designer .designer-case .d-case-list .item {
  width: 388px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  margin-right: 18px;
}

#designer .designer-case .d-case-list .item .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#designer .designer-case .d-case-list .item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#designer .designer-case .d-case-list .item .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.66);
  display: none;
  align-items: center;
  justify-content: center;
}

#designer .designer-case .d-case-list .item .pic .mask .link-box .btn {
  width: 110px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
  transition: all 0.6s;
}

#designer .designer-case .d-case-list .item .pic .mask .link-box .btn:hover {
  color: #f07f00;
  border: 1px solid #f07f00;
}

#designer .designer-case .d-case-list .item .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #f7f7f7;
}

#designer .designer-case .d-case-list .item .info-box .title-box .title {
  font-size: 20px;
  color: #333;
}

#designer .designer-case .d-case-list .item .info-box .title-box .desc {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

#designer .designer-case .d-case-list .item .info-box i {
  font-size: 12px;
}

#designer .designer-case .d-case-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#designer .designer-case .d-case-list .item:hover .pic .mask {
  display: flex;
}

#designer .designer-case .d-case-list .item:nth-of-type(3n) {
  margin-right: 0;
}

#works .works-box {
  position: relative;
  margin-top: 140px;
}

#works .works-box .left {
  width: 770px;
  height: 410px;
  background-color: #f4f4f4;
}

#works .works-box .left .title-box {
  width: 430px;
  padding: 50px 50px 0 50px;
}

#works .works-box .left .title-box .title {
  font-size: 24px;
  color: #333;
}

#works .works-box .left .title-box .date {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

#works .works-box .left .title-box .info {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}

#works .works-box .left .title-box .more {
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #333;
  border: solid 1px #e6e6e6;
  margin-top: 30px;
}

#works .works-box .right {
  width: 770px;
  height: 410px;
  position: absolute;
  top: -70px;
  right: 0;
}

#works .works-box .right img {
  width: 100%;
}

#works .works-box.reserve {
  display: flex;
  justify-content: flex-end;
}

#works .works-box.reserve .left {
  display: flex;
  justify-content: flex-end;
}

#works .works-box.reserve .right {
  left: 0;
}

#about .about-box {
  padding: 60px 0 70px;
}

#about .about-box .items {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
}

#about .about-box .items .left {
  width: 50%;
  padding: 0px 30px 0 0;
}

#about .about-box .items .left .title .cn {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
}

#about .about-box .items .left .title .en {
  font-size: 16px;
  line-height: 28px;
  color: #999;
  margin-top: 6px;
}

#about .about-box .items .left .title .line {
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: #f2f2f2;
  margin-top: 15px;
}

#about .about-box .items .left .info {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
}

#about .about-box .items .left .info span {
  font-size: 20px;
}

#about .about-box .items .right {
  width: 50%;
  position: relative;
  margin-top: 20px;
}

#about .about-box .items .right img {
  width: 100%;
}

#about .about-box .items .right i {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  cursor: pointer;
}

#about .honor-box {
  padding: 60px 0;
}

#about .honor-box .honor-banner {
  height: auto;
  width: 72%;
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}

#about .honor-box .honor-banner .honor-swiper .swiper-slide {
  width: 380px !important;
}

#about .honor-box .honor-banner .honor-swiper .pic {
  width: 100%;
}

#about .honor-box .honor-banner .honor-swiper .pic img {
  width: 100%;
}

#about .honor-box .honor-banner .prev, #about .honor-box .honor-banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}

#about .honor-box .honor-banner .prev i, #about .honor-box .honor-banner .next i {
  font-size: 30px;
  color: #f07f00;
}

#about .honor-box .honor-banner .prev.swiper-button-disabled i, #about .honor-box .honor-banner .next.swiper-button-disabled i {
  color: #999;
}

#about .honor-box .honor-banner .prev {
  left: 0;
  transform: rotate(180deg);
}

#about .honor-box .honor-banner .next {
  right: 0;
}
#about .honor-title{
  padding:60px 0 35px;
}
#about .honor-container{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .honor-container img{
  width: 100%;
  opacity: 0;
}
#about .honor-container .com-title{
  position: absolute;
  top: 7%;
  width: 100%;
}
#about .honor-container .com-title .t1{
  color: #fff;
}
#about .honor-container .com-title .t2{
  color: #fff;
}
#about .honor-container .com-title .line{
background-color: #fff;
}
#about .history-box {
  width: 100%;
  padding: 80px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/195.png");
}

#about .history-box .history-tops {
  position: relative;
  margin-top: 70px;
}

#about .history-box .history-tops:after {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

#about .history-box .history-tops .swiper-history-date {
  width: 71%;
  min-width: 1380px;
  position: relative;
  margin: 0 auto;
  padding: 0 40px 30px;
}

#about .history-box .history-tops .swiper-history-date .swiper-slide {
  width: 16.5% !important;
  cursor: pointer;
}

#about .history-box .history-tops .swiper-history-date .swiper-slide .t1:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  bottom: -15px;
  left: calc(50% - 5px);
  background-color: #999;
}

#about .history-box .history-tops .swiper-history-date .swiper-slide .text-box {
  color: #333;
  display: flex;
  align-items: flex-start;
  text-align: center;
  flex-direction: column;
  padding-bottom: 30px;
  position: relative;
}

#about .history-box .history-tops .swiper-history-date .swiper-slide .text-box .t1 {
  font-size: 24px;
  line-height: 24px;
  width: 100%;
}

#about .history-box .history-tops .swiper-history-date .swiper-slide.swiper-slide-thumb-active .t1 {
  color: #333;
}

#about .history-box .history-tops .swiper-history-date .swiper-slide.swiper-slide-thumb-active .t1:after {
  width: 11px;
  height: 11px;
  background-color: #f07f00;
}

#about .history-box .history-tops .date-prev, #about .history-box .history-tops .date-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  top: 45px;
  cursor: pointer;
}

#about .history-box .history-tops .date-prev {
  background-image: url("../images/200.png");
  left: 0;
}

#about .history-box .history-tops .date-next {
  right: 0;
  background-image: url("../images/201.png");
}

#about .history-box .swiper-history-text {
  width: 62.5%;
  min-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding-left: 60px;
}

#about .history-box .swiper-history-text .swiper-wrapper {
  margin-left: -255px;
}

#about .history-box .swiper-history-text .swiper-slide {
  width: 750px;
  display: flex;
  position: relative;
}

#about .history-box .swiper-history-text .swiper-slide .pic {
  width: 380px;
  height: 100%;
  background-image: url("../images/196.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  float: left;
}

#about .history-box .swiper-history-text .swiper-slide .pic img {
  width: 100%;
  opacity: 0;
}

#about .history-box .swiper-history-text .swiper-slide .text-box {
  width: 50%;
  background-image: url("../images/198.png");
  background-size: 343px 48px;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-left: 35px;
  transition: all 0.6s;
  float: left;
  background-color: #fff;
}

#about .history-box .swiper-history-text .swiper-slide .text-box .title {
  position: relative;
  font-size: 16px;
  color: #999;
}

#about .history-box .swiper-history-text .swiper-slide .text-box .title span {
  font-size: 28px;
  color: #333;
}

#about .history-box .swiper-history-text .swiper-slide .text-box .title:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #999;
  top: 20px;
  left: -70px;
}

#about .history-box .swiper-history-text .swiper-slide .text-box .info {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  line-height: 1.8em;
  padding-right: 10px;
  height: 100px;
  overflow-y: auto;
}

#about .history-box .swiper-history-text .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}

#about .history-box .swiper-history-text .swiper-slide.ani-slide .mask {
  background-color: transparent;
}

#about .history-box .swiper-history-text .history-prevNext {
  width: 100%;
  left: 0;
  height: 50px;
  z-index: 100;
  position: absolute;
  top: calc(50% - 30px);
}

#about .history-box .swiper-history-text .history-prevNext .prev {
  width: 50px;
  height: 50px;
  background-image: url("../images/199.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  left: 15px;
  transform: rotate(180deg);
  position: absolute;
}

#about .history-box .swiper-history-text .history-prevNext .next {
  width: 50px;
  height: 50px;
  background-image: url("../images/199.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  left: 725px;
  position: absolute;
}

#about .video-box {
  padding: 60px 0;
  background-color: #f4f4f4;
}

#about .video-box .v-tops{
display: flex;
align-items: center;
  justify-content: center;
}
#about .video-box .v-tops .com-title{
  margin-right: 110px;
  cursor: pointer;
}
#about .video-box .v-tops .com-title .t1{
  color: #666;
  font-weight: normal;
}
#about .video-box .v-tops .com-title .t2{
  color: #999;
}
#about .video-box .v-tops .com-title .line{
  background-color: #ccc;
}
#about .video-box .v-tops .com-title:last-child{
  margin-right:0;
}
#about .video-box .v-tops .com-title.active .t1{
  color: #f07f01;
  font-weight: bold;
}
#about .video-box .v-tops .com-title.active .t2{
  color: #666;
}
#about .video-box .v-tops .com-title.active .line{
  background-color: #333;
}
#about .video-box .video-banner {
  height: auto;
  width: 72%;
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}

#about .video-box .video-banner .video-swiper .swiper-slide {
  width: 385px !important;
}

#about .video-box .video-banner .video-swiper .swiper-slide:hover .pic .line {
  width: 100%;
}

#about .video-box .video-banner .video-swiper .pic {
  width: 100%;
  position: relative;
}

#about .video-box .video-banner .video-swiper .pic img {
  width: 100%;
}

#about .video-box .video-banner .video-swiper .pic i {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  cursor: pointer;
}

.product-box {
  position: relative;
}

#about .video-box .video-banner .video-swiper .pic .line {
  width: 0;
  height: 6px;
  background-color: #f07f00;
  transition: all 0.6s;
  position: absolute;
  bottom: 0;
  left: 0;
}

#about .video-box .video-banner .video-swiper .info {
  font-size: 18px;
  color: #333;
  padding: 15px 0;
  text-align: center;
}

#about .video-box .video-banner .prev, #about .video-box .video-banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}

#about .video-box .video-banner .prev i, #about .video-box .video-banner .next i {
  font-size: 30px;
  color: #f07f00;
}

#about .video-box .video-banner .prev.swiper-button-disabled i, #about .video-box .video-banner .next.swiper-button-disabled i {
  color: #999;
}

#about .video-box .video-banner .prev {
  left: 0;
  transform: rotate(180deg);
}

#about .video-box .video-banner .next {
  right: 0;
}

#project .german-box {
  padding: 60px 0 130px;
}

#project .german-box .seiko-box {
  width: 333px;
  height: 385px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/151.png");
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#project .german-box .seiko-box .title {
  font-size: 28px;
  line-height: 36px;
}

#project .german-box .seiko-box .title span {
  color: #f07f00;
  font-weight: bold;
}

#project .german-box .seiko-box .num-box .item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 450px;
}

#project .german-box .seiko-box .num-box .item .img {
  width: 75px;
  height: 75px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  flex-shrink: 0;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
}

#project .german-box .seiko-box .num-box .item .img i {
  font-size: 36px;
  color: #333;
}

#project .german-box .seiko-box .num-box .item .text {
  margin-left: 20px;
}

#project .german-box .seiko-box .num-box .item .text .t1 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}

#project .german-box .seiko-box .num-box .item .text .t2 {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

#project .german-box .seiko-box .num-box .item.item01 {
  top: -30px;
  left: -115%;
}

#project .german-box .seiko-box .num-box .item.item02 {
  top: -30px;
  left: 80%;
}

#project .german-box .seiko-box .num-box .item.item03 {
  top: 40%;
  left: -145%;
}

#project .german-box .seiko-box .num-box .item.item04 {
  top: 40%;
  left: 110%;
}

#project .german-box .seiko-box .num-box .item.item05 {
  top: 90%;
  left: -115%;
}

#project .german-box .seiko-box .num-box .item.item06 {
  top: 90%;
  left: 80%;
}

#project .german-box .seiko-box .num-box .item.reserve {
  display: flex;
  flex-direction: row-reverse;
}

#project .german-box .seiko-box .num-box .item.reserve .text {
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
}

#project .gongyi-box {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/152.png");
  padding: 80px 0 130px;
}

#project .gongyi-box .items {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(230, 230, 230, 0.5);
  border-right: 1px solid rgba(230, 230, 230, 0.5);
  margin-top: 60px;
}

#project .gongyi-box .items .item {
  width: 33.333%;
  height: 200px;
  border-left: 1px solid rgba(230, 230, 230, 0.5);
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
  padding: 30px 40px 0;
  display: flex;
  align-items: flex-start;
}

#project .gongyi-box .items .item .left {
  width: 50px;
  flex-shrink: 0;
}

#project .gongyi-box .items .item .left i {
  font-size: 28px;
  color: #f07f00;
}

#project .gongyi-box .items .item .right .title {
  font-size: 24px;
  line-height: 24px;
  color: #f07f00;
}

#project .gongyi-box .items .item .right .info {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 10px;
}

#project .standard-box {
  padding: 80px 0 100px;
}

#project .standard-box .items {
  display: flex;
  align-items: flex-end;
  margin-top: 60px;
}

#project .standard-box .items .item {
  width: 16.666%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#project .standard-box .items .item .pic {
  width: 130px;
  height: 130px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  transition: all 0.6s;
}

#project .standard-box .items .item .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#project .standard-box .items .item .icon-box {
  text-align: center;
  margin-top: 40px;
}

#project .standard-box .items .item .icon-box i {
  font-size: 28px;
  color: #999;
}

#project .standard-box .items .item .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

#project .standard-box .items .item .line:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  left: 0;
  top: -1px;
}

#project .standard-box .items .item .text {
  text-align: center;
}

#project .standard-box .items .item .text .t1 {
  font-size: 18px;
  color: #333;
}

#project .standard-box .items .item .text .t2 {
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}

#project .standard-box .items .item:hover .pic {
  width: 240px;
  height: 240px;
  background-color: #f07f00;
  padding: 10px;
}

#project .standard-box .items .item:hover .icon-box i {
  color: #f07f00;
}

#project .rule-box {
  padding: 100px 0;
  background-image: url("../images/159.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#project .rule-box .rule-list {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#project .rule-box .rule-list .item {
  width: 16.666%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#project .rule-box .rule-list .item .img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  padding: 5px;
  border: 1px dashed #fff;
}

#project .rule-box .rule-list .item .img .inner {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  line-height: 98px;
  border-radius: 50%;
  text-align: center;
}

#project .rule-box .rule-list .item .img .inner i {
  font-size: 36px;
  color: #fff;
}

#project .rule-box .rule-list .item .title .tt {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

#project .rule-box .rule-list .item .title .desc {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}

#project .rule-box .rule-list .item:hover .img {
  border: 1px solid #f07f00;
}

#project .rule-box .rule-list .item:hover .img .inner {
  border: 1px solid #f07f00;
}

#project .rule-box .rule-list .item:hover .img .inner i {
  color: #f07f00;
}

#project .material-box .com-title {
  padding: 90px 0 40px;
}

#project .material-box .pipe-box {
  padding: 40px 0;
  background-color: #f6f6f6;
}

#project .material-box .pipe-box .title {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

#project .material-box .pipe-box .title span {
  font-size: 32px;
  line-height: 32px;
  color: #f07f00;
  font-style: italic;
  margin-right: 10px;
}

#project .material-box .pipe-box .pipe-banner .items-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .tops {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .tops .img {
  width: 50px;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .tops .img img {
  width: 100%;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .tops .tt {
  margin-left: 20px;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .tops .tt .t1 {
  font-size: 24px;
  line-height: 24px;
  color: #f07f00;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .tops .tt .en {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .tops .tt .line {
  width: 10px;
  height: 1px;
  background-color: #ccc;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .text {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 90px;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .lines {
  display: flex;
  align-items: center;
  line-height: 40px;
  cursor: pointer;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .lines .line {
  width: 30px;
  height: 1px;
  background-color: #999;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .lines .txt {
  margin-left: 20px;
  color: #999;
  font-size: 18px;
}

#project .material-box .pipe-box .pipe-banner .items-box .left .lines .txt span {
  font-size: 20px;
  color: #333;
  margin-right: 10px;
}

#project .material-box .pipe-box .pipe-banner .items-box .right {
  width: 753px;
  flex-shrink: 0;
}

#project .material-box .pipe-box .pipe-banner .items-box .right img {
  width: 100%;
}

#project .material-box-one {
  margin-top: 70px;
}

#project .material-box-one .map-box {
  padding-top: 50px;
  height: 653px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/162.png");
}

#project .material-box-one .map-box .title {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

#project .material-box-one .map-box .title span {
  font-size: 32px;
  line-height: 32px;
  color: #f07f00;
  font-style: italic;
  margin-right: 10px;
}

#project .material-box-one .map-box .text {
  font-size: 18px;
  color: #999;
  text-align: center;
  margin-top: 20px;
}

#project .material-box-one .brand-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}

#project .material-box-one .brand-list .item {
  width: 220px;
  height: 88px;
  border: 1px solid #ccc;
  margin-right: 25px;
  margin-bottom: 20px;
}

#project .material-box-one .brand-list .item img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#project .material-box-one .brand-list .item:hover .item img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#project .material-box-one .brand-list .item:nth-of-type(5n) {
  margin-right: 0;
}

#project .management-box {
  padding: 90px 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/163.png");
  background-size: cover;
}

#project .management-box .items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 130px;
  margin-top: 30px;
}

#project .management-box .items .item {
  width: 208px;
  height: 239px;
  background-image: url("../images/169.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  position: relative;
  transition: all 0.6s;
  margin-right: 158px;
}

#project .management-box .items .item .img {
  width: 48px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px 35px;
}

#project .management-box .items .item .img.img01 {
  background-image: url("../images/171.png");
}

#project .management-box .items .item .img.img02 {
  background-image: url("../images/172.png");
}

#project .management-box .items .item .img.img03 {
  background-image: url("../images/174.png");
}

#project .management-box .items .item .img.img04 {
  background-image: url("../images/176.png");
}

#project .management-box .items .item .img.img05 {
  background-image: url("../images/178.png");
}

#project .management-box .items .item .text {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  padding: 0 30px;
}

#project .management-box .items .item .en {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

#project .management-box .items .item .en p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

#project .management-box .items .item:hover {
  background-image: url("../images/168.png");
}

#project .management-box .items .item:hover .en p {
  color: rgba(255, 255, 255, 0.6);
}

#project .management-box .items .item:hover .img01 {
  background-image: url("../images/170.png");
}

#project .management-box .items .item:hover .img02 {
  background-image: url("../images/173.png");
}

#project .management-box .items .item:hover .img03 {
  background-image: url("../images/175.png");
}

#project .management-box .items .item:hover .img04 {
  background-image: url("../images/177.png");
}

#project .management-box .items .item:hover .img05 {
  background-image: url("../images/179.png");
}

#project .management-box .items .item.item01 {
  width: 238px;
  height: 274px;
  margin-right: 136px;
}

#project .management-box .items .item:nth-of-type(3n) {
  margin-right: 0;
}

#project .management-box .items .item:nth-of-type(4) {
  margin-left: 167px;
}

#project .commitment-box {
  padding: 80px 0;
}

#project .commitment-box .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

#project .commitment-box .items .item {
  width: 50%;
  height: 300px;
  display: flex;
}

#project .commitment-box .items .item .pic {
  width: 309px;
  flex-shrink: 0;
}

#project .commitment-box .items .item .pic img {
  width: 100%;
}

#project .commitment-box .items .item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}

#project .commitment-box .items .item .info .title {
  font-size: 24px;
  line-height: 24px;
}

#project .commitment-box .items .item .info .line {
  width: 14px;
  height: 2px;
  background-color: #ccc;
  border-radius: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

#project .commitment-box .items .item .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}

#project .commitment-box .items .item.reserve {
  flex-direction: row-reverse;
}

#custom .design-box {
  padding: 80px 0 110px;
}

#custom .design-box .items {
  display: flex;
  margin-top: 70px;
}

#custom .design-box .items .pic {
  width: 100%;
}

#custom .design-box .items .info {
  padding-left: 40px;
}

#custom .design-box .items .info .item {
  display: flex;
  padding-top: 20px;
  width: 380px;
  transition: all 0.6s;
}

#custom .design-box .items .info .item .num {
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
  color: #f07f00;
  font-style: italic;
}

#custom .design-box .items .info .item .desc-box {
  width: 250px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  position: relative;
}

#custom .design-box .items .info .item .desc-box:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #f07f00;
}

#custom .design-box .items .info .item .desc-box .t1 {
  font-size: 22px;
  line-height: 22px;
  color: #333;
}

#custom .design-box .items .info .item .desc-box .desc {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-top: 10px;
}

#custom .design-box .items .info .item:hover {
  background-color: #f07f00;
  box-shadow: 0px 25px 30px -15px rgba(240, 127, 0, 0.6);
  padding-left: 30px;
}

#custom .design-box .items .info .item:hover .num {
  color: #ffffff;
}

#custom .design-box .items .info .item:hover .desc-box {
  border-bottom: 0;
}

#custom .design-box .items .info .item:hover .desc-box:after {
  width: 0;
}

#custom .design-box .items .info .item:hover .desc-box .t1 {
  color: #fff;
}

#custom .design-box .items .info .item:hover .desc-box .desc {
  color: #fff;
}

#custom .product-box {
  width: 100%;
  height: 900px;
  background-size: cover;
  background-image: url("../images/188.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
}

#custom .product-box .text-box {
  color: #fff;
  margin-top: 140px;
}

#custom .product-box .text-box .title .t1 {
  font-size: 34px;
  line-height: 34px;
  font-style: italic;
  text-shadow: black 1px 1px 10px;
}

#custom .product-box .text-box .title .txt {
  font-size: 34px;
  margin-top: 10px;
  text-shadow: black 1px 1px 10px;
}

#custom .product-box .text-box .info {
  margin-top: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  width: 330px;
  text-shadow: black 4px 3px 5px;
}

#custom .product-box .items {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 80%;
}

#custom .product-box .items .item {
  text-align: center;
  width: 80px;
  cursor: pointer;
}

#custom .product-box .items .item .img {
  border: 1px dashed rgba(255, 255, 255, 0.7);
  padding: 5px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(2, 2, 2, 0.3);
}

#custom .product-box .items .item .img .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 70px;
}

#custom .product-box .items .item .img .inner i {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
}

#custom .product-box .items .item .tt {
  font-size: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 15px;
  text-shadow: black 1px 6px 10px;
}

#custom .product-box .items .item:hover .img, #custom .product-box .items .item.active .img {
  border: 1px dashed white;
}

#custom .product-box .items .item:hover .img .inner, #custom .product-box .items .item.active .img .inner {
  border: 1px solid white;
}

#custom .product-box .items .item:hover .img .inner i, #custom .product-box .items .item.active .img .inner i {
  color: white;
}

#custom .product-box .items .item:hover .tt, #custom .product-box .items .item.active .tt {
  color: #fff;
}

#custom .craft-box {
  padding: 70px 0;
}

#custom .craft-box .craft-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#custom .craft-box .craft-cont .left {
  margin-top: 80px;
}

#custom .craft-box .craft-cont .left-font {
  width: 40%;
}

#custom .craft-box .craft-cont .left .title .t1 {
  font-size: 34px;
  line-height: 34px;
}

#custom .craft-box .craft-cont .left .title .txt {
  font-size: 34px;
  line-height: 34px;
  margin-top: 10px;
}

#custom .craft-box .craft-cont .left .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 30px;
  width: 440px;
}

#custom .craft-box .craft-cont .left .info {
  color: #999;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 30px;
  width: 230px;
}

#custom .craft-box .craft-cont .right {
  position: relative;
  width: 520px;
  height: 520px;
  border-radius: 50%;
}

#custom .craft-box .craft-cont .right img {
  width: 100%;
  height: 100%;
}

#custom .craft-box .craft-cont .right .bg {
  width: 368px;
  height: 368px;
  background-image: url("../images/184.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1;
  left: -90px;
  bottom: -15px;
}

#custom .craft-box .items {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#custom .craft-box .items .item {
  text-align: center;
  width: 115px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#custom .craft-box .items .item .img {
  border: 1px dashed #666;
  padding: 6px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

#custom .craft-box .items .item .img .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #666;
  text-align: center;
  line-height: 70px;
}

#custom .craft-box .items .item .img .inner i {
  font-size: 32px;
  color: #333;
}

#custom .craft-box .items .item .tt {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin-top: 15px;
  text-align: center;
}

#custom .craft-box .items .item:hover .img, #custom .craft-box .items .item.active .img {
  border: 1px dashed #f07f00;
}

#custom .craft-box .items .item:hover .img .inner, #custom .craft-box .items .item.active .img .inner {
  border: 1px solid #f07f00;
}

#custom .craft-box .items .item:hover .img .inner i, #custom .craft-box .items .item.active .img .inner i {
  color: #f07f00;
}

#custom .craft-box .items .item:hover .tt, #custom .craft-box .items .item.active .tt {
  color: #f07f00;
}

#custom .team-box {
  padding: 70px 0 100px;
}

#custom .team-box .items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#custom .team-box .items .item {
  width: 224px;
  display: flex;
}

#custom .team-box .items .item .text-box {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#custom .team-box .items .item .text-box .num {
  font-size: 32px;
  line-height: 32px;
  color: #f07f00;
  font-style: italic;
}

#custom .team-box .items .item .text-box .title-box .tt {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #333;
}

#custom .team-box .items .item .text-box .title-box .info {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding-right: 10px;
}

#custom .team-box .items .item .pic {
  width: 224px;
  height: 320px;
  overflow: hidden;
  margin-top: 20px;
}

#custom .team-box .items .item .pic img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#custom .team-box .items .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#custom .team-box .items .item.reserve .text-box {
  display: flex;
  flex-direction: column-reverse;
}

#custom .team-box .items .item.reserve .text-box .pic {
  margin-top: 0;
  margin-bottom: 20px;
}

#custom .brand-box {
  padding: 80px 0 60px;
  background-color: #f4f4f4;
}

#custom .brand-box .com-title {
  margin-bottom: -70px;
}

#custom .brand-box .brand-list {
  display: flex;
  flex-wrap: wrap;
}

#custom .brand-box .brand-list .item {
  width: 220px;
  height: 88px;
  border: 1px solid #ccc;
  margin-right: 25px;
  margin-bottom: 20px;
}

#custom .brand-box .brand-list .item img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#custom .brand-box .brand-list .item:hover .item img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#custom .brand-box .brand-list .item:nth-of-type(5n) {
  margin-right: 0;
}

#custom .brand-box .map {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/48.png");
  position: relative;
}

#custom .brand-box .map .brand-list {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

#custom .brand-box .brand-swiper .swiper-slide {
  width: 100%;
  display: flex;
}

#custom .brand-box .brand-swiper .pic {
  width: 850px;
}

#custom .brand-box .brand-swiper .info {
  background-color: #fff;
  padding: 60px 0 0 80px;
}

#custom .brand-box .more {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 10px;
  width: 120px;
  padding-right: 20px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  background-position: right 10px center;
  background-image: url("../images/49.png");
}

#custom .quote-box {
  padding: 90px 0;
}

#custom .quote-box .free-line {
  color: #999;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#custom .quote-box .free-line .item {
  margin-right: 70px;
  position: relative;
}

#custom .quote-box .free-line .item:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background-color: #999;
  top: 11px;
  left: -10px;
}

#custom .quote-box .free-form-box {
  padding: 40px 50px 30px;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#custom .quote-box .free-form-box .lines {
  width: 530px;
  height: 60px;
  background-color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#custom .quote-box .free-form-box .lines input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 0;
}

#custom .quote-box .free-form-box .lines #getCode {
  position: relative;
  display: block;
  height: 100%;
  line-height: 60px;
  padding: 0 20px 0 15px;
  flex-shrink: 0;
  background-color: #fff;
  border: 0;
  color: #f07f00;
}

#custom .quote-box .free-form-box .lines #getCode:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #f07f00;
  left: 0;
  top: calc(50% - 4px);
}

#custom .quote-box .free-form-box .lines.blank {
  background-color: transparent;
}

#custom .quote-box .free-form-box .calc-btn {
  width: 264px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #f07f00;
}

@media screen and (max-width: 1600px) {
  #about .honor-box .honor-banner .honor-swiper .swiper-slide {
    width: 31.5% !important;
  }
  #about .honor-box .honor-banner {
    width: 100%;
  }
  #display .honor-box .honor-banner {
    width: 100%;
  }
  #display .honor-box .honor-banner .honor-swiper .swiper-slide {
    width: 31.5% !important;
  }
  #about .video-box .video-banner {
    width: 100%;
  }
  #index .work-banner-box .work-banner {
    width: 100%;
  }
  #index .design-box .design-banner {
    width: 100%;
  }
  #case .case-intro .case-banner {
    width: 100%;
  }
  #index .design-box .design-banner-one{
    width: 100%;
  }
}

@media screen and (max-width: 1460px){
  #about .honor-title{
    padding: 40px 0 20px;
  }
  .com-title .t1{
    font-size: 28px;
    line-height: 28px;
  }
  .foot_bjimg{
    width: 150px;
  }
  .foot_fx_r{
    margin-left: 170px;
  }
  .foot_shu{
    margin-top: 12px;
  }
  .foot_shu span{
    width: 100px;
  }
  .foot_ys_text{
    margin-top: 12px;
  }
  .font35{
    font-size: 26px;
  }
  .foot_bg{
    height: 64px;
  }
  .foot_form_ul{
    margin-top: 12px;
  }
  .foot_form_ul li{
    height: 40px;
  }
  .mdr20{
    margin-right:0;
  }
  .width55_{
    width: 53%;
  }
  .close-icon-foot{
    top: 12px;
  }
  .font26{
    font-size:18px!important;
  }
  .mj_ico{
    line-height: 40px;
  }
  .foot-height{
    height: 64px;
  }
  .foot_fx_tel_box{
    margin-top: 8px;
  }
  #index .case-box .case-list .case-item .info-box{
    padding: 20px;
  }
  #index .case-box .case-list .case-item .info-box .title .tt{
    font-size: 18px;
  }
  #index .case-box .case-list .case-item .info-box .info{
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #index .case-box .case-list .case-item .info-box .more{
    margin-top: 24px;
    width: 120px;
    height: 36px;
    line-height: 36px;
  }
  #about .history-box .history-tops .swiper-history-date{
    min-width: 1240px;
  }
}


@media screen and (max-width: 1040px) {
  .container {
    width: 94%;
    min-width: 94%;
  }
  .header .logo {
    width: 200px;
  }
  .header .nav-box .item-box .item {
    padding: 0 12px;
    font-size: 14px;
  }
  .header .nav-box .item-box .down-box {
    width: 95px;
    left: calc(50% - 47px);
  }
  .header .nav-box .item-box .down-box .d-item {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .com-title .t1 {
    font-size: 24px;
    line-height: 24px;
  }
  .com-title .en {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    text-shadow: white -7px 5px 10px;
  }
  #index .banner .index-swiper .swiper-pagination-index {
    bottom: 15px !important;
  }
  #index .quotation-box {
    margin-top: 0;
  }
  #index .quotation-box .container .tops {
    height: 130px;
  }
  #index .quotation-box .container .tops .items .img {
    width: 34px;
  }
  #index .quotation-box .container .tops .items .title {
    font-size: 12px;
  }
  #index .quotation-box .container .tops .items .title .tt {
    font-size: 16px;
  }
  #index .quotation-box .container .quotation-form {
    margin-top: 40px;
  }
  #index .quotation-box .container .quotation-form .title span {
    font-size: 20px;
  }
  #index .quotation-box .container .quotation-form .left-form .lines:nth-of-type(3n) {
    margin-right: 17px;
  }
  #index .quotation-box .container .quotation-form .left-form .lines:nth-of-type(2n) {
    margin-right: 0;
  }
  #index .quotation-box .container .quotation-form .left-form .lines.blank {
    display: none;
  }
  #index .special-decoration {
    padding: 40px 0;
  }
  #index .special-decoration .special-box .s-items .s-item .text-box .left .num-box .num span {
    font-size: 28px;
    line-height: 28px;
  }
  #index .special-decoration .special-box .s-items .s-item .text-box .more {
    width: 110px;
    height: 36px;
    line-height: 36px;
  }
  #index .work-banner-box {
    padding: 40px 0 60px;
  }
  #index .work-banner-box .work-banner .container {
    width: 88%;
    min-width: 88%;
  }
  #index .work-banner-box .work-banner .work-swiper .swiper-slide .info-box {
    padding: 30px;
  }
  #index .work-banner-box .work-banner .work-swiper .swiper-slide .info-box .title {
    font-size: 18px;
  }
  #index .work-banner-box .work-banner .work-swiper .swiper-slide .info-box .info {
    font-size: 12px;
  }
  #index .work-banner-box .work-banner .work-swiper .swiper-slide .info-box .more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-top: 30px;
  }
  #index .case-box {
    padding: 40px 0;
  }
  #index .case-box .case-list .case-item .info-box {
    padding: 25px;
  }
  #index .case-box .case-list .case-item .info-box .title .tt {
    font-size: 20px;
  }
  #index .case-box .case-list .case-item .info-box .info {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #index .case-box .case-list .case-item .info-box .more {
    width: 110px;
    height: 36px;
    line-height: 36px;
  }
  #index .design-box .design-banner-one {
    width: 94%;
  }
  #index .design-box .design-banner-one .container {
    width: 88%;
    min-width: 88%;
  }
  #index .design-box .design-banner-one .design-swiper-one .swiper-slide .info-box {
    padding: 10px 0 0 0;
  }
  #index .design-box .design-banner-one .design-swiper-one .swiper-slide .info-box .title {
    font-size: 18px;
    line-height: 18px;
  }
  #index .design-box .design-banner-one .design-swiper-one .swiper-slide .info-box .desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #index .design-box .design-banner-one .design-swiper-one .swiper-slide .info-box .info {
    font-size: 12px;
  }
  #index .building-box {
    padding-bottom: 50px;
  }
  #index .building-box .building-list .item .info {
    height: 140px;
    padding: 20px;
  }
  #index .building-box .building-list .item .info .title {
    font-size: 18px;
    line-height: 24px;
  }
  #index .building-box .building-list .item .info .desc {
    margin-top: 10px;
    font-size: 12px;
  }
  #index .building-box .building-list .item .info .arr {
    display: none;
    margin-top: 20px;
  }
  #index .urban-video {
    padding: 40px 0;
  }
  #index .urban-video .video-box {
    height: 390px;
  }
  #index .urban-video .video-box .right-items .item {
    height: 120px;
  }
  #index .urban-advantage .urban-list {
    margin-top: 20px;
  }
  #index .urban-advantage .urban-list .item {
    padding: 30px 20px 0;
    height: 280px;
  }
  #index .urban-advantage .urban-list .item .img {
    width: 60px;
  }
  #index .urban-advantage .urban-list .item .title .tt {
    font-size: 14px;
  }
  #index .urban-advantage .urban-list .item .title .info {
    font-size: 12px;
  }
  #index .urban-advantage .urban-list .item .num {
    font-size: 40px;
    bottom: -20px;
  }
  #index .service-process {
    height: 320px;
    padding-top: 40px;
    margin-top: 40px;
  }
  #index .service-process .process-line {
    margin-top: 40px;
  }
  #index .service-process .process-line .pro-item {
    font-size: 14px;
  }
  #index .service-process .process-line .pro-item .iconfont {
    font-size: 24px;
  }
  #index .service-process .process-line .pro-item:after {
    display: none;
  }
  #index .news-box {
    padding: 40px 0;
  }
  #index .news-box .news-list .news-item {
    width: 32%;
    margin-right: 2%;
  }
  #index .news-box .news-list .news-item .title-box .title {
    font-size: 18px;
    line-height: 18px;
  }
  #index .news-box .news-list .news-item .item {
    font-size: 12px;
    height: 36px;
  }
  #index .news-box .news-list .news-item .item .tt {
    width: 100%;
  }
  #index .news-box .news-list .news-item .item .date {
    flex-shrink: 0;
  }
  #index .news-box .news-list .news-item .item-pic .info {
    font-size: 16px;
  }
  #index .news-box .news-list .news-item .item-pic .info .date {
    font-size: 12px;
  }
  #index .news-box .news-list .news-item .item-pic .info .desc {
    font-size: 12px;
  }
  #index .news-box .news-list .news-item .item-pic .pic {
    width: 120px;
    height: 90px;
  }
  #index .news-box .news-list .news-item .item-pic .pic img {
    object-fit: cover;
  }
  #index .offline-store {
    padding: 40px 0;
  }
  #index .offline-store .tops-box {
    height: 420px;
  }
  #index .offline-store .tops-box .info-box {
    width: 520px;
    height: 300px;
  }
  #index .offline-store .bottoms-box .item {
    width: 25%;
    height: 110px;
  }
  .footer .foot-tops .left .items {
    margin-right: 22px;
  }
  .footer .foot-tops .left .items .item{
    font-size: 13px;
  }
  .footer .foot-tops .right .code {
    width: 100px;
    height: 100px;
  }
  .footer .foot-tops .right .contact{
    margin-left: 14px;
  }
  .footer .foot-tops .right .contact .tel {
    font-size: 24px;
    line-height: 24px;
  }
  .footer .foot-tops .right .contact .hot-line span {
    font-size: 14px;
  }
  .footer .foot-bottom {
    font-size: 12px;
  }
  .footer .foot-bottom .left .beian {
    margin-left: 30px;
  }
  .footer .foot-bottom .right .copy-right {
    margin-right: 10px;
  }
  #custom .design-box {
    padding: 40px 0;
  }
  #custom .design-box .items {
    margin-top: 40px;
  }
  #custom .design-box .items .pic {
    width: 100%;
  }
  #custom .design-box .items .pic img {
    width: 100%;
  }
  #custom .design-box .items .info {
    padding-left: 30px;
  }
  #custom .design-box .items .info .item {
    width: 320px;
    padding-top: 10px;
  }
  #custom .design-box .items .info .item .num {
    font-size: 16px;
    line-height: 20px;
  }
  #custom .design-box .items .info .item .desc-box {
    width: 290px;
    padding-bottom: 10px;
  }
  #custom .design-box .items .info .item .desc-box .t1 {
    font-size: 16px;
    line-height: 16px;
  }
  #custom .product-box {
    height: auto;
    padding: 60px 0;
  }
  #custom .product-box .text-box {
    margin-top: 20px;
  }
  #custom .product-box .text-box .title .t1 {
    font-size: 24px;
    line-height: 24px;
  }
  #custom .product-box .text-box .title .txt {
    font-size: 24px;
    line-height: 24px;
    text-shadow: black 1px 1px 10px;
  }
  #custom .product-box .text-box .info {
    margin-top: 20px;
  }
  #custom .product-box .items {
    margin-top: 30px;
  }
  #custom .product-box .items .item {
    width: 80px;
  }
  #custom .product-box .items .item .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  #custom .product-box .items .item .img .inner {
    line-height: 50px;
  }
  #custom .product-box .items .item .img .inner i {
    font-size: 28px;
  }
  #custom .product-box .items .item .tt {
    font-size: 16px;
  }
  #custom .craft-box {
    padding: 40px 0;
  }
  #custom .craft-box .craft-cont {
    margin-top: 40px;
  }
  #custom .craft-box .craft-cont .left {
    margin-top: 40px;
  }
  #custom .craft-box .craft-cont .left .title .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #custom .craft-box .craft-cont .left .title .txt {
    font-size: 28px;
    line-height: 28px;
  }
  #custom .craft-box .craft-cont .right {
    width: 50%;
    height: 50%;
  }
  #custom .craft-box .craft-cont .right .bg {
    width: 50%;
    height: 50%;
  }
  #custom .craft-box .items {
    margin-top: 40px;
  }
  #custom .craft-box .items .item .img {
    width: 65px;
    height: 65px;
  }
  #custom .craft-box .items .item .img .inner {
    line-height: 55px;
  }
  #custom .craft-box .items .item .img .inner i {
    font-size: 24px;
  }
  #custom .craft-box .items .item .tt {
    font-size: 14px;
    line-height: 18px;
  }
  #custom .team-box {
    padding: 40px 0;
  }
  #custom .team-box .items .item .pic {
    width: 100%;
    height: auto;
  }
  #custom .team-box .items .item .text-box .title-box .tt {
    margin-top: 10px;
    font-size: 16px;
  }
  #custom .team-box .items .item .text-box .num {
    font-size: 24px;
    line-height: 24px;
  }
  #custom .brand-box {
    padding: 40px 0;
  }
  #custom .brand-box .map {
    height: 390px;
  }
  #custom .brand-box .brand-list .item {
    width: 18%;
    height: 64px;
    margin-right: 2.5%;
  }
  #custom .brand-box .brand-list .item img {
    object-fit: cover;
  }
  #custom .quote-box {
    padding: 40px 0;
  }
  #custom .quote-box .free-line {
    margin: 20px 0;
  }
  #custom .quote-box .free-line .item {
    margin-right: 40px;
    font-size: 16px;
  }
  #custom .quote-box .free-form-box .lines {
    width: 49%;
    height: 50px;
  }
  #custom .quote-box .free-form-box .calc-btn {
    width: 32%;
    height: 50px;
    line-height: 50px;
  }
  #case .case-nav .lines .right {
    flex-wrap: wrap;
  }
  #case .case-nav .lines .right .item {
    padding: 0 15px;
    white-space: nowrap;
  }
  #case .case-list .item {
    width: 49%;
    margin-right: 2%;
  }
  #case .case-list .item:nth-child(3n) {
    margin-right: 2%;
  }
  #case .case-list .item:nth-child(2n) {
    margin-right: 0;
  }
  #case .case-detail {
    margin-top: 30px;
  }
  #case .case-detail .left-box {
    width: 70%;
  }
  #case .case-detail .left-box .building-title {
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
    font-size: 18px;
  }
  #case .case-detail .left-box .designer-banner .design-swiper .swiper-slide {
    width: 260px !important;
  }
  #case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .desc {
    margin-left: 15px;
  }
  #case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .desc .title span {
    font-size: 18px;
    line-height: 18px;
  }
  #case .case-detail .left-box .designer-banner .design-swiper .swiper-slide .desc-box .desc .more {
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  #case .case-detail .left-box .building-case .pic {
    width: 160px;
  }
  #case .case-detail .left-box .building-case .info-box .img-box img {
    width: 32%;
    margin-right: 1%;
  }
  #case .case-detail .left-box .building-case .info-box .img-box img:nth-child(3n) {
    margin-right: 0;
  }
  #case .case-detail .right-box {
    width: 28%;
  }
  #case .case-detail .right-box .free-box {
    padding: 20px;
  }
  #case .case-detail .right-box .free-box .text-box {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #case .case-detail .right-box .free-box .lines input {
    padding-left: 10px;
  }
  #case .case-detail .right-box .person-box {
    padding: 20px;
  }
  #case .case-detail .right-box .person-box .desc-box {
    width: 100%;
    flex-wrap: wrap;
  }
  #case .case-detail .right-box .person-box .desc-box .img {
    width: 100%;
  }
  #case .case-detail .right-box .person-box .desc-box .desc {
    margin-left: 0;
  }
  #case .case-intro .case-banner .container {
    width: 88%;
    min-width: 88%;
  }
  #case .case-intro .case-banner .case-swiper .swiper-slide {
    width: 300px;
  }
  #project .german-box {
    padding: 60px 0 90px;
  }
  #project .german-box .seiko-box {
    width: 285px;
    height: 330px;
  }
  #project .german-box .seiko-box .num-box .item {
    width: 100%;
  }
  #project .german-box .seiko-box .num-box .item .img {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
  #project .german-box .seiko-box .num-box .item .img i {
    font-size: 26px;
  }
  #project .german-box .seiko-box .num-box .item .text .t1 {
    font-size: 18px;
    line-height: 20px;
  }
  #project .german-box .seiko-box .num-box .item .text .t2 {
    font-size: 12px;
  }
  #project .german-box .seiko-box .num-box .item.item01 {
    left: -90%;
  }
  #project .german-box .seiko-box .num-box .item.item03 {
    left: -110%;
  }
  #project .german-box .seiko-box .num-box .item.item05 {
    left: -90%;
  }
  #project .german-box .seiko-box .title {
    font-size: 20px;
    line-height: 28px;
  }
  #project .gongyi-box {
    padding: 60px 0;
  }
  #project .gongyi-box .items {
    margin-top: 40px;
  }
  #project .gongyi-box .items .item {
    padding: 20px 20px 0;
    height: 160px;
  }
  #project .gongyi-box .items .item .left {
    width: 30px;
  }
  #project .gongyi-box .items .item .left i {
    font-size: 20px;
  }
  #project .gongyi-box .items .item .right .title {
    font-size: 16px;
  }
  #project .gongyi-box .items .item .right .info {
    line-height: 20px;
  }
  #project .standard-box {
    padding: 60px 0;
  }
  #project .standard-box .items {
    margin-top: 40px;
  }
  #project .standard-box .items .pic {
    width: 110px;
    height: 110px;
  }
  #project .standard-box .items .icon-box {
    margin-top: 20px;
  }
  #project .standard-box .items .text .t1 {
    font-size: 16px;
  }
  #project .standard-box:hover .item .pic {
    width: 110px;
    height: 110px;
  }
  #project .rule-box {
    padding: 60px 0;
  }
  #project .rule-box .rule-list .item .title .tt {
    font-size: 14px;
  }
  #project .rule-box .rule-list .item .title .desc {
    font-size: 12px;
  }
  #project .material-box .com-title {
    padding: 40px 0;
  }
  #project .material-box .pipe-box .pipe-banner .items-box .left .text {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #project .material-box .pipe-box .pipe-banner .items-box .right {
    width: 56%;
  }
  #project .material-box-one {
    margin-top: 20px;
  }
  #project .material-box-one .map-box {
    padding-top: 30px;
    height: auto;
    padding-bottom: 50px;
  }
  #project .material-box-one .brand-list {
    margin-top: 30px;
  }
  #project .material-box-one .brand-list .item {
    width: 18%;
    margin-right: 2.5%;
    height: 60px;
  }
  #project .material-box-one .brand-list .item img {
    object-fit: cover;
  }
  #project .management-box {
    padding: 60px 0;
  }
  #project .management-box .items {
    padding: 0;
    justify-content: space-between;
  }
  #project .management-box .items .item {
    margin-right: 120px;
  }
  #project .management-box .items .item .text {
    font-size: 16px;
  }
  #project .commitment-box {
    padding: 60px 0;
  }
  #project .commitment-box .items {
    margin-top: 30px;
  }
  #project .commitment-box .items .item {
    height: auto;
  }
  #project .commitment-box .items .item .pic {
    width: 250px;
  }
  #project .commitment-box .items .item .info {
    padding: 0 20px;
  }
  #project .commitment-box .items .item .info .title {
    font-size: 20px;
    line-height: 20px;
  }
  #display .about-box {
    margin-top: 110px;
  }
  #display .about-box .about-content {
    top: -60px;
  }
  #display .about-box .about-content .left {
    padding-right: 20px;
  }
  #display .about-box .about-content .left .title .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #display .about-box .about-content .left .items {
    align-items: flex-start;
  }
  #display .about-box .about-content .left .items .item .text {
    margin-top: 15px;
  }
  #display .about-box .about-content .left .items .item .text .t1 {
    font-size: 16px;
  }
  #display .about-box .about-content .left .items .item .text .t2 {
    font-size: 12px;
    line-height: 20px;
  }
  #display .about-box .about-content .left .info {
    margin-top: 20px;
  }
  #display .about-box .about-content .right-img {
    width: 260px;
    margin-top: 30px;
  }
  #display .honor-box {
    padding: 40px 0;
  }
  #display .honor-box .container {
    width: 88%;
    min-width: 88%;
  }
  #display .service-box .service-banner {
    height: 220px;
  }
  #display .service-box .service-banner .service-swiper .swiper-slide {
    width: 90% !important;
  }
  #display .service-box .service-banner .service-swiper .swiper-slide .info-box .title .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #display .case-box {
    padding: 40px 0;
  }
  #display .case-box .top-banner .top-swiper .swiper-slide .info-box .title {
    font-size: 22px;
  }
  #display .case-box .top-banner .top-swiper .swiper-slide .info-box .more {
    margin-top: 40px;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  #display .case-box .bottom-banner {
    height: 140px;
  }
  #display .case-box .bottom-banner .bottom-swiper .swiper-slide {
    width: 240px !important;
  }
  #display .case-box .bottom-banner .bottom-swiper .swiper-slide img {
    object-fit: cover;
  }
  #display .service-process {
    height: auto;
    padding: 40px 0 100px;
  }
  #display .service-process .items .item {
    width: 180px;
    height: 180px;
    margin-right: 65px;
  }
  #display .service-process .items .item:after {
    display: none;
  }
  #display .brand-box {
    padding: 40px 0;
  }
  #display .brand-box .map {
    height: 400px;
  }
  #display .brand-box .map .brand-list .item {
    width: 18%;
    height: 60px;
    margin-right: 2.5%;
  }
  #display .case-brand {
    padding: 40px 0;
  }
  #display .case-brand .brand-cont {
    margin-top: 30px;
  }
  #display .case-brand .brand-cont .left .tt {
    font-size: 28px;
    line-height: 28px;
  }
  #display .case-brand .brand-cont .left .t1 {
    font-size: 22px;
    line-height: 36px;
  }
  #display .case-brand .brand-cont .left .items {
    margin-top: 30px;
  }
  #display .case-brand .brand-cont .left .items .item {
    margin-right: 40px;
  }
  #display .case-brand .brand-cont .left .items .item .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #display .case-brand .brand-cont .left .items .item .t2 {
    font-size: 14px;
    line-height: 24px;
  }
  #display .case-brand .brand-cont .right .items {
    width: 100%;
  }
  #display .case-brand .brand-cont .right .items .item {
    width: 32%;
    height: 160px;
    margin-right: 2%;
  }
  #display .case-brand .brand-cont .right .items .item img {
    width: 30px;
  }
  #display .case-brand .brand-cont .right .items .item .info {
    font-size: 14px;
  }
  #about .about-box {
    padding: 40px 0;
  }
  #about .about-box .items {
    margin-top: 30px;
  }
  #about .history-box {
    padding: 40px 0;
  }
  #about .history-box .history-tops {
    margin-top: 40px;
  }
  #about .history-box .history-tops .swiper-history-date {
    width: 94%;
    min-width: 94%;
    padding: 0 20px 40px;
  }
  #about .history-box .history-tops .swiper-history-date .swiper-slide .text-box {
    padding-bottom: 20px;
  }
  #about .history-box .swiper-history-text {
    width: 94%;
    min-width: 94%;
  }
  #about .history-box .swiper-history-text .swiper-wrapper {
    margin-top: 20px;
  }
  #about .honor-box .honor-banner .container {
    width: 88%;
    min-width: 88%;
  }
  #about .video-box .video-banner .container {
    width: 88%;
    min-width: 88%;
  }
  #about .video-box .video-banner .video-swiper .swiper-slide {
    width: 276px !important;
  }
  #about .video-box .video-banner .video-swiper .info {
    font-size: 16px;
  }
  #news .news-list .news-item .pic {
    width: 240px;
  }
  #news .news-list .news-item .right .title {
    font-size: 18px;
  }
  #news .news-list .news-item .right .desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  #news .news-list .news-item .right .more {
    margin-top: 20px;
    width: 100px;
    height: 36px;
    line-height: 36px;
  }
  #contact .contact-box {
    margin-top: 160px;
  }
  #contact .contact-box .left {
    width: 80%;
    height: 160px;
  }
  #contact .contact-box .left .title-box .title .en {
    font-size: 20px;
    line-height: 20px;
  }
  #contact .contact-box .left .title-box .title .cn {
    font-size: 28px;
    line-height: 28px;
  }
  #contact .contact-box .right {
    width: 65%;
    height: 280px;
  }
  #contact .contact-list .item .title-box {
    text-align: left;
  }
  #contact .contact-list .item .title-box .title {
    font-size: 18px;
    line-height: 18px;
  }
  #contact .contact-list .item .title-box .line {
    margin: 10px 0;
  }
  #contact .email-box {
    height: auto;
    padding: 40px 0;
  }
  #contact .email-box .form-box .input {
    width: 48%;
    height: 50px;
  }
  #contact .email-box .title-box::before {
    width: 360px;
  }
  #contact .email-box .title-box:after {
    width: 360px;
  }
  #designer .person-box {
    justify-content: space-between;
  }
  #designer .person-box .left {
    width: 70%;
    padding: 25px;
  }
  #designer .person-box .left .tops .title-box .title .name {
    font-size: 22px;
    line-height: 22px;
  }
  #designer .person-box .left .tops .title-box .title .tt {
    font-size: 14px;
  }
  #designer .person-box .left .tops .title-box .title .tt span {
    font-size: 20px;
  }
  #designer .person-box .left .tops .title-box .desc .line {
    margin: 0 10px;
  }
  #designer .person-box .left .tops .link-box .item {
    width: 90px;
    height: 36px;
    line-height: 36px;
  }
  #designer .person-box .left .lines {
    margin-top: 20px;
  }
  #designer .person-box .left .info-box {
    margin-top: 20px;
  }
  #designer .person-box .right {
    width: 30%;
  }
  #designer .free-box {
    margin-top: 20px;
    padding: 20px;
  }
  #designer .free-box .tops .title .tt {
    font-size: 20px;
  }
  #designer .free-box .line-box .lines {
    width: 27%;
  }
  #designer .free-box .line-box .lines input {
    padding-left: 10px;
  }
  #designer .free-box .line-box .lines .code-btn {
    padding: 0 10px;
  }
  #designer .free-box .line-box .apply-btn {
    width: 15%;
    font-size: 16px;
  }
  #designer .designer-case .d-case-list .item {
    width: 32%;
    margin-right: 2%;
  }
  #designer .designer-case .d-case-list .item .info-box {
    padding: 15px;
  }
  #designer .designer-case .d-case-list .item .info-box .title-box .title {
    font-size: 16px;
  }
  #works .works-box {
    margin-top: 80px;
  }
  #works .works-box .left {
    height: auto;
  }
  #works .works-box .left .title-box {
    width: 70%;
    padding: 30px 20px;
  }
  #works .works-box .left .title-box .title {
    font-size: 18px;
  }
  #works .works-box .right {
    width: 40%;
    height: auto;
  }
  #taocan .space-nav .item i {
    font-size: 20px;
  }
  #taocan .space-nav .item .text .cn {
    font-size: 16px;
  }
  #taocan .space-box .space-cont .desc-box {
    padding: 20px;
  }
  #taocan .space-box .space-cont .desc-box .left .num {
    font-size: 26px;
    line-height: 40px;
  }
  #taocan .brand-box {
    padding: 60px 0;
  }
  #taocan .brand-box .map {
    height: 400px;
  }
  #taocan .brand-list .item {
    width: 18%;
    height: 60px;
    margin-right: 2.5%;
  }
  #taocan .method-box {
    padding: 40px 0;
  }
  #taocan .method-box .text {
    margin-top: 20px;
    font-size: 20px;
  }
  #taocan .method-box .text span {
    font-size: 24px;
  }
  #taocan .method-box .method-list {
    margin-top: 30px;
  }
  #taocan .method-box .method-list .item i {
    font-size: 28px;
  }
  #taocan .method-box .method-list .item .t1 {
    font-size: 20px;
    line-height: 20px;
  }
  #taocan .home-box .home-nav {
    margin: 20px 0;
  }
  #taocan .home-box .left-box {
    width: 40%;
    padding-right: 20px;
    margin-top: 30px;
  }
  #taocan .home-box .home-container {
    width: 94%;
  }
  #taocan .home-box .home-container .left-pic {
    width: 40%;
    height: auto;
  }
  #taocan .home-box .right-box {
    width: 100%;
  }
  #taocan .home-box .right-box .img {
    width: 100%;
  }
  #taocan .home-box .right-box .img img {
    width: 100%;
  }
  #taocan .reason-box {
    padding: 40px 0;
  }
  #taocan .reason-box .reason-list {
    margin-top: 40px;
  }
  #taocan .reason-box .reason-list .item .img {
    width: 75px;
  }
  #taocan .quote-box {
    padding: 40px 0;
  }
  #taocan .quote-box .free-line {
    margin: 20px 0;
  }
  #taocan .quote-box .free-line .item {
    font-size: 14px;
    margin-right: 50px;
  }
  #taocan .quote-box .free-form-box .lines {
    width: 49%;
    height: 45px;
    margin-bottom: 20px;
  }
  #taocan .quote-box .free-form-box .lines #getCode {
    line-height: 45px;
  }
  #taocan .quote-box .free-form-box .calc-btn {
    width: 30%;
    height: 45px;
    line-height: 45px;
  }
  #taocan .space-box-one {
    padding: 40px 0 60px;
  }
  #taocan .space-box-one .space-cont {
    margin-top: 40px;
  }
  #taocan .space-box-one .space-cont .left {
    margin-top: 40px;
  }
  #taocan .space-box-one .space-cont .left .tt {
    margin: 20px 0 30px;
  }
  #taocan .space-box-one .space-cont .left .num {
    font-size: 36px;
    line-height: 36px;
  }
  #taocan .space-box-one .space-cont .right-img {
    width: 60%;
  }
  #taocan .brand-box-one {
    padding: 40px 0;
  }
  #taocan .brand-box-one .brand-swiper .pic {
    width: 60%;
  }
  #taocan .brand-box-one .brand-swiper .info {
    padding: 20px 0 20px 40px;
  }
  #taocan .brand-box-one .brand-swiper .info .desc {
    margin-top: 40px;
  }
  #taocan .brand-box-one .brand-swiper .info .desc .text .t2 {
    margin-top: 5px;
  }
  .design-nav .lines .right {
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .design-nav .lines .right .item {
    padding: 0 6px;
    margin-right: 10px;
    white-space: nowrap;
  }
  .design-detail .design-left .design-items {
    padding: 18px;
  }
  .design-detail .design-left .design-items .tops-box .info-box {
    width: 100%;
    margin-left: 20px;
    padding: 10px 0;
  }
  .design-detail .design-left .design-items .tops-box .info-box .bottoms .items {
    padding: 0 10px;
  }
  .design-detail .design-left .design-items .tops-box .info-box .bottoms .items .t1 {
    font-size: 14px;
  }
  .design-detail .design-left .design-items .tops-box .info-box .bottoms .items .t2 .num {
    font-size: 16px;
  }
  .design-detail .design-left .design-items .tops-box .info-box .bottoms .items:first-child {
    padding: 0 10px 0 0;
  }
  .design-detail .design-form {
    padding: 10px;
  }
  .design-detail .design-form .info {
    padding: 0;
  }
  .design-detail .design-form .info span {
    width: 100%;
  }
  .design-detail .design-form .lines-box {
    margin-top: 20px;
  }
  .design-detail .design-form .desc {
    margin: 20px 0 10px;
  }
  .design-detail .design-form .form-btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .second-box .item {
    padding: 0 80px;
  }
  .foot_bjimg {
    width: 130px;
  }
  .foot_fx_r {
    margin-left: 150px;
  }
  .foot_shu {
    margin-top: 16px;
  }
  .foot_shu span {
    width: 100px;
  }
  .foot_ys_text {
    margin-top: 16px;
  }
  .font35 {
    font-size: 26px;
  }
  .foot_bg {
    height: 74px;
  }
  .foot_form_ul {
    margin-top: 16px;
  }
  .foot_form_ul li {
    height: 40px;
  }
  .mdr20 {
    margin-right: 0;
  }
  .width55_ {
    width: 43%;
  }
  .close-icon-foot{
    top: 12px;
  }
  .font26 {
    font-size:14px!important;
  }
  .mj_ico{
    line-height: 40px;
  }
  .foot-height{
    height: 74px;
  }
}


@media screen and (max-width: 1650px){
  #topic .section7 .form{
    width: 495px !important;

  }
  #topic .section7 .form .line .item{
    width: 170px !important;
  }
  #topic .section7 .form .line .item.long{
    width: 290px !important;
  }


  #topic .section2 .form{
    width: 495px !important;

  }
  #topic .section2 .form .line .item{
    width: 170px !important;
  }
  #topic .section2 .form .line .item.long{
    width: 290px !important;
  }
}