* {
    margin: 0;
    padding: 0;
}

.body {
    margin: 0 auto;
    width: 99vw;
}

.banner {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.introduce {
    width: 100%;
    height: 487px;
    background: #F2F5FA;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.title {
    /* width: 6.875vw; */
    height: 45px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 32px;
}

.tiele1 {
    margin: 0 auto;
    /* width: 56px; */
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #888686;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}

.contenet .left {
    /* margin-left: 2.6vw; */
    width: 55.1vw;
}
.contenet .left  img{
    width: 100%;
}

.contenet {
    display: flex;
}

.right .title {
    width: 120px;
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin: 0 0 0 0;
    margin-top: 64px;
}

.line {
    width: 111px;
    height: 2px;
    border: 4px solid #13BE88;
    margin-top: 23px;
    margin-bottom: 23px;
}

.conten1 {
    width: 27.3vw;
    height: 130px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.list {
    width: 100%;
    height: 487px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.move{
    width: 108px;
    height: 28px;
    border: 1px solid #13BE88;
    background: #FFFFFF;
    color: #13BE88;
}

.list-left {
    /* margin-left: 17.7vw; */
    margin-top: 1.6vw;
    /* margin-right: 1.25vw; */
}
.title-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-right {
    margin-left: 36px;
    margin-top: 1.6vw;
    margin-right: 1.25vw;
}

.list-title {
    width: 128px;
    height: 45px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    margin-right: 24px;
}


.list-title .bottom {
    width: 215px;
    height: 21px;
    background: linear-gradient(270deg, rgba(43, 224, 189, 0) 0%, #13BE88 100%);
    opacity: 0.5;
    margin-top: -20px;
}

.list-inner {
    width: 580px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    padding-top: 34px;
    margin-top: 27px;
}

.list-item .item-left {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 444px;
}

.list-item .item-right {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.list-item {
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 18px;
    align-items: center;
    line-height: 40px;
    cursor: pointer;
}

.introduce .list-right {
    /* margin-top: -47px;
    margin-left: 987px; */
}

.enterprise-header img {
    width: 285px;
    height: 193px;
}

.enterprise-list {
    width: 100%;
    /* height: 487px; */
    overflow: hidden;
    /* display: flex; */
}

.enterprise-list .title1 {
    width: 126px;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
}

.enterprise {
    width: 285px;
    /* height: 360px; */
    background: linear-gradient(180deg, #E4EDFF 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    transition: .5s;
    margin-left: 20px;
}

.enterprise-inner {
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    display: block;
    margin-top: 15px;
}

.text {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    padding: 20px;
    margin-top: 12px;
}

.enterprise button {
    width: 68px;
    height: 32px;
    background: rgba(19, 190, 136, 0.1);
    border-radius: 4px;
    border: 1px solid #13BE88;
    color: #13BE88;
    float: right;
    margin-right: 24px;
    margin-bottom: 24px;
}

.enterprise:hover {
    border: solid 1px #0088FF;
    transform: scale(1.05);
    box-shadow: #13BE88;
}

.enterprise-box {
    display: flex;
    flex: 1;
    /* padding-left: 360px; */
    justify-content: center;
}

.enterprise:hover button {
    background: #13BE88;
    border-radius: 4px;
    color: #FFFFFF;
}

.enterprise-all {
    /* padding-left: 960px; */
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
}

.enterprise-all button {
    width: 108px;
    height: 28px;
    border: 1px solid #13BE88;
    background: #fff;
    color: #13BE88;
}

.banner {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.introduce {
    width: 100%;
    height: 487px;
    background: #F2F5FA;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.title {
    /* width: 6.875vw; */
    height: 45px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 32px;
}

.tiele1 {
    margin: 0 auto;
    /* width: 56px; */
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #888686;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}

.contenet .left {
    /* margin-left: 2.6vw; */
    width: 55.1vw;
}
.contenet .left  img{
    width: 100%;
}

.contenet {
    display: flex;
}

.right .title {
    width: 120px;
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin: 0 0 0 0;
    margin-top: 64px;
}

.line {
    width: 111px;
    height: 2px;
    border: 4px solid #13BE88;
    margin-top: 23px;
    margin-bottom: 23px;
}

.conten1 {
    width: 27.3vw;
    height: 130px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.list {
    width: 100%;
    height: 487px;
    overflow: hidden;
    display: flex;
    /* justify-content: center; */
}
.move{
    width: 108px;
    height: 28px;
    border: 1px solid #13BE88;
    background: #FFFFFF;
    color: #13BE88;
}

.list-left {
    /* margin-left: 17.7vw; */
    margin-top: 1.6vw;
    /* margin-right: 1.25vw; */
}
.title-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-right {
    margin-left: 36px;
    margin-top: 1.6vw;
    margin-right: 1.25vw;
}

.list-title {
    width: 128px;
    height: 45px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    margin-right: 24px;
}


.list-title .bottom {
    width: 215px;
    height: 21px;
    background: linear-gradient(270deg, rgba(43, 224, 189, 0) 0%, #13BE88 100%);
    opacity: 0.5;
    margin-top: -20px;
}

.list-inner {
    width: 580px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    padding-top: 34px;
    margin-top: 27px;
}

.list-item .item-left {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 444px;
}

.list-item .item-right {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.list-item {
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 18px;
    align-items: center;
    line-height: 40px;
    cursor: pointer;
}

.introduce .list-right {
    /* margin-top: -47px;
    margin-left: 987px; */
}

.enterprise-header img {
    width: 285px;
    height: 193px;
}

.enterprise-list {
    width: 100%;
    /* height: 487px; */
    overflow: hidden;
    /* display: flex; */
}

.enterprise-list .title1 {
    width: 126px;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
}

.enterprise {
    width: 285px;
    /* height: 360px; */
    background: linear-gradient(180deg, #E4EDFF 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    transition: .5s;
    margin-left: 20px;
}

.enterprise-inner {
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    display: block;
    margin-top: 15px;
}

.text {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    padding: 20px;
    margin-top: 12px;
}

.enterprise button {
    width: 68px;
    height: 32px;
    background: rgba(19, 190, 136, 0.1);
    border-radius: 4px;
    border: 1px solid #13BE88;
    color: #13BE88;
    float: right;
    margin-right: 24px;
    margin-bottom: 24px;
}

.enterprise:hover {
    border: solid 1px #0088FF;
    transform: scale(1.05);
    box-shadow: #13BE88;
}

.enterprise-box {
    display: flex;
    flex: 1;
    /* padding-left: 360px; */
    justify-content: center;
}

.enterprise:hover button {
    background: #13BE88;
    border-radius: 4px;
    color: #FFFFFF;
}

.enterprise-all {
    /* padding-left: 960px; */
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
}

.enterprise-all button {
    width: 108px;
    height: 28px;
    border: 1px solid #13BE88;
    background: #fff;
    color: #13BE88;
}
.from {
    width: 100%;
    height: 530px;
    /* background: url(../images/frombackground.png); */
    overflow: hidden;
}

.expert-item {
    width: 254px;
    padding: 20px;
    box-sizing: border-box;
    /* display: flex; */
    align-items: center;
    border: 1px solid #eee;
    margin: 74px 0px 20px 0;
}
.expert-item:hover{
    border: solid 1px #0088FF;
    transform: scale(1.05);
    box-shadow: #13BE88;
}   
.expert-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: -80px;
}

.expert-box {
    margin-left: 20px;
    font-size: 14px;
    color: #333;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
}

.speciality {
    font-size: 14px;
    margin-top: 4px;
    color: #666;
    margin: 0 auto;
    text-align: center;
}

.expert-box p {
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    margin-left: 6px;
    /* width: 243px; */
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #ccc;
    height: 80px;
}

.expert-box  span {
    width: 100px;
    text-align: center;
    display: block;
    background: #999;
    color: #fff;
    padding: 0 6px;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 auto;
}
.swiper-container{
    width:1212px;
    overflow: hidden;
    margin:  0 auto;
    /* padding-left: 20px; */
    padding-right: 20px;
}
.content {
    width: 1200px;
    margin:  0 auto;
}