.con_banner .ban_tit span{
    width: 2px;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    opacity: .3;
    height: 0.85em;
    vertical-align: middle;
}
.banner_img_wap{
    display: none;
}
.banner_img_wap img{
    width: 100%
}
.banner_img{
    z-index: 44;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.banner_img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-txt{
    z-index: 45;
}
.sec1{
    padding-top: 5.9375vw;
    padding-bottom: 5.26vw;
}
.sec-tit{
    text-align: center;
    line-height: 1.25;
    color: #333;
}

.sec1-des{
    line-height: 30px;
    text-align: center;
    color: #666;
    margin-top: 0.78125vw;
}
.sec1-dest{
    color: #999;
    text-align: center;
    line-height: 26px;
    margin-top: 5.2vw;
}
.sec1-swp{
    margin-top: 1.3vw;
    position: relative;
}
.swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sec1 .sec1-swp .swiper-button-next{
    right: -80px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
 .sec1 .sec1-swp .swiper-button-prev{
    left: -80px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.sec1 .mb-inner{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 61%;
    height: 61%;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    transition: all .5s;
}
/*.sec1 .swiper-slide-prev .mb-inner{
    left: 2%;
    transform: translate(0%,-50%);
}
.sec1 .swiper-slide-next .mb-inner{
    right: 2%;
    left: auto;
    transform: translate(0%,-50%);
}
.sec1 .swiper-slide-active .mb-inner{
    width: 70%;
    height: 70%;
}
.sec1 .swiper-slide-active .mb-img{
    margin-top: 4vw;
}
.sec1 .swiper-slide-active  .mb-outer{
    border-radius: 50%;
    border:1px rgba(197,197,197,.2) solid;
}
.sec1 .swiper-slide-active  .mb-outer:after{
    content: '';
    width: 90%;
    height: 90%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    border:1px rgba(197,197,197,.45) solid;
}
.sec1 .swiper-slide-active  .mb-outer::before{
    content: '';
    width: 80%;
    height: 80%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    border:1px rgba(197,197,197,.7) solid;
}



*/
.sec1 .mb-outer:hover .mb-inner{
    width: 70%;
    height: 70%;
}
.sec1 .mb-outer:hover .mb-img{
    margin-top: 4vw;
}
.sec1 .mb-outer{
    border-radius: 50%;
    border:1px rgba(197,197,197,0) solid;
    transition: all .5s;
}
/*.sec1 .mb-outer:hover {
   border-color: rgba(197,197,197,.2);
}*/
/*.sec1 .mb-outer:after{
    content: '';
    width: 90%;
    height: 90%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    border:1px rgba(197,197,197,.25) solid;
    opacity: 0;
    transition: all .5s;
}*/
.sec1 .mb-outer::before{
    content: '';
    width: 80%;
    height: 80%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    border:1px rgba(197,197,197,.7) solid;
    opacity: 0;
    transition: all .5s;
}
.sec1 .mb-outer:hover:after,
.sec1 .mb-outer:hover:before{
    opacity: 1;
}


.sec1 .swiper-slide .mb-outer{
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.mb-tit{
    text-align: center;
    line-height: 1.33;
    color: #333;
}
.mb-img{
    width: 77px;
    height: 70px;
    margin: 3.22vw auto 12px;
    transition: all .5s;
}
.mb-img img{
   width: 100%;
   height: 100%;
   object-fit: contain;
   transition: all .8s;
}
/*.sec1 .swiper::before{
    content: '';
    height: 2px;
    position: absolute;
    left: 18.33%;
    width: 17.5%;
    width: 110px;
    left:27.8%;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right,rgba(245,245,245,0),rgba(245,245,245,1),rgba(245,245,245,0));
}
.sec1 .swiper::after{
    content: '';
    height: 2px;
    position: absolute;
    right: 18.33%;
    width: 17.5%;
    width: 110px;
    right:27.8%;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right,rgba(245,245,245,0),rgba(245,245,245,1),rgba(245,245,245,0));
}*/
.sec1 .mb-outer:hover .mb-img img{
       transform: rotateY(360deg);
}
.sec2{
    padding-top: 3.75vw;
}
.sec2-list{
    display: flex;
    margin-top: 2.29vw;
    flex-wrap: wrap;
}
.sec2-item{
    flex: calc((100% - 20px)/3);
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.sec2-item:nth-child(3n){
   margin-right: 0;
}
.sec2-img{
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 67.45%;
  overflow: hidden;
}
.sec2-img img{
    width: 100%; 
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all .5s;
}
.sec2-txt{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
}
.sec2 .sec2-tit{
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.sec2 .sec2-des{
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-top: 1.25vw;
    height: 0;
    overflow: auto;
    transition: all .5s;
}
.sec2-item:hover .sec2-des{
    height: auto;
}
.sec2-item:hover .sec2-img img{
    transform: scale(1.05);
}
.sec3{
    position: relative;
    padding-top: 6.40625vw;
    padding-bottom: 7.03125vw;
    padding-top: 3.38vw;
    padding-bottom: 4vw;
    background-color: #f7f7f7;
}
 .di{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    
}
 .di img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    
}
.sec2-new{
    background-color: #f7f7f7;
    padding-top: 6.14vw;
}
.sec2-new-list{
    margin-top: 2.5vw;
    position: relative;
}
.sec2-new-list:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ff7900;
    border-bottom-right-radius:8px ;
    height: 8px;
    width: calc(514px + (100% - 1440px) / 2);
}
.sec2-new-list:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff7900;
    border-top-left-radius:8px ;
    height: 8px;
    width: calc(514px + (100% - 1440px) / 2);
}
.sec2-new  .sec2n_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec2-new  .sec2n-item{
   flex:0 0 27.77%;
   box-sizing: border-box;
   padding:3.85vw 2.6vw 6.875vw;
}
.sec2-new  .sec2n-item:nth-child(2){
   background: url('../image/kuan.png') no-repeat center center/100% 100%;
}
.sec2-new .ico1{
    width: 60px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec2-new .ico1 img{
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;
   transition: all .5s;
}
.sec2-new  .sec2n-item:hover  .ico1 img{
  transform:rotateY(360deg);
}
.sec2-new .n_tit{
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    margin-top: 2vw;
}
.sec2-new .n_des{
    line-height: 1.75;
    color: #333;
    margin-top: 10px;
}
.sec3 .strategy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec3 .strategy-item{
    flex:0 0 18.33%;
    background-color: rgba(255,255,255,.86);
     background-color: rgba(255,255,255,1);
    padding-top: 2.5vw;
    padding-bottom: 0.9375vw;
    transition: all .5s;
    box-shadow: rgba(50, 50, 93, 0) 0px 0px 0px 0px;
    transition: all .25s ease;
}
.sec3 .strategy-item:hover{
   box-shadow: rgb(50 50 93 / 20%) 0px 15px 30px -5px, rgb(0 0 0 / 30%) 0px 5px 16px -18px;
   transition: all .25s ease;
   transform: scale(1.1);
}

.sec3 .ico-list{
    display: flex;
    justify-content: center;
    border-top:1px solid rgba(0,0,0,.1);
    padding-top: 1.09375vw;
    transition: all .5s;
}
.sec3 .ico-list>img{
    margin: 0 5px;
    max-height: 58px;
    object-fit: contain;
}
.sec3 .strategy-tit{
    text-align: center;
    line-height: 1.2;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}
.sec3  .strategy-des {
   text-align: center;
   line-height: 1.75;
   height: 8.75em;
   color: #333;
   margin-bottom: 2.86vw;
}
/*.sec3 .strategy-item:hover{
    background-color: rgba(255,255,255,1);
}
.sec3 .strategy-item:hover .ico-list{
    border-color: rgba(0,0,0,0);
}*/
.sec4 {
    padding-top: 6.9vw;
    padding-bottom: 5.41vw;
}
.sec4 .swiper{
    padding-top: 10px;
}
.sec4 .swiper-slide{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
    padding: 3.4375vw 2.08vw 4.6875vw;
    padding-bottom: calc(5.575vw + 36px);
    background-color: #fff;
    box-sizing: border-box;
    transition: all .5s;
    position: relative;
}
.sec4 .swiper-slide:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sec4 .sec4-tit{
   color: #333;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 1.71875vw;
  margin-bottom: 1.875vw;
  position: relative;
}
.sec4 .sec4-tit:after{
    content: '';
    height: 3px;
    width: 100%;
    background: url('../image/line.png') repeat-x ;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sec4 .sec4-item{
    display: flex;
    align-items: center;
    margin-bottom: 2.55vw;
}
.sec4 .sec4-item .lf{
    flex:none;
    margin-right: 20px;
}
.sec4 .sec4-item .rg{
    flex:1;
    line-height: 1.5;
    height: 1.5em;
    white-space: nowrap;      /* 保证文本不会换行 */
    overflow: hidden;         /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
}
.sec4-more{
    width: 170px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
    border:1px solid #FF7900;
    position: relative;
    box-sizing: border-box;
    position: absolute;
    bottom:  4.6875vw;
    left: 2.08vw;
    /*margin-top: 0.8875vw;*/
}
.sec4 .btn-iner{
    left:0;
    width: 0%;
    height: 100%;
    background: #FF7900;
    top: 0;
    z-index: 1;
    transition: all .5s;
}
.sec4-more:hover .btn-iner{
    width: 100%;
}

.sec4-more a{
    z-index: 2;
    color: #FF7900;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 34px;
    transition: all .5s;
    position: relative;
}
.sec4-more:hover a{
    color: #fff;
}
.sec4 .swp-cz{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.91vw;
}
.sec4 .swiper-scrollbar{
    width: 32%;
    position: relative;
    height: 2px;
    margin: 0 34px;
    background-color: #e4e4e4;
}
.sec4 .swiper-button-prev,
.sec4 .swiper-button-next{
  position: static;
}
.sec4  .swiper-scrollbar-drag{
    background-color:#ef7c10!important ;
}


.sec4-new{
    overflow: hidden;
    padding:6.25vw 0 ;
}
.sec4n-tit{
    text-align: left;
}
.sec4-new .bar-primary {
    border-top-color: #ff7900;
    border-top-width: 8px;
    border-top-style: solid;
    border-right: 6px solid rgba(0, 0, 0, 0);
    margin-top: 16px;
    width: 52px;
    height: 0;
}
.sec4-new .bg-change{
    display: flex;
    margin-top: 2.5vw;
   margin-bottom: 1.25vw;
}
.sec4-new .bg-change .bg-c-item:not(:last-child) {
    margin-right: 65px;
}
.sec4-new .bg-change .bg-c-item{
    color: #545454;
    font-size: 16px;
    line-height: 36px;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}
/*.sec4-new .bg-change .bg-c-item::after{
    content:'';
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    height: 4px;
    width: 0;
    background-color: #ff7900;
    transition: all .5s;
}*/
.sec4-new .bg-change .bg-c-item.active{
    color: #333;
    font-weight: 600;
}
.sec4-new .bg-change .bg-c-item.active::after{
    width: 100%;

}
.sec4-new .bg-list{
    overflow: initial;
    position: relative;
}
.sec4-new .bg-item{
    width: 100%;
    /*height: 480px;*/
    position: relative;
}
.sec4-new .bg-item>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec4-new .mask{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: linear-gradient(1turn, #242826 , rgba(20, 31, 49, 0));
    transition: all .3s ease-in-out;
}
.sec4-new .bg-item:hover .mask{
   opacity: 1;
}
.sec4-new .bg-item .title{
    position: absolute;
    bottom: 36px;
    color: #fff;
    font-weight: 800;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 24px;
    line-height: 30px;
    left: 0;
    right: 0;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: justify;
}
.sec4-new .bg-item:hover .title{
    bottom: 130px;
}

.sec4-new .operations{
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 36px;
    box-sizing: border-box;
}
.sec4-new .bg-item:hover .operations{
    bottom: 42px;
    opacity: 1;
}
.sec4-new  .btn {
    box-sizing: border-box;
    width: 162px;
    max-width: 46%;
    text-align: center ;
    padding: 13px 0%;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    border: 2px solid rgba(0, 0, 0, 0);
}
.sec4-new  .btn.is-primary {
    background-color: #ff7900;
    border-color: #ff7900;
}
.sec4-new .btn.is-outlined-primary {
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf;
}

.sec4-new  .btn .btn-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 16px;
}


.sec4-new  .btn .btn-icon {
    margin-left: 12px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 16px;
    height: 16px;
}
.operations .btn span{
    color: #fff;
}
.sec4-new .bg-list .swiper-button-next.swiper-button-disabled, 
.sec4-new .bg-list .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.sec4-new .swiper-button-next{
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.sec4-new .swiper-button-prev{
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.bg-list:hover  .swiper-button-prev,
.bg-list:hover .swiper-button-next{
    opacity: 1;
}
.sec4-new .bg-change{
    margin: 20px 0;
}


@media screen and (max-width:1200px) {
    .sec4-new .bg-item{
       /* height: 400px;*/
    }
}
@media screen and (max-width:768px){
    .sec4-new .bg-item .title{
        line-height: 48px;
        font-size: 18px;
        left: 0;
    }
    .sec4-new .operations{
        padding: 0 20px;
    }
    .sec4-new .btn{
        padding: 10px 0;
    }
    .sec4-new .bg-item:hover .title{
        bottom: 110px;
    }
    
}









.sec5{
    position: relative;
    padding-top: 3.385vw;
    padding-bottom: 3.3vw;
}
.sec5 .honor{
    display: flex;
    align-items: center;
}
.sec5 .honor .honor-lf{
    flex:0 0 45.84%;
}
.sec5 .honor-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 4.1vw;
}
.sec5 .honor-item{
    flex:0 0 48.5%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1vw 1.458vw ;
    margin-bottom: 3%;
}
.sec5 .swiper{
   height: 45.5vw;
}
.sec5 .honor-item:nth-child(2n){
    transform: translateY(4.1vw);
}
.sec5 .honor-img{
    height: 0;
    padding-bottom: 56.82%;
    position: relative;
    overflow: hidden;
    
}
.sec5 .honor-img img{
    max-width: 80%;
    max-height: 90%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.sec5 .hon-txt{
   min-height: 3em;
   line-height: 1.5;
   display: flex;
   color: #333;
   font-weight: 500;
   display: flex;
}
.sec5 .hon-tit{
    margin-top: auto;
}
.sec5 .honor-rg{
    margin-left: 14%;
    flex: 1;
}
.sec5 .honor-tit {
    line-height: 1.25;
    font-weight: 600;
    color: #fff;
}
.sec5 .honor-des{
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}
.sec6{
    position: relative;
    padding-top: 11.09vw;
    padding-bottom: 17.55vw;
}
.sec6 .sec6-tit {
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.35vw;
}
.sec6 .yg-more{
    background-color: #fff;
    margin: 0 auto;

}
.sec6 .yg-more a{
    color: #333!important;
    position: relative;
    z-index: 2;
    transition: all .5s;
 }
 .sec6 .yg-more:hover a{
     color: #fff!important;
 }
 
@media screen and (max-width:1600px) {
    .sec1 .sec1-swp .swiper-button-prev{
        left: -70px;
    }
    .sec1 .sec1-swp .swiper-button-next{
        right: -70px;
    }
    .mb-img{
        width: 72px;
        height: 65px;
        margin-top: 2vw;
    }
    .sec3 .ico-list>img{
        height: 48px;
    }
    .sec2-new-list:before,
    .sec2-new-list::after{
      width: 38.55%;
      height: 7px;
    }
}
@media screen and (max-width:1366px) {
    .mb-img{
        width: 64px;
        height: 58px;
        margin-top: 2vw;
    }
    .sec3 .ico-list>img{
        height: 40px;
    }
    .sec4-more{
        width: 140px;
    }
}
@media screen and (max-width:1200px) {
    .mb-img{
        width: 60px;
        height: 52px;
        margin-top: 3.5vw;
    }
    .sec1 .swiper-slide-active .mb-inner{
        width: 70%;
        height: 70%;
    }
    .sec1 .sec1-swp .swiper-button-prev{
        left: -40px;
    }
    .sec1 .sec1-swp .swiper-button-next{
        right: -40px;
    }
    .sec3 .ico-list>img{
        margin:0 3px;
    }
    .sec2-new-list:before,
    .sec2-new-list::after{
      width: 37.12%;
      height: 6px;
    }

}
 @media screen and (max-width:768px){
    .banner_img_wap{
        display: block!important;
        margin-top: 30px;
    }
    .sec2-ban-pc{
        display: none!important;
    }
    .sec2-ban-wap{
        display: block!important;
        padding-top: 20px;
    }
    .con_banner {
        height: auto;
        margin-top: 40px;
        min-height: 210px;
    }
    .sec1{
        padding-top: 30px;
    }
    .sec1-swp .swiper{
        width: 80%;
        margin: 0 auto;
    }
    .sec1 .sec1-swp .swiper-button-prev{
        left: 0px;
    }
    .sec1 .sec1-swp .swiper-button-next{
        right: 0px;
    }
    .sec1 .swiper-slide-active .mb-img,
    .sec1 .mb-outer:hover .mb-img{
        margin-top: 11vw;
    }
    .sec1 .swiper::before,
    .sec1 .swiper::after{
        content: none;
    }
    .sec2-item{
        flex:0 0 100%;
    }
    .sec2{
        padding-top: 40px;
    }
    .sec2-list{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .sec3 .strategy-item{
        flex:0 0 48%;
        margin-bottom: 4%;
        padding: 15px 0 10px;
        transition: all .25s ease;
    }
    .sec4 .swiper{
        padding: 10px;
        
    }
    .sec4 .swiper-slide{
        box-shadow: none;
        border: 1px solid #fafafa;
        padding: 15px 20px 60px;
    }
    .sec4-more{
        height: 32px;
        margin-top: 15px;
        bottom: 20px;
        left: 15px;
    }
    .sec4-more a{
        line-height: 30px;
    }
    .sec4 .swp-cz{
        margin-top: 20px;
    }
    .sec4{
        padding:30px 0;
    }

    .sec5 .honor{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .sec5 .honor-item{
        padding: 15px;
    }
    .sec5 .honor-rg{
        margin-left: 0;
        margin-bottom: 20px;
    }
    .sec5 .honor-item:nth-child(2n){
        transform: translateY(30px);
    }
    .sec5{
       padding-top: 30px;
       padding-bottom: 50px;
    }
    .sec5 .honor-des{
        margin-top: 8px;
    }
    .sec5 .swiper {
        height: 600px;
    }
    .banner-txt{
      top: 50%;
    }
    .onvernew {
        display: none!important;
    }
    .con_banner .sunvideo{
        float: none;
    }
    .sec2-new .sec2n-item{
        flex: 0 0 80%;
        
    }
    .sec2-new .sec2n_inner{
        justify-content: center;
    }
    .sec2-new-list:before,
    .sec2-new-list::after{
      width: 72%;
      left:14%;
      right: auto;
    }
    .sec2-new .sec2n-item{
        padding:30px 20px 40px;
    }
    .sec2-new{
        padding-top: 30px;
    }
    .sec2-new-list{
        margin-top: 20px;
    }
    .sec3{
        padding-top: 20px;
        padding-bottom: 30px;
    }
 }

 .sec2-ban-pc{
    width: 100%;
    padding: 30px 0;
 }
 .sec2-ban-wap{
    display: none;
 }
 .bg_lists_btn_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
 }
 .list_btn{
    padding: 6px 12px;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    color: #FF7900;
 }
 .bg_lists_btn_flex a{
    width: 140px !important;
    display: block;
    color: #ff6900;
    text-align: center;
    border: 1px solid #ff6900;
    border-radius: 10000px;
    margin-top: 40px;
    letter-spacing: 1px;
    position: relative;
    transition: .3s;
    overflow: hidden;
}
.bg_lists_btn_flex a:hover .btnbgn-x {
    width: 140%;
    background: #ff6900;
}
.list_btn:hover .btn-inner {
    color: #ffffff!important;
}
.btnbgn-x{
    position: absolute;
    left: -4px;
    width: 0;
    top: -4px;
    right: -4px;
    bottom: -4px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.btn-inner{
    position: relative;z-index: 3
}