/* ========================= 变量 ========================= */
@media screen and (min-width: 1200px) {
  .nav-list li .bdo-icon {
    display: none !important;
  }
  .nav-list li .nav-down {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear 0s;
  }
  .nav-list li .nav-down a::after {
    margin-left: 0.5rem;
    opacity: 0;
    transition: all 0.3s linear 0s;
  }
  .nav-list li .nav-down a:hover::after {
    opacity: 1;
    margin-left: 1rem;
  }
  .nav-list li:hover::before {
    left: 0;
    right: 0;
  }
  .nav-list li:hover .nav-down {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -15px);
  }
  .public-lhbm2 {
    display: none !important;
  }
  .banner-a1 .span-img-phone {
    display: none;
  }
  .banner-a1 .span-img-pc {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about-adv-01:hover,
  .about-adv-box:hover {
    transform: translateY(-5px);
  }
  .about-adv-01:hover::before,
  .about-adv-box:hover::before {
    opacity: 0.6;
  }
  .about-adv-01:hover .cont,
  .about-adv-box:hover .cont {
    transform: translateY(-55%);
  }
  .about-culture-box1:hover {
    transform: translateY(-1rem);
  }
  .about-plan-box:hover {
    background: #e46c35;
  }
  .about-plan-box:hover .img {
    transform: translateY(-50%) rotate(360deg);
  }
  .public-lhbm-content .a-link:hover {
    color: #e46c35;
    background: #fff;
  }
  .contact-list li:hover .title {
    color: #e46c35;
  }
  /* .about-plan-content-right{
        &>div{
            &:first-child{
                .about-plan-box{
                    animation: moveLeftRight 5s infinite linear;
                }
            }
            &:nth-child(2){
                .about-plan-box{
                    animation: moveLeftRight2 5s infinite linear 0.5s;
                }
            }
            &:nth-child(3){
                .about-plan-box{
                    animation: moveLeftRight2 5s infinite linear 1s;
                }
            }
            &:last-child{
                .about-plan-box{
                    animation: moveLeftRight 5s infinite linear 1.5s;
                }
            }
        }
    } */
  .banner-qualification .content .fenlei-box:hover .tit,
  .banner-qualification .content .fenlei-box:hover .des {
    transform: translateY(-5px);
  }
  .banner-qualification .content .fenlei-box:hover .icon-left {
    transform: rotate(-10deg);
    transform-origin: bottom right;
  }
  .banner-qualification .content .fenlei-box:hover .icon-right {
    transform: rotate(10deg);
    transform-origin: bottom left;
  }
  .news-a1:hover .tit {
    color: #e46c35;
  }
  .news-a1:hover .a-link {
    background: none;
    border: 1px solid #e46c35;
    color: #e46c35;
  }
  .news-detail-top .link:hover {
    color: #e46c35;
  }
  .news-detail-page a:hover {
    color: #e46c35;
  }
  .training-contact-box:hover {
    transform: translateY(-10px);
  }
  .training-nav2 li:hover a {
    background: #e46c35;
    color: #fff;
  }
  .training-intro-left .link a:hover {
    background: #e46c35;
    color: #fff;
  }
  /* 定义动画关键帧 */
  @keyframes moveLeftRight {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(20.5%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes moveLeftRight2 {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-20.5%);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media screen and (max-width: 1919px) {
  body {
    font-size: 5px;
  }
  .banner-a1 .div-word .tit1 {
    font-size: 4rem;
  }
  .banner-a1 .div-word .tit2 {
    font-size: 2rem;
  }
  .news-detail-container {
    border-top-width: 1.4rem;
  }
}
@media screen and (max-width: 1659px) {
  .header .header-phone {
    font-size: 2.4rem;
  }
  .header .header-lauguage {
    margin-right: 3.4rem;
  }
  .nav-list li {
    margin-left: 4rem;
  }
  .nav-list li .span-a1 a {
    font-size: 1.7rem;
  }
  .public-index-title .title {
    font-size: 3rem;
  }
  .index-pxkz-01 .content .icon img {
    max-height: 4.5rem;
  }
  .index-pxkz-01 .content .tit {
    font-size: 2.6rem;
  }
  .index-about-left .title {
    font-size: 3.2rem;
  }
  .index-about-left .des {
    font-size: 1.6rem;
  }
  .index-pxkz-owl a {
    font-size: 1.7rem;
  }
  .index-news-box {
    padding: 6rem 4.5rem 4rem;
  }
  .index-news-box .index-news-right .tit {
    font-size: 1.6rem;
  }
  .index-news-box .index-news-left .date .d1 {
    font-size: 3.2rem;
  }
  .index-news-box::after {
    height: 5px;
  }
  .public-title {
    font-size: 3.2rem;
  }
  .public-title2 .tit {
    font-size: 2.6rem;
  }
  .public-title2 .tit.on {
    font-size: 3.2rem;
  }
  .about-intro-number .box .num {
    font-size: 6rem;
  }
  .about-adv-01 .cont .title {
    font-size: 3.4rem;
  }
  .about-adv-01 .cont .des {
    font-size: 1.8rem;
  }
  .about-adv-box .cont {
    left: 5%;
    right: 5%;
  }
  .about-adv-box .cont .des {
    /* height: 11.2rem;
                -webkit-line-clamp: 4; */
  }
  .about-culture-box1 .tit {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
  .about-culture-box1 .des {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
  .about-plan-content-left .des1 {
    font-size: 3.8rem;
  }
  .about-plan-content-left .des3 {
    margin-top: 1.6rem;
  }
  .about-plan-box .tit {
    font-size: 2.6rem;
  }
  .public-lhbm-content .cont .title {
    font-size: 3.6rem;
  }
  .public-full-tc .title {
    font-size: 3rem;
    margin-top: 6rem;
  }
  .public-full-tc .content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .public-baoming-list li .span-tit {
    font-size: 1.8rem;
    width: 100px;
    margin-left: -100px;
    line-height: 5rem;
  }
  .public-baoming-list li .cont .put-01 {
    font-size: 1.8rem;
    height: 5rem;
    line-height: 5rem;
  }
  .public-baoming-list li .cont .label-01 {
    font-size: 1.5rem;
  }
  .public-baoming-list li .cont .text-01 {
    height: 216px;
  }
  .banner-qualification .content .title {
    font-size: 4.2rem;
  }
  .banner-qualification .content .fenlei-box .tit {
    font-size: 2.6rem;
  }
  .banner-qualification .content .fenlei-box .des {
    font-size: 2.1rem;
  }
  .news-container .index-news-list {
    margin-top: 5%;
  }
  /* .training-nav{
        height: 8rem;
    }
    .training-nav,.training-nav-01{
        line-height: 8rem;
    } */
  .training-nav .swiper-slide-active .training-nav-01 {
    font-size: 2rem;
  }
  .training-nav2 {
    padding-top: 6.2%;
    padding-bottom: 4.6%;
  }
  .training-nav2 li a {
    font-size: 1.6rem;
    line-height: 4.8rem;
  }
  .training-intro {
    padding-top: 7.5%;
    padding-bottom: 10.5%;
  }
  .training-intro-left .title {
    font-size: 3.2rem;
  }
  .training-intro-left .cont {
    font-size: 1.7rem;
  }
  .training-intro-left .intro {
    padding-top: 6%;
    padding-bottom: 5%;
  }
  .training-intro-left .link {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1599px) {
  .training-intro .training-intro-left {
    font-size: 43.6%;
  }
  .training-intro-left .link {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .training-intro-left .link a {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 1439px) {
  .index-contact .index-contact-content .index-contact-box1 .title {
    font-size: 2.6rem;
  }
  .news-detail .title {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
  .training-intro-left .link a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1359px) {
  body {
    padding-top: 70px;
  }
  .header .a-logo {
    height: 70px;
  }
  .header .header-line {
    margin-right: 2.9rem;
    margin-left: 3.2rem;
  }
  .nav-list li {
    margin-left: 3rem;
  }
  .nav-list li .span-a1 a {
    font-size: 1.6rem;
    line-height: 70px;
  }
  .banner-owl .owl-nav button.owl-prev {
    left: 5%;
  }
  .banner-owl .owl-nav button.owl-next {
    right: 5%;
  }
  .banner-a1 .div-word .tit1 {
    font-size: 3rem;
  }
  .banner-a1 .div-word .tit2 {
    font-size: 2rem;
  }
  .banner-a1 {
    height: auto;
  }
  .banner-a1 .span-img {
    position: relative;
    display: block;
  }
  .banner-a1 .span-img .img {
    display: block;
  }
  .index-pxkz-01 .content .icon img {
    max-height: 4rem;
  }
  .index-pxkz-01 .content .tit {
    font-size: 2.2rem;
  }
  .footer-nav {
    padding-left: 7.4rem;
  }
  .about-adv-01 .cont .title {
    font-size: 3rem;
  }
  .about-adv-box .cont .des {
    display: none;
  }
  .public-baoming-list li {
    width: 100%;
  }
  .public-baoming-list li:first-child {
    width: 100%;
  }
  .public-full-tc .content-gdt .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
  }
  .public-full-tc .content-gdt .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
  }
  .banner-qualification {
    padding-top: 9%;
  }
  .banner-qualification .content .fenlei-box {
    margin-top: 6rem;
  }
  .banner-qualification .content .fenlei-box .tit {
    font-size: 2.4rem;
  }
  .banner-qualification .content .fenlei-box .des {
    font-size: 1.8rem;
  }
  .news-detail-container {
    border-top-width: 0.8rem;
  }
  .training-intro-left .link {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
  .training-intro-left .link a {
    width: 48%;
    margin: 5px 0;
    justify-content: center;
  }
  .course-list {
    margin-top: -10px;
  }
  .course-list li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .course-a1 .tit {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 10px;
  }
  .course-a1 .img::before {
    background-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .header-bream {
    width: 30px;
    height: 25px;
    position: relative;
    padding-top: 12px;
    cursor: pointer;
    display: none;
    margin-left: 20px;
    display: block;
  }
  .header-bream span {
    display: block;
    height: 2px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #e46c35;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-bream::before,
  .header-bream:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e46c35;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-bream::before {
    top: 2px;
  }
  .header-bream::after {
    bottom: 2px;
  }
  .header-bream::before,
  .header-bream:after {
    background-color: #e46c35;
  }
  .header-bream.on span {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .header-bream.on::before {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-bream.on::after {
    bottom: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    overflow: auto;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    display: none;
  }
  .nav .nav-list {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav .nav-list li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav .nav-list li .span-a1 {
    position: relative;
    padding-right: 60px;
    overflow: hidden;
  }
  .nav .nav-list li .span-a1 a {
    display: block;
    line-height: 60px;
  }
  .nav .nav-list li .span-a1 a::before {
    top: 100%;
    left: 50%;
    right: 50%;
    margin-top: 0;
  }
  .nav .nav-list li::before {
    top: auto;
    bottom: -1px;
  }
  .nav .nav-list li.on .span-a1 a::before {
    left: 0;
    right: 0;
  }
  .nav .nav-list li .nav-down {
    display: none;
    position: static;
    transform: translate(0, 0);
    background-color: #fff;
    padding: 0;
    border-top: 1px solid #e5e5e5;
  }
  .nav .nav-list li .nav-down a {
    color: #000;
    border-top: 1px solid #e5e5e5;
  }
  .nav .nav-list li .nav-down a::after {
    display: none;
  }
  .nav .nav-list li .nav-down div:first-child a {
    border-top: none;
  }
  .header .header-line {
    display: none;
  }
  .nav-01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-01 .title + .nav-list {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-01 .title + .nav-list .div-li {
    min-width: 33.33%;
  }
  .nav-01 .title + .nav-list .div-li a {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .nav-01 .div-01 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-01 .div-01 .nav-list {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-01 .div-01 .nav-list .div-li {
    min-width: 33.33%;
  }
  .nav-01 .div-01 .nav-list .div-li a {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .nav-list.on {
    width: 100%;
  }
  .nav-list.on .div-li {
    width: auto;
    min-width: 33.33%;
  }
  .nav-list-jd .div-li {
    width: 33.33%;
  }
  .nav-list-jd .div-li a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer {
    border-bottom-width: 0.5rem;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-content-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    align-items: center;
    justify-content: center;
  }
  .footer-content-left .des {
    margin-top: 2.5rem;
  }
  .footer-content-left .a-link {
    width: 14rem;
    line-height: 3.8rem;
    margin-top: 3.2rem;
  }
  .footer-nav {
    padding-left: 0;
    padding-top: 1.2rem;
    width: 100%;
  }
  .footer-contact {
    margin-top: 3.2rem;
  }
  .public-lhbm2 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: block;
  }
  .public-lhbm2 .public-lhbm-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
  }
  .public-lhbm2 .public-lhbm-close img {
    width: 100%;
  }
  .public-lhbm2 .public-lhbm-content {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .public-lhbm2 .public-lhbm-content .cont .title {
    font-size: 1.8rem;
  }
  .public-lhbm2 .public-lhbm-content .cont .des {
    font-size: 1.3rem;
  }
  .a-link,
  .index-news .a-link {
    width: 14rem;
    line-height: 3.8rem;
  }
  .banner-a1 .span-img-phone {
    display: block;
  }
  .banner-a1 .span-img-pc {
    display: none;
  }
  .index-pxkz-01 .content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .index-pxkz-01 .content .icon img {
    max-height: 3.5rem;
  }
  .index-pxkz-01 .content .tit {
    margin-top: 2.5rem;
  }
  .index-pxkz-01 .content .a-link {
    margin-top: 2.5rem;
  }
  .index-contact .index-contact-content {
    flex-wrap: wrap;
  }
  .index-contact .index-contact-content .index-contact-box1 {
    position: relative;
    width: 100%;
    padding-right: 16rem;
  }
  .index-contact .index-contact-content .index-contact-box1 .a-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14rem;
    line-height: 3.8rem;
    margin-top: 0;
  }
  .index-contact .index-contact-content .index-contact-box1 + .index-contact-box2 {
    border-left: none;
  }
  .index-contact .index-contact-content .index-contact-box2 {
    width: 33.33%;
    margin-top: 5rem;
  }
  .index-zznl-list {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
  .index-zznl-list li {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .public-title::before {
    margin-left: auto;
    margin-right: auto;
  }
  .about-plan-content {
    flex-direction: column;
  }
  .about-plan-content-left {
    width: 100%;
    text-align: center;
  }
  .about-plan-content-left .des {
    margin-top: 3.8rem;
  }
  .about-plan-content-left .a-link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }
  .about-plan-content-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2rem;
  }
  .about-plan-content-right > div {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .about-plan-content-right > div:first-child {
    margin-top: 10px;
  }
  .about-plan-box {
    width: 100%;
    min-height: 100%;
  }
  .about-plan-box .des {
    height: auto;
    max-height: inherit;
  }
  .contact-content .public-title::before {
    margin-right: auto;
    margin-left: 0;
  }
  .public-lhbm-content .cont .title {
    font-size: 3rem;
  }
  .banner-qualification .content .title {
    font-size: 3.6rem;
  }
  .banner-qualification .content .fenlei-box {
    margin-top: 6rem;
  }
  .banner-qualification .content .fenlei-box .tit {
    font-size: 2rem;
  }
  .banner-qualification .content .fenlei-box .des {
    font-size: 1.3rem;
  }
  /* .training-nav{
        height: 6rem;
    }
    .training-nav,.training-nav-01{
        line-height: 6rem;
    } */
  .training-nav .swiper-slide-active .training-nav-01 {
    font-size: 1.8rem;
  }
  .training-nav2 li a {
    font-size: 1.4rem;
    line-height: 4rem;
  }
  .training-intro-left .title {
    font-size: 2.8rem;
  }
  .training-intro {
    flex-wrap: wrap;
  }
  .training-intro .training-intro-left {
    width: 100%;
  }
  .training-intro .training-intro-right {
    width: 100%;
    margin-top: 5%;
  }
  .training-intro-left .intro {
    margin-top: 3%;
    padding-top: 3%;
    padding-bottom: 0;
  }
  .training-intro {
    padding-top: 4.5%;
    padding-bottom: 8.5%;
  }
  .training-intro-left .link a {
    line-height: 4.6rem;
  }
  .training-contact-box .tit {
    font-size: 2.2rem;
  }
  /* .training-intro-left .link{
        a:first-child{
            display: none;
        }
    } */
}
@media screen and (max-width: 991px) {
  .public-index-title .title {
    font-size: 2.4rem;
  }
  .public-index-title .des {
    font-size: 1.3rem;
    margin-top: 2%;
  }
  .index-pxkz-owl {
    margin-top: 3.2rem;
  }
  .index-pxkz-owl a {
    padding-top: 2.8rem;
  }
  .index-pxkz-01 .content .icon img {
    max-height: 2.5rem;
  }
  .index-pxkz-01 .content .tit {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .index-pxkz-01 .content .des {
    margin-top: 1.5rem;
  }
  .index-contact .index-contact-content .index-contact-box2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .index-about-left {
    width: 42%;
  }
  .index-about-left .img img {
    max-height: 4.3rem;
  }
  .index-about-left .title {
    font-size: 3rem;
    margin-top: 2.5rem;
  }
  .index-about-left .des {
    font-size: 1.6rem;
    line-height: 2.6rem;
    max-height: 7.8rem;
    margin-top: 2rem;
  }
  .index-about-left .des2 {
    line-height: 2.6rem;
    max-height: 7.8rem;
    margin-top: 2rem;
  }
  .index-about-left .a-link {
    margin-top: 2.6rem;
  }
  .index-news-list {
    margin-top: 3.5rem;
  }
  .index-news-box {
    padding: 3rem 2.5rem 2rem;
  }
  .index-news-box .index-news-left .date .d1 {
    font-size: 2.5rem;
  }
  .index-news-box .index-news-left .more {
    color: #eee;
  }
  .index-news-box .index-news-right .des {
    margin-top: 1rem;
  }
  .index-zznl-box .tit {
    font-size: 1.7rem;
    margin-top: 2.5rem;
  }
  .public-title {
    font-size: 2.6rem;
  }
  .public-title::before {
    width: 10rem;
    height: 0.3rem;
    margin-bottom: 2rem;
  }
  .public-title2 .tit {
    font-size: 1.8rem;
  }
  .public-title2 .tit::before {
    width: 10rem;
    height: 0.3rem;
    margin-bottom: 2rem;
  }
  .public-title2 .tit.on {
    font-size: 2.6rem;
  }
  .about-intro-number .box .num {
    font-size: 4rem;
  }
  .about-adv-01 .cont .title {
    font-size: 2.4rem;
  }
  .about-adv-01 .cont .des {
    display: none;
  }
  .about-intro-des .des1 {
    font-size: 1.7rem;
  }
  .about-culture-box1 .tit {
    font-size: 2rem;
  }
  .about-culture-box1 .des {
    line-height: 2.4rem;
  }
  .news-detail .title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .course-list li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* .training-intro-left .link a{
        width: 32%;
    } */
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
  .header .header-phone {
    display: none;
  }
  .header .a-logo {
    width: 25%;
    height: 50px;
  }
  .header .header-line {
    display: none;
  }
  .header .header-lauguage {
    margin-right: 0;
  }
  .header .header-bream {
    margin-left: 30px;
  }
  .nav {
    top: 50px;
  }
  .footer {
    border-bottom-width: 0.3rem;
  }
  .footer-nav {
    display: none;
  }
  .footer-content-left {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .footer-content-left .footer-content-left-c {
    width: 100%;
  }
  .footer-content-left .footer-content-left-c > img {
    max-height: 4rem;
  }
  .footer-content-left .des {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .footer-content-left .a-link {
    width: 100%;
    margin-top: 2.2rem;
  }
  .footer-contact-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .footer-contact-left {
    width: 100%;
    text-align: center;
  }
  .footer-contact-right {
    display: none;
  }
  .a-link {
    width: 100%;
  }
  .container {
    width: 96%;
    max-width: 96%;
  }
  .public-tc-close {
    width: 20px;
  }
  #video {
    width: 100%;
  }
  .banner-owl .owl-nav {
    display: none !important;
  }
  .banner-owl .owl-dots {
    bottom: 10px;
  }
  .banner-owl .owl-dots .owl-dot {
    flex: none;
    margin: 0 3px;
  }
  .banner-owl .owl-dots .owl-dot .number-dot {
    font-size: 0rem;
  }
  .banner-owl .owl-dots .owl-dot .number-dot::after {
    width: 5px;
    height: 3px;
    margin-top: 0;
    border-radius: 3px;
  }
  .banner-a1 .div-word {
    top: 50%;
  }
  .banner-a1 .div-word .tit1 {
    font-size: 2rem;
  }
  .banner-a1 .div-word .tit2 {
    font-size: 1.3rem;
  }
  .public-index-title .title {
    font-size: 2rem;
  }
  .public-index-title .des {
    font-size: 1.2rem;
    margin-top: 3%;
  }
  .public-full-tc {
    padding-top: 4.6rem;
  }
  .public-full-tc .top {
    padding-right: 2.4rem;
    height: 4.6rem;
  }
  .public-full-tc .title {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .public-full-tc .title-des {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
  }
  .public-full-tc .content {
    padding-left: 0;
    padding-right: 0;
  }
  .public-full-tc .content-gdt {
    width: 90%;
    margin-top: 2rem;
    height: calc(100vh - 270px);
  }
  .public-full-tc .a-link {
    width: 80%;
    margin-top: 3rem;
  }
  .public-baoming-list li {
    padding-left: 80px;
    margin-top: 1rem;
    outline: none;
  }
  .public-baoming-list li .span-tit {
    width: 80px;
    font-size: 1.6rem;
    margin-left: -80px;
    line-height: 3rem;
  }
  .public-baoming-list li .cont .put-01 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
    height: 3rem;
    line-height: 3rem;
  }
  .public-baoming-list li .cont .label-01 {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
  .public-baoming-list li .cont .label-01 input {
    width: 15px;
    height: 15px;
  }
  .public-baoming-list li .cont .text-01 {
    height: 200px;
  }
  .index-pxkz-owl a {
    padding-top: 1.8rem;
    font-size: 1.6rem;
  }
  .index-pxkz-owl a::before {
    height: 1px;
  }
  .index-pxkz-container {
    margin-top: 3rem;
  }
  .index-pxkz-01 {
    display: block;
  }
  .index-pxkz-01 .img {
    width: 100%;
  }
  .index-pxkz-01 .content {
    width: 100%;
    padding: 15px;
  }
  .index-contact .index-contact-content .index-contact-box1 {
    position: static;
    padding-right: 0;
    text-align: center;
  }
  .index-contact .index-contact-content .index-contact-box1 .title {
    font-size: 2.4rem;
  }
  .index-contact .index-contact-content .index-contact-box1 .a-link {
    position: static;
    width: 100%;
  }
  .index-contact .index-contact-content .index-contact-box2 {
    display: block;
    width: 100%;
    border-left: none;
    padding: 10px 0;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .index-contact .index-contact-content .index-contact-box2 .title {
    font-size: 1.8rem;
  }
  .index-contact .index-contact-content .index-contact-box2:last-child {
    border-bottom: none;
  }
  .index-about-container {
    flex-direction: column;
  }
  .index-about-left {
    width: 100%;
  }
  .index-about-left .img img {
    max-height: 3rem;
  }
  .index-about-left .title {
    font-size: 2.4rem;
  }
  .index-about-left .des {
    font-size: 1.6rem;
    line-height: 2rem;
    max-height: 6rem;
  }
  .index-about-left .des2 {
    font-size: 1.4rem;
    line-height: 2rem;
    max-height: 6rem;
  }
  .index-about-video {
    width: 100%;
    margin-top: 2rem;
  }
  .index-about-video::after {
    width: 3rem;
    height: 3rem;
    background-size: cover;
  }
  .index-news .a-link {
    width: 100%;
  }
  .index-news-list {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1.5rem;
  }
  .index-news-list li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .index-news-box {
    padding: 15px;
  }
  .index-news-box .index-news-left {
    width: 75px;
  }
  .index-news-box .index-news-left .date .d1 {
    font-size: 2.3rem;
  }
  .index-news-box .index-news-left .more {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
  .index-news-box .index-news-right {
    width: calc(100% - 75px);
  }
  .index-news-box .index-news-right .tit {
    font-size: 1.5rem;
    line-height: 2.4rem;
    height: 4.8rem;
  }
  .index-news-box .index-news-right .des {
    font-size: 1.3rem;
    line-height: 2.3rem;
    height: 4.6rem;
  }
  .index-zznl-list {
    padding-bottom: 1.5rem;
  }
  .index-zznl-list li {
    width: 50%;
  }
  .index-zznl-box .img {
    padding: 10px;
  }
  .index-zznl-box .tit {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .public-title {
    font-size: 2rem;
  }
  .public-title::before {
    width: 8rem;
    height: 0.2rem;
    margin-bottom: 1rem;
  }
  .public-title2 .tit {
    font-size: 1.6rem;
  }
  .public-title2 .tit.on {
    font-size: 2rem;
  }
  .public-title2 .tit::before {
    width: 8rem;
    height: 0.2rem;
    margin-bottom: 1rem;
  }
  .about-intro {
    padding-bottom: 6.7%;
  }
  .about-intro-des {
    width: 100%;
  }
  .about-intro-des .des1 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .about-intro-des .des2 {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .about-intro-number {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .about-intro-number .box {
    width: 50%;
    margin-top: 2rem;
  }
  .about-intro-number .box .num {
    font-size: 3rem;
  }
  .about-intro-number .box .zi {
    font-size: 1.3rem;
  }
  .about-video::after {
    background-size: 4rem 4rem;
  }
  .about-culture-content {
    flex-wrap: wrap;
  }
  .about-culture-box1 {
    width: calc(50% - 5px);
    margin-top: 15px;
  }
  .about-culture-box1 .img {
    border-radius: 2rem;
  }
  .about-culture-box1 .tit {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .about-plan-content-left .des1 {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
  .about-plan-content-left .des2 {
    margin-top: 2rem;
    font-size: 2rem;
    margin-top: 0;
  }
  .about-plan-content-left .des3 {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 2.2rem;
  }
  .about-plan-content-left .a-link {
    margin-top: 2rem;
  }
  .about-plan-content-right > div {
    width: 100%;
  }
  .about-plan-content-right > div:nth-child(even) .about-plan-box .cont {
    padding: 2rem 0 2rem 32%;
  }
  .about-plan-content-right > div:nth-child(even) .about-plan-box .img {
    left: 0;
    right: auto;
  }
  .about-plan-box {
    border-radius: 1rem;
  }
  .about-plan-box .cont {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .about-plan-box .tit {
    font-size: 1.8rem;
  }
  .about-plan-box .des {
    margin-top: 1.4rem;
  }
  .about-adv-01 .cont .title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .about-adv-box .cont .title {
    font-size: 1.2rem;
  }
  .about-adv-01 .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  .about-adv-01 .cont .title {
    width: 60%;
  }
  .about-adv-01 .cont .a-link {
    width: 35%;
  }
  .about-adv-01 .cont .title {
    text-align: left;
    font-size: 1.6rem;
  }
  .about-adv-01 .cont .title::before {
    width: 8rem;
    height: 0.2rem;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: 0;
  }
  .about-adv-01 .cont .a-link {
    width: 30%;
    margin-top: 0;
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 3.2rem;
  }
  .contact-list {
    flex-wrap: wrap;
  }
  .contact-list li {
    width: 100%;
    margin-top: 5px;
  }
  .contact-list li:first-child {
    margin-top: 0;
  }
  .contact-list li .title {
    font-size: 1.6rem;
    line-height: 4rem;
  }
  .public-lhbm-content {
    padding-top: 7%;
    padding-bottom: 7%;
    flex-direction: column;
  }
  .public-lhbm-content .cont .title {
    font-size: 2.2rem;
  }
  .public-lhbm-content .cont .des {
    font-size: 1.4rem;
  }
  .public-lhbm-content .a-link {
    width: 100%;
    margin-top: 2rem;
  }
  .banner-qualification .content .title {
    font-size: 2.4rem;
  }
  .banner-qualification .content .fenlei-box {
    width: calc(50% - 5px);
    margin-top: 3rem;
  }
  .banner-qualification .content .fenlei-box .tit {
    font-size: 1.6rem;
  }
  .banner-qualification .content .fenlei-box .des {
    font-size: 1.2rem;
  }
  .banner-qualification .content .fenlei-box .icon-left,
  .banner-qualification .content .fenlei-box .icon-right {
    width: 9.94%;
  }
  .news-container .index-news-list {
    margin-top: 7%;
  }
  .news-box .index-news-a1 {
    flex-wrap: wrap;
  }
  .news-a1 {
    padding-right: 0;
    padding-top: 4%;
  }
  .news-a1 .ckxq {
    position: static;
    width: 100%;
    margin-top: 3rem;
  }
  .public-title2 .tit {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .news-detail .title {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .news-detail-container {
    border-top-width: 0.6rem;
  }
  .news-detail-top {
    height: 5.2rem;
  }
  .news-detail-page {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .news-detail-page a {
    display: block;
    max-width: 100%;
  }
  .training-nav {
    height: 4rem;
  }
  .training-nav,
  .training-nav-01 {
    line-height: 4rem;
  }
  .training-nav-01 {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
  .training-nav .swiper-container {
    left: 0;
  }
  .training-nav .swiper-slide-active .training-nav-01 {
    font-size: 1.4rem;
    line-height: 4.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .training-nav .swiper-slide-active .training-nav-01 .btn-arrow {
    display: none;
  }
  .training-nav2 {
    margin: 0;
  }
  .training-nav2 li {
    margin: 0 5px 10px;
  }
  .training-nav2 li a {
    font-size: 1.2rem;
    line-height: 30px;
  }
  .training-intro-left .title {
    font-size: 2rem;
  }
  .training-intro-left .cont {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-top: 0;
  }
  .training-history-des {
    font-size: 1.2rem;
  }
  .training-owl .owl-dots {
    margin-top: 2rem;
  }
  .training-owl .owl-dots .owl-dot {
    margin: 0 0.2rem;
  }
  .training-contact-box {
    width: 100%;
    margin-top: 10px;
  }
  .training-contact-box:first-child {
    margin-top: 0;
  }
  /* .training-nav2{
        padding-top: 6.2%;
        padding-bottom: 4.6%;
    }
    .training-nav2 li a{
        font-size: 1.6rem;
        line-height: 4.8rem;
    } */
  .course-list li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .xuzhi-content {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
  /* .training-intro-left .link{
        a:first-child{
            display: none;
        }
        a:last-child{
            width: 100%;
        }
    } */
}
