/* ---------------------------- */
/* 公共代码 */
/* ---------------------------- */
/* 公共代码 */

body {
  color: #333;
}
html,
body,
p,h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mr0 {
  margin-right: 0 !important;
}
/* 块标题 */
.section-title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.section-title:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  display: block;
  height: 1px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.section-title h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}
.footer {
  background-color: #eee;
}
.section {
  width: 1190px;
  margin: 60px auto;
}
.hide-in-pc {
  display: none;
}
body {
  font-size: 16px;
}
.section-title {
  margin: 60px auto 30px;
  font-size: 16px;
}

/* ---------------------------- */
/* 公共头部 */
/* ---------------------------- */
.header-nav > a:hover {
  background-color: #ffcc01;
}

.section.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  padding-top: 28px;
  margin: auto;
  color: #fff;
}

.header a {
  color: inherit;
}

/* 左侧logo */

.header-logo {
  float: left;
  width: 15.63%;
}

/* 中间导航 */
.header-nav {
  float: right;
  font-size: 0;
}

.header-nav li {
  display: inline-block;
  height: 40px;
  padding: 0 35px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.header-nav > .active {
  background-color: #ffcc01;
}

/* 右侧电话 */

.header-phone {
  float: right;
  margin-left: 40px;
}

.header-phone img {
  height: 28px;
  margin-right: px;
}

.header-phone > span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

/* ---------------------------- */
/* banner */
/* ---------------------------- */
.banner {
  background-color: #ccc;
  height: 700px;
}
/* 第一个banner项 */
.banner .swiper-slide {
  position: relative;
  height: 700px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}
/* 内部文字 */
.swiper-slide p {
  margin-top: 220px;
  text-shadow: 0 2px 8px #0003;
  font-size: 64px;
  line-height: 90px;
  letter-spacing: 10px;
}
/* 按钮 */
.swiper-slide a {
  display: inline-block;
  padding: 18px 28px 15px 23px;
  margin-top: 50px;
  border-radius: 4px;
  background-color: #1e88f6;
  color: inherit;
  position: absolute;
  bottom: 200px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
.swiper-slide img {
  margin-right: 10px;
  height: 25px;
  vertical-align: middle;
}

/* ---------------------------- */
/* 公共底部 */
/* ---------------------------- */
.footer {
  text-align: center;
}
/* 上面的时间 */
.footer-time {
  padding: 50px 0 25px;
  border-bottom: 1px solid #ccc;
}
.footer-time > div {
  display: inline-block;
}
.footer-time img {
  height: 37px;
  margin-right: 14px;
  vertical-align: middle;
}
.footer-time span {
  vertical-align: middle;
}
.footer-time-right {
  padding-left: 50px;
  border-left: 1px solid #ccc;
  margin-left: 50px;
}
.footer-time-right > span {
  display: inline-block;
  text-align-last: left;
}
/* 下面的备案号 */
.footer-code {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 14px;
  position: relative;
}
.footer-code .jianguan{
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 14px;
  position: absolute;
  width: 40px;
  right: 40%;
  top: 0;

}
/* ---------------------------- */
/* 品质保证 */
/* ---------------------------- */
.promise, .time {
  height: 150px;
  color: #fff;
  text-align: center;
  background: no-repeat center / cover;
  position: relative;
}
.promise-txt {
  font-size: 30px;
  line-height: 80px;
  vertical-align: middle;
  color: #333;
}
.promise-btn, .time-btn {
  display: inline-block;
  width: 330px;
  height: 45px;
  border-radius: 4px;
  background-color: #1E88F6;
  line-height: 45px;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -165px !important;
  bottom: 20px;
}
.promise-btn img, .time-btn img {
  margin-right: 5px;
  height: 20px;
  vertical-align: sub;
}
/* ---------------------------- */
/* 30分钟上门 */
/* ---------------------------- */
.time {
  padding-top: 30px;
}
.time-txt {
  font-size: 30px;
  color: #333;
}
.time-btn {
  display: block;
  margin: auto;
  margin-top: 10px;
  background-color: #1e88f6;
}

/*首页*/
/* --------------------- */
/* 服务范围 */
/* --------------------- */
 .service {
  font-size: 0;
}
 .service-cate {
  display: inline-block;
  width: 370px;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
 .service-cate:nth-child(4n-1) {
  margin: 0 40px;
}
/* 一级分类 */
 .service-cate {
  vertical-align: top;
}
 .cate-header {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
 .cate-header-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #1e88f6;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
 .cate-header span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: normal;
}
/* 二级分类 */
 .cate-body {
  box-sizing: border-box;
  height: 360px;
  padding: 30px;
  padding-bottom: 10px;
  font-size: 0;
}
.cate-item {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  font-size: 14px;
}
.cate-item-img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-color: #eee;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
 .cate-item:hover .cate-item-img {
  background-color: #ffcc01;
}
 .cate-item-txt {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
/* --------------------- */
/* 专业技术 */
/* --------------------- */
 .professional {
  height: 500px;
  background: no-repeat center / cover;
}
 .professional > .section {
  height: 100%;
  padding-top: 117px;
}
/* 说明文字 */
 .professional-txt {
  font-size: 50px;
  width: 10em;
  margin-bottom: 30px;
  line-height: 1.4;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
/* 电话按钮 */
 .professional-btn {
  display: inline-block;
  padding: 0 25px;
  background-color: #1e88f6;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
 .professional-btn > img {
  height: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
/* --------------------- */
/* 平台保障 */
/* --------------------- */
.indexPage .guarantee {
  position: relative;
  margin-top: -60px;
  text-align: center;
}
.indexPage .guarantee-item {
  box-sizing: border-box;
  display: inline-block;
  width: 270px;
  height: 160px;
  padding: 30px 0;
  border-radius: 8px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.indexPage .guarantee-item:nth-child(2) {
  margin: 0 60px;
}
/* 左侧图标 */
.indexPage .guarantee-item-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: no-repeat center / contain;
  vertical-align: middle;
}
/* 右侧文字 */
.indexPage .guarantee-item-txt {
  display: inline-block;
}
.indexPage .guarantee-item-txt:after {
  position: relative;
  top: -2em;
  display: block;
  content: " ";
  width: 4em;
  height: 4px;
  border-radius: 2px;
  background-color: #ffcc01;
}
/* --------------------- */
/* 优质工程师 */
/* --------------------- */
.indexPage .engineer-content {
  font-size: 0;
}
.indexPage .engineer-item {
  position: relative;
  display: inline-block;
  width: 575px;
  height: 300px;
  margin-bottom: 40px;
  background: no-repeat center / cover;
}
.indexPage .engineer-item:nth-child(2n) {
  margin-left: 40px;
}
.indexPage .engineer-item-txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 116px;
  height: 116px;
  padding: 15px;
  margin: auto;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.7) content-box;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.indexPage .engineer-item-txt span {
  display: table-cell;
  width: 116px;
  height: 116px;
  vertical-align: middle;
}

/* --------------------- */
/* 评价信息 */
/* --------------------- */
.indexPage .comment-content {
  font-size: 0;
  width: 1190px;
  position: relative;
  padding: 0 0 20px 0;
  height: 520px;
}
.indexPage .comment-item {
  display: inline-block;
  width: 575px;
  height: 511px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.indexPage .comment-item .comment-userinfo {
  background-color: #1E88F6;
}
/*.indexPage .comment-item:nth-child(2n) {
  margin-left: 40px;
} */
.indexPage .comment-item:nth-child(2n) .comment-userinfo {
  background-color: #FFCC01;
}
.indexPage .comment-item:nth-child(2n) .comment-userinfo .comment-star {
  background-image: url(http://anli.kaibaidu.com/yl367/images/common/star_gray.png);
}
/* 上面的用户信息 */
.indexPage .comment-userinfo {
  padding: 50px 80px;
}
.indexPage .comment-userinfo-img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin-right: 30px;
  background-color: #f5f5f5;
  vertical-align: middle;
}
.indexPage .comment-userinfo-name {
  position: relative;
  display: inline-block;
  height: 62px;
  width: 150px;
  color: #fff;
  vertical-align: middle;
}
/* 评价星级 */
.indexPage .comment-star {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(http://anli.kaibaidu.com/yl367/images/common/star_light.png) left 0 bottom 0 / 30px 30px repeat-x;
}
/* 下面的评价信息 */
.indexPage .comment-body {
  padding: 40px 80px;
  color: #666;
  line-height: 2;
}
/* 评价图片 */
.indexPage .comment-body-img {
  margin-top: 10px;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.indexPage .comment-body-img img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
/* 提示 */
.indexPage .comment-footer {
  margin: 50px 0;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
/*首页end*/


/* 服务保障 */
.servicePage .guarantee-content {
  overflow: hidden;
}
.servicePage .guarantee-item {
  float: left;
  box-sizing: border-box;
  display: table-cell;
  width: 370px;
  height: 188px;
  padding-top: 44px;
  margin-right: 40px;
  border-radius: 8px;
  background-color: #f5f5f5;
  vertical-align: middle;
  text-align: center;
}
.servicePage .guarantee-item-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 30px;
  background: #ffcc01 no-repeat center / 45px 50px;
  vertical-align: middle;
}
.servicePage .guarantee-item-txt {
  display: inline-block;
  width: 10em;
  line-height: 28px;
  min-height: 56px;
  overflow: hidden;
  vertical-align: middle;
  text-align-last: left;
}
/* ---------------------------- */
/* 规范化服务标准 */
/* ---------------------------- */
.servicePage .normalize-content {
  font-size: 0;
}
.servicePage .normalize-item {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.servicePage .normalize-item-img {
  width: 222px;
  height: 188px;
  border-radius: 10px;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
.servicePage .normalize-item-txt {
  margin-top: 20px;
  font-size: 18px;
}
/* ---------------------------- */
/* 平台监管 */
/* ---------------------------- */
.servicePage .watching-content {
  font-size: 0;
}
.servicePage .watching-item {
  display: inline-block;
  width: 575px;
  height: 422px;
  margin-right: 40px;
}
.servicePage .watching-item-img {
  width: 100%;
  height: 340px;
}
.servicePage .watching-item-txt {
  height: 88px;
  border: 1px solid #ccc;
  font-size: 20px;
  line-height: 88px;
  text-align: center;
}
/* 服务保障 */

/*list*/

.listPage .section {
  font-size: 0;
}
/* 左侧导航 */
.listPage  .section-left {
  display: inline-block;
  width: 282px;
  margin-right: 20px;
  vertical-align: top;
}
/* 预约框 */
.listPage  .section-left > div {
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  font-size: 0;
}

.listPage  .reserve-sm {
  box-sizing: border-box;
  display: inline-block;
  width: 112px;
  height: 60px;
  padding-top: 9px;
  background-color: #f5f5f5;
  color: #1e88f6;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.listPage .reserve-sm span {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 12px;
  line-height: 17px;
}
.listPage  .reserve-lg {
  display: block;
  height: 90px;
  padding-top: 18px;
  margin-top: 20px;
  background: no-repeat center center / cover;
  text-align: center;
  font-size: 18px;
}

.listPage .reserve-lg span {
  display: block;
  color: #1e88f6;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.listPage .reserve-lg span img {
  height: 20px;
  margin: 5px 5px 0 0;
  vertical-align: sub;
}

/* 右侧文章列表 */
.listPage .section-right {
  display: inline-block;
  width: 888px;
}
.listPage .article-item {
  display: block;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  min-height: 130px;
}
.listPage .article-item img {
  float: right;
  width: 129px;
  height: 129px;
}
.listPage .article-item-body {
  padding-right: 149px;
}
.listPage .article-item-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.listPage .article-item-content {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

/*list end*/

/*详情*/
/* ---------------------------- */
/* 文章详情 */
/* ---------------------------- */
.detailPage .article {
  padding: 0 80px;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.detailPage .article-title {
  padding: 50px 0 30px 0;
  border-bottom: 1px solid #eee;
  font-size: 24px;
  text-align: center;
}
.detailPage .article-content {
  padding: 30px 0 50px 0;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
/* ################################### */
/* 实时订单 */
/* ################################### */
.detailPage .section-order .table {
  width: 100%;
  padding: 0 !important;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 0;
}
.detailPage .section-order .tr {
  border-top: 1px solid #ccc;
  width: 100%;
}
.detailPage .section-order .tr {
  border-top: none;
}
.detailPage .section-order .light {
  display: none;
}
.detailPage .tbody {
  height: 420px;
  overflow: hidden;
}
.detailPage .tbody .tr {
  border-bottom: 1px solid #eee;
}
.detailPage .section-order .th, .section .td {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}
.detailPage .section-order .th {
  height: 80px;
  background-color: #1E88F6;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 80px;
}
.detailPage .section-order .th img {
  margin-right: 10px;
  vertical-align: middle;
}
.detailPage .section-order .td {
  height: 60px;
  color: #666;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
}
.detailPage .section-order .tr:hover .td {
  color: #1E88F6;
}
/* ################################### */
/* 服务流程 */
/* ################################### */
.detailPage .flow {
  font-size: 0;
  margin: 0 auto;
}
.detailPage .flow .section-title {
  margin-bottom: 65px;
}
.detailPage .flow-item {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 160px;
  height: 200px;
  padding-top: 30px;
  border: 1px solid #ccc;
  margin-right: 45px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.detailPage .flow-item:after {
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 18px;
  margin: auto;
  content: '';
  background: url(http://anli.kaibaidu.com/yl367/images/common/arrow.png) center / 20px 18px no-repeat;

}
.detailPage .flow-item-img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #ccc;
  margin: auto;
  background-color: #fff;
  background-size: 36px;
  background-position: center center;
  background-repeat: no-repeat;
}
.detailPage .flow-item-num {
  color: #FBBF06;
  font-size: 30px;
  font-weight: bold;
}
.detailPage .flow-item-txt {
  margin: 10px auto;
}
/* ################################### */
/* 服务说明 */
/* ################################### */
.detailPage .explain {
  overflow: hidden;
}
.detailPage .explain-content, .explain-icon {
  height: 339px;
}
.detailPage .explain-content {
  float: left;
  box-sizing: border-box;
  width: 975px;
  padding: 60px 40px;
  background-color: #f5f5f5;
  position: relative;
}
.detailPage .explain-content-img {
  width: 360px;
  height: 221px;
  margin-right: 20px;
  vertical-align: middle;
}
.detailPage .explain-content-txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  position: absolute;
  top: 60px;
}
.detailPage .explain-content-txt p{
  margin-bottom: 1em;

}
.detailPage .explain-content-txt span{
  display: inline-block;
  padding: 0 3px;
  margin-right: 10px;
  background-color: #1E88F6;
  color: #fff;
}
.detailPage .explain-icon {
  float: right;
  width: 203px;
  writing-mode: tb;
  text-align-last: justify;
}
.detailPage .explian-icon-item {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  background-color: #f5f5f5;
  writing-mode: horizontal-tb;
  text-align-last: center;
}
.detailPage .explian-icon-img {
  height: 34px;
}
/*详情end*/
