/*头部*/
.select2-container{width: 100% !important;}
/*.headModel{display: none}*/
.headerWhole{background: #fff}
.header{background: #fff;padding: 0 var(--paddingSpacing);height: 80px;max-width: 1400px;margin: 0 auto}
.logo{width: auto;height: 46px;}
.header{justify-content: space-between;align-items: center;}
.tabListWhole{height: inherit;width: calc(100% - 160px - 100px - 20px);}
.tabList{height: inherit;align-items: center}
.tabList a{margin: 0 16px;font-size: 14px;text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
/* .tabList a:hover{color: var(--primaryColor)}
.tabList a.act{color: var(--primaryColor)} */
/*.tabList a:hover.tabT{display: block}*/
.tabList a span{padding-right: 6px;font-size: 18px;}
.tabList .tab{position: relative;height: inherit;align-items: center;width: 50%;}
.tabT{position: absolute;width: 200px;background: #fff;left: 0;top: 78px;display: none}
.tab>a,.tabList>a{padding: 4px 16px;font-size: 14px;margin: 0;}
.tab>a:hover,.tab>a.act,.tabList>a.act,.tabList>a:hover{background: #B2B2B2;color: #fff;}

.tabT>a,.tabT .tabT1>a{padding: 15px 20px;font-size: 15px;margin: 0;}
.tabL>a{padding-left: 16px;font-size: 14px;color: var(--textColorDark);line-height: 30px;}
/* .tabT1>a:hover{background: var(--primaryColor);color: #fff;} */
.tabT>a:hover,.tabT>a.act,.tabT1>a.act,.tabT1>a:hover{color: #fff;background: var(--primaryColor);}
.tabL>a:hover,.tabL>a.act{color: var(--primaryColor);}
.tabT .qrCode{width: 180px;height: auto;margin: 10px auto;}

.eng{align-items: center;font-size: 18px;}
.eng>span{padding-right: 6px;font-size: 22px;}
.sideList{position: fixed;left: 0;top: 0;bottom: 0;background: #fff;z-index: 11}
.sideShow{transform: translateX(0)}
.sideHide{transform: translateX(-100%)}
.icon-unfold{display: none}
/*.sideListWhole{display: none;}*/
.sideList .side a.act{color: var(--primaryColor)}

/* .sideData{position: fixed;bottom: 20%;right: 20px;background: #fff;border-radius: 6px;overflow: hidden;z-index: 66}
.sideData>a{font-size: 22px;;color: var(--textColorGrey);width: 46px;height: 46px;align-items: center;justify-content: center;border-bottom: 1px solid #eee;transition: all 0.3s}
.sideData>a:last-child{border: none}
.sideData>a:hover{color: #fff;background: var(--primaryColor)} */


.sideData{position: fixed;bottom: 20%;right: 20px;z-index: 66}
.sideData>a{font-size: 28px;color: #fff;width: 52px;height: 52px;border-radius: 50%;margin-bottom: 10px;background-image: url(/templates/main/enimages/side1.png);background-repeat: no-repeat;background-size: 100% 100%;background-position: center;}
.sideData>a:nth-child(2){background-image: url(/templates/main/enimages/side2.png) ;}
.sideData>a:nth-child(3){background-image: url(/templates/main/enimages/side3.png);}
.sideData>a:nth-child(4){background-image: url(/templates/main/enimages/side4.png);}


.sideData>a>img{width: 120px;height: auto;position: absolute;top: 0;right:56px;display: none;padding: 5px;background: #fff;}

/* .sideData>a:last-child{border: none}
.sideData>a:hover{color: #fff;background: var(--primaryColor)} */

.sideListWhole{display: none}
.tab>a{position: absolute;width: 100%;top: 50%;transform: translateY(-50%);box-sizing: border-box;padding: 4px 8px;text-align: center;}

@media (max-width: 1200px) {
  .icon-unfold{display: none}
  .tabListWhole{display: block}
  /*.eng{display: block}*/
  .logo{height: 40px;}
  .tabList{font-size: 15px;}
  .tab>a, .tabList>a{padding: 4px 12px;}
  /* .tabT>a, .tabT .tabT1>a{padding: 15px 12px;} */
  /* .tabList a{padding: 6px 12px;} */
  /* .tabList a span{font-size: 16px;} */
  .eng{font-size: 16px;}
  .eng>span{font-size: 20px;}
}

@media (max-width: 992px) {
  .tabListWhole{display: none}
  .sideListWhole{display: block;}
  .engWhole{display: none}
  .icon-unfold{display: block;font-size: 26px !important;cursor: pointer}
  .logo{height: 36px;}
  .header{height: 56px;}
  .sideList{top: 0;width: 380px;overflow: auto;padding-bottom: 10px}
  .sideList a{font-size: 15px;line-height: 50px;padding: 0 16px;}
  /*.sideList a:hover{color: var(--primaryColor)}*/
  .sideList a>span{padding-right: 6px;}

  .sideT>a,.sideT .sideT1>a{padding: 0 32px;font-size: 14px;line-height: 42px;}
  .sideL1>a{font-size: 14px;padding: 0 46px;color: var(--textColorDark);line-height: 36px;}
  .sideBack{background: rgba(0,0,0,0.3);position: fixed;top: 0;left: 0;width: 100%;height: 100%;display: none;z-index: 10}

  /* .sideData>a:hover{color: var(--textColorGrey);background: #fff} */
  .sideData>a{width: 38px;height: 38px;font-size: 24px;margin-bottom: 10px;position: relative;}
  .side .qrCode{width: 120px;height: 120px;margin-left: 20px;}
}
@media (max-width: 768px) {
  .logo{height: 30px;}
  .sideList{width: 60%;}
  .sideList a{line-height: 40px}
}


/*尾部*/
.footerWhole{background: #3C3C3C}
.footer{max-width: 1400px;margin: 0 auto;padding: 0 var(--paddingSpacing)}
.head{height: 132px;align-items: flex-end;flex-direction: column;justify-content: center;}
.head .head1{font-size: 28px;color: #EA5520}
.head .head2{font-size: 20px;font-weight: bold;color: #fff;padding-top: 10px;}
.line{background: url('/templates/main/enimages/line.png') no-repeat center;background-size: 100% 100%;height: 3px;}
.aboutWHole{color: #fff;padding: 70px 0;justify-content: space-between;align-items: flex-start}
.aboutL{width: 100%;}
.aboutL1{padding-right: 20px;box-sizing: border-box;width: 50%;}
.aboutL1:last-child{padding-right: 0}
.aboutL1 .tit{margin-bottom: 22px;font-size: 14px;font-weight: bold;}
.aboutL1 a{font-size: 14px;color: #999999;padding-bottom: 8px;position: relative;height: 19px;display: flex;align-items: center;}
.aboutL1 a:hover{color: #fff;}
.aboutL1 a>span{font-size: 12px;padding-left: 2px}
.aboutL1 a:last-child{padding-bottom: 0}
.aboutL2 a span{font-size: 18px;padding-right: 2px;padding-left: 0}
.aboutL2 a img{width: 100px;height: auto;position: absolute;top: 0;left: -120px;display: none;}


.aboutR{align-items: center}
.aboutR .iconfont{font-size: 22px;padding-right: 4px}
.filing{height: 90px;color: #fff;justify-content: space-between;align-items: center;font-size: 14px;}
.filing>a{color:#fff;}
.footerW{position: relative;}
.top{background: #3C3C3C;width: 66px;height: 66px;color: #fff;border-radius: 30%;position: absolute;top: -26px;left: 50%;transform: translateX(-50%) rotate(45deg);align-items: center;justify-content: center;cursor: pointer;}
.top1{transform: rotate(-45deg);text-align: center}
.top1 .iconfont{font-size: 22px}
.top1 .topText{font-size: 12px;padding-top: 4px}
@media (max-width: 1200px) {
  .head{height: 110px}
  .head .head1{font-size: 26px;}
  .head .head2{font-size: 18px;}
  .aboutL1{padding-right: 46px}
  .aboutWHole{padding: 50px 0;}
  .filing{height: 70px}
}
@media (max-width: 992px) {
  .head{height: 80px}
  .head .head1{font-size: 22px;}
  .head .head2{font-size: 16px;}
  .aboutWHole{flex-wrap: wrap}
  .aboutL{width: 100%;flex-wrap: wrap}
  .aboutWHole{padding: 20px 0;}
  .aboutL .aboutL1{width: 100%;display: flex;display: -webkit-flex;flex-wrap: wrap;padding-right: 0;margin-bottom: -10px;padding-bottom: 20px;}
  .aboutL1 .tit{width: 100%;margin-bottom: 10px;}
  .aboutL1 a{padding-bottom: 0;margin-right: 20px;margin-bottom: 10px}
  .filing{font-size: 12px;height: 50px}
  /*.footerW{padding-top: 20px}*/
  .top{width: 50px;height: 50px;top: -18px;}
  .top1 .iconfont{font-size: 18px}
}
@media (max-width: 768px) {
  .aboutL1 .tit{font-size: 14px;}
  .aboutL1 a{font-size: 12px;}
  .aboutL1 a>span{font-size: 12px}
  .aboutR{font-size: 14px;}
  .aboutR .iconfont{font-size: 16px;}
  .filing{flex-wrap: wrap;height: initial;padding: 10px;}
  .filing p{width: 100%;text-align: center;}
  .filing p:last-child{padding-top: 10px;}
}
@media (max-width: 567px) {
  .head{flex-direction: initial;align-items: center;height: initial;padding:40px 0 10px 0;justify-content: flex-end;}
  .head .head2{padding-top: 0;padding-left: 20px;}
}






/*首页*/
/* .indexSwiper{height: 700px;} */
.indexSwiper img{width: 100%;height: 100%;object-fit: cover}
.indexSwiper video{width: 100%;height: auto;}
.indexSwiper .swiper-horizontal>.indexSwiper .swiper-pagination-progressbar, .indexSwiper .swiper-pagination-progressbar.swiper-pagination-horizontal{top: initial;bottom: 0;}
.indexSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #FF6600}
.headTit{background: #fff}
.headTit .headTitA{align-items: center;justify-content: center;flex-direction: column;padding: 50px 0;font-weight: bold;}
.headTitA .headTit1{font-size: 20px;}
.headTitA .headTit2{font-size: 22px;align-items: center;padding-top: 20px;}
.headTit2 .headTit2_a{background: var(--primaryColor);color: #fff;padding: 0 16px;border-radius: 6px;font-size: 18px;margin-right: 10px;}
.bTop{justify-content: space-between;align-items: center;padding: 80px 0}
.bTopL{width: calc((100% - 60px) - 60%)}
.bTopR{width: calc((100% - 60px) - 40%)}
.bTopL .bTopL_tit{height:96px;background: url("/templates/main/enimages/about.png") no-repeat center;background-size: contain;position: relative}
.bTopL_tit>p{position: absolute;bottom: 0;left: 26px;font-size: 22px;}
.bTopL2{font-size: 38px;font-weight: bold;text-align: center;padding: 40px 0}
.bTopR1{justify-content: flex-end}
.bTopR1_a{width: 148px;height: 46px;align-items: center;justify-content: center;box-shadow: 0 0 0 2px var(--textColorDark);border-radius: 50px;font-size: 18px;}
.bTopR1_a .iconfont{transform: rotate(45deg);font-size: 22px;padding-left: 10px;padding-bottom: 4px;}
.bTopR1_b{width: 46px;height: 46px;box-shadow: 0 0 0 2px var(--textColorDark);border-radius: 50px;align-items: center;justify-content: center;margin-left: 20px;color: var(--textColorDark)}
.bTopR2{padding-top: 30px;}
/* .bTopR2>a{line-height: 1.6;color: #4d4d4d;font-size: 14px;} */
.bTopR2 p{padding-bottom: 10px;line-height: 1.8;color: #4d4d4d;font-size: 15px;}
.bTopR2 p:last-child{padding-bottom: 0;}
.bTopL3{margin: 0 auto;width: 100%;height: auto}
.bBotWhole{justify-content: space-between;padding-bottom: 80px;}
.bBot{align-items: center;width: calc((100% - 210px) / 4);position: relative}
.bBot:after{content: '';display: block;height: 100%;width: 1px;background:var(--textColorGrey) ;transform: rotate(16deg);position: absolute;right: -35px;top: 0}
.bBot:last-child:after{content: none}
.bBot img{width: 139px;height: 100px;}
.bBot p{font-size: 16px;padding-left: 20px;}

.programmeWhole{background: #fff}
.programme{padding: 60px var(--paddingSpacing)}
.programmeTit{justify-content: space-between;align-items: center;padding-bottom: 50px;}
.programmeTit .titleL{font-size: 32px;font-weight: bold;}
.programmeTit .titleL .titleL1>span{font-size: 42px;}
.indexSwiper2 .modelImg{padding: 0 50px;}
.indexSwiper3 .swiper-button-prev,.indexSwiper2 .swiper-button-prev{left: 0;outline: none;}
.indexSwiper3 .swiper-button-prev,.indexSwiper2 .swiper-button-next{right: 0;outline: none;}
.indexSwiper3 .swiper-button-prev:after,.indexSwiper2 .swiper-button-prev:after,.indexSwiper2 .swiper-button-next:after,.indexSwiper3 .swiper-button-next:after{font-size: 30px;color: #999}

.titleR{font-size: 22px;align-items: center}
.titleR .iconfont{margin-left: 6px;font-size: inherit}
.modelImg{justify-content: space-between;padding-top: 40px;}
.modelImg .modelImgL{width: calc((100% - 30px) - 30%);height: 420px;object-fit: cover;border-radius: 20px;}
.modelImg .modelImgR{width: calc((100% - 30px) - 70%);border-bottom: 1px solid var(--textColorGrey)}
.modelImgR .modelImgR1{font-size: 26px;font-weight: bold}
.modelImgR .modelImgR2{font-size: 14px;color: var(--textColorDark);margin: 20px 0;}
.modelImgR3{justify-content: space-between;align-items: center;height: 36px;border-top: 1px solid var(--textColorGrey);border-bottom: 1px solid var(--textColorGrey)}
.modelImgR3_a>p{width: 6px;height: 6px;background:var(--textColor);border-radius: 50%;margin-left: 6px; }
.modelImgR3_a>p:first-child{margin-left: 0}
.modelImgR3_a>p:nth-child(2){background: var(--textColorDark)}
.modelImgR3_a>p:nth-child(3){background: var(--textColorGrey)}
.modelImgR3_a>p:nth-child(4){background: var(--backColor)}
.modelImgR3_b{font-weight: bold}
.modelImgR3_b>span{font-weight: normal;margin-left: 6px;}
.modelImgR4{height: 190px;width: 100%;margin-top: 20px;object-fit: cover}
.modelImg .ellipsis2{-webkit-line-clamp:4}

.recommendWhole{background: var(--backColor);}
.recommendList{justify-content: space-between;}
.recommendList .recL{width: calc((100% - 20px) - 40%)}
.recommendList .recRWhole{width: calc((100% - 20px) - 60%)}
.indexSwiper3 .recommendList{padding: 20px 50px;}
.recL{padding: 30px;background: #fff;box-shadow: 1px 10px 11px 1px rgba(10,2,5,0.10); border-radius: 16px;}
.recL img{width: 100%;height: 600px;object-fit: cover}
.recL .recL2{font-size: 18px;text-align: right;padding-bottom: 20px;}
.recL .recL3{padding: 4px 14px;font-size: 18px;box-shadow: 0 0 0 1px var(--textColorDark);display: inline-block;border-radius: 50px;margin: 12px 0}
.recL .recL4{font-size: 22px;}
.recRWhole{flex-direction: column;justify-content: space-between}
.recR{padding: 20px;background: #fff;border-radius: 16px;box-shadow: 1px 10px 11px 1px rgba(10,2,5,0.10); }
.recR .recR1{height: 230px;width:60%;margin: 0 auto;object-fit: cover }
.recR .recR2{text-align: right;font-size: 18px;padding-bottom: 10px;}
.recR .recR3{font-size: 16px;padding: 4px 16px;border: 1px solid var(--textColorDark);display: inline-block;border-radius: 50px;margin: 12px 0; }
.recR .recR4{font-size: 18px;}

.newsWhole{background: #fff;}
.newTit{height: 80px;background: url("/templates/main/enimages/news.png") no-repeat center;background-size: contain;align-items: flex-end;justify-content: center;font-size: 28px;font-weight: bold}
.newsData .newsImg{width: 50%}
.newsImg>img{width: 100%;height: 320px;object-fit: cover}
.newText{background: #FAFAFA;height: 160px;align-items: flex-start;justify-content: center;flex-direction: column;padding: 0 120px 0 30px;position: relative}
.newText .text{font-size: 20px;}
.newText .subText{font-size: 16px;color: var(--textColorDark);padding: 10px 0;width: 100%;}
.newText .time{font-size: 14px;color: var(--textColorGrey)}
.newText .more{width: 80px;line-height: 24px;font-weight: bold;font-size: 14px;background: #333;color: #fff;text-align: center;border-radius: 6px 0 6px 0;position: absolute;top: 24px;right: 20px;}
.newsData .newsList{width: 50%}
.newsList .newText:nth-child(2n){background: #f2f2f2}
.newsList .newText .more{color: var(--textColorDark);background: #fff;}

.moreHe{padding-right: 16px;background: #D3161A !important;}
.moreHe>p{background: #333;border-radius: 6px 0 6px 0;}



.indexRecommend{position: relative;}
.indexRecommend .recL{box-shadow: none;}
.indexRecommend .recR{position: absolute;right: 50px;top: 20px;width: calc((100% - 50px) - 60%);box-sizing: border-box;box-sizing: border-box;box-shadow: none;}
.indexRecommend .recR_a{bottom: 20px;top: initial;}
.indexRecommend .recL:hover,.indexRecommend .recR:hover{box-shadow: 1px 10px 11px 1px rgba(10,2,5,0.10);}

@media (max-width: 1200px) {
  /* .indexSwiper{height: 600px;} */
  .bTop{padding: 40px 0}
  .bTopL2{font-size: 32px}
  .bTopR1_a{height: 42px;width: 128px;font-size: 16px;}
  .bTopR1_a .iconfont{font-size: 18px;padding-left: 6px;}
  .bTopR1_b{width: 42px;height: 42px;}
  .bTopL{width: calc((100% - 38px) - 60%)}
  .bTopR{width:calc((100% - 38px) - 40%)}
  .bBot img{width: 126px;height: 80px;}
  .bBot{width: calc((100% - 100px) / 4)}
  .bBot:after{right: -10px;}
  .bBotWhole{padding-bottom: 40px;}
  .programme{padding: 40px var(--paddingSpacing)}
  .programmeTit .titleL{font-size: 26px;}
  .programmeTit .titleL .titleL1>span{font-size: 36px;}
  .titleR{font-size: 18px;}
  .modelImg{padding-top: 26px;}
  /*.recommendList{padding-top: 50px;}*/
  /*.recL{padding: 20px;}*/

  .newTit{height: 70px;font-size: 24px;}
  .newsImg>img{height: 280px;}
  .newText{height: 140px}
  .newText .text{font-size: 18px;}
  .newText .subText{font-size: 14px;}
}
@media (max-width: 992px) {
  /* .indexSwiper{height: 500px} */
  .bTop{flex-wrap: wrap}
  .bTopL{width: 70%;margin: 0 auto}
  .bTopL_tit>p{left: 50%;transform: translateX(-50%);font-size: 18px;}
  .bTopR{width: 100%;}
  .bTop{padding: 30px 0;}
  .bTopL2{padding: 20px 0;font-size: 28px;}
  .bTopL .bTopL_tit{height: 80px}
  .bTopR1{justify-content: center}
  .bTopR{padding-top: 20px;}
  .bTopR2{padding-top: 10px;}
  .bBotWhole{flex-wrap: wrap;padding-bottom: 10px}
  .bBot:after{content: none;}
  .bBot{width: 49%;padding: 20px 0;}

  .programme{padding: 20px var(--paddingSpacing)}
  .programmeTit .titleL{font-size: 22px;}
  .programmeTit .titleL .titleL1>span{font-size: 32px;}
  .titleR{font-size: 16px;}
  .modelImg{flex-wrap: wrap;padding-top: 20px;}
  .modelImg .modelImgL{width: 100%;}
  .modelImg .modelImgR{width: 100%;;padding-top: 20px;border:none}
  .modelImgR .modelImgR1{font-size: 22px;}
  .modelImgR .modelImgR2{margin: 10px 0;}
  .modelImgR4{margin-top: 10px;}
  .prevNextBtn{display: none}
  .programmeTit{padding-bottom: 30px;}
  .indexSwiper2 .modelImg{padding: 0}

  .recommendList{flex-wrap: wrap;}
  .recommendList .recL{width: 100%;padding: 20px;margin-bottom: 20px;}
  .recL .recL2{padding-bottom: 12px;font-size: 16px;}
  .recL img{height: 500px;}
  .recommendList .recRWhole{width: 100%}
  .recL .recL3{font-size: 16px;}
  .recL .recL4{font-size: 18px;}
  .recRWhole .recR{margin-bottom: 20px;}
  .recRWhole .recR:last-child{margin-bottom: 0;}
  .recR .recR2{font-size: 16px;}
  .recR .recR3{font-size: 14px;}
  .recR .recR4{font-size: 16px;}



  .newTit{height: 60px;font-size: 20px;}
  .newsData{flex-wrap: wrap;}
  .newsData .newsImg{width: 100%;}
  .newsData .newsList{width: 100%;padding-top: 20px;}
  .newText{padding: 0 100px 0 20px;height: 120px;}
  .newText .text{font-size: 16px;}
  .newsWhole .ellipsis2{-webkit-line-clamp:1;}
  .newText .more{width: 60px;font-size: 12px;}

  .indexSwiper3 .recommendList{padding: 15px 10px;}


  .indexRecommend .recR{position: inherit;right: initial;top: initial;bottom: initial;width: 49%;}
  .headTit .headTitA{padding: 40px 0;}

}
@media (max-width: 768px) {
  /* .indexSwiper{height: 400px} */
  .headTit .headTitA{padding: 16px var(--paddingSpacing);}
  .headTitA .headTit1{font-size: 18px;}
  .headTitA .headTit2{font-size: 16px;}
  .headTit2 .headTit2_a{font-size: 16px;}
  .bTop{padding: 20px 0 10px;}
  .bTopL{width: 90%;}
  .bTopL .bTopL_tit{height: 60px;}
  .bTopL_tit>p{font-size: 16px;}
  .bTopL2{font-size: 22px;}
  .bTopR1_a{width: 100px;height: 32px;font-size: 14px}
  .bTopR1_a .iconfont{font-size: 16px;}
  .bTopR1_b{width: 32px;height: 32px;font-size: 12px !important;}
  .bTopR2 p{font-size: 14px;}
  .bBotWhole{padding-bottom: 0}
  .programmeTit .titleL{font-size: 18px;}
  .programmeTit .titleL .titleL1>span{font-size: 26px;}
  /*.modelImg{padding-top: 10px;}*/
  .modelImg .modelImgR{padding-top: 10px;}
  .modelImgR .modelImgR1{font-size: 16px;}
  .modelImgR .modelImgR2{margin: 6px 0;}
  .programmeTit{padding-bottom: 20px;}

  /*.recommendList{padding-top: 20px;}*/
  .recommendList .recL{padding: 16px;margin-bottom: 16px;}
  .recRWhole .recR{padding: 16px;margin-bottom: 16px;}
  .recL img{height: 400px;}
  .recL .recL3{font-size: 14px;}
  .recL .recL4{font-size: 16px;}

  .newTit{font-size: 18px;height: 50px;}

  .headTit .headTitA{padding: 30px 0;}
  .headTitA .headTit2{padding-top: 16px;}

}
@media (max-width: 567px) {
  /* .indexSwiper{height: 350px} */
  .bBot{flex-wrap: wrap;padding: 10px 0}
  .bBot img{width: 100%;height: auto;}
  .bBot p{font-size: 14px;width: 100%;text-align: center;padding: 10px 0 0 0;}
  .bBotWhole{padding-bottom: 10px;}
  /*.recommendList{padding-top: 10px;}*/
  .indexRecommend .recR{margin-bottom: 16px;width: 100%;}
  .indexRecommend .recR_a{margin-bottom: 0;}


  .headTit .headTitA{padding: 20px 0;}
  .headTitA .headTit2{padding-top: 10px;}
}


/*关于我们*/
.modelWhole1{background: #fff;}
/* .surveyModel{max-width: 980px;} */
.surveyModel .surveyImg{width: 100%;margin-bottom: 50px}
.surveyText{font-size: 14px;color: var(--textColorGrey)}
.surveyText>p{padding-bottom: 20px;line-height: 28px;}
.surveyText>p:last-child{padding-bottom: 0}
.surveyMoreDrop{text-align: center;}
.surveyMoreWhole{justify-content: center}
.surveyMore{color: var(--textColorDark);align-items: baseline;}
.surveyMore>span{padding-left: 6px;}

.optionList{border-top: 1px solid #eee;border-bottom: 1px solid #eee;height: 50px;align-items: center;}
.optionList>a{width: 50%;font-size: 14px;color: var(--textColorGrey);position: relative;text-align: center;}
.optionList>a:after{content: '';display: block;height: 120%;width: 1px;background: #eee;position: absolute;right: 0;top: 50%;transform: translateY(-50%) rotate(20deg);}
.optionList>a:last-child:after{content: none;}
.optionList .act{color: var(--primaryColor)}
.introduce .inTop{align-items: center;padding: 30px 0;flex-wrap: wrap}
.introduce .inTop>img{height: 60px;width: auto;}
.introduce .inTop>p{font-size: 20px;padding-left: 10px;}
.inBot{font-size: 14px;color: var(--textColorGrey);}
.inBot>p{padding-top: 20px;}
.inBot>p:first-child{padding-top: 0}

/*.courseSwiper{width: 100%;margin: 0 auto}*/
.lcWhole{justify-content: space-between}
.aboutSwiper1{height: 280px;width: 65%;margin: initial;position: relative;}
.aboutSwiper1 img{width: 100%;height: calc(100% - 50px);object-fit: contain;background: #fff;}
.aboutSwiper1 p{text-align: center;background: #fff;line-height: 50px;font-size: 14px;}
/* .aboutSwiper1  .swiper-slide-shadow-right{background: linear-gradient(to right,transparent, rgba(255, 255, 255, 1) 28%);filter:blur(6px)}
.aboutSwiper1  .swiper-slide-shadow-left{background: linear-gradient(to left,transparent, rgba(255, 255, 255, 1) 28%);filter:blur(6px)} */
.aboutSwiper1  .swiper-slide-shadow-left,.aboutSwiper1  .swiper-slide-shadow-right{background: transparent;}
.aboutSwiper1::after{content: '';display: block;inset: 0;background: -webkit-linear-gradient(left, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 25%, rgba(247, 247, 247, 0) 75%, rgba(247, 247, 247, 1) 100%);position: absolute;z-index: 10;pointer-events: none;}

.lcWhole .swiperBtn{width: 30%}
.lcWhole .swiperBtn .aboutSwiper5{height: 280px;}
.aboutSwiper5 .swiper-slide{align-items: center;justify-content: center;display: flex}
.aboutSwiper5 .swiper-slide>p{padding: 0 20px;border-radius: 50px;}
.aboutSwiper5 .swiper-slide-active>p{line-height: 40px;background: #fff;box-shadow: -1px 0px 21.6px 0.1px rgba(0,0,0,0.08);}
.aboutSwiper5 .swiper-button-next,.aboutSwiper5 .swiper-button-prev{inset: initial;height: 50px;color: #999;margin: 0;background: var(--backColor);transform: translateX(-50%);left: 50%;width: 100%;background: var(--backColor);outline: none;}
.aboutSwiper5 .swiper-button-next:after,.aboutSwiper5 .swiper-button-prev:after{font-size: 20px;transform: rotate(90deg)}
.aboutSwiper5 .swiper-button-next{bottom: 0;top: inherit;}
.aboutSwiper5 .swiper-button-prev{top: 0}
/*.aboutSwiper5 .swiper-button-next:after,.aboutSwiper5 .swiper-button-prev:after{font-size: 20px;}*/
/*.aboutSwiper5 .swiper-button-next{bottom: 0 !important;left: 50% !important;top: initial!important;}*/
/*.aboutSwiper5 .swiper-button-prev{top: 0 !important;left: 50% !important;bottom: initial !important;}*/
/*.mySwiper2{margin-top: -100px;}*/
.aboutSwiper2 .swiper-slide{width: 200px;padding: 26px 0}
.aboutSwiper2 .swiper-slide>a{width: 16px;height: 16px;border-radius: 50px;background: var(--textColorGrey);margin: 0 auto;position: relative;z-index: 10}
.aboutSwiper2 .swiper-slide:after{content: '';display: block;height: 5px;width: 100%;background: var(--textColorGrey);left: 0;top: 50%;transform: translateY(-50%);position: absolute}
.aboutSwiper2 .swiper-slide{height: 136px;position: relative}
.aboutSwiper2 .swiper-slide>p{position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.aboutSwiper2 .swiper-slide>a{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: all 0.3s}
.aboutSwiper2 .swiper-slide-active>a{background: var(--primaryColor);height: 136px;width: 136px;}
/*.historyText{font-size: 14px;color: var(--textColorGrey);padding-top: 30px;}*/
/*.historyText>p{padding-bottom: 10px;}*/
/*.historyText>p:last-child{padding-bottom: 0}*/
/*.backText{font-size:200px;text-align: center;color: rgba(255,255,255,0.9);font-weight: bold;margin-bottom: -100px;}*/
.modelTitCom .modelTit1{position: relative;}
.modelTitCom .modelTit1>i{background: #fff;padding: 0 20px;position: relative;z-index: 10;}
.modelTitCom .modelTit1::after{content: '';display: block;width: 100%;background:#eee;height: 1px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

/*发展历程*/
.dev_con{ position: relative;}
/*.tea_case {padding:120px 0 100px 0; width:1200px; margin: 0 auto;}*/
/*.dev_con .tea_case{position: relative;z-index: 1;}*/
.tab_time_bottom .showreel_box {width: 100%;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background-color: transparent;overflow: hidden;position: relative;height: 90px;line-height: 90px;padding: 0 90px;box-shadow: none;margin-bottom: 0;}
.tab_time_bottom .showreel_box .list_u_img_box > a{width: 100px;font-size: 16px;color: #979ba0;transition: all .5s ease;}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {font-size: 16px;color: #00653b;}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {content: '';display: block;position: absolute;left: 50%;top: 70%;margin-left: -1em;width: 0;height: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #00653b;transition: all .5s ease;}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {width: 2em;}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;height: 40px;width: 40px;line-height: 40px;color: #7a858a;text-align: center;-webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);-moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);box-shadow: 0 0 27px rgba(29, 56, 75, .17);top: 50%;left: 25px;margin-top: -20px;}
.tab_time_bottom .showreel_box .btn_img_next{right: 25px;left: auto;}
.dev_tex_box > div{display: none;line-height: 38px;font-size: 14px;min-height:auto; color:#777777; margin: 0px auto;}
.time_title_case{position: relative;padding-top:115px;padding-bottom: 115px;overflow: hidden;}
.at_time{position: absolute;top: 0;left: 50%;transform: translateX(-50%);color: #e9eff2;font-size: 300px;line-height: 0.8;background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}
.time_sha{position: absolute;pointer-events: none;z-index: 2;width: 100%;height: 100%;background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(246, 249, 251, 0)),color-stop(0.9,rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);}
.time_line_case{margin: 0 auto;width: 83.33333%;margin-top: 50px;}
.time_line_box{width: 99999px;position: relative;top: 0;left: 0;transition: all .5s ease;}
.time_line_box > div{float: left;position: relative;
  width: 330px;height: 6px;background: -ms-linear-gradient(right, var(--primaryColor) 0%, #ffffff 100%);background: -moz-linear-gradient(right, var(--primaryColor) 0%, #ffffff 100%);background: -o-linear-gradient(right, var(--primaryColor) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,var(--primaryColor)), color-stop(1, #ffffff));background: -webkit-linear-gradient(right, var(--primaryColor) 0%, #ffffff 100%);font-size: 20px;line-height: 1;}
.btn_time{position: absolute;right: -10px;top: -7px;width: 20px;height: 20px;border-radius: 50%;background-color: var(--primaryColor);z-index: 1;cursor: pointer;}
.btn_time > span{position: absolute;left: 50%;margin-left: -23px;top: -50px;z-index: 2;transition: all .5s ease;}
.time_line_box > div:nth-child(odd) .btn_time > span{bottom: -50px;top:auto;}
.btn_time::after{content: '';display: none;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 36px;height: 36px;background-color: rgba(14,111,57,.15);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;animation:dot1 2s infinite ease;-webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */}
@keyframes dot1 {
  0%{width: 20px;height: 20px;}
  50%{width: 36px;height: 36px;}
  100%{width: 20px;height: 20px;}
}
.btn_time:hover::after{display: block;}
.time_line_box > div.bodes{pointer-events: none;background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);}
.bodes .btn_time{background-color: #959798;}
.bodes .btn_time span{color: #979ba0;}
.titie_box_bg{width: 137px;position: absolute;left: 50%;top: 50%;margin: -65px 0 0 -65px;z-index: 1;transform: scale(0); height: 133px;transition: all .5s ease; background: url(/templates/main/enimages/about_active.png) no-repeat center;background-size: 100% 100%}
.time_line_box .on .btn_time > span{font-size: 40px;color: #fff;top: 50% !important;transform: translate(-50%,-50%);bottom: auto !important;margin-left: 0;}
.time_line_box .on .btn_time .titie_box_bg{transform: scale(1);}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{animation: alpha 2.25s linear infinite forwards;}




.advantage{justify-content: space-between;align-items: center;flex-wrap: wrap}
.advantage>div,.advantage>img{width: calc((100% - 80px) / 2)}
.advantage .advantageR{height: 340px;border-radius: 8px;transition: all 0.3s;}
.advantage .advantageR:hover{transform: scale(1.05);}
.advantageL .advantageL1{font-size: 18px;padding-bottom: 6px;}
.advantageL .advantageL3{padding-bottom: 30px;}
.advantageL .advantageL2{font-size: 14px;color: var(--textColorDark);line-height: 26px;}
.advantage1{padding-top: 50px;flex-direction: row-reverse}

.systemList{justify-content: space-between;flex-wrap: wrap}
.system .boxShadow{width: 108px;height: 108px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;margin: 0 auto}
.system .boxShadow>img{width: 50%;height: initial;}
.system>p{text-align: center;padding-top: 20px;font-size: 14px;}
.caseList{padding-top: 0}
.case>img{height: 230px;}

.platformList{justify-content: space-between}
.platformList .platform{width: calc((100% - 30px) / 3);border-radius: 8px;overflow: hidden}
.platform>img{height: 260px;width: 100%;object-fit: cover}
.platform .platform1{height: 80px;font-size: 14px;padding: 0 20px;align-items: center}

@media (max-width:1200px ) {
  /* .surveyModel .surveyImg{height: 400px;} */
  .advantage .advantageR{height: 300px;}
  .advantage1{padding-top: 40px;}

  .system .boxShadow{width: 98px;height: 98px;}

  .platform>img{height: 230px;}

  .case>img{height: 210px;}
}
@media (max-width: 992px) {
  /* .surveyModel .surveyImg{height: 320px;} */
  .surveyText>p{padding-bottom: 10px;}
  .surveyText>p{padding-bottom: 6px;}
  .introduce .inTop>img{height: 52px;}
  .introduce .inTop>p{font-size: 18px;}
  .aboutSwiper1{height: 260px;width: 100%}
  .swiperBtn{display: none}

  .advantage{width: 80%;margin: 0 auto}
  .advantageL .advantageL2{padding-bottom: 20px;}
  .advantage .advantageL,.advantage .advantageR{width: 100%}
  .advantage1{padding-top: 30px;}
  .advantageL .advantageL3{padding-bottom: 20px;}

  .system .boxShadow{width: 88px;height: 88px;}
  .system>p{padding-top: 10px;}

  .platform>img{height: 200px;}

  .case>img{height: 230px;}

  .backText{font-size: 140px;margin-bottom: -80px;}
  .aboutSwiper2 .swiper-slide>p{font-size: 14px;}

  .titie_box_bg{width: 120px;height: 120px;}
  .time_line_box .on .btn_time > span{font-size: 30px;}
  .at_time{font-size: 200px;}


}
@media (max-width: 768px) {
  /* .surveyModel .surveyImg{height: 260px;} */
  .introduce .inTop{justify-content: center;}
  .introduce .inTop>img{height: 48px;}
  .introduce .inTop>p{font-size: 16px;width: 100%;text-align: center;padding-top: 10px;padding-left: 0}
  .inBot>p{padding-top: 10px;line-height: 1.8;}
  .introduce .inTop{padding: 20px 0}

  .aboutSwiper1{height: 240px;}
  .advantageL .advantageL1{font-size: 16px;}
  .advantage1{padding-top: 20px;}
  .advantageL .advantageL2{padding-bottom: 10px;}
  .advantageL .advantageL3{padding-bottom: 10px}

  .systemList{justify-content: flex-start}
  .system{width: 25%;padding-bottom: 20px;}
  .system .boxShadow{width: 78px;height: 78px;}
  .system>p{padding-top: 10px;}

  .platformList{width: 60%;margin: 0 auto;flex-wrap: wrap;}
  .platformList .platform{width: 100%;margin-bottom: 20px;}
  .platform>img{height: 250px;}


  .case>img{height: 200px;}
  .backText{font-size: 140px;margin-bottom: -70px;}


  .time_title_case{padding-top: 80px;}
  .btn_time > span{top: -30px;}
  .time_line_box > div:nth-child(odd) .btn_time > span{bottom: -30px;}
  .titie_box_bg{width: 90px;height: 90px;margin: -45px 0 0 -45px}
  .time_line_box .on .btn_time > span{font-size: 26px;}
  .at_time{font-size: 200px;}
  .dev_tex_box > div{font-size: 16px;}


}

@media (max-width: 567px) {
  .optionListWhole{overflow: auto}
  .optionList{min-width: 567px;}
  .optionList>a{width: 100px;}
  .introduce .inTop>img{height: 42px;}

  .aboutSwiper1{height: 180px;}

  .advantage{width: 100%;}
  .advantage .advantageR{height: 230px;}

  .system .boxShadow{width: 66px;height: 66px;}
  .system>p{font-size: 12px;}
  .system{padding-bottom: 10px;}
  .case>img{height: 130px;}

  .platformList{width: 100%;}
  .platformList .platform{margin-bottom: 10px;}
  .platform>img{height: 230px;}

  .backText{font-size: 120px;margin-bottom: -60px;}


  .titie_box_bg{width: 70px;height: 70px;margin: -36px 0 0 -36px}
  .time_line_box .on .btn_time > span{font-size: 22px;}
  .at_time{font-size: 130px;}

}

/*案例展示*/
.optionWhole{background: #fff;}
.optionWhole1{background: #F1F1F1}
.optionModel{flex-wrap: wrap;padding: 0}
.caseOptionModel .optionModel .option{width: 20%;height: 140px;display: flex;align-items: center;justify-content: center;flex-direction: column;cursor: pointer}
.caseOptionModel .optionModel .option.act,.caseOptionModel .optionModel .option.active{background: var(--primaryColor) !important}
.caseOptionModel .optionModel .option.act p,.caseOptionModel .optionModel .option.active p{color: #fff}
.caseOptionModel .optionModel .option:nth-child(2n){background: #F1F1F1}
.optionWhole1 .optionModel .option:nth-child(2n){background: #fff}
.caseOptionModel a.option{width: 100% !important;}



.option img{width: 48px;height: 48px;object-fit: cover}
.option p{padding-top: 10px;font-size: 14px;color: var(--textColorDark);}
.optionModel .option1{display: none}

.caseList{flex-wrap: wrap;padding-top: 30px;margin-bottom: -15px;margin-right: -15px}
.caseList .case{width: calc((100% - 45px) / 3);margin-right: 15px;border-radius: 6px;overflow: hidden;background: #fff;margin-bottom: 15px;}
/*.caseList .case:nth-child(3n){margin-right: 0}*/
.case>img{width: 100%;height: 190px;object-fit: cover}
.caseText{padding:20px; position: relative;z-index: 10;transition: all 0.3s;}
.caseText .caseT2{font-size: 14px;padding-top: 6px;color: var(--textColorGrey)}

@media (max-width: 1200px) {
  .caseOptionModel .optionModel .option{height: 120px;}
  .option>img{width: 38px;height: 38px;}
  .case>img{height: 160px;}
}
@media (max-width: 992px) {
  .caseOptionModel .optionModel .option{height: 100px;}
  .option>img{width: 32px;height: 32px;}

  .caseList{margin-right: -10px;margin-bottom: -10px;}
  .caseList .case{width: calc((100% - 20px) / 2);margin-right: 10px;}
  /*.caseList .case:nth-child(3n){margin-right:15px}*/
  /*.caseList .case:nth-child(2n){margin-right:0}*/
  .case>img{height: 180px;}
  .caseText .caseT1{font-size: 14px;}
  .caseText .caseT2{font-size: 12px;padding-top: 4px}

}

@media (max-width: 768px) {
  .caseOptionModel .optionModel .option{height: 90px;}
  .option>img{width: 26px;height: 26px;}
  .option>p{font-size: 12px;padding-top: 6px;}
  .case>img{height: 140px;}
  .caseText{padding: 6px;}
  .caseText .caseT2{font-size: 12px;padding-top: 2px}
}
@media (max-width: 567px) {
  .caseOptionModel .optionModel .option{height: 70px;}
  .case>img{height: 110px;}
}


/*投资者关系*/
.infoData{text-align: center;flex-direction: column;align-items: center}
.info_a{font-size: 36px;font-weight: bold;color: var(--textColorGrey)}
.info_b{font-size: 18px;padding: 20px 0 40px;}
.info_c{font-size: 14px;color: var(--textColorGrey)}
.infoListWhole{margin-top: 50px;background: #fff;}
.infoList{margin-right: -10px;}
.info{width: calc((100% - 40px) / 5);height: 130px;flex-direction: column;justify-content: center;align-items: center;color: var(--textColorGrey);border-right: 10px solid var(--backColor);cursor: pointer}
.info:last-child{border-right: 0}
.info .iconfont{font-size: 30px;}
.info .text{font-size: 14px;padding-top: 10px;}
.info.act,.info:hover{background: var(--primaryColor);color: #fff;}

.gkBanner{background: url("/templates/main/enimages/investBackImg.jpg") no-repeat center;background-size: cover;}
.gkData{flex-direction: column;justify-content: center;height: 600px;}
.gkD .title{text-align: center;color: #fff}
.gkD .title .t1{font-size: 32px;font-weight: bold}
.gkD .title .t2{font-size: 18px;padding-top: 12px;}
.gkWhole{justify-content: space-between;padding-top: 30px;}
.gkWhole video{width: calc((100% - 40px) - 40%);height: 400px;background: #000}
.gkWhole .gk{width: calc((100% - 40px) - 60%);background: #fff;border-radius:10px; overflow: hidden}
.gkTop{padding:30px; color: #fff;background: var(--primaryColor)}
.gkTop .gkTop1{padding-bottom: 10px;border-bottom: 1px solid #fff}
.gkTop .gkTop2{padding-top: 10px}
.gkDown{background: #fff;border-radius: 10px 10px 0 0;margin-top: -10px;padding: 40px 30px 0;}
.gkDown .gkDown1{line-height: 30px;font-size: 14px;color: var(--textColorDark)}
.gkDown .ellipsis2{-webkit-line-clamp:5;}
.gkDown .gkDown2{color: #fff;background: var(--primaryColor);border-radius: 50px;width: 120px;height: 42px;align-items: center;justify-content: center;margin-top: 10px;}

.relationWhole{position: relative}
.relationWhole:after{content: '';display: block;width: 50%;background: #fff;position: absolute;height: 100%;top: 0;left: 0;z-index: 0}
.modelData{width: 50%;flex-direction: column;align-items: center;position: relative;z-index: 1;padding-left: 20px;}
.modelData1{padding-left: 0;padding-right: 20px;}
.relTit{text-align: center;}
.relTit .relTit1{color: var(--textColorGrey);font-size: 36px;font-weight: bold}
.relTit .relTit2{font-size: 20px;padding: 16px 0}
.relTit .relTit3{font-size: 14px;color: var(--textColorGrey)}
.zhImg{justify-content: space-between;padding-top: 30px;}
.zhImg>img{width: calc((100% - 30px) /2);height: 150px;object-fit: contain;box-shadow: 0 0 27px 0 rgba(10,2,5,0.07); background: #fff}
.relation{height: inherit;flex-direction: column;align-items: center}
.relation a{height: 50px;background: var(--primaryColor);width: 300px;align-items: center;justify-content: center;color: #fff;border-radius: 50px;}
.relation a .iconfont{font-size: 22px;padding-right: 6px;}
.relation a:last-child{margin-top: 20px;}

@media (max-width: 1200px) {
  .info_b{padding:16px 0 32px}
  .info{height: 120px;}

  .gkData{height: 520px;}
  .gkD .title .t1{font-size:28px; }
  .gkD .title .t2{font-size: 16px;padding-top: 8px;}
  .gkWhole video{width: calc((100% - 20px) - 40%);height: 320px;}
  .gkWhole .gk{width:calc((100% - 20px) - 60%) }
  .gkDown{padding: 30px 20px 0;}
  .gkDown .ellipsis2{-webkit-line-clamp:4}
  .gkTop{padding: 22px;}

  .relTit .relTit1{font-size: 30px;}
  .relTit .relTit2{font-size: 16px;padding: 12px 0;}
  .zhImg{padding-top: 20px;}
  .zhImg>img{height: 130px;}

}
@media (max-width: 992px) {
  .info_a{font-size: 32px; }
  .info_b{padding: 14px 0 26px;}
  .infoListWhole{margin-top: 40px;}
  .info{height: 100px;}
  .info .iconfont{font-size: 26px;}
  .info:hover{background: inherit;color: var(--textColorGrey)}

  .gkData{height: initial;padding: 50px 0}
  .gkWhole{flex-wrap: wrap;padding-top: 20px;}
  .gkWhole video{width: 100%;}
  .gkWhole .gk{width: 100%;margin-top: 20px;}
  .gkD .title .t1{font-size: 26px;}
  .gkD .title .t2{font-size: 14px;}
  .gkWhole video{height: 360px;}
  .gkTop{padding: 18px;}
  .gkDown{padding: 20px}
  .gkDown .ellipsis2{-webkit-line-clamp:5}
  .gkDown .gkDown2{width: 110px;height: 36px;font-size: 14px;}

  .modelWhole .model{flex-wrap: wrap;}
  .modelData{width: 100%;padding: 0}
  .relationWhole:after{content: none}
  .modelData1{padding-bottom: 30px;}
  /*.zhImg>img{width: 40%;height: 200px;}*/
}
@media (max-width: 768px) {
  .info_a{font-size: 28px; }
  .info_b{padding: 12px 0 20px;font-size: 16px;}
  .infoListWhole{margin-top: 30px;}
  .info{height: 80px;}
  .info .iconfont{font-size: 22px;}
  .info .text{padding-top: 6px;}

  .gkData{padding: 40px 0}
  .gkWhole video{height: 320px;}
  .gkTop .gkTop1{font-size: 14px;padding-bottom: 6px;}
  .gkTop .gkTop2{font-size: 14px;padding-top: 6px;}

  .modelData1{padding-bottom: 20px;}
  .relTit .relTit1{font-size: 26px;}
  .relTit .relTit2{font-size: 14px;padding: 6px 0;}
  .relTit .relTit3{font-size: 12px;}
  .zhImg{width: 100%}
  .zhImg>img{width: calc((100% - 20px) / 2);height: 150px;}
  .relation a{width: 80%;height: 42px;font-size: 14px}
  .relation a:last-child{margin-top: 10px;}

}
@media (max-width: 567px) {
  .info_a{font-size: 24px; }
  .info_b{padding: 8px 0 16px;font-size: 14px;}
  .info_c{font-size: 12px;}
  .infoListWhole{margin-top: 20px;}
  .infoList{flex-wrap: wrap;margin-right: 0}
  .infoList .info{width: 100%;align-items: center;flex-direction: initial;justify-content: flex-start;border: none;height: 50px;border-bottom:1px solid var(--backColor);padding: 0 10px;}
  .info .text{padding-top: 0;padding-left: 6px;}

  .gkData{padding: 30px 0}

  .zhImg>img{width: calc((100% - 20px) / 2);height: 110px;}
  .relation a .iconfont{font-size: 18px;}


}


/*人才招聘*/

.inviteWhole{background: #fff;}
.inviteHead{font-size: 14px; background: var(--primaryColor);height: 52px;align-items: center;position: relative;}
.inviteHead .iconfont{position: absolute;right: 10px;top: 50%;transform: translateY(-50%);padding: 0;}
.inviteHead>p,.inviteHead>div{box-sizing: border-box;padding: 0 20px;color: #fff;}
.inviteHead .inviteHead1{width:160px;}
.inviteHead .inviteHead2{width:calc(100% - 160px - 400px);}
.inviteHead .inviteHead3{width: 400px}
.inviteBody .inviteHead{background: transparent;border: 1px solid #E6E6E6;border-top: 0;cursor: pointer;flex-wrap: wrap;}
.inviteBody:nth-child(2n-1){background: var(--backColor)}
.inviteBody .inviteHead>p,.inviteBody .inviteHead>div{border-right: 1px solid #E6E6E6;color: var(--textColorGrey)}
.inviteBody .inviteHead>p:last-child,.inviteBody .inviteHead>div:last-child{border-right: 0}
.infoDetail{padding: 30px;font-size: 14px;color: var(--textColorGrey);background: #fff;border-bottom: 1px solid #e6e6e6;display: none}
.infoDetail>p{padding-bottom: 16px;}
.btn{width: 200px;height: 42px;background: var(--primaryColor);color: #fff;align-items: center;justify-content: space-between;padding: 0 20px;border-radius: 6px;}
.btn .iconfont{font-size: inherit}
@media (max-width: 1200px) {
  .inviteHead .inviteHead3{width: 300px;}
  .inviteHead .inviteHead2{width: calc(100% - 160px - 300px)}
  .btn{width: 180px;height: 40px;}
  .infoDetail>p{padding-bottom: 12px}
  .infoDetail{padding: 26px;}
}
@media (max-width: 992px) {
  .inviteHead .inviteHead1{width: 120px;}
  .inviteHead .inviteHead3{width: 200px;}
  .inviteHead .inviteHead2{width: calc(100% - 120px - 200px)}
  .inviteHead{height: 48px;}
  .infoDetail{padding: 20px;}
  .btn{width: 160px;font-size: 14px;padding: 0 10px;}
  .infoDetail>p{padding-bottom: 10px}
  .inviteHead>p,.inviteHead>div{padding: 0 16px}
}
@media (max-width: 768px) {
  .inviteHead{height: 42px;}
  .inviteHead .inviteHead1{width: 80px;}
  .inviteHead .inviteHead3{width: 130px;}
  .inviteHead .inviteHead2{width: calc(100% - 80px - 130px)}
  .infoDetail{padding: 16px;}
  .btn{width: 150px;height: 36px;font-size: 12px;}
  .inviteHead>p,.inviteHead>div{padding: 0 12px}
}
@media (max-width: 567px) {
  .btn{width: 100%}
  .inviteHead>p,.inviteHead>div{padding: 0 10px}
}

/*应聘职位*/
.formData{background: #fff;max-width: 1200px;margin: 0 auto;box-shadow: 0 0 27px 0 rgba(10,2,5,0.07); padding: 46px 30px;border-radius: 8px;flex-wrap: wrap}
.fd_tit{padding-bottom: 10px;width: 100%;}
.fPut{padding-bottom: 10px;width: 100%;}
.fPut1{width: 49%}
.fPut2{margin-left: 2%}
.fPut>p{font-size: 14px;padding-bottom: 6px;}
.fPut>input,.fPut>textarea,.fPut>select{height:50px; border: 1px solid #e6e6e6;width: 100%;border-radius: 10px;padding: 0 20px;}
.fPut>textarea{width: 100%;height: 200px;padding: 20px;resize: none}
.fPut3>input,.fPut3>select{background: var(--backColor)}
.fBtn{background: var(--primaryColor);height: 42px;color: #fff;width: 180px;align-items: center;justify-content: center;border-radius: 2px;}
@media (max-width: 1200px) {
  .formData{padding: 36px 30px;}
}
@media (max-width: 992px) {
  .formData{padding: 30px 20px;}
  .fPut>input,.fPut>textarea,.fPut>select{height: 42px;font-size: 14px;padding: 0 10px;border-radius: 6px;}
  .fPut>textarea{height: 200px;padding: 10px;}
}
@media (max-width:768px) {
  .formData{padding: 20px;}
  .fPut1{width: 100%;}
  .fPut2{margin-left: 0;}
  .fBtn{width: 160px;height: 36px;font-size: 14px;}
}
@media (max-width: 567px) {
  .fPut>input,.fPut>select{height: 38px;}
  .fBtn{width: 100%;height: 40px;}
}

/*招商加盟*/
.support{background: #fff;height: 130px;margin-bottom: 20px;padding: 0 50px;box-sizing: border-box;align-items: center;}
.support .support1{width: 62px;height: 62px;object-fit: contain}
.support .support2{padding-left: 30px;}
.support2 .support2_a{font-size: 20px;}
.support2 .support2_b{font-size: 14px;color: var(--textColorGrey);padding-top: 10px;}
.supportHead{justify-content: center; }
.supportHead .support1{width: 82px;}
.supportHead .support2 .support2_b{width: 380px;}
.supportList{flex-wrap: wrap;justify-content: space-between;}
.supportList .support{width: calc((100% - 20px) / 2);}

.modelWhole1{background: #fff;}
.productHead .inviteHead .inviteHead1{width: 15%;}
.productHead .inviteHead .inviteHead2{width: 20%;}
.productHead .inviteHead .inviteHead3{width: 25%;}
.productHead .inviteHead .inviteHead4{width: 40%;}

@media (max-width: 1200px) {
  .support{height: 120px;padding: 0 40px;}
}
@media (max-width: 992px) {
  .supportHead .support2 .support2_b{width: 100%;}
  .supportList .support{width: 100%;padding: 0 30px;}
  .supportHead{justify-content: initial}
  .support{height: 100px;margin-bottom: 16px;}
  .support .support2{padding-left: 20px;}
  .supportHead{flex-wrap: wrap;height: auto;justify-content: center;padding: 20px}
  .supportHead .support2{width: 100%;text-align: center;padding-top: 12px;padding-left: 0}
  .support .support1{width: 56px;height: 56px;}
  .support2 .support2_a{font-size: 18px;}
  .supportHead .support1{height: 70px;width: 70px;}
  .support2 .support2_b{padding-top: 6px;}

}

@media (max-width: 768px) {
  .support2 .support2_a{font-size: 16px;}
  .support2 .support2_b{font-size: 12px;padding-top: 2px;}
  .support{margin-bottom: 10px;}
  .supportList .support{padding: 0 20px;height: 80px;}
  .support .support1{width: 50px;height: 50px;}
  .supportHead{padding: 16px 20px}
  .support .support2{padding-left: 10px;}
  .supportHead .support2{padding-left: 0;padding-top: 6px;}
  .supportHead .support1{height: 66px;width: 66px;}
  .tableWhole{overflow: auto}
  .inviteWhole{min-width:600px;}
}
@media (max-width: 567px) {
  .support2 .support2_a{font-size: 14px;}
  .support .support1{width: 42px;height: 42px;}
  .supportList .support{padding: 0 10px;}
  .supportHead{padding: 12px 10px}
  .supportHead .support1{height: 62px;width: 62px;}
}


/*科学运动*/
.banner{position: relative}
.movementBanner .text{position: absolute;top: 50%;left: 20%;transform: translateY(-50%);color: #fff;}
.movementBanner .text .text1{font-size: 32px;font-weight: bold;}
.movementBanner .text .text2{font-size: 14px;}
.movementBanner .text .text3{padding: 6px 0 16px;}
.movementBanner .text .iconfont{font-size: 50px;margin-top: 20px;}


.tabWhole{background: #fff;}
.tabWhole .model{padding: 0}
.tabWhole a{line-height: 70px;width: 50%;text-align: center}
.tabWhole .act{background: var(--primaryColor);color: #fff;}

.coachWhole .coach{width: calc((100% - 80px) / 5);margin-right: 20px;}
.coachWhole .coach:last-child{margin: 0}
.coach .coach_a{font-size: 22px;}
.coach .coach_b{font-size: 14px;padding-bottom: 6px;position: relative;padding-top: 10px;}
.coach .coach_b:after{content: '';display: block;height: 2px;width: 20px;background: var(--primaryColor);position: absolute;bottom: 0;left: 0}
.coach .coach_c{font-size: 14px;color: var(--textColorGrey);line-height: 25px;height: 150px;line-clamp: 6;-webkit-line-clamp: 6;margin: 20px 0 40px;}
.coach .coach_d{position: relative;transition: all 0.3s;overflow: hidden;border: 3px solid var(--backColor);}
.coach_d .coach_d1{position: absolute;width: 50px;height: 60px;background: var(--primaryColor);color: #fff;flex-direction: column;justify-content: center;align-items: center;z-index: 10;}
.coach_d1 .coach_d1_a{font-size: 26px;}
.coach_d1 .coach_d1_b{font-size: 10px;}
.coach_d>img{width: 100%;height: 300px;object-fit: cover;transition: all 0.3s;}
.coach_d:hover>img{transform: scale(1.1);}
.coach_d:hover{border: 3px solid var(--primaryColor);}

.coach_e{font-size: 14px;margin-top: 6px;}
.coach_e .iconfont{color: var(--textColorGrey)}
/*.coach_e:hover{color: var(--primaryColor)}*/

.modelWhole1{background: #fff;}
.jsDetail{justify-content: space-between;align-items: center;}
.jL {width: calc((100% - 600px - 100px))}
.jL .jL1{font-size: 32px;}
.jL .jL2{font-size: 18px;padding-top: 10px;}
.jL .jL3{font-size: 14px;color: var(--textColorGrey);padding: 30px 0 20px;}
.jL .jL4{color: #fff;background: var(--primaryColor);height: 42px;align-items: center;justify-content: center;font-size: 14px;width: 250px;border-radius: 50px;}
.jL4 .iconfont{font-size: inherit}
.jR img{width: 600px;height: 380px;object-fit: cover;border-radius: 6px;}

.schemeList{flex-wrap: wrap;justify-content: space-between}
.schemeList .scheme{width: calc((100% - 20px) / 2);margin-bottom: 20px;position: relative;box-sizing: border-box;border: 3px solid var(--backColor);transition: all 0.3s;border-radius: 16px;overflow: hidden;}
.scheme img{width: 100%;height:auto; border-radius: 8px;transition: all 0.3s;}
.scheme img:hover{transform: scale(1.1);}
.schemeList .scheme:hover{border-color: var(--primaryColor);}
.schemeText{position: absolute;top: 50%;left: 30px;transform: translateY(-50%);color: #fff;}
.schemeText .schemeText1{font-size: 26px;display: flex;align-items: center}
.schemeText .schemeText1>span{font-size: 30px;padding-left: 6px;}
.schemeText .schemeText2{font-size: 14px;padding-top: 10px;}


.bWhole{border-bottom: 1px solid #BEBEBE}
.bWhole a{width: 50%;text-align: center;padding-bottom: 16px;position: relative}
.bWhole .act:after{content: '';display: block;width: 50px;height: 2px;background: var(--primaryColor);position: absolute;bottom: 0;left: 50%;transform: translateX(-50%)}
.productList{flex-wrap: wrap;padding-top: 30px;}
.productList .product{width: calc((100% - 30px) /4);margin-right: 10px;}
.productList .product:nth-child(4n){margin-right: 0}
.product .product1{width: 100%;height: 200px;object-fit: cover}
.product2{padding: 12px 0}
/*.product2 .product2_a{}*/
.product2 .product2_b{font-size: 14px;color: var(--textColorGrey);padding-top: 6px;}

.hzImg{width: 100%;height: auto}
.productMore{font-size: 14px;text-align: center;color: var(--textColorDark)}
.productMore>span{padding-left: 6px;}
.productMove .productList{display: none}
.productMove .productList:first-child{display: block}

@media (max-width: 1200px) {
  .text{left: 10%}
  .tabWhole a{line-height: 66px;}
  .coach .coach_b{padding: 4px 0 6px;}
  .coach .coach_c{margin: 16px 0 30px;}

  .jR img{width: 500px;height: 300px;}
  .jL {width: calc(100% - 500px - 60px)}
  .jL .jL1{font-size: 30px;}
  .jL .jL2{font-size: 16px;}

  .scheme img{height: 170px;}

  .productList{padding-top: 22px;}
  .product .product1{height: 170px;}
  .product2{padding: 10px 0}

}
@media (max-width: 992px) {
  .text{left: 8%}
  .text .text1{font-size: 28px}
  .text .text3{padding: 4px 0 10px;}
  .text .iconfont{margin-top: 12px;font-size: 42px;}
  .tabWhole a{line-height: 62px;font-size: 14px;}

  .coachWhole{flex-wrap: wrap;width: 70%}
  .coachWhole .coach{width: 100%;margin-right: 0;margin-bottom: 20px;}
  .coach .coach_c{margin: 10px 0 20px;}
  .coach_d{width: 200px;margin: 0 auto}
  .coach_d>img{height: 300px;}
  .coach_e{text-align: center}

  .jsDetail{flex-wrap: wrap;flex-direction: column-reverse}
  .jL{width: 100%;text-align: center;padding-top: 30px;}
  .jL .jL4{margin: 0 auto}
  .jL .jL3{padding: 20px 0 12px;}

  .schemeList{width: 70%;margin: 0 auto}
  .schemeList .scheme{width: 100%;}

  .productList{width: 70%;margin: 0 auto}
  .productList .product{width: calc((100% - 10px) / 2)}
  .productList .product:nth-child(2n){margin-right: 0}
  .product .product1{height: 220px;}
  .bWhole a{font-size: 14px;padding-bottom: 10px;}
  .productList{padding-top:18px;}
  .schemeText .schemeText1{font-size: 24px;}

}
@media (max-width: 768px) {
  .text{left: 5%}
  .text .text1{font-size: 22px}
  .text .text2{font-size: 12px;}
  .text .text3{padding: 4px 0 6px;}
  .text .iconfont{margin-top: 8px;font-size: 36px;}
  .tabWhole a{line-height: 56px;font-size: 12px;}

  .coachWhole{width: 80%}
  .coach .coach_a{font-size: 20px;}
  .coach .coach_b{font-size: 12px;}
  .coach .coach_c{font-size: 12px;margin: 5px 0 10px;}
  .coach_e{font-size: 12px;}
  .coach_d{width: 200px}
  .coach_d>img{height: 300px;}


  .jL{padding-top: 20px;}
  .jL .jL1{font-size: 26px;}
  .jL .jL2{font-size: 14px;padding-top: 6px;}
  .jL .jL3{font-size: 12px;padding: 10px;}
  .jL .jL4{height: 38px;font-size: 12px;width: 220px;}


  .schemeList{width: 80%;}
  .schemeList .scheme{margin-bottom: 10px;}

  .productList{width: 90%;}
  .product2 .product2_a{font-size: 14px;}
  .product2 .product2_b{font-size: 12px;}
  .product .product1{height: 180px;}
  .product2{padding: 8px 0}

  .schemeText .schemeText1{font-size: 22px;}
  .schemeText .schemeText1>span{font-size: 26px;}
  .schemeText .schemeText2{font-size: 12px;}


  /*.productList .product{width: 100%;margin-right: 0}*/
}

@media (max-width: 567px) {
  /*.coach_d{width:100px}*/
  .coach_d{max-width: 200px;}
  .coach_d>img{height: 260px;}
  .coachWhole{width: initial}
  .jR{width: 100%}
  .jL .jL1{font-size: 22px;}

  .jR img{width: 100%;height: 260px;}
  .jL .jL4{width: 70%;}

  .schemeList{width: 100%;}
  .scheme img{height: 150px;}

  .productList{width: 100%;}
  .product .product1{height: 140px;}

  .schemeText .schemeText1{font-size: 20px;}
  .schemeText .schemeText1>span{font-size: 22px;}

}



/*新闻中心*/
.searchWhole{justify-content: center;}
.newsSelect .selectSearch{width: 240px;margin: 0 10px;}
/*.search{position: relative;margin: 0 10px;cursor: pointer}*/
/*.search input{background: transparent;border-bottom: 1px solid #BEBEBE;width: 240px;padding: 0 20px;font-size: 16px;height: 36px;cursor: pointer}*/
/*.search .iconfont{position: absolute;top: 50%;right: 6px;font-size: 10px;color: var(--textColorGrey);transform: translateY(-50%)}*/

.newsList{flex-wrap: wrap;margin-bottom: -20px;margin-right: -20px;}
.newsList .news{width: calc((100% - 60px) / 3);margin-right: 20px;border-radius: 8px;overflow: hidden;background: #fff;margin-bottom: 20px}
/*.newsList .news:nth-child(3n){margin-right: 0}*/
.news .img{position: relative}
.news img{height: 240px;object-fit:cover;width: 100%}
.img .back{position: absolute;inset: 0;background: var(--primaryColor);opacity: 0;}
.newsText{height: 110px;flex-direction: column;justify-content: center;padding: 0 20px;}
.newsText .newsText2{font-size: 14px;color: var(--textColorGrey);padding-top: 10px;}
.news:hover .newsText{background: var(--primaryColor);color: #fff;}
.news:hover .newsText .newsText2{color: #fff;}
.news:hover .img .back{opacity: 0.3}

.moreNews{width: 390px;height: 42px;background: var(--primaryColor);color: #fff;justify-content: space-between;align-items: center;margin: 50px auto 0;padding: 0 10px;border-radius: 6px;}

@media (max-width: 1200px) {
  .newsText{height: 90px;}
  .newsText .newsText1{font-size: 14px;}
  .newsText .newsText2{font-size: 12px;}
  .moreNews{margin-top: 40px;}
}
@media (max-width: 992px) {
  .newsList .news{width: calc((100% - 40px) / 2)}
  .moreNews{margin-top: 30px;}
  .news img{height: 260px;}
  .news:hover .newsText{background: inherit;color:inherit}
  .news:hover .newsText .newsText2{color: inherit;}
  .news:hover .img .back{opacity: 0}
}
@media (max-width: 768px) {
  .newsList{margin-right: -10px;margin-bottom: -10px;}
  .newsList .news{width: calc((100% - 20px) / 2);margin-right: 10px;margin-bottom: 10px;}
  .moreNews{margin-top: 20px;font-size: 14px;width: 80%}
  .newsSelect select{font-size: 14px;width: 100%}
  .newsText{padding: 0 10px;height: 80px;}
  .newsText .newsText2{padding-top: 6px;}
  .news img{height: 220px;}
}
@media (max-width: 567px) {
  .news img{height: 160px;}
}


/*新闻详情*/
.detail{background: #fff}
.detail .title{font-size: 26px;text-align: center;}
.detail .time{border-top: 1px solid #ccc;text-align: center;font-size: 14px;color: var(--textColorGrey);padding-top: 20px;}
.content{padding: 50px 0;}
.nextPrev{justify-content: center;align-items: center;border-top: 1px solid #ccc;padding-top: 60px;}
.nextPrev a{color: var(--textColorGrey);margin: 0 10px;position: relative}
.nextPrev a:after{content: '';display: block;height: 100%;width: 1px;background: #ccc;position: absolute;top: 0;left: -10px;}
.nextPrev a:first-child:after{content: none}
.nextData{flex-direction: column;align-items: center}
.nextData .next_text{color:var(--textColorGrey);padding-bottom: 20px;}
.nextData .next_tit{font-size: 22px;}
.nextData .next_time{color:var(--textColorGrey);padding: 10px 0;}
.nextData .nextBtn{height: 42px;width:180px;background: var(--primaryColor);color: #fff;justify-content: space-between;align-items: center; border-radius: 6px;padding: 0 10px;font-size: 14px;}
.nextBtn .iconfont{font-size: inherit}
.newsDetail{line-height: 30px;color: var(--textColorDark);font-size: 14px;}
.newsDetail img{display: initial;}
.newsDetail p{padding-bottom: 26px;}
@media (max-width: 992px) {
  .detail .title{font-size: 24px;}
  .nextData .next_tit{font-size: 20px;}
  .nextData .nextBtn{width: 160px;height: 38px;}
  .nextPrev{padding-top: 50px;}
  .nextData .next_text{padding-bottom: 16px}
  .content{padding: 40px 0;}
}
@media (max-width: 768px) {
  .detail .title{font-size: 22px;}
  .nextPrev{padding-top: 30px;}
  .nextPrev a{font-size: 14px;}
  .nextData .next_text{font-size: 14px;padding-bottom: 10px;}
  .nextData .next_tit{font-size: 18px;}
  .nextData .next_time{padding: 4px 0 6px;font-size: 14px;}
  .nextData .nextBtn{font-size: 12px;width: 120px;height: 36px;}
  .content{padding: 30px 0;}
}
@media (max-width: 567px) {
  .detail .title{font-size: 18px;}
  .content{padding: 20px 0;}
  .nextPrev{padding-top: 20px;}
  .nextData .next_tit{font-size: 16px;}
}


/*OEM*/
.modelWhole1{background: #fff;}
.js{font-size: 14px;}
.js>p{padding-bottom: 20px;color: var(--textColorGrey)}
.js>p:last-child{padding-bottom: 0}

.facilityList{justify-content: space-between;flex-wrap: wrap;margin-bottom: -15px}
.facilityList .facility{width: calc((100% - 15px) / 2);border-radius: 6px;overflow: hidden;position: relative;margin-bottom: 15px;}
.facility>img{width: 100%;height: 360px;object-fit: cover}
.facility>p{position: absolute;bottom: 0;left: 0;width: 100%;line-height: 40px;font-size: 14px;color: #fff;background: rgba(0,0,0,0.5);box-sizing: border-box;padding: 0 20px;}

.videoModel{justify-content: center}
.videoModel video{width: 960px;}
.modelWhole2{background: url("/templates/main/enimages/oemVideoBack.jpg") no-repeat center;background-size: cover}
.modelWhole2 .modelTit{color: #fff;}
.modelWhole2 .modelTit .modelTit1{color: #fff;}

.oemProduct.productList .facility{width: calc((100% - 30px) / 3);margin-bottom: 0}
.oemProduct.productList .facility>img{height: 260px;}

.factoryWhole{flex-wrap: wrap;padding-bottom: 30px;}
.factoryWhole .factory1{width: 100%;height: 460px;object-fit: cover;border-radius: 6px;}
.factoryWhole .factory2{width: calc((100% - 20px) / 3);height: 240px;margin-right: 10px;object-fit: cover;border-radius: 6px;margin-top: 10px;}
.factoryWhole .factory2:last-child{margin-right: 0}
.swiperOem1 .swiper-pagination-bullet-active{background: var(--primaryColor)}
/*.oemZs{width: 100%;height: auto;}*/

.sceneWhole{flex-wrap: wrap}
.sceneWhole .scene{width: calc(100% / 4);height: 300px;object-fit: cover;}
.sceneB{display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 0 20px;box-sizing: border-box;background: #F4F3F1}
.sceneB .scene1{font-size: 22px;}
.sceneB .scene2{font-size: 14px;color: var(--textColorGrey);padding-top: 20px;}
.sceneWhole .sceneA{width: 50%;height: 300px;object-fit: cover}
.relation{padding-top: 30px;font-size: 14px;color: var(--textColorDark)}
.relation>p{padding-top: 6px;}
.relation>p:first-child{padding-top: 0}


.swiperOem .swiper-slide img{width: 100%;height: auto;}
.swiperOem .swiper-button-next:after, .swiperOem .swiper-button-prev:after{color: var(--textColorGrey)}

.wholeModelQuy{padding-top: 20px;}
.emoModel{padding-top: 0;}
.emoModel .modelTit{padding: 80px 0 50px;margin-bottom: 0;background: var(--backColor);}


@media (max-width: 1200px) {
  .facility>img{height: 320px;}
  .videoModel video{width: 80%;}
  .factoryWhole .factory1{height: 420px;}
  .factoryWhole .factory2{height: 200px;}
  .sceneWhole .scene{height: 260px;}
  .sceneWhole .sceneA{height: 260px;}

  .emoModel .modelTit{padding: 70px 0 40px;}

}
@media (max-width: 992px) {
  .facility>img{height: 280px;}
  .facility>p{padding: 0 10px;line-height: 36px;font-size: 12px;}
  .facilityList{margin-bottom: -10px;}
  .facilityList .facility{width: calc((100% - 10px) / 2);margin-bottom: 10px;}
  .videoModel video{width: 90%;}

  .oemProduct.productList .facility{width: calc((100% - 30px) / 3);}
  .oemProduct.productList .facility>img{height: 220px;}

  .factoryWhole .factory1{height: 380px;}
  .factoryWhole .factory2{height: 160px;}

  .sceneWhole .scene{width: 50%;height: 300px;}
  .sceneWhole .sceneA{width: 100%;height: 300px;}
  .relation{padding-top: 20px;}

  .emoModel .modelTit{padding: 60px 0 30px;}


}
@media (max-width: 768px) {
  .js>p{padding-bottom: 10px;}
  .facility>img{height: 200px;}
  .videoModel video{width: 100%;}

  .oemProduct.productList{width: 60%;margin: 0 auto}
  .oemProduct.productList .facility{width: 100%;margin-bottom: 10px}
  .oemProduct.productList .facility>img{height: 260px;}

  .factoryWhole .factory1{height: 330px;}
  .factoryWhole .factory2{height: 120px;}

  /* .sceneB .scene1{font-size: 22px;} */
  .sceneB .scene2{padding-top: 10px;}
  .relation{padding-top: 10px;}

  .emoModel .modelTit{padding: 40px 0 25px;}


}
@media (max-width: 567px) {
  .facility>img{height: 150px;}
  .videoModel video{width: 100%;}
  .oemProduct.productList{width: 100%;}
  .oemProduct.productList .facility>img{height: 280px;}

  .factoryWhole .factory1{height: 240px;}
  .factoryWhole .factory2{height: 90px;}

  .sceneWhole .scene{width: 100%;height: 300px;}
  .sceneWhole .sceneA{width: 100%;height: 300px;}
}


/*解决方案*/
.modelWhole1{background: #fff;}
.optionModelNe .optionModel .option{width: calc(100% / 3)}
.optionModelNe .optionModel .option img{width: 72px;height: 72px;object-fit: contain;}
.optionModelNe .optionModel .option p{padding-top: 2px;}
.topImg{height: 360px;border-radius: 16px;overflow: hidden;background: #fff;}
.topImg .topImg1{width:100%;height:auto}
/*.topImg .topImg2{width:30%;align-items: center;justify-content: center;flex-direction: column;}*/
/*.topImg2 .topImg2_a{font-size: 26px;padding-bottom: 12px;}
.topImg2 .topImg2_b{width: 60%;line-height: 30px;background: var(--primaryColor);color: #fff;font-size: 14px;text-align: center;border-radius: 2px;}*/
.botImg{padding-top: 20px;justify-content: space-around}
.botImg .botImg1{width: 40%;flex-direction: column;justify-content: center;align-items: flex-start}
.botImg .botImg2{width: 40%;height: 260px;object-fit: cover;border-radius: 16px;}
.botImg1 .botImg1_a{line-height: 24px;background: var(--primaryColor);color: #fff;font-size: 14px;padding: 0 12px;border-radius: 2px;}
.botImg1 .botImg1_b{padding: 10px 0 20px;font-size: 24px;}
.botImg1 .botImg1_c{font-size: 14px;color: var(--textColorGrey);}
.botImg1_d{margin-top: 50px;align-items: baseline;color: var(--textColorDark)}
.botImg1_d .iconfont{font-size: 18px;padding-left: 2px;}
.botImg1_d>span{text-decoration: underline;}
.footImg{justify-content: space-between;}
.footImg .fot{width: calc((100% - 15px) / 2);background: #fff;border-radius: 6px;overflow: hidden}
.fot>img{width: 100%;height: 300px;object-fit: cover}
.fot>p{line-height: 42px;font-size: 14px;padding: 0 20px;}

@media (max-width: 1200px) {
  .topImg{height: 320px;}
  .botImg .botImg2{height: 220px;}
  .botImg1_d{margin-top: 36px;}
  .fot>img{height: 240px;}
}
@media (max-width: 992px) {
  .topImg2 .topImg2_a{font-size: 22px;}
  .topImg{height: 280px;}
  .botImg .botImg2{height: 180px;}
  .botImg1 .botImg1_b{font-size: 22px;padding: 6px 0 12px;}
  .botImg1_d{margin-top: 20px;}
  .fot>img{height: 200px;}
  .fot>p{line-height: 38px;padding: 0 10px;}

  .optionModelNe .optionModel .option img{width: 66px;height: 66px;}

}
@media (max-width: 768px) {
  .topImg{flex-wrap: wrap;height: auto}
  .topImg .topImg1{width: 100%}
  .topImg .topImg2{width: 100%;padding: 10px 0}
/*.topImg .topImg1{height: 300px;}*/
  .topImg2 .topImg2_a{font-size: 20px;padding-bottom: 8px}
  .botImg{flex-wrap: wrap;flex-direction: column-reverse}
  .botImg .botImg1{width: 100%;padding: 10px 0}
  .botImg .botImg2{width: 100%}
  .botImg1 .botImg1_b{padding: 6px 0;font-size: 18px;}
  .botImg1 .botImg1_c{font-size: 12px;}
  .botImg1_d{font-size: 14px;}
  .botImg1_d .iconfont{font-size: 16px;}
  .fot>img{height: 140px;}
  .fot>p{line-height: 36px;}
  .optionModelNe .optionModel .option img{width: 56px;height: 56px;}

}

@media (max-width: 567px) {
  /*.topImg .topImg1{height: 200px;}*/
  .topImg2 .topImg2_a{font-size: 18px;}
  .botImg1 .botImg1_b{font-size: 16px;}
  .fot>img{height: 110px;}
  .fot>p{line-height: 32px;}
  .optionModelNe .optionModel .option img{width: 46px;height: 46px;}

}


/*产品详情*/
.prevWhole{justify-content: space-between;flex-wrap: wrap;}
.previewWhole{width: 530px;background: #fff;}
.prevDetail{width: calc(100% - 560px);flex-direction: column;align-items: flex-start}
.previewWhole .prevImg{padding: 20px 0;}
.prevImg .productSwiper{height: 500px;}
.previewWhole .prevImg img{width: calc(100% - 2px);height: 100%;object-fit: contain; margin: 0 auto}
/*.prevList{overflow: auto;padding: 0 20px;}*/
/*.prevList .prev{border: 2px solid #fff;cursor: pointer}*/
/*.prevList .prev>img{width: 100px;height: 100px;}*/
/*.prevList .prev.act{border-color: var(--primaryColor)}*/
.prevList{padding: 0 20px 20px;}
.prevList .swiper-slide{width: 100px;border: 3px solid #fff;cursor: pointer;height: 100px;box-sizing: border-box}
.prevList img{width: 100%;height: 100%;object-fit: contain;}
.productSwiper1 .swiper-slide-thumb-active{border-color: var(--primaryColor)}

.prevDetail .pd1{color: #fff;line-height: 42px;background: var(--primaryColor);padding: 0 20px;border-radius: 6px;}
.prevDetail .pd2{font-size: 20px;padding: 16px 0 26px;}
.prevDetail .pd3{background: #fff;align-items: baseline;padding: 6px 20px;}
.pd3>span{color: var(--primaryColor);font-size: 32px;}
.prevDetail .pd4{padding: 42px 0;color: var(--textColorDark)}
.pd4>p{padding: 10px 0}
.pd4 .pd4Border{padding: 0;margin: 12px 0;border: 1px dashed var(--textColorGrey);width: 200px;}
.prevDetail .pd5{color: var(--textColorDark);}
.prevDetail .pd5 .iconfont{padding-right: 6px;color: var(--textColorGrey)}

.modelWhole1{background: #fff;}

.showModelTit1{width: 580px;height: 60px;align-items: center;justify-content: center;background: #fff;border-top: 2px solid var(--primaryColor);}
.mdoelTShow{color: var(--primaryColor);padding-bottom: 10px;}

.modelJtjs{width: calc(100% - 250px);}
.modelJtjs .modelWhole:first-child{padding-top: 0;}


@media (max-width: 1200px) {
  .previewWhole{width: 480px;}
  .prevDetail{width: calc(100% - 500px)}
}
@media (max-width: 992px) {
  .previewWhole{width: 70%;margin: 0 auto;}
  .previewWhole .prevImg>img{height: 460px;}
  .prevList .swiper-slide{width: 90px;height: 90px;}
  .prevDetail{width: 70%;;margin: 0 auto;padding-top: 30px;}
  .prevDetail .pd1{line-height: 38px;}
  .prevDetail .pd2{font-size: 18px;padding: 12px 0 22px;}
  .pd3>span{font-size: 28px;}
  .prevDetail .pd4{padding: 26px 0}
  .pd4>p{padding: 6px 0;}
  .modelJtjs{width: 100%;}
}
@media (max-width: 768px) {
  .previewWhole{width: 80%}
  .prevDetail{width: 80%;padding-top: 20px;}
  .previewWhole .prevImg>img{height: 360px;}
  .prevList{padding-bottom: 10px;}
  .prevList .swiper-slide{width: 80px;height: 80px;}
  .prevDetail .pd1{line-height: 36px;font-size: 14px;}
  .prevDetail .pd2{font-size: 16px;padding: 8px 0 16px;}
  .prevDetail .pd3{padding: 4px 16px;font-size: 14px;}
  .pd3>span{font-size: 24px; }
  .prevDetail .pd4{padding: 16px 0;}
  .pd4>p{font-size: 14px;padding: 2px 0}
  .prevDetail .pd5{font-size: 14px;}

  .showModelTit{padding: 0;}
  .showModelTit1{width: 100%;}
}
@media (max-width: 567px) {
  .previewWhole{width: 100%}
  .prevDetail{width: 100%}
  .previewWhole .prevImg>img{height: 260px;}
  .prevList{padding: 0 10px}
  .prevList .prev>img{width: 66px;height: 66px;}
  .prevDetail .pd1{line-height: 32px;padding: 0 16px}
  .prevDetail .pd2{padding: 6px 0 12px;}
  .pd3>span{font-size: 20px;}
}


/*产品列表*/
.caseWhole{justify-content: space-between;flex-wrap: wrap;}
.caseSide{width: 220px;}
.productCase{width:calc(100% - 250px) ;padding-top: 0}
.caseSide .caseSide1{padding-bottom: 6px;border-bottom: 1px solid #e6e6e6;margin-bottom: 10px;display: flex;align-items: center;color: var(--textColorDark);}
.caseSide .caseSide1>img{width: 16px;height: 16px;object-fit: contain;margin-right: 6px;}
.caseSide>a{line-height: 32px;font-size: 14px;padding: 0 10px;border-radius: 6px;}
.caseSide .act{color: #fff;background: var(--primaryColor)}
.productCase .case{position: relative;}
.productCase .case::after{content: '';position: absolute;inset: 0;background: var(--primaryColor);filter: blur(2px);opacity: 0;transition: all 0.3s;}
.productCase .case:hover::after{opacity: 0.3;}
.productCase .case:hover>p{background: var(--primaryColor);color: #fff;transition: all 0.3s;position: relative;z-index: 10;}

.productsApx .case:hover .caseText{background: var(--primaryColor);color: #fff;}
.productsApx .case:hover .caseText .caseT2{color: #fff;}


.productListModel{justify-content: center}
.productListModel .productList{margin:0 -10px -10px 0;flex-wrap: wrap;}
.productListModel .productList .product{width: calc((100% - 40px) / 4);margin-right: 10px !important;background: #fff;margin-bottom: 10px;border-radius: 8px;overflow: hidden;}
.product>img{height: 280px;width: 100%;object-fit: cover;}
.product>p{line-height: 42px;font-size: 14px;padding: 0 20px;color: var(--textColorDark);border-top: 1px solid #e6e6e6}

.allocationList .product>img{height: 186px;}
.allocationList .product>p{text-align: center;background: #EAEAEA}

.formData{background: #fff;margin-top: 20px;padding: 20px;border-radius: 8px;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.fdL,.fdR{width: 49%;flex-wrap: wrap;}
.fdL{justify-content: space-between}
.fdL .fd1{color: var(--primaryColor);width: 100%;}
.fdL .fd2{padding-top: 10px;width: calc((100% - 20px) / 2)}
.fd2>p{font-size: 14px;padding-bottom: 6px;display: inline-block;position: relative}
.fd2>p:after{content: '*';position: absolute;right: -0px;color: var(--primaryColor);font-size: 16px;}
.fd2>input{height: 40px;background: var(--backColor);width: 100%;font-size: 14px;padding: 0 10px;box-shadow: 0 0 0 1px #E6E6E6;border-radius: 2px;}
.fdR .fd2>p{display: block}
.fdR .fd2>p:after{content: none}
.fd2>textarea{height: 110px;background: var(--backColor);width: 100%;resize: none;font-size: 14px;padding: 10px;box-shadow: 0 0 0 1px #E6E6E6;border-radius: 2px;}
.fdR .fdR_btn{width: 270px;height: 40px;color: #fff;background: var(--primaryColor);border-radius: 2px;font-size: 14px;margin: 20px auto 10px;align-items: center;justify-content: center}
.fdR .tip{text-align: center;font-size: 12px;color: var(--textColorGrey)}

.proList .case{width: calc((100% - 60px) / 4)}
.proList .case>img{height: 260px;}
.proList .case>p{line-height: 40px;font-size: 14px;padding: 0 20px;}

@media (max-width: 1200px) {
  .case>img{height: 150px;}
  .product>img{height:220px;}
  .allocationList .product>img{height: 146px;}
  .proList .case{width: calc((100% - 45px) / 3)}
}
@media (max-width: 992px) {
  .caseSide{width: 100%;display: flex;padding-bottom: 20px;flex-wrap: wrap;}
  .caseSide>a{margin-bottom: 10px;}
  .caseSide .caseSide1{display: none;}
  .productCase{margin: 0 auto}
  .productListModel .productList .product{width: calc((100% - 30px) / 3)}

  .formData{padding: 10px;}
  .fdL,.fdR{width: 100%;}
  .fdR{padding-top: 10px;}
  .caseWhole{justify-content: center}
  .proList{width: 80%;margin: 0}
  .proList .case{width: calc((100% - 20px) / 3)}
  .proList .case:nth-child(3n){margin-right: 0}
  .businessWhole{width: 100% !important}
  /*.fdR .fdR_btn{margin: 16px auto 6px;}*/

}
@media (max-width: 768px) {
  .productCase{width: 85%}
  .caseSide{padding-bottom: 10px;}
  .productListModel .productList .product{width: calc((100% - 20px) / 2)}
  .product>p,.proList .case>p{padding: 0 10px;font-size: 12px;line-height: 36px;}
  .product>img{height: 210px;}
  .proList{width: 100%}
  .proList .case>img{height: 230px;}
  /*.allocationList .product>img{height: 146px;}*/
}
@media (max-width: 567px) {
  .productCase{width: 100%}
  .case>img{height: 120px;}
  .caseSide{padding-bottom: 0;}
  .product>img{height: 150px;}
  .allocationList .product>img{height: 116px;}
  .fdL .fd2{width: 100%;}

  .proList .case{width: calc((100% - 10px) / 2)}
  .proList .case:nth-child(3n){margin-right: 10px}
  .proList .case:nth-child(2n){margin-right: 0}
  .proList .case>img{height: 210px;}

}


/*产品列表全民*/

/*.modelWhole1{background: #fff;}*/
.productWhole{padding-top: 30px;justify-content: space-between;flex-wrap: wrap}
.productL{width: calc(100% - 45% - 30px);border-radius: 8px;overflow: hidden;}
.productL>img{width: 100%;height: 500px;object-fit: cover}
.productL>p{line-height: 42px;background: var(--primaryColor);color: #fff;font-size: 14px;padding: 0 20px;}
.productR{width: calc(100% - 55%);flex-wrap: wrap;justify-content: space-between;align-content: space-between}
.productR .product{width: calc((100% - 15px) / 2);border-radius: 8px;overflow: hidden;}
.product>img{width: 100%;height: 224px;object-fit: cover}
.product>p{line-height: 38px;background: #fff;padding: 0 10px;font-size: 14px;}
.moreIcon{padding-top: 50px;justify-content: center;}
.moreIcon .more{color: var(--textColorGrey);}
.moreIcon .more>span{padding-left: 4px;}
@media (max-width: 1200px) {
  .product>img{height: 200px;}
  .productL>img{height: 446px;}
  .moreIcon{padding-top: 40px}
}
@media (max-width: 992px) {
  .productL{width: 60%;margin: 0 auto}
  .productR{width: 60%;margin: 0 auto -15px;padding-top: 30px;}
  .productR .product{margin-bottom: 15px;}
  .productWhole{padding-top: 20px;}
  .moreIcon{padding-top: 30px}
}
@media (max-width: 768px) {
  .productL{width:80% }
  .productL>img{height: 400px;}
  .productR{width:80% }
  .moreIcon{padding-top: 20px}
  .moreIcon .more{font-size: 14px;}
}

@media (max-width: 567px) {
  .productL{width: 100%}
  .productL>img{height: 360px;}
  .productR{width: 100%;padding-top: 20px;}
  .product>img{height: 160px;}
}

/*维修服务*/
.modelWhole1{background: #fff;}
.inviteHead .inviteHead1{width: 10%;}
.inviteHead .inviteHead2{width: 40%;}
.inviteHead .inviteHead3{width: 15%;}
.inviteHead .inviteHead4{width: 20%;}
.inviteHead .inviteHead5{width: 15%;}
.inviteHead5>a{color: var(--primaryColor)}

@media (max-width: 768px) {
  .inviteWhole{min-width:768px;}
}

/*搜索*/
.searchData{width: 60%;}
.searchInput input{width: calc(100% - 150px);height: 38px;background: #fff;padding: 0 20px;font-size: 16px;}
.searchInput a{width: 150px;background: var(--primaryColor);align-items: center;justify-content: center;color: #fff;}
.searchData .recommendList{padding-top: 20px;flex-wrap: wrap;margin-bottom: -10px;justify-content: initial}
.searchData .recommendList>a{line-height: 42px;padding: 0 20px;color: var(--textColorGrey);background: #fff;border-radius: 4px;margin-right: 10px;font-size: 14px;margin-bottom: 10px;}
.searchData .recommendList>a:last-child{margin-right: 0}
.searchData .recommendList .act{background: var(--primaryColor);color: #fff}
.goodsList{flex-wrap: wrap;padding-top: 60px;}
.goodsList .goods{width: calc((100% - 60px) / 4);margin-right: 20px;background: #fff;margin-bottom: 20px;}
.goods .img{height: 0;padding-top: 100%; position: relative}
.goodsList .goods:nth-child(4n){margin-right: 0}
.goods .img img{object-fit: cover;position: absolute;top: 0;left: 0;width: 100%;height: 100%}
.goods .text{line-height: 50px;font-size: 14px;padding: 0 20px;}
@media (max-width: 1200px) {
  .searchData{width: 90%}
  .goodsList{padding-top: 50px;}
}
@media (max-width: 992px) {
  .searchData{width:initial }
  .searchInput input{width: calc(100% - 120px);font-size: 14px;}
  .searchInput a{width: 120px;font-size: 14px;}
  .goodsList{padding-top: 40px;}
  .searchData .recommendList>a{line-height: 36px;}
  .goods .text{line-height: 46px;padding: 0 16px}
}
@media (max-width: 768px) {
  .goodsList .goods{width: calc((100% - 20px) / 2)}
  .goodsList .goods:nth-child(2n){margin-right: 0}
  .goodsList{padding-top: 30px;}
  .goods .text{line-height: 42px;padding: 0 12px}
}

@media (max-width: 567px) {
  .goodsList .goods{width: calc((100% - 10px) / 2);margin-right: 10px;}
  .goodsList{padding-top: 20px;}
  .searchData .recommendList>a{line-height: 32px}
  .searchInput input{width: calc(100% - 100px);}
  .searchInput a{width: 100px;}
}

/*服务中心*/
.bannerTit{position: absolute;top: 30%;left: 20%;color: #fff;font-size:36px;}
.bannerTit2{position: relative;padding-bottom: 20px;}
.bannerTit2:after{content: '';display: block;position: absolute;bottom: 0;left: 0;width: 50px;height: 2px;background: #fff;}

.serviceList{justify-content: space-between}
.serviceList .service{width: calc((100% - 20px) / 3);position: relative;border-radius: 6px;overflow: hidden;}
.serviceList .service .service1:hover{transform: scale(1.1);}

.service .service1{width: 100%;height: 296px;object-fit: cover;transition: all 0.3s;}
.service .service2{position: absolute;bottom: 0;left: 0;width: 100%;height:50px;background: rgba(0,0,0,0.5) ;align-items: center;justify-content: center;color: #fff;}
.service2 .service2_a{padding: 0 6px;font-size: 14px;}
.service2 .iconfont{font-size: 22px;}
.service2 .service2_b{line-height: 20px;background: rgba(255,255,255,0.6);color: var(--textColor);font-size: 12px;padding: 0 10px;border-radius: 20px;}
.tList{flex-wrap: wrap;justify-content: space-between;padding-top: 22px;}
.tList .t{width: calc((100% - 20px) / 3);height: 240px;background: #fff;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: 10px;border-radius: 6px;}
.t .t1{width: 68px;height: 68px;object-fit: contain;transition: all 0.3s;}
.t .t2{padding: 10px 0 6px;}
.t .t3{font-size: 14px;color: var(--textColorGrey)}
.tList .th .t1{transform: scale(1.2);}
.popupServeWhole{display: none;}
.popupServe{position: fixed;inset: 0;display: flex;align-items: center;justify-content: center;background: rgba(191, 26, 32, 0.5);z-index: 67;}
.popupServe>img{width: 280px;z-index: 67;}



@media (max-width: 1200px) {
  .bannerTit{font-size: 32px;left: 10%}
  .service .service1{height: 260px;}
}
@media (max-width: 992px) {
  .bannerTit{font-size: 28px;}
  .bannerTit2{padding-bottom: 12px;}
  .bannerTit2:after{width: 36px;}
  .service .service1{height: 230px;}
  /*.service .service2{height: 42px;}*/
}
@media (max-width: 768px) {
  .bannerTit{font-size: 26px;}
  .bannerTit2{padding-bottom: 10px;}
  .bannerTit2:after{width: 36px;}
  .tList,.serviceList{width: 70%;margin: 0 auto;flex-wrap: wrap;}
  .serviceList .service{width: 100%;margin-bottom: 10px;}
  .serviceList .service:last-child{margin-bottom: 0}
  .service .service1{height: 280px;}
  .tList{padding-top: 16px;}
  .tList .t{width: calc((100% - 10px) / 2);height: 200px;}
  .t .t2{font-size: 14px;}
  .t .t3{font-size: 12px;}
  .t .t1{width: 52px;height: 52px;}
}
@media (max-width: 567px) {
  .bannerTit{font-size: 22px;}
  .bannerTit2{padding-bottom: 10px;}
  .bannerTit2:after{width: 30px;}
  .tList,.serviceList{width: 100%;}
  .service .service1{height: 240px;}
  .tList .t{height: 160px;}
}

/*视频中心*/
.videoModel{padding-bottom: 20px;}
.videoModel video{width: 100%;height: auto;background: #000;}
.downBtn{width: 220px;line-height: 46px;background: var(--primaryColor);color: #fff;text-align: center;border-radius: 6px;margin: 0 auto;font-size: 14px;}

.modelVideo{justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.searchSide{width: 230px;}
.videoList{width: calc(100% - 250px)}
.bar{margin-top: 10px;}
.bar:first-child{margin-top: 0}
.bar .bar_tit{line-height: 42px;background:#5E5E5E;color: #fff;font-size: 14px;border-radius: 6px;padding: 0 16px;}
.bar_l>a{line-height: 42px;padding: 0 16px;font-size: 14px;}
.bar_l1>a{line-height: 26px;color: var(--textColorGrey);padding: 0 16px 0 26px;font-size: 12px;}
.bar.act .bar_tit{background: var(--primaryColor)}
.bar_l>a.act{color: var(--primaryColor)}
.bar_l1>a.act{color: var(--primaryColor)}
.search{padding-top: 20px;}
.search input{width: calc(100% - 60px);background: #fff;height: 42px;font-size: 14px;padding: 0 10px;}
.search>a{width: 60px;background: var(--primaryColor);line-height: 42px;text-align: center;color: #fff;font-size: 14px;}
.videoList{justify-content: space-between;flex-wrap: wrap;}
.videoList .video{width: calc((100% - 15px) / 2);border-radius: 8px;overflow: hidden;margin-bottom: 15px;}
.videoList .video:hover>p{background: var(--primaryColor);color: #fff;}
.video>img{width: 100%;height: 320px;object-fit: cover}
.video>p{line-height: 50px;padding: 0 10px;background: #fff;font-size: 14px;}
@media (max-width: 1200px) {
  /* .videoModel video{height: 560px;} */
  .video>img{height: 230px;}
}
@media (max-width: 992px) {
  /* .videoModel video{height: 500px;} */
  .video>img{height: 180px;}
  .video>p{line-height: 40px;}
}
@media (max-width: 769px) {
  /* .videoModel video{height: 420px;} */
  .downBtn{width: 200px;line-height: 42px;}

  .searchSide{width: 100%;margin: 0 auto;}
  .videoList{width: 100%;padding-top: 20px;}

}
@media (max-width: 567px) {
  /* .videoModel video{height: 260px;} */
  .downBtn{width: 160px;line-height: 38px;}
  .video>img{height: 130px;}

}
.tableFap{overflow: auto;margin-bottom: 20px;}
.faqTable .inviteHead{min-height: 52px;padding: 12px 0;box-sizing: border-box;height: initial;}
.faqTable .inviteHead .inviteHead1{width: 20%;}
.faqTable .inviteHead .inviteHead2{width: 30%;}
.faqTable .inviteHead .inviteHead3{width: 50%;}


.productQmjs{position: relative;}
.productQmjs::after{content: '';display: block;inset: 0;background:var(--primaryColor);opacity: 0;position: absolute;transition: all 0.3s;}
.productQmjs>p{position: relative;z-index: 10;transition: all 0.3s;}
.productQmjs:hover::after{opacity: 0.3;}
.productQmjs:hover>p{color: #fff;background: var(--primaryColor);}

.caseSideWhole .caseSide{margin-bottom: 50px;}
.caseSideWhole .caseSide:last-child{margin-bottom: 0;}

.ksxjPopup{display: none;}
.kejxP{position: fixed;inset: 0;background: rgba(0, 0, 0, 0.5);z-index: 67;display: flex;align-items: center;justify-content: center;}
.kejxP>video{width: 1080px;height: auto;}
@media (max-width:1200px) {
.kejxP>video{max-width: 95%;}
}

.qmjssCase .case>img{height: 260px;object-fit: contain;}
@media (max-width:1200px) {
.qmjssCase .case>img{height: 230px;}
}
.honorCase .case>img{padding: 10px 0;}
.honorCase .caseText{background: #b2b2b2;color: #fff;}