.head {
  background: url(../images/zhihuibocheBG.png) center center no-repeat;
  background-size: 100% 100%;
  height: 450px;
  width: 100%;
  margin-top: 70px;
}
.head .title {
  width: 1200px;
  margin: 0px auto;
  align-items: center;
  height: 100%;
  display: flex;
}
.head .title > div .p1 {
  font-size: 50px;
  font-family: FZZZHONGJW--GB1-0, FZZZHONGJW--GB1;
  font-weight: normal;
  color: white;
  line-height: 68px;
  font-weight: bold;
  margin-bottom: 10px;
}
.head .title > div .p2 {
  margin-top: 10px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 25px;
}
.content-box {
  width: 1200px;
  margin: 0px auto;
  padding: 20px 0px;
  padding-bottom: 30px;
}
.content-box .title {
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 53px;
}
.content-box .case-content {
  padding: 45px 0px;
}
.content-box .case-content span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 26px;
}
.content-box .case-content .itembox {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin: 40px 0px;
}
.content-box .case-content .itembox > div {
  width: 28%;
  height: 346px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 3px solid;
  border-image: linear-gradient(141deg, #6530fc, #3fced5, #3fced5) 3 3;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.content-box .case-content .itembox > div img {
  height: 20%;
}
.content-box .case-content .itembox > div p {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}
.content-box .case-content .itembox > div .text {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  line-height: 25px;
}
.content-box .case-content .itembox > div .text p {
  line-height: 40px;
}
.content-box .case-content .itembox > div .text p img {
  width: 10px;
  margin-right: 20px;
}
.content-box .case-content .itembox2 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
.content-box .case-content .itembox2 > div {
  width: 45%;
  padding: 20px 148px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 3px solid;
  border-image: linear-gradient(141deg, #6530fc, #3fced5, #3fced5) 3 3;
}
.content-box .case-content .itembox2 > div p {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}
.content-box .case-content .content2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 60px;
}
.content-box .case-content .content2 span {
  width: 31%;
  padding: 10px 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.content-box2 {
  width: 1200px;
  margin: 0px auto;
  padding: 20px 0px;
  padding-bottom: 100px;
}
.content-box2 .title2 {
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 53px;
}
.content-box2 .case-content2 {
  padding: 45px 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-box2 .case-content2 a {
  display: block;
  width: 48%;
  height: 223px;
  margin-bottom: 30px;
}
.content-box2 .case-content2 a > div {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 2px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
}
.content-box2 .case-content2 a > div .img {
  width: 50%;
}
.content-box2 .case-content2 a > div .img img {
  height: 100%;
  width: 100%;
}
.content-box2 .case-content2 a > div .right {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 20px;
}
.content-box2 .case-content2 a > div .right .right1 {
  display: flex;
  justify-content: space-between;
}
.content-box2 .case-content2 a > div .right .right1 span {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 25px;
}
.content-box2 .case-content2 a > div .right .right1 img {
  width: 38px;
  height: 30px;
}
.content-box2 .case-content2 a > div .right .right2 {
  width: 40px;
  height: 2px;
  background: #2568FF;
}
.content-box2 .case-content2 a > div .right .right3 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  overflow: hidden;
  /*隐藏溢出的文本  */
  text-overflow: ellipsis;
  word-break: break-all;
  /*自动换行*/
  -webkit-line-clamp: 3;
  /*显示的行数*/
  -moz-box-orient: vertical;
  /*从上到下自动排列子元素*/
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.content-box2 .case-content2 a > div .right .right4 {
  width: 38px;
  height: 30px;
}
.content-box2 .case-content2 a > div .right .right4 img {
  height: 100%;
  width: 100%;
}
.content-box2 .case-content2 a:hover > div .right1 span {
  color: #2568FF;
}
.content-box2 .case-content2 a:hover > div .right3 {
  color: #2568FF;
}
.foot {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0px;
}
.foot .foot-box {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.foot .foot-box .word {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.foot .foot-box .bt {
  display: flex;
  justify-content: space-around;
}
.foot .foot-box .bt span {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.foot .foot-box .bt button {
  padding: 0px 15px;
  background: linear-gradient(90deg, #4CA1FF 0%, #2568FF 100%);
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border: 0px;
  margin-left: 10px;
  cursor: pointer;
}
