body {
    background: #fff;
}

.container {
    max-width: 1200px;
    padding: 0;
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../font/SourceHanSans-Medium.otf");
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../font/BebasNeue.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url("../font/SourceHanSans-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-Heavy;
    src: url("../font/SourceHanSans-Heavy.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-Light;
    src: url("../font/SourceHanSans-Light.otf");
    font-weight: normal;
    font-style: normal;
}

.c-active {
    background-color: #333333 !important;
    color: #fff !important;
}

.c-active::after {
    background: #333 !important;
}

.f-active {
    padding-right: 33px !important;
}

.f-active::before {
    background: #000 !important;
}

.jy-i-ban {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 360px;
    max-height: 360px;
    position: relative;
}

.jy-i-ban .container {
    text-align: right;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
}

.jy-i-ban .container .jy-bt1 {
    font-weight: bold;
    font-size: 30px;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.jy-i-ban .container .jy-bt2 {
    font-size: 20px;
    color: #ffffff;
    margin-top: -8px;
}

.jyi-crumb {
    border-bottom: 1px solid #e6e6e6;
}

.jyi-crumb .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jyi-crumb .container p {
    font-size: 16px;
    transition: all 0.5s;
    color: #999999;
    padding: 19px 0;
}

.jyi-crumb .container p a {
    font-size: 16px;
    transition: all 0.5s;
    color: #999999;
}

.jyi-crumb .container p a:last-child {
    color: #333333;
}

.jyi-crumb .container p a:hover {
    color: #267b26;
}

.jyi-crumb .container ul {
    display: flex;
}

.jyi-crumb .container ul li a {
    font-size: 16px;
    display: block;
    color: #808080;
    padding: 0 16px;
    transition: all 0.5s;
    position: relative;
}

.jyi-crumb .container ul li a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 2px;
    height: 12px;
    background-color: #e6e6e6;
    transition: all 0.5s;
}

.jyi-crumb .container ul li a:hover {
    background-color: #333;
    color: #fff;
}

.jyi-crumb .container ul li a:hover::after {
    background-color: #333;
}

.jyi-crumb .container ul li:last-child a::after {
    display: none;
}

.jyc-con {
    margin-top: 60px;
    margin-bottom: 90px;
}

.jyc-con .row {
    margin-left: -10px;
    margin-right: -10px;
}

.jyc-con .row .jyc-itms {
    padding: 0 10px;
    margin-bottom: 30px;
}

.jyc-con .row .jyc-itms .jyc-thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 160px;
    max-height: 160px;
    display: block;
    transition: all 0.5s;
}

.jyc-con .row .jyc-itms p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 11px 0;
    transition: all 0.5s;
}

.jyc-con .row .jyc-itms p a:nth-child(1) {
    font-size: 16px;
    transition: all 0.5s;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    width: 86%;
    white-space: normal;
}

.jyc-con .row .jyc-itms p a:nth-child(2) img:nth-child(2) {
    display: none;
}

.jyc-con .row .jyc-itms:hover .jyc-thumb {
    box-shadow: 1px 1px 10px #000;
}

.jyc-con .row .jyc-itms:hover p {
    border-bottom: 1px solid #267b26;
}

.jyc-con .row .jyc-itms:hover p a {
    color: #267b26;
}

.jyc-con .row .jyc-itms:hover p a:nth-child(2) img:nth-child(1) {
    display: none;
}

.jyc-con .row .jyc-itms:hover p a:nth-child(2) img:nth-child(2) {
    display: block;
}

#pagesize ul {
    display: flex;
}

#pagesize ul li {
    margin: 0 7px;
}

#pagesize ul li a,
#pagesize ul li span {
    font-size: 14px;
    color: #808080;
    border: unset;
    margin: unset;
    padding: unset;
    box-shadow: unset;
    background: unset;
    border-radius: unset;
}

#pagesize ul li a:hover {
    color: #267b26;
}

#pagesize ul li .active {
    color: #267b26 !important;
    background: unset;
    box-shadow: unset
}

.jyc-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
}

.jyc-detail .jyc-detail-lf {
    width: 23.1%;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-bt p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: 8px;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-bt p:nth-child(1)::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #267b26;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-bt p:nth-child(2) {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 36px;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related {
    border-top: 1px solid #e6e6e6;
    padding-top: 11px;
    margin-top: 50px;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related span {
    font-size: 14px;
    color: #666666;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul {
    padding-top: 22px;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li {
    margin-bottom: 40px;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li .jycde-thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 157px;
    max-height: 157px;
    display: block;
    transition: all 0.5s;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 11px 0;
    transition: all 0.5s;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li p a:nth-child(1) {
    font-size: 14px;
    transition: all 0.5s;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    width: 86%;
    white-space: normal;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li p a:nth-child(2) img:nth-child(2) {
    display: none;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li:hover .jycde-thumb {
    box-shadow: 1px 1px 10px #000;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li:hover p {
    border-bottom: 1px solid #267b26;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li:hover p a {
    color: #267b26;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li:hover p a:nth-child(2) img:nth-child(1) {
    display: none;
}

.jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li:hover p a:nth-child(2) img:nth-child(2) {
    display: block;
}

.jyc-detail .jyc-detail-rt {
    width: 72%;
}

.jyc-detail .jyc-detail-rt h3 {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    margin-top: 30px;
}

.jyc-detail .jyc-detail-rt h3::nth-child(1) {
    margin-top: 0;
}

.jyc-detail .jyc-detail-rt h3::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    width: 70px;
    height: 2px;
    background-color: #267b26;
}

.jyc-detail .jyc-detail-rt div {
    font-size: 16px;
    line-height: 26px;
    margin-top: 7px;
    color: #666666;
}

.jyc-detail .jyc-detail-rt div strong {
    /*font-size: 16px;*/
    font-weight: bold;
    color: #333333;
}

.jycase-con {
    margin-top: 60px;
    margin-bottom: 90px;
}

.jycase-con .row .jycase-items {
    margin-bottom: 40px;
}

.jycase-con .row .jycase-items div {
    border: solid 1px #e5e5e5;
    transition: all 0.5s;
    padding: 20px;
}

.jycase-con .row .jycase-items div .jycase-thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 151px;
    display: block;
    max-height: 151px;
}

.jycase-con .row .jycase-items div a:nth-child(2) {
    font-size: 18px;
    margin: 0 auto;
    color: #4d4d4d;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    width: 81%;
    margin-top: 27px;
}

.jycase-con .row .jycase-items div p {
    display: flex;
    justify-content: center;
    margin-top: 3px;
}

.jycase-con .row .jycase-items div p span {
    font-size: 14px;
    position: relative;
    color: #999999;
    padding: 0 40px;
}

.jycase-con .row .jycase-items div p span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 30px;
    height: 1px;
    background-color: #999999;
}

.jycase-con .row .jycase-items div p span::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 30px;
    height: 1px;
    background-color: #999999;
}

.jycase-con .row .jycase-items div a:nth-child(4) {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    transition: all 0.5s;
    margin-top: 5px;
}

.jycase-con .row .jycase-items div:hover {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.jycase-con .row .jycase-items div:hover a:nth-child(2) {
    color: #267b26;
}

.jycase-con .row .jycase-items div:hover a:nth-child(4) {
    color: #267b26;
}

.jycourse-con {
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    align-items: flex-start;
}

.jycourse-con .jycourse-lf {
    text-align: right;
    background-color: #f5f5f5;
    width: 26.5%;
    padding-top: 54px;
    min-height: 506px;
}

.jycourse-con .jycourse-lf h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-right: 61px;
}

.jycourse-con .jycourse-lf .jycouse-lan {
    font-size: 12px;
    color: #808080;
    padding-right: 61px;
    margin-top: -2px;
}

.jycourse-con .jycourse-lf ul {
    margin-top: 38px;
}

.jycourse-con .jycourse-lf ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 11.5px 0;
}

.jycourse-con .jycourse-lf ul li a {
    padding-right: 63px;
    font-size: 16px;
    transition: all 0.5s;
    color: #000000;
    position: relative;
    padding-left: 23px;
}

.jycourse-con .jycourse-lf ul li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    transition: all 0.5s;
}

.jycourse-con .jycourse-lf ul li a:hover {
    padding-right: 33px;
}

.jycourse-con .jycourse-lf ul li a:hover::before {
    background: #000;
}

.jycourse-con .jycourse-rt {
    background-color: #f5f5f5;
    width: 72%;
    font-size: 16px;
    line-height: 36px;
    color: #4d4d4d;
    padding: 53px 60px;
}

.jypartner-con {
    margin-bottom: 90px;
    margin-top: 55px;
}

.jypartner-con h3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.jypartner-con h3 span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding: 0 60px;
}

.jypartner-con h3 span:nth-child(1)::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #666666;
}

.jypartner-con h3 span:nth-child(1)::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #666666;
}

.jypartner-con h3 span:nth-child(2) {
    font-size: 14px;
    color: #808080;
    margin-top: 8px;
}

.jypartner-con .jyp-swiper {
    margin-top: 29px;
}

.jypartner-con .jyp-swiper .swiper-wrapper .swiper-slide div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*border: solid 1px #bfbfbf;*/
    padding-top: 4px;
    padding-bottom: 10px;
    padding: 0 10px;
}

.jypartner-con .jyp-swiper .swiper-wrapper .swiper-slide div a {
    cursor: default;
         box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
}
.jypartner-con .jyp-swiper .swiper-wrapper .swiper-slide div img{
    
    width: 230px;
    height: 120px;
    object-fit: contain;

}
.jypartner-con .jyp-swiper .swiper-wrapper .swiper-slide div a:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jypartner-con .jyp-swiper .swiper-wrapper .swiper-slide div a:nth-child(2) {
    font-size: 14px;
    color: #333333;
}

.jypartner-con .jyp-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 40px;
}

.jypartner-con .jyp-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: solid 1px #bfbfbf;
    border-radius: 100%;
    margin: 0 10px;
    background: none;
    opacity: 1;
}

.jypartner-con .jyp-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #000000;
    border: solid 1px #000;
}

.jycontact-con {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 70px;
}

.jycontact-con .jycontact-lf {
    width: 71%;
}

.jycontact-con .jycontact-lf #map {
    height: 528px;
}

.jycontact-con .jycontact-lf #map img {
    max-width: inherit;
}

.jycontact-con .jycontact-lf #map .BMapLabel {
    height: auto !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #666666 !important;
    font-weight: 500 !important;
    border: solid 1px #cccccc !important;
    left: 314px !important;
    top: 52px !important;
}

.jycontact-con .jycontact-lf #map .BMapLabel span {
    color: #f66b0e !important;
}

.jycontact-con .jycontact-rt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 25.8%;
}

.jycontact-con .jycontact-rt strong {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

@media (max-width: 1199px) {
    .container {
        max-width: 93%;
    }
    .jycase-con .row .jycase-items div a:nth-child(2) {
        margin-top: 10px;
    }
    .jycase-con .row .jycase-items div p {
        margin-top: -3px;
    }
    .jycouse-crumb .container {
        flex-wrap: wrap;
    }
    .jycouse-crumb .container ul {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 990px) {
    .jyc-con .row .jyc-itms {
        padding: 0 6px;
    }
    .jyc-con .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .jyc-con {
        margin-bottom: 40px;
    }
    .jy-i-ban {
        height: 308px;
        max-height: 308px;
    }
    .jyc-detail {
        display: block;
    }
    .jyc-detail .jyc-detail-lf {
        width: 100%;
    }
    .jyc-detail .jyc-detail-rt {
        width: 100%;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-bt p:nth-child(2) {
        margin-top: 18px;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-related {
        margin-top: 23px;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul {
        display: flex;
        justify-content: space-between;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li {
        width: 32%;
    }
    .jyc-detail .jyc-detail-rt {
        margin-top: -42px;
    }
    .jycase-con .row {
        margin-left: -9px;
        margin-right: -9px;
    }
    .jycase-con .row .jycase-items {
        margin-bottom: 21px;
        padding: 0 9px;
    }
    .jycase-con .row .jycase-items div {
        padding: 13px;
    }
    .jycase-con .row .jycase-items div a:nth-child(4) {
        line-height: 22px;
        margin-top: 0;
    }
    .jycase-con {
        margin-bottom: 42px;
    }
    .jycourse-con {
        display: block;
        margin: 38px auto;
    }
    .jycourse-con .jycourse-lf {
        width: 100%;
    }
    .jycourse-con .jycourse-rt {
        width: 100%;
    }
    .jycourse-con .jycourse-lf {
        width: 100%;
        text-align: left;
        min-height: auto;
        padding-left: 30px;
        padding-top: 29px;
        padding-bottom: 20px;
    }
    .jycourse-con .jycourse-lf ul {
        margin-top: 1px;
        display: flex;
        flex-wrap: wrap;
    }
    .jycourse-con .jycourse-lf ul li a {
        padding-right: 20px;
        padding-left: 20px;
    }
    .jycourse-con .jycourse-lf ul li a:hover {
        padding-right: 20px;
    }
    .jycourse-con .jycourse-lf ul li {
        padding: 7.5px 0;
    }
    .jycourse-con .jycourse-rt {
        width: 100%;
        margin-top: 18px;
        padding: 35px;
    }
    .jypartner-con {
        margin-bottom: 60px;
    }
    .jypartner-con h3 span:nth-child(1) {
        font-size: 17px;
        padding: 0 30px;
    }
    .jypartner-con h3 span:nth-child(1)::before,
    .jypartner-con h3 span:nth-child(1)::after {
        width: 21px;
    }
    .jypartner-con h3 span:nth-child(2) {
        font-size: 13px;
        margin-top: 3px;
    }
    .jycontact-con {
        display: block;
    }
    .jycontact-con .jycontact-lf {
        width: 100%;
    }
    .jycontact-con .jycontact-rt {
        width: 100%;
        margin-top: 22px;
    }
    .jycontact-con .jycontact-lf #map {
        height: 358px;
    }
    .jycontact-con .jycontact-lf #map .BMapLabel {
        top: 190px !important;
    }
}

@media (max-width: 767px) {
    .jy-i-ban .container .jy-bt1 {
        font-size: 20px;
    }
    .jy-i-ban .container .jy-bt2 {
        font-size: 15px;
        margin-top: -7px;
    }
    .jy-i-ban {
        height: 220px;
        max-height: 220px;
    }
    .jyi-crumb .container {
        flex-direction: column;
        align-items: flex-start;
    }
    .jyi-crumb .container p,
    .jyi-crumb .container p a {
        font-size: 13px;
    }
    .jyi-crumb .container ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .jyi-crumb .container ul li a {
        font-size: 14px;
    }
    .jyi-crumb .container p {
        padding: 7px 0;
    }
    .jyc-con .row .jyc-itms p a:nth-child(1) {
        font-size: 14px;
    }
    .jyc-con .row .jyc-itms p {
        padding: 5px 0;
    }
    .jyc-con .row .jyc-itms {
        margin-bottom: 15px;
    }
    .jyc-con {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .jyc-con .row .jyc-itms .jyc-thumb {
        height: 125px;
        max-height: 125px;
    }
    #pagesize ul {
        justify-content: center;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-bt p:nth-child(1) {
        font-size: 16px;
        padding-bottom: 1px;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-bt p:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
        margin-top: 9px;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-related {
        margin-top: 10px;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul {
        padding-top: 7px;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li .jycde-thumb {
        height: 110px;
    }
    .jyc-detail .jyc-detail-lf .jyc-detail-lf-related ul li p {
        padding: 3px 0;
    }
    .jyc-detail .jyc-detail-rt h3 {
        font-size: 16px;
        padding-bottom: 7px;
        margin-top: 21px;
    }
    .jyc-detail .jyc-detail-rt div {
        line-height: 23px;
        font-size: 13px;
    }
    .jyc-detail .jyc-detail-rt div strong {
        font-size: 15px;
    }
    .jyc-detail {
        margin-top: 15px;
        margin-bottom: 22px;
    }
    .jycase-con .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .jycase-con .row .jycase-items {
        padding: 0 6px;
        margin-bottom: 13px;
    }
    .jycase-con .row .jycase-items div a:nth-child(2) {
        font-size: 14px;
        margin-top: 4px;
        text-align: center;
    }
    .jycase-con .row .jycase-items div p span {
        font-size: 13px;
        padding: 0 30px;
    }
    .jycase-con .row .jycase-items div p span::before,
    .jycase-con .row .jycase-items div p span::after {
        width: 21px;
    }
    .jycase-con .row .jycase-items div p {
        margin-top: -6px;
    }
    .jycase-con .row .jycase-items div a:nth-child(4) {
        line-height: 19px;
        font-size: 13px;
    }
    .jycase-con {
        margin-bottom: 10px;
        margin-top: 18px;
    }
    .jyi-crumb .container ul {
        flex-wrap: wrap;
    }
    .jycourse-con .jycourse-lf h3 {
        font-size: 17px;
    }
    .jycourse-con .jycourse-lf .jycouse-lan {
        padding-right: 0;
        margin-top: -7px;
    }
    .jycourse-con .jycourse-lf ul li a {
        font-size: 14px;
    }
    .jycourse-con .jycourse-lf ul li a {
        font-size: 14px;
        padding-left: 13px;
        padding-right: 10px;
    }
    .f-active {
        padding-right: 10px !important;
    }
    .jycourse-con .jycourse-lf ul {
        margin-top: -4px;
    }
    .jycourse-con .jycourse-lf {
        padding: 19px;
    }
    .jycourse-con .jycourse-rt {
        font-size: 14px;
        line-height: 24px;
        margin-top: 13px;
        padding: 19px;
    }
    .jycourse-con {
        margin: 20px auto;
    }
    .jypartner-con .jyp-swiper .swiper-wrapper .swiper-slide div a:nth-child(1) {
        height: 94px;
    }
    .jypartner-con .jyp-swiper .swiper-wrapper .swiper-slide div a:nth-child(2) {
        font-size: 12px;
    }
    .jypartner-con .jyp-swiper {
        margin-top: 17px;
    }
    .jypartner-con .jyp-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 3px;
    }
    .jypartner-con .jyp-pagination {
        margin-top: 21px;
    }
    .jypartner-con {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .jycontact-con .jycontact-lf #map .BMapLabel {
        left: 19px !important;
        font-size: 14px !important;
        line-height: 23px !important;
        padding: 10px !important;
    }
    .jycontact-con .jycontact-rt {
        font-size: 14px;
        line-height: 23px;
        margin-top: 17px;
    }
    .jycontact-con {
        margin-top: 21px;
        margin-bottom: 24px;
    }
}