.home {
    width: 100%;
}

.banner {
    width: 100%;
    margin: 0 auto;
    height: 665px;
    background: url("../images/banner.png");
    background-position: center;
    background-repeat: no-repeat;
}

.title {
    width: 100%;
    height: 180px;
    line-height: 286px;
    font-size: 46px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    background: url("../images/title_bg.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: bottom center;
    background-size: 434px 32px;
}

.intro {
    width: 1070px;
    margin: 60px auto 0;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
}

.left-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
}

.left-icon:hover {
    box-shadow: 0px 10px 30px 0px rgba(237, 237, 237, 0.65);
}

.applets-img {
    width: 360px;
    height: 281px;
    margin: 0 30px;
    border-radius: 20px;
}

.applets-img :hover {
    box-shadow: 0px 20px 30px 0px rgba(237, 237, 237, 0.65);
}

.right-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    transform: rotate(180deg);
}

.right-icon :hover {
    box-shadow: 0px 10px 30px 0px rgba(237, 237, 237, 0.65);
}

.applets {
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 110px;
}

.people {
    width: 100%;
    height: 800px;
    background: url("../images/cj-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 68px;
}

.people-title {
    font-size: 46px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    height: 60px;
    text-align: center;
    margin: 0 auto 68px;
}

.people-con {
    display: flex;
    justify-content: center;


}

.people-item {
    width: 360px;
    height: 498px;
    background-color: rgba(53, 53, 53, 0.5);
    margin: 0 30px;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.8;
}

.people-item:hover {
    box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.65);
}

.people-img {
    height: 100px;
    display: flex;
    justify-content: center;
}

.people-name {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin-top: 32px;
}

.item-title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
    margin-top: 26px;
    position: relative;


}

.item-title::after {
    position: absolute;
    content: "";
    left: -40px;
    top: 6px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.item-title::before {
    position: absolute;
    content: "";
    left: -34px;
    top: 12px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

.item-subtitle {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
}

.s1 {
    width: 100%;
    height: 175px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1-img {
    width: 1053px;
    height: 92px;
}

.content {
    padding-top: 68px;
    padding-bottom: 95px;
}

.content-item {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.content-img {
    width: 440px;
    height: 693px;
}

.content-right {
    width: 743px;
    padding-left: 48px;
}

.content-title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}

.content-btn {
    width: 94px;
    height: 38px;
    background: #3F99FF;
    border-radius: 4px;
    margin-left: 38px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-weight: 400;
}
.content-btn:hover{
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.26);
}

.content-intro {
    margin-top: 30px;

    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
}

.ewm {
    width: 186px;
    height: 186px;
    display: block;
    margin: 100px 0 24px;
}

.tips {
    height: 23px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
}