.yuanjing {
    background: #375ebc;
    height: 532px;
}

.yuanjing .yj {
    height: 450PX;
    background: url(../../skin/picture/profileb2.jpg);
    position: relative;
}

.yuanjing .yj img {
    position: absolute;
    width: 605px;
    height: 365px;
    top: 85px;
    left: 585px;
}

.yuanjing .yj .cnt {
    line-height: 30px;
    font-size: 16px;
    color: #676869;
    position: absolute;
    top: 178px;
    left: 262px;
    width: 288px;
    height: 242px;
    overflow: hidden;
    text-align: justify;
}

.device {
    margin-top: 46px;
    display: flex;
    flex-flow: row wrap;
    gap: 31px 28px;
    padding-bottom: 92px;
}

.device li {
    width: 274px;
    height: 184px;
    position: relative;
}

.device li::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(55, 94, 188, 0.6);
}

.device li img {
    width: 100%;
    height: 100%;
}

.device li span {
    width: 100%;
    position: absolute;
    bottom: 20px;
    font-size: 22px;
    text-align: center;
    left: 0;
    z-index: 5;
    color: #fff;
}

.device li span a {
    color: #fff;
    font-size: 18px;
}

.culture {
    margin-top: 126px;
}

.culture .cnt {
    padding: 28px 23px 28px 53px;
    background: #fff;
}

.culture .cnt .son {
    height: 275px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.culture .cnt .left {
    width: 436px;
    padding: 54px 0 34px;
    position: relative;
}

.culture .cnt .left h2 {
    line-height: 38px;
    font-size: 24px;
    color: #375ebc;
}

.culture .cnt .left h2::before {
    padding-right: 12px;
}

.culture .cnt .left p {
    font-size: 16px;
    color: #454545;
    padding-top: 18px;
    line-height: 25px;
}

.culture .cnt .left span {
    width: 84px;
    line-height: 32px;
    background: #375ebc;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 35px;
}

.culture .cnt .left span a {
    color: #fff;
}

.culture .cnt .img {
    width: 600px;
    height: 275px;
    background-size: cover;
}

.doctor-swiper {
    margin-top: 60px;
    height: 396px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.doctor-swiper .icon-right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 49px;
    color: #274da8;
    cursor: pointer;
}

.doctor-swiper .icon-left-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 49px;
    color: #274da8;
    cursor: pointer;
}

.doctor-swiper .box {
    display: flex;
    flex-flow: row nowrap;
    transition: transform 0.4s ease 0s;
}

.doctor-swiper .sonbox {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px
}

.doctor-swiper .son {
    box-sizing: border-box;
    width: 214px;
    height: 396px;
    background: #fff;
    padding: 20px;
    text-align: center;
}

.doctor-swiper .son img {
    width: 100%;
    height: 224px;
}

.doctor-swiper .son h2 {
    line-height: 57px;
    font-size: 20px;
}

.doctor-swiper .son h2 a {
    width: 175px;
    color: #303030;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.doctor-swiper .son h3 {
    line-height: 24px;
    font-size: 14px;
    color: #848484;
}

.doctor-swiper .son h4 {
    margin-top: 15px;
    line-height: 36px;
    background: #375ebc;
    color: #fff;
    font-size: 16px;
}

.honour {
    margin-top: 42px;
    height: 280px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.honour .icon-right-arrow {
    position: absolute;
    top: 78px;
    right: 0;
    font-size: 49px;
    color: #274da8;
    cursor: pointer;
    text-shadow: 0px 0px 3px #fff;
}

.honour .icon-left-arrow {
    position: absolute;
    top: 68px;
    left: 0;
    font-size: 49px;
    color: #274da8;
    cursor: pointer;
    text-shadow: 0px 0px 3px #fff;
}

.honour .box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    transition: transform 0.4s ease 0s;
}

.honour .sonbox {
    display: flex;
    flex-flow: row nowrap;
    gap: 62px;
}

.honour .sonbox .son {
    width: 252px;
}

.honour .sonbox .son img {
    width: 100%;
}

.honour .sonbox .son h3 {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 2px;
    font-size: 16px;
    text-align: center;
}

.honour .sonbox .son h3 a {
    color: #5a5a5a;
}

.about1 {
    background: #274da8;
    height: 574px;
}

.profile {
    height: 476px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 98px;
}

.profile::before {
    content: '';
    background: url(../../skin/images/profileb.jpg) no-repeat;
    position: absolute;
    left: -60px;
    width: 100%;
    height: 100%;
    top: 0;
}

.profile .minfo {
    width: 433px;
    position: relative;
}

.profile .minfo .desc {
    padding-top: 42px;
    text-indent: 2rem;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.profile .minfo .desc a {
    color: #fff;
}

.profile .video {
    width: 645px;
    height: 401px;
    position: relative;
    background-color: azure;
}

.profile .ctitle {
    color: #fff;
    padding-top: 0;
}

.profile .numlist {
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.profile .numlist .son {
    width: 134px;
    height: 109px;
    background: #fff;
}

.profile .numlist .num {
    padding: 10px 0 15px 15px;
    position: relative;
}

.profile .numlist .num::after {
    content: '';
    height: 4px;
    width: 28px;
    background: #78bcee;
    position: absolute;
    left: 16px;
    bottom: 0;
}

.profile .numlist .num b {
    font-size: 28px;
    color: #274da8;
    font-weight: 600;
}

.profile .numlist .num span {
    font-size: 12px;
    color: #8b8787;
}

.profile .numlist .txt {
    padding: 15px 0 0 15px;
    font-size: 16px;
    color: #474747;
}
