/* 所有service页公共样式 */
.top {
  width: 100vw;
  height: calc(184 / 414 * 100vw);
  background: url(../images/service-top.png) no-repeat;
  background-size: 100%;
}

.top .tit {
  width: 100%;
  text-align: center;
  padding: calc(95 / 414 * 100vw) 0 calc(5 / 414 * 100vw);
  font-size: calc(17 / 414 * 100vw);
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.top .con {
  width: 100%;
  text-align: center;
  font-size: calc(14 / 414 * 100vw);
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #EEE3DD;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.notice {
  margin: calc(25 / 414 * 100vw) calc(15 / 414 * 100vw) calc(25 / 414 * 100vw);
  padding: calc(15 / 414 * 100vw);
  /* height: calc(160 / 414 * 100vw); */
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 1px #EEEFF3;
  border-radius: 10px;
  opacity: 1;
}

.notice .shang {
  display: flex;
  justify-content: space-between;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
}

.notice .l .t {
  font-size: calc(18 / 414 * 100vw);
  font-weight: bold;
  color: #A1A8B3;
}

.notice .l .t2 {
  margin-top: calc(-4 / 414 * 100vw);
}

.notice .l .w {
  margin-top: calc(1 / 414 * 100vw);
  font-size: calc(20 / 414 * 100vw);
  font-weight: bold;
  color: #3D434D;
}

.notice .l .f {
  margin-top: calc(5 / 414 * 100vw);
  font-size: calc(14 / 414 * 100vw);
  font-weight: 400;
  color: #DF5147;
}

.notice .r {
  width: calc(86 / 414 * 100vw);
  height: calc(77 / 414 * 100vw);
  background: url(../images/service-natice.png) no-repeat;
  background-size: 100%;
}

.notice .r2 {
  width: calc(70 / 414 * 100vw);
  height: calc(77 / 414 * 100vw);
  background: url(../images/service-commit.png) no-repeat;
  background-size: 100%;
}

.notice .r4 {
  width: calc(70 / 414 * 100vw);
  height: calc(77 / 414 * 100vw);
  background: url(../images/service-tui.png) no-repeat;
  background-size: 100%;
}

.notice .bottom {
  margin-top: calc(15 / 414 * 100vw);
  font-size: calc(14 / 414 * 100vw);
  font-weight: 400;
  color: #656F80;
  line-height: calc(22 / 414 * 100vw);
}

/* 公共样式结束 */

/* service1.html单独样式 */
.list-s {
  margin: 0 calc(15 / 414 * 100vw);
  
}
.list-s .tit {
    height: calc(26 / 414 * 100vw);
    line-height: calc(26 / 414 * 100vw);
    overflow: hidden;
    margin: 0 auto calc(15 / 414 * 100vw);
    font-weight: bold;
    font-size: 20px;
    color: #656F80;
}

.list-s .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto calc(10 / 414 * 100vw)
}

.list-s .item {
  margin-bottom: calc(20 / 414 * 100vw);
  width: calc(187 / 414 * 100vw);
  height: calc(116 / 414 * 100vw);
  background: #FFF;
  box-shadow: 3px 3px 10px 1px #EEEFF3;
  border-radius: 10px;
  opacity: 1;
}

.list-s .item .img {
  margin-top: calc(20 / 414 * 100vw);
  position: relative;
  height: calc(47 / 414 * 100vw);
}

.list-s .item img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.list-s .item .tit {
  margin-top: calc(11 / 414 * 100vw);
  width: 100%;
  text-align: center;
  font-size: calc(14 / 414 * 100vw);
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #656F80;
}

.list-s .item .tits {
  margin-top: calc(38 / 414 * 100vw);
}

.list-s .item .tits {
  width: 100%;
  text-align: center;
  font-size: calc(14 / 414 * 100vw);
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #656F80;
}

.list-s .item .titss {
  margin-top: calc(2 / 414 * 100vw);
  width: 100%;
  text-align: center;
  font-size: calc(14 / 414 * 100vw);
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #656F80;
}

/* service2.html单独样式 */
.s2-list {
  margin: 0 calc(15 / 414 * 100vw);
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
}

.s2-list .item {
  margin-top: calc(20 / 414 * 100vw);
  padding: 0 calc(15 / 414 * 100vw);
  height: calc(118 / 414 * 100vw);
  background: #FFF;
  box-shadow: 3px 3px 10px 1px #EEEFF3;
  border-radius: 10px;
  opacity: 1;
}

.s2-list .item .tit {
  padding-top: calc(20 / 414 * 100vw);
  font-size: calc(17 / 414 * 100vw);
  font-weight: bold;
  color: #DF5147;
}

.s2-list .item .con {
  padding-top: calc(15 / 414 * 100vw);
  font-size: calc(14 / 414 * 100vw);
  font-weight: 400;
  color: #656F80;
}

.s2-list .item .bo {
  padding-top: calc(5 / 414 * 100vw);
  font-size: calc(13 / 414 * 100vw);
  font-weight: 400;
  color: #A1A8B3;
}

/* service3.html单独样式 */
.s4-list {
  margin: calc(20 / 414 * 100vw) calc(15 / 414 * 100vw) 0;
  height: auto;
  overflow: hidden;
}

.s4-list ul li h2 {
  overflow: hidden;
  margin: 0 auto calc(15 / 414 * 100vw);
  font-weight: bold;
  font-size: calc(15 / 414 * 100vw);
  color: #DF5147;
}

.s4-list ul li .wp {
  height: auto;
  margin: 0 auto calc(25 / 414 * 100vw);
  background: #FFFFFF;
  box-shadow: 3px 3px 10px 1px #EEEFF3;
  border-radius: 10px;
  overflow: hidden;
}

.s4-list ul li .wp .item {}

.s4-list ul li .wp .item .tops {
  padding: calc(20 / 414 * 100vw) calc(50 / 414 * 100vw) calc(20 / 414 * 100vw) calc(15 / 414 * 100vw);
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.s4-list ul li .wp .item:last-child .tops {
  border-bottom: 0;
}

.s4-list ul li .wp .item .tops .tits {
  font-family: "Microsoft YaHei-Regular";
  font-size: calc(14 / 414 * 100vw);
  color: #656F80;
}

.s4-list ul li .wp .item .tops .icon {
  position: absolute;
  right:calc(15 / 414 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  content: '';
}

.s4-list ul li .wp .item .tops .icon .pr {
  position: relative;
}

.s4-list ul li .wp .item .tops .icon .pr .triangle {
  content: '';
  width: 0;
  height: 0;
  border-top: calc(8 / 414 * 100vw) solid #DF5147;
  border-right: calc(6 / 414 * 100vw) solid transparent;
  border-left: calc(6 / 414 * 100vw) solid transparent;
}

.s4-list ul li .wp .item.open .tops .icon .pr .triangle {
  width: 0;
  height: 0;
  border-left: calc(6 / 414 * 100vw) solid transparent;
  border-right: calc(6 / 414 * 100vw) solid transparent;
  border-bottom:calc(8 / 414 * 100vw) solid #DF5147;
  border-top: 0;
}

.s4-list ul li .wp .item .text {
  display: none;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: calc(20 / 414 * 100vw) calc(15 / 414 * 100vw);
  font-family: "Microsoft YaHei-Regular";
  font-size: calc(15 / 414 * 100vw);
  color: #fff;
  background: #DF5147;
}

.s4-list ul li .wp .item .text h4 {
  height: auto;
  overflow: hidden;
  margin: 0 auto calc(15 / 414 * 100vw);
  font-weight: bold;
  font-size: 14px;
}
.s4-list ul li .wp .item .text p {
  margin-top:calc(10 / 414 * 100vw);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.s4-list ul li .wp .item .text p:last-child {
  margin: 0 auto;
}

/* service4.html单独样式 */
.s4img {
  margin: calc(20 / 414 * 100vw) calc(15 / 414 * 100vw) 0;
  /* width: calc(86 / 414 * 100vw); */
  height: calc(231 / 414 * 100vw);
  background: url(../images/service4img.png) no-repeat;
  background-size: 100%;
}