@charset 'utf-8';
/**************************       pc         ***********************************/
::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: #EB5757;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #000000, #EB5757);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #000000, #EB5757);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
}
.loading .loading-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body {
  min-width: 320px;
  overflow: auto;
}
body[layout="pc"] .d-thumb-item:hover {
  border: 5px solid #e60012;
}
body[layout="pc"] .d-thumb-item:hover .d-thumb-mask {
  background-color: rgba(0, 0, 0, 0) !important;
}
.wap-menu {
  display: none;
}
.know-more {
  position: absolute;
  width: 1.91rem;
  height: .49rem;
  line-height: .49rem;
  bottom: .95rem;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  background-color: #e60012;
}
.know-more a {
  display: block;
  height: 100%;
  color: #fff;
  border: 1px solid #e60012;
  white-space: nowrap;
  transition: all .3s ease;
}
.know-more a:hover {
  background-color: #fff;
  color: #e60012;
  border: 1px solid #fff;
}
.know-more1 {
  width: 1.91rem;
  height: .49rem;
  line-height: .49rem;
  text-align: center;
  background-color: #e60012;
}
.know-more1 a {
  display: block;
  height: 100%;
  color: #fff;
  border: 1px solid #e60012;
  transition: all .3s ease;
}
.know-more1 a:hover {
  background-color: #fff;
  color: #e60012;
  border: 1px solid #e60012;
}
.content-box {
  padding: 0 1.2rem;
}
.content-box .case-header {
  margin-top: .9rem;
}
.crumb {
  padding: 0 .25rem;
  height: .49rem;
  line-height: .49rem;
  text-align: center;
  background-color: #e60012;
  color: #fff;
}
.crumb a {
  color: #fff;
}
.crumb .home {
  display: inline-block;
  width: .21rem;
  height: .2rem;
  background: url(../img/home.png) no-repeat center / 0.21rem 0.2rem;
}
.case-detail-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: .77rem;
}
.case-detail-top .case-d-img-containner {
  width: 11.6rem;
  height: 9.7rem;
  margin: 0 .7rem 0 0;
  overflow: hidden;
}
.case-detail-top .case-d-img-containner .case-d-list .case-d-item {
  width: 11.6rem;
  height: 9.7rem;
}
.case-detail-top .case-d-img-containner .case-d-list .case-d-item a {
  display: block;
  height: 100%;
  font-size: 0;
}
.case-detail-top .case-d-img-containner .case-d-list .case-d-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-detail-top .case-d-top-right {
  width: 10.8rem;
  height: 9.7rem;
  padding-top: .75rem;
}
.case-detail-top .case-d-top-right .case-d-title {
  font-size: .36rem;
  color: #000;
  margin-bottom: 1.15rem;
}
.case-detail-top .case-d-top-right .para {
  /* width: 7.6rem; */
  width: 9rem;
  padding: .2rem 0;
  display: flex;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.case-detail-top .case-d-top-right .para div {
  height: .24rem;
  line-height: .24rem;
  font-size: .24rem;
  color: #000;
}
.case-detail-top .case-d-top-right .para div span {
  padding: 0 .2rem;
  height: .15rem;
  line-height: .15rem;
  font-size: .2rem;
  color: #666;
}
.case-detail-top .case-d-top-right .para .design-sty {
  padding-right: .8rem;
}
.case-detail-top .case-d-top-right .para .area,
.case-detail-top .case-d-top-right .para .j-sty {
  position: relative;
  padding: 0 .18rem;
}
.case-detail-top .case-d-top-right .para .area::before,
.case-detail-top .case-d-top-right .para .j-sty::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: .4rem;
  width: 1px;
  background-color: #333;
}
.case-detail-top .case-d-top-right .case-d-designer {
  display: flex;
  margin-top: .92rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #e4e4e4;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-img {
  display: block;
  overflow: hidden;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .8rem;
  border: 5px solid #ccc;
  border-radius: 50%;
  filter: grayscale(1);
  transition: all .3s ease;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-img:hover {
  border: 5px solid #e60012;
  filter: grayscale(0);
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-intro {
  width: 4.6rem;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .intro {
  width: 4.6rem;
  padding-bottom: .28rem;
  border-bottom: 1px solid #e4e4e4;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .intro h1 {
  margin-bottom: .18rem;
  color: #000;
  font-size: .3rem;
  text-transform: uppercase;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .intro h2 {
  font-size: .24rem;
  color: #333;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .d-name {
  margin-top: .3rem;
  margin-bottom: .2rem;
  font-size: .2rem;
  color: #000;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .d-name span {
  margin-left: .17rem;
  color: #666;
  font-size: .18rem;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .know-more3 {
  width: 1.6rem;
  background-color: #e60012;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .know-more3 a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: .4rem;
  border: 1px solid #e60012;
  transition: all .3s ease;
}
.case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .know-more3 a:hover {
  color: #e60012;
  border: 1px solid #e60012;
  background-color: #fff;
}
.case-detail-top .case-d-top-right .d-thumb-container {
  width: 100%;
  margin-top: .55rem;
  overflow: hidden;
}
.case-detail-top .case-d-top-right .d-thumb-container .d-thumb-list .d-thumb-item {
  width: 2.4rem;
  height: 2rem;
  border: 5px solid transparent;
  margin-right: .4rem;
  transition: all .3s ease;
}
.case-detail-top .case-d-top-right .d-thumb-container .d-thumb-list .d-thumb-item .d-thumb-img {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.case-detail-top .case-d-top-right .d-thumb-container .d-thumb-list .d-thumb-item .d-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-detail-top .case-d-top-right .d-thumb-container .d-thumb-list .d-thumb-item .d-thumb-img .d-thumb-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.case-detail-top .case-d-top-right .d-thumb-container .d-thumb-list .d-thumb-item:last-child {
  margin-right: 0;
}
.case-detail-top .case-d-top-right .d-thumb-container .swiper-slide-thumb-active {
  border: 5px solid #e60012 !important;
}
.case-detail-top .case-d-top-right .d-thumb-container .swiper-slide-thumb-active .d-thumb-mask {
  background-color: rgba(0, 0, 0, 0) !important;
}
.case-detail-bottom .case-d-btitle {
  margin-bottom: .9rem;
}
.case-detail-bottom .case-d-btitle h1 {
  font-size: .36rem;
}
.case-detail-bottom .case-d-btitle p {
  font-size: .3rem;
  color: #ccc;
  text-transform: uppercase;
}
.case-detail-bottom .case-d-des {
  font-size: .24rem;
  line-height: .6rem;
  color: #000;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e4e4e4;
}
.news-detail-title {
  text-align: center;
  margin-bottom: .5rem;
  font-size: .4rem;
}
.case-d-img {
  margin-bottom: .9rem;
  text-align: center;
  font-size: 0;
}
.case-d-img .news-img {
  display: inline-block;
}
.case-d-img .news-img img {
  width: 100%;
}
.news-pagination {
  margin-top: .33rem;
  margin-bottom: .92rem;
}
.news-pagination .pagination-container {
  display: flex;
  justify-content: space-between;
}
.news-pagination .pagination-container .n-btn {
  display: block;
  font-size: .2rem;
  color: #666;
  line-height: .2rem;
}
.pagination {
  margin-bottom: 1rem;
  margin-top: .99rem;
  text-align: center;
}
.pagination .pagination-container {
  display: inline-flex;
  font-size: 0;
}
.pagination .p-btn {
  display: block;
  /*height: .4rem;*/
  line-height: .4rem;
  padding: 0 .3rem;
  color: #fff;
  background-color: #e60012;
  margin-right: .19rem;
  font-size: .18rem;
}
.pagination .next {
  margin-right: 0;
}
.pagination .page {
  display: block;
  margin-right: .19rem;
  padding: 0 .15rem;
  /*height: .4rem;*/
  line-height: .4rem;
  color: #888;
  border: 1px solid #ccc;
  font-size: .18rem;
  transition: all .3s ease;
}
.pagination .current {
  color: #e60012;
  border: 1px solid #e60012;
}
.classify-box {
  display: flex;
  height: 1.18rem;
  padding: .29rem;
  margin-bottom: .84rem;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.classify-box .classify-btn {
  display: block;
  margin-right: .8rem;
  padding: 0 .26rem;
  height: .6rem;
  line-height: .6rem;
  font-size: .24rem;
  transition: all .3s ease;
}
.classify-box .classify-btn:last-child {
  margin-right: 0;
}
.classify-box .active {
  color: #fff;
  background-color: #e60012;
}
.news-list-box .baike-news-list {
  display: inline-block;
  height: 100%;
}
.news-list-box .baike-news-list span.time {
  display: inline-block;
  width: .2rem;
  height: .2rem;
  margin-right: .1rem;
  background: url(../img/time.jpg) no-repeat center / cover;
}
.news-list-box .baike-news-list .time-p {
  margin-bottom: .4rem;
  font-size: .18rem;
  color: #999;
}
.news-list-box .baike-news-list .baike-t {
  display: inline-block;
  font-size: .24rem;
  color: #000;
  margin-bottom: .38rem;
  transition: color .3s ease;
}
.news-list-box .baike-news-list .baike-t:hover {
  color: #e60012;
}
.news-list-box .baike-news-list .baike-top-news {
  position: relative;
  display: flex;
  padding: .15rem .15rem .35rem 0;
  border-bottom: 1px solid #e4e4e4;
  transition: all .5s ease;
}
.news-list-box .km {
  position: absolute;
  right: 0;
  color: #e60012;
}
.news-list-box .baike-news-list .baike-top-news:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.news-list-box .baike-news-list .baike-top-news:hover .baike-t {
  color: #e60012;
}
.news-list-box .baike-news-list .baike-top-news .img {
  display: inline-block;
  width: 3.9rem;
  height: 2.4rem;
  margin-right: .56rem;
  overflow: hidden;
}
.news-list-box .baike-news-list .baike-top-news .img:hover img {
  transform: scale(1.1);
}
.news-list-box .baike-news-list .baike-top-news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.news-list-box .baike-news-list .baike-top-news .baike-content {
  flex: 1;
  display: inline-block;
}
.news-list-box .baike-news-list .baike-top-news .baike-content .des p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: .36rem;
  font-size: .18rem;
  color: #666;
}
.news-list-box .baike-news-list .baike-top-news .baike-content .des a {
  display: inline;
  color: #e60012;
  font-size: .18rem;
}
.news-list-box .baike-news-list .baike-news {
  display: block;
  padding: .35rem 0 .3rem;
  border-bottom: 1px solid #e4e4e4;
  transition: all .5s ease;
}
.news-list-box .baike-news-list .baike-news:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.news-list-box .baike-news-list .baike-news:hover .baike-t {
  color: #e60012;
}
.news-list-box .baike-news-list .baike-news .s-des p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: .36rem;
  font-size: .18rem;
  color: #666;
}
.news-list-box .baike-news-list .baike-news .s-des span {
  display: inline;
  color: #e60012;
  font-size: .18rem;
}
.choose-style {
  margin-bottom: .95rem;
}
.choose-style .style {
  border-top: 1px solid #e4e4e4;
  width: 100%;
  height: 1.17rem;
  padding: .37rem 0;
  display: flex;
}
.choose-style .style h1 {
  height: .4rem;
  line-height: .4rem;
  margin-right: .8rem;
  color: #000;
  font-size: .24rem;
}
.choose-style .style .style-list {
  display: flex;
  align-items: center;
}
.choose-style .style .style-list .style-item {
  padding: 0 .2rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  color: #666;
  margin-right: 1.12rem;
  cursor: pointer;
  transition: all .3s ease;
}
.choose-style .style .style-list .style-item:first-child {
  margin-right: .95rem;
}
.choose-style .style .style-list .active {
  background-color: #e60012;
  color: #fff;
}
.choose-style .style3 {
  border-bottom: 1px solid #e4e4e4;
}
.content-box .classic-case {
  padding: 0;
}
.designers-box .designers-list {
  display: flex;
  flex-wrap: wrap;
}
.designers-box .designers-list .designers-item {
  margin-right: .35rem;
  margin-bottom: .6rem;
}
.designers-box .designers-list .designers-item .designers-img {
  position: relative;
  display: block;
  width: 5.5rem;
  height: 7.1rem;
}
.designers-box .designers-list .designers-item .designers-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: all .3s ease;
}
.designers-box .designers-list .designers-item:hover .designers-img img {
  filter: grayscale(0);
}
.designers-box .designers-list .designers-item:hover .designers-name h1 {
  color: #e60012;
}
.designers-box .designers-list .designers-item:hover .designers-name h1::after {
  background-color: #e60012;
}
.designers-box .designers-list .designers-item:nth-child(4n) {
  margin-right: 0;
}
.designers-box .designers-list .designers-name {
  display: block;
  margin-top: .25rem;
  text-align: center;
}
.designers-box .designers-list .designers-name h1 {
  display: inline-block;
  position: relative;
  padding-bottom: .16rem;
  font-size: .24rem;
  transition: color .3s ease;
}
.designers-box .designers-list .designers-name h1::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: .9rem;
  height: 2px;
  background-color: #ccc;
  transition: all .3s ease;
}
.designer-detail .designer-detail-content {
  display: flex;
  width: 100%;
  height: 7.1rem;
  margin-bottom: 1rem;
}
.designer-detail .designer-detail-content .designer-d-img {
  width: 5.5rem;
  height: 100%;
  font-size: 0;
  margin-right: 1.15rem;
}
.designer-detail .designer-detail-content .designer-d-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designer-detail .designer-detail-content .designer-d-content {
  width: 100%;
  flex: 1;
  padding: .93rem .98rem 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.designer-detail .designer-detail-content .designer-d-content .name {
  font-size: .3rem;
  color: #000;
  margin-bottom: .43rem;
}
.designer-detail .designer-detail-content .designer-d-content .name span {
  font-size: .18rem;
  margin-left: .15rem;
  color: #666;
}
.designer-detail .designer-detail-content .designer-d-content .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .75rem;
  font-size: .18rem;
  color: #666;
}
.designer-detail .designer-detail-content .designer-d-content .design-detail {
  color: #666;
  font-size: .18rem;
}
.designer-detail .designer-detail-content .designer-d-content .design-detail p {
  margin-bottom: .25rem;
  color: #666;
  font-size: .18rem;
}
.designer-detail .designer-detail-content .designer-d-content .design-button {
  display: flex;
  margin-top: 1.3rem;
}
.designer-detail .designer-detail-content .designer-d-content .design-button a {
  display: block;
  width: 2rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
}
.designer-detail .designer-detail-content .designer-d-content .design-button .know-detail {
  border: 1px solid #333;
  color: #333;
}
.designer-detail .designer-detail-content .designer-d-content .design-button .order {
  background-color: #e60012;
  color: #fff;
}
.designer-detail .designer-cases .designer-cases-title {
  text-align: center;
  margin-bottom: .7rem;
}
.designer-detail .designer-cases .designer-cases-title h1 {
  font-size: .36rem;
  margin-bottom: .15rem;
}
.designer-detail .designer-cases .designer-cases-title p {
  font-size: .3rem;
  color: #ccc;
  text-transform: uppercase;
}
.designer-detail .designer-cases .case-box {
  width: 100%;
}
.designer-detail .designer-cases .case-box .case-list {
  display: flex;
  flex-wrap: wrap;
}
.designer-detail .designer-cases .case-box .case-list .case-item {
  position: relative;
  width: 5.5rem;
  height: 5.35rem;
  margin-right: .36rem;
  margin-bottom: .5rem;
  overflow: hidden;
  transition: all 1s ease;
}
/*.designer-detail .designer-cases .case-box .case-list .case-item:hover {
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}*/
.designer-detail .designer-cases .case-box .case-list .case-item:hover .case-mask {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.designer-detail .designer-cases .case-box .case-list .case-item a {
  height: 100%;
  display: block;
  text-align: center;
}
.designer-detail .designer-cases .case-box .case-list .case-item a .img-box {
  position: relative;
  width: 100%;
  height: 4.6rem;
  font-size: 0;
}
.designer-detail .designer-cases .case-box .case-list .case-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designer-detail .designer-cases .case-box .case-list .case-item a .img-box .case-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease;
}
.designer-detail .designer-cases .case-box .case-list .case-item a .img-box .case-mask .know-more {
  bottom: 100%;
  width: 1.91rem;
  height: .49rem;
  line-height: .49rem;
  text-align: center;
  background-color: transparent;
  color: #ccc;
  border: 1px solid #ccc;
  font-size: .16rem;
  transition: all .4s ease;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.designer-detail .designer-cases .case-box .case-list .case-item a h1 {
  display: inline-block;
  position: relative;
  margin-top: .2rem;
  padding-bottom: .15rem;
  color: #000;
  font-size: .24rem;
  transition: all .4s ease;
}
.designer-detail .designer-cases .case-box .case-list .case-item a h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.designer-detail .designer-cases .case-box .case-list .case-item a:hover h1 {
  transform: translateY(-3.18rem);
  color: #fff;
}
.designer-detail .designer-cases .case-box .case-list .case-item a:hover .know-more {
  bottom: 1.5rem!important;
}
.designer-detail .designer-cases .case-box .case-list .case-item:nth-child(4n) {
  margin-right: 0;
}
.content-box-spe .case-header {
  margin-top: .9rem;
  padding: 0 1.2rem;
}
.content-box-spe .case-detail-bottom {
  padding: 0 1.2rem;
}
.content-box-spe .news-pagination {
  padding: 0 1.2rem;
}
.content-box-spe .price {
  padding: 0 1.2rem;
}
.content-box-spe .footer {
  padding: 0 1.2rem;
}
.construction-container .construction-container {
  margin-bottom: .92rem;
}
.construction-container .construction-img-list {
  display: flex;
  flex-wrap: wrap;
}
.construction-container .construction-img-item {
  width: 5.55rem;
  margin-right: .28rem;
  margin-bottom: .4rem;
}
.construction-container .construction-img-item:nth-child(4n) {
  margin-right: 0;
}
.construction-container .construction-img-item:nth-child(8n-3) {
  margin-top: -2.52rem;
}
.construction-container .construction-img-item:nth-child(8n-1) {
  margin-top: -2.52rem;
}
.construction-container .small-box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 5.55rem;
  height: 4.65rem;
  margin-bottom: .4rem;
}
.construction-container .small-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.construction-container .small-box .s-box-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
}
.construction-container .small-box .s-box-mask h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 1.65rem;
  margin-bottom: .65rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .24rem;
  opacity: 0;
  transform: scale(2);
  transition: all .3s ease;
}
.construction-container .small-box .s-box-mask p {
  font-size: .36rem;
  opacity: 0;
  transform: scale(2);
  transition: all .3s ease;
}
.construction-container .small-box:hover .s-box-mask {
  opacity: 1;
}
.construction-container .small-box:hover h1 {
  opacity: 1;
  transform: scale(1);
}
.construction-container .small-box:hover p {
  opacity: 1;
  transform: scale(1);
}
.construction-container .small-box .c-wap-title {
  display: none;
}
.construction-container .big-box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 5.55rem;
  height: 7.2rem;
}
.construction-container .big-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.construction-container .big-box .b-box-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
}
.construction-container .big-box .b-box-mask h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2.65rem;
  margin-bottom: .65rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .24rem;
  opacity: 0;
  transform: scale(2);
  transition: all .3s  ease;
}
.construction-container .big-box .b-box-mask p {
  font-size: .36rem;
  opacity: 0;
  transform: scale(2);
  transition: all .3s  ease;
}
.construction-container .big-box:hover .b-box-mask {
  opacity: 1;
}
.construction-container .big-box:hover h1 {
  opacity: 1;
  transform: scale(1);
}
.construction-container .big-box:hover p {
  opacity: 1;
  transform: scale(1);
}
.construction-detail {
  margin-bottom: .85rem;
}
.construction-detail .construction-detail-title {
  margin-bottom: .7rem;
  text-align: center;
}
.construction-detail .construction-detail-title h1 {
  font-size: .36rem;
}
.construction-detail .construction-arrow {
  width: .23rem;
  height: .42rem;
  background-image: url(../img/design-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.construction-detail .swiper-button-prev {
  left: 5.8rem;
  background-position: 0 0;
}
.construction-detail .swiper-button-next {
  right: 5.8rem;
  background-position: -0.97rem 0;
}
.construction-detail-container {
  width: 100%;
  height: 9.3rem;
  overflow: hidden;
}
.construction-detail-container .construction-detail-item {
  position: relative;
  width: 11.49rem;
  height: 100%;
}
.construction-detail-container .construction-detail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.construction-detail-container .construction-detail-item .construction-detail-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .3s ease;
}
.construction-detail-container .swiper-slide-active .construction-detail-mask {
  background-color: rgba(0, 0, 0, 0);
}
.construction-detail2 .construction-detail-container {
  height: 11rem;
}
.header {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.2rem;
  padding: 0 1.2rem;
  background-color: #000;
}
.header .logo {
  /* width: 1.54rem; */
  flex: auto;
  height: .68rem;
}
.header .logo a {
  display: block;
  font-size: 0;
  height: 100%;
}
.header .logo a img {
  /*width: 100%;*/
  height: 100%;
  object-fit: contain;
}
.header .header-nav {
  flex-shrink: 0;
  position: relative;
  /*flex: auto;*/
  align-items: center;
  text-align: right;
}
.header .header-nav .nav-list {
  display: inline-flex;
}
.header .header-nav .nav-list .nav-item {
  position: relative;
}
.header .header-nav .nav-list .nav-item:hover a {
  color: #e60012;
}
.header .header-nav .nav-list .nav-item a {
  display: inline-block;
  padding: 0 .3rem;
  line-height: 1.2rem;
  font-size: .2rem;
  color: #fff;
  transition: all .3s ease;
}
.header .header-nav .nav-list .active a {
  color: #e60012;
}
.header .header-nav .nav-list .active::after {
  position: absolute;
  content: '';
  width: 55%;
  height: 3px;
  background-color: #e60012;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.header .header-nav .hover-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  overflow: hidden;
  background: #e60012;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header .search {
  display: inline-block;
  margin-left: .4rem;
  vertical-align: middle;
}
.header .search .search-logo {
  display: block;
  width: .4rem;
  height: .4rem;
  background: url(../img/search.png);
  background-repeat: no-repeat;
  background-size: .4rem .4rem;
}
.header .search .search-box {
  position: absolute;
  top: -100%;
  left: 0;
  padding: 0 1.2rem;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: all .4s ease;
}
.header .search .search-box .text {
  padding: 0 .5rem;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: .25rem;
  color: #fff;
  border: 0 none;
  background: url(../img/search.png) 0 center / 0.4rem 0.4rem no-repeat;
}
.header .search .search-box .close-icon {
  position: absolute;
  top: 0;
  right: .8rem;
  width: .24rem;
  height: 1.2rem;
  background: url(../img/ico-close.png) center / 0.24rem no-repeat;
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 13.2rem;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-pagination {
  bottom: .18rem!important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: .15rem;
  height: .15rem;
  margin: 0 .1rem!important;
  opacity: 1;
  background-color: #fff;
  transition: all .3s ease;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: .6rem;
  border-radius: .08rem!important;
  background-color: #e60012;
}
.about-us {
  position: relative;
  width: 100%;
}
.about-us .float-box {
  opacity: 0;
  position: absolute;
  right: 1.2rem;
  top: -1.1rem;
  width: 4.2rem;
  height: 7.2rem;
  padding: .1rem;
  background-color: #e60012;
  z-index: 1;
}
.about-us .float-box .float-content {
  position: relative;
  height: 100%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.about-us .float-box .float-content h1 {
  margin-top: .93rem;
  text-transform: uppercase;
  font-size: .6rem;
}
.about-us .float-box .float-content h2 {
  margin-top: .47rem;
  font-size: .48rem;
}
.about-us .float-box .float-content p {
  margin-top: .52rem;
  font-size: .24rem;
}
.about-us .float-box .float-content .know-more {
  border: 1px solid #fff;
  line-height: .44rem;
}
.about-us .about1-box {
  padding: .9rem 6.56rem 1.1rem 1.2rem;
  background-color: #fff;
}
.about-us .about1-box .about-title {
  font-size: .3rem;
  color: #e60012;
  margin-bottom: .9rem;
}
.about-us .about1-box .about-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #333;
  line-height: .48rem;
  font-size: .18rem;
}
.about-us .about2-box {
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  background-color: #f8f8f8;
}
.about-us .about2-box .about-video {
  width: 5.4rem;
  height: 3.6rem;
}
.about-us .about2-box .about-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us .about2-box .about-icons {
  display: flex;
  justify-content: space-between;
  width: 14.5rem;
  margin: 0 1.65rem;
}
.about-us .about2-box .about-icons .about-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.51rem;
  height: 2.47rem;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-circle {
  opacity: 0;
  position: relative;
  width: 1.51rem;
  height: 1.51rem;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-circle .about-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: .7rem;
  height: .7rem;
  background: url(../img/about-icon.png);
  background-repeat: no-repeat;
  background-size: 13.6rem .7rem;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-circle .a-icon1 {
  width: .7rem;
  height: .7rem;
  background-position: 0 0;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-circle .a-icon2 {
  width: .9rem;
  height: .65rem;
  background-position: -4.2rem 0;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-circle .a-icon3 {
  width: .81rem;
  height: .7rem;
  background-position: -8.54rem 0;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-circle .a-icon4 {
  width: .7rem;
  height: .7rem;
  background-position: -12.9rem 0;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-title {
  text-align: center;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-title .tit {
  position: relative;
  padding-bottom: .1rem;
  font-size: .2rem;
  color: #e60012;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-title .tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
  height: .02rem;
  min-height: 1px;
  background-color: #ccc;
}
.about-us .about2-box .about-icons .about-icon-box .about-icon-title .en-tit {
  margin-top: .15rem;
  font-size: .18rem;
  text-transform: uppercase;
  line-height: .25rem;
  color: #999;
}
.service-promise {
  opacity: 0;
  width: 100%;
  padding: 0 1.2rem;
}
.service-promise .service-promise-box1 {
  display: flex;
  justify-content: space-between;
  padding: .94rem 0 0;
}
.service-promise .service-promise-box1 .service-title-box {
  width: 5.57rem;
}
.service-promise .service-promise-box1 .service-title-box .s-tit {
  width: 100%;
}
.service-promise .service-promise-box1 .service-title-box .s-tit p {
  font-size: .34rem;
  color: #666;
  margin-bottom: .42rem;
}
.service-promise .service-promise-box1 .service-title-box .s-tit h1 {
  color: #000;
  font-size: .48rem;
  margin-bottom: .25rem;
}
.service-promise .service-promise-box1 .service-title-box .s-tit h1 span {
  color: #e60012;
}
.service-promise .service-promise-box1 .service-title-box .s-tit h2 {
  position: relative;
  color: #ccc;
  font-size: .48rem;
  padding-bottom: .6rem;
}
.service-promise .service-promise-box1 .service-title-box .s-tit h2::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.service-promise .service-promise-box1 .service-title-box .s-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: .6rem;
  font-size: .18rem;
  color: #666;
  line-height: .48rem;
}
.service-promise .service-promise-box1 .s-analyze {
  display: flex;
  flex-wrap: wrap;
  width: 14.76rem;
}
.service-promise .service-promise-box1 .s-analyze .s-analyze-box {
  width: 3rem;
  height: 3rem;
  margin-right: .915rem;
  margin-bottom: .915rem;
}
.service-promise .service-promise-box1 .s-analyze .s-analyze-box:nth-child(4n) {
  margin-right: 0;
}
.service-promise .service-promise-box1 .s-analyze .s-icon {
  width: 1rem;
  height: 1rem;
  background: url(../img/s-icon.png);
  background-repeat: no-repeat;
  background-size: 12.82rem 4.9rem;
  margin-bottom: .32rem;
}
.service-promise .service-promise-box1 .s-analyze .s-analyze-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  color: #fff;
  text-align: center;
  user-select: none;
}
.service-promise .service-promise-box1 .s-analyze .s-analyze-box h1 {
  margin-bottom: .16rem;
  font-size: .24rem;
}
.service-promise .service-promise-box1 .s-analyze .s-analyze-box p {
  font-size: .18rem;
}
.service-promise .service-promise-box1 .s-analyze .s-analyze-box .s-icon {
  background-position: -0.15rem 0;
}
.service-promise .service-promise-box1 .s-analyze .s-box2 {
  background-color: #333;
}
.service-promise .service-promise-box1 .s-analyze .s-box2 .s-icon {
  background-position: -4.05rem 0;
}
.service-promise .service-promise-box1 .s-analyze .s-box3 {
  background-color: #e60012;
}
.service-promise .service-promise-box1 .s-analyze .s-box3 .s-icon {
  background-position: -7.95rem 0;
}
.service-promise .service-promise-box1 .s-analyze .s-box4 {
  background-color: #333;
}
.service-promise .service-promise-box1 .s-analyze .s-box4 .s-icon {
  background-position: -11.85rem 0;
}
.service-promise .service-promise-box1 .s-analyze .s-box5 {
  background-color: #333;
}
.service-promise .service-promise-box1 .s-analyze .s-box5 .s-icon {
  width: 1.29rem;
  background-position: 0 -3.9rem;
}
.service-promise .service-promise-box1 .s-analyze .s-box6 {
  background-color: #e60012;
}
.service-promise .service-promise-box1 .s-analyze .s-box6 .s-icon {
  width: 1.08rem;
  background-position: -4rem -3.9rem;
}
.service-promise .service-promise-box1 .s-analyze .s-box7 {
  background-color: #333;
}
.service-promise .service-promise-box1 .s-analyze .s-box7 .s-icon {
  width: 1.19rem;
  background-position: -7.85rem -3.9rem;
}
.service-promise .service-promise-box1 .s-analyze .s-box8 {
  background-color: #e60012;
}
.service-promise .service-promise-box1 .s-analyze .s-box8 .s-icon {
  width: .85rem;
  background-position: -11.94rem -3.9rem;
}
.service-promise .service-promise-box1 .wap-s-analyze {
  display: none;
}
.service-promise .service-promise-box2 {
  width: 100%;
  height: 7rem;
  margin-bottom: .86rem;
}
.service-promise .service-promise-box2 .service-container {
  height: 100%;
}
.service-promise .service-promise-box2 .service-item {
  position: relative;
  width: 4.64rem;
  height: 100%;
  overflow: hidden;
}
.service-promise .service-promise-box2 .service-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-promise .service-promise-box2 .service-item .service-mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: all .5s ease;
}
.service-promise .service-promise-box2 .service-item .service-mask:hover {
  background-color: transparent;
}
.service-promise .service-promise-box2 .service-item .service-mask:hover .know-more {
  bottom: 2.47rem;
}
.service-promise .service-promise-box2 .service-item .service-mask:hover h1 {
  transform: translateY(-0.5rem);
}
.service-promise .service-promise-box2 .service-item .service-mask h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding: 0 .5rem;
  font-size: .3rem;
  color: #fff;
  transition: all .6s ease;
}
.service-promise .service-promise-box2 .service-item .service-mask .know-more {
  position: absolute;
  bottom: -100%;
  transition: all .4s ease;
}
.service-promise .service-promise-box2 .service-item .service-mask .know-more .link {
  display: block;
  height: 100%;
  color: #fff;
  border: 1px solid #e60012;
  white-space: nowrap;
}
.service-promise .service-promise-box2 .service-item .service-mask .know-more .link:hover {
  background-color: #fff;
  color: #e60012;
  border: 1px solid #fff;
}
.service-promise .service-promise-box2 .service-pagination {
  display: none;
}
.box-title .box-tit1 {
  margin-bottom: .49rem;
  font-size: .24rem;
  color: #999;
}
.box-title .box-tit2 {
  margin-bottom: .15rem;
  font-size: .48rem;
  color: #000;
}
.box-title .box-tit3 {
  font-size: .48rem;
  color: #ccc;
}
.case-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .95rem;
}
.classic-case {
  opacity: 0;
  width: 100%;
  padding: 0 1.2rem;
}
.classic-case .case-box {
  width: 100%;
}
.classic-case .case-box .case-list {
  display: flex;
  flex-wrap: wrap;
}
.classic-case .case-box .case-list .case-item {
  position: relative;
  width: 5.5rem;
  height: 5.35rem;
  margin-right: .35rem;
  margin-bottom: .5rem;
  overflow: hidden;
  transition: all 1s ease;
}
/*.classic-case .case-box .case-list .case-item:hover {
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}*/
.classic-case .case-box .case-list .case-item:hover .case-mask {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.classic-case .case-box .case-list .case-item a {
  height: 100%;
  display: block;
  text-align: center;
}
.classic-case .case-box .case-list .case-item a .img-box {
  position: relative;
  width: 100%;
  height: 4.6rem;
  font-size: 0;
}
.classic-case .case-box .case-list .case-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.classic-case .case-box .case-list .case-item a .img-box .case-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease;
}
.classic-case .case-box .case-list .case-item a .img-box .case-mask .know-more {
  bottom: 100%;
  width: 1.91rem;
  height: .49rem;
  line-height: .49rem;
  text-align: center;
  background-color: transparent;
  color: #ccc;
  border: 1px solid #ccc;
  font-size: .16rem;
  transition: all .4s ease;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.classic-case .case-box .case-list .case-item a h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-top: .2rem;
  padding-bottom: .15rem;
  margin-left: .5rem;
  margin-right: .5rem;
  color: #000;
  font-size: .24rem;
  transition: all .4s ease;
}
.classic-case .case-box .case-list .case-item a h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.classic-case .case-box .case-list .case-item a:hover h1 {
  transform: translateY(-3.18rem);
  color: #fff;
}
.classic-case .case-box .case-list .case-item a:hover .know-more {
  bottom: 1.5rem!important;
}
.classic-case .case-box .case-list .case-item:nth-child(4n) {
  margin-right: 0;
}
.design-pagination {
  display: none;
}
.design-team {
  opacity: 0;
  width: 100%;
}
.design-team .design-big-box {
  position: relative;
  display: flex;
  background-color: #f8f8f8;
  height: 7.6rem;
}
.design-team .design-big-box .design-header {
  padding: 0 1.2rem;
  width: 6.9rem;
  height: 100%;
  padding-top: .85rem;
}
.design-team .design-big-box .design-header .know-more1 {
  margin-top: 1.1rem;
}
.design-team .design-big-box .design-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.design-team .design-big-box .design-container .design-slide {
  display: flex;
  width: 100%;
  height: 100%;
}
.design-team .design-big-box .design-container .design-slide .design-img {
  width: 5.9rem;
  height: 100%;
  font-size: 0;
  transform: translateY(-100%);
  transition: transform .5s ease;
}
.design-team .design-big-box .design-container .design-slide .design-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-team .design-big-box .design-container .design-slide .design-content {
  width: 69%;
  height: 100%;
  padding: .93rem .98rem;
  transform: translateY(100%);
  transition: transform .5s ease;
}
.design-team .design-big-box .design-container .design-slide .design-content .name {
  font-size: .3rem;
  color: #000;
  margin-bottom: .43rem;
}
.design-team .design-big-box .design-container .design-slide .design-content .name span {
  font-size: .18rem;
  margin-left: .15rem;
  color: #666;
}
.design-team .design-big-box .design-container .design-slide .design-content .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .75rem;
  font-size: .18rem;
  color: #666;
}
.design-team .design-big-box .design-container .design-slide .design-content .design-detail {
  color: #666;
  font-size: .18rem;
}
.design-team .design-big-box .design-container .design-slide .design-content .design-detail p {
  margin-bottom: .25rem;
  color: #666;
  font-size: .18rem;
}
.design-team .design-big-box .design-container .design-slide .design-content .design-button {
  display: flex;
  margin-top: 1.3rem;
}
.design-team .design-big-box .design-container .design-slide .design-content .design-button a {
  display: block;
  width: 2rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
}
.design-team .design-big-box .design-container .design-slide .design-content .design-button .know-detail {
  border: 1px solid #333;
  color: #333;
}
.design-team .design-big-box .design-container .design-slide .design-content .design-button .order {
  margin-left: .5rem;
  background-color: #e60012;
  color: #fff;
}
.design-team .design-big-box .design-container .swiper-slide-active .design-img {
  transform: translateY(0);
}
.design-team .design-big-box .design-container .swiper-slide-active .design-content {
  transform: translateY(0);
}
.design-team .design-big-box .design-navigation {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 5.278rem;
  z-index: 2;
}
.design-team .design-big-box .design-navigation .design-btn {
  width: .6rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  color: #fff;
  font-size: .36rem;
  user-select: none;
  cursor: pointer;
  background-color: #e60012;
}
.design-team .design-big-box .design-navigation .design-btn span {
  width: .14rem;
  height: .26rem;
  display: inline-block;
  background-image: url(../img/design-arrow.png);
  background-size: .73rem .26rem;
  background-repeat: no-repeat;
}
.design-team .design-big-box .design-navigation .design-button-prev {
  background-color: #333;
}
.design-team .design-big-box .design-navigation .design-button-prev span {
  background-position: 0 0;
}
.design-team .design-big-box .design-navigation .design-button-next span {
  background-position: -0.596rem 0;
}
.design-team .design-container-thumb {
  width: 100%;
  height: 3.8rem;
  padding: .53rem 1.2rem 0;
}
.design-team .design-container-thumb .design-wrapper-thumb {
  display: flex;
  justify-content: space-between;
}
.design-team .design-container-thumb .design-wrapper-thumb .design-slide {
  width: 2.4rem;
  /*height: 2.4rem;*/
  overflow: hidden;
}
.design-team .design-container-thumb .design-wrapper-thumb .design-slide .design-thumb-img {
  display: block;
  overflow: hidden;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto;
  border: 5px solid #ccc;
  border-radius: 50%;
  filter: grayscale(1);
  transition: all .3s ease;
}
.design-team .design-container-thumb .design-wrapper-thumb .design-slide .design-thumb-img:hover {
  border: 5px solid #e60012;
  filter: grayscale(0);
}
.design-team .design-container-thumb .design-wrapper-thumb .design-slide .design-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.design-team .design-container-thumb .design-wrapper-thumb .design-slide p {
  margin-top: .15rem;
  text-align: center;
  color: #666;
  font-size: .18rem;
  white-space: nowrap;
}
/*******************************construction*******************************************/
.construction {
  opacity: 0;
  padding: 0 1.2rem;
}
.construction .construction-container {
  margin-bottom: .92rem;
}
.construction .construction-img-list {
  display: flex;
  flex-wrap: wrap;
}
.construction .construction-img-item {
  width: 5.55rem;
  margin-right: .28rem;
  margin-bottom: .4rem;
}
.construction .construction-img-item:nth-child(4n) {
  margin-right: 0;
}
.construction .construction-img-item:nth-child(8n-3) {
  margin-top: -2.52rem;
}
.construction .construction-img-item:nth-child(8n-1) {
  margin-top: -2.52rem;
}
.construction .small-box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 5.55rem;
  height: 4.65rem;
  margin-bottom: .4rem;
}
.construction .small-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.construction .small-box .s-box-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
}
.construction .small-box .s-box-mask h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1.65rem;
  margin-bottom: .65rem;
  padding: 0 .5rem;
  font-size: .24rem;
  opacity: 0;
  transform: scale(2);
  transition: all .3s ease;
}
.construction .small-box .s-box-mask p {
  font-size: .36rem;
  opacity: 0;
  transform: scale(2);
  transition: all .3s ease;
}
.construction .small-box:hover .s-box-mask {
  opacity: 1;
}
.construction .small-box:hover h1 {
  opacity: 1;
  transform: scale(1);
}
.construction .small-box:hover p {
  opacity: 1;
  transform: scale(1);
}
.construction .small-box .c-wap-title {
  display: none;
}
.construction .big-box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 5.55rem;
  height: 7.2rem;
}
.construction .big-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.construction .big-box .b-box-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
}
.construction .big-box .b-box-mask h1 {
  margin-top: 2.65rem;
  margin-bottom: .65rem;
  font-size: .24rem;
  opacity: 0;
  transform: scale(2);
  transition: all .3s  ease;
}
.construction .big-box .b-box-mask p {
  font-size: .36rem;
  opacity: 0;
  transform: scale(2);
  transition: all .3s  ease;
}
.construction .big-box:hover .b-box-mask {
  opacity: 1;
}
.construction .big-box:hover h1 {
  opacity: 1;
  transform: scale(1);
}
.construction .big-box:hover p {
  opacity: 1;
  transform: scale(1);
}
/*************************************construction*************************************/
.baike {
  opacity: 0;
  padding: 0 1.2rem;
}
.baike .baike-box {
  display: flex;
  margin-bottom: .97rem;
}
.baike .baike-box .baike-container {
  display: inline-block;
  width: 10.7rem;
  height: 6.8rem;
  margin-right: 1rem;
  overflow: hidden;
}
.baike .baike-box .baike-container .baike-item {
  position: relative;
  width: 10.7rem;
  height: 6.8rem;
}
.baike .baike-box .baike-container .baike-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.baike .baike-box .baike-container .baike-item .baike-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: .6rem;
  padding: 0 .44rem;
  line-height: .6rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: .2rem;
}
.baike .baike-box .baike-container .baike-item .baike-item-title h1 {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.baike .baike-box .baike-container .baike-item .baike-item-title p {
  color: #999;
}
.baike .baike-box .baike-container .baike-arrow {
  width: .23rem;
  height: .42rem;
  background-image: url(../img/design-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.baike .baike-box .baike-container .swiper-button-prev {
  left: .3rem;
  background-position: 0 0;
}
.baike .baike-box .baike-container .swiper-button-next {
  right: .3rem;
  background-position: -0.97rem 0;
}
.baike .baike-box .baike-news-list {
  display: inline-block;
  width: 12rem;
  height: 100%;
}
.baike .baike-box .baike-news-list span.time {
  display: inline-block;
  width: .2rem;
  height: .2rem;
  margin-right: .1rem;
  background: url(../img/time.jpg) no-repeat center / cover;
}
.baike .baike-box .baike-news-list .time-p {
  margin-bottom: .4rem;
  font-size: .18rem;
  color: #999;
}
.baike .baike-box .baike-news-list .baike-t {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: .24rem;
  color: #000;
  margin-bottom: .38rem;
  transition: color .3s ease;
}
.baike .baike-box .baike-news-list .baike-t:hover {
  color: #e60012;
}
.baike .baike-box .baike-news-list .baike-top-news {
  position: relative;
  display: flex;
  padding-bottom: .35rem;
  border-bottom: 1px solid #e4e4e4;
  transition: all .5s ease;
}
.baike .baike-box .baike-news-list .baike-top-news:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.baike .baike-box .baike-news-list .baike-top-news:hover .baike-t {
  color: #e60012;
}
.baike .baike-box .baike-news-list .baike-top-news .img {
  display: inline-block;
  width: 3.9rem;
  height: 2.4rem;
  margin-right: .56rem;
  overflow: hidden;
}
.baike .baike-box .baike-news-list .baike-top-news .img:hover img {
  transform: scale(1.1);
}
.baike .baike-box .baike-news-list .baike-top-news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.baike .baike-box .baike-news-list .baike-top-news .baike-content {
  display: inline-block;
  width: 8.5rem;
}
.baike .baike-box .baike-news-list .baike-top-news .baike-content .des p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: .36rem;
  font-size: .18rem;
  color: #666;
}
.baike .baike-box .baike-news-list .baike-top-news .baike-content  span.km {
  position: absolute;
  right: 0;
  bottom: .35rem;
  display: inline;
  color: #e60012;
  font-size: .18rem;
}
.baike .baike-box .baike-news-list .baike-news {  
  position: relative;
  height: 2rem;
  display: block;
  padding: .35rem 0 .3rem;
  border-bottom: 1px solid #e4e4e4;
  transition: all .5s ease;
}
.baike .baike-box .baike-news-list .baike-news:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.baike .baike-box .baike-news-list .baike-news:hover .baike-t {
  color: #e60012;
}
.baike .baike-box .baike-news-list .baike-news .time {
  margin-left: .28rem;
}
.baike .baike-box .baike-news-list .baike-news .s-des p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: .36rem;
  font-size: .18rem;
  color: #666;
}
.baike .baike-box .baike-news-list .baike-news  span.km {
  position: absolute;
  right: 0;
  bottom: .3rem;
  display: inline;
  color: #e60012;
  font-size: .18rem;
}
.process {
  opacity: 0;
  padding: 0 1.2rem;
  background-color: #f8f8f8;
}
.process .process-title-box {
  display: flex;
  justify-content: space-between;
}
.process .process-title-box .case-header {
  margin-top: .95rem;
}
.process .process-title-box .process-b-img {
  width: 15.85rem;
  height: 4.8rem;
}
.process .process-title-box .process-b-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process .process-circle-box {
  padding: .95rem 0;
}
.process .process-circle-box .process-circle-list {
  display: flex;
  justify-content: space-between;
}
.process .process-circle-box .process-circle-list .process-item {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.process .process-circle-box .process-circle-list .process-item:hover {
  background-color: #e60012;
}
.process .process-circle-box .process-circle-list .process-item a {
  color: #fff;
}
.process .process-circle-box .process-circle-list .process-item .process-num {
  font-size: .7rem;
  margin-top: .4rem;
}
.process .process-circle-box .process-circle-list .process-item p {
  margin-top: .1rem;
  font-size: .26rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-work {
  opacity: 0;
  padding: 0 1.2rem;
}
.team-work .team-work-list {
  display: flex;
  flex-wrap: wrap;
  padding: .95rem 0;
}
.team-work .team-work-list .team-work-item {
  width: 3.2rem;
  margin-right: .78rem;
}
.team-work .team-work-list .team-work-item a {
  position: relative;
  display: block;
  font-size: 0;
}
.team-work .team-work-list .team-work-item a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale(1.1);
  border: 2px solid #e4e4e4;
  transition: all .5s ease;
}
.team-work .team-work-list .team-work-item a:hover::after {
  border: 2px solid #e60012;
  transform: scale(1);
  opacity: 1;
}
.team-work .team-work-list .team-work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-work .team-work-list .team-work-item:last-child {
  margin-right: 0;
}
.price {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 1.2rem;
  background-color: #333;
  font-size: 0;
  z-index: 100;
}
.price .price-title {
  position: relative;
  width: 3.6rem;
  height: auto;
  color: #fff;
  background-color: #e60012;
  font-size: .36rem;
  text-align: center;
}
.price .price-title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.price .price-selector-box {
  padding: .25rem 1.5rem .25rem 1.12rem;
  flex: 1;
}
.price .price-selector-box span {
  color: #fff;
  font-size: .2rem;
}
.price .price-selector-box select {
  width: 2rem;
  height: .4rem;
  margin-left: .2rem;
  border: 1px solid #666;
  color: #fff;
  background-color: transparent;
}
.price .price-selector-box select option {
  color: #fff;
  font-size: .18rem;
  background-color: #333;
}
.price .price-selector-box input {
  width: 3.6rem;
  height: .4rem;
  line-height: .4rem;
  border: 1px solid #666;
  background-color: transparent;
  text-indent: .12rem;
  color: #fff;
}
.price .price-selector-box .hx {
  margin-right: .95rem;
}
.price .price-selector-box .snmj {
  margin-right: 1.2rem;
}
.price .price-selector-box .u-name {
  margin-right: .95rem;
}
.price .price-selector-box .snmj input,
.price .price-selector-box .u-name input {
  width: 2rem;
  height: .4rem;
  margin-left: .2rem;
}
.price .price-selector-box .hx,
.price .price-selector-box .zxxq {
  margin-bottom: .1rem;
}
.price .price-selector-box .hx,
.price .price-selector-box .zxxq,
.price .price-selector-box .snmj,
.price .price-selector-box .u-name,
.price .price-selector-box .tel-phone {
  display: inline-block;
}
.price .price-btn-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 3.6rem;
  padding: .25rem 0;
}
.price .price-btn-box .price-btn {
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  background-color: #666;
  text-align: center;
  color: #fff;
  font-size: .2rem;
}
.price .price-btn-box .price-btn2 {
  background-color: #e60012;
}
.footer {
  padding: .47rem 1.2rem 0;
  height: 3.7rem;
  display: flex;
  justify-content: space-between;
  background-color: #000;
}
.footer .footer-msg {
  display: flex;
  flex-wrap: wrap;
  width: 14.5rem;
}
.footer .footer-msg .footer-phone,
.footer .footer-msg .footer-adress {
  margin-right: 1.8rem;
}
.footer .footer-msg .beian-des {
  margin-top: .9rem;
  color: #fff;
}
.footer .footer-msg .beian-des a {
  color: #fff;
}
.footer .foorter-QRcode {
  width: 4.24rem;
}
.footer .foorter-QRcode .QR-code-box {
  display: flex;
  justify-content: space-between;
  margin-top: .3rem;
}
.footer .foorter-QRcode .QR-code-box .QR-code {
  width: 1.6rem;
  height: 1.6rem;
}
.footer .foorter-QRcode .QR-code-box .QR-code img {
  width: 100%;
}
.footer .msg-title {
  position: relative;
  width: 2.63rem;
  padding-bottom: .24rem;
  font-size: .24rem;
  color: #fff;
}
.footer .msg-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
}
.footer p {
  margin-top: .3rem;
  color: #fff;
  font-size: .24rem;
  max-width: 5rem;
 /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.footer .number {
  font-size: .36rem;
}
/****************  搜索页   ************************/
.search-center {
  position: relative;
  width: 100%;
  min-height: 70vh;
  margin: 0 auto;
  padding-top: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.search-center .s-box {
  display: flex;
  justify-content: center;
}
.search-center .s-box .inp {
  width: 10rem;
  line-height: .8rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: .1rem;
  border: none;
  border: .01rem solid #ccc;
  font-size: .3rem;
  color: #666;
}
.search-center .s-box .btn {
  outline: none;
  cursor: pointer;
  width: 4rem;
  height: .8rem;
  line-height: .8rem;
  font-size: .24rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border: none;
  background-color: #e60012;
  text-align: center;
}
.search-center .no-data {
  width: 60%;
  margin: .4rem auto;
  font-size: 0;
  padding: 1.2rem 0;
  background: url(../img/search-no.png) no-repeat left center / 0.74rem 0.6rem;
}
.search-center .no-data p {
  font-size: .3rem;
  padding-left: 1rem;
  color: #666;
  line-height: .4rem;
}
.search-center .data .item {
  display: block;
  padding: .2rem 0;
  border-bottom: 1px solid #ccc;
}
.search-center .data .item .title {
  font-size: .3rem;
  color: #010101;
  margin-bottom: .2rem;
  font-weight: bold;
}
.search-center .data .item .des {
  font-size: .25rem;
  color: #666;
  line-height: .36rem;
}
/****************  搜索页 END  ************************/
.message-center .message-detail-content {
  max-width: 18rem;
  min-height: 8rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.message-center .message-detail-content .message-title {
  font-size: .4rem;
  color: #e60012;
  text-shadow: 0 0 2px #e60012;
}
.message-center .message-detail-content .message-des {
  font-size: .25rem;
  color: #999;
  line-height: 1rem;
}
.message-center .message-detail-content .form {
  width: 100%;
}
.message-center .message-detail-content .form .inp-box {
  margin-left: -2%;
}
.message-center .message-detail-content .form .inp-box .inp {
  width: 31.2%;
  margin-left: 2%;
  line-height: .42rem;
  float: left;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: .2rem;
  margin-bottom: .5rem;
}
.message-center .message-detail-content .form .con {
  width: 100%;
  height: 1.5rem;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-top: .1rem;
  font-size: .2rem;
}
.message-center .message-detail-content .form .bot {
  margin-top: .4rem;
}
.message-center .message-detail-content .form .bot .l-con {
  float: left;
  line-height: .5rem;
}
.message-center .message-detail-content .form .bot .l-con .label {
  display: inline-block;
  vertical-align: middle;
  font-size: .2rem;
  color: #666;
  margin-right: .2rem;
}
.message-center .message-detail-content .form .bot .l-con .label .text {
  width: 1.5rem;
  height: .6rem;
  line-height: .35rem;
  border: 1px solid #dedede;
  padding-left: .05rem;
  font-size: .25rem;
}
.message-center .message-detail-content .form .bot .l-con .code {
  width: 1.5rem;
  height: .6rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  color: #666;
  margin-right: .2rem;
}
.message-center .message-detail-content .form .bot .l-con img {
  width: 100%;
  height: 100%;
}
.message-center .message-detail-content .form .bot .r-con {
  float: right;
}
.message-center .message-detail-content .form .bot .r-con .btn {
  width: 1.5rem;
  height: .6rem;
  font-size: .2rem;
  font-weight: bold;
  cursor: pointer;
}
.message-center .message-detail-content .form .bot .r-con .btn.submit {
  background-color: #e60012;
  color: #fff;
  border: 1px solid #e60012;
  margin-right: .2rem;
  transition: all .3s ease;
}
.message-center .message-detail-content .form .bot .r-con .btn.submit:hover {
  border-radius: .35rem;
}
.message-center .message-detail-content .form .bot .r-con .btn.cancel {
  border: 1px solid #dedede;
  background-color: #fff;
  color: #999;
  transition: all .3s ease;
}
.message-center .message-detail-content .form .bot .r-con .btn.cancel:hover {
  border-radius: .35rem;
}
.content-box .classic-case {
  opacity: 1;
}

/* 2019-10-10 */
@media all and (max-width: 1500px) {
  .price .price-selector-box input {
    width: auto;;
  }
}
@media all and (max-width: 1270px) {
  .price .price-selector-box input {
    width: auto;
    margin-left: .2rem;
  }
  .price .price-selector-box .snmj input, .price .price-selector-box .u-name input {
    width: auto;
    margin-left: .2rem;
  }
  .price .price-selector-box .zxxq {
    margin-right: .95rem;
  }
  .case-detail-top .case-d-top-right .para {
    width: auto;
  }
}




@media all and (max-width: 1220px) {
  /* 2019-10-10 */
  .baike .baike-box .baike-news-list .baike-top-news .baike-content .des p {
    -webkit-line-clamp: 1;
  }
  .baike .baike-box .baike-news-list .baike-news {
    height: 2.1rem;
  }
  .price .price-selector-box input {
    width: auto;
    margin-left: .2rem;
    height: auto;
  }
  .price .price-selector-box .zxxq {
    margin-right: .95rem;
  }
  .price .price-selector-box input {
    margin-left: .2rem;
    width: auto;
  }
  .case-detail-top .case-d-top-right .para {
    width: 10.5rem;
  }





  .know-more1 {
    width: auto;
  }
  .know-more {
    width: auto;
  }
  .price .price-selector-box .snmj input,
  .price .price-selector-box .u-name input {
    width: auto;
  }
  .service-promise .service-promise-box1 .s-analyze .s-analyze-box h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .service-promise .service-promise-box1 .s-analyze .s-analyze-box p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .classic-case .case-box .case-list .case-item a .img-box .case-mask .know-more {
    width: auto;
  }
  .design-team .design-big-box .design-container .design-slide .design-content .design-button {
    margin-top: .5rem;
  }
  .price .price-selector-box select {
    height: auto;
  }
  .footer .msg-title {
    white-space: nowrap;
  }
  .price .price-selector-box .snmj input,
  .price .price-selector-box .u-name input {
    width: auto;
  }
  .case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .know-more3 {
    width: 2.5rem;
    white-space: nowrap;
  }
  .price .price-btn-box .price-btn {
    height: .6rem;
    line-height: .6rem;
  }
  .crumb {
    height: auto;
    line-height: auto;
  }
}



@media all and (max-width: 1220px) {
  .case-detail-top .case-d-top-right .para div span {
    padding: 0;
  }
}


@media all and (max-width: 1135px) {
   .footer .footer-email {
      margin-top: .2rem;
      margin-right: 5rem;
   }
   .baike .baike-box .baike-news-list .baike-t {
     margin-bottom: .15rem;
   }

   

}

@media all and (max-width: 1110px) {
   .footer {
      height: auto
   }

}



@media all and (max-width: 1025px) {
  .baike .baike-box .baike-news-list .time-p {
    margin-bottom: .2rem;
  }
  .baike .baike-box .baike-news-list .baike-news {
    padding: 0.25rem 0 .25rem;
  }
  .baike .baike-box .baike-news-list .baike-news span.km {
    bottom: .1rem;
  }
  .pagination .p-btn, .pagination .current {
    height: auto;
    line-height: initial;
  }
  
   .case-detail-top .case-d-top-right .para div span {
    display: block;;
    padding: 0;
    height: auto;
    line-height: initial;
  }
  .case-detail-top .case-d-top-right {
    padding-top: 0;
  }
  .case-detail-top .case-d-top-right .para div {
    height: auto;
    line-height: initial;
    text-align: center;
  }
  .case-detail-top .case-d-top-right .para .area, .case-detail-top .case-d-top-right .para .j-sty,.case-detail-top .case-d-top-right .para .design-sty {
    padding: 0 .35rem;
  } 
  .designer-detail .designer-detail-content {
    height: auto;
  }
  .designer-detail .designer-detail-content .designer-d-img {
    height: auto;
  }
  .designer-detail .designer-detail-content .designer-d-content .design-button {
    margin-bottom: .2rem;
  }




}

@media all and (max-width: 1020px) {
  .km {
    display: none;
  }

}


@media all and (max-width: 950px) {
  .baike .baike-box .baike-news-list .baike-news {
    padding: .2rem 0 .15rem;
  }

  /* 2019-10-10 */
  .footer {
    height: auto;
  }
  .case-detail-top .case-d-top-right .para {
    width: auto;
  }
  .case-detail-top .case-d-top-right .d-thumb-container {
    margin-top: .25rem;
  }
  .news-list-box .baike-news-list .baike-top-news .baike-content .des p {
  	line-height: 1.5
  }
  .news-list-box .km {
  	bottom: 0;
  }
  .news-list-box .baike-news-list .baike-top-news .img {
  	height: auto;
  }
 

}

@media all and (max-width: 892px) {
  .footer .beian-des {
    margin-left: 9rem;
  }
}


@media all and (max-width: 850px) {
   .baike .baike-box .baike-news-list .baike-top-news .baike-content span.km,.baike .baike-box .baike-news-list .baike-news span.km {
     display: none;
   }
   .content-box-spe {
     min-height: 22rem;
   }

   /* 2019-10-10 */
   .case-detail-top .case-d-top-right .para .design-sty {
     padding-right: 0;
   }
   .baike .baike-box .baike-news-list .baike-top-news .baike-content .des p {
    -webkit-line-clamp: 2;
    line-height: 1.2;
   }
   .baike .baike-box .baike-news-list .baike-news .s-des p {
     line-height: 1;
   }
   .case-detail-top .case-d-top-right .case-d-title {
      margin-bottom: .8rem;
   }
  
}

@media all and (min-width: 751px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
}
/**************************      / pc         ***********************************/
/**************************       wap         ***********************************/
@media all and (max-width: 768px) {
  /* 2019-10-10 */
  .baike .baike-box .baike-news-list .baike-news .s-des p {
    -webkit-line-clamp: 3;
    line-height: 2;
  }
  .price .price-selector-box input,.price .price-selector-box input {
    width: 2rem;
  }
  .price .price-selector-box input {
    margin-left: 0;
  }
  .wap-menu .wap-nav-list li.on a {
    color: #e60012;
  }
  .case-detail-top .case-d-top-right .para div span {
    /* padding: 0 0 0 .2rem; */
    padding: 0;
  }
  .baike .baike-box .baike-news-list {
    width: 100%;
  } 
  .content-box-spe {
    min-height: auto;
  }


  html {
    overflow-x: hidden;
  }
  .wap-menu {
    display: block;
    width: .5rem;
    line-height: .5rem;
    cursor: pointer;
  }
  .wap-menu .show .line:nth-child(1) {
    transform: translateY(0.2rem) rotate(45deg);
  }
  .wap-menu .show .line:nth-child(2) {
    transform: scaleX(0);
    transform-origin: right;
  }
  .wap-menu .show .line:nth-child(3) {
    transform: translateY(-0.17rem) rotate(-45deg);
  }
  .wap-menu .wap-nav-btn {
    width: 100%;
  }
  .wap-menu .wap-nav-btn .line {
    position: relative;
    display: block;
    width: .5rem;
    height: .04rem;
    overflow: hidden;
    background-color: #fff;
    transition: .3s;
  }
  .wap-menu .wap-nav-btn .line:nth-child(2) {
    margin: .15rem 0;
  }
  .wap-menu .wap-nav-list {
    display: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 20;
  }
  .wap-menu .wap-nav-list li {
    width: 100%;
    line-height: .8rem;
    font-size: .3rem;
    padding-left: .6rem;
  }
  .wap-menu .wap-nav-list li a {
    color: #666;
  }
  .wap-menu .wap-nav-list li .sub-nav {
    display: none;
  }
  .wap-menu .wap-nav-list li .sub-nav li {
    font-size: .26rem;
    padding: 0;
    border-top: none;
  }
  .wap-menu .wap-nav-list li:first-child {
    border-top: 1px solid #eaeaea;
  }
  .header {
    padding: 0 .18rem;
    justify-content: space-between;
  }
  .header-nav {
    display: none;
  }
  .header .search {
    flex: auto;
  }
  .header .search .search-logo {
    float: right;
    margin-right: .3rem;
  }
  .header .search .search-box {
    padding: 0 .18rem;
    z-index: 2;
  }
  .header .search .search-box .close-icon {
    right: .18rem;
  }
  .banner {
    height: auto;
    font-size: 0;
  }
  .know-more a {
    height: inherit;
  }
  .about-us .float-box .float-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-us .float-box .float-content .about-words {
    width: 50%;
  }
  .about-us .float-box {
    position: relative;
    top: 0;
    left: .18rem;
    width: 7.1rem;
    height: 2.5rem;
    padding: .1rem;
  }
  .about-us .float-box .float-content h1 {
    font-size: .3rem;
    margin-top: 0;
  }
  .about-us .float-box .float-content h2 {
    font-size: .36rem;
    margin-top: .2rem;
  }
  .about-us .float-box .float-content p {
    font-size: .2rem;
    margin-top: .29rem;
  }
  .about-us .float-box .float-content .know-more {
    position: initial;
    transform: none;
    margin-right: .25rem;
  }
  .about-us .about1-box {
    padding: .55rem .18rem;
  }
  .about-us .about1-box .about-title {
    margin-bottom: .5rem;
  }
  .about-us .about1-box .about-des {
    font-size: .24rem;
    line-height: .6rem;
    -webkit-line-clamp: initial;
  }
  .about-us .about2-box {
    flex-direction: column;
    padding: .8rem .18rem .76rem;
  }
  .about-us .about2-box .about-video {
    width: 100%;
    height: 5rem;
  }
  .about-us .about2-box .about-icons {
    width: 100%;
    margin: 0;
    margin-top: .35rem;
  }
  .service-promise {
    padding: 0 .18rem;
  }
  .service-promise .service-promise-box1 {
    flex-wrap: wrap;
    width: 100%;
    padding: 0.77rem 0 0;
  }
  .service-promise .service-promise-box1 .service-title-box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .service-promise .service-promise-box1 .s-analyze .s-analyze-box {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: .09rem;
  }
  .service-promise .service-promise-box1 .s-analyze {
    display: none;
  }
  .service-promise .service-promise-box2 .service-item .service-mask .know-more {
    display: none;
  }
  .service-promise .service-promise-box1 .wap-s-analyze {
    display: flex;
    flex-wrap: wrap;
    width: 14.76rem;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .wap-s-analyze-box {
    width: 1.7rem;
    overflow: hidden;
    margin-bottom: .25rem;
    margin-right: .08rem;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .wap-s-analyze-box .box-word {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .wap-s-analyze-box:nth-child(1) .box-word {
    color: #e60012;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .wap-s-analyze-box:nth-child(3) .box-word {
    color: #e60012;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .wap-s-analyze-box:nth-child(6) .box-word {
    color: #e60012;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .wap-s-analyze-box:nth-child(8) .box-word {
    color: #e60012;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-analyze-box {
    width: 1.7rem;
    height: 1.7rem;
    margin-bottom: .15rem;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-analyze-box:nth-child(4n) {
    margin-right: 0;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-icon {
    width: 1rem;
    height: 1rem;
    background: url(../img/s-icon.png);
    background-repeat: no-repeat;
    background-size: 12.82rem 4.9rem;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-analyze-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e60012;
    color: #fff;
    text-align: center;
    user-select: none;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-analyze-box h1 {
    margin-bottom: .16rem;
    font-size: .24rem;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-analyze-box p {
    font-size: .18rem;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-analyze-box .s-icon {
    background-position: -0.15rem 0;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box2 {
    background-color: #333;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box2 .s-icon {
    background-position: -4.05rem 0;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box3 {
    background-color: #e60012;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box3 .s-icon {
    background-position: -7.95rem 0;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box4 {
    background-color: #333;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box4 .s-icon {
    background-position: -11.85rem 0;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box5 {
    background-color: #333;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box5 .s-icon {
    width: 1.29rem;
    background-position: 0 -3.9rem;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box6 {
    background-color: #e60012;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box6 .s-icon {
    width: 1.08rem;
    background-position: -4rem -3.9rem;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box7 {
    background-color: #333;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box7 .s-icon {
    width: 1.19rem;
    background-position: -7.85rem -3.9rem;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box8 {
    background-color: #e60012;
  }
  .service-promise .service-promise-box1 .wap-s-analyze .s-box8 .s-icon {
    width: .85rem;
    background-position: -11.94rem -3.9rem;
  }
  .service-promise .service-promise-box2 {
    margin-top: .3rem;
    height: 6rem;
  }
  .service-promise .service-promise-box2 .service-item {
    height: 5.35rem;
  }
  .service-promise .service-promise-box2 .swiper-slide-active .service-mask .know-more {
    display: none;
  }
  .service-promise .service-promise-box2 .swiper-slide-active .service-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .service-promise .service-promise-box2 .swiper-slide-active .service-mask h1 {
    transform: none;
  }
  .service-promise .service-promise-box2 .service-pagination {
    display: block;
    bottom: 0;
  }
  .service-promise .service-promise-box2 .service-pagination .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    margin: 0 .1rem!important;
    opacity: 1;
    background-color: #333;
    transition: all .3s ease;
  }
  .service-promise .service-promise-box2 .service-pagination .swiper-pagination-bullet-active {
    width: .6rem;
    border-radius: .08rem!important;
    background-color: #e60012;
  }
  .service-promise .service-promise-box1 .service-title-box .s-tit p {
    font-size: .24rem;
  }
  .service-promise .service-promise-box1 .service-title-box .s-tit h1 {
    font-size: .36rem;
  }
  .service-promise .service-promise-box1 .service-title-box .s-tit h2 {
    font-size: .3rem;
  }
  .service-promise .service-promise-box1 .service-title-box .s-des {
    font-size: .24rem;
    line-height: .48rem;
    margin-bottom: .28rem;
  }
  .case-header {
    margin-bottom: .23rem;
  }
  .classic-case {
    padding: 0 .18rem;
    margin-bottom: .4rem;
  }
  .classic-case .case-box .case-list .case-item {
    width: 100%;
    height: 6.73rem;
    margin-right: 0;
    margin-bottom: .3rem;
  }
  .classic-case .case-box .case-list .case-item a .img-box {
    height: 5.95rem;
  }
  .classic-case .case-box .case-list .case-item a h1 {
    font-size: .26rem;
  }
  .design-team .design-big-box {
    flex-direction: column;
    height: auto;
    background-color: #fff;
    padding: 0 .18rem;
    overflow: hidden;
  }
  .design-team .design-big-box .design-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: .36rem;
  }
  .design-team .design-big-box .design-container .design-slide {
    background-color: #f8f8f8;
  }
  .design-team .design-big-box .design-container {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
  }
  .know-more1 {
    width: 1.91rem;
  }
  .design-team .design-big-box .design-container .design-slide .design-content {
    padding: .16rem;
    width: 4.3rem;
  }
  .design-team .design-big-box .design-navigation {
    display: none;
  }
  .design-team .design-big-box .design-container .design-slide .design-content .design-button {
    display: none;
  }
  .design-team .design-big-box .design-container .design-slide .design-img {
    width: 2.8rem;
  }
  .design-team .design-big-box .design-container .design-slide .design-content .name {
    margin-bottom: .25rem;
  }
  .design-team .design-big-box .design-container .design-slide .design-content .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: .26rem;
  }
  .design-team .design-big-box .design-container .design-slide .design-content .design-detail p {
    margin-bottom: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .design-pagination {
    display: block;
    bottom: 0;
    text-align: center;
    margin-top: .25rem;
  }
  .design-pagination .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    margin: 0 .1rem!important;
    opacity: 1;
    background-color: #333;
    transition: all .3s ease;
  }
  .design-pagination .swiper-pagination-bullet-active {
    width: .6rem;
    border-radius: .08rem!important;
    background-color: #e60012;
  }
  .design-team .design-container-thumb .design-wrapper-thumb .design-slide {
    width: 2rem;
    /*height: 2rem;*/
  }
  .design-team .design-container-thumb {
    padding: .53rem .18rem 0;
    overflow: hidden;
  }
  .design-team .design-container-thumb .design-wrapper-thumb .design-slide .design-thumb-img {
    width: 2rem;
    height: 2rem;
  }
  .designer-detail .designer-detail-content .designer-d-content .des {
    margin-bottom: 0;
    padding-bottom: .35rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .designer-detail .designer-detail-content .designer-d-content .design-detail {
    margin-top: .3rem;
  }
  .construction {
    padding: 0 .18rem;
  }
  .box-title .box-tit1 {
    font-size: .2rem;
    margin-bottom: .26rem;
  }
  .box-title .box-tit2 {
    font-size: .36rem;
  }
  .box-title .box-tit3 {
    font-size: .3rem;
  }
  .construction .construction-img-list {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  .construction .construction-img-item {
    width: 3.45rem;
    margin-right: .17rem;
  }
  .construction .construction-img-item:nth-child(2n) {
    margin-right: 0;
  }
  .construction .small-box {
    height: 3.37rem;
  }
  .construction .small-box img {
    height: 2.9rem;
  }
  .construction .big-box {
    height: 5rem;
  }
  .construction .big-box img {
    height: 4.5rem;
  }
  .construction .s-box-mask,
  .construction .b-box-mask {
    display: none;
  }
  .construction .small-box .c-wap-title,
  .construction .big-box .c-wap-title {
    display: block;
    margin-top: .1rem;
    font-size: .24rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .construction .construction-img-item:nth-child(8n-3) {
    margin-top: 0;
  }
  .construction .construction-img-item:nth-child(8n-1),
  .construction .construction-img-item:nth-child(8n-5) {
    margin-top: -1.63rem;
  }
  .construction-container .construction-img-list {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  .construction-container .construction-img-item {
    width: 3.45rem;
    margin-right: .17rem;
  }
  .construction-container .construction-img-item:nth-child(2n) {
    margin-right: 0;
  }
  .construction-container .small-box {
    height: 3.37rem;
  }
  .construction-container .small-box img {
    height: 2.9rem;
  }
  .construction-container .big-box {
    height: 5rem;
  }
  .construction-container .big-box img {
    height: 4.5rem;
  }
  .construction-container .s-box-mask,
  .construction-container .b-box-mask {
    display: none;
  }
  .construction-container .small-box .c-wap-title,
  .construction-container .big-box .c-wap-title {
    display: block;
    margin-top: .1rem;
    font-size: .24rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .construction-container .construction-img-item:nth-child(8n-3) {
    margin-top: 0;
  }
  .construction-container .construction-img-item:nth-child(8n-1),
  .construction-container .construction-img-item:nth-child(8n-5) {
    margin-top: -1.63rem;
  }
  .baike {
    padding: 0 .18rem;
  }
  .baike .baike-box {
    flex-wrap: wrap;
  }
  .baike .baike-box .baike-container {
    margin: 0;
    width: 100%;
    height: 4.5rem;
    margin-bottom: .36rem;
  }
  .baike .baike-box .baike-news-list .baike-top-news .img {
    width: 2.8rem;
    height: 1.7rem;
    margin-right: .2rem;
  }
  .baike .baike-box .baike-news-list .baike-top-news .baike-content {
    width: 4.03rem;
  }
  .baike .baike-box .baike-news-list .baike-top-news .baike-content .des p {
    -webkit-line-clamp: 2;
  }
  .baike .baike-box .baike-news-list .baike-t {
    margin-bottom: .2rem;
  }
  .baike .baike-box .baike-news-list .baike-top-news {
    padding-bottom: .15rem;
  }
  .baike .baike-box .baike-news-list .time-p {
    margin-bottom: .3rem;
  }
  .news-list-box .baike-news-list .baike-top-news .img {
    width: 100%;
    height: auto;
    max-height: 6rem;
    margin-right: 0;
  }
  .news-list-box .baike-news-list .baike-top-news {
    flex-direction: column;
    align-items: center;
    margin-bottom: .2rem;
  }
  .news-list-box .baike-news-list .baike-t {
    margin-top: .25rem;
    font-size: .3rem;
  }
  .process {
    padding: 0 .18rem;
  }
  .process .process-title-box {
    flex-direction: column;
  }
  .process .process-title-box .process-b-img {
    width: 100%;
    height: 2.15rem;
  }
  .process .process-circle-box .process-circle-list .process-item {
    width: 2rem;
    height: 2rem;
    margin-right: .52rem;
    margin-bottom: .37rem;
  }
  .process .process-circle-box .process-circle-list {
    flex-wrap: wrap;
  }
  .process .process-circle-box .process-circle-list .process-item:nth-child(3n) {
    margin-right: 0;
  }
  .process .process-circle-box .process-circle-list .process-item p {
    font-size: .24rem;
  }
  .process .process-circle-box .process-circle-list .process-item .process-num {
    margin-top: .25rem;
  }
  .process .process-circle-box {
    padding: .37rem 0 .5rem;
  }
  .team-work {
    padding: .77rem .18rem .24rem;
  }
  .team-work .team-work-list {
    flex-wrap: wrap;
  }
  .team-work .team-work-list .team-work-item {
    width: 2rem;
    height: .8rem;
    margin-right: .53rem;
    margin-bottom: .53rem;
  }
  .team-work .team-work-list .team-work-item:nth-child(3n) {
    margin-right: 0;
  }
  .team-work .team-work-list {
    padding: 0;
  }
  .price {
    padding: 0;
    flex-direction: column;
    transition: all .3s ease;
  }
  .price .price-title {
    display: block;
    width: 100%;
    height: 1.5rem;
  }
  .price .price-selector-box {
    padding: .25rem .18rem 0;
  }
  .price .price-selector-box select {
    width: 1.9rem;
    height: .4rem;
    margin-right: 3px;
    margin-left: 0;
  }
  .price .price-selector-box input {
    width: 2rem;
    height: .4rem;
  }
  .price .price-selector-box .snmj input,
  .price .price-selector-box .u-name input {
    width: 2rem;
    margin-left: 0;
  }
  .price .price-selector-box .hx,
  .price .price-selector-box .snmj {
    margin-right: 0;
    margin-bottom: .33rem;
  }
  .price .price-selector-box .zxxq,
  .price .price-selector-box .u-name {
    margin-right: .6rem;
    margin-bottom: .33rem;
  }
  .price .price-btn-box {
    width: 100%;
    flex-direction: row;
    padding: .25rem .18rem;
  }
  .price .price-btn-box .price-btn {
    width: 3.45rem;
    height: .5rem;
    line-height: .5rem;
  }
  .footer {
    padding: .54rem .18rem .65rem;
    height: auto;
  }
  .footer .foorter-QRcode {
    display: none;
  }
  .footer .footer-msg .footer-phone {
    margin-right: .4rem;
  }
  .footer .footer-msg .footer-adress {
    margin-right: 0;
  }
  .footer .msg-title {
    font-size: .2rem;
  }
  .footer .number {
    font-size: .3rem;
  }
  .footer .footer-email {
    width: 100%;
  }
  .footer-phone,
  .footer-adress {
    margin-bottom: .7rem;
  }
  .footer p {
    font-size: .2rem;
  }
  .know-more {
    width: 1.91rem;
  }
  ::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #999;
    font-size: 12px;
  }
  :-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #999;
    font-size: 12px;
  }
  ::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #999;
    font-size: 12px;
  }
  :-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #999;
    font-size: 12px;
  }
  .content-box {
    padding: 0 .18rem;
  }
  .designers-box .designers-list {
    justify-content: center;
  }
  .designer-detail .designer-cases .case-box .case-list {
    justify-content: center;
  }
  .designer-detail .designer-cases .case-box .case-list .case-item {
    margin-right: 0;
  }
  .designer-detail .designer-cases .case-box .case-list .case-item {
    width: 90%;
  }
  .designer-detail .designer-detail-content {
    flex-wrap: wrap;
    height: auto;
  }
  .designer-detail .designer-detail-content .designer-d-img {
    width: 90%;
    margin: 0 auto;
  }
  .designer-detail .designer-detail-content .designer-d-content {
    border: none;
    padding: .93rem 0 0 0;
  }
  .designer-detail .designer-detail-content .designer-d-content .design-button .order {
    display: inline-block;
    margin: 0 auto;
  }
  .construction-detail .swiper-button-prev {
    left: .2rem;
  }
  .construction-detail .swiper-button-next {
    right: .2rem;
  }
  .content-box-spe .case-header,
  .content-box-spe .case-detail-bottom,
  .content-box-spe .news-pagination {
    padding: 0 .18rem;
  }
  .construction-detail .construction-detail-title {
    margin-top: .5rem;
  }
  .construction-detail-container {
    height: 6.3rem;
  }
  .search-center {
    padding-left: .18rem;
    padding-right: .18rem;
  }
  .search-center .s-box .inp {
    width: 65%;
  }
  .search-center .s-box .btn {
    width: 25%;
  }
  .search-center .no-data {
    width: 95%;
  }
  .data {
    padding: 0 .4rem;
  }
  .choose-style .style {
    height: auto;
    padding: .37rem 0 .17rem;
  }
  .choose-style .style .style-list {
    flex-wrap: wrap;
  }
  .choose-style .style .style-list .style-item {
    margin-bottom: .2rem;
    margin-right: .2rem;
  }
  .choose-style .style h1 {
    white-space: nowrap;
  }
  .case-detail-top .case-d-img-containner {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .case-detail-top {
    flex-direction: column;
  }
  .case-detail-top .case-d-top-right .d-thumb-container {
    margin-top: 0;
  }
  .case-detail-top .case-d-top-right .case-d-title {
    margin-top: .5rem;
  }
  .case-detail-top .case-d-top-right {
    width: 100%;
  }
  .case-detail-top .case-d-top-right .case-d-designer .d-designer-intro {
    width: auto;
  }
  .case-detail-top .case-d-top-right .case-d-designer .d-designer-intro .intro {
    width: auto;
  }
  .case-detail-top .case-d-top-right .para {
    width: auto;
  }
  .case-detail-top .case-d-top-right .para .design-sty {
    padding: 0 .45rem;
  }
  .case-detail-top .case-d-img-containner .case-d-list .case-d-item {
    height: 5.7rem;
  }
  .case-detail-top .case-d-top-right .d-thumb-container .d-thumb-list .d-thumb-item {
    margin-right: 0;
  }
  .construction-container {
    justify-content: center;
  }
  .construction-img-list {
    width: 90%;
    margin-right: 0;
  }
  .construction-s-box,
  .construction-b-box {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  .construction-b-box .b-box-mask {
    display: none;
  }
  .pagination .page {
    height: auto;
  }
  .pagination .p-btn {
    height: auto;
  }
  .crumb {
    flex: none;
    margin: .5rem 0;
  }
  .news-pagination .pagination-container .n-btn {
    line-height: 1.5;
  }
  .message-center .message-detail-content {
    margin-top: .5rem;
    padding: 0 .6rem;
  }
  .message-center .message-detail-content .form .inp-box .inp {
    width: 48%;
  }
  .message-center .message-detail-content .form .inp-box #Tel {
    width: 100%;
  }
  .message-center .message-detail-content .form .bot .l-con {
    float: none;
    display: inline-block;
  }
  .message-center .message-detail-content .form .bot {
    text-align: center;
  }
  .message-center .message-detail-content .form .bot .r-con {
    margin-top: .5rem;
    float: none;
    display: inline-block;
  }
  .footer .footer-msg .beian-des {
    margin-left: 2.5rem;
  }
  .footer .footer-msg {
    width: 100%;
  }
  .baike .baike-box .baike-news-list .baike-top-news .baike-content .des p {
    line-height: 1.9;
  }

}
/**************************      / wap         ***********************************/
