img {
    display: block;
}

.part1Bg {
    width: 100%;
    height: 2.6rem;
    background-image: url(../img/manage/manageimg5.png);
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.part1Txt1 {
    width: 100%;
    text-align: center;
    font-size: 0.48rem;
    color: #fff;
}

.part1Txt2 {
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-top: 0.13rem;
}

.part1Btn {
    width: 2.8rem;
    height: 0.56rem;
    background: #FFFFFF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin-top: 0.2rem;
    transition: all 0.6s;
}

.part1Btn:hover {
    transform: scale(1.05);
}


.part1Btn>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part1Btn strong {
    font-weight: bold;
    font-size: 0.18rem;
    color: #0b318f;
}

.part1Btn img {
    width: 0.14rem;
    margin-left: 0.16rem;
}

.part1img {
    width: 14.92rem;
    margin: 0.8rem auto 0;
}

.part2img {
    width: 14.56rem;
    margin: 0.73rem auto 0;
}

.part2ImgBox {
    width: 100%;
    margin: 0.8rem auto 0;
    display: flex;
    justify-content: space-between;
}

.part2ImgBox>li {
    width: 7.79rem;
}

.part2Txt {
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.32rem;
    margin-top: 0.36rem;
    text-indent: 2em;
}

.part3List {
    width: 100%;
    margin: 0.6rem auto 0;
    display: flex;
    justify-content: space-between;
}

.part3List>li {
    width: 2.8rem;
    height: 3.16rem;
    background: #FFFFFF;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    padding-top: 0.93rem;
    transition: all 0.6s;
}

.part3Title {
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    transition: all 0.6s;
}

.part3Txt {
    width: 2.4rem;
    margin: 0.2rem auto 0;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: center;
    transition: all 0.6s;
}

.part3List>li:hover{
    background-color: #e60012;
}

.part3List>li:hover p{
    color: #fff;
}

.part4Img{
    width: 100%;
    display: block;
    margin-top: 0.9rem;
}
@media only screen and (max-width: 1024px) {
    .part1img {
  width: 100%;
}
.part3List {
  display: block;
}
.part3List > li {
  width: 48%;
  float: left;
  height: 4rem;
  margin-right: 4%;
}
.part3Txt {

  width: 75%;
  font-size: 0.24rem;
  line-height: .4rem;
}
.part3Title {
  font-size: 0.28rem;

}
.part3List > li:nth-child(2n){
  margin-right: 0;
}
.part1Btn {
  padding: 0 .3rem;
  width: auto;
}
.part1Btn strong {
  font-size: 0.24rem;
}

.partBox > p > span {
  font-size: 0.24rem !important;
}
.caseBox{
    width: 100%;
    padding: 0.3rem;
    margin-top: .5rem;
}
.caseTitleBox {

  width: 100%;
}
.caseMore span {
  font-size: 0.24rem;

}.caseDec {

  width: 100%;
  font-size: 0.24rem;
  line-height: .4rem;
}
.swiperCase{
    width: 100%;
}
}