h1 {
  margin-top: 49px!important;
  text-align: center;
  font-size: 38px!important;
  font-weight: bold!important;
  color: #333333;
}
.serviceh {
  background: #F9F9F9;
  padding: 60px 0;
}
.serviceh .con22 {
  background: #F9F9F9;
}
.serviceh .con22 .boxlistmain {
  display: flex;
  justify-content: space-between;
  margin: 0px auto !important;
  width: 1200px;
}
.serviceh .con22 .boxlistmain .boxlist-tablist {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item {
  text-align: left!important;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all .1s;
  white-space: nowrap;
  text-align: center;
  width: 291px;
  height: 121px;
  padding: 40px 22px;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 3px;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:nth-child(1) {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/newsevice1.png) center center no-repeat;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:nth-child(2) {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/newsevice2.png) center center no-repeat;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:nth-child(3) {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/newsevice3.png) center center no-repeat;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:nth-child(4) {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/newsevice4.png) center center no-repeat;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:hover,
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item.on {
  border: 1px solid #DD041D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:hover .b1,
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item.on .b1 {
  font-weight: bold;
  color: #DD041D;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:hover:nth-child(1),
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item.on:nth-child(1) {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/newsevice11.png) center center no-repeat;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:hover:nth-child(2),
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item.on:nth-child(2) {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/newsevice22.png) center center no-repeat;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:hover:nth-child(3),
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item.on:nth-child(3) {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/newsevice33.png) center center no-repeat;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:hover:nth-child(4),
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item.on:nth-child(4) {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/newsevice44.png) center center no-repeat;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item:hover::before,
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item.on::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: transparent #DD041D #DD041D transparent;
  background: transparent;
  border-style: solid;
  transform: translateX(-50%) rotate(-135deg);
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item .b1 {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
}
.serviceh .con22 .boxlistmain .boxlist-tablist .boxlist-item .b2 {
  color: #595959;
  font-size: 14px;
}
.serviceh .con22 .boxmain .outer {
  display: none;
}
.serviceh .con22 .boxmain .outer.show {
  display: block;
}
.serviceh .con22 .boxlist {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  height: 327px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 1px solid #DD041D;
  padding: 28px 18px;
  box-sizing: border-box;
}
.serviceh .con22 .boxlist .itemnew {
  width: 371px;
  height: 133px;
  display: flex;
  align-items: center;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid #F9F9F9;
  transition: all .3s;
  position: relative;
  margin-bottom: 5px;
  margin-right: 22px;
  border-radius: 3px;
}
.serviceh .con22 .boxlist .itemnew:nth-child(3n) {
  margin-right: 0;
}
.serviceh .con22 .boxlist .itemnew:nth-child(4),
.serviceh .con22 .boxlist .itemnew:nth-child(5),
.serviceh .con22 .boxlist .itemnew:nth-child(6) {
  margin-bottom: 0;
}
.serviceh .con22 .boxlist .itemnew:nth-child(4)::before,
.serviceh .con22 .boxlist .itemnew:nth-child(5)::before,
.serviceh .con22 .boxlist .itemnew:nth-child(6)::before {
  display: none;
}
.serviceh .con22 .boxlist .itemnew::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 359px;
  height: 1px;
  background: #DDDDDD;
}
.serviceh .con22 .boxlist .itemnew:hover {
  border: 1px solid #C7141D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.serviceh .con22 .boxlist .itemnew:hover::before {
  display: none;
}
.serviceh .con22 .boxlist .itemnew:hover .r .tomore {
  background: #C7141D;
  color: #fff;
}
.serviceh .con22 .boxlist .itemnew img {
  width: 98px;
  height: 98px;
  margin-right: 14px;
}
.serviceh .con22 .boxlist .itemnew .r {
  max-width: 220px;
  min-width: 220px;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.serviceh .con22 .boxlist .itemnew .r .p1 {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 6px;
  line-height: initial;
}
.serviceh .con22 .boxlist .itemnew .r .p2 {
  color: #999;
  font-size: 12px;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 18px;
}
.serviceh .con22 .boxlist .itemnew .r .p3 {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: initial;
}
.serviceh .con22 .boxlist .itemnew .r .p3 .i {
  color: #C7141D;
  font-size: 14px;
  position: relative;
  left: auto;
  overflow: initial;
}
.serviceh .con22 .boxlist .itemnew .r .tomore {
  position: absolute;
  width: 91px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #C7141D;
  bottom: 3px;
  right: 0px;
  color: #C7141D;
  font-size: 12px;
  transition: all .3s;
  border-radius: 6px;
}
.serviceh .con22 .boxlist .itemnew .r .tomore:hover {
  background: #C7141D;
  color: #fff;
}
.serviceh .callbox {
  width: 100%;
  border: 1px solid #EEEEEE;
  margin-top: 59px;
}
.serviceh .callbox .logo-call {
  width: 1200px;
  height: 296px;
  padding: 13px;
  text-align: center;
  background: #ffffff;
  box-sizing: border-box;
}
.serviceh .callbox .logo-call .fl {
  float: left;
}
.serviceh .callbox .logo-call .public-title {
  margin-top: 10px;
  font-size: 30px;
  color: #333;
  margin-bottom: 2px;
}
.serviceh .callbox .logo-call .des {
  font-size: 16px;
  color: #666;
}
.serviceh .callbox .logo-call .call-left {
  width: 48%;
  height: 270px;
  margin-right: 2%;
  color: #5f4444;
  border-right: 1px solid #E5E5EA;
  box-sizing: border-box;
}
.serviceh .callbox .logo-call .call-left img {
  width: 77px;
  height: 103px;
  margin-top: 15px;
}
.serviceh .callbox .logo-call .call-left .phone {
  font-family: PingFang SC !important;
  font-weight: 300;
  font-size: 36px;
  color: #333;
  letter-spacing: 3.5px;
}
.serviceh .callbox .logo-call .call-left .time {
  font-size: 14px;
  line-height: 8px;
  color: #999;
  margin-top: 2px;
}
.serviceh .callbox .logo-call .call-right {
  width: 50%;
}
.serviceh .callbox .logo-call .call-right img {
  width: 149px;
  height: 189px;
  margin-top: 36px;
}
.serviceh .callbox .logo-call .call-right input {
  width: 410px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #EEEEEE;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  color: #999;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.serviceh .callbox .logo-call .call-right input.name {
  margin-top: 20px;
}
.serviceh .callbox .logo-call .call-right .now {
  display: block;
  width: 410px;
  height: 40px;
  line-height: 40px;
  background: #DC0702;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: 18px auto 0;
  cursor: pointer;
}
.serviceh .callbox .logo-call .call-right .now:hover {
  background: #B10009;
}
.servicezhbox {
  background: #fff;
}
.servicezhbox h1 {
  color: #333333;
  font-weight: 400!important;
  font-size: 38px!important;
}
.servicezhbox .service .index-controller-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 49px;
  padding-bottom: 34px;
  border-bottom: 1px solid #E7E7E7;
}
.servicezhbox .service .index-controller-list .controller-item {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 39px;
  transition: all .3s;
}
.servicezhbox .service .index-controller-list .controller-item.on {
  font-weight: bold;
  color: #DD041D;
}
.servicezhbox .service .index-controller-list .controller-item.on::before {
  position: absolute;
  content: '';
  bottom: -17px;
  left: 50%;
  width: 30px;
  height: 4px;
  background: #DD041D;
  border-radius: 2px;
  margin-left: -15px;
}
.servicezhbox .service .index-controller-list .controller-item.on .src2 {
  display: block;
}
.servicezhbox .service .index-controller-list .controller-item.on .src1 {
  display: none;
}
.servicezhbox .service .index-controller-list .controller-item img {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  display: block;
  margin: 0 auto 12px auto;
  transition: all .3s;
}
.servicezhbox .service .index-controller-list .controller-item img.src1 {
  display: block;
}
.servicezhbox .service .index-controller-list .controller-item img.src2 {
  display: none;
}
.servicezhbox .casebox {
  background: #fff;
  padding: 39px 0;
}
.servicezhbox .outer {
  display: none;
}
.servicezhbox .outer.show {
  display: block;
}
.servicezhbox .outer .lists {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.servicezhbox .outer .lists .items {
  position: relative;
  display: inline-block;
  width: 292px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
}
.servicezhbox .outer .lists .items:nth-child(4n) {
  margin-right: 0;
}
.servicezhbox .outer .lists .items:hover {
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
.servicezhbox .outer .lists .items:hover .img-box {
  transition: all .3s;
  transform: scale(1.1);
}
.servicezhbox .outer .lists .items:hover .bottom-box {
  background: #fff;
}
.servicezhbox .outer .lists .items:hover .bottom-box .car {
  transform: scale(1.1);
  background: #DD041D;
  color: #fff;
}
.servicezhbox .outer .lists .items .img {
  overflow: hidden;
  width: 100%;
  height: 290px;
}
.servicezhbox .outer .lists .items .img-box {
  transition: all .3s;
  width: 100%;
  height: 100%;
}
.servicezhbox .outer .lists .items .label {
  position: absolute;
  top: 12px;
  left: 11px;
  line-height: 18px;
  text-align: center;
  height: 18px;
  background: #1A1A1A;
  opacity: 0.7;
  border-radius: 9px;
  padding: 0 6px;
  color: #FFFFFF;
  font-size: 12px;
  z-index: 99;
}
.servicezhbox .outer .lists .items .bottom-box {
  position: relative;
  height: 82px;
  background: #F6F7FB;
  padding: 12px 15px;
  box-sizing: border-box;
}
.servicezhbox .outer .lists .items .bottom-box .t1 {
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 16px;
  margin-left: 10px;
}
.servicezhbox .outer .lists .items .bottom-box .but {
  width: 103px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #EFF2FB;
  border-radius: 14px;
  padding-left: 15px;
  font-size: 12px;
  color: #DE001D;
  margin-top: 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
  background: #fff;
}
.servicezhbox .outer .lists .items .bottom-box .but:hover {
  background: #DD041D;
  box-shadow: 0px 3px 8px 0px #FFBDBD;
  color: #fff;
  border: 1px solid #DD041D;
}
.servicezhbox .outer .lists .items .bottom-box .but:hover .iconbox {
  background: #fff;
  color: #DD041D;
}
.servicezhbox .outer .lists .items .bottom-box .but .iconbox {
  margin-top: 2px;
  width: 24px;
  height: 24px;
  background: #EFF2FB;
  border-radius: 50%;
  margin-right: 2px;
  float: right;
  color: #B6BCD0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.servicezhbox .outer .lists .items .bottom-box .car {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #E5E9F6;
  border-radius: 6px;
  color: #9A9DA5;
  z-index: 9999999;
  transition: all .3s;
}
.servicezhbox .outer .lists .items .bottom-box .car span {
  font-size: 28px;
}
.servicezhbox .outer .lists .items .bottom-box .car:hover {
  transform: scale(1.1);
  background: #DD041D;
  color: #fff;
}
.servicezhbox .outer .lists .items .bottom-box .car:hover .pop {
  display: block;
}
.servicezhbox .outer .lists .items .bottom-box .car .pop {
  display: none;
  position: absolute;
  padding: 17px 25px 10px 25px;
  box-sizing: border-box;
  bottom: 65px;
  right: 0%;
  margin-right: -96px;
  text-align: center;
  background: #fff;
  box-shadow: 1px 4px 9px 0px #C5C5C5;
  transition: all .3s;
  z-index: 9999;
}
.servicezhbox .outer .lists .items .bottom-box .car .pop::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  z-index: 10;
}
.servicezhbox .outer .lists .items .bottom-box .car .pop::after {
  position: absolute;
  content: '';
  bottom: -27px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 10;
}
.servicezhbox .outer .lists .items .bottom-box .car .pop .popover_arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -6px;
  border-width: 6px;
  border-color: transparent #fff #fff transparent;
  background: transparent;
  border-style: solid;
  box-shadow: 3px 3px 7px #C5C5C5;
  z-index: 2;
}
.servicezhbox .outer .lists .items .bottom-box .car .pop .p1 {
  text-align: left;
  color: #666666;
  font-size: 14px;
  margin-bottom: 20px;
}
.servicezhbox .outer .lists .items .bottom-box .car .pop li {
  width: 180px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #E5EBF0;
  box-shadow: 0px 4px 10px 0px rgba(216, 216, 216, 0.39);
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 28px;
  color: #333333;
  padding: 0 9px;
  box-sizing: border-box;
  margin-bottom: 10px;
  transition: border .3s;
  cursor: pointer;
}
.servicezhbox .outer .lists .items .bottom-box .car .pop li.on {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/jt_on.png);
  background-position: 100% 100%;
  background-size: auto 53%;
  background-repeat: no-repeat;
}
.servicezhbox .outer .lists .items .bottom-box .car .pop li:hover {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
}
.servicezhbox .outer .lists .items .bottom-box .car .pop .gocar {
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(90deg, #ff422e 0%, #b10009 100%);
  border-radius: 17px;
  margin: 24px auto;
  cursor: pointer;
}
.servicezhbox .outer .lists .items .bottom-box .car .pop .gocar:hover {
  background: #A30000;
}
.servicezhbox .more {
  margin: 0 auto;
  width: 148px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(90deg, #fe422e 0%, #ae000a 100%);
  border-radius: 6px;
  font-size: 16px;
  display: block;
  margin-top: 23px;
}
.servicezhbox .more:hover {
  background: #A30000;
}
.con4 {
  padding: 34px 0;
}
.con4 .cartbox {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con4 .cartbox a,
.con4 .cartbox div {
  transition: all .3s;
}
.con4 .cartbox a:hover,
.con4 .cartbox div:hover {
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.con4 .cartbox .zhitemimg2 {
  cursor: pointer;
}
