/* loading */
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	margin-top: 0px;
	top: 0px;
  }
  #loading-center{
	width: 100%;
	height: 100%;
	position: relative;
  }
  #loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
  }
  #object .loader-outter { position: absolute; border: 4px solid #dd0000; border-left-color: transparent; border-bottom: 0; width: 100%; height: 100%; border-radius: 50%; -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite; animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite; }
  #object .loader-inner { position: absolute; border: 4px solid #dd0000; border-radius: 50%; width: 40px; height: 40px; left: calc(50% - 20px); top: calc(50% - 20px); border-right: 0; border-top-color: transparent; -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite; animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite; }
  @-webkit-keyframes loader-1-outter {
   0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
   100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
  }
   @keyframes loader-1-outter {
   0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
   100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
  }
   @-webkit-keyframes loader-1-inner {
   0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
   100% {
   -webkit-transform: rotate(-360deg);
   transform: rotate(-360deg);
  }
  }
   @keyframes loader-1-inner {
   0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
   100% {
   -webkit-transform: rotate(-360deg);
   transform: rotate(-360deg);
  }
  }
/*  */
.wrap {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
/*bn*/

.banner .swiper-container {
	height: 100%;
}
.banner .swiper-pagination{
	bottom: 1.6rem;
}
.banner .swiper-pagination-bullet {
	width: 55px;
	height: 5px;
	display: inline-block;
	border-radius: initial;
	background: #000;
	opacity: .3;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #dd0000;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	background-size: cover;
	background-position: center top;
	width: 100%;
}

.banner .imgmob {
	display: none;
}

.banner .wrap {
	position: absolute;
	top: 0px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
/* banner1 */
.banner .wrap .wrap_1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-220px);
}

.banner .wrap .wrap_1 h3,
.banner .wrap .wrap_1 h3 span {
	font-weight: bold;
	font-size: 68px;
	line-height: 60px;
	color: #ffffff;
}
.banner .wrap .wrap_1 p {
	color: #ffffff;
}
/* banner2 */
.banner .wrap .wrap_2 {
	position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #222;
}

.banner .wrap .wrap_2 h3,
.banner .wrap .wrap_2 h3 span {
	font-weight: bold;
	font-size: 68px;
	line-height: 60px;
	color: #222222;
	white-space: nowrap;
}
.banner .wrap .wrap_2 p {
	padding-top: 40px;
}
/* banner3 */
.banner .wrap .wrap_3 {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%) translateX(160px);
}

.banner .wrap .wrap_3 h3,
.banner .wrap .wrap_3 h3 span {
	font-weight: bold;
	font-size: 68px;
	line-height: 60px;
	color: #222222;
	white-space: nowrap;
}
.banner .wrap .wrap_3 p {
	color: #222222;
}

.banner .wrap .wrap_3 .more a {
	color: #222222;
}




/*  */
.banner .wrap h3 span {
	color: #dd0000 !important;
}

.banner .wrap p {
	font-size: 22px;
	line-height: 40px;
	width: 705px;
	padding-top: 60px;
	padding-bottom: 70px;
}





.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 50px;
	height: 100px;
	color: #ffffff;
	background-color: rgba(34, 65, 143, .9);
	transform: translateY(-50%);
	opacity: 0;
	transition: all .5s;
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: .9;
	transition: all .5s;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 2rem;
}

.banner .swiper-button-next {
	right: 0px;
}

.banner .swiper-button-prev {
	left: 0px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	pointer-events: none;
	background-color: rgba(0, 0, 0, .5);
}
.banner .more a{
	padding: 0.8rem 1.5rem;
}
/*装修装饰*/
.fwxm{
	display: none;
}
.fwgcflex {
	position: relative;
}

.fwgcflex .zxzslines {
	position: absolute;
	right: 0px;
	top: 275px;
	z-index: 7;
	width: calc(50% + -265px);
}
.fwgcflex .zxzslines .hxian{
	width: 100%;
	height: 2px;
	background-color: #dd0000;
	position: relative;
}
.hxian .neiy{
	width: 12px;
	height: 12px;
	border-radius: 30px;
	background-color: #dd0000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	transform:translateX(-50%) translateY(-50%);
}
.hxian .waiy{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: rgba(221, 0, 0, 0.3);
	position: absolute;
	left: -15px;
	top: -15px;
	z-index: 2;
	/* transform:translateX(-50%) translateY(-50%); */

	-webkit-animation-name: hvr-icon-pulse;
	animation-name: hvr-icon-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}




.fwgcflex .zxzslines img {
	width: 100%;
}

.bjtp {
	width: 65%;
	height: 500px;
	position: absolute;
	top: 288px;
	background-color: #22418f;
	z-index: -1;
}

.fwgc {
	padding-top: 110px;
	display: flex;
}

.fwgc_left {
	width: 85%;
}

.fwgc_right {
	width: 15%;
	position: relative;
}

.fwgc .fwgc_left .swiper-container {
	width: 100%;
	height: 680px;
}

.fwgc .fwgc_right .swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #333333;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.fwgc_right .swiper-slide {
	height: 100px;
	line-height: 100px;
}

.fwgc_right .swiper-button-prevs {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.fwgc_right .swiper-button-nexts {
    position: absolute;
    top: 540px;
    left: 50%;
    margin-left: -1.25rem;
    border: 1px solid #dd0000;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 100%;
}

.swiper-button-prevs i,
.swiper-button-nexts i {
	display: inline-block;
	/* transform: rotate(90deg); */
	color: #222222;
	font-size: 1.6rem;
}

.swiper-button-nexts i{
	color: #dd0000;
	line-height: 1;
	position: relative;
	top: 0.5rem;
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1s;
	animation-duration: .3s, 1s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;	
}


.fwgc_right .swiper-container {
	height: 360px;
	margin-top: 90px;
}

.fwgc_right .swiper-slide a {
	color: #222222;
	font-size: 22px;
	width: 100%;
}

.fwgc_right .swiper-slide-active a {
	color: #dd0000;
	font-size: 26px;
	font-weight: bold;
}

.fwgc_left .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.fwgc_left .swiper-button-next,
.fwgc_left .swiper-button-prev {
	display: none;
}

.slide_left {
	position: relative;
}

.slide_left .shuzhi {
	position: absolute;
	left: 150px;
	top: 5px;
	z-index: -2;
}

.slide_left .shuzhi span {
	font-size: 220px;
	font-weight: bold;
	color: #f1f1f1;
	line-height: 0.7;
}

.slide_left>p {
	margin-top: 35px;
	color: #999999;
	font-size: 18px;
	line-height: 1;
}

.slide_left h3 {
	margin-top: 11px;
	font-size: 40px;
	color: #222222;
}

.tedys {
	padding-top: 40px;
	display: flex;
	padding-bottom: 36px;
	border-bottom: 1px dashed #4660a1;
}

.tedys .iconfont {
	display: inline-block;
	color: #ffffff;
	width: 88px;
	height: 88px;
	line-height: 88px;
	border-radius: 100%;
	background-color: #222222;
	font-size: 48px;
	text-align: center;
}

.tedys div {
	text-align: center;
	margin-right: 26px;
}

.tedys div:nth-last-of-type(1) {
	margin-right: 0px;
}

.tedys div>p {
	margin-top: 15px;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
}

.jieshao {
	margin-top: 34px;
}

.jieshao p {
	font-size: 18px;
	line-height: 34px;
	color: #ffffff;
	width: 450px;
}

.slide_left .more {
	margin-top: 68px;
	margin-left: 10px;
	padding-bottom: 140px;
}

.slide_left .more a {
	margin: 0;
	width: 200px;
	color: #ffffff;
}

.slide_left .more a .line04 {
	width: 160px;
}

.slide_left .more a .line07 {
	width: 105px;
}

.slide_left .more a .line {
	background: #ffffff;
}

.jieshaoimg {
	display: none;
}
/*装修装饰*/
/*最新现场*/

.zxxc {
	margin-top: 100px;
	margin-bottom: 110px;
}

.zxxc .wrap {
	display: flex;
	justify-content: space-between;
}

.zxwrap_left {
	margin: auto 0px;
	margin-top: 30px;
}

.zxwrap_left h3 {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
}

.zxwrap_left p {
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
	font-family: "ProximaNova-light";
}

.zxxcfl {
	margin-bottom:4rem;
}

.zxwrap_left>div .more {
	margin-bottom: 30px;
}

.zxwrap_left>div .more:nth-last-child(1) {
	margin-bottom: 0px;
}

.lineadd {
	background: none !important;
}

.zxwrap_left>div .more:hover .line {
	background: #dd0000 !important;
}

.conts_left .ov-h{
	/* max-width: 300px; */
	height: 100%;
}
.conts_left .ov-h img{
	height: 100%;
}

.zxxc .more a {
	color: #222222;
	margin: 0;
	width: 200px;
}

.zxxc .more a .line04 {
	width: 160px;
}

.zxxc .more a .line07 {
	width: 105px;
}

.zxwrap_right {
	width: 76%;
}

.zxwrap_right .swiper-slide {
	display: flex;
	background-color: #ffffff;
}

.conts_left,
.conts_right {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	flex: 1;
}
.conts_left{
	width: 350px;
	margin-right: 40px;
}
.conts_right{
	width: calc(100% - 350px);
}
.conts_leftone:first-of-type{
	margin-bottom: 24px;
}

.conts_leftone,
.conts_lefttwo {
	position: relative;
	display: inline-block;
	height: 100%;
}

.conts_leftone>.conttitle,
.conts_lefttwo>.conttitle {
	width: 100%;
	height: 55px;
	background-color: rgba(34, 65, 143, .9);
	position: absolute;
	bottom: 0px;
	line-height: 55px;
	padding-left: 24px;
	font-size: 18px;
	color: #ffffff;
}

.conts_leftone>.conts_rq,
.conts_lefttwo>.conts_rq {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 87px;
	height: 87px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(34, 34, 34, .8);
	color: #ffffff;
	z-index: 9;
}

.conts_rq h3 {
	font-size: 50px;
	font-family: "ProximaNova-bold";
	line-height: 1;
	margin-top: 2px;
}

.conts_rq p {
	font-size: 15px;
	font-family: "ProximaNova-light";
	
}

.conts_right .contlist {
	display: flex;
	/* height: 114px; */
	width: 100%;
	align-items: center;
	text-align: left;
}

.conts_right .contlist:nth-of-type(2n+1) {
	background-color: #f3f3f3;
}

.conts_right .contlist:hover{
	margin-left: -10px;
	transition: all 0.5s;
}



.contlist>div {
	width: 100%;
	padding: 30px 80px 30px 50px;
}

.contlist>div p {
	color: #222222;
	font-size: 18px;
}

.contlist>div span {
	color: #999999;
	font-size: 12px;
}

.zxwrap_right a {
	color: #222222;
}
/*公共*/

.jjfan .wrap,
.gcxn .wrap,
.bfhz .wrap,
.pztx .wrap {
	text-align: center;
}

.wrap>h3 {
	font-size: 40px;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}

.wrap>span {
	font-size: 18px;
	color: #999999;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: "ProximaNova-Light";
	font-weight:500;
}

.fanjj>p {
	font-size: 18px;
	color: #555555;
	line-height: 30px;
}

.fanjj {
	margin-bottom: 56px;
}
/*解决方案*/

.jjfan {
	padding-top: 110px;
	padding-bottom: 95px;
	background-color: #f3f3f3;
}

.jjfancont {
	display: flex;
	justify-content: space-between;
}

.jjfancont img {
	width: 100%;
}

.jjfancont_left {
	position: relative;
}

.jjfancont_leftab {
	position: absolute;
	top: 100px;
	margin: 0px 70px;
	text-align: left;
}

.jjfancont_leftab h3 {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}

.jjfancont_leftab p {
	font-size: 15px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 35px;
}

.jjfancont_leftab a {
	display: inline-block;
    background-color: #dd0000;
    text-align: center;
    line-height: 30px;
    padding: 0.1rem 30px;
    border-radius: 20px;
    font-size: 0.8rem;
}
.jjfancont_leftab a:hover{
	color: #222;
	background-color: #fff;
}

.jjfancont_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 590px;
}

.jjfancontone,
.jjfanconttwo {
	position: relative;
}

.jjfancontab {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .7);
}

.jjfancont_right>a:hover .jjfancontab {
	background-color: rgba(34, 65, 143, .9);
}

.jjfancontab>div {
	text-align: center;
}

.jjfancontab>div p {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.jjfancontab>div span {
	font-size: 13px;
	line-height: 24px;
}
/*工程项目实例*/

.gcxn {
	padding-top: 130px;
	padding-bottom: 115px;
}

.gcxncont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gcxncont>div {
	width: 32%;
	margin-bottom: 34px;
	overflow: hidden;
	position: relative;
}
.gcxncont>div a{
	display: block;
	overflow: hidden;
}
.gcxncont>div img {
	transition: all 0.4s;
	width: 100%;
}

.gcxncont>div:hover img {
	transform: scale(1.2, 1.2);
}

.gcbjc {
	position: absolute;
	opacity: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gcbjc p {
	font-size: 18px;
	line-height: 1.6;
	transition: all 0.4s;
	padding: 20px;
}

.gcxncont>div:hover .gcbjc {
	opacity: 1;
	background-color: rgba(34, 65, 143, .9);
}

.gcxncont>div:hover .gcbjc p {
	margin-top: 0px;
}

.gcxn .more {
	margin-top: 36px;
}

.gcxn .more a {
	margin: 0px auto;
	color: #222222;
	font-size: 18px;
}
/*部分合作客户*/

.bfhz {
	padding-top: 100px;
	padding-bottom: 95px;
	background-color: #f3f3f3;
}

.bfhzcont .swiper-container {
	padding-bottom: 44px;
	position: relative;
}

.abs {
	position: absolute;
	height: calc(100% - 44px);
	width: 1px;
	background-color: #dddddd;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.bfhzcont .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
	left: 0;
	width: 100%;
}

.bfhzcont .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

.bfhzcont .swiper-pagination-bullet-active {
	opacity: 1;
	background: #dd0000;
}

.bfhzcont .swiper-slide {
	/* border: 1px solid #dddddd;
	border-left: 0px; */
}
.bfhzcont .swiper-slide a{
	display: block;
	overflow: hidden;
}
.bfhzcont .swiper-slide img {
	width: 100%;
}

.bfhzcont .swiper-wrapper .swiper-slide:nth-of-type(1) {
	/* border-left: 1px solid #dddddd; */
}
/*舒惠品质体系*/

.pztx {
	padding-top: 120px;
}

.pztxcont .swiper-slide {
	position: relative;
}

.pztxslide {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pztxcont .swiper-button-next,
.pztxcont .swiper-button-prev {
	display: none;		
}

.pztxslide .contone,
.pztxslide .contthree {
	opacity: 0;
	position: absolute;
	transition: all 0.4s;
}

.pztxslide img {
	width: 100%;
}

.contone {
	top: 0px;
}

.contone i {
	font-size: 108px;
	line-height: 1;
}

.conttwo {
	text-align: center;
}

.conttwo h3 {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 34px;
}

.conttwo p {
	font-size: 26px;
	line-height: 40px;
}

.contthree {
	background-color: #ffffff;
	border-radius: 100%;
	height: 86px;
	width: 86px;
	line-height: 86px;
	text-align: center;
	position: relative;
	transition: all 0.4s;
	bottom: 0px;
}

.contthree .contthreeh {
	width: 1px;
	height: 25px;
	background-color: #dd0000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.contthree .contthrees {
	width: 25px;
	height: 1px;
	background-color: #dd0000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.addbj {
	background-color: rgba(34, 65, 143, .9);
}

.addopacity {
	opacity: 1 !important;
	top: 19%;
}

.addopacitythree {
	opacity: 1 !important;
	bottom: 19%;
}

@media screen and (max-width:1700px) {
	.banner .wrap .wrap_1 {
		left: 0;
		transform: translateY(-50%);
		;
	}
}

@media screen and (max-width:1620px) {
	.banner .wrap{
		width: 90%;
		max-width: unset;
	}
	.banner .wrap .wrap_3 {
		right: 0;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:1400px) {
	.pztxcont .swiper-button-next,
	.pztxcont .swiper-button-prev {
		display: block;
		color: #ffffff;
		width: 30px;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	.pztxcont .swiper-button-next:after,
	.pztxcont .swiper-button-prev:after {
		font-size: 2rem;
	}
	.banner .wrap .wrap_1 h3,
	.banner .wrap .wrap_1 h3 span {
		font-size: 50px;
		line-height: 50px;
	}
	.banner .wrap .wrap_2 h3,
	.banner .wrap .wrap_2 h3 span {
		font-size: 50px;
		line-height: 50px;
	}
	.banner .wrap .wrap_3 h3,
	.banner .wrap .wrap_3 h3 span {
		font-size: 50px;
		line-height: 50px;
	}


	.banner .wrap p {
		font-size: 18px;
		line-height: 36px;
		width: 650px;
		padding-top: 45px;
		padding-bottom: 59px;
	}
	/*.contone {
margin-bottom: 60px;
}*/
	.conttwo h3 {
		margin-bottom: 24px;
	}
	/*.conttwo {
margin-bottom: 60px;
}*/
}

@media screen and (max-width:1200px) {
	.wrap {
		width: 90%;
	}
	/*轮播图*/
	.banner .wrap p {
		font-size: 18px;
		line-height: 32px;
		width: 580px;
	}
	.banner .wrap .wrap_3 {
		right: 15px;
	}
	.banner .wrap .wrap_1 {
		left: 15px;
	}
	.banner .wrap .wrap_2 p{
		padding-top: 30px;
	}
	.banner .swiper-button-next,
.banner .swiper-button-prev {
	width:36px;
	height:68px;
	}
	/*装修装饰工程*/
	.fwgc {
		/* flex-direction: column; */
	}
	.fwgc_left {
		width: 70%;
	}
	.fwgc_right {
		width: 30%;
	}
	.fwgcflex .zxzslines{
		width: calc(50% + -170px);
	}
	.swiper-button-prevs i, .swiper-button-nexts i{
		font-size: 2.5rem;
		top: 1rem;
	}
	.fwgc_right .swiper-button-nexts{
		width: 3.5rem;
		height: 3.5rem;
		line-height: 3.5rem;
		margin-left: -1.75rem;
	}
	.fwgc_left .swiper-slide .slide_right{
		display: none;
	}
	
	/* .fwgc_right .swiper-button-nexts,
	.fwgc_right .swiper-button-prevs {
		display: none;
	}
	.fwgc_right .swiper-container {
		height: 70px;
		margin-top: 0px;
	}
	.fwgc_right .swiper-slide a {
		color: #ffffff !important;
		width: 100%;
	}
	.fwgc_right .swiper-slide {
		background-color: #333333;
	}
	.fwgc_right .swiper-slide-active {
		background: rgba(34, 34, 34, 1);
	}
	.fwgc_right .swiper-slide a {
		font-size: 20px;
	}
	.fwgc_right .swiper-slide-active a {
		color: #dd0000 !important;
		font-size: 24px;
	}
	.fwgcflex .zxzslines {
		display: none;
	}
	.fwgc_right .swiper-slide {
		height: 70px;
		line-height: 70px;
	} */
	/*最新现场*/
	.zxxc .wrap {
		flex-direction: column;
	}
	.zxwrap_left {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 0;
	}
	.zxxcfl {
		margin-bottom: 20px;
	}
	.moretitle {
		display: flex;
		align-items: center;
	}
	.zxwrap_right {
		margin-top: 20px;
	}
	.zxwrap_left>div .more {
		margin-bottom: 0px;
		margin-right: 20px;
	}
	.zxwrap_left>div .more:nth-of-type(2) {
		margin-right: 0px;
	}
	.zxwrap_right {
		width: 100%;
	}
	.zxwrap_right .swiper-slide {
		display: flex;
		justify-content: space-around;
	}
	.conts_left {
		width: 33%;
	}
	.conts_left img {
		width: 100%;
	}
	.conts_right {
		width: 66%;
		align-items: center;
	}
	/*舒惠解决方案*/
	.jjfancont_leftab {
		margin: 0px 60px;
	}
	/*工程项目实例*/
	/*部分合作客户*/
	/*舒惠品质体系*/
}

@media screen and (max-width:992px) {
	.fanjj>p{
		display: inline;
	}
	/*bn*/
	.banner .wrap,
	.banner .imgpcs {
		display: none;
	}
	.banner .imgmob {
		display: block;
	}
	.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
		font-size: 2rem;
	}
	.banner .swiper-pagination{
		bottom: 0px;
	}
	.banner .swiper-pagination-bullet{
		width: 20px;
		height: 3px;
	}

	/*装修装饰工程*/
	.fwxm{
		display: block;
		padding-top: 2.5rem;
	}
	.ptit{
		text-align: center;
		color: #222;
	}
	.ptit h3{
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	.ptit span{
		font-size: 12px;
		margin-top: 4px;
		margin-bottom: 12px;
		color: #999999;
		display: inline-block;
		font-family: "ProximaNova-Light";
		font-weight: 500;
	}
	.ptit .fanjj{
		font-size: 12px;
		color: #999;
	}
	.fwxm .pic h3{
		color: #222;
		font-size: 1rem;
		font-weight: normal;
		text-align: center;
		line-height: 2;
		margin-bottom: 0.5rem;
	}


	.fwgcflex{
		display: none;
	}
	.slide_left .shuzhi span {
		font-size: 150px;
	}
	.slide_left>p {
		margin-top: 20px;
		font-size: 16px;
	}
	.tedys {
		padding-top: 60px;
		padding-bottom: 24px;
	}
	.jieshao {
		margin-top: 22px;
	}
	.bjtp {
		top: 180px;
		width: 100%;
		height: 430px;
	}
	.slide_left .more a {
		margin: 0;
		width: 160px;
		padding: .5rem 1.5rem;
	}
	.slide_left h3 {
		margin-top: 11px;
		font-size: 32px;
	}
	.tedys .iconfont {
		width: 70px;
		height: 70px;
		line-height: 70px;
		border-radius: 100%;
		font-size: 36px;
	}
	.jieshao p {
		font-size: 16px;
		line-height: 24px;
		width: 400px;
	}
	.slide_left .more {
		margin-top: 40px;
		margin-left: 10px;
		padding-bottom: 40px;
	}
	.fwgc {
		padding-top: 60px;
	}
	.fwgc .fwgc_left .swiper-container {
		height: auto;
	}
	.fwgc_left .swiper-button-next,
	.fwgc_left .swiper-button-prev {
		display: block;
		color: #ffffff;
	}
	.slide_right {
		display: none;
	}
	.slide_left {
		margin: auto;
	}
	.fwgcflex .wrap {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.fwgc_right .swiper-slide a {
		font-size: 16px;
	}
	.fwgc_right .swiper-slide-active a {
		font-size: 18px;
	}
	/*最新现场*/
	.zxwrap_left h3 {
		font-size: 1.6rem;
	}
	.zxxc .more a {
		width: auto;
		padding: .3rem 1rem;
		font-size: 14px;
		border: 1px solid #eee;
	}
	.zxxc .more:first-of-type a{
		border-color: #dd0000;
	}

	.zxwrap_left>div .more{
		margin-right: 10px;
	}
	.zxxc .more a .line{
		display: none;
	}
	.conts_leftone>.conttitle,
	.conts_lefttwo>.conttitle {
		font-size: 13px;
		position: relative;
		height: auto;
		line-height: 24px;
		padding: 5px;
	}

	.zxwrap_left{
		border-bottom: 1px solid #e1e1e1;
	}
	.zxxcfl{
		margin-bottom: 12px;
	}

	.zxwrap_right .swiper-slide{
		display: block;
	}
	.conts_left,.conts_right{
		width: 100%;
	}
	.conts_left{
		flex-flow: row;
		justify-content: space-between;
	}
	.conts_left a,
	.conts_leftone:first-of-type{
		width: 47.5%;
		margin-bottom: 1rem;
	}
	.conts_leftone>.conts_rq, .conts_lefttwo>.conts_rq{
		display: none;
	}
	.contlist>div{
		padding: 5px 10px;
	}
	.contlist>div span{
		display: none;
	}
	.contlist>div p {
		font-size: 13px;
		line-height: 30px;
		color: #666;
	}
	.zxwrap_left p{
		margin-top: 5px;
	}
	/*舒惠解决方案*/
	.jjfancont_leftab h3 {
		font-size: 1.2rem;
	}
	.jjfancont_leftab p {
		font-size: 13px;
		margin-top: 1rem;
		margin-bottom: 2rem;
	}

	.jjfancont {
		flex-direction: column;
	}
	.jjfancont_left {
		margin-bottom: 1rem;
		overflow: hidden;
	}
	.jjfancontone {
		margin-bottom: 1rem;
		
	}
	.jjfancontone,
	.jjfanconttwo {
		min-height: 80px;
		overflow: hidden;
	}
	.jjfancont_right{
		max-width: unset;
	}
	.jjfancontone img,
	.jjfanconttwo img {
		width: 100%;
		min-height: 210px;
		object-fit: cover;
	}
	.jjfancontab {
		height: 80px;
		padding: 0 2rem;
		justify-content: left;
	}
	.jjfancontab>div{
		text-align: left;
	}
	.jjfancontab>div p{
		font-size: 1.2rem;
	}
	.jjfancontab>div span{
		font-size: 12px;
		opacity: .9;
	}
	.jjfancont_leftab {
		margin: 3rem 2rem;
		top: 0;
		position: relative;
	}
	.jjfancont img{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.jjfancont_leftab a{
		font-size: 12px;
	}
	/*工程项目实例*/
	.gcxncont>div {
		width: 47.5%;
		margin-bottom: 1rem;
	}
	.gcbjc p{
		font-size: 1rem;
	}
	.gcxn .more {
		margin-top: 1rem;
	}
	.gcxn .more a {
		width: 160px;
		font-size: 14px;
		padding: .5rem 1.5rem;
	}
	.gcxn .more a .line04 {
		width: 70%;
	}
	.gcxn .more a .line07 {
		width: 60%;
	}
	/*部分合作客户*/
	/*舒惠品质体系*/
	.contone i {
		font-size: 60px;
	}
	.conttwo h3 {
		font-size: 32px;
	}
	.conttwo p {
		font-size: 18px;
		line-height: 28px;
	}
	.contthree {
		height: 55px;
		width: 55px;
		line-height: 55px;
	}
	/*公共*/
	.wrap>h3 {
		font-size: 1.6rem;
	}
	.wrap>span {
		font-size: 14px;
		margin-top: 6px;
		margin-bottom: 10px;
	}
	.fanjj>p {
		font-size: 12px;
		color: #666;
		line-height: 1.6;
	}
	.fanjj {
		margin-bottom: 1rem;
	}

	.zxxc {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.jjfan {
		padding-top:2.5rem ;
		padding-bottom: 2.5rem;
	}
	.gcxn {
		padding-top:2.5rem ;
		padding-bottom: 2.5rem;
	}
	.bfhz {
		padding-top:2.5rem ;
		padding-bottom: 2.5rem;
	}
	.pztx {
		padding-top:2.5rem ;

	}
	.bfhzcont .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 2px !important;
	}

	.bfhzcont .swiper-container{
		padding-bottom: 2.5rem;
	}
}

@media screen and (max-width:768px) {
	/* .pztxcont .swiper-slide img{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.pztxslide{
		position: relative;
		padding: ;
	} */
	.pztxcont .swiper-slide{
		max-height: 300px;
	}
	.contone i{
		font-size: 3.5rem;
	}
	.conttwo h3{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.conttwo p{
		font-size: 12px;
		line-height: 24px;
	}
	.pztxslide .contone{
		opacity: 1 !important;
    	top: 15%;
	}
	.pztxslide .contthree{
		opacity: 1 !important;
		bottom: 15%;
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.contthree .contthreeh{
		height: 20px;
	}
	.contthree .contthrees{
		width: 20px;
	}
}
/* 
@media screen and (max-width:769px) {

	.zxwrap_left h3 {
		font-size: 26px;
	}
	.zxwrap_left {
		flex-direction: column;
	}
	.conts_right {
		width: 100%;
	}
	.conts_left {
		width: 100%;
		flex-flow: row;
		justify-content: space-around;
		margin-right: 0;
		max-width: unset;
	}
	.conts_left .ov-h{
		max-width: unset;
	}
	.zxwrap_left p {
		font-size: 12px;
		margin-top: 4px;
		margin-bottom: 16px;
	}
	.zxwrap_right .swiper-slide {
		flex-direction: column;
	}
	.contlist>div {
		width: 100%;
		padding: 20px 30px 20px 30px;
	}
	.conts_right .contlist {
		height: auto;
		width: 100%;
	}

	.jjfancont_left {
		margin-bottom: 15px;
	}

	.gcbjc p {
		font-size: 15px;
		line-height: 1.3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		padding: 0 20px;
	}

	.bfhzcont .swiper-container {
		padding-bottom: 34px;
	}
	.bfhzcont .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.abs {
		height: calc(100% - 34px);
	}

	.conttwo h3 {
		font-size: 24px;
	}
	.conttwo p {
		font-size: 16px;
		line-height: 24px;
	}

	.pztxslide .contthree{
		opacity: 1 !important;
		bottom: 19%;
		height: 45px;
		width: 45px;
		line-height: 45px;
	}
	.contthree .contthreeh{
		height: 38px;
	}
	.contthree .contthrees{
		width: 38px;
	}

	.wrap>h3 {
		font-size: 24px;
	}
	.wrap>span {
		font-size: 12px;
		margin-top: 4px;
		margin-bottom: 12px;
	}
	.fanjj>p {
		font-size: 13px;
		color: #555555;
		line-height: 20px;
	}
	.fanjj {
		margin-bottom: 24px;
	}
}

@media screen and (max-width:600px) {
	.banner .swiper-button-next, .banner .swiper-button-prev{
		width: 30px;
    	height: 50px;
		margin-top: 0;
	}
	.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
		font-size: 1.2rem;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 2rem;
	}

	.slide_left .shuzhi span {
		font-size: 110px;
	}
	.fwgc_right .swiper-slide a {
		font-size: 13px;
	}
	.fwgc_right .swiper-slide-active a {
		font-size: 15px;
	}
	.tedys {
		justify-content: space-around;
	}
	.tedys div {
		text-align: center;
		margin-right: 10px;
	}
	.tedys div>p {
		margin-top: 11px;
		font-size: 14px;
		line-height: 20px;
	}
	.slide_left .shuzhi {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.bjtp {
		height: 420px;
	}

	.zxwrap_left p {
		margin-top: 6px;
		margin-bottom: 14px;
	}
	.conts_leftone {
		margin-bottom: 14px;
	}
	.conts_left {
		flex-flow: column;
	}
	.conts_right {
		margin-top: 20px;
	}
	.contlist>div p {
		font-size: 16px;
	}
	.contlist>div {
		width: 100%;
		padding: 20px 20px 20px 20px;
	}

	.jjfancont_leftab {
		top: 50%;
	}
	.jjfancont_leftab p {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.jjfancont_leftab {
		margin: 0px 30px;
	}
	.jjfancontab {
		height: 70px;
	}
	.jjfancontab>div p {
		font-size: 16px;
		line-height: 24px;
	}
	.jjfancontab>div span {
		font-size: 12px;
		line-height: 16px;
	}
	.wrap {
		width: 98%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width:400px) {
	.tedys .iconfont {
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 100%;
		font-size: 26px;
	}
	.jieshao p {
		font-size: 13px;
		line-height: 20px;
		width: 340px;
	}
	.bjtp {
		height: 380px;
	}
} */