#new-rp .btns::before,
#new-rp .fix-nav .con ul li.active::before,
#new-rp .banner .banner-wrap ul li::before,
#new-rp .top-desc::before,
#new-rp .top-desc .cons::before,
#new-rp .top-desc .cons::after,
#new-rp .top-desc .cons>div:nth-child(2) p::before,
#new-rp .top-desc .cons>div:nth-child(2) ul::before,
#new-rp .top-desc .cons>div:nth-child(2) ul::after,
#new-rp .people .list-wrap>div::before,
#new-rp .people .list-wrap>div ul li::before,
#new-rp .solve-problem-wrap::after,
#new-rp .solve-problem .twos::before,
#new-rp .solve-problem .twos div::after,
#new-rp .thr-liang-wrap .wrap div::after,
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl dt::before,
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>p::before,
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li ul::before,
#new-rp .news-wrap .news::before,
#new-rp .news-wrap .news::after,
#new-rp .news-wrap .news .con .con-box-wrap .tit-wrap::before,
#new-rp .news-wrap .news .con .con-box-wrap .tit-wrap::after,
#new-rp .baozhang-wrap div p:nth-child(1)::before,
#new-rp .baozhang ul li::before,
.footer-top-bg .cont .text-cont ul.right>li:nth-child(1) ul li .hover-wrap>div::before,
.footer-top-bg .cont .text-cont ul.right>li:nth-child(1) ul li .little-red-book>div ul li p:nth-child(1)::before{
    content: "";
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
header nav .nav li .same a,
header nav .nav>li:nth-child(1) a{
    font-size: 16px !important;
}
header nav .nav li a.home{
    font-weight: bold;
    padding: 13px 0px 16px 0px!important;
}
#new-rp .fix-nav{
    display: none;
    z-index: 4;
    box-shadow: 0 4px 4px 0 #c0c0c040;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
}
#new-rp .fix-nav .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
#new-rp .fix-nav .con>a{
    display: block;
    width: 111px;
    height: 32px;
}
#new-rp .fix-nav .con>a img{
    width: 100%;
}
#new-rp .fix-nav .con ul{
    display: flex;
    align-items: center;
}
#new-rp .fix-nav .con ul li.active{
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    position: relative;
}
#new-rp .fix-nav .con ul li.active::before{
    margin: auto;
    left: 0;
    right: 0;
    bottom: 13px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/nav-active.png);
    width: 20.5px;
    height: 5px;
    background-size: 100% 100%;
}
#new-rp .fix-nav .con ul li{
    margin-left: 52px;
    cursor: pointer;
}
#new-rp .fix-nav .con ul li,
#new-rp .fix-nav .con ul li a{
    padding: 23px 0;
    font-size: 16px;
    color: #262626;
}
#new-rp .hiddens{
    display: none;
}
#new-rp .banner p,
#new-rp .banner h5{
    color: #fff;
}
#new-rp .mbx a,
#new-rp .mbx span{
    font-size: 14px;
}
#new-rp .banner .banner-wrap,
#new-rp .mbx,
#new-rp .top-desc .cons,
#new-rp .people .list-wrap,
#new-rp .solve-problem,
#new-rp .thr-liang-wrap .thr-liang,
#new-rp .tbfd-cont-wrap .tbfd-cont,
#new-rp .shouhuo-wrap .shouhuo,
#new-rp .school-wrap .school .school-cont,
#new-rp .five-wrap .five,
#new-rp .news-wrap .news,
#new-rp .baozhang{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#new-rp .common-enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#new-rp .common-enter,#new-rp .common-leave {
    transition: opacity 1s,transform 1s,-webkit-transform 1s
}

#new-rp .common-leave {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}
#new-rp .top-enter p,#new-rp .top-enter p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#new-rp .top-leave p,#new-rp .top-leave p {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}
#new-rp .title-wrap{
    text-align: center;
}
#new-rp .title-wrap p{
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
}
#new-rp .title-wrap p:nth-child(1){
    color: #262626;
    font-weight: bold;
    font-size: 34px;
}
#new-rp .title-wrap p:nth-child(2){
    color: #5B5B5B;
    font-size: 16px;
}
#new-rp .title-wrap p:nth-child(3){
    display: inline-block;
    width: 73px;
    height: 4px;
    background-color: #FFD409;
}
#new-rp .btns{
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 250px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #3d3d3d;
    border-radius: 29px;
    background: #FFD409;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
#new-rp .btns::before{
    width: 20px;
    height: 75px;
    transform: rotate(20deg);
    top: -9px;
    left: 0;
    background-color: rgba(255,255,255,.52);
    animation: formright .8s linear 0s infinite;
}
@keyframes formright{
    from{
        left: -58px;
    }
    to{
        left: 290px;
    }
}
#new-rp .btns a{
    display: block;
    color: #3d3d3d;
}
#new-rp .banner{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/banner-bg.png);
    padding: 65px 0 0 0px;
    height: 486px;
}
#new-rp .banner .banner-wrap ul li{
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 28.5px;
}
#new-rp .banner .banner-wrap ul li::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/banner-icon3.png);
    width: 21.5px;
    height: 22px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#new-rp .banner .banner-wrap ul li span{
    font-size: 16px;
    color: #FFD409;
    font-weight: bold;
}
#new-rp .banner .tops{
    position: relative;
    margin-bottom: 71px;
}
#new-rp .banner img{
    height: 38px;
    margin-bottom: -50px;
}
#new-rp .banner h5{
    font-size: 65px;
    margin-bottom: 11.5px;
}
#new-rp .banner p{
    font-size: 17px;
}
#new-rp .mbx{
    margin-top: 24px;
    margin-bottom: 40px;
}
#new-rp .mbx a:first-child,
#new-rp .mbx span{
    color: #262626;
}
#new-rp .mbx span{
    margin:  0 10px ;
    display: inline-block;
}
#new-rp .mbx a:last-child{
    color: #595959;
}
#new-rp .top-desc{
    position: relative;
    margin-bottom: 44px;
}
#new-rp .top-desc::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_gkss/after2-2.png);
    width: 94px;
    height: 106px;
    right: 0;
    top: 248px;
}
#new-rp .top-desc .cons{
    padding-top: 106px;
    padding-right: 25px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow:0 5px 23.4px rgba(140, 140, 140, 0.18);
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
}
#new-rp .top-desc .cons::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after1.png);
    width: 145px;
    height: 174px;
    right: 0;
    top: 0;
}
#new-rp .top-desc .cons::after{
    content: "高效写作辅导，顺利升学读博";
    font-size: 20px;
    color: #3D3D3D;
    left: -20px;
    top: 19px;
    padding: 12px 0 0 39px;
    width: 343.5px;
    height: 64px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after1-2.png);
}
#new-rp .top-desc .cons>div:nth-child(1) p,
#new-rp .top-desc .cons>div:nth-child(2) p{
    color: #666666;
    font-size: 14px;
    line-height: 22.43px;
}
#new-rp .top-desc .cons>div:nth-child(1) p{
    position: absolute;
    top: 100px;
    left: 204px;
}
#new-rp .top-desc .cons>div:nth-child(2){
    width: 549px;
}
#new-rp .top-desc .cons>div:nth-child(2) p{
    padding-left: 194px;
    position: relative;
}
#new-rp .top-desc .cons>div:nth-child(2) p::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/text1-1.png);
    width: 120px;
    height: 43px;
    left: 63px;
    top: 0;
}
#new-rp .top-desc .cons>div:nth-child(2) ul{
    padding: 33px 0 7px;
    overflow: hidden;
    width: 100%;
    height: 271px;
    border-radius: 14px;
    position: relative;
    background: #FBFBFB;
    margin-top: 22px;
}
#new-rp .top-desc .cons>div:nth-child(2) ul::before,
#new-rp .top-desc .cons>div:nth-child(2) ul::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/left-opc.png);
    top: 0;
    width: 35px;
    height: 271px;
    z-index: 2;
}
#new-rp .top-desc .cons>div:nth-child(2) ul::before{
    left: 0;
}
#new-rp .top-desc .cons>div:nth-child(2) ul::after{
    right: 0;
    transform: rotateY(180deg);
}
#new-rp .top-desc .cons>div:nth-child(2) ul li{
    margin-bottom: 28px;
    margin-left: 52px;
    width: 120%;
}
#new-rp .top-desc .cons>div:nth-child(2) ul li:nth-child(2){
    margin-left: -20px;
}
#new-rp .top-desc .cons>div:nth-child(2) ul li p{
    transition: all .3s;
    padding-left: 24px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    height: 48px;
    font-size: 14px;
    color: #262626;
    line-height: 48px;
    border-radius: 7px 7px 7px 0;
    box-shadow: 0 3.46px 6.06px 0 #E9E9E9;
}
#new-rp .top-desc .cons>div:nth-child(2) ul li p:hover{
    transform: scale(1.1);
}
#new-rp .top-desc .cons>div:nth-child(2) ul li p:first-child{
    margin-right: 38px;
}
#new-rp .top-desc .cons>div:nth-child(2) ul li p::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after1-3.png);
    width: 10px;
    height: 8px;
    left: 11px;
    top: 9px;
}
#new-rp .people{
    background: linear-gradient(180deg, #ffffff00 0%, #FFFCED 100%);
    padding: 41px 0 36px;
}
#new-rp .people .title-wrap{
    margin-bottom: 46px;
}
#new-rp .people .title-wrap p:nth-child(1){
    margin-bottom: 16px;
}
#new-rp .people .title-wrap p:nth-child(2){
    margin-bottom: 10px;
}
#new-rp .people .list-wrap>div:nth-child(1){
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 2;
    padding-left: 90px;
}
#new-rp .people .list-wrap>div:nth-child(1):before{
    z-index: -1;
    width: 417px;
    height: 417px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
    left: -2px;
    right: 4px;
    top: 5px;
    bottom: 5px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/pic2.png);
}
#new-rp .people .list-wrap>div ul:nth-child(1){
    width: 400px;
}
#new-rp .people .list-wrap>div ul{
    width: 590px;
}
#new-rp .people .list-wrap>div ul:last-child{
    padding-left: 115px;
}
#new-rp .people .list-wrap>div ul li{
    display: inline-block;
    position: relative;
    border: 1px solid #D8D8D8;
    border-radius: 100px;
    line-height: 57px;
    padding: 0 24px 0 49px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #262626;
    background-color: #fff;
}
#new-rp .people .list-wrap>div ul li:last-child{
    margin-bottom: 24px;
}
#new-rp .people .list-wrap>div ul li::before{
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #FFB202;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 24px;
}
#new-rp .people .list-wrap>div ul li:hover{
    border: 1px solid #FFD409;
    background-color: #FFD409;
}
#new-rp .people .list-wrap>div ul li:hover::before{
    background-color: #262626;
}
#new-rp .people .list-wrap>div ul:nth-child(1) li:nth-child(1){
    margin-left: 45px;
}
#new-rp .people .list-wrap>div ul:nth-child(1) li:nth-child(2){
    margin-left: 109px;
}
#new-rp .people .list-wrap>div ul:nth-child(1) li:nth-child(3){
    margin-left: 43px;
}
#new-rp .people .list-wrap>div ul:nth-child(1) li:nth-child(4){
    margin-left: 29px;
}
#new-rp .people .list-wrap>div ul:nth-child(1) li:nth-child(5){
    margin-left: 73px;
}
#new-rp .people .list-wrap>div ul:nth-child(2) li:nth-child(1){
    margin-left: 27px;
}
#new-rp .people .list-wrap>div ul:nth-child(2) li:nth-child(2){
    margin-left: 71px;
}
#new-rp .people .list-wrap>div ul:nth-child(2) li:nth-child(3){
    margin-left: 49px;
}
#new-rp .people .list-wrap>div ul:nth-child(2) li:nth-child(4){
    margin-left: 10px;
}
#new-rp .people .list-wrap>div ul:nth-child(2) li:nth-child(5){
    margin-left: 50px;
}
#new-rp .people .btns{
    margin-top: 28px;
}
#new-rp .solve-problem-wrap{
    padding-top: 58px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
#new-rp .solve-problem-wrap::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/bg2.png);
    left: 0;
    bottom: 79px;
    width: 100%;
    height: 260px;
    z-index: -1;
}
#new-rp .solve-problem-wrap .title-wrap p:nth-child(2){
    margin: 16px 0 10px;
}
#new-rp .solve-problem-wrap .prev-wrap>ul{
    margin: 50px 0 40px;
    display: flex;
    justify-content: space-between;
}
#new-rp .solve-problem-wrap .prev-wrap>ul li{
    padding: 0px 22px 19px 22px;
    background-color: #fff;
    width: 224px;
    border-radius: 8px;
    box-shadow: 0 5px 23.4px 0 rgba(140, 140, 140, 0.18);
}
#new-rp .solve-problem-wrap .prev-wrap>ul li img{
    width: 124px;
}
#new-rp .solve-problem-wrap .prev-wrap>ul li p:nth-child(2){
    text-align: center;
    color: #262626;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 15px;
}
#new-rp .solve-problem-wrap .prev-wrap>ul li p:nth-child(2) span{
    color: #FF8B02;
}
#new-rp .solve-problem-wrap .prev-wrap>ul li p:nth-child(3){
    font-size: 14px;
    color: #5B5B5B;
    line-height: 31px;
}
#new-rp .solve-problem-wrap .prev-wrap>ul li:nth-child(3) p:nth-child(2){
    margin: 35px 0 16px 0;
}
#new-rp .solve-problem-wrap .prev-wrap>ul li:nth-child(5) p:nth-child(2){
    margin: 36px 0 16px 0;
}
#new-rp .solve-problem .twos{
    position: relative;
    margin-top: 24px;
    display: flex;
}
#new-rp .solve-problem .twos::before{
    margin: auto;
    left: 0;
    right: 0;
    top: -20px;
    width: 119px;
    height: 44px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after2-1.png);
}
#new-rp .solve-problem .twos ul{
    z-index: 1;
    margin-right: -20px;
    padding: 59px 45px 38px 51px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after2-2.png);
    width: 310px;
    height: 200px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#new-rp .solve-problem .twos ul li{
    text-align: center;
    color: #3D3D3D;
    font-size: 19px;
    margin-bottom: 6px;
}
#new-rp .solve-problem .twos ul li:nth-child(3){
    font-size: 23px;
    font-weight: bold;
    margin-top: 15px;
}
#new-rp .solve-problem .twos div{
    padding: 33px 0 0 88px;
    margin-top: 43px;
    width: 921px;
    height: 137px;
    font-size: 22px;
    color: #3D3D3D;
    position: relative;
    background-color: #fff;
    border-radius:  0 8px 8px 0;
    box-shadow: 0 5px 23.4px 0 rgba(140, 140, 140, 0.18);
}
#new-rp .solve-problem .twos div::after{
    width: 73.21px;
    height: 50.24px;
    top: 28px;
    right: 28px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after2-.png);
}
#new-rp .solve-problem .twos div span{
    font-weight: bold;
}
#new-rp .solve-problem .twos div p:nth-child(1){
    margin-bottom: 10px;
}
#new-rp .thr-liang-wrap{
    padding: 60px 0;
    background-color: #fff;
}
#new-rp .thr-liang-wrap .wrap>div:nth-child(1),
#new-rp .thr-liang-wrap .wrap>div:nth-child(2){
    position: relative;
    border-radius: 8px;
    padding: 30px 51px 30px 40px ;
    box-shadow: 0 5px 23.4px rgba(140, 140, 140, 0.18);
    background-image:  linear-gradient(180deg, #FFF8D8 0.11%, #FFF 21.59%);
    z-index: 1;
}
#new-rp .thr-liang-wrap .wrap div::after{
    width:145px;
    height: 174px;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after3-1.png);
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1){
    display: flex;
    margin: 35px 0 40px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl dt{
    font-weight: bold;
    font-size: 23px;
    color: #262626;
    position: relative;
    padding-left: 26px;
    margin-bottom: 35px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl dt::before{
    width: 4px;
    height: 20px;
    margin: auto;
    left: 7px;
    top: 0;
    bottom: 0;
    background:  #FFB202;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl:nth-child(1){
    width: 544px;
    margin-right: 55px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl:nth-child(1) dd{
    font-size: 16px;
    color: #262626;
    margin-bottom: 22px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl:nth-child(1) dd span{
    height: 64px;
    line-height: 64px;
    display: inline-block;
    text-align: center;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl:nth-child(1) dd:last-child{
    margin-bottom: 0;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl:nth-child(1) dd span:nth-child(1){
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/pic2-5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 199px;
    font-weight: bold;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl:nth-child(1) dd span:last-child{
    width: calc(100% - 199px);
    background-color: #F9FAFD;
    border-radius: 0 8px 8px 0;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl:nth-child(2) dd{
    padding: 26px 39px 20px 39px;
    background-color: #FBFBFB;
    border-radius: 14px;
    width: 511px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl:nth-child(2) img{
    height: 127px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(1) dl:nth-child(2) img:nth-child(1){
    margin-bottom: 22px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2){
    padding: 37px 67px 40px 47px ;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>p{
    position: relative;
    padding-left: 19px;
    font-size: 18px;
    color: #3D3D3D;
    margin-bottom: 42px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>p::before{
    width: 4px;
    height: 20px;
    background: #FFB202;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>p span{
    color: #262626;
    font-size: 23px;
    font-weight: bold;
    margin-right: 18px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2){
    margin-left: 19px;
    display: flex;
    justify-content: space-between;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box{
    width: 508px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box dl{
    padding: 19px 0 14px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 93px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box dl dd:last-child{
    font-weight: normal;
    margin-top: 10px;
    font-size: 16px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box:nth-child(1) dl{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/pic2-3.png);
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box:nth-child(2) dl{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/pic2-4.png);
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box ul{
    padding: 23px 19px 2px 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FAFAFA;
    border-radius: 8px 8px 0 0 ;
    margin-top: -3px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box ul li{
    margin-bottom: 16px;
    border-radius: 7px;
    background-color: #fff;
    height: 57px;
    line-height: 57px;
    padding-left: 17px;
    font-size: 16px;
    color: #262626;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box ul li:hover{
    background-color: #FFD409;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box ul li:nth-child(odd){
    width: 198.06px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box ul li:nth-child(even){
    width: 253px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box:nth-child(2) ul{
    padding: 27px 35px 10px 35px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box:nth-child(2) ul li{
    height: 94px;
    line-height: 94px;
    margin-bottom: 14px;
    text-align: center;
    padding-left: 0;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box:nth-child(2) ul li:last-child{
    width: 100%;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box:nth-child(2) ul li:first-child{
    width: 134.05px;
}
#new-rp .thr-liang-wrap .wrap div:nth-child(2)>ul:nth-child(2) .box:nth-child(2) ul li:nth-child(2){
    width: 284px;
}
#new-rp .thr-liang-wrap .btns{
    margin-top: 48px;
}
#new-rp .tbfd-cont-wrap{
    padding: 60px 0 ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/bg3.png);
}
#new-rp .tbfd-cont-wrap .tbfd-cont .title-wrap p{
    color: #fff;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .title-wrap p:nth-child(2){
    margin: 19px 0 5px;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap{
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 73px;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li ul{
    padding: 26px 30px 14px 30px;
    margin-top: 73px;
    width: 373px;
    box-shadow: 0 5px 23.4px 0 rgba(140, 140, 140, 0.18);
    border-radius: 8px;
    position: relative;
    color: #fff;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li ul::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after4-1.png);
    width: 115px;
    height: 95px;
    top: 18px;
    right: 17px;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(2) ul::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after4-2.png);
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(3) ul::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rp/after4-3.png);
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap ul li{
    margin-bottom: 16px;
    border-radius: 8px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap ul li:first-child{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 34px !important;
    background-color: transparent !important;
    color: #262626;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(1) ul,
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(2) ul,
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(3) ul{
    margin-top: 0;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(1) ul{
    background: linear-gradient(180deg, #FFF0A6 0.11%, #FFF 39.96%);
    color: #262626;
    font-size: 16px;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(2) ul{
    background: linear-gradient(180deg, #FFE1A6 0.13%, #FFF 34%);
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(3) ul{
    background: linear-gradient(180deg, #DBE5FF 0.14%, #FFF 32.35%);
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(1) ul li{
    background-color: #FFD409;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(2) ul li{
    background-color: #FF9A22;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(3) ul li{
    background-color: #7FA3FF;
}
#new-rp .tbfd-cont-wrap .tbfd-cont .btns{
    margin-top: 44px;
}
#new-rp .server-wrap{
    padding: 40px 0 ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/bg8.png);
}
#new-rp .server-wrap .server{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
#new-rp .server-wrap .server .title-wrap p{
    color: #fff;
}
#new-rp .shouhuo-wrap .shouhuo .title-wrap p:nth-child(2),
#new-rp .server-wrap .server .title-wrap p:nth-child(2){
    margin: 16px 0 5px;
}
#new-rp .server-wrap .server ul{
    margin: 56px 10px 41px 10px;
    display: flex;
    justify-content: space-between;
}
#new-rp .server-wrap .server ul li{
    padding-right: 69px;
    margin-right: 81px;
    border-right: 1px dashed rgba(152,152,152,.62);
}
#new-rp .server-wrap .server ul li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
#new-rp .server-wrap .server ul li p{
    color: #fff;
    font-size: 18px;
}
#new-rp .server-wrap .server ul li img{
    height: 44px;
}
#new-rp .server-wrap .server .su-pic-wrap{
    padding: 0 7px;
    position: relative;
    margin-top: 41px;
    /* backdrop-filter: blur(35.64px); */
    border: 1px solid #fff;
    border-radius: 8.3px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/bg8-1.png);
    /* background-color: rgba(255,255,255,.22); */
}
#new-rp .server-wrap .server .su-pic-wrap .swiper-button-prev,
#new-rp .server-wrap .server .su-pic-wrap .swiper-button-next{
    width: 44px;
    height: 44px;
    top: 61%;
    background-size: 100% 100%;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/lunbo-btn.png);
}
#new-rp .server-wrap .server .su-pic-wrap .swiper-button-prev{
    left: 0;
}
#new-rp .server-wrap .server .su-pic-wrap .swiper-button-next{
    transform: rotate(180deg);
    right: 0;
}
#new-rp .server-wrap .server .su-pic-wrap .swiper-slide{
    transform: scale(0.88);
    transition: all .3s;
}
#new-rp .server-wrap .server .su-pic-wrap .swiper-slide:hover{
    transform: scale(0.95);
}
#new-rp .server-wrap .server .su-pic-wrap .img-wrap{
    width: 100%;
    height: 409.87px;
    border-radius: 8.2px;
    overflow: hidden;
}
#new-rp .server-wrap .server .su-pic-wrap .img-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 8.2px;
    cursor: url(https://oss.kaoersi.com/public/images/yxk/fdj.png),auto;
}
/*图片放大弹层*/
.overlay {
    background-color: rgba(0, 0, 0, 0.815);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.overlayBg {
    position: relative;
    z-index: 11;
    display: flex; /*因为企业荣誉3A认证出现问题所以添加*/
    max-width: 80vw;
    max-height: 80vh;
}
.overlayBg-mb {
    position: relative;
    z-index: 11;
    max-width: 90%;
}
.imgClose {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
    background: url(https://oss.kaoersi.com/public/images/close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    cursor: pointer;
    opacity: 0.4;
}
.imgClose:hover {
    opacity: 1;
}
.imgClose-mb {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: url(https://oss.kaoersi.com/public/images/close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    cursor: pointer;
    opacity: 0.4;
}
.imgClose-mb:hover {
    opacity: 1;
}
.overlayimg {
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
}
/*图片放大弹层*/
#new-rp .industry{
    padding: 60px 0 32px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/bg10.png);
}
#new-rp .industry .industry-con .title-wrap p:nth-child(2){
    margin: 16px 0 5px;
}
#new-rp .industry .industry-con{
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
}
#new-rp .industry .industry-con ul{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 43px;
}
#new-rp .industry .industry-con ul li{
    background-color: #fff;
    display: flex;
    width: 384px;
    align-items: center;
    padding: 25px 0 24px 27px;
    margin-bottom: 31px;
    border-radius: 8px;
    box-shadow: 0 -3px 22px 0 #24242421;
}
#new-rp .industry .industry-con ul li:hover{
    box-shadow: 0 11px 22px 0px #24242421;
}
#new-rp .industry .industry-con ul li img{
    width: 81.5px;
    height: 81px;
    margin-right: 20px;
}
#new-rp .industry .industry-con ul li div p:nth-child(1){
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;
    margin-bottom: 20px;
}
#new-rp .industry .industry-con ul li div p:nth-child(2){
    font-size: 16px;
    color: #5B5B5B;
}
#new-rp .industry .industry-con .pic-wrap{
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
}
#new-rp .industry .industry-con .pic-wrap #h-pic{
    padding-bottom: 23px;
}
#new-rp .industry .industry-con .pic-wrap .img-wrap{
    background-color: #fff;
    padding: 13px;
    box-shadow: 0 6px 23px 0 rgba(36,36,36,.13);
    border-radius: 0 0 8px 8px;
    border-top: 3px solid #FFD409;
}
#new-rp .industry .industry-con .pic-wrap .img-wrap img{
    width: 180px;
    height: 126px;
}
#new-rp .industry .industry-con .pic-wrap .img-wrap p{
    font-size: 12px;
    color: #262626;
    margin-top: 16px;
    text-align: center;
}
#new-rp .industry .industry-con .pic-wrap .swiper-button-prev,
#new-rp .industry .industry-con .pic-wrap .swiper-button-next{
    width: 44px;
    height: 44px;
    top: 45%;
    background-size: 100% 100%;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/lunbo-btn.png);
}
#new-rp .industry .industry-con .pic-wrap .swiper-button-prev{
    left: 0;
}
#new-rp .industry .industry-con .pic-wrap .swiper-button-next{
    right: 0;
    transform: rotate(180deg);
}
#new-rp .news-wrap{
    overflow: hidden;
    padding: 60px 0 64px;
    background-color: #fff;
}
#new-rp .news-wrap .news{
    position: relative;
    z-index: 0;
}
#new-rp .news-wrap .news::before{
    width: 349px;
    height: 343px;
    left: -220px;
    bottom: -82px;
    z-index: -1;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/after11-1.png);
}
#new-rp .news-wrap .news::after{
    width: 72px;
    height: 72px;
    right: -44px;
    bottom: -34px;
    z-index: -1;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/after11-2.png);
}
#new-rp .news-wrap .news .title-wrap p:nth-child(2){
    margin: 16px 0 5px;
}
#new-rp .news-wrap .news .con{
    display: flex;
    justify-content: space-between;
}
#new-rp .news-wrap .news .con .con-box-wrap{
    margin-top: 43px;
    width: 590px;
    border-radius: 6px;
    box-shadow: 0 22.15px 24.44px 0 #a5a5a52e;
    background-color: #fff;
}
#new-rp .news-wrap .news .con .con-box-wrap .tit-wrap{
    background-color: #FFD409;
    border-radius: 6px 6px 0 0;
    padding: 19px 0;
    height: 64px;
    position: relative;
    font-size: 20px;
    color: #3d3d3d;
    font-weight: bold;
    padding-left: 56px;
}
#new-rp .news-wrap .news .con .con-box-wrap .tit-wrap::before{
    width: 22px;
    height: 21px;
    margin: auto;
    left: 24px;
    top: 0;
    bottom: 0;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon11-1.png);
}
#new-rp .news-wrap .news .con .con-box-wrap:nth-child(2) .tit-wrap::before{
    width: 24px;
    height: 24px;
    margin: auto;
    left: 24px;
    top: 0;
    bottom: 0;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon11-2.png);
}
#new-rp .news-wrap .news .con .con-box-wrap .tit-wrap::after{
    width: 113px;
    height: 64px;
    right: 0px;
    top: 0;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon11-3.png);
}
#new-rp .news-wrap .news .con .con-box-wrap ul{
    padding: 21px 22px 5px 24px;
}
#new-rp .news-wrap .news .con .con-box-wrap ul li{
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#new-rp .news-wrap .news .con .con-box-wrap ul li a{
    font-size: 16px;
    color:#262626;
    width: 63%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#new-rp .news-wrap .news .con .con-box-wrap ul li span{
    font-size: 14px;
    color: #8D8D8D;
}
#new-rp .news-wrap .news .con .con-box-wrap ul li:hover a{
    color: #FF7B02;
}
#new-rp .news-wrap .news .con .con-box-wrap ul li:hover span{
    color: #FFb202;
}
#new-rp .baozhang-wrap{
    padding: 27px 0px 27px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/bg12.png);
}
#new-rp .baozhang{
    padding: 0 105px 0 73px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#new-rp .baozhang-wrap div p:nth-child(1){
    font-size: 20px;
    color: #262626;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
}
#new-rp .baozhang-wrap div p:nth-child(1)::before{
    width: 4px;
    height: 22px;
    background-color: #262626;
    left: 0;
    top: 5px;
}
#new-rp .baozhang-wrap div p:nth-child(2){
    font-size: 14px;
    color: #5B5B5B;
    margin-top: 12px;
}
#new-rp .baozhang ul{
    display: flex;
    align-items: center;
}
#new-rp .baozhang ul li{
    text-align: center;
    padding-right: 31px;
    margin-right: 31px;
    position: relative;
}
#new-rp .baozhang ul li::before{
    width: 1px;
    height: 51px;
    background-color: #e2e2e2;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
}
#new-rp .baozhang ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
#new-rp .baozhang ul li:last-child::before{
    width: 0;
}
#new-rp .baozhang ul li:nth-child(2) p{
    margin-top: 18px;
}
#new-rp .baozhang ul li:nth-child(3) p{
    margin-top: 13px;
}
#new-rp .baozhang ul li img{
    margin-top: 3px;
    width: 44px;
    height: 44px;
}
#new-rp .baozhang ul li:nth-child(2) img{
    margin-bottom: -8px;
}