.headerdiv {
    width: 100%;
}

.headertab {
    width: 100%;
    height: 148px;
    background-color: #16172E;
}

.centerdiv {
    width: 1300px;
    height: 100%;
    margin: 0 auto;

}

.padingmore {
    padding: 52px 0 !important;
}

.headerlogo {
    float: left;
    width: 20%;
    /* width: 225px; */
    max-width: 225px;
    height: 102px;
    padding-top: 18px;
}

.headerlogo img {
    width: 100%;
    height: 100%;
}

.headerrig {
    float: left;
    height: 100%;
    box-sizing: border-box;
    padding: 35px 0 18px 0;
}

.headerbiao {
    width: 100%;
    height: 34px;
    display: flex;
    box-sizing: border-box;
    padding-left: 20%;
    justify-content: flex-end;
}

.icon2 {

    width: 217px;
    height: 100%;
    text-align: right;
    margin-right: 65px;
}

.icon2 img {
    width: 100%;
    height: 100%;
}

.icon1 {

    width: 348px;
    height: 100%;
}

.icon1 img {
    width: 100%;
    height: 100%;
}

.headerli {
    width: 100%;
    height: 58px;
    line-height: 58px;
}

.headerli ul {
    display: flex;
}

.headerli ul li {
    position: relative;
    flex: 1;
    height: 100%;
    text-align: center;
    list-style: none;
}

.headerli ul li a {
    font-size: 18px;
    color: #FFFFFF;
}

.headerli ul li a:hover {
    color: #E12738;
}

.active {
    color: #E12738 !important;
}

.activeline {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 3px;
    background-color: #D73925;
}

.headerbom {
    width: 100%;
    height: 550px;
    /* background-image: url("../images/index/index_bg1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
}

.el-carousel__container {
    height: 500px !important
}

.headertext {
    width: 100%;
    height: 338px;
}


.headername {
    width: 100%;
    height: 196px;
    line-height: 200px;
    text-align: center
}

.bricko {
    font-size: 80px;
    color: #fff;
}

.brickt {
    font-size: 80px;
    color: #E12738;
}

.headerbtn {
    width: 290px;
    height: 84px;
    line-height: 84px;
    border: 2px solid #FFFFFF;
    margin: 0 auto;
    text-align: center;
}

.headerbtn a {
    font-size: 30px;
    color: #FFFFFF;
}

.headerswper {
    width: 80%;
    height: 520px;
    margin: 0 auto;
}

.mySwiperten {
    display: flex;
}

.mySwiperten .swiper-slide {
    /* width: 330px; */
    /* width: 25%; */
    flex: 1;
}

.headerswper .youcon {
    width: 330px;
    margin: 0 auto;
    text-align: center;
}

.youcon img {
    width: 330px;
    height: 330px;
    border-radius: 50%;
    overflow: hidden;
}

.youcon span {
    display: block;
    font-size: 30px;
    color: #fff;
    margin-top: 6px;
}


/* 关于我们 */
.aboutdiv {
    width: 100%;
    /* height: 788px; */
    background-color: #F5F5F5;
}

.sboutcon {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* padding: 60px 0 0; */
    /* box-sizing: border-box; */
}

.sboutcon-con {
    /* margin-top: 50px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
    box-sizing: border-box;
}

.sboutconl {
    /* width: 800px;
    height: 800px; */
    /* position: absolute; */
    /* left: 0; */
    /* width: 866px; */
    /* height: 100%; */
}

.sboutconl img {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 180px;
    height: 180px;
}

.sboutconl video {
    /* position: absolute; */
    /* top: 60px; */
    /* left: 60px; */
    width: 500px;
    height: 500px;
    background-color: #fff;
}

.sboutconr {
    /* position: absolute; */
    width: 500px;
    /* right: 0; */
    height: 500px;
    background-color: #fff;
}

.conname {
    margin-top: 50px;
    /* position: absolute; */
    /* top: 60px; */
    /* right: 0; */
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #1A1A1A;
}

.conimg {
    position: absolute;
    top: 156px;
    right: 0;
    width: 82px;
    height: 82px;
    z-index: 9;
}

.conimg img {
    width: 100%;
    height: 100%;
}

.condiv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* position: absolute; */
    /* top: 220px; */
    /* right: 0; */
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 40px 44px;
    box-shadow: 0px 18px 38px 0px rgba(204, 204, 204, 0.3);
}

.hrname {
    width: 100%;
    height: 266px;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 30px;
    overflow: scroll;
}

.hrname::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}

.btnabout {
    width: 180px;
    height: 64px;
    background: #FF5860;
    line-height: 64px;
    text-align: center;

    margin-top: 26px;
    cursor: pointer;
}

.btnabout a {
    color: #FFFFFF;
    font-size: 18px;
}

.pudentdiv {
    position: relative;
    width: 100%;
    min-height: 740px;
    /* height: 738px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #16172E;

}

.pudenttop {
    width: 100%;
    height: 740px;
    background-color: #16172E;
}

.pudentbom {
    width: 100%;
    height: 302px;
    background-color: #F5F5F5;
}

.bgdiv {
    width: 100%;
    height: 100%;
}

.pudentposition {
    padding: 60px 0 0;
    box-sizing: border-box;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pudentr-list {
    display: flex;
    align-items: center;
    margin-top: 100px;
    z-index: 88;
    width: 1200px;
    justify-content: space-between;
}

.pudentl {
    float: left;
    width: 800px;
    height: 100%;
    position: relative;
}

.pudenbgop {
    width: 100%;
    height: 478px;
}

.pudenttopbg {
    position: absolute;
    width: 430px;
    height: 470px;
    /* top: -32px; */
    top: 0;
    left: 0;
}

.pudenttopbg img {
    width: 100%;
    height: 100%;
}

.pudenttopname {
    /* position: absolute; */
    /* left: 360px; */
    /* top: 108px; */
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 88;
}

.pudenttitle {
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
}

.pudentrbtn {
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #FF5860;
    border: 1px solid #000000;

    /* margin-top: 76px; */
    cursor: pointer;
}

.pudentrbtn a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.pudentvbom {
    width: 100%;
    height: 660px;
    box-sizing: border-box;
    padding: 0 66px 34px 92px;
}

.pudentvbom img {
    width: 100%;
    height: 100%;
}

.pudentr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* float: left; */
    /* width: 740px; */
    /* height: 100%; */
    /* height:1000px; */
    overflow: scroll;

}

.pudentr::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}

.pudentrli {
    /* float: left; */
    width: 360px;
    /* margin-right: 20px; */
    margin-bottom: 20px;
    height: 480px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}

.pudentrli:nth-child(2n) {
    /* margin-right: 0; */
}

.pudentrli:hover {
    background-color: #FF5860;
}

.pudentrli:hover .pudentrliname {
    color: #fff;
}

.pudentrliimg {
    width: 100%;
    height: 270px;
    background-color: #fff;
}

.pudentrliimg img {
    width: 100%;
    height: 100%;
}

.pudentrliname {
    width: 100%;
    height: 140px;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 22px 0;
    line-height: 24px;



}

.pudentrliname span {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}



.honordiv {
    width: 100%;
    height: 796px;

    background-image: url("../images/index/honorbg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.honortit {
    width: 100%;
    height: 190px;
    line-height: 190px;
    text-align: center;
}

.honortit span {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
}

.honorbanner {
    position: relative;
    width: 1600px;
    margin: 0 auto;
}

.pudentlists {
    width: 364px !important;
    height: 512px !important;
    margin-right: 58px;
}

.pudentlists img {
    width: 100%;
    height: 100%;
}

.mySwiper {
    height: 100%;
    width: 72%;
    /* overflow: hidden; */
    margin: 0 auto;
}

.honorbanner .swiper-button-prev {
    color: #fff !important;
    margin-top: 0;
}

.honorbanner .swiper-button-next {
    color: #fff !important;
    margin-top: 0;
}

.kefudiv {
    position: relative;
    width: 100%;
    height: 758px;
}

.kefudivbg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.kefudivbgtop {
    width: 100%;
    height: 350px;
    background-color: #F5F5F5;
}

.kefudivbgbom {
    width: 100%;
    height: 408px;
    background-color: #16172E;
}

.kefudivposi {
    position: absolute;
    width: 100%;
}

.kefuledlet {
    float: left;
    width: 456px;
    height: 724px;
    margin-top: 34px;
    margin-left: 14%;
}

.kefuledlet img {
    width: 100%;
    height: 100%;
}

.kefuledrig {
    float: right;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 866px 638px 180px;
    border-color: transparent #FF5860 #FF5860 transparent;
    margin-top: 120px;
}

.kefupop {
    position: relative;
    float: right;
    width: 50%;
    height: 758px;
}

.kefutan {
    position: absolute;
    width: 100%;
    height: 758px;
    box-sizing: border-box;
    padding-top: 120px;

}

.upliname {
    width: 100%;
    height: 202px;
    line-height: 202px;
    text-align: center;
    font-size: 72px;
    color: #FFFFFF;

}

.uplist {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 16%;

}

.upli {
    width: 100%;
    height: 94px;
    text-align: left;
    margin-bottom: 58px;
}

.upli img {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 34px;
}

.upli span {
    color: #FFFFFF;
    font-size: 36px;
}


/* 新闻 */
.newsdiv {
    width: 100%;
    /* height: 624px; */
    background-color: #f5f5f5;
}

.newstit {
    width: 100%;
    height: 182px;
    line-height: 182px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #1A1A1A;
}

.newscons {
    /* width: auto; */
    /* height: 380px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsconli {
    /* float: left; */
    width: 400px;
    height: 600px;
    margin-right: 44px;
}

.newsconli:hover .newsconlib {
    background-color: #FF5860;
}

.newsconli:hover .newsconlib span {
    color: #fff;
}


.newsconli:nth-child(3n) {
    margin-right: 0;
}

.newsconlit {
    width: 100%;
    height: 400px;
}

.newsconlit img {
    width: 100%;
    height: 100%;
}

.newsconlib {
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    padding: 0 16px 16px 16px;
}

.newsconlib span {
    display: block;
}

.libname {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    color: #1A1A1A;
}

.libtext {
    font-size: 16px;
    color: #1A1A1A;
}

.footer {
    width: 100%;
    height: 496px;
}

.footert {
    width: 100%;
    height: 446px;
    background-color: #16172E;
}

.footerb {
    width: 100%;
    height: 50px;
    background-color: #11121C;
    line-height: 50px;
    text-align: center;
    color: #F5F5F5;
    font-size: 18px;
}

.foot1200 {
    width: 1200px;
    margin: 0 auto;
}

.foot54 {
    float: left;
    width: 54%;
}

.foot46 {
    float: left;
    width: 46%;
}

.foottop {
    width: 244px;
    height: 92px;
    margin-top: 22px;
}

.foottop img {
    width: 100%;
    height: 100%;
}

.footmod {
    width: 100%;
    height: 130px;
    line-height: 130px;
}

.footmod ul {
    width: 100%;
    height: 130px;
    line-height: 130px;
}

.footmod ul li {
    float: left;
    margin-right: 40px;
    text-align: left;


}

.footmod ul li a {
    font-size: 14px;
    color: #FFFFFF;
}

.footmod ul li:last-child {
    margin-right: 0;
}

.footbom {
    width: 100%;
}

.footbomli {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 18px;
}

.footbomli img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
    vertical-align: middle;
}

.iconLogo {
    /* margin-left: 50px; */
    cursor: pointer;
    /* transform: scale(1); */
    /* 给图片添加过渡效果 */
    transition: all 0.5s;
    border-radius: 0 !important;
}

.iconLogo:hover {
    /* margin-left: 50px; */
    cursor: pointer;
    /* 修改放大比例 */
    transform: scale(5);
    z-index: 77;
}
.iconLogoNew {
    /* margin-left: 50px; */
    cursor: pointer;
    /* transform: scale(1); */
    /* 给图片添加过渡效果 */
    transition: all 0.5s;
    border-radius: 0 !important;
}

.iconLogoNew:hover {
    /* margin-left: 50px; */
    cursor: pointer;
    /* 修改放大比例 */
    transform: scale(2);
    z-index: 77;
}


.footbomli span {
    width: 60%;
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
}

.foottext {
    width: 100%;
    height: 120px;
    background-color: #FFFFFF;
    margin-bottom: 14px;
    margin-top: 24px;
}

.foottext textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: none;
}

.footinput {
    width: 100%;
    height: 48px;
    background-color: #fff;
    margin-bottom: 14px;
}

.footinput input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: none;
}

input,
textarea,
select,
a:focus {
    outline: none;
}

.footlast {
    width: 100%;
    height: 48px;
}

.footlste {
    float: left;
    width: 46%;
}

.footlste input {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border: none;
}

.footrste {
    float: right;
    width: 46%;
}

.footrste input {
    float: right;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    background: #FF5860;
    border: none;
}









/* 产品 */
.banner {
    width: 100%;
    height: 600px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.headertwo {
    width: 100%;
    height: 118px;
    background-color: #16172E;
    box-sizing: border-box;
    padding: 10px;
}

.headertwologo {
    float: left;
    /* width: 225px; */
    width: 20%;
    max-width: 225px;
    height: 100%;
}

.headertwologo img {
    width: 100%;
    height: 100%;
}

.headerrig {
    width: 80%;
}

.headerli ul li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 12px;
}

.headerli ul li a span {
    font-size: 18px;
    color: #F1F1F1;
}

.pudentcanter_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.tree {
    width: 280px;
    min-height: 500px;
}

.el-tree-node__content {
    height: 60px !important;
}

.el-tree-node__label {
    color: #4F4F4F;
    font-weight: bold;
    font-size: 16px !important;
    cursor: pointer;
}

.pudentcanter {
    width: 900px;
    /* margin: 0 auto; */
    overflow: hidden;
}


/* .pudentrlicanter {
    float: left;
    width: 360px;
    margin-right: 60px;
    margin-bottom: 20px;
    height: 480px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
} */
.pudentrlicanter {
    float: left;
    width: 283px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 420px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}

.pudentrlicanter:nth-child(3n) {
    margin-right: 0;
}

.pudentrlicanter:hover {
    background-color: #FF5860;
}

.pudentrlicanter:hover .pudentrliname {
    color: #fff;
}

.tabpudent {
    width: 1200px;
    height: 220px;
    line-height: 220px;
    margin: 0 auto;
}

.tabpudent ul li {
    float: left;
    margin-right: 46px;
    color: #4F4F4F;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.pudentabdiv {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pagenext {
    display: flex;
    width: 100%;
    height: 190px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 76px 0 68px;
    justify-content: flex-end;
}

.firstdiv {
    width: 117px;
    height: 46px;
    line-height: 46px;
    background: #DDDDDD;
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;
}
.pagenextLi{
    width: 117px;
    height: 46px;
    line-height: 46px;
    background: #DDDDDD;
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;
}

.firstdiv:hover,
.pagediv:hover,
.enddiv:hover {
    background-color: #E12738;
    color: #FFFFFF;

}

.pagediv {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #DDDDDD;
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;
}

.enddiv {
    width: 72px;
    height: 46px;
    line-height: 46px;
    background: #DDDDDD;
    cursor: pointer;
    font-size: 18px;
}



/* 新闻 */
.newslist {
    width: 1200px;
    margin: 0 auto;
    margin-top: 42px;
}

.newsli {
    width: 100%;
    height: 370px;
    margin-bottom: 30px;
}

.newsleft {
    width: 370px;
    height: 370px;
}

.newsleft img {
    width: 100%;
    height: 100%;
}

.newsright {
    width: 800px;
    height: 370px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 36px;
    overflow: hidden;
}

.newl {
    float: left;
}

.newr {
    float: right;
}

.newsdata {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    color: #1A1A1A;
}

.newsname {
    color: #1A1A1A;
    font-size: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newscon {
    width: 100%;
    color: #1A1A1A;
    font-size: 16px;
    margin-top: 20px;

}

.newscon span {

    white-space: normal;

    /* word-wrap: break-all;
    word-break:normal;  */

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.newstabdiv {
    position: relative;
    width: 1200px;
    margin: -68px auto 80px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 114px;
}

.newdatime {
    position: absolute;
    top: 0;
    right: 0;
    width: 258px;
    height: 68px;
    line-height: 68px;
    background: #FF5860;
    border-radius: 0px 0px 0px 30px;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
}

.newsconct {
    width: 100%;
    padding-bottom: 80px;

}

.newsconctname {
    text-align: center;
    font-size: 28px;
    color: #1A1A1A;
    padding-top: 130px;
}

.newsconxin {
    font-size: 20px;
    color: #666666;
    margin-top: 50px;
}

/* 关于 */
.aboutbdiv {
    position: relative;
    z-index: 9;
    /* width: 1200px; */
    margin: 0 auto 60px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sanabouts-box {
    padding: 60px 0;
    box-sizing: border-box;

}

.sanabouts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.sanaboutlis {
    /* float: left; */
    width: 380px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 18px 38px 0px rgba(204, 204, 204, 0.3);
    /* margin-right: 29px; */
    text-align: center;
    box-sizing: border-box;
    padding: 62px 0;
    text-align: center;
    cursor: pointer;
}

.sanaboutlis:last-child {
    margin-right: 0;
}

.sanaboutlis img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.sanaboutlis span {
    color: #1A1A1A;
    font-size: 32px;
    margin-top: 38px;
    display: block;
}





.aboutimgt {
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.aboutimgt span {
    font-size: 72px;
    color: #1A1A1A;
}

.aboutimgb {
    /* width: 100%; */
    /* height: 640px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-around;
}

.imgableft {
    /* float: left; */
    width: 320px;
    height: 320px;
    border-radius: 10px;
}

.imgableft img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.imgabright {
    float: right;
    width: 560px;
    height: 640px;
}

.imgabright img {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
}

.imgabright img:last-child {
    margin-bottom: 40px;
}

.contanctbdiv {
    width: 100%;
    height: 664px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contanctname {
    width: 100%;
    height: 208px;
    line-height: 208px;
    text-align: center;
    font-size: 48px;
    color: #1A1A1A;

}

.sanaboutli {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    /* float: left; */
    width: 24%;
    height: 420px;
    /* margin-right: 30px; */
    box-sizing: border-box;
    padding: 40px 30px;
    text-align: center;
    background-color: #fff;
    justify-content: space-between;
}

.sanaboutli:last-child {
    margin-right: 0px;
}

.lianxi {
    width: 100%;
    border-radius: 50%;
    /* overflow: hidden; */
    margin: 0 auto;
}

.lianxi img {
    width: 100px;
    height: 100px;
}

.lianxi span {
    display: block;
    font-size: 30px;
    color: #1A1A1A;
    margin-top: 16px;
}

.lianxima {
    font-size: 24px;
    color: #1A1A1A;
    /* margin-top: 30px; */
    word-wrap: break-word; /* 旧的写法，兼容性较好 */
    overflow-wrap: break-word; /* 新的写法，推荐使用 */
}





/* 客服 */

.kedadiv {
    width: 100%;
    height: 660px;
}

.kedadivl {
    float: left;
    width: 46%;
    height: 100%;
}

.kedadivl img {
    width: 100%;
    height: 100%;
}

.kedadivr {
    float: right;
    width: 100%;
    height: 100%;
    background-color: #FF5860;
    box-sizing: border-box;
    padding: 0 100px;
}

.kedatitle {
    width: 100%;
    height: 204px;
    box-sizing: border-box;
    padding: 50px 0 40px;
}

.kedatitle span {
    display: block;
    font-size: 48px;
    color: #FFFFFF;

}

.kedainput {
    width: 100%;
    height: 80px;
    margin-bottom: 34px;
}

.kedainput input {
    float: left;
    width: 40%;
    height: 80px;
    background-color: #fff;
    margin-right: 34px;
    box-sizing: border-box;
    padding: 0 30px;
    border: none;
}

.kedainput input:last-child {
    margin-right: 0;
}

.kearea {
    width: 100%;
    height: 188px;
    background-color: #FFFFFF;
    margin-bottom: 30px;

}

.kearea textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    border: none;
}

.kedadivrbtn {
    width: 240px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #222339;
    color: #FFFFFF;
    font-size: 24px;
}





/* 资质 */
.honorbdiv {
    width: 1200px;
    /* height: 1208px; */
    margin: 0 auto;
    box-sizing: border-box;
    /* padding-top: 60px; */
}

.sanabout {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 200px;
    box-sizing: border-box;
    justify-content: space-between;
}

.sanabout-honorb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /* padding: 0 200px; */
    /* box-sizing: border-box; */
    justify-content: space-between;
    padding: 60px 0;
    box-sizing: border-box;
    gap: 50px;
}

.honorli {
    /* float: left; */
    width: 364px;
    height: 514px;
    /* margin-right: 54px; */
    /* margin-bottom: 50px; */
    cursor: pointer;
}

.honorli:nth-child(3n) {
    margin-right: 0;
}

.honorli img {
    width: 100%;
    height: 100%;
}



.more {
    position: relative;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    line-height: 60px;
    box-sizing: border-box;
    padding: 30px 0px;
    text-align: right;
    display: none;

}

.more img {
    width: 40px;
    height: 40px;
    float: right;
    object-fit: cover;
}








@media(max-width:900px) {
    .kefuledrig {
        border-width: 0px 400px 638px 180px;
    }
}





@media(max-width:1636px) {
    .kefuledrig {
        border-width: 0px 600px 638px 180px;
    }


    .upliname {
        font-size: 54px;
    }
}

@media(max-width:1600px) {

    .kefuledlet {
        margin-left: 0;
    }


}

@media(max-width:1500px) {}

@media(max-width:1300px) {

    .honorbanner,
    .foot1200,
    .pudentcanter,
    .honorbdiv,
    .newslist,
    .aboutbdiv,
    .contanctbdiv,
    .sboutcon,
    .newscons,
    .tabpudent {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .headerrig {
        display: none;
    }

    .more {
        display: block;
    }

    .centerdiv {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .newsleft {
        width: 30%;
    }

    .newsright {
        width: 66%;
    }

    .imgableft {
        width: 50%;
    }

    .imgabright {
        width: 48%;
    }

}

@media(max-width:1200px) {

    .sanabouts,
    .sanabout {
        width: 100%;
        display: flex;
    }

    .sanaboutlis,
    .sanaboutli {
        flex: 1;
    }

    .kedadivr {
        padding: 0 20px;
    }

    .kedatitle {
        padding: 26px 0 40px
    }
}

@media(max-width:1080px) {}

@media(max-width:992px) {}

@media(max-width:660px) {}