/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  font-family: Source Han Sans CN!important;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 'Microsoft YaHei';
  color: #333;
  outline: 0;
}
body {
  background: #fff;
  font-size: 14px;
}
a {
  color: #333;
}
a:hover {
  color: #333;
}
span:focus {
  outline: none;
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
/*圆角*/
/*阴影*/
/*字体*/
/*动画属性*/
/*清除浮动*/
/************************公共************************************/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*字体大小*/
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
/*行高*/
.lh-16 {
  line-height: 16px;
}
/*16像素行距*/
.lh-18 {
  line-height: 18px;
}
/*18像素行距*/
.lh-20 {
  line-height: 20px;
}
/*20像素行距*/
.lh-22 {
  line-height: 22px;
}
/*22像素行距*/
.lh-24 {
  line-height: 24px;
}
/*24像素行距*/
.lh-26 {
  line-height: 26px;
}
/*26像素行距*/
.lh-28 {
  line-height: 28px;
}
/*28像素行距*/
.lh-30 {
  line-height: 30px;
}
/*30像素行距*/
/*内边距*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
/*外边距*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-100 {
  margin-right: 100px;
}
#caseLabel .label_banner {
  width: 100%;
  height: 440px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/caseb2.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
#caseLabel .label_banner .label_banner_box {
  position: relative;
  height: 440px;
}
#caseLabel .label_banner .label_banner_box .label_banner_tit {
  font-size: 42px;
  color: #FFFFFF;
  padding-top: 70px;
  margin-bottom: 2px;
}
#caseLabel .label_banner .label_banner_box .label_banner_con {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 21px;
}
#caseLabel .label_banner .label_banner_box .zxa {
  width: 116px;
  height: 40px;
  background: #FFFFFF;
  margin-top: 41px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #5A70A1;
  display: block;
  transition: all .2s;
}
#caseLabel .label_banner .label_banner_box .zxa:hover {
  background: #DD041D;
  color: #fff;
}
#caseLabel .label_banner .label_banner_box .casezxbox {
  position: absolute;
  right: 40px;
  top: 45px;
  width: 361px;
  height: 235px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
  border-radius: 0px;
  padding: 20px 40px;
  box-sizing: border-box;
}
#caseLabel .label_banner .label_banner_box .casezxbox .z1 {
  color: #FFFFFF;
  font-size: 24px;
}
#caseLabel .label_banner .label_banner_box .casezxbox input {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: #ADBAD7;
  font-size: 12px;
  padding-left: 9px;
  box-sizing: border-box;
  height: 32px;
}
#caseLabel .label_banner .label_banner_box .casezxbox input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #ADBAD7;
}
#caseLabel .label_banner .label_banner_box .casezxbox input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: #ADBAD7;
}
#caseLabel .label_banner .label_banner_box .casezxbox input::-moz-placeholder {
  /* Firefox版本19+ */
  color: #ADBAD7;
}
#caseLabel .label_banner .label_banner_box .casezxbox input:-ms-input-placeholder {
  /* IE浏览器 */
  color: #ADBAD7;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in1 {
  width: 280px;
  margin-top: 16px;
  margin-bottom: 8px;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in2 .in3 {
  width: 160px;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in2 .yzm {
  width: 115px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #5A70A1;
  font-size: 12px;
  background: #FFFFFF;
  cursor: pointer;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in2 .yzm:hover {
  opacity: .8;
}
#caseLabel .label_banner .label_banner_box .casezxbox .submitzx {
  width: 280px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #5A70A1;
  font-size: 12px;
  background: #FFFFFF;
  cursor: pointer;
  margin-top: 22px;
  margin-bottom: 6px;
  transition: all .2s;
}
#caseLabel .label_banner .label_banner_box .casezxbox .submitzx:hover {
  background: #DD041D;
  color: #fff;
}
#caseLabel .label_banner .label_banner_box .casezxbox .z2 {
  font-size: 12px;
  color: #B3C2E0;
}
#caseLabel .label_banner .casef {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: rgba(58, 65, 91, 0.2);
  text-align: center;
  padding-top: 19px;
  box-sizing: border-box;
}
#caseLabel .label_con {
  width: 1200px;
  margin: auto;
}
#caseLabel .label_con .timebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
#caseLabel .label_con .timebox .items {
  width: 290px;
  height: 210px;
  border-top: 2px solid #FF3518;
  background: #F9F9F9;
  position: relative;
}
#caseLabel .label_con .timebox .items:nth-child(2) {
  border-top: 2px solid #FF914E;
}
#caseLabel .label_con .timebox .items:nth-child(3) {
  border-top: 2px solid #2CAA97;
}
#caseLabel .label_con .timebox .items:nth-child(4) {
  border-top: 2px solid #2257C9;
}
#caseLabel .label_con .timebox .items .p1 {
  margin: 21px 21px 6px 21px;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#caseLabel .label_con .timebox .items .p2 {
  margin: 0px 21px 13px 21px;
  font-weight: bold;
  height: 35px;
  color: #999;
  font-size: 12px;
}
#caseLabel .label_con .timebox .items .p3 {
  margin: 0px 21px 8px 21px;
  color: #DD041D;
  font-size: 14px;
}
#caseLabel .label_con .timebox .items .date {
  margin-left: 21px;
}
#caseLabel .label_con .timebox .items .b1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #DD041D;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
}
#caseLabel .label_con .timebox .items .b1:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
#caseLabel .label_con .timebox .items .b2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #EBEBEB;
  color: #666666;
  font-size: 14px;
  display: inline-block;
}
#caseLabel .label_con .timebox .items .b2:hover {
  color: #C7141D;
}
#caseLabel .caselabelbox {
  background: #F9F9F9;
  padding-bottom: 40px;
}
#caseLabel .caselabelbox .lists {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
#caseLabel .caselabelbox .lists .items {
  position: relative;
  display: inline-block;
  margin: 0 13px 20px 0;
  width: 290px;
  height: 373px;
  background: #F6F7FB;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  box-sizing: border-box;
}
#caseLabel .caselabelbox .lists .items:nth-child(4n) {
  margin-right: 0;
}
#caseLabel .caselabelbox .lists .items:hover {
  background: #fff;
  border: none;
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
#caseLabel .caselabelbox .lists .items:hover .img {
  transition: all .3s;
  transform: scale(1.1);
}
#caseLabel .caselabelbox .lists .items .img-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 290px;
}
#caseLabel .caselabelbox .lists .items .img-box .img {
  transition: all .3s;
  width: 100%;
  height: 100%;
}
#caseLabel .caselabelbox .lists .items .label {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 62px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #5B5B5B;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  z-index: 99;
}
#caseLabel .caselabelbox .lists .items .bottom-box {
  display: flex;
  position: relative;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l {
  width: 100%;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l .big {
  width: 199px;
  margin-left: 20px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l .anli-label-box {
  margin: 9px 0 0 14px;
  overflow: hidden;
  width: 215px;
  white-space: nowrap;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l .anli-label-box .anli-label {
  padding: 0 13px;
  background: #fff;
  margin-right: 9px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #EAECF2;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l .anli-label-box .anli-label:hover {
  color: #b14a4a;
}
#caseLabel .caselabelbox .lists .items .bottom-box .z {
  position: absolute;
  top: 27px;
  right: 31px;
  cursor: pointer;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/newsz.png) center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
#caseLabel .caselabelbox .lists .items .bottom-box .z span {
  position: absolute;
  bottom: -18px;
  left: -50%;
  width: 56px;
  margin-left: -9px;
  text-align: center;
  color: #D6D6D6;
  font-size: 12px;
}
#caseLabel .caselabelbox .lists .items .bottom-box .z p {
  position: absolute;
  bottom: -18px;
  left: -50%;
  width: 56px;
  margin-left: -10px;
  text-align: center;
  color: #DB0024;
  font-size: 12px;
  display: none;
}
#caseLabel .caselabelbox .lists .items .bottom-box .z.on {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/newsz1.png) center center no-repeat;
  -webkit-animation: xs .3s infinite linear;
  -moz-animation: xs .3s infinite linear;
  animation: xs .3s infinite linear;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}
@keyframes xs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
#caseLabel .caselabelbox .lists .items .bottom-box .z.on span {
  color: #DB0024;
}
#caseLabel .caselabelbox .caselebelmore {
  margin: 0 auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: #CF000E;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 40px;
}
#caseLabel .caselabelbox .caselebelmore:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
#caseLabel .caselabelbox .callbox {
  width: 100%;
  border: 1px solid #EEEEEE;
}
#caseLabel .caselabelbox .callbox .logo-call {
  width: 1200px;
  height: 296px;
  padding: 13px;
  text-align: center;
  background: #ffffff;
  box-sizing: border-box;
}
#caseLabel .caselabelbox .callbox .logo-call .fl {
  float: left;
}
#caseLabel .caselabelbox .callbox .logo-call .public-title {
  margin-top: 10px;
  font-size: 30px;
  color: #333;
  margin-bottom: 2px;
}
#caseLabel .caselabelbox .callbox .logo-call .des {
  font-size: 16px;
  color: #666;
}
#caseLabel .caselabelbox .callbox .logo-call .call-left {
  width: 48%;
  height: 270px;
  margin-right: 2%;
  color: #5f4444;
  border-right: 1px solid #E5E5EA;
  box-sizing: border-box;
}
#caseLabel .caselabelbox .callbox .logo-call .call-left img {
  width: 77px;
  height: 103px;
  margin-top: 15px;
}
#caseLabel .caselabelbox .callbox .logo-call .call-left .phone {
  font-family: PingFang SC!important;
  font-weight: 300;
  font-size: 36px;
  color: #333;
  letter-spacing: 3.5px;
}
#caseLabel .caselabelbox .callbox .logo-call .call-left .time {
  font-size: 14px;
  line-height: 8px;
  color: #999;
  margin-top: 2px;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right {
  width: 50%;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right img {
  width: 149px;
  height: 189px;
  margin-top: 36px;
}
#caseLabel .caselabelbox .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;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right input.name {
  margin-top: 20px;
}
#caseLabel .caselabelbox .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;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right .now:hover {
  background: #B10009;
}
#caseLabel .caselabelbox .boxlist {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  height: 331px;
  background: #FFFFFF;
  border: 1px solid #DCDEE3;
  padding: 25px 18px;
  box-sizing: border-box;
}
#caseLabel .caselabelbox .boxlist .itemnew {
  width: 371px;
  height: 133px;
  display: flex;
  align-items: center;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all .3s;
  position: relative;
  margin-bottom: 22px;
  margin-right: 22px;
}
#caseLabel .caselabelbox .boxlist .itemnew:nth-child(3n) {
  margin-right: 0;
}
#caseLabel .caselabelbox .boxlist .itemnew:nth-child(4),
#caseLabel .caselabelbox .boxlist .itemnew:nth-child(5),
#caseLabel .caselabelbox .boxlist .itemnew:nth-child(6) {
  margin-bottom: 0;
}
#caseLabel .caselabelbox .boxlist .itemnew:nth-child(4)::before,
#caseLabel .caselabelbox .boxlist .itemnew:nth-child(5)::before,
#caseLabel .caselabelbox .boxlist .itemnew:nth-child(6)::before {
  display: none;
}
#caseLabel .caselabelbox .boxlist .itemnew::before {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 359px;
  height: 1px;
  background: #D8D8D8;
}
#caseLabel .caselabelbox .boxlist .itemnew:hover {
  border: 1px solid #C7141D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
#caseLabel .caselabelbox .boxlist .itemnew:hover::before {
  display: none;
}
#caseLabel .caselabelbox .boxlist .itemnew:hover .r .tomore {
  background: #C7141D;
  color: #fff;
}
#caseLabel .caselabelbox .boxlist .itemnew img {
  width: 98px;
  height: 98px;
  margin-right: 14px;
}
#caseLabel .caselabelbox .boxlist .itemnew .r {
  max-width: 220px;
  min-width: 220px;
  overflow: hidden;
  text-align: left;
  position: relative;
}
#caseLabel .caselabelbox .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;
}
#caseLabel .caselabelbox .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;
}
#caseLabel .caselabelbox .boxlist .itemnew .r .p3 {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: initial;
}
#caseLabel .caselabelbox .boxlist .itemnew .r .p3 .i {
  color: #C7141D;
  font-size: 14px;
  position: relative;
  left: auto;
  overflow: initial;
}
#caseLabel .caselabelbox .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;
}
#caseLabel .caselabelbox .boxlist .itemnew .r .tomore:hover {
  background: #C7141D;
  color: #fff;
}
#caseLabel .paging {
  display: flex;
  margin: 26px 0 60px;
  flex-direction: row-reverse;
}
#caseLabel .paging .layui-laypage a,
#caseLabel .paging .layui-laypage span {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  height: 51px;
  width: 51px;
  line-height: 51px;
  margin: 0 0 0 15px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E5E5EA;
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.2);
  border-radius: 4px;
}
#caseLabel .paging .layui-laypage-em {
  background: #D61518;
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.2);
  border-radius: 4px;
}
#caseLabel .con2 {
  width: 1200px;
  margin: auto;
}
#caseLabel .con2 .index-swiper-container {
  width: 100%;
  height: 600px;
  padding-bottom: 68px;
}
#caseLabel .con2 .index-swiper-container .swiper-slide {
  width: 100%!important;
  height: 600px;
  background-size: cover!important;
}
#caseLabel .con2 .swiper-pagination {
  bottom: 30px!important;
}
#caseLabel .con2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #C3C3C3;
  opacity: 1;
  margin: 0 5px!important;
}
#caseLabel .con2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #DD041D;
}
#caseLabel .con2 .sjslist {
  margin: 8px 0;
}
#caseLabel .con2 .sjslist .sjsitem {
  width: 1160px;
  background: #FFFFFF;
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
  margin: 0 auto 20px auto;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: start;
}
#caseLabel .con2 .sjslist .sjsitem img {
  width: 137px;
  height: 137px;
  border-radius: 50%;
  margin-right: 39px;
}
#caseLabel .con2 .sjslist .sjsitem .content {
  width: 742px;
  margin-right: 53px;
}
#caseLabel .con2 .sjslist .sjsitem .content .p1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 3px;
}
#caseLabel .con2 .sjslist .sjsitem .content .p2 {
  font-size: 16px;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 16px;
}
#caseLabel .con2 .sjslist .sjsitem .content .p3 {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
}
#caseLabel .con2 .sjslist .sjsitem a {
  display: block;
  width: 126px;
  height: 40px;
  background: #CF000E;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#caseLabel .con2 .sjslist .sjsitem a:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
#caseLabel .con2 .service_process {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}
#caseLabel .con22 {
  background: #F9F9F9;
}
#caseLabel .con22 .boxlistmain {
  display: flex;
  justify-content: space-between;
  margin: 0px auto !important;
  height: 47px;
  line-height: 47px;
  width: 1200px;
}
#caseLabel .con22 .boxlistmain .boxlist-tablist {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: #F1F2F4;
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
}
#caseLabel .con22 .boxlistmain .boxlist-tablist .boxlist-item {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
  margin: 0 12px 0 0px;
  transition: all .1s;
  white-space: nowrap;
  text-align: center;
}
#caseLabel .con22 .boxlistmain .boxlist-tablist .boxlist-item:last-child {
  padding-right: 0;
  margin-right: 0;
}
#caseLabel .con22 .boxlistmain .boxlist-tablist .boxlist-item.on {
  font-size: 16px;
  font-weight: bold;
  color: #DE001D;
}
#caseLabel .con22 .boxlistmain .boxlist-tablist .boxlist-item.on::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #DD041D;
}
#caseLabel .con22 .boxmain .outer {
  display: none;
}
#caseLabel .con22 .boxmain .outer.show {
  display: block;
}
#caseLabel .con22 .boxlist {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  height: 327px;
  background: #F9F9F9;
  border: 1px solid #DCDEE3;
  padding: 28px 18px;
  box-sizing: border-box;
}
#caseLabel .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;
}
#caseLabel .con22 .boxlist .itemnew:nth-child(3n) {
  margin-right: 0;
}
#caseLabel .con22 .boxlist .itemnew:nth-child(4),
#caseLabel .con22 .boxlist .itemnew:nth-child(5),
#caseLabel .con22 .boxlist .itemnew:nth-child(6) {
  margin-bottom: 0;
}
#caseLabel .con22 .boxlist .itemnew:nth-child(4)::before,
#caseLabel .con22 .boxlist .itemnew:nth-child(5)::before,
#caseLabel .con22 .boxlist .itemnew:nth-child(6)::before {
  display: none;
}
#caseLabel .con22 .boxlist .itemnew::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 359px;
  height: 1px;
  background: #DDDDDD;
}
#caseLabel .con22 .boxlist .itemnew:hover {
  border: 1px solid #C7141D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
#caseLabel .con22 .boxlist .itemnew:hover::before {
  display: none;
}
#caseLabel .con22 .boxlist .itemnew:hover .r .tomore {
  background: #C7141D;
  color: #fff;
}
#caseLabel .con22 .boxlist .itemnew img {
  width: 98px;
  height: 98px;
  margin-right: 14px;
}
#caseLabel .con22 .boxlist .itemnew .r {
  max-width: 220px;
  min-width: 220px;
  overflow: hidden;
  text-align: left;
  position: relative;
}
#caseLabel .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;
}
#caseLabel .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;
}
#caseLabel .con22 .boxlist .itemnew .r .p3 {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: initial;
}
#caseLabel .con22 .boxlist .itemnew .r .p3 .i {
  color: #C7141D;
  font-size: 14px;
  position: relative;
  left: auto;
  overflow: initial;
}
#caseLabel .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;
}
#caseLabel .con22 .boxlist .itemnew .r .tomore:hover {
  background: #C7141D;
  color: #fff;
}
#caseLabel .con3 {
  padding-bottom: 56px;
  background: #F9F9F9;
}
#caseLabel .con3 .qa_box {
  display: flex;
  width: 1200px;
}
#caseLabel .con3 .qa_box .qa {
  margin-right: 25px;
  border: 1px solid #fff;
}
#caseLabel .con3 .qa_box .qa:last-child {
  margin-right: 0;
}
#caseLabel .con3 .qa_box .qa:hover {
  border: 1px solid #D70C18;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
#caseLabel .con3 .qa_box .qa_con {
  box-sizing: border-box;
  padding: 21px;
  width: 383px;
  height: 176px;
  background: #FFFFFF;
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
#caseLabel .con3 .qa_box .qa_con .qa_con_top {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px dashed #D8D8D8;
  margin-bottom: 16px;
}
#caseLabel .con3 .qa_box .qa_con .qa_con_top .qa_con_i {
  width: 19px;
  height: 19px;
  margin-right: 6px;
}
#caseLabel .con3 .qa_box .qa_con .qa_con_top .qa_con_i .qa_con_i_img {
  width: 20px;
  height: 20px;
}
#caseLabel .con3 .qa_box .qa_con .qa_con_top .qa_con_tit {
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #DD041D;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#caseLabel .con3 .qa_box .qa_con .qa_con_con {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#caseLabel .con3 .studys {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  height: 466px;
  background: #FFFFFF;
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
  padding: 33px 30px;
  box-sizing: border-box;
}
#caseLabel .con3 .studys .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 12px 9px;
  margin: 0 22px 15px 0;
  width: 540px;
  height: 124px;
  background: #FFFFFF;
  border: 1px solid #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s;
}
#caseLabel .con3 .studys .item:nth-child(2n) {
  margin-right: 0;
}
#caseLabel .con3 .studys .item::before {
  width: 540px;
  height: 1px;
  background: #DDDDDD;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
}
#caseLabel .con3 .studys .item img {
  width: 162px;
  min-width: 162px;
  height: 97px;
  margin-right: 9px;
}
#caseLabel .con3 .studys .item:nth-child(5)::before {
  display: none;
}
#caseLabel .con3 .studys .item:nth-child(6)::before {
  display: none;
}
#caseLabel .con3 .studys .item .r {
  height: 97px;
}
#caseLabel .con3 .studys .item .r .p1 {
  color: #333333;
  font-size: 14px;
  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;
}
#caseLabel .con3 .studys .item .r .p2 {
  height: 22px;
  padding: 0 12px;
  background: #F2F4F9;
  border-radius: 11px;
  color: #999999;
  line-height: 22px;
  text-align: center;
  margin-top: 7px;
  display: inline-block;
  font-size: 12px;
}
#caseLabel .con3 .studys .item .r .p3 {
  font-family: Arial!important;
  color: #999999;
  margin-top: 18px;
  position: absolute;
  bottom: 10px;
}
#caseLabel .con3 .studys .item:hover {
  border: 1px solid #DD041D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
#caseLabel .con3 .studys .item:hover::before {
  display: none;
}
#caseLabel .con3 .studys .item:hover .p1 {
  color: #DD041D;
}
#caseLabel .con3 .studys .item:hover .p2 {
  background: #DD041D;
  color: #fff;
}
#caseLabel .con4 {
  padding-top: 60px;
}
#caseLabel .con4 .cartbox {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#caseLabel .con4 .cartbox a,
#caseLabel .con4 .cartbox div {
  transition: all .3s;
}
#caseLabel .con4 .cartbox a:hover,
#caseLabel .con4 .cartbox div:hover {
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
#caseLabel .con4 .cartbox .zhitemimg2 {
  cursor: pointer;
}
#caseLabel .con4 .look_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 66px;
  align-items: center;
}
#caseLabel .con4 .look_box .look_label {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  background: #F1F4F7;
  border-radius: 19px;
  font-size: 14px;
  color: #666;
  margin-right: 23px;
  margin-bottom: 14px;
  transition: all .1s;
  padding: 0 15px;
}
#caseLabel .con4 .look_box .look_label:hover {
  background: #DD041D;
  color: #fff;
}
.team_title {
  font-size: 25px;
  font-weight: bold;
  color: #202B44;
  opacity: 1;
}
.team_title .team_title_name {
  color: #D61518;
}
.lcbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lcbox .items {
  text-align: center;
}
.lcbox .items:hover {
  color: #DD041D;
}
.lcbox .items:hover .tit1,
.lcbox .items:hover .tit2 {
  color: #DD041D;
}
.lcbox .items span {
  font-size: 109px;
}
.lcbox .tit .tit1 {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}
.lcbox .tit .tit2 {
  color: #666;
  font-size: 14px;
  margin-top: 3px;
}
.footcasemore {
  color: #999;
  text-align: left;
  margin-top: 10px;
  cursor: pointer;
  display: block;
}
.footcasemore .layui-icon {
  font-size: 14px;
}
.footcasemore:hover {
  color: #D7141E;
}
.wlh3 {
  margin-top: 38px;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  margin-right: 50px;
  padding-bottom: 5px;
  border-bottom: 4px solid #fff;
}
.wlh3.on {
  position: relative;
  border-bottom: 4px solid #DD041D;
  box-sizing: border-box;
}
.fxlist {
  display: flex;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 20px;
}
.fxlist .fxitem {
  width: 234.41px;
  height: 155px;
  margin-right: 7px;
  overflow: hidden;
  position: relative;
}
.fxlist .fxitem:nth-child(5n) {
  margin-right: 0;
}
.fxlist .fxitem:hover img {
  transition: all .3s;
  transform: scale(1.1);
}
.fxlist .fxitem img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.fxlist .fxitem .label_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  letter-spacing: 1px;
}
.num {
  color: #999999;
  font-size: 18px;
}
.wl_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wl_search .l {
  display: flex;
  align-items: center;
}
.wl_search .l .wlh3 {
  cursor: pointer;
}
.wl_search .r {
  margin-top: 38px;
}
.wl_search .r .layui-btn-container .layui-btn {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  color: #333333;
  font-size: 14px;
  margin-right: 20px;
}
.wl_search .r .layui-btn-container .pbl_sel_2 {
  margin-right: 0;
}
