.w1200 {
    max-width: 1400px;
    margin: 0 auto;
}
@media (min-width: 1400px) {
    .w1200 {
        max-width: 1400px;
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.x-top2 {
    line-height: 90px;
    background: rgba(255, 255, 255, 0.94);
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    z-index: 9999;
}

.x-top2 .dlogo {
    height: 90px;
    line-height: 90px;
}

.x-top2 .nnav {
    width: 81%;

}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 90px;
    width: 238px;
    padding: 20px;

    z-index: 999;
    background: rgb(0, 0, 0, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #009b4d;
    background: #009b4d;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword {
    padding-left: 10px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid rgba(255, 255, 255, .3);
    border-right:none;
    outline: none;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}

.x-menu {
    width: 89%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-menu > li {

    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.x-menu > li > a {
    font-size: 17px;
    color: #333333;
    line-height: 90px;
    display: block;
    padding:0 10px;
    position: relative;
}

.x-menu > li:hover  > a{
    color: #009b4d; 
}

.x-menu > li.active > a {

}

.x-sub-menu {
    top: 80px;
}

.x-menu .lastli {
    width: 6% !important;
}

.x-menu > li.active > a, .x-menu > li > a:hover {
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 200%;
    left: -50%;
    top: 90px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.x-sub-menu > li{
    padding:0 10px;
}
.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    padding:15px 0;

}
.x-sub-menu > li + li a{
    border-top:1px dashed #e8e8e8;
}
.x-sub-menu > li > a:hover {
    color:#ed000f;
}

.navr{
    width: 4%;
    position: relative;
    justify-content: flex-end;
}

.lang {
    width: 7%;
    position: relative;
    justify-content: flex-end;
}
.lan{
    background: url(../images/lang.png) no-repeat 0 50%;
    padding-left: 28px;
    font-size: 14px;
    line-height: 94px;
}
.lan a{
    color:#fff;
}
.lan a:hover{
    color:rgba(255, 255, 255, 0.8);
}


.x-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.x-banner .owl-carousel {
    position: relative;
    height: 100%;
}
.x-banner .owl-carousel .owl-stage-outer{
    height: 100%;
}
.x-banner .owl-carousel .owl-stage{
    height: 100%;
}
.x-banner .owl-carousel .owl-item{
    height: 100%;
}
.x-banner .owl-carousel .banner-item{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.x-banner video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.x-banner .w1200 {
    width: 100%;
}
.x-banner .ban-word {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.x-banner .ban-word p {
    display: block;
}
.x-banner .ban-word li {
    list-style: disc;
    margin-left: 20px;
}
.x-banner .ban-word li::marker {
    color: #fff;
    font-size: 18px;
}

.x-banner .ban-word a.more {
    display: block;
    width: 166px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #009b4d;
    color: #fff;
    font-size: 16px;
    margin-top: 8vh;
    border-radius: 50px;
}
.x-banner .ban-word a.more:hover {
    background: #047b3f;
}
.x-banner .mouse {
    position: absolute;
    width: 100%;
    bottom: 65px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 99999;
}
.todown{
    position: absolute;
    left:5.8%;
    bottom:9%;
    z-index: 9999;
    color:#fff;
    line-height: 20px;
    padding-bottom:70px;
}
.todown:before{
    position: absolute;
    width: 1px;
    height: 60px;
    bottom:0;
    left:50%;
    content: "";
    background: rgba(255, 255, 255, .3);
}
.todown:after{
    position: absolute;
    width: 3px;
    height: 0;
    bottom:0;
    left:calc(50% - 1px);
    content: "";
    background: rgba(255, 255, 255, .6);
    animation: heightx 3s infinite linear 0s;
}
@keyframes heightx
{
  from {
      height:0px;
      bottom:60px;
  }
  to {
      height:60px;
      bototm:0;
  }
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

.x-about{
   background-size: cover;
}
.about{
    text-align: center;
    padding-top:94px;
}
.active .about{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.x-about h2{
   color:#000;
   font-size: 48px;
   line-height: 1.5;
   font-weight: bold;
}
.x-about .about-txt {
    color:#333333;
    font-size: 18px;
    line-height: 2;
    padding:3vh 6.3% 3vh;
    /* border: 2px solid rgba(0, 0, 0, 0.1); */

    
}
.x-about .about-txt p {
  text-align: justify;
}
.x-about .more a{
    display: inline-block;
    width: 166px;
    height: 50px;
    color:#fff;
    font-size: 16px;
    line-height: 50px;
    transition: all 0.3s;
    background: #009b4d;
    border-radius: 50px;
    text-align: center;
    margin-top: 5vh;
}
.x-about .more a:hover{
    background: #047b3f;
}
.ab-list{
    margin-top: 10vh;
    padding: 0 6.3%;
}

.ab-list .item img {
    margin-top: 10px;
}

.ab-list .txt {
    margin-left: 15px;
}

.ab-list .txt .number {

    
    font-weight: bold;
    font-family: arial;

    color: #333333;
    font-size: 80px;
    background-image: -webkit-linear-gradient(bottom,#333,#333,#333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
    line-height: 1;

    
}

.ab-list .txt .number span {
    
}

.ab-list .txt p {
    color: #666666;
    font-size: 16px;
}

.active.x-about .ali1{
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.active.x-about .ali2{
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1s;
    -webkit-animation-delay:1s;;
}
.active.x-about .ali3{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.alist{
    position: relative;
    width:26.3%;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}
.alist img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 10px;
}
.ab-video{
    width: 44.2%;
}
.alist .text{
    position: absolute;
    z-index: 9;
    width: 100%;
    left:0;
    bottom:0;
    padding:3vh 2vw;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    
}
.ab-video .play{
    position: absolute;
    width: 56px;
    height: 56px;
    right:2vw;
    top:3vh;

}
.culture a:before{
    position: absolute;
    width: 100%;
    height: 60%;
    content:"";
    left:0;
    bottom:0;
    background-image: linear-gradient(to top,  rgba(0,0,0,.5), transparent);
    z-index: 1;
}
.culture a{
    display: block;
    position: relative;

}
.alist .text h3{
    color:#fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}
.alist .text .intro{
    color:#fff;
    font-size: 17px;
    line-height: 1.8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media(min-width:992px){
    .alist:hover > img{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .alist:hover .text{
        padding-bottom: 5.5vh;
    }
}

.x-pro {
    background-size: cover;
}

.x-pro-list {
    padding-top: 94px;
    position: relative;
}

.x-pro-list .flex {
    align-items: center;
}
.x-pro-list .wz .title {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    padding-left: 42px;
}

.x-pro-list .wz .title:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 50%;
}

.x-pro-list .wz h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-top: 2vh;
}

.x-pro-list .wz .txt {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 36px;
    margin-top: 4vh;
}

.x-pro-list .img {
    overflow: hidden;
}

.x-pro-list .img img {
    max-width: 100%;
}

.active .x-pro-list {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.x-pro .more{
    display: inline-block;
    width: 166px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    transition: all 0.3s;
    background: #009b4d;
    border-radius: 50px;
    text-align: center;
    margin-top: 8vh;

}
.x-pro li:hover .more{
    background: #047b3f;
}

.x-pro .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 0;
}

.x-pro .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .8em;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.x-pro .owl-carousel .owl-dots button.owl-dot:hover {
    background: #009b4d;
}

.x-pro .owl-carousel .owl-dots button.owl-dot.active {
    background: #009b4d;
}


.x-case .w1200{
    
}
.x-tit{
    text-align: center;
}
.active .x-tit{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.x-tit h2{
  color:#333;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
.x-tit .intro{
  color:#666;
  font-size:18px;
  line-height: 2;

}
.partner-tit h2,.partner-tit .intro {
    color: #fff;
}
.x-case .swiper-slide img{
    max-width: 100%;
    height: auto;
}
.x-case .w-case-wzcon{
    position: absolute;
    left: 0;
    right: 0;
    top: 20vh;
}
.x-case .w-case-wzcon .wz{
    color: #ffffff;
}
.x-case .w-case-wzcon .wz h3{
    color: #ffffff;
    font: 700 48px/66px "Microsoft yahei";   
}
.x-case .w-case-wzcon .wz h4{
   font: 400 18px/35px "Microsoft yahei";
   margin-top: 2.5vh;
}

.active .w-case-wzcon .wz{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.x-case .swiper-pagination{
    margin-bottom: -10px;
}
.x-case .swiper-pagination:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
}
.x-case .swiper-pagination .swiper-pagination-bullet{
    width: calc(1400px / 5);
    border-radius: 0;
    height: 122px;
    margin: 0;
    color: #fff;
    font: 400 16px/35px "Microsoft yahei";
    opacity: 1;
    position: relative;
    text-align: center;
    padding-top: 60px;
    position: relative;
    top: -54px;
    z-index: 99;
}
.x-case .swiper-pagination .swiper-pagination-bullet:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6.5px;
    outline: 6px solid rgba(0, 155, 77, 0);
}
.x-case .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    background: #009b4d;
    outline: 6px solid rgba(0, 155, 77, 0.3);
}
.x-case .swiper-pagination .swiper-pagination-bullet:nth-child(1){
    background: url(../images/case1.png) no-repeat top center;
}

.x-case .swiper-pagination .swiper-pagination-bullet:nth-child(2){
    background: url(../images/case2.png) no-repeat top center;
}

.x-case .swiper-pagination .swiper-pagination-bullet:nth-child(3){
    background: url(../images/case3.png) no-repeat top center;
}

.x-case .swiper-pagination .swiper-pagination-bullet:nth-child(4){
    background: url(../images/case4.png) no-repeat top center;
}

.x-case .swiper-pagination .swiper-pagination-bullet:nth-child(5){
    background: url(../images/case5.png) no-repeat top center;
}
/*.x-case .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active{
    background: url(../images/case4_h.png) no-repeat 30% center #c30008;
}*/
.w-case-more{
    display: block;
    margin-top: 7vh;
}
.x-case .w-case-wzcon .wz .round {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-right: -10px;
    margin-bottom: -10px;
}

.x-case .w-case-wzcon .wz .round span {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: #009b4d;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    color: #fff;
    font: 400 30px/35px "Microsoft yahei";
}


.x-case .w-case-wzcon .wz .round .pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 155, 77, .3);
    /*! box-shadow:1px 1px 20px #b90000;*/
    -webkit-animation: warn 3s ease-out 1.5s;
    -moz-animation: warn 3s ease-out 1.5s;
    animation: warn 3s ease-out 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}

.x-case .w-case-wzcon .wz .round .pulse1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 155, 77, .3);
    /*! box-shadow:1px 1px 20px #b90000;*/
    -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}

@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.x-news{
    background-size: cover;
}

.x-news .mySwiper2 {
    overflow: hidden;
    margin-top: 5vh;
    position: relative;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.x-news .mySwiper2:after {
/*    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;*/
}

.x-news .mySwiper2 .swiper-wrapper {
    
}

.x-news .mySwiper2 .swiper-wrapper .swiper-slide {
    padding: 3%;
    border-right: 1px solid #e8e8e8;
    
    
}

.x-news .mySwiper2 .date {
    color: #666666;
    font-size: 18px;
    padding-left: 28px;
    font-family: 'Arial';
    background: url(../images/time.png) no-repeat left center;
}

.x-news .mySwiper2 h3 a {
    display: block;
    color: #333333;
    font-size: 20px;
    margin: 1vw 0 1vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.x-news .mySwiper2 h3 a:hover {
    color: #009b4d;
}

.x-news .mySwiper2 p {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.x-news .mySwiper2 .img {
    overflow: hidden;
    margin-top: 6vh;
}

.x-news .mySwiper2 .img img {
    width: 100%;
    transition: all .3s;
}

.x-news .mySwiper2 .img img:hover {
    transform: scale(1.1);
}

.x-news .news-list {
    position: relative;
}

.x-news .swiper-pagination-progressbar {
    width: 100%;
    bottom: -6vh;
    top: auto;
    height: 2px;
    background: #dedede;
    z-index: 9;
}

.x-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #009b4d;
    height: 6px;
    border-radius: 6px;
    margin-top: -2px;
}


.active .news-list {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}


.x-partner{
    background-size: cover;
}
.partner-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:6vh;
}
.partner-list li{
    width: calc(100% / 6);
    margin-bottom:3vh;
}
.partner-list li .img {
    overflow: hidden;
    margin: 0 8px;
}
.partner-list li img{
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

}
.partner-list li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.partner-list a.more {
    display: inline-block;
    width: 166px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    transition: all 0.3s;
    background: #009b4d;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 8vh;
}
.partner-list a.more:hover {
    background: #047b3f;
}
.active .partner-list{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.x-foot{
    background: #222222;
    padding:7vh 0 0;
}
.foot-l{
    width: 55%;
}
.fota{
    margin-bottom: 8vh;
}
.shares{
    margin-top:3vh;
}
.shares .social-share a{
    margin:0 15px 0 0;
}
.shares .social-share .social-share-icon{
    border:none;
    font-size: 24px;

}
.shares .social-share .social-share-icon:before{
    color:rgba(255,255,255,.3);
}
.shares .social-share .social-share-icon:hover{
    background: none;
}
.shares .social-share .social-share-icon:hover:before{
    color:rgba(255,255,255,.8);
}
.foot-r{
    display: flex;
    width: 32%;
    justify-content: space-between;
}
.x-con-tit {
    text-align: right;
}
.x-con-tit span{
    display: inline-block;
    padding-left:20px;
    background: url(../images/foot_hotline.png) no-repeat 0 50%;
    font-size: 15px;
    color:rgba(255,255,255,.5);
}
.x-layout-contact{

}
.x-layout-contact h3 {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 700;
}
.x-layout-contact .content {
    margin-top: 1.6em;
}
.x-addr{
    font-size: 15px;
    color:rgba(255,255,255,.5);
}
.x-layout-ewm{
    text-align: center;
    margin-top:4.5vh;
    margin-left: 5%;
}
.x-layout-ewm img {
    max-width: 120px;
}

.x-layout-ewm p {
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.foot_nav li a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 700;
}
.foot_nav li > a:hover{
    color: rgba(255, 255, 255, .8);
}
.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.6em;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 15px;
    line-height: 2.26;
    color: rgba(255, 255, 255, .5);
    font-weight: normal
}
.foot_nav li .x-nav-menu a:hover{
    color: rgba(255, 255, 255, .8);
}

.c-link {
    font-size: 14px;
    line-height: 2.42;
    padding: 2vh 0;
    display: none;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    color:rgba(255,255,255,.5);
}
.c-link a{
    color:rgba(255,255,255,.5);
    padding:0 8px;
}
.c-link a:hover{
    color:rgba(255,255,255,.8);
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
    z-index: 999;
}
.x-foot a {
    color: rgba(255, 255, 255, 0.5)
}

.x-foot a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
    color:rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 2.42;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3vh 0;
}

.x-power {
    margin-top: 5px;
}

.company-profile {
    padding-bottom: 50px;
}


.company-profile h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.company-profile .profile {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 2.84%;
}

.company-profile .profile-img {
    margin-top: 5.6%;
}

.company-profile .profile-img ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.company-profile .profile-img ul li {
    width: 24%;
}

.company-profile .profile-img ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: calc(276 / 353 * 100%);
}

.company-profile .profile-img ul li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease;
    max-width: 100%;
}

.company-profile .profile-img ul li:hover img {
    transform: scale(1.1);
}


.company-culture {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.company-culture .culture-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.company-culture .culture-bg .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.company-culture .culture-bg .img.active {
    z-index: 10;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
}

.company-culture .culture-bg .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.company-culture h3 {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    z-index: 30;
    text-align: center;
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #fff;
}

.company-culture .cluture-txt {
    position: relative;
    z-index: 10;
}

.company-culture .cluture-txt ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: unset;
}

.company-culture .cluture-txt ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    position: relative;
}

.company-culture .cluture-txt ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top,#000000,rgba(0, 0, 0, 0));
    opacity: 0;
    transition: 0.5s ease;
    z-index: 1;
}

.company-culture .cluture-txt ul li.active::after {
    opacity: 0.3;
    transition: 0.3s all;
}

.company-culture .cluture-txt ul li a {
    display: block;
    padding: 91% 17% 38.8%;
    text-align: center;
    transition: 0.5s ease;
    position: relative;
    z-index: 20;
}

.company-culture .cluture-txt ul li a .img {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    opacity: 0;
    transition: 0.5s ease;
}

.company-culture .cluture-txt ul li a .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}

.company-culture .cluture-txt ul li a .txt {
    margin-top: 9%;
    transition: 0.5s ease;
}

.company-culture .cluture-txt ul li a .txt h4 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}

.company-culture .cluture-txt ul li a .txt p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 11%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.company-culture .cluture-txt ul li.active a .img {
    opacity: 1;
    transform: translateY(-32px);
}

.company-culture .cluture-txt ul li.active a .txt {
    transform: translateY(-32px);
}

.product-equip {
    padding: 90px 0;
    overflow: hidden;
}

.product-equip h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.product-equip .equip-txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #333333;
    width: 87.8%;
    margin: 1.25em auto 0;
    display: block;
    text-align: center;
}

.product-equip .equip-img {
    margin-top: 5%;
    overflow: hidden;
}

.product-equip .equip-img .swiper {
    margin: 0 -47.5%;
    width: 195%;
}

.product-equip .equip-img .swiper li a {
    display: block;
    opacity: 0.26;
}

.product-equip .equip-img li .img {
    padding-top: calc(510 / 958 * 100%);
    position: relative;
    overflow: hidden;
}

.product-equip .equip-img li.swiper-slide-active a {
    opacity: 1;
}

.product-equip .equip-img li .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.fazhan-course {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 220px;
    overflow: hidden;
}

.fazhan-course h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.course-swiper1 {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6%;
}

.course-swiper1::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    z-index: -1;
}

.course-swiper1 .swiper-button-prev, .course-swiper1 .swiper-button-next {
    display: block;
    width: 49px;
    height: 49px;
    background-color: #bf1920;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/course_button.png);
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    flex-shrink: 0;
}

.course-swiper1 .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.course-swiper1 .swiper-button-prev::after,
.course-swiper1 .swiper-button-next::after {
    display: none;
}
.course-swiper1 .swiper-button-prev {}
.course-swiper1 .swiper-button-prev {}

.course-swiper1 .swiper {
    margin: 0 30px;
    flex-grow: 1;
}
.course-swiper1 li {
    text-align: center;
}
.course-swiper1 li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    padding-top: 13px;
}
.course-swiper1 li span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 23px;
    height: 23px;
    border: solid 2px transparent;
    border-radius: 50%;
}
.course-swiper1 li.swiper-slide-active span {
    border-color: #bf1920;
}
.course-swiper1 li span::before {
    content: "";
    display: block;
    background-color: #a5a5a5;
    width: calc(11 / 19 * 100%);
    height: calc(11 / 19 * 100%);
    border-radius: 50%;
}
.course-swiper1 li.swiper-slide-active span::before {
    background-color: #bf1920;
}
.course-swiper1 li h4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #a5a5a5;
    margin-top: 0.5em;
}
.course-swiper1 li.swiper-slide-active h4 {
    font-weight: bold;
    color: #bf1920;
}


.course-swiper2 {
    margin-top: 6%;
}
.course-swiper2 li {}
.course-swiper2 li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}
.course-swiper2 li .time {
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-swiper2 li .time h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 88px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #bf1920;
}
.course-swiper2 li .time p {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #bf1920;
    margin-left: 1em;
}
.course-swiper2 li .sum {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 7em;
}


.company-honor {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 66px;
}

.company-honor h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.honor-swiper {
    margin-top: 4.2%;
    position: relative;
}
.honor-swiper::after {
    content: "";
    display: block;
    width: 108%;
    margin: 0 -4%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: calc(83 / 1480 * 100%);
    background-image: url(../images/honor_swiper.png);
    margin-top: 1.6%;
}

.honor-swiper .swiper {}
.honor-swiper li {
}
.honor-swiper li a {
    display: block;
    transform-origin: center 90%;
    transform: scale(0.71);
}
.honor-swiper li.swiper-slide-active a {
    transform: scale(1);
}
.honor-swiper li .img {
    position: relative;
    padding: 6% 5.625%;
}
.honor-swiper li .img div {
    padding-top: calc(410 / 284 * 100%);
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.honor-swiper li .img div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.honor-swiper li .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/honor_img.png);
    z-index: 20;
}
.honor-swiper li h4 {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 1em;
    opacity: 0;
    visibility: hidden;
    padding: 0 1em;
}
.honor-swiper li.swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.honor-swiper .swiper-button-prev::after,
.honor-swiper .swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.honor-swiper .swiper-button-prev:hover::after,
.honor-swiper .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

.honor-swiper .swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
    display: flex;
    width: 36px;
    height: 60px;
    top: 40%;
    margin: 0;
}
.honor-swiper .swiper-button-prev::after, 
.honor-swiper .swiper-button-next::after {
    width: 26px;
    height: 26px;
    border-width: 4px;
    border-color: transparent transparent #cccccc #cccccc;
    left: 10px;
}
.honor-swiper .swiper-button-prev:hover::after, 
.honor-swiper .swiper-button-next:hover::after {
    border-color: transparent transparent #bf1920 #bf1920;
}
.honor-swiper .swiper-button-prev {
    left: -6%;
}
.honor-swiper .swiper-button-next {
    right: -6%;
}






@media(max-width: 1599px){
    .x-about h2{
        font-size: 48px;
    }
}
@media (max-width: 1400px) {
    .w1200 {
        padding: 0 15px;
    }

    .x-case .swiper-pagination .swiper-pagination-bullet {
        width: 20%;
    }
   
}
@media(max-width: 1199px){
    .x-menu > li > a{
        font-size: 16px;
    }
    .x-menu{
        width: 84%;
    }
    .x-about h2{
        font-size: 48px;
    }
    .x-about .about-txt{
        font-size: 17px;
    }
    .alist .text h3{
        font-size: 22px;
    }
    .alist .text .intro{
        font-size: 16px;
    }
    .x-pro h3{
        font-size:28px;
    }
    .x-pro li img{
        max-width: 90%;
    }
    .x-tit h2{
        font-size: 42px;
    }
    .x-tit .intro{
        font-size: 22px;
    }
    .x-case-list h3{
        font-size: 22px;
    }
    .page-box .page-img{
        width: 100%;
        margin-bottom: 3vh;
    }
    .page-box .page-con{
        width: 100%;
    }
    .xypg-news-list li .date{
        margin-bottom: 20px;
    }
    .xypg-news-list li h3{
        font-size: 20px;
    }
    .xypg-news-list li .more span{
        font-size: 14px;
        margin-top: 20px;
    }
}
@media(max-width: 991px){
    .x-banner{
        position: relative;
    }
    .x-banner video{
        position: static;
    }
    .x-about{
        padding: 4vh 0;
    }
    .about{
        padding:0;
    }
    .x-about h2{
        font-size: 40px;
    }
    .x-about .about-txt{
        font-size: 16px;
    }
    .x-about .more a{
        font-size: 15px;
    }
    .alist .text{
        padding:20px 15px;
    }
    .alist .text .intro{
        font-size: 15px;
    }
    .ab-list{
        margin-top:3vh;
    }
    .x-pro h3 {
    font-size: 24px;
    }
    .x-pro li{
        padding:6vh 0;
        height:auto;
    }
    .x-tit h2{
        font-size: 36px;
    }
    .x-case .w1200{
        padding-top:0;
    }
    .x-case-list h3{
        font-size: 20px;
    }
    .x-partner{
        padding:4vh 0;
    }
    .partner-list{
        margin-top:1vh;
    }
    .partner-list li{
        width: 24%;
        margin-top:2vh;
    }
    .partner-list li:nth-child(9),.partner-list li:nth-child(10){
        display: none;
    }
}
@media(max-width: 767px){
    .x-banner .owl-carousel .owl-dots{
        bottom:20px;
    }
    .x-banner .owl-carousel .owl-dots button.owl-dot{
        width: 10px;
        height: 10px;
        margin:0 6px;
    }
    .x-banner .ban-word {
        display: none;
    }
    .todown {
        line-height: 16px;
        padding-bottom: 50px;
    }
    .todown:before{
        height: 40px;
    }
    .x-about .more a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 2vh;
    }
    .ab-list {
        padding: 0;
    }
    .ab-list .item img {
        width: 30px;
    }
    .ab-list .txt .number {
        font-size: 36px;
    }
    .ab-list .txt p {
        font-size: 14px;
    }
    .ab-list .txt {
        margin-left: 5px;
    }
    @keyframes heightx
        {
        from {
            height:0px;
            bottom:40px;
        }
        to {
            height:40px;
            bototm:0;
        }
    }
    .x-about h2{
        font-size: 24px;
    }
    .x-about .about-txt{
        font-size: 14px;
    }
    .alist{
        width:48%;
    }
    .ab-video{
        width: 100%;
        margin-bottom: 2vh;
    }
    .alist .text .intro{
        font-size: 14px;
    }
    .alist .text h3{
        font-size: 20px;
    }
    .x-pro-list {
        padding: 30px 0;
    }
    .x-pro li{
        width: 100%;
    }
    .x-pro li + li:before{
        width: 100%;
        height: 1px;
    }
    .x-pro h3{
        font-size: 20px;
    }
    .x-pro li img {
        max-width: 70%;
    }
    .x-pro .more{
        font-size: 14px;
        width: 140px;
        height: 40px;
        line-height: 40px;
        margin-top: 2vh;
    }
    .x-pro-list .wz .title {
        font-size: 16px;
    }
    .x-pro-list .wz h3 {
        font-size: 30px;
    }
    .x-pro-list .wz .txt {
        font-size: 14px;
        margin-top: 2vh;
        line-height: 28px;
    }

    .x-pro-list .img {
        margin-top: 30px;
    }

    .x-case .w-case-wzcon {
        top: 8px;
    }

    .x-case .w-case-wzcon .wz h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .x-case .w-case-wzcon .wz h4 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0;
    }

    .w-case-more {
        margin-top: 0;
        display: none;
    }

    .x-case .w-case-wzcon .wz .round {
        width: 10px;
        height: 10px;
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .x-case .w-case-wzcon .wz .round span {
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 18px;
    }

    .x-case .w-case-wzcon .wz .round .pulse,.x-case .w-case-wzcon .wz .round .pulse1 {
        top: -5px;
        left: -5px;
        width: 30px;
        height: 30px;
    }

    .x-case .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
        line-height: 24px;
    }

    .x-case .swiper-pagination:after {
        top: 80%;
    }

    .x-case .swiper-pagination .swiper-pagination-bullet {
        height: 60px;
        top: -7px;
        font-size: 12px;
        padding-top: 20px;
    }

    .x-case .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
        background-size: 22px 22px;
    }
    .x-case .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
        background-size: 22px 22px;
    }
    .x-case .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
        background-size: 22px 22px;
    }
    .x-case .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
        background-size: 22px 22px;
    }
    .x-case .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
        background-size: 22px 22px;
    }

    .x-news {
        padding: 3vh 0 6vh;
    }

    .x-news .mySwiper2 .date {
        font-size: 16px;
    }

    .x-news .mySwiper2 h3 a {
        font-size: 18px;
        margin: 10px 0;
    }

    .x-news .mySwiper2 p {
        font-size: 14px;
    }

    .x-news .mySwiper2 .img {
        margin-top: 3vh;
    }


    .x-news .swiper-pagination-progressbar {
        bottom: -3vh;
    }

    .partner-list li {
        margin-bottom: 1vh;
    }

    .partner-list a.more {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 3vh;
    }


    .x-tit h2{
        font-size: 24px;
    }
    .x-case-list h3{
        font-size: 16px;
    }
    .x-tit .intro {
        font-size: 16px;
    }
    .partner-list li{
        width: 48%;
    }
    .page-wrap .page-wrap-right img{
        max-width: 100%;
        width:auto !important;
        height:100% !important;
    }
    .x-case .owl-carousel .owl-nav button.owl-prev, .x-case .owl-carousel .owl-nav button.owl-next{
        width: 30px;
        height: 50px;
    }
     .xypg-news-list li{
         padding:20px 0;
     }
     .xypg-news-list li a{
         flex-wrap: wrap;
     }
    .xypg-news-list li .news-img{
        width:100%;
    }
    .xypg-news-list li .news-txt{
        width: 100%;
        margin-top: 20px;
    }
    .xypg-news-list li .date{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .xypg-news-list li h3{
        font-size: 16px;
    }
    .xypg-news-list li .more span{
       padding: 4px 40px 4px 25px;
        margin-top: 15px;
        font-size: 14px;
    }

    .company-profile {
        padding: 40px 0 20px 0;
    }

    .company-profile h3, .company-culture h3, .product-equip h3, .fazhan-course h3, .company-honor h3 {
        font-size: 26px;
    }

    .company-culture {
        padding: 36px 0 20px;
    }

    .company-culture h3 {
        top: 0;
        position: relative;
    }

    .company-culture .cluture-txt {
        margin-top: 30px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .company-culture .cluture-txt ul li {
        width: 40vw;
        flex: none;
    }

    .company-culture .cluture-txt ul li a {
        padding: 40px 30px 32px;
    }

    .company-culture .cluture-txt ul li a .img {
        opacity: 1;
        height: 42px;
    }

    .company-culture .cluture-txt ul li a .txt {
        margin-top: 12px;
    }

    .company-culture .cluture-txt ul li a .txt h4 {
        font-size: 18px;
    }

    .company-culture .cluture-txt ul li a .txt p {
        font-size: 14px;
        margin-top: 10px;
    }

    .company-culture .cluture-txt ul li.active a .img {
        opacity: 1;
        transform: translateY(-16px);
    }

    .company-culture .cluture-txt ul li.active a .txt {
        opacity: 1;
        transform: translateY(-16px);
    }

    .product-equip {
        padding: 30px 0;
    }

    .fazhan-course {
        padding: 50px 0 80px;
    }

    .course-swiper1 .swiper-button-prev, .course-swiper1 .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .course-swiper1 li h4 {
        font-size: 18px;
    }

    .course-swiper1 li a {
        padding-top: 15px;
    }

    .course-swiper1 li span {
        width: 20px;
        height: 20px;
    }

    .course-swiper2 li a {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 20px;
    }

    .course-swiper2 li .time {
        justify-content: flex-start;
    }

    .course-swiper2 li .time h4 {
        font-size: 32px;
    }

    .course-swiper2 li .time p {
        font-size: 16px;
        margin-left: 0.5em;
    }

    .course-swiper2 li .sum {
        line-height: 1.8;
        margin-left: 0;
        margin-top: 0.5em;
        font-size: 14px;
    }

    .company-honor {
        padding: 4.2% 0 4%;
    }

    .honor-swiper {
        padding: 0 30px;
    }

    .honor-swiper .swiper-button-next {
        right: 0;
    }

    .honor-swiper .swiper-button-prev {
        left: 0;
    }
}

@media (max-width: 640px) {
    .company-profile .profile-img ul {
        flex-flow: column;
    }

    .company-profile .profile-img ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-equip .equip-img {
        margin-top: 20px;
    }

    .product-equip .equip-img .swiper {
        margin: 0 -75%;
        width: 250%;
    }

    .honor-swiper {
        margin-top: 24px;
    }

    .honor-swiper .swiper {
        margin: 0 -50%;
        width: 200%;
    }

    .honor-swiper li h4 {
        font-size: 14px;
        margin-top: 0.5em;
    }
}

@media(max-width: 450px) {
    .ab-list .item {
        margin-top: 2vh;
    }
    .ab-list .item img {
        width: 24px;
    }
    .ab-list .txt .number {
        font-size: 28px;
    }
    .ab-list .txt p {
        font-size: 12px;
    }
}

#fp-nav ul li {
    height: 8px;
}

#fp-nav ul li a {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 8px;
}

#fp-nav ul li.on a {
    width: 8px;
}

#fp-nav ul li.on a {
    background-color: #fff;
}

#fp-nav ul li a.active {
    width: 20px;
    background-color: #fff;
}

#fp-nav ul li.on a.active {
    background-color: #fff;
}



