/* 服务工程 */

/* 列表 */
.pr_list .row{
    align-items: center;
}
.pr_list .row:nth-of-type(2n){
    flex-direction: row-reverse;
}

@media (min-width: 992px){
    .pr_list .row:nth-of-type(2n) .slide_left{
        margin-right: 5rem;
        text-align: right;
    }
    .pr_list .row:nth-of-type(2n) .tedys{
        justify-content: flex-end;
    }
    .pr_list .row:nth-of-type(2n) .jieshao{
        text-align: right;
    }
    .pr_list .row:nth-of-type(2n) .jieshao p{
        display: inline-block;
    }
}



.pr_list .row>*{
    padding: 0;
}
.slide_left {
	padding-left: 5rem;
    height: 100%;
    overflow: hidden;
}

.slide_left>p {
	color: #999999;
	font-size: 1rem;
	line-height: 1;
    font-family: "ProximaNova-light";
}

.slide_left h3 {
    margin-top: 0.5rem;
	font-size: 2rem;
	color: #222222;
}

.tedys {
    padding-top: 1.2rem;
    display: flex;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ddd;
    /* flex-wrap: wrap; */
}

.tedys .iconfont {
	display: inline-block;
	color: #e1e1e1;
	line-height: 1.1;
	font-size: 3.8rem;
	text-align: center;
}

.tedys div {
	text-align: center;
	margin-right: 2rem;
    margin-bottom: 0.8rem;
}

.tedys div:nth-last-of-type(1) {
	margin-right: 0px;
}

.tedys div>p {
	margin-top: 0.2rem;
	color: #222;
	font-size: 1rem;
	line-height: 1.2;
}

.jieshao {
	margin-top: 1.4rem;
}

.jieshao p {
	font-size: 1rem;
	line-height: 2rem;
	color: #999;
	max-width: 450px;
}

.slide_left .more1 {
	margin-top: 3rem;
}

.slide_left .more1 a {
    padding: .7rem 2.6rem;
    background-color: #22418f;
    display: inline-block;
    font-size: 1rem;
}
.slide_left .more1 a i{
    font-size: 2.2rem;
    line-height: 0;
    position: relative;
    top: 0.5rem;
    margin-left: 0.5rem;
}
.more1 a:hover{
    background-color: #dd0000;
}



/* 介绍 */
.mban2{
    position: relative;
    padding: 3rem 1rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    line-height: 1.2;
    font-size: 1rem;
}
.mban2 .weizhi{
    color: #fff;
    align-items: center;
    display: flex;
}
.mban2 .weizhi i{
    color: rgba(255, 255, 255, 0.5);
    margin: 0 .8rem;
    font-size: 1.2rem;
}
.mban2 .weizhi a {
    color: rgba(255, 255, 255, 0.7);
}
.mban2 .weizhi a i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: .5rem;
}
.mban2 .dropdown{
    float: right;
}
.mban2 .dropdown .xiala{
    font-size: 1rem;
    line-height: 1;
    color: #222;
    background-color: rgba(255, 255, 255, 0.8);
    padding: .8rem 1.5rem;
    text-align: left;
    width: 16rem;
    /* border-radius: 5px; */
}
.mban2 .dropdown .xiala i{
    float: right;
}
.dropdown .dropdown-menu{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: .8rem;
    line-height: 1.8; 
}
.dropdown .dropdown-menu a{
    padding: .3rem 1.5rem;
}
.chanp .container>.row{
    padding-top: 5rem;
}

.chanp .slide_left h3{
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
}

.chanp .more,
.chanp .more1{
    display: inline-block;
}
.chanp .more a{
    color: #222;
    padding: .7rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-right: 1rem;
    width: 14rem;
}
.chanp .slide_left .more1 a{
    width: 14rem;
    padding: .7rem 1.5rem;
    font-size: 1.2rem;
}
.chanp .slide_left .more1 i{
    font-size: 1rem;
    top: .9em;
    float: right;
    color: rgba(255, 255, 255, 0.5);
}
/* 服务范围 */
/* 标题 */
.pbiaoti h3{
    color: #222;
    display: inline-block;
    font-size: 2rem;
}
.pbiaoti span{
    font-family: "ProximaNova-semibold";
    color: #ddd;
    font-size: 1.8rem;
    position: relative;
    top: 0.2rem;
    margin-left: 0.5rem;
    text-transform: uppercase;
}


.slick-fwfw .slick-list{
    margin:0 -15px;
}
.slick-fwfw .slick-slide{
    position: relative;
    margin: 15px;
}
 
.slick-fwfw .slick-slide i{
    position: absolute;
    top: 0;
    font-size: 3.5rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all .5s;
}
.slick-fwfw .slick-slide .hei-bg{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
}
.slick-fwfw .slick-slide p{
    position: absolute;
    bottom: 0;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: .6rem;
    z-index: 3;
    transition: all .5s;
}
.slick-fwfw .slick-slide p::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 100%;
    height: 3rem;
    z-index: -2;
}
.slick-fwfw .slick-slide:hover .hei-bg{
    background-color: rgba(0, 0, 0, 0.8);
    transition: all .5s;
}
.slick-fwfw .slick-slide:hover .hei-bg{
    opacity: 1;
    transition: all .5s;
}
.slick-fwfw .slick-slide:hover i{
    top: 50%;
    transform: translateY(-100%);
    opacity: 1;
    transition: all 1s;
}
.slick-fwfw .slick-slide:hover p{
    bottom: 50%;
    transform: translateY(100%);
    background-color: unset;
    transition: all .5s;
    font-size: 1.3rem;
    font-weight: bold;
}
.slick-fwfw .slick-slide:hover p::after{
    display: none;
}

.slick-arrow{
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 2rem;
    background-color: rgb(35 65 143);
    color: #fff;
    font-size: 2.2rem;
    position: absolute;
    top: 50%;
    left: -1.5rem;
    z-index: 99;
    margin-top: -2rem;
}
.next{
    left: unset;
    right: -1.5rem;
}
.slick-disabled{
    background-color: rgba(0, 0, 0, 0.5);
}
ul.slick-dots{
    text-align: center;
    margin-top: 1rem;
}
ul.slick-dots li{
    display: inline-block;
    margin:0 0.3rem;
}
ul.slick-dots li button{
    font-size: 0;
    line-height: 0;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
ul.slick-dots .slick-active button{
    background-color: #dd0000;
}

/* 工程介绍 */
.gcjs{
    background-color: #f5f5f5;
    padding: 3rem 0 4rem;
    margin-top: 3rem;
}
.gcjs .item{
    background-color: #fff;
    color: #666;
    font-size: 1rem;
    line-height: 2.2rem;
    padding: 2rem;
    margin-top: 2rem;
}
.gcjs .item strong{
    color: #222;
}
.gcjs .item table,
.gcjs .item img{
    max-width: 100%;
}

/* 留言/流程 */
.liucheng{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 5rem 0 0;
    
}
.liucheng .container{
    position: relative;
}
.liucheng .pbiaoti h3{
    display: block;
    color: #fff;
    margin-bottom: .6rem;
}
.liucheng .pbiaoti span{
    font-size: 1.2rem;
    font-family: "ProximaNova-light";
}
.liucheng #book_post{
    padding: 3rem 0;
    padding-bottom: 7rem;
}

.liucheng #book_post .row>div{
    position: relative;
    margin-bottom: 1rem;
}
.liucheng #book_post input{
    width: 100%;
    height: 2.8rem;
    padding-left: 3.5rem;
    padding-right: 1rem;
    outline: none;
    border: none;
}
.liucheng #book_post i{
    position: absolute;
    left: 2rem;
    top: 0.6rem;
    font-size: 1.3rem;
    color: #dd0000;
}
.liucheng #book_post .submit{
    background-color: #dd0000;
    text-align: center;
    border: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.liucheng .item2{
    position: absolute;
    bottom: 4rem;
    left: 0;
    height: 0;
}
.liucheng .item2 .liuc{
    /* bottom: -5.5rem; */
}
.liuc .slick-slide li{
    text-align: center;
    color: #222;
    padding-top: 2rem;
}
.liuc li i{
    font-size: 3rem;
    background-color: #fff;
    box-shadow: 0 0 0.6rem #999;
    border-radius: 50%;
    padding: 1.7rem;
}
.liuc li p{
    margin-top: 2rem;
    font-size: 1.2rem;
}

/* 品质体系 */
/*舒惠品质体系*/
.pinzhi{
    padding: 5rem 0 0;
}
.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;
}

.pztx {
	padding-top: 7rem;
}

.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: 4.5rem;
	line-height: 1;
}

.conttwo {
	text-align: center;
}

.conttwo h3 {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 34px;
}

.conttwo p {
	font-size: 1.2rem;
	line-height: 1.6;
}

.contthree {
	background-color: #ffffff;
	border-radius: 100%;
	height: 4rem;
	width: 4rem;
	line-height: 4rem;
	text-align: center;
	position: relative;
	transition: all 0.4s;
	bottom: 0px;
}

.contthree .contthreeh {
	width: 1px;
	height: 2rem;
	background-color: #dd0000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.contthree .contthrees {
	width: 2rem;
	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: 17%;
}
@media (min-width: 1600px){
    .pinzhi .container{
        max-width: 90%;
    }
}
@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;
	}
}
/* 相关案例 */
.xgal{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.xgal .text-center{
    margin-top: 6rem;
}

.slick-anli .slick-list {
    margin:0 -15px;
}
.slick-anli .slick-slide{
    margin: 0 15px;
}
.slick-anli li a{
    display: block;
    background-color: #f5f5f5;
    color: #222;
    border-radius: 0.5rem;
    overflow: hidden;
    padding-bottom: 1.5rem;
}
.slick-anli li h4{
    padding: 1.2rem 1.5rem 1rem;
    font-size: 1.2rem;
    font-weight: normal;
}
.slick-anli li p{
    color: #999;
    font-size: 0.9rem;
    line-height: 1.8;
    padding: 0 1.5rem;
}
/* 媒体查询 */
  @media (max-width: 1400px) {
    .pinzhi{
        font-size: 1rem;
    }
  }
  @media (max-width: 1200px) {
    .slick-fwfw .slick-slide:hover i{
        font-size: 5rem;
    }
    .slick-fwfw .slick-slide:hover p{
        font-size: 2rem;
    }
  }
  @media (max-width: 992px) {
    .mban2{
        padding: 1rem 0;
    }
    .mban2 .weizhi{
        width: 100%;
    }
 
    .mban2 .dropdown .xiala{
        display: none;
    }
    .chanp .container>.row{
        padding-top: 0;
    }
    .pr_list .slide_left{
        width: 90%;
        padding: 1.6rem 1rem 2.5rem;
        margin: auto;
    }
    .slide_left h3{
        font-size: 1.6rem;
        /* margin-top: 0; */
    }

    .tedys{
        display: none;
    }
    .tedys div{
        margin-right: 15px;
    }
    .tedys .iconfont{
        font-size: 2.5rem;
    }
    .tedys div>p{
        font-size: 12px;
    }
    .jieshao{
        margin-top: 1rem;
    }
    .slide_left .more1{
        margin-top: 1.6rem;
    }
    .slide_left .more1 a{
        padding: .5rem 2rem;
    }
    .slide_left .more1 a i{
        font-size: 1.6rem;
        top: 0.25rem;
    }

    .chanp .slide_left{
        width: 90%;
        padding: 1.6rem 0 2.5rem;
        margin: auto;
    }
    .chanp .slide_left h3{
        padding-bottom: 1rem;
    }
    .chanp .more, .chanp .more1{
        margin-top: 1.6rem;
    }

    .chanp .more a,
    .chanp .slide_left .more1 a{
        width: auto;
        padding: 0.5rem 2rem;
        font-size: 1rem;
    }
    .chanp .slide_left .more1 i{
        top: 0.7rem;
    }

    .chanp .container{
        width: 100%;
    }
    .chanp .container .fwfw{
        width: 90%;
        margin: auto;
    }
    .chanp .container .fwfw .pbiaoti{
        padding: 0;
        margin-bottom: 1rem;
    }
    .slick-fwfw .slick-list{
        margin: 0 -20px;
    }
    .slick-fwfw .slick-slide{
        margin:0 10px;
    }
    .fwfw .slick-arrow{
        top: 50%;
    }
    .prev{
        left: 0;
    }
    .next{
        right: 0;
    }
    .pbiaoti h3{
        font-size: 1.6rem;
    }
    .pbiaoti span{
        font-size: 1.2rem;
    }
    .fanjj>p{
        display: inline;
    }
    
    .liucheng .item2{
        bottom: 4.5rem;
    }
    .pinzhi{
        padding-top: 8rem;
    }
    .slick-fwfw .slick-slide:hover i{
        font-size: 3rem;
    }
    .slick-fwfw .slick-slide:hover p{
        font-size: 1rem;
    }

    .gcjs{
        margin-top: 2.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .gcjs .item{
        margin-top: 1rem;
        padding: 1.2rem;
        padding-top: 1rem;
    }

    .liucheng{
        padding: 2.5rem 0 0;
    }
    .liucheng .pbiaoti h3{
        margin-bottom: 0;
    }
    .liucheng .pbiaoti span{
        margin: 0;
        font-size: 1rem;
    }
    .liucheng #book_post{
        padding-top: 1.6rem;
        padding-bottom: 5rem;
    }
    .liucheng #book_post ::placeholder{
        font-size: 12px;
    }

    .liuc li p{
        font-size: 12px;
    }
    .slick-arrow{
        top: 43%;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.8rem;
    }

    .xgal{
        padding-bottom: 2.5rem;
    }
    .xgal .text-center{
        margin-top: 5rem;
    }

    .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 {
        display: none;
		margin-bottom: 1rem;
	}


  }

/* 重置rem */
html {
	font-size: 1rem;
  }
  @media (max-width: 1600px) {
    html {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 1200px) {
    html {
      font-size: 0.6rem;
    }
  }

  @media (max-width: 992px) {
    html {
        font-size: 0.8rem;
      }
  }