.dot{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.dot2,.dot3,.dot4,.dot6,.dot5{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;}
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
.dot5{-webkit-line-clamp:5;}
.dot6{-webkit-line-clamp:6;}

li,ul,ol{
  list-style-position: inside;
}

/* 字体小组 */
.f60{font-size:3rem;}
.f50{font-size:2.5rem;}
.f48{font-size:2.4rem;}
.f46{font-size:2.3rem;}
.f44{font-size:2.2rem;}
.f42{font-size:2.1rem;}
.f40{font-size:2rem;}
.f38{font-size:1.9rem;}
.f36{font-size:1.8rem;}
.f34{font-size:1.7rem;}
.f32{font-size:1.6rem;}
.f30{font-size:1.5rem;}
.f28{font-size:1.4rem;}
.f26{font-size:1.3rem;}
.f24{font-size:1.2rem;}
.f22{font-size:1.1rem;}
.f20{font-size:1rem;}
.f18{font-size:.9rem;}
.f16{font-size:.8rem;}
.f14{font-size:.7rem;}
@media (max-width:1540px){.f60{font-size:2.8rem;}
.f50{font-size:2.7rem;}
.f48{font-size:1.8rem;}
.f46{font-size:2.5rem;}
.f44{font-size:2.4rem;}
.f42{font-size:2.3rem;}
.f40{font-size:2.2rem;}
.f38{font-size:2.1rem;}
.f36{font-size:1.8rem;}
.f34{font-size:1.6rem;}
.f32{font-size:1.5rem;}
.f30{font-size:1.4rem;}
.f28{font-size:1.3rem;}
.f26{font-size:1.2rem;}
.f24{font-size:1.1rem;}
.f22{font-size:1rem;}
.f20{font-size:.9rem;}
.f18{font-size:.8rem;}
}
@media (max-width:1024px){.f60{font-size:2.2rem;}
.f50{font-size:2.1rem;}
.f48{font-size:2rem;}
.f46{font-size:1.9rem;}
.f44{font-size:1.8rem;}
.f42{font-size:1.7rem;}
.f40{font-size:1.6rem;}
.f38{font-size:1.5rem;}
.f36{font-size:1.4rem;}
.f34{font-size:1.3rem;}
.f32{font-size:1.2rem;}
.f30{font-size:1.1rem;}
.f28{font-size:1rem;}
}
@media (max-width:768px){.f60,.f50,.f48,.f46,.f44,.f42,.f40{font-size:1.4rem;}
}
@media (max-width:640px){}
.inner{width:74%;margin-left:auto;margin-right:auto;}
.overscroll{height:100%;overflow:auto;width:100%;}
.overscroll::-webkit-scrollbar{width:2px;height:2px;}
.overscroll::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#eb5d3d;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.overscroll::-webkit-scrollbar-track{border-radius:10px;background:#f3f3f3;}
.header{position:fixed;top:0;left:0;right:0;z-index:9999;transition:all .5s;background-color:#fff;width:100%;}
.header_main{height:4rem;display:flex;align-items:center;justify-content:space-between;position:relative;}
.header_main .left{width:10%;min-width:8.75rem;}
.header_main .right{display:flex;align-items:center;}
.header_main .logo img{height:2rem;}
.nav_list{display:flex;align-items:center;}
.nav_list .cpt{line-height:4rem;display:inline-block;padding:0 1.25rem;position:relative;}
.nav_list .cpt::before{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);height:1px;background-color:#ea5432;width:0;transition:all .5s;}
.nav_list .nav_item.cur .cpt{background-color:#f5f5f5;}
.nav_list .nav_item.cur .cpt::before{width:100%;}
.header_cont{padding:.15rem .5rem;border:1px solid #ea5432;border-radius:.45rem;color:#ea5432;margin-left:4.2rem;}
.header_get{padding:.15rem .5rem;border:1px solid #ea5432;border-radius:.45rem;color:#fff;margin-left:.5rem;background-color:#ea5432;}
.header_tel{display:flex;align-items:center;margin-left:1rem;color:#ea5432;line-height:1;}
.header_tel i{display:inline-block;width:1.5rem;height:1.5rem;border-radius:50%;background-image:url(../images/header_tel01.svg);background-repeat:no-repeat;background-position:center;background-color:#ea5432;margin-right:.5rem;}
.nav_list .nav_item{position:relative;}
.nav_list .nav_item:nth-child(4){position:static;}
.header_main .nav_box{position:absolute;top:100%;left:50%;transform:translate(-50%,0);width:150%;display:none;}
.nav_list .nav_item:nth-child(4) .nav_box{width:100%;}


.nav_list .nav_item.nav_id4 .cpt::after,
.nav_list .nav_item.nav_id5 .cpt::after,
.nav_list .nav_item.nav_id7 .cpt::after{
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  border-top: 1px solid #34393b;
  border-right: 1px solid #34393b;
  right: .2rem;
  width: .4rem;
  height: .4rem;
  transform: translate(0, -50%) rotate(135deg);
}

/* 资源中心下拉 */
.header_main .nav_list .nav_item:nth-child(7) .nav_box{width:31.5rem;}
.meu_resource{width:100%;background-color:#fff;box-shadow:0 0 .75rem rgba(0,0,0,.05);display:flex;flex-wrap:wrap;padding:2.5rem 3rem;border-radius:0 0 1rem 1rem;}
.meu_resource .meu_resource_l{width:40%;}
.meu_resource .meu_resource_r{width:60%;padding-left:6rem;}
.nav_resources .nav_resource{padding:1.25rem .5rem 1.25rem 0;border-bottom:1px solid #f3f3f3;position:relative;color:#333333;display:block;}
.nav_resources .nav_resource:first-child{padding-top:0;}
.nav_resources .nav_resource:first-child:before {
  top: .6rem;
}
.nav_resources .nav_resource::before{content:'';display:block;position:absolute;right:0;top:50%;transform:translate(0,-50%) rotate(45deg);border-top:1px solid #555555;border-right:1px solid #555555;right:0;width:.4rem;height:.4rem;}
.nav_resources .nav_resource:hover{color:#ea5432;}
.nav_resources .nav_resource:hover::before{border-color:#ea5432;}
.top_resources .top_resource{margin-bottom:1rem;display:block;}
.top_resources .top_resource_tit{color:#999999;line-height:1.3;margin-top:.5rem;}
.top_resources .imgbox{padding-bottom:65%;position:relative;border-radius:1rem;overflow:hidden;}
.top_resources .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:all .5s;}
.top_resources .top_resource:hover img{transform:scale(1.1);}
.header_main .nav_list .nav_item:nth-child(5) .nav_box{width:32rem;}
.pro_nav{width:100%;background-color:#fff;box-shadow:0 0 .75rem rgba(0,0,0,.05);display:flex;flex-wrap:wrap;padding:2.5rem 3rem;border-radius:0 0 1rem 1rem;}
.pro_lists{display:flex;flex-wrap:wrap;}
.pro_lists .pro_item{padding:1rem .5rem 1rem 0;border-bottom:1px solid #f3f3f3;position:relative;color:#333333;display:block;width:46%;}
.pro_lists .pro_item:not(:nth-child(2n)){margin-left:8%;}
.pro_lists .pro_item:first-child{padding-top:0;width:100%;margin-left:0;}
.pro_lists .pro_item:first-child::before{
  top: .6rem;
}
.pro_lists .pro_item::before{content:'';display:block;position:absolute;right:0;top:50%;transform:translate(0,-50%) rotate(45deg);border-top:1px solid #555555;border-right:1px solid #555555;right:0;width:.4rem;height:.4rem;}
.pro_lists .pro_item:hover{color:#ea5432;}
.pro_lists .pro_item:hover::before{border-color:#ea5432;}
.nav2s{display:flex;flex-wrap:wrap;padding:0 3.25rem;max-height:480px;}
.nav2s .nav2{width:48%;padding:1rem 0;border-bottom:1px solid #f3f3f3;}
.nav2s .nav2:not(:nth-child(2n+1)){margin-left:4%;}
.nav2s .nav2_tit{color:#333333;}
.nav2s .nav2_desc{color:#999999;margin-top:.75rem;}
.meau{background-color:#ffffff;box-shadow:0 0 .75rem rgba(0,0,0,0.1);width:100%;max-width:1420px;margin:0 auto;padding:3rem 1rem 5.5rem 3rem;display:flex;border-radius:0 0 1rem 1rem;box-shadow:0 0 1.5rem rgba(0,0,0,0.1);}
.meau .nav_left{width:160px;}
.nav1s .nav1{width:100%;text-align:center;padding:0 1.25rem 2.5rem 0;position:relative;}
.nav1s .nav1{color:#333333;display:block;}
.nav1s{border-right:1px solid #f4f4f4;}
.nav1s .nav1::before{content:'';display:block;position:absolute;right:-2px;top:0;width:3px;background-color:#ea5432;height:2rem;opacity:0;}
.nav1s .nav1.cur{color:#ea5432;}
.nav1s .nav1.cur::before,.nav1s .nav1:hover::before{opacity:1;}
.nav1s .nav1:hover{color:#ea5432;}
.nav2s .nav2:hover .nav2_tit{color:#ea5432;}
.nav2s .nav2:nth-child(1),.nav2s .nav2:nth-child(2){padding-top:0;}
.meau .nav_center{flex:1;}
.meau .nav_right{width:30%;padding:0 3rem;}
.nav3_box .imgbox{padding-bottom:71%;position:relative;border-radius:1rem;overflow:hidden;}
.nav3_box .imgbox img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}
.nav3_box .nav3_tbox{display:flex;align-items:center;margin-top:1.5rem;}
.nav3_box .nav3_tbox img{height:1.5rem;}
.nav3_box .nav3_tbox .nav3_tit{margin-left:1rem;}
.nav3_box .nav3_desc{color:#999999;line-height:1.8;margin-top:.75rem;}
.fixed{padding-top:4rem;}
.banner{position:relative;}
.banner .item{display:block;position:relative;}
.banner .imgbox{padding-bottom:43%;position:relative;}
.banner .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.banner .video_box{position:absolute;left:0;top:0;width:100%;height:100%;}
.banner .video_box video{width:100%;height:100%;object-fit:cover;mix-blend-mode: screen;}
.banner .text_box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;z-index:2;}
.banner .tit{color:#333333;line-height:1.3;}
.banner .ctit{color:#000;line-height:1.3;margin-bottom:1rem;}
.banner .desc{
  margin-top: 2rem;
  color: #333333;
  line-height: 2;
  padding-top: 1rem;
  position: relative;
}
.banner .desc::before{content:'';display:block;position:absolute;left:0;top:0;width:3.9rem;height:.3rem;background-color:#ea5432;}
.banner .text_main{width:100%;max-width:37.7rem;}
.banner_page{position:absolute;bottom:0;width:100%;z-index:10;}
.banner_page .banner_bar{display:flex;}
.banner_nums{display:flex;background-color:#ea5432;border-radius:.5rem .5rem 0 0;padding:.75rem 3rem;color:#fff;justify-content:center;align-items:center;}
.banner_nums i{font-style:initial;}
.banner_box{display:flex;align-items:center;margin-left:1.75rem;width:2.5rem;justify-content:space-between;}
.banner_box .swiper_btn{width:.5rem;height:1rem;position:relative;cursor:pointer;z-index:2;}
.banner_box .swiper_btn.prev::before{content:'';display:block;position:absolute;top:.2rem;border-bottom:2px solid #9a9a9a;border-left:2px solid #9a9a9a;left:.1rem;width:.5rem;height:.5rem;transform:rotate(45deg);}
.banner_box .swiper_btn.next::before{content:'';display:block;position:absolute;top:.2rem;border-bottom:2px solid #9a9a9a;border-left:2px solid #9a9a9a;right:.1rem;width:.5rem;height:.5rem;transform:rotate(-135deg);}
.banner_news .com_InnContent{display:flex;align-items:center;overflow:hidden;}
.banner_news .banner_news_tit{
  /* margin-left:2.25rem; */
  white-space:nowrap;}
.banner_news{background:rgba(255,255,255,0.7);}
.banner_new_swiper{flex:1;}
.banner_new_swiper .swiper-container{height:2rem;}
.banner_new_swiper .uitem{height:auto;line-height:2rem;}
.footer{}
.footer_main{display:flex;padding:3.25rem 0;}
.footer_main .left{width:13.2rem;}
.footer_main .flogo img{height:2.3rem;}
.footer_main .flogo_desc{color:#666666;line-height:2.14;margin-top:1.5rem;}
.footer_main .center{margin-left:1.5rem;width:21rem;}
.footer_main .right{flex:1;}
.footer_main .ul1{margin-top:1.5rem;}
.footer_main .footer_cus{height:2.3rem;display:flex;align-items:center;position:relative;}
.footer_main .footer_cus i{color:rgba(234,84,50,.1);font-style:initial;font-weight:700;}
.footer_main .footer_cus span{position:absolute;left:0;top:50%;transform:translate(0,-50%);color:#333;}
.ul1 .li{display:flex;align-items:center;margin-bottom:.75rem;}
.ul1 .li img{height:1.5rem;height:1.5rem;}
.ul1 .li_tit{color:#666666;margin-left:.75rem;}
.footer_bottom{background-color:#f3f3f3;padding:1.1rem 0;}
.footer_bottom .com_InnContent{display:flex;align-items:center;justify-content:space-between;}
.terms{display:flex;}
.terms .term:not(:first-child){margin-left:1rem;}
.terms .term{color:#666666;}
.footer_bottom .copy_right{color:#666;}
.footer_bottom .copy_right a{display:inline-block;margin-left:.75rem;}
.flist{display:flex;margin-left:3.25rem;justify-content:space-between;}
.flist .fcpt a{color:#333;font-weight: 700;}
.flist .fitem{padding-left:.5rem;}
.flist .fblist{padding-top:1.8rem;}
.fblist .fbitem{color:#666666;margin-bottom:1rem;}
.index01{position:relative;}
.ho_bgImg.ubg2{background-image:url("../../uploadfiles/index01_bg.jpg");}
.ho_bgImg.ubg7{background-image:url("../../uploadfiles/index01_bg01.jpg");}
.boxsizing,.boxsizing *{box-sizing:border-box;}
.list1{display:flex;flex-wrap:wrap;padding-bottom: 2%;}
.list1 .item{width:15%;background-color:#ffffff;overflow:hidden;padding:.7rem .12rem;overflow:hidden;position:relative;}
.list1 .hover_text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background-image:url(../images/list1_itembg.jpg);background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;padding:2.75rem 2rem;transition:all .5s;z-index:2;}
.list1 .hover_text .text{color:#fff;line-height:1.875;}
.list1 .item.cur .hover_text{transform:translate(-50%,-50%) scale(1);}
.list1 .item:not(:nth-child(6n+1)){margin-left:2%;}
.list1 .imgbox{width:9rem;height:9rem;background-size:100% auto;margin:0 auto;overflow:hidden;}
.list1 .imgbox img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:100%;}
.list1 .tit{padding-bottom:1.25rem;position:relative;text-align:center;}
.list1 .tit::before{content:'';display:block;background-color:#ea5432;width:1.75rem;height:3px;bottom:0;position:absolute;left:50%;transform:translate(-50%,0);}
.index01_swiper .swiper-slide{
  /* padding: 0 7rem; */
}
.index01_swiper .item{display:flex;align-items:center;flex-direction:column;text-align:center;height:100%;justify-content:flex-end;
}
.index01_swiper .imgbox{
  position: relative;
}
.index01_swiper .imgbox::before{
  content: '';
  display: block;
  background-image: url(../images/eye.png);
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0) translate(-50%,-50%) ;
  background-position: center;
}
.index01_swiper .item:hover .imgbox::before{
  transform:scale(1) translate(-50%,-50%) ;
}
.index01_swiper .imgbox{display:inline-block;background-image:url(../images/honor_bg.png);background-repeat:no-repeat;background-size:100% 100%;padding:1.25rem;
  max-width: 60%;
}
.index01_swiper .item_tit{text-align:center;color:#333333;margin-top:2rem;}
.ho_bgImg.bg8{background-image:url(../../uploadfiles/news_bg.jpg);}
.index_news{padding:0 8rem;}
.index_news .swiper-container{margin:0 -3rem;}
.index_news .swiper-slide{padding:0 3rem;box-sizing:border-box;height:auto;}
.index_news .item{display:flex;flex-direction:column;position:relative;height:100%;}
.index_news .item::before{content:'';display:block;position:absolute;bottom:0;width:100%;height:1px;background-color:#e5e5e5;left:0;right:0;}

.index_news .item::after{content:'';display:block;
  position:absolute;
  left:0;height:1px;background-color:#ea5432;left:0;
z-index: 2;
width: 0;
transition: all .5s;
bottom: 0;
}
.index_news .item:hover::after{
  width: 100%;
}
.index_news .imgbox{padding-bottom:62%;position:relative;
  /* border-radius:1rem; */
  overflow:hidden;}
.index_news .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:all .5s;}
.index_news .text_box{flex:1;padding:1rem 0 .75rem;}
.index_news .time{color:#999999;}
.index_news .tit{font-weight:500;color:#333333;line-height:1.3;margin-top:.75rem;height:2.6rem;overflow:hidden;}
.index_news .base_more{margin-top:1.2rem;}
.base_more{display:inline-block;padding-right:1.5rem;position:relative;background-image:url(../images/index_news_icon01.png);background-repeat:no-repeat;background-position:center right;}
.base_more:hover{color:#ea5432;background-image:url(../images/index_news_icon02.png);}
.index_news .item:hover img{transform:scale(1.1);}
.index_news .item:hover .base_more{color:#ea5432;background-image:url(../images/index_news_icon02.png);}
.index_news .sw_prev{position:absolute;left:2rem;top:40%;width:46px;height:46px;background:url(../images/prev1.png) center center / 15px no-repeat rgba(255,255,255,0.5);cursor:pointer;z-index:90;box-shadow:rgb(204,204,204) 0px 0px 5px 0px;margin-top:-23px;}
.index_news .sw_next{position:absolute;right:2rem;top:40%;width:46px;height:46px;background:url(../images/next1.png) center center / 15px no-repeat rgba(255,255,255,0.5);cursor:pointer;z-index:90;box-shadow:rgb(204,204,204) 0px 0px 5px 0px;margin-top:-23px;}
.open_menu{width:1.6rem;height:1.2rem;position:absolute;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);right:5%;display:none;cursor:pointer;z-index:10;}
.open_menu i{position:absolute;width:100%;height:3px;background:#ea5432;left:0;top:.5rem;margin-top:-.05rem;transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;}
.open_menu i:nth-child(1){margin-top:-.5rem;}
.open_menu i:nth-child(3){margin-top:.4rem;}
.open_menu.cur i:nth-child(2){display:none;}
.open_menu.cur i:nth-child(3){transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);margin:0;}
.open_menu.cur i:nth-child(1){transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);margin:0;}
.dis_pc{display:block;}
.dis_mb{display:none;}
@media (max-width:768px){.dis_pc{display:none;}
.dis_mb{display:block;}
}
@media (max-width:1600px){.nav_list .cpt{padding:0 .8rem;}
.header_cont{margin-left:3.2rem;}
.header_get{margin-left:.25rem;}
}

 

@media (max-width:1540px){.nav_list .cpt{padding:0 .8rem;}
.index_news .swiper-slide{padding:0 1.5rem;}
.index_news .swiper-container{margin:0 -1.5rem;}
.index_news{padding:0 5rem;}
.banner .desc{margin-top:1.5rem;padding-top:1.5rem;}
.meau{padding:2rem;}
.header_cont{margin-left:2.2rem;}
.list1 .imgbox{width:7rem;height:7rem;}
.flist {
  margin-left: 0.25rem
}
.footer_main .left {
  width: 11.2rem;
}
.banner .text_main {
  max-width: 29rem;
}
.banner .tit {
  font-size: .8rem;
}

.banner .desc {
  font-size: .9rem;
}
.nav2s .nav2_desc {
  font-size: .7rem;
  margin-top: .25rem;
}

.nav2s .nav2 {
    padding: .75rem 0;
}
.nav1s .nav1 {
  padding: 0 1.25rem 1.5rem 0;
}


.nav_list .nav_item.nav_id4 .cpt::after, .nav_list .nav_item.nav_id5 .cpt::after, .nav_list .nav_item.nav_id7 .cpt::after {
  right: .1rem;
}


}


@media(max-width:1459px){
  .fblist .fbitem a {
    font-size: .65rem;
  }
  
  .fblist .fbitem {
    margin-bottom: .5rem;
  }
  
  .flist .fblist {
    padding-top: 1.2rem;
  }
  
  .footer_main .footer_cus i {
    font-size: 2rem;
  }
  
  .footer_main .footer_cus span {
    font-size: .8rem;
  }
  
  .footer_main .ul1 {
    margin-top: 1rem;
  }
  
  .footer_main .flogo_desc {
    margin-top: 1rem;
  }
}
@media (max-width:1410px){
  
}
@media (max-width:1410px){.inner{padding:0 15px;}
}
@media (max-width:1280px){.flist .fblist{padding-top:.8rem;}
.flist{margin-left:.25rem;}
.list1 .imgbox{width:6rem;height:6rem;}
.list1 .hover_text{padding:1rem;}
.header_main .nav_list .nav_item:nth-child(7) .nav_box{width:28rem;}
.meu_resource{padding:1.5rem;}
.meu_resource .meu_resource_r{padding-left:2.5rem;}
.nav_list .cpt{padding:0 .6rem;}
.nav_list .nav_item.nav_id4 .cpt::after, .nav_list .nav_item.nav_id5 .cpt::after, .nav_list .nav_item.nav_id7 .cpt::after {
  right: 0;
}
}
@media (max-width:1024px){.nav_list{display:none;}
.navshow .nav_list{position:absolute;top:100%;display:block;width:100%;left:0;padding:0 2rem;background-color:#fff;box-sizing:border-box;}
.header .com_InnContent{position:static;}
.open_menu{display:block;}
.header_main{padding-right:2.2rem;}
.index_news{padding:0 2rem;}
.footer_main{padding:1.25rem 0;flex-wrap:wrap;}
.flist{flex-wrap:wrap;margin:.25rem 0 0;}
.footer_main .right{width:100%;flex:unset;}
.footer_bottom{padding:.6rem 0;}
.fblist .fbitem{margin-bottom:.5rem;}
.header_main .nav_box{position:static;transform:unset;width:100% !important;}
.meau{padding:1rem;flex-wrap:wrap;}
.meau .nav_left{width:100%;}
.nav1s .nav1{padding:0 1rem 1rem 0;}
.nav1s{display:flex;}
.meau .nav_right{width:30%;padding:0 1rem;margin-top:1rem;}
.nav2s{padding:0 1rem;max-height:212px;}
.meau .nav_center{margin-top:15px;}
.nav2s .nav2{padding:.5rem 0;}
.header_main{position:static;}
.meu_resource{padding:.5rem;}
.nav_resources{display:flex;}
.meu_resource .meu_resource_l{width:100%;}
.meu_resource .meu_resource_r{width:100%;padding-left:0;margin-top:2rem;}
.top_resources{display:flex;}
.top_resources .top_resource{margin-right:1rem;}
.nav_resources .nav_resource{width:20%;}
.nav_resources .nav_resource:not(:nth-child(4n+1)){margin-left:6.66%;}
.pro_nav{padding:1.5rem;}
.pro_lists .pro_item{padding:.5rem .5rem .5rem 0;}
.nav_list .nav_item.nav_id4 .cpt::after,
.nav_list .nav_item.nav_id5 .cpt::after,
.nav_list .nav_item.nav_id7 .cpt::after{
  display: none;
}
.nav_list .cpt {
  font-size: 1rem;
  line-height: 40px;
  display: block;
}
.nav_list .nav_item.pcur .switch_opt {
  top: 1.2rem;
}

}
@media (max-width:800px){.index_news .sw_prev{left:-4%;width:40px;height:40px;border-radius:200px;}
.index_news .sw_next{right:-4%;width:40px;height:40px;border-radius:200px;}
}
@media (max-width:768px){
  .header_cont {
    margin-left: 0;
}
  .header_cont{padding:.15rem;}
.header_get.f16{padding:.3rem .3rem;}
.header_tel{font-size:12px;}
.header_tel span{display:none;}
.header_main .logo img{height:1.5rem;}
.banner .imgbox{padding-bottom:380px;}
.banner_nums{padding:.2rem .5rem;}
.index_news .tit{height:2.4rem;}
.index_news .swiper-slide{padding:0 10px;}
.index_news .swiper-container{margin:0 -10px;}
.index_news .base_more{margin-top:.05rem;}
.banner_box{margin-left:.5rem;}
.banner_nums .num{margin:0 .1rem;}
.banner .desc{margin-top:1rem;padding-top:.5rem;line-height:1.4;}
.footer_bottom .com_InnContent{flex-wrap:wrap;}
.terms{width:100%;margin-bottom:.5rem;}
.list1{flex-wrap:wrap;}
.list1 .item{width:49%;margin-bottom:2%;}
.list1 .item:not(:nth-child(6n+1)){margin-left:0;}
.list1 .item:not(:nth-child(2n+1)){margin-left:2%;}
.nav1s .nav1{padding:.3rem;font-size:.8rem;}
.meau .nav_right{width:100%;padding:0;}
.nav2s{max-height:250px;padding:0;}
.nav3_box .imgbox{padding-bottom:45%;}
.nav3_box .nav3_tbox{margin-top:.5rem;}
.nav1s .nav1::before{height:100%;}
.nav2s .nav2_desc{margin-top:.25rem;}
.nav3_box .nav3_tbox img{height:1rem;}
.nav3_box .nav3_tbox .nav3_tit{margin-left:.5rem;font-size:1rem;}
.nav3_box .nav3_desc{margin-top:.25rem;}
.navshow .nav_list{padding:0 2%;}
}
@media(max-width:640px){.footer_main .left{width:100%;}
.footer_main .center{width:100%;margin:.15rem 0 0;}
.footer_main .ul1{margin-top:.4rem;}
.ul1 .li{margin-bottom:.3rem;}
.flist .fitem{width:33.33%;box-sizing:border-box;margin-bottom:10px;}
.flist .fblist{display:none;}
.footer_main .flogo_desc{margin-top:.7rem;}
.index_news{padding:0 1rem;}
.header_tel{display: none;}
}
.base_banner{position:relative;padding:4.5rem;}
.base_banner .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.base_banner .bg img{width:100%;height:100%;object-fit:cover;}
.base_banner .inner{display:flex;align-items:center;z-index:2;position:relative;}
.base_banner .left{width:40%;}
.base_banner .right{width:60%;transform:translate(4.5rem,0);}
.base_banner .tit{color:#333333;}
.base_banner .desc{color:#666666;line-height:1.875;margin-top:.45rem;}
.base_banner .hbox1{margin-top:2.5rem;}
.hbox1{display:flex;align-items:center;}
.model_btn1{padding:.5rem 1rem;background-color:#fff;color:#333333;border-radius:.5rem;margin-right:1rem;display:inline-block;}
.model_btn2{padding:.5rem 1rem;background-color:#ea5432;color:#fff;border-radius:.5rem;display:inline-block;}
.base_banner1{position:relative;padding:4.5rem 0;}
.base_banner1 .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.base_banner1 .bg img{width:100%;height:100%;object-fit:cover;}
.base_banner1 .inner{display:flex;align-items:center;z-index:2;position:relative;}
.base_banner1 .left{width:50%;}
.base_banner1 .right{width:50%;}
.base_banner1 .tit{color:#333333;}
.base_banner1 .desc{color:#666666;line-height:1.875;margin-top:.45rem;}
.base_banner1 .hbox2{margin-top:2.5rem;}
.base_banner2{position:relative;padding:7.5rem 0;}
.base_banner2 .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.base_banner2 .bg img{width:100%;height:100%;object-fit:cover;}
.base_banner2 .text_box{position:relative;z-index:2;}
.base_banner2 .tit{color:#ea5432;}
.base_banner2 .desc{color:#333333;line-height:1.875;margin-top:2rem;}
.base_banner2 .hbox3{margin-top:2.5rem;display:flex;align-items:center;}
.base_banner2 .hbox3 .model_btn2{margin-right:.75rem;}
.base_banner2 .model_btn4{margin-top:3rem;}
.base_banner3{position:relative;padding:2.5rem 0 4.5rem;}
.base_banner3 .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.base_banner3 .bg img{width:100%;height:100%;object-fit:cover;}
.base_banner3 .inner{display:flex;align-items:center;z-index:2;position:relative;justify-content:space-between;}
.base_banner3 .left{width:46%;}
.base_banner3 .right{width:54%;
  padding-left: 2%;
  /* transform:translate(4.5rem,0); */
}
.base_banner3 .tit{color:#333333;}
.base_banner3 .desc{color:#666666;line-height:1.875;margin-top:.45rem;}
.base_banner3 .hbox4{margin-top:2.5rem;}
.model_btn4{padding:.75rem 2.125rem;background-color:#ffffff;border-radius:.5rem;overflow:hidden;display:inline-block;}
.hbox2{display:flex;align-items:center;}
/* 模块1 */
.model1{padding:5rem 0;}
.model1.height{padding:2.5rem 0;}
.model_title{text-align:center;color:#333333;line-height:1.3;}
.model1 .model1_swiper{margin-top:2.5rem;}
.model1_swiper{position:relative;}
.model1_swiper .swiper-slide{
  height: auto;
}
.model1_swiper .item{border-radius:1rem;overflow:hidden;background-color:#f8f8f8;display:flex;position:relative;padding-bottom:.5rem;
flex-direction: column;
height: 100%;
}
.model1_swiper .imgbox{padding-bottom:67%;position:relative;}
.model1_swiper .imgbox img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.model1_swiper .imgbox::before{content:'';display:block;width:100%;background-image:linear-gradient(transparent,#f8f8f8);height:40%;position:absolute;left:0;bottom:0;z-index:2;}
.model1_swiper .text_box{background-color:#fff;border-radius:1rem;padding:1.5rem 2rem;width:calc(100% - 1rem);position:relative;z-index:2;margin:-3rem auto 0;
flex: 1;
}
.model1_swiper .icon{text-align:center;}
.model1_swiper .icon img{height:2.25rem;display:inline-block;}
.model1_swiper .desc{color:#333333;line-height:1.5;margin-top:1rem;text-align:center;}
.model1_swiper .item:hover .imgbox img,
.model1_swiper .item:hover .icon img{
  transform: scale(1.05);
}
.model1_swiper .item .imgbox{
  overflow: hidden;
}
.model1_swiper .item .imgbox img,
.model1_swiper .item .icon img{
  transition: all .5s;
}
.swiper_ctr .swiper_btn.prev{position:absolute;left:-5.57rem;top:50%;width:2.3rem;height:2.3rem;background:url(../images/prev1.png) center center / 15px no-repeat rgba(255,255,255,0.5);cursor:pointer;z-index:90;box-shadow:rgb(204,204,204) 0px 0px 5px 0px;margin-top:-1rem;
  border-radius: 50%;
}
.swiper_ctr .swiper_btn.next{position:absolute;right:-5.57rem;top:50%;width:2.3rem;height:2.3rem;background:url(../images/next1.png) center center / 15px no-repeat rgba(255,255,255,0.5);cursor:pointer;z-index:90;box-shadow:rgb(204,204,204) 0px 0px 5px 0px;margin-top:-1rem;
border-radius: 50%;
}
.model2{padding:2.5rem 0 5rem;}
.model_desc{line-height:1.875;margin-top:1rem;text-align:center;}
.color666{color:#666;}
.color999{color:#999;}
.model2 .imgbox{margin-top:1.5rem;text-align:center;}
.model2 .imgbox img{display:inline-block;width: 80%;}
.model3{
  padding:5rem 0;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
}
.model3.height{
  padding: 2.5rem 0;
}

.model3::before{
  content: '';
  display: block;
  background-image: url(../images/model3_move1.png);
  left: 91%;
  bottom: 64%;
  width: 41.2%;
  height: 104%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: slogo linear 10s infinite;
}
.model3::after{
  content: '';
  display: block;
  right: 90%;
  top: 53%;
  background-image: url(../images/model3_move2.png);
  position: absolute;
  width: 41.2%;
  height: 104%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: slogo linear 10s infinite;
}

.lable1 .lable{display:flex;align-items:center;padding:.75rem 1rem .75rem;background-color:#fff;border-radius:.5rem;overflow:hidden;cursor:pointer;}
.lable1 .lable:not(:first-child){margin-top:.5rem;}
.lable1 .lable .ico img{height:1rem;}
.lable1 .img1{display:block;}
.lable1 .img2{display:none;}
.lable1 .lable_tit{color:#333333;margin-left:.75rem;}
.lable1 .lable.cur{background-color:#ea5432;}
.lable1 .lable.cur .img1{display:none;}
.lable1 .lable.cur .img2{display:block;}
.lable1 .lable.cur .lable_tit{color:#fff;}
.model3 .model3_main{margin-top:2rem;}
.model3_main{display:flex;align-items:center;}
.model3_main .left{width:20%;}
.model3_main .right{width:80%;padding-left:2rem;}
.model3_content{display:flex;align-items:center;}
.model3_content .model3_l{width:40.8%;}
.model3_content .model3_r{width:59.2%;}
.model3_content .ctit{color:#333333;line-height:1.3;}
.model3_content .editor{color:#666666;padding:1.5rem 0;}
.model3_content .editor ul li{position:relative;}
.model3_content .editor ul li:before{content:'';display:block;position:absolute;left:-.5rem;width:.15rem;height:.15rem;border-radius:50%;background-color:#ea5432;top:.4rem;}
.model3_btn{background-color:#ea5432;padding:.75rem 1.25rem;border-radius:.5rem;display:inline-block;color:#fff;}
.model3_swiper{position:relative;}
.model3_swiper .swiper-slide{padding:1rem;}
.model3_swiper .imgbox{border-radius:1rem;overflow:hidden;}
.model3_swiper .swiper-pagination{width:100%;}
.model3_swiper .swiper-pagination .swiper-pagination-bullet{width:.4rem;height:.4rem;background-color:#e5e5e5;border-radius:50%;opacity:1;margin:0 .4rem;}
.model3_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ea5432;}
.model4{padding:5rem 0 2.5rem;}
.model4{padding: 2.5rem 0;}
.model4 .list2{margin-top:3rem;}
.list2{display:flex;height:580px;}
.list2 .item{height:100%;flex:1;padding:3rem 2.25rem 3rem;position:relative;border-radius:1rem;overflow:hidden;transition:all .5s;background-color:#fff;}
.list2 .ico{position:relative;z-index:2;}
.list2 .ico img{height:3rem;}
.list2 .num{font-size:6rem;background:linear-gradient(to bottom,#ffffff,transparent 80%);/* 从红到蓝的上下渐变 */
 -webkit-background-clip:text;background-clip:text;color:transparent;opacity:.6;position:absolute;bottom:2rem;right:1rem;z-index:2;}
.list2 .item:not(:first-child){margin-left:1.5rem;}
.list2 .item:nth-child(3n+1) .bg{background-color:#f47c31;}
.list2 .item:nth-child(3n+2) .bg{background-color:#fa7d60;}
.list2 .item:nth-child(3n+3) .bg{background-color:#f75454;}
.list2 .item_tit{color:#ffffff;line-height:1.5;margin-top:2rem;position:relative;z-index:2;}
.list2 .bg{position:absolute;left:50%;top:50%;width:100%;height:100%;z-index:1;transform:translate(-50%,-50%);}
.list2 .bg img{opacity:0;transition-delay:.1s;position:absolute;left:50%;top:50%;width:100%;height:100%;opacity:0;z-index:1;transform:translate(-50%,-50%);}
.list2 .hover_text{position:absolute;bottom:0;left:0;width:65.8%;background-color:rgba(255,255,255,.9);z-index:3;padding:3.25rem 2.5rem 2.5rem 2rem;border-radius:0 1rem 0 0;opacity:0;}
.list2 .cnum{color:#666666;line-height:.8;font-weight:700;}
.list2 .ctit{color:#333333;line-height:1.2;margin-top:1.5rem;}
.list2 .editor{color:#666666;line-height:1.875;margin-top:1.5rem;}
.list2 .item.cur{flex:4.1;}
.list2 .item.cur .bg{z-index:2;}
.list2 .item.cur .bg img{opacity:1;}
.list2 .item.cur .hover_text{opacity:1;}
.model5{padding:2.5rem 0;}
.model5 .list3{margin-top:.25rem;}
.list3{display:flex;flex-wrap:wrap;}
.list3 .item{width:22.6%;padding:3rem 2.2rem 2rem;box-shadow:0 0 1.2rem rgba(0,0,0,.07);border-radius:1rem;
  margin-top: 3.2%;
}
.list3 .item:not(:nth-child(4n+1)){margin-left:3.2%;}
.list3 .item:hover{
  box-shadow:0 0 1.2rem rgba(0,0,0,.15);
}
.list3 .item:hover img{
  transform: scale(1.1);
}
.list3 .ico img{height:3.5rem;transition: all .5s;}
.list3 .tit{color:#333333;line-height:1.3;margin-top:2.2rem;}
.list3 .ctit{color:#666666;line-height:1.875;margin-top:1rem;}
.model6{padding:2.5rem 0 5rem;background-color:#f8f8f8;}
.model6 .model6_swiper{margin-top:2.5rem;}
.model6_swiper{position:relative;}
.model6_swiper .item{border-radius:1rem;overflow:hidden;display:block;background-color:#fff;}
.model6_swiper .imgbox{padding-bottom:67%;position:relative;overflow:hidden;}
.model6_swiper .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:all .5s;}
.model6_swiper .text_box{padding:1.75rem 2rem 2rem;}
.model6_swiper .tit{color:#333333;line-height:1.3;}
.model6_swiper .desc{color:#666666;line-height:1.875;margin-top:.75rem;}
.model6_swiper .item:hover img{transform:scale(1.1);}
.model6_swiper .item:hover .tit{color:#ea5432;}
.model7{background-image:url(../images/model7_bg.jpg);background-repeat:no-repeat;background-size:cover;padding:4.3rem 0;
position: relative;
overflow: hidden;
}
.model7 .ctitle{text-align:center;color:#333333;font-weight:700;}
.model7 .model7_box{margin-top:2rem;text-align:center;}
.model7::before{
  content: '';
  display: block;
  position: absolute;
  left: 87%;
  top: -49%;
  background-image: url(../images/mode17_move.png);
  width: 41%;
  height: 263%;
  animation: slogo linear 10s infinite;
}

@keyframes slogo{0%,100%{transform:translate(0,0);}
25%{transform:translate(25px,12px);}
50%{transform:translate(12px,25px);}
75%{transform:translate(0,12px);}
}

.model_btn3{padding:.75rem 2rem;background-color:#ea5432;color:#fff;border-radius:.5rem;margin-left:1rem;display:inline-block;}
.model8{padding:5rem 0 2.5rem;}
.model8.height{
  padding: 2.5rem 0;
}
.model9{
  padding: 2.5rem 0;
  background-image: url(../images/model12_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom -22rem right -25rem;
}
.model9 .inner{
  position: relative;
  z-index: 2;
}
.model8 .imgbox{border-radius:1rem;overflow:hidden;margin-top:2rem;text-align:center;}
.model8 .imgbox img{display:inline-block;}
.model9 .imgbox{margin-top:2rem;text-align:center;}
.model9 .imgbox img{display:inline-block;width: 75%;}
.model10{padding:2.5rem 0;
background-color: #f8f8f8;
position: relative;
overflow: hidden;}
.model10 .model10_small{margin-top:3.25rem;border-bottom:1px solid #e6e6e6;position: relative;}
.model10 .model10_big{margin-top:1.5rem;}
.model10_small .ico img{height:2rem;display:inline-block;}
.model10_small .item{padding-bottom:1rem;text-align:center;position:relative;cursor:pointer;}
.model10_small .tit{color:#333333;margin-top:1rem;}
.model10_small .swiper-slide-thumb-active .item::before{content:'';display:block;position:absolute;bottom:0;left:0;right:0;height:4px;background-color:#ea5432;}
.model10_big .item{display:flex;justify-content:space-between;align-items:center;}
.model10_big .item .left{width:42%;position:relative;padding-bottom:1.5rem;}
.model10_big .s_num{position:absolute;right:0;top:0;line-height:.8;font-size:4rem;background:linear-gradient(to bottom,rgba(244,83,44,.2),transparent 100%);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:.6;font-weight:700;}
.model10_big .ico{width:3.5rem;height:3.5rem;border-radius:.5rem;overflow:hidden;display:inline-block;position:relative;background-color:#f4532c;}
.model10_big .ico img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:50%;}
.model10_big .tit{color:#000000;line-height:1.3;margin-top:1.5rem;}
.model10_big .editor{color:#666666;line-height:1.875;margin-top:1rem;}
.model10_big .model3_btn{margin-top:2.5rem;}
.model10_big .item .right{width:49.5%;}
.model10_imgs{position:relative;padding-bottom:1.5rem;}
.model10_imgs .citem .imgbox{border-radius:1rem;overflow:hidden;}
.model10_imgs .citem .imgbox img{width: 100%;}
.model10_imgs .swiper-pagination{bottom:0;width:100%;}
.model10_imgs .swiper-pagination .swiper-pagination-bullet{width:.5rem;height:.5rem;background-color:#e5e5e5;opacity:1;margin:0 .25rem;}
.model10_imgs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ea5432;}

.model10::before{
  content: '';
  display: block;
  background-image: url(../images/model10_move1.png);
  left: 88%;
  bottom: 78%;
  width: 32.5%;
  height: 76%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: slogo linear 10s infinite;
}
.model10::after{
  content: '';
  display: block;
  right: 89%;
  top: 45%;
  background-image: url(../images/model10_move2.png);
  position: absolute;
  width: 41.2%;
  height: 97%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: slogo linear 10s infinite;
}
.model10_btn {
  border-radius: .5rem;
  background-color: #f4532c;
  display: inline-block;
  padding: .75rem 1.25rem;
  margin-top: 1rem;
  color: #fff;
}
.model11{padding:5rem 0 .25rem;}
.model11.height{padding:2.5rem 0;}

.model11_swiper{position:relative;margin-top: 2rem;}
.model11_swiper .imgbox{padding-bottom:55.2%;position:relative;border-radius:1rem;overflow:hidden;}
.model11_swiper .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition: all .5s;}
.model11_swiper .text_box{position:absolute;bottom:-4rem;width:100%;text-align:center;padding:0 .5rem;color:#fff;transition:all .5s;transition-delay:.2s;}
.model11_swiper .swiper-slide-active .text_box{bottom:2rem;}
.model11_swiper .item:hover img{
  transform: scale(1.05);
}
.model11_swiper.swiper_ctr .swiper_btn{background-color:#fff;}
.model11_swiper.swiper_ctr .swiper_btn.prev{left:26.5%;}
.model11_swiper.swiper_ctr .swiper_btn.next{right:26.5%;}
.model12{background-image:url(../images/model12_bg.png);background-repeat:no-repeat;background-size:contain;background-position:top -8rem right -27rem;padding:2.5rem 0 5rem;}
.model12 .list4{margin-top:2.5rem;}
.model12.height{padding:2.5rem 0;}
.list4{display:flex;flex-wrap:wrap;position:relative;z-index:2;}
.list4 .item{width:48.6%;box-shadow:0 0 .75rem rgba(0,0,0,.07);margin-top:1rem;background-color:#fff;padding:1.5rem;}
.list4 .item:not(:nth-child(2n+1)){margin-left:2.8%;}
.list4 .item_top{display:flex;align-items:center;justify-content:space-between;}
.list4 .item_top .ico img{height:3rem;}
.list4 .item_top .s_num{line-height:.8;font-size:4rem;background:linear-gradient(to bottom,rgba(244,83,44,.2),transparent 100%);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700;}
.list4 .tit{color:#333333;line-height:1.3;margin-top:1.25rem;}
.list4 .desc{color:#666666;line-height:1.875;margin-top:.5rem;}
.list4 .item:hover{box-shadow:0 0 .75rem rgba(0,0,0,.15);}
.list4 .item .ico img{
  transition: all .5s;
}
.list4 .item:hover img{
 transform: scale(1.1);
}
.model13{padding:5rem 0 2.5rem;}
.model13.height{padding: 2.5rem 0;}
.model13 .mode13_top{display:flex;align-items:center;}
.model13 .mode13_top .model_title{width:35%;}
.model13 .mode13_top .mode_desc{width:65%;padding-left:3%;line-height:1.875;}
.model13 .imgbox{background-image:url(../images/model13_bg.jpg);background-repeat:no-repeat;background-size:cover;padding:3rem;text-align:center;box-shadow:0 0 .75rem rgba(0,0,0,.1);border-radius:1rem;margin-top:2.5rem;}
.model13 .imgbox img{display:inline-block;}
.model14{background-color:#f8f8f8;padding:5rem 0;}
.model14.height{padding: 2.5rem 0;}
.model14 .model14_main{margin-top:2.5rem;}
.model14_main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
.model14_main .left{width:35.5%;}
.model14_main .right{width:56%;}
.lables1 .lable{padding:1.5rem 0;border-bottom:1px solid #e6e6e6;cursor:pointer;}
.lables1 .lable:first-child{padding-top:0;}
.lables1 .tit_box{display:flex;justify-content:space-between;align-items:center;}
.lables1 .tit{color:#333333;}
.lables1 .desc{color:#666666;line-height:1.875;margin-top:.75rem;display:none;}
.lables1 .bar{width:1rem;height:1rem;position:relative;}
.lables1 .bar::before{content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:1px;width:100%;background-color:#000;}
.lables1 .bar::after{content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(90deg);height:1px;width:100%;background-color:#000;}
.lables1 .lable.cur .desc{display:block;}
.lables1 .lable.cur .bar::before{background-color:#ea5432;}
.lables1 .lable.cur .bar::after{display:none;}
.model14_swiper{position:relative;}
.model14_swiper .imgbox{border-radius:1rem;overflow:hidden;}
.model14_swiper .swiper-pagination{width:100%;bottom:-1.5rem;}
.model14_swiper .swiper-pagination .swiper-pagination-bullet{width:.4rem;height:.4rem;background-color:#e5e5e5;border-radius:50%;opacity:1;margin:0 .4rem;}
.model14_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ea5432;}
.model15{padding:5rem 0 2.5rem;}
.model15.height{padding:2.5rem 0;}
.model15 .list5{margin-top:4rem;}
.model15.height{padding: 2.5rem 0;}
.list5{display:flex;flex-wrap:wrap;}
.list5 .item{width:22.675%;position:relative;}
.list5 .item_main{border-radius:1rem;overflow:hidden;background-color:#f8f8f8;position:relative;z-index:1;padding-bottom:100%;}
.list5 .text_main{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:1rem 2rem;}
.list5 .ico{margin-bottom:2rem;text-align:center;}
.list5 .ico img{height:3.75rem;display:inline-block;}
.list5 .tit{color:#333333;line-height:1.3;text-align:center;}
.list5 .desc{color:#333333;line-height:1.875;margin-top:1.5rem;display:none;}
.list5 .item::before{content:'';display:block;position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%);height:100%;background-color:#e85332;border-radius:1rem;overflow:hidden;opacity:0;transition:all .5s;}
.list5 .item:not(:nth-child(4n+1)){margin-left:3.1%;}
.list5 .item:hover .ico{display:none;}
.list5 .item:hover .tit{color:#e85332;text-align:left;}
.list5 .item:hover .desc{display:-webkit-box;}
.list5 .item:hover::before{transform:translate(-50%,-50%) rotate(-15deg);opacity:1;}

.model15{
  overflow: hidden;
}
.model15 .model15_swiper{
  margin-top: 4rem;
  position: relative;
}
.model15_swiper .swiper-container{
  overflow: unset;
}
.model15_swiper .swiper-slide{
  overflow: unset;
}

.model15_swiper .item{position:relative;}
.model15_swiper .item_main{border-radius:1rem;overflow:hidden;background-color:#f8f8f8;position:relative;z-index:1;padding-bottom:100%;}
.model15_swiper .text_main{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:1rem 2rem;}
.model15_swiper .ico{margin-bottom:2rem;text-align:center;}
.model15_swiper .ico img{height:3.75rem;display:inline-block;}
.model15_swiper .tit{color:#333333;line-height:1.3;text-align:center;}
.model15_swiper .desc{color:#333333;line-height:1.875;margin-top:1rem;display:none;}
.model15_swiper .item::before{content:'';display:block;position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%);height:100%;background-color:#e85332;border-radius:1rem;overflow:hidden;opacity:0;transition:all .5s;}
.model15_swiper .item:not(:nth-child(4n+1)){margin-left:3.1%;}
.model15_swiper .item:hover .ico{display:none;}
.model15_swiper .item:hover .tit{color:#e85332;text-align:left;}
.model15_swiper .item:hover .desc{display:-webkit-box;}
.model15_swiper .item:hover::before{transform:translate(-50%,-50%) rotate(-15deg);opacity:1;}




.model16{padding:.25rem 0;}
.model16 .list6{margin-top:2.5rem;}
.list6{display:flex;height:580px;}
.list6 .item{height:100%;flex:1;padding:3rem 2rem 3rem;position:relative;border-radius:1rem;overflow:hidden;transition:all .5s;background-color:#fff;}
.list6 .ico{position:relative;z-index:2;}
.list6 .ico img{height:3rem;}
.list6 .bg{/* background-image:url(../images/list6_bg.jpg);*/
 background-repeat:no-repeat;background-size:cover;}
.list6 .item:not(:first-child){margin-left:1rem;}
.list6 .item_tit{color:#ffffff;line-height:1.5;margin-top:2rem;position:relative;z-index:2;}
.list6 .desc{color:#666666;line-height:1.875;margin-top:1rem;z-index:2;position:relative;display:none;}
.list6 .item:nth-child(4n+1) .bg{background-color:#f47c31;}
.list6 .item:nth-child(4n+2) .bg{background-color:#fa7d60;}
.list6 .item:nth-child(4n+3) .bg{background-color:#f75454;}
.list6 .item:nth-child(4n+4) .bg{background-color:#fd9d69;}
.list6 .bg{position:absolute;left:50%;top:50%;width:100%;height:100%;z-index:1;transform:translate(-50%,-50%);}
.list6 .num{font-size:6rem;background:linear-gradient(to bottom,#ffffff,transparent 80%);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:.6;position:absolute;bottom:2rem;right:1rem;z-index:2;}
.list6 .img1{display:block;}
.list6 .img2{display:none;}
.list6 .cur .img1{display:none;}
.list6 .cur .img2{display:block;}
.list6 .item.cur{flex:4.1;box-shadow:0 0 .75rem rgba(0,0,0,.1);}
.list6 .item.cur .bg{background-image:url(../images/list6_bg.jpg);}
.list6 .item.cur .bg img{opacity:1;}
.list6 .item.cur .desc{display:block;}
.list6 .item.cur .item_tit{color:#333;}
.list6 .item.cur .item_tit br{display:none;}
.model17{padding:5rem 0 0;}
.model17.height{padding:2.5rem 0 0;}
.model17 .model17_main{margin-top:3rem;position:relative;}
.model17_big .imgbox{padding-bottom:34%;position:relative;}
.model17_big .imgbox::before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(transparent,rgba(0,0,0,.5));z-index:2;}
.model17_big .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.model17_small{position:absolute;bottom:0;left:0;right:0;z-index:2;}
.model17_small .inner{padding-left:3.75rem;padding-right:3.75rem;
position: relative;}
.model17_small.swiper_ctr .swiper_btn.prev{
  box-shadow: unset;
  z-index: 2;
  background: url(../images/prev1.png) center center / 15px no-repeat rgba(255, 255, 255, 1);
}
.model17_small.swiper_ctr .swiper_btn.next{
  box-shadow: unset;
  z-index: 2;
  background: url(../images/next1.png) center center / 15px no-repeat rgba(255,255,255,1);
}
.model17_small .item{padding:2rem;border-radius:1rem 1rem 0 0;overflow:hidden;cursor:pointer;
display: block;
}
.model17_small .ico img{height:1.25rem;}
.model17_small .tit{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.8);color:rgba(255,255,255,.8);}
.model17_small .swiper-slide-thumb-active .item{background-color:#ea5432;}

.model17_small .swiper-slide .item{
  pointer-events: none;
}
.model17_small .swiper-slide-thumb-active .item{
  pointer-events: auto;
}

.model18{padding:5rem 0 2.5rem;}
.model18.height{padding:2.5rem 0;}
.model18_main{display:flex;align-items:center;flex-wrap:wrap;}
.model18_main .left{width:50%;display:flex;align-items:center;justify-content:center;padding:1rem 3rem;}
.model18_main .right{width:50%;}
.model18 .tit{color:#333333;}
.model18 .editor{color:#999999;line-height:1.875;margin-top:1.5rem;}
.model18 .imgbox{border-radius:1rem;overflow:hidden;}
.model18 .imgbox img{width:100%;}
.model19{padding:2.5rem 0 0;}
.model19 .imgbox{margin-top:1.5rem;text-align:center;}
.model19 .imgbox img{display:inline-block;}
.model20{padding:2.5rem 0 0;}
.model20 .list7{margin-top:2.5rem;}
.list7{display:flex;flex-wrap:wrap;justify-content: center;}
.list7 .item{width:18.88%;background-color:#fff5f3;padding:.7rem .5rem;text-align:center;color:#333333;margin-bottom:.5rem;border-radius:1.5rem;overflow:hidden;cursor:pointer;}
.list7 .item.cur{background-color:#ea5432;color:#fff;}
.list7 .item:not(:nth-child(5n+1)){margin-left:1.4%;}
.model20 .model20_main{margin-top:1rem;}
.model20_main{padding:1.5rem 0;
  /* background-image:url(../images/model20_main_bg.jpg);background-repeat:no-repeat;background-size:100% 100%; */
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
}

.model20_main::before{
  content: '';
  display: block;
  background-image: url(../images/model20_main_move1.png);
  left: 93%;
  bottom: 32%;
  width: 41%;
  height: 158%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: slogo linear 10s infinite;
}
.model20_main::after{
  content: '';
  display: block;
  right: 90%;
  top: 35%;
  background-image: url(../images/model20_main_move2.png);
  position: absolute;
  width: 35%;
  height: 158%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: slogo linear 10s infinite;
}

.model20_main .inner{display:flex;justify-content:space-between;align-items:center;
position: relative;
z-index: 10;
}
.model20_main .left{width:49%;display:flex;align-items:center;}
.model20_main .right{width:49%;}
.model20_main .left_l{width:34%;}
.model20_main .left_r{width:66%;padding-left:3.5rem;}
.model20_main .ctit{color:#ea5432;line-height:1;padding-bottom:1.75rem;position:relative;}
.model20_main .ctit::before{content:'';display:block;width:3rem;height:2px;background-color:#ea5432;position:absolute;bottom:0;left:0;}
.model20_main .desc{color:#666666;line-height:1.875;margin-top:1.5rem;}
.model20_main .model_btn2{margin-top:1.5rem;}
.list8 .item{display:flex;align-items:center;padding:1.2rem 1.2rem;border-radius:.5rem;background-color:#ffffff;cursor:pointer;}
.list8 .item:not(:first-child){margin-top:1rem;}
.list8 .ico img{height:1rem;}
.list8 .item_tit{color:#333333;line-height:1.3;margin-left:.75rem;}
.list8 .img1{display:block;}
.list8 .img2{display:none;}
.list8 .item.cur{background-color:#ea5432;}
.list8 .item.cur .img1{display:none;}
.list8 .item.cur .img2{display:block;}
.list8 .item.cur .item_tit{color:#fff;}
.mode20_swiper{position:relative;}
.mode20_swiper .imgbox{border-radius:1rem;overflow:hidden;}
.mode20_swiper .imgbox img{width: 100%;}
.mode20_swiper .swiper-pagination{width:100%;}
.mode20_swiper .swiper-pagination .swiper-pagination-bullet{width:.4rem;height:.4rem;background-color:#e5e5e5;border-radius:50%;opacity:1;margin:0 .4rem;}
.mode20_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ea5432;}
.model21{padding:5rem 0;background-image:url(../images/model12_bg.png);background-repeat:no-repeat;background-size:contain;background-position:bottom -10rem right -17rem;}
.model21.heigit{padding: 2.5rem 0;}
.model21 .mode21_swiper{margin-top:2.5rem;}
.mode21_swiper{position:relative;}
.mode21_swiper .item{border-radius:1rem;overflow:hidden;position:relative;}
.mode21_swiper .imgbox{padding-bottom:67%;position:relative;overflow: hidden;}
.mode21_swiper .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition: all .5s;}
.mode21_swiper .item:hover img {
  transform: scale(1.05);
}
.mode21_swiper .text_box{position:absolute;bottom:0;left:0;right:0;padding:1rem 2.5rem 2rem;}
.mode21_swiper .tit{color:#ffffff;line-height:1.3;}
.mode21_swiper .desc{color:#fff;line-height:1.875;margin-top:1rem;}
.model22{padding:2.5rem 0;background-color:#f8f8f8;}
.model22.height{padding:2.5rem 0;}
.model22 .model22_main{margin-top:2.5rem;box-shadow:0 0 1.5rem rgba(0,0,0,.1);border-radius:1rem;overflow:hidden;background-image:url(../images/model22_bg.jpg);background-repeat:no-repeat;background-size:cover;padding:3rem;justify-content:space-between;display:flex;flex-wrap:wrap;align-items:center;}
.model22_main .left{width:47%;}
.model22_main .right{width:46%;}


.model23{
  padding: 2.5rem 0;
}
.model23 .model23_swiper{
  margin-top: 2rem;
  position: relative;
}
.model23_swiper .swiper-slide{
  padding: 1%;
  height: auto;
}
.model23_swiper .item{padding:2.5rem 2.2rem 2rem;box-shadow:0 0 .8rem rgba(0,0,0,.07);border-radius:1rem;
height: 100%;}
.model23_swiper .item:hover{
  box-shadow:0 0 .8rem rgba(0,0,0,.15);
}
.model23_swiper .item:hover img{
  transform: scale(1.1);
}
.model23_swiper .ico img{height:3.5rem;transition: all .5s;}
.model23_swiper .tit{color:#333333;line-height:1.3;margin-top:2.2rem;}
.model23_swiper .ctit{color:#666666;line-height:1.875;margin-top:1rem;}


.swits1{display:flex;border-bottom:1px solid #e6e6e6;}
.swits1 .swit{text-align:center;margin-right:4rem;cursor:pointer;}
.swits1 .swit img{height:1.5rem;display:inline-block;}
.swits1 .swit_tit{color:#333333;margin-top:1rem;padding-bottom:2rem;position:relative;}
.swits1 .swit_tit::before{content:'';display:block;position:absolute;bottom:0;left:0;height:3px;background-color:#ea5432;width:0;}
.swits1 .swit.cur .swit_tit::before{width:100%;}
.swits1 .swit.cur .swit_tit{color:#ea5432;}
.swit_box{padding:2.5rem 0 0;}
.swit_box .ctit{color:#333333;line-height:1.3;}
.swit_box .editor{color:#666666;line-height:1.875;margin-top:1.5rem;}
.sidebar{position:fixed;right:15px;z-index:9999;top:50%;}
.side_list .side_item:nth-child(1){background-color:#ea5432;border-radius:.25rem;}
.side_list .side_item:nth-child(2){border-radius:.25rem .25rem 0 0;}
.side_list .side_item:nth-child(5){border-radius:0 0 .25rem .25rem;}
.side_list .side_item{padding:.65rem .55rem;text-align:center;background-color:#dadada;margin-top:.25rem;display:block;cursor:pointer;}
.side_list .side_item:hover{background-color:#ea5432;}
.side_list .ico img{height:1rem;display:inline-block;}
.side_list .slde_tit{color:#ffffff;line-height:1.3;margin-top:0.2rem;}
.side_list .side_item{
  position: relative;
}
.side_list .side_poster{
  position: absolute;
  right: 66px;
  width: 292px;
  background: rgb(255, 255, 255);
  padding: 15px 5px 15px;
  box-shadow: rgb(204, 204, 204) 0px 0px 10px 0px;
  border-radius: 6px;
  display: none;
  animation: 0.3s ease-in-out 0s 1 normal backwards running top01;
  bottom: -.5rem;
}
.side_list .side_poster::after {
  content: "";
  display: block;
  position: absolute;
  left: 99%;
  width: 25px;
  height: 85px;
  bottom: 0px;
}
.side_list .tel{
  color: #ea5432;
}
.side_list .side_item:hover .side_poster {
  display: block;
}
.wx_boxs{
  display: flex;
  padding: 0 1rem;
  justify-content: space-between;
}
.wx_box .imgbox {
  border: 1px solid rgb(204, 204, 204);
}
.wx_boxs .wx_box{
  width: 45%;
}
.wx_boxs .wx_box:not(:nth-child(2n+1)){
  margin-left: 2%;
}
.wx_boxs .wx_box img{
  width: 100%
}
.wx_boxs .wx_tit{
  color: #333;
  margin-top: .5rem;
}


.ticket01{padding:2.5rem 0;}
.hbox8{background-image:url(../images/hbox8_bg.jpg);background-repeat:no-repeat;background-size:contain;padding:2.5rem;border-radius:.75rem;overflow:hidden;text-align:center;box-shadow:0 0 .75rem rgba(0,0,0,.1);background-repeat:no-repeat;background-size:cover;}
.hbox8 .tit{color:#ffffff;line-height:1.3;}
.hbox9{border-radius:.75rem;overflow:hidden;box-shadow:0 0 .75rem rgba(0,0,0,.1);margin-top:1rem;padding:1.75rem 2rem;}
.letters{display:flex;justify-content:space-between;border-bottom:1px solid #e6e6e6;}
.letters .letter{cursor:#333333;padding-bottom:1rem;position:relative;padding-left:.25rem;padding-right:.25rem;cursor:pointer;}
.letters .letter.cur{color:#ea5432;}
.letters .letter.cur::before{content:'';display:block;position:absolute;bottom:0;left:0;right:0;height:3px;width:100%;background-color:#ea5432;}
.letters_list{display:flex;flex-wrap:wrap;padding-right:2rem;padding-top:1.5rem;padding-bottom:1.5rem;}
.letters_list .letters_item{text-align:center;padding:.5rem;color:#333333;width:15.41%;margin-bottom:1.5%;background-color:#f5f5f5;border-radius:.25rem;overflow:hidden;}
.letters_list .letters_item:not(:nth-child(6n+1)){margin-left:1.5%;}
.Pages{text-align:center;display:flex;align-items:center;justify-content:center;}
.Pages .p_page{display:flex;justify-content:center;}
.Pages .p_page a{width:2.5rem;text-align:center;line-height:2.4rem;position:relative;display:inline-block;font-style:initial;margin:0 .25rem;color:#0d0c2a;background-color:#fff;border-radius:.25rem;}
.Pages .p_page .num a{background-color:#fff;border:1px solid #e3e3e3;}
.Pages .p_page a.a_cur{background-color:#ea5432;border-color:#ea5432;color:#fff;}
.Pages .p_page .num a:hover{background-color:#ea5432;}
.Pages .p_page .num a:hover{background-color:#ea5432;border-color:#ea5432;color:#fff;}
.Pages a.a_prev{border:1px solid #e3e3e3;position:relative;margin-right:1.5rem;}
.Pages a.a_prev::before{content:'';display:block;position:absolute;top:.9rem;border-bottom:2px solid #666666;border-left:2px solid #666666;left:1rem;width:.5rem;height:.5rem;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}
.Pages a.a_next{border:1px solid #e3e3e3;margin-left:1.5rem;}
.Pages a.a_next::before{content:'';display:block;position:absolute;top:.85rem;border-top:2px solid #666666;border-right:2px solid #666666;left:.7rem;width:.5rem;height:.5rem;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}
.Pages a.a_prev:hover{background-color:#ea5432;}
.Pages a.a_prev:hover::before,.Pages a.a_next:hover::before{border-color:#fff;}
.Pages a.a_next:hover{background-color:#ea5432;}
.Pages .p_jump .i_text{box-shadow:0 0 .75rem rgba(0,0,0,.1);width:4.5rem;color:#ea5432;margin:0 .5rem;line-height:2.4rem;border:none;padding:0 .25rem;text-align:center;border-radius:.25rem;overflow:hidden;font-size:.8rem;outline:none;}
.Pages .p_jump .i_button{width:4.5rem;height:2.4rem;background-color:#ea5432;text-align:center;color:#fff;border:none;border-radius:.25rem;overflow:hidden;cursor:pointer;}
.Pages .p_jump .f1,.Pages .p_jump .f2{cursor:#333333;}
.Pages .p_jump .f1{margin-left:.5rem;}
.Pages .p_jump .f2{margin-right:.5rem;}
.base_cloum{position:relative;}
.base_cloum .imgbox{padding-bottom:31.4%;position:relative;}
.base_cloum .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.base_cloum .text_box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;z-index:2;}
.base_cloum .tit{line-height:1.3;color:#ea5432;}
.base_cloum .ctit{color:#333333;line-height:1.875;margin-top:1.25rem;}
.base_cloum1{position:relative;}
.base_cloum1 .imgbox{padding-bottom:31.3%;position:relative;}
.base_cloum1 .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.base_cloum1 .text_box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;z-index:2;}
.base_cloum1 .tit{line-height:1.3;}
.base_cloum1 .tit.color_fff{color:#fff;}
.base_cloum1 .tit.color_orange{color:#ea5432;margin-top: 1rem;}
.list9{padding:.5rem 2rem;background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 0 .75rem rgba(0,0,0,.1);}
.list9 .item{display:flex;}
.list9 .list9_cpt{color:#333333;line-height:3rem;padding-right:2rem;position:relative;margin-right:1rem;height:100%;white-space:nowrap;}
.list9 .list9_cpt::before{content:'';display:block;position:absolute;right:0;top:50%;transform:translate(0,-50%);width:1px;height:.75rem;background-color:#999;}
.list9_is{display:flex;flex-wrap:wrap;}
.list9_is .list9_i{margin-top:.5rem;margin-bottom:.5rem;padding:.25rem 1rem;border-radius:1rem;cursor:pointer;}
.list9 .item:nth-child(1) .list9_i.cur{background-color:#ea5432;color:#fff;}
.list9 .item:nth-child(2) .list9_i.cur{color:#ea5432;}
.padding_90{padding:4.5rem 0;}
.padding_30{padding:1.5rem 0;}
.hbox10{
  padding-bottom: 1rem;
}
.hbox10 .list10{padding:2rem 0 1.5rem;}
.list10{display:flex;flex-wrap:wrap;}
.list10 .item:not(:nth-child(3n+1)){margin-left:2%;}
.list10 .item{width:31.33%;border-radius:.5rem;overflow:hidden;margin-bottom:2%;background-color:#fff;box-shadow:0 0 .75rem rgba(0,0,0,0.1);}

.list10 .item:hover .imgbox>img{
  transform: scale(1.05);
}
.list10 .imgbox{position:relative;padding-bottom:68%;overflow: hidden;z-index: 1;}
.list10 .imgbox img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition: all .5s;}
.list10  .ico{width:4rem;height:4rem;border-radius:50%;position:absolute;top:-2rem;left:2rem;border-radius:50%;overflow:hidden;box-shadow:0 0 .75rem rgba(0,0,0,.1);}
.list10 .item:hover .tit{
  color: #ea5432;
}

.list10 .text_box{padding:3rem 2rem 1.5rem;position: relative;z-index: 6;}
.list10 .tit{color:#333333;line-height:1.3;}
.list10 .desc{color:#666666;line-height:1.875;margin-top:.75rem;}
.list10 .list10_lables{padding-top:.5rem;}
.list10_lables{display:flex;flex-wrap:wrap;}
.list10_lables .list10_lable{background-color:#f5f5f5;padding:.25rem .75rem;color:#333333;margin-right:.5rem;margin-top:.5rem;border-radius:.25rem;overflow:hidden;}
.service02{background-color:#ededed;}
.base_service{display:flex;justify-content:space-between;}
.service_box{width:6rem;display:flex;justify-content:space-between}
.service_box .swiper_btn{width:2.4rem;height:2.4rem;background-color:#fff;box-shadow:0 0 .75rem rgba(0,0,0,.1);position:relative;border-radius:.25rem;overflow:hidden;cursor:pointer;}
.service_box .swiper_btn.prev::before{content:'';display:block;position:absolute;top:.9rem;border-bottom:2px solid #999999;border-left:2px solid #999999;right:.75rem;width:.5rem;height:.5rem;transform:rotate(45deg);}
.service_box .swiper_btn.next::before{content:'';display:block;position:absolute;top:.9rem;border-bottom:2px solid #999999;border-left:2px solid #999999;right:1rem;width:.5rem;height:.5rem;transform:rotate(-135deg);}
.service_box .swiper_btn:hover{background-color:#ea5432;}
.service_box .swiper_btn:hover::before{border-color:#fff;}
.hbox11 .hbox11_swiper{margin-top:1rem;}
.hbox11_swiper .swiper-slide{margin-top:.75rem;}
.hbox11_swiper .item{height:3.5rem;padding:.5rem 0;background-color:#fff;width:100%;text-align:center;transition:all .5s;position:relative;box-shadow:0 0 .75rem rgba(0,0,0,.1);
margin-bottom: .5rem;
}
.hbox11_swiper .item img{display:block;margin:auto;height:100%;}
.hbox11_swiper .item:hover{box-shadow:rgb(234,85,50) 10px 10px 0px 0px;left:-5px;top:-5px;}
.hbox11_swiper .item:hover{transform:scale(0.9);}
.service03{background-color:#f8f8f8;}
.bgf8{background-color:#f8f8f8;}
.locat{padding:2.5rem 0 2rem;}
.locat .locat_main a:first-child{padding-left:1.5rem;position:relative;background-image:url(../images/home_icon01.png);background-repeat:no-repeat;background-position:center left;}
.locat,.locat a{color:#999;}
.locat a{margin:0 .5rem;}
.locat span{margin-left: .5rem;}
.prame_sections .prame_section.bg{background-color:#fff;box-shadow:0 0 .75rem rgba(0,0,0,.1);}
.prame_sections .prame_section.border{border-radius:.5rem;overflow:hidden;}
.prame_sections .prame_section.padding_15{padding:1.5rem;}
.prame_sections .prame_section:not(:first-child){margin-top:1rem;}
.prame_sections .prame_tit{color:#333;margin-bottom:1rem;font-weight:500;}
.serve_main{padding:0 0 5rem;}
.serve_frame{display:flex;flex-wrap:wrap;}
.serve_frame .serve_l{width:72.5%;margin-right:3.5%;}
.serve_frame .serve_r{width:24%;}
.list11 .item:not(:first-child){margin-top:1rem;}
.list11 .item{border-radius:1rem;overflow:hidden;display:block;}
.list11 .imgbox{padding-bottom:53%;position:relative;}
.list11 .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:all .5s;}
.list11 .item:hover img{transform:scale(1.1);}
.solve01{overflow:hidden;}
.list12{display:flex;flex-wrap:wrap;}
.list12 .item{width:48.5%;margin-bottom:3%;background-color:#f5f5f5;color:#333333;text-align:center;padding:.75rem .25rem;border-radius:.25rem;overflow:hidden;}
.list12 .item:not(:nth-child(2n+1)){margin-left:3%;}
.list12 .item:hover{color:#fff;background-color:#ea5432;}
.pro01{overflow:hidden;}
.list13 .item{margin-bottom:3%;background-color:#f5f5f5;color:#333333;text-align:center;padding:.75rem .5rem;border-radius:.25rem;overflow:hidden;margin-bottom:.5rem;display:block;}
.list13 .item:hover{color:#fff;background-color:#ea5432;}
.list14 .item:first-child{padding-top:0;}
.list14 .item:last-child{padding-bottom:0;}
.list14 .item{display:flex;padding:.75rem 0;align-items:center;}
.list14 .item:not(:first-child){border-top:1px solid #e6e6e6;}
.list14 .item:hover .tit{color:#ea5432;}
.list14 .ico{min-width:1.25rem;height:1.25rem;background-color:#999999;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.list14 .text_box{margin-left:1rem;
width: calc(100% - 1.25rem);
}
.list14 .tit{color:#333333;line-height:1.3;}
.list14 .time_box{display:flex;align-items:center;margin-top:.5rem;}
.list14 .time{color:#999999;line-height:1.3;}
.list14 .eye{color:#999999;padding-left:1rem;background-image:url(../images/list14_eye01.png);background-position:center left;margin-left:1rem;background-repeat:no-repeat;}
.list14 .item span{position:relative;z-index:2;}
.list14 .item:nth-child(1) .ico,.list14 .item:nth-child(2) .ico,.list14 .item:nth-child(3) .ico{background-color:transparent;position:relative;}
.list14 .item:nth-child(1) .ico::before,.list14 .item:nth-child(2) .ico::before,.list14 .item:nth-child(3) .ico::before{content:'';display:block;position:absolute;left:50%;bottom:0;transform:translate(-50%,0);width:1.25rem;height:1.5rem;background-repeat:no-repeat;background-size:contain;}
.list14 .item:nth-child(1) .ico::before{background-image:url(../images/list14_one.png);}
.list14 .item:nth-child(2) .ico::before{background-image:url(../images/list14_two.png);}
.list14 .item:nth-child(3) .ico::before{background-image:url(../images/list14_three.png);}
.hbox12{padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:0 0 .75rem rgba(0,0,0,.1);}
.hbox12 .imgbox img{width:100%;}
.hbox12 .imgbox{border-radius:1.5rem;overflow:hidden;}
.other1{display:flex;justify-content:space-between;flex-wrap:wrap;padding:2rem 0 1.5rem;border-bottom:1px solid #e6e6e6;align-items:center;}
.other1 .other_l{flex:1;margin-right:1rem;}
.lables2{display:flex;flex-wrap:wrap;}
.lables2 .lable{margin:.5rem .5rem;background-color:#f5f5f5;padding:.5rem;color:#333333;}
.hbox12 .ctitle{padding:0 0 1.5rem;}
.hbox12 .editor{border-top:1px solid #e6e6e6;}
.hbox12 .editor .editor_box{margin-top:1.5rem;}
.hbox12 .editor_tit{color:#ea5432;}
.hbox12 .editor_main{margin-top:1.25rem;line-height:1.875;}
.hbox12_bot{position:relative;padding:1.5rem 7.5rem 1.5rem 0;}
.hbox12_bot .go_btns a{color:#333333;display:block;}
.hbox12_bot .go_btns a:hover{color:#ea5432;}
.hbox12_bot .go_btns a:not(:first-child){margin-top:.75rem;}
.go_back{position:absolute;right:0;top:50%;transform:translate(0,-50%);display:inline-block;padding:.75rem 1rem;border-radius:.5rem;overflow:hidden;box-shadow:0 0 .75rem rgba(0,0,0,.1);}
.go_back span{color:#ea5432;padding-right:1.5rem;background-image:url(../images/go_back_ico01.png);background-repeat:no-repeat;background-position:center right;}
.hbox13{margin-top:1rem;background-color:#fff;box-shadow:0 0 .75rem rgba(0,0,0,.1);padding:2rem 2rem .5rem;border-radius:.75rem;overflow:hidden;}
.hbox13 .list15{margin-top:1.5rem;}
.list15{display:flex;flex-wrap:wrap;}
.list15 .item{width:31.33%;margin-bottom:2%;background-color:#fff;}
.list15 .imgbox{border-radius:.5rem;overflow:hidden;position:relative;padding-bottom:67.5%;}
.list15 .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:all .5s;}
.list15 .item:not(:nth-child(3n+1)){margin-left:2%;}
.list15 .text_box{padding:1rem 0 .5rem;}
.list15 .tit{color:#333333;line-height:1.5;}
.list15 .desc{color:#666666;line-height:1.875;margin-top:1rem;}
.list15 .list10_lables{margin-top:.75rem;}
.list15 .item:hover img{transform:scale(1.1);}
.list15 .item:hover .tit{color:#ea5432;}
.gain01{background-repeat:no-repeat;background-size:cover;}
.hbox14{padding:3.5rem 0;align-items:center;display:flex;justify-content:space-between;flex-wrap:wrap;}
.hbox14 .left{width:39.4%;}
.hbox14 .right{width:50%;}
.hbox14 .tit{color:#333333;line-height:1.3;padding-bottom:1.5rem;position:relative;}
.hbox14 .tit::before{content:'';display:block;position:absolute;bottom:0;left:0;height:4px;background-color:#ea5432;width:2rem;}
.hbox14 .desc{padding:1.5rem 0;line-height:1.875;}
.hbox14 .desc span{color:#ea5432;}
.hbox14 .imgbox{border-radius:.5rem;overflow:hidden;margin-top:1rem;}
.hbox14 .cdesc{color:#333333;line-height:1.875;margin-top:.75rem;}
.baseform{padding:3rem;border-radius:.5rem;overflow:hidden;box-shadow:0 0 .75rem rgba(0,0,0,.05);background-color:#fff;}
.baseform .form_tit{color:#333333;}
.baseform .form_ti{color:#333333;margin-top:.5rem;}
.baseform .form_list{margin-top:1.5rem;}
.form_list .form_item{border-radius:.5rem;overflow:hidden;border:1px solid #e5e5e5;height:3.5rem;display:flex;align-items:center;padding:.5rem 1rem;margin-bottom:.5rem;}
.form_list .form_item.yz{display:flex;align-items:center;padding-right:.25rem;}
.form_list .get_code{color:#ea5432;padding:.75rem 1.5rem;background-color:#f3f3f3;cursor:pointer;border-radius:.3rem;}
.form_list .input{margin-left:1rem;flex:1;height:100%;}
.form_list .input input{width:100%;border:none;height:100%;}
.form_list .lable{color:#333333;}
.form_list .lable i{color:#ee0505;font-style:initial;}
.form_list .form_item.area{padding:1.25rem 1rem;height:7rem;align-items:flex-start;}
.form_list textarea{height:100%;border:none;width:100%;resize:none;outline:none;}
.baseform .form_btn{padding:1.25rem 0;background-color:#ea5432;color:#fff;margin-top:.75rem;border-radius:.5rem;overflow:hidden;text-align:center;}
.list16 .item{display:flex;flex-wrap:wrap;padding:1rem 0;align-items:center;}
.list16 .item:first-child{padding-top:0;}
.list16 .item:not(:first-child){border-top:1px solid #e6e6e6;}
.list16 .imgbox{width:44%;border-radius:.5rem;overflow:hidden;}
.list16 .imgbox img{width:100%;transition:all .5s;}
.list16 .text_box{width:56%;padding-left:1rem;}
.list16 .ptit{color:#333333;line-height:1.3;}
.list16 .pdesc{color:#666666;line-height:1.42;margin-top:.5rem;}
.list16 .item:hover .ptit{color:#ea5432;}
.list16 .item:hover img{transform:scale(1.1);}
.hbox15,.hbox16{background-color:#fff;border-radius:.75rem;box-shadow:0 0 .75rem rgba(0,0,0,.1);margin-bottom:1rem;}
.hbox15{padding:0 2rem 2rem;}
.hbox15 .list17{padding-bottom:2.5rem;}
.list17 .item{display:flex;flex-wrap:wrap;align-items:center;padding:1.75rem 0;border-bottom:1px solid #e6e6e6;}
.list17 .imgbox {
    width: 12.3rem;
    overflow: hidden;
    border-radius: .5rem;
    padding-bottom: 7.5rem;
    position: relative;
}
.list17 .imgbox img{object-fit:cover;transition:all .5s;
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.list17 .text_box{flex:1;padding-left:1.5rem;}
.list17 .tit{color:#333333;padding-left:2.25rem;position:relative;}
.list17 .tit::before{content:'';display:block;position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;background-image:url(../images/list17_ico01.png);background-repeat:no-repeat;background-position:center;background-color:#ea5432;overflow:hidden;border-radius:50%;}
.list17 .desc{color:#666666;line-height:1.875;margin-top:.5rem;}
.list17 .other2{margin-top:1.5rem;}
.other2{display:flex;}
.other2 .time{color:#999999;padding-left:1.25rem;padding-right:1rem;background-image:url(../images/time_icon01.png);background-repeat:no-repeat;background-position:center left;}
.other2 .other2_tit{color:#999999;padding:0 1rem;border-left:1px solid #999;}
.list17 .item:hover .tit{color:#ea5432;}
.list17 .item:hover img{transform:scale(1.1);}
.hbox16{padding:2rem 2rem;}
.hbox16 .hbox16_tit{color:#333333;line-height:1.25;}
.hbox16 .list18{margin-top:1.25rem;}
.list18{display:flex;flex-wrap:wrap;}
.list18 .item{padding:.75rem 0.5rem;background-color:#f5f5f5;color:#333333;text-align:center;margin-bottom:1%;border-radius:.25rem;overflow:hidden;
margin-right: .5rem;
}
.list18 .item:hover{background-color:#ea5432;color:#fff;}
.hbox17{padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:0 0 .75rem rgba(0,0,0,.1);margin-bottom:1rem;}
.hbox17_top{padding:1.25rem 0 1.5rem;border-bottom:1px solid #e6e6e6;}
.hbox17_top .ctitle{color:#333333;line-height:1.3;}
.hbox17 .hbox17_editor{padding:2.25rem 0 3rem;}
.hbox17 .hbox17_editor{color:#999;line-height:1.875;}
.hbox17 .other3{margin-top:1rem;}
.other3{display:flex;}
.other3 .time{color:#999999;padding-left:1.5rem;margin-right:1.5rem;background-image:url(../images/time_icon01.png);background-repeat:no-repeat;background-position:left center;line-height:1.2;}
.other3 .eye{color:#999999;padding-left:1.5rem;background-image:url(../images/list14_eye01.png);background-repeat:no-repeat;background-position:left center;line-height:1.2;}
.hbox17 .hbox17_editor img{display:inline-block;}
.hbox18{padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:0 0 .75rem rgba(0,0,0,.1);margin-bottom:1rem;}
.hbox18 .hbox18_tit{color:#333333;line-height:1.3;}
.hbox18 .list19{margin-top:2rem;}
.list19{display:flex;flex-wrap:wrap;}
.list19 .item{width:48.5%;margin-bottom:3%;}
.list19 .item:not(:nth-child(2n+1)){margin-left:3%;}
.list19 .imgbox{padding-bottom:67.6%;position:relative;border-radius:.5rem;overflow:hidden;}
.list19 .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;transition:all .5s;}
.list19 .item:hover img{transform:scale(1.1);}
.list19 .tit{color:#333333;line-height:1.5;}
.list19 .time{color:#999999;padding-left:1rem;position:relative;background-image:url(../images/time_icon01.png);background-repeat:no-repeat;background-position:center left;margin-top:.75rem;}
.list19 .text_box{position:relative;margin-top:1.5rem;padding:0 2.5rem 1.5rem 0;}
.base_down{width:2rem;height:2rem;border-radius:50%;position:absolute;right:0;top:0;overflow:hidden;background-image:url(../images/down_icon01.png);background-repeat:no-repeat;background-position:center;background-color:#ea5432;}
.hbox19.cur{display:flex;}
.hbox19{display:flex;align-items:center;padding:1.5rem 2rem;background-color:#ffffff;box-shadow:0 -1rem .75rem rgba(0,0,0,.1);border-radius:.5rem .5rem 0 0;position:fixed;bottom:0;display:none;width:53.5%;}
.hbox19 .hbox19_l{flex:1;padding-right:5%;}
.hbox19 .hbox19_r{display:flex;align-items:center;}
.hbox19 .ctit{color:#333333;padding-left:2rem;position:relative;}
.hbox19 .ctit::before{content:'';display:block;position:absolute;left:0;top:0;background-image:url(../images/hbox19_ico01.png);background-repeat:no-repeat;width:1.5rem;height:1.5rem;background-size:contain;}
.hbox19 .box19_more{margin-left:1rem;position:relative;}
.hbox19_btn{background-color:#ea5432;padding:.75rem 1.5rem;border-radius:1.25rem;}
.hbox19_btn span{padding-right:1rem;background-image:url(../images/hbox19_btn_icon01.png);background-repeat:no-repeat;background-position:center right;color:#fff;}
.box19_more_btn{width:2.25rem;height:2.25rem;background-color:#f5f5f5;background-image:url(../images/box19_more.png);background-repeat:no-repeat;border-radius:50%;background-position:center;cursor:pointer;}
.box19_share{position:absolute;bottom:130%;left:50%;transform:translate(-50%,0);white-space:nowrap;background-color:#fff;border-radius:.5rem;overflow:hidden;padding:.5rem;display:none;}
.hbox20{padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:0 0 .75rem rgba(0,0,0,.1);margin-bottom:1rem;}
.hbox20 .hbox20_tit{color:#333333;line-height:1.3;}
.hbox20 .list20{margin-top:2rem;}
.list20{display:flex;flex-wrap:wrap;}
.list20 .item:not(:nth-child(2n+1)){margin-left:3%;}
.list20 .item{width:48.5%;margin-bottom:3%;}
.list20 .imgbox{padding-bottom:67.6%;position:relative;overflow:hidden;border-radius:.5rem;}
.list20 .imgbox::before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1;}
.list20 .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.list20 .text_box{padding:1rem 2rem 0 0;}
.list20 .tit{color:#333333;padding-left:2.25rem;position:relative;}
.list20 .tit::before{content:'';display:block;width:1.5rem;height:1.5rem;background-image:url(../images/video_icon01.png);position:absolute;left:0;top:0;background-color:#ea5432;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:.85rem;}
.list20 .desc{color:#666666;line-height:1.875;margin-top:.5rem;}
.list20 .time{color:#999999;padding-left:1rem;position:relative;background-image:url(../images/time_icon01.png);background-repeat:no-repeat;background-position:center left;margin-top:.5rem;}
.video_btn{background-image:url(../images/video_btn.png);width:2rem;height:2rem;background-size:contain;background-repeat:no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;cursor:pointer;}
.hbox21{border-radius:.75rem;overflow:hidden;background-color:#ffffff;box-shadow:0 0 .75rem rgba(0,0,0,.1);margin-bottom:1rem;}
.hbox21 .imgbox{padding-bottom:68.2%;position:relative;}
.hbox21 .imgbox::before{content:'';display:block;z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);}
.hbox21 .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.hbox21 .imgbox video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:2;}
.hbox21 .hbox21_top{padding-bottom:1.5rem;border-bottom:1px solid #e6e6e6;}
.hbox21 .other4{margin-top:1.25rem;}
.hbox21 .hbox21_main{padding:2rem;}
.hbox21 .editor{color:#666666;line-height:1.875;padding:1rem 0;}
.other4{display:flex;align-items:center;}
.other4 .time{color:#999999;padding-left:1.5rem;margin-right:1.5rem;background-image:url(../images/time_icon01.png);background-repeat:no-repeat;background-position:left center;line-height:1.2;}
.other4 .video{color:#999999;padding-left:1.5rem;margin-right:1.5rem;background-image:url(../images/video_icon02.png);background-repeat:no-repeat;background-position:left center;line-height:1.2;}
.base_cloum1 .imgbox,.base_cloum1 .tit{animation:0.6s ease-in-out 0.3s 1 normal backwards running t_01;}
.hbox22{border-radius:.75rem;overflow:hidden;background-color:#ffffff;box-shadow:0 0 .75rem rgba(0,0,0,.1);padding:2rem;}
.hbox22 .hbox22_tit{color:#333333;}
.hbox22 .editor{color:#666666;line-height:1.875;margin-top:1.5rem;}
.hbox22 .other5{margin-top:1.5rem;}
.other5{display:flex;align-items:center;}
.other5 .other5_tit{color:#333333;white-space:nowrap;}
.other5_list{display:flex;flex-wrap:wrap;}
.other5_list .other5_item{padding:0 1rem;position:relative;}
.other5_list .other5_item + .other5_item::before{content:'';display:block;position:absolute;left:0;top:50%;transform:translate(0,-50%);width:1px;height:50%;background-color:#999999;}
.hbox23{border-radius:.5rem;overflow:hidden;background-color:#ffffff;box-shadow:0 0 .75rem rgba(0,0,0,.05);margin-top:1rem;margin-bottom:1rem;}
.switchs1{display:flex;}
.switchs1 .switch{width:33.33%;text-align:center;border-radius:.5rem;padding:1.25rem 0;}
.switchs1 .switch.cur{background-color:#ea5432;color:#fff;}
.base_fixed_p{
  position: relative;
}
.base_fixed{
  position: absolute;
  top: -4rem;
}

.switch_opt{
  position: absolute;
  display: none;
  right: .5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: .8rem;
  height: .8rem;
}
@media (max-width: 1024px) {
  .nav_list .nav_item.pcur .switch_opt{
    display: block;
    top: .7rem;
  }
  .nav_list .nav_item.pcur.pcur_i .switch_opt::after{
    display: none;
  }
  .switch_opt::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #333;
    transform: translate(-50%,-50%);
  }
  .switch_opt::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #333;
    transform: translate(-50%,-50%) rotate(90deg);
  }
  .nav_list .nav_item.pcur {
    position: relative;
  }
}


.baseclounm{
  position: relative;
}
.baseclounm .bg{
  padding-bottom: 31.3%;
  position: relative;
}
.baseclounm .bg img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.baseclounm .bg .img1{
  display: block;
}
.baseclounm .bg .img2{
  display: none;
}
.baseclounm .text_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.baseclounm .hbox3 {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}
.baseclounm .model_btn4 {
  margin-top: 3rem;
}

.baseclounm .hbox3 .model_btn2 {
  margin-right: .75rem;
}

.baseclounm .tit.orange {
  color: #ea5432;
}

.baseclounm .inner{display:flex;align-items:center;z-index:2;position:relative;}
.baseclounm .left{width:50%;}
.baseclounm .right{width:50%;padding-left: 2%;}
.baseclounm .tit{color:#333333;}
.baseclounm .desc{color:#666666;line-height:1.875;margin-top:.45rem;}
.baseclounm .hbox2{margin-top:2.5rem;}
.baseclounm .hbox1{margin-top:2.5rem;}

.swiper_logos {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
}

.swiper_logos .img {
  padding: .5rem;
}

.swiper_logos .img img {
  height: 1.5rem;
}
 
@media(max-width:1600px){.inner{width:85%;}
.hbox19{width:61.5%;}
.banner .desc{
  margin-top: 1.5rem;
}
.model17_small .item{
  padding: 1.5rem;
}
}

@media (max-width:1540px){
.model17_small .item{
  padding: 1rem;
}
}




@media(max-width:1400px){.inner{width:90%;}
.swiper_ctr .swiper_btn.next{right:-3rem;}
.swiper_ctr .swiper_btn.prev{left:-3rem;}
.list2,.list6{height:480px;}
.padding_90{padding:2.5rem 0;}
.hbox19{width:63.7%;}
}
@media(max-width:1280px){.model1,.model2,.model3,.model4,.model5,.model6,.model7,.model8,.model9,.model10,.model11,.model12,.model12,.model13,.model14,.model15,.model16,.model19,.model20,.model21,.model22{padding:2.5rem 0;}
.model17,.model18{padding-top:2.5rem;}
.model1_swiper .icon img{height:1.8rem;}
.model10_small .item{padding-bottom:1rem;}
.base_banner2{padding:4.5rem 0;}
.base_banner3{padding:4.5rem 0;}
.locat{padding:1.5rem 0;}
.side_list .side_poster {
  width: 150px;
  padding: 10px 5px 5px;
  bottom: 0;
  right: 55px;
}
}
@media(max-width:1024px){.inner{width:92%;padding:0;}
.list3 .tit{margin-top:1.5rem;}
.list3 .ico img{height:2.5rem;}
.list2 .hover_text{padding:2rem;}
.list2 .editor{margin-top:.8rem;}
.list2 .ctit{margin-top:.8rem;}
.list2 .num{font-size:4rem;}
.base_banner3 .right,.base_banner .right,.base_banner1 .right{transform:unset;}
.base_banner{padding-top:1.5rem;}
.list4 .item{padding:1.5rem;}
.list4 .item_top .ico img{height:2rem;}
.list4 .item_top .s_num{font-size:3rem;}
.model10_big .ico{width:3rem;height:3rem;}
.model10_big .tit{margin-top:1.5rem;}
.model10 .model10_big{margin-top:1.5rem;}
.model10 .model10_small{margin-top:2rem;}
.model15 .list5,.model14 .model14_main,.model16 .list6,.model17 .model17_main{margin-top:2rem;}
.model17_small .item{padding:1rem;}
.model17_small .tit{margin-top:.5rem;padding-top:.5rem;}
.model13 .imgbox{padding:2rem;}
.lables1 .lable{padding:1rem 0;}
.list5 .ico img{height:2.75rem;}
.list5 .ico{margin-bottom:1rem;}
.list5 .desc{margin-top:1rem;}
.list6 .num{font-size:4rem;}
.swit_box{padding:1.5rem 0 0;}
.model22 .model22_main{padding:1.5rem;}
.swits1 .swit_tit{margin-top:.5rem;padding-bottom:1rem;}
.swits1 .swit{margin-right:2.5rem;}
.side_list .side_item{padding:.5rem;}
.list7 .item{padding:.7rem .2rem;}
.model20_main{padding:2rem 0 2rem;}
.hbox12{padding:1rem;}
.prame_sections .prame_section.padding_15{padding:1rem;}
.hbox13{padding:1rem 1rem .5rem;}
.other1{padding:1rem 0 .75rem;}
.hbox12 .editor_main{margin-top:.5rem;}
.hbox12 .ctitle{padding:0 0 .75rem;}
.hbox12 .editor .editor_box{margin-top:1rem;}
.go_back{padding:.5rem;}
.serve_main{padding:0 0 4.5rem;}
.hbox14{padding:2.5rem 0;}
.hbox14 .desc{padding:.75rem 0;}
.form_list .form_item{height:3rem;}
.form_list .form_item.area{height:6rem;}
.baseform{padding:2rem;}
.form_list .get_code{padding:.5rem .5rem;}
.hbox15{padding:0 1.5rem 1rem;}
.hbox16{padding:1rem;}
.hbox17_top{padding:1rem 0;}
.hbox17{padding:1rem;}
.hbox17 .hbox17_editor{padding:1.5rem 0;}
.hbox18,.hbox20{padding:1rem;}
.hbox18 .list19,.hbox20 .list20{margin-top:1rem;}
/* .list18 .item{width:19%;}
.list18 .item:not(:nth-child(7n+1)){margin-left:0;}
.list18 .item:not(:nth-child(5n+1)){margin-left:1.25%;} */
.hbox19{padding:.75rem 1rem;}
.hbox19_btn{padding:.25rem .75rem;}
.box19_more_btn{width:1.75rem;height:1.75rem;}
.hbox21 .hbox21_main{padding:1rem;}
.hbox22{padding:1rem;}
.model23_swiper .ico img {
  height: 2.5rem;
}
.model23_swiper .tit {
  margin-top: 1.2rem;
}
.model23 .model23_swiper {
  margin-top: 1rem;
}
.model15_swiper .ico img {
  height: 2.75rem;
}
.model15 .model15_swiper {
  margin-top: 2.5rem;
}

}
@media(max-width:768px){.list2,.list6{height:400px;}
.model1,.model2,.model3,.model4,.model5,.model6,.model7,.model8,.model9,.model10,.model11,.model12,.model12,.model13,.model14,.model15,.model16,.model19,.model20,.model21,.model22{padding:1.5rem 0;}
.model17,.model18{padding-top:1.5rem;}
.list3 .item{padding:1.5rem;}
.model23_swiper .item{padding:1.5rem;}

.swiper_ctr .swiper_btn.prev{left:0;}
.swiper_ctr .swiper_btn.next{right:0;}
.model7 .model7_box{margin-top:1rem;}
.model1 .model1_swiper,.model6 .model6_swiper,.model4 .list2{margin-top:1.5rem;}
.model11_swiper.swiper_ctr .swiper_btn.prev{left:5%;}
.model11_swiper.swiper_ctr .swiper_btn.next{right:5%;}
.model10_small .tit{margin-top:.5rem;}
.model10_big .item{flex-wrap:wrap;}
.model10_big .item .left{width:100%;}
.model10_big .item .right{width:100%;}
.model11_swiper .swiper-slide-active .text_box{bottom:.5rem;}
.list4 .item{width:100%;margin-top:1rem;}
.list4 .item:not(:nth-child(2n+1)){margin-left:0;}
.base_banner2{padding:2.5rem 0;}
.base_banner2 .hbox3 .model_btn2{margin-right:.25rem;}
.base_banner2 .model_btn4{margin-top:1.5rem;}
.base_banner2 .hbox3{margin-top:1r;margin-top:1rem;}
.base_banner2 .desc{margin-top:1rem;}
.model_btn4{padding:.5rem 1rem;}
.model13 .mode13_top{flex-wrap:wrap;}
.model13 .mode13_top .model_title{width:100%;}
.model13 .mode13_top .mode_desc{width:100%;padding:3% 0 0;}
.list6 .item{padding:1.5rem;}
.list6 .ico img{height:2rem;}
.list6 .item_tit{margin-top:1rem;}
.list6 .desc{margin-top:.5rem;}
.model18_main .left{padding:1.5rem;}
.base_banner3{padding:1.5rem 0;}
.Menu003135 .nav-menu li{margin:0 1.2rem;}
.model18_main .left{width:100%;padding:0;}
.model18_main .right{width:100%;margin-top:1rem;}
.model18 .editor{margin-top:1rem;}
.model21 .mode21_swiper{margin-top:1.5rem;}
.swits1 .swit{margin-right:2rem;}
.model22 .model22_main{margin-top:1rem;}
.model6_swiper .text_box{padding:.5rem;}
.model6_swiper .tit {
  font-size: 1rem;
}
.model6_swiper .desc {
  margin-top: .5rem;
}
.hbox8{padding:1.5rem;}
.ticket01{padding:1.5rem 0;}
.letters_list{padding-right:0;}
.Pages a.a_prev{margin-right:.5rem;}
.Pages a.a_next{margin-left:.5rem;}
.Pages .p_page a{width:1.8rem;line-height:1.7rem;}
.Pages .p_jump .i_text{width:1.8rem;line-height:1.7rem;}
.Pages .p_jump .i_button{width:3rem;height:1.7rem;}
.Pages a.a_prev::before{top:.6rem;left:.6rem;}
.Pages a.a_next::before{top:.6rem;left:.4rem;}
.list7 .item{width:32.33%;}
.list7 .item:not(:nth-child(5n+1)){margin-left:0;}
.list7 .item:not(:nth-child(3n+1)){margin-left:1.5%;}
.model20_main .left_r{padding-left:1.5rem;}
.list10 .imgbox .ico{width:3rem;height:3rem;left:1rem;}
.list10 .text_box{padding:2.5rem 1rem 1rem;}
.hbox11 .hbox11_swiper{margin-top:.5rem;}
.padding_90{padding:1.5rem 0;}
.list9 .list9_cpt{line-height:2.5rem;}
.service_box .swiper_btn{width:1.8rem;height:1.8rem;}
.service_box{width:4.5rem;}
.service_box .swiper_btn.prev::before{top:.6rem;right:.5rem;}
.service_box .swiper_btn.next::before{top:.6rem;right:.7rem;}
.serve_main{padding:0 0 2.5rem;}
.hbox14{padding:1.5rem 0;}
.list17 .item{padding:1rem 0;}
.list17 .text_box{padding-left:.5rem;}
.other2 .other2_tit{padding:0 .5rem;}
.list17 .other2{margin-top:0.5rem;}
.list17 .item{padding:.5rem 0;}
.hbox17_top{padding-top:0;}
.locat{padding:.75rem 0;}
.base_down{width:1.5rem;height:1.5rem;background-size:50%;}
.list19 .time{padding-left:1.5rem;}
.hbox19{width:66.7%;}
.video_btn{width:1.5rem;height:1.5rem;}
.list20 .time{padding-left:1.5rem;}
.other5_list .other5_item{padding:0 .25rem;}
.other5_list{width:100%;margin-top:.5rem;}
.hbox22 .other5{flex-wrap:wrap;margin-top:.75rem;}
.other5_list .other5_item + .other5_item::before{display:none;}
.switchs1 .switch{padding:.5rem 0;}
.hbox15 .list17{padding-bottom:1.5rem;}
.pro_lists .pro_item{font-size:.8rem;padding-top:.5rem;padding-bottom:.5rem;}
.pro_nav{padding:.5rem;}
.baseclounm .bg .img1{
  display: none;
}
.baseclounm .bg .img2{
  display: block;
}
.baseclounm .bg {
  padding-bottom: 250px;
}

.baseclounm .hbox2 {
  margin-top: 1rem;
}
.banner .video_box{
  opacity: 0;
}
.swiper_ctr .swiper_btn.next,
.swiper_ctr .swiper_btn.prev{
  width: 1.5rem;
  height: 1.5rem;
}
.header_main {
  padding-right: 2.5rem;
}
.model10_btn {
  padding: .5rem 1rem;
}
}
@media(max-width:640px){.base_banner3 .left,.base_banner .left,.base_banner1 .left{width:100%;}
.base_banner3 .right,.base_banner .right,.base_banner1 .right{width:100%;padding-left: 0;}
.base_banner3 .inner,.base_banner .inner,.base_banner1 .inner{flex-wrap:wrap;}
.base_banner .hbox1,.base_banner1 .hbox2{margin-top:1rem;}
.model_btn1,.model_btn2,.model_btn3{padding:.5rem 1rem;}
.model3_main{flex-wrap:wrap;}
.model3_main .left{width:100%;}
.model3_main .right{width:100%;padding:1rem 0 0;}
.model3_content{flex-wrap:wrap;}
.model3_content .model3_l{width:100%;}
.model3_content .model3_r{width:100%;}
.list2,.list6{height:auto;flex-wrap:wrap;}
.list2 .item,.list6 .item{flex:unset !important;width:100%;}
.list2 .item:not(:first-child),.list6 .item:not(:first-child){margin-left:0;margin-top:1rem;}
.list2 .hover_text{width:80%;padding:1rem;}
.list2 .editor{-webkit-line-clamp:3;display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;}
.list3 .item{padding:1rem;width:49%;margin-top:2%;}
.list3 .item:not(:nth-child(4n+1)){margin-left:0;}
.list3 .item:not(:nth-child(2n+1)){margin-left:2%;}
.model13 .imgbox{padding:1rem;margin-top:1rem;}
.model14 .model14_main{flex-wrap:wrap;}
.model14_main .left{width:100%;}
.model14_main .right{width:100%;margin-top:1rem;padding-bottom:1rem;}
.list5 .item{width:49%;margin-bottom:2%;}
.list5 .item:not(:nth-child(4n+1)){margin-left:0;margin-left:0;}
.list5 .item:not(:nth-child(2n+1)){margin-left:2%;}
.model17_big .imgbox{padding-bottom:250px;}
.model17_small .inner{padding-left:1.75rem;padding-right:1.75rem;}
.model22_main .left{width:100%;}
.model22_main .right{width:100%;margin-top:1rem;}
.hbox9{padding:1rem .5rem;}
.letters .letter{padding-left:.1rem;padding-right:.1rem;}
.letters_list .letters_item{
  /* width:32.33%; */
  width: auto;
}
.letters_list .letters_item:not(:nth-child(6n+1)){margin-left:0;}
.letters_list .letters_item:not(:nth-child(3n+1)){margin-left:1.5%;}
.Pages .p_jump{display:none;}
.list7 .item{width:100%;padding:.5rem .25rem;margin-bottom:.5rem;}
.list7 .item:not(:nth-child(3n+1)){margin-left:0;}
.list7 .item:not(:nth-child(2n+1)){margin-left:0;}
.model20 .model20_main{margin-top:.5rem;}
.model20_main .inner{flex-wrap:wrap;}
.model20_main .left{flex-wrap:wrap;width:100%;}
.model20_main .left_l{width:100%;}
.model20_main .left_r{width:100%;padding:1rem 0;}
.model20_main .ctit{padding-bottom:0.75rem;}
.model20_main .desc{margin-top:1rem;}
.model20_main .right{width:100%;}
.list8 .item{padding:1rem;}
.list8 .item:not(:first-child){margin-top:.5rem;}
.list9{padding:1rem;}
.list9 .list9_cpt{padding-right:1rem;}
.list9_is .list9_i{padding:.25rem .75rem;}
.list10 .item{width:100%;}
.list10 .item:not(:nth-child(3n+1)){margin-left:0;}
.hbox11_swiper .item{height:35px;}
.serve_frame .serve_l{width:100%;margin-right:0;}
.serve_frame .serve_r{width:100%;margin-top:1rem;}
.serve_main{padding:0 0 1.5rem;}
.other1 .other_l{flex:unset;width:100%;}
.lables2 .lable{margin:.15rem .15rem;}
.exports{margin:1rem auto 0;}
.other1 .other_r{width:100%;display:flex;justify-content:center;}
.hbox12_bot{padding:1rem 0 .5rem;}
.go_back{position:static;transform:unset;margin-top:1rem;}
.list15 .item{width:49%;}
.list15 .item:not(:nth-child(3n+1)){margin-left:0;}
.list15 .item:not(:nth-child(2n+1)){margin-left:2%;}
.list15 .desc{margin-top:.25rem;}
.list15 .list10_lables{margin-top:.25rem;}
.hbox14 .left{width:100%;}
.hbox14 .right{width:100%;margin-top:1rem;}
.baseform{padding:.75rem;}
.baseform .form_btn{padding:1rem 0;}
.form_list .form_item{height:2.5rem;}
.form_list .form_item.area{padding:.5rem 1rem;}
.list17 .imgbox{width:100%;}
.list17 .text_box{width:100%;padding:1rem .5rem;}
.hbox15{padding:0 .5rem .5rem;}
/* .list18 .item{width:32.33%;}
.list18 .item:not(:nth-child(5n+1)){margin-left:0;}
.list18 .item:not(:nth-child(3n+1)){margin-left:1.5%;} */
.list19 .text_box{margin-top:0.5rem;padding:0 1.5rem .5rem 0;}
.hbox19{width:92%;}
.hbox19 .hbox19_r{width:100%;margin-top:.5rem;justify-content:flex-end;}
.hbox19{flex-wrap:wrap;}
.list20 .text_box{padding:.5rem 0;}
.padding_90{padding:1rem 0;}
.nav_resources .nav_resource{padding:.5rem;}
.nav_resources .nav_resource{width:49%;}
.nav_resources .nav_resource:not(:nth-child(4n+1)){margin-left:0;}
.nav_resources .nav_resource:not(:nth-child(2n+1)){margin-left:2%;}
.nav_resources{flex-wrap:wrap;}
.meau .nav_right{
  display: none;
}
.nav1s .nav1::before {
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
}
.meu_resource .meu_resource_r{
  display: none;
}
.nav_resources .nav_resource:first-child{
  padding-top: .5rem;
}
.nav_resources .nav_resource:first-child:before{
  top: 50%;
}
.index_news {
  padding: 0;
}
.com_content{
  padding-top: 0;
}
.Menu003135 {
    margin: 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.Menu003135 .nav-menu li {
  margin: 0;
  width: 33.33%;
  text-align: center;
}
.Menu003135.Menu003135_nav4 .nav-menu li{
  width: 25%;
}
.com_titleBlock {
  margin-top: 20px;
}
.model10_big .ico {
  display: none;
}

.model10_big .s_num {
  display: none;
}

.model10_big .tit {
  margin-top: .1rem;
}
.serve_frame .serve_r{
  display: none;
}
.baseclounm .inner {
  flex-wrap: wrap;
}

.baseclounm .left {
  width: 100%;
}

.baseclounm .right {
  width: 100%;
  display: none;
}

.baseclounm .hbox1,
.baseclounm .hbox2,
.baseclounm .hbox3 {
  margin-top: 1rem;
}
.base_banner2 .model_btn4 {
  margin-top: 1rem;
}
.model_btn2 {
  font-size: .6rem;
}

.baseclounm .hbox3 .model_btn2 {
  margin-right: .5rem;
}

.baseclounm .model_btn4 {
  margin-top: 1rem;
}

.list8 {
  display: flex;
  justify-content: space-between;
}

.list8 .item {
  padding: .3rem;
}

.list8 .item_tit {
  font-size: .7rem;
}
.list8 .item_tit {
  margin-left: .25rem;
}
.lable1 {
  display: flex;
  flex-wrap: wrap;
}

.lable1 .lable {
  width: 49%;
}

.lable1 .lable:not(:nth-child(2n+1)) {
  margin-left: 2%;
}
.list10 .item {
  width: 49%;
}

.list10 .item:not(:nth-child(2n+1)) {
  margin-left: 2%;
}

.list10 .ico {
  width: 3rem;
  height: 3rem;
  top: -1.5rem;
  left: 1rem;
}

.list10 .list10_lables {
  display: none;
}

.list10 .desc {
  -webkit-line-clamp: 1;
  font-size: .7rem;
  margin-top: .25rem;
}

.list10 .text_box {
  padding: 2rem .5rem .5rem;
}

.list10 .tit {
  font-size: .9rem;
}
.list17 .item {
  width: 49%;
  flex-direction: column;
}

.list17 .item:not(:nth-child(2n+1)) {
  margin-left: 2%;
}

.hbox15 .list17 {
  display: flex;
  flex-wrap: wrap;
}

.other2 .other2_tit {
  display: none;
}

.list17 .tit {
  padding-left: 1.25rem;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list17 .tit::before {
  top: 0;
  width: 1rem;
  height: 1rem;
  background-size: 50%;
}

.list17 .text_box {
  flex: 1;
}

.list17 .desc {
  display: none;
}
.hbox15 .list17{
  display: flex;
  flex-wrap: wrap;
}
.other4 .time{
  margin-right: .5rem;
}
.index_news .sw_prev,.index_news .sw_next{
  width: 30px;
  height: 30px;
}
.model7 .ctitle {
  font-size: 1.2rem;
}
.base_cloum1 .imgbox {
  padding-bottom: 250px;
}
.bu_content{
  margin-top: 0;
}
.nav-menu{
  width: 100%;
}
.model_desc br {
  display: none;
}
.ho_content .com_ch{
  font-weight: 700;
}
.model15_swiper .desc {
  -webkit-line-clamp: 2;
}

.model10_big .model10_btn{
  display: none;
}

}




#particles-js {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.model15_swiper .swiper-slide{
  opacity: 0;
}
.model15_swiper .swiper-slide.swiper-slide-active{
  opacity: 1;
}
.model15_swiper .swiper-slide.swiper-slide-active + .swiper-slide{
  opacity: 1;
}
.model15_swiper .swiper-slide.swiper-slide-active + .swiper-slide+ .swiper-slide{
  opacity: 1;
}
.model15_swiper .swiper-slide.swiper-slide-active + .swiper-slide+ .swiper-slide+ .swiper-slide{
  opacity: 1;
}


.model3.model3no .model3_content .editor ul li:before,
.model3.model3no .model3_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #6fac4b;
}

.model3.model3no .lable1 .lable.cur{
  background-color: #6fac4b;
}

.model12.model12no .list4 .item_top .s_num {
  background: linear-gradient(to bottom, rgba(111, 172, 75, .2), transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.model3.model3no::before,
.model3.model3no::after{
  display: none;
}

.abo2_content .co_nUl,
.abo2_content .co_ulBl{
  display: none;
}
