/*@font-face{*/
/*  font-family:'impact';*/
/*  src:url('../font/impact-2.ttf');*/
/*}*/
/*@font-face{*/
/*  font-family:'didot';*/
/*  src:url('/static/font/didot.woff');*/
/*}*/
@font-face{
  font-family:'roboto';
  src:url('/static/font/Roboto.ttf');
}
@font-face{
  font-family:'ArialBlack';
  src:url('/static/font/ArialBlack.ttf');
}
@font-face{
  font-family:'Montserrat';
  src:url('/static/font/Montserrat-Medium.ttf');
}
@font-face{
  font-family:'MontserratThin';
  src:url('/static/font/Montserrat-Regular.ttf');
}

/*@font-face{*/
/*  font-family:'song';*/
/*  src:url('/static/font/SourceHanSerif-Medium.woff');*/
/*}*/


:root {
  /*--global-family: '宋体','Noto Sans JP', sans-serif;*/
  --global-family:"Montserrat","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  /*--title-family:'宋体','Noto Sans JP', sans-serif;*/
  --title-family:"Montserrat","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  --text-color:#333;
  --primary-color:#D0955D;
  --text-color-second:rgba(153, 153, 153, 1);
  --border-color:#E6E6E6;

  /*swiper*/
  --swiper-pagination-bullet-size: 10px;
  --swiper-theme-color: var(--primary-color);

  --plyr-color-main: var(--primary-color);
}
/*body{*/
/*  ------global-family:'Noto Serif JP', serif;*/
/*  --title-family:'Crimson Pro', serif;*/
/*}*/


html,body{

  font-family: var(--global-family);
  color:var(--text-color);
}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;height:100%}
body{margin:0;font-size:16px;line-height:1.5;color:#333;min-height:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
h1,h2,h3,h4,h5{margin:0;padding:0}
/**{transition: all .3s;}*/

body.el-popup-parent--hidden{
  padding-right:0 !important;
}
/**{scrollbar-color:#222 #ccc;scrollbar-width:thin;-ms-overflow-style:none}*/
/**::-webkit-scrollbar{width:9px;height:9px}*/
/**::-webkit-scrollbar-thumb{border-radius:3px;background:#666}*/
/**::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0);border-radius:6px;background:#ccc}*/

*::-webkit-scrollbar {width: 10px;height:10px;}
*::-webkit-scrollbar-track {background: #B3B1B1;border-radius: 10px;}
*::-webkit-scrollbar-thumb {background: #888888;border-radius: 10px;}
*::-webkit-scrollbar-thumb:hover {background: #646464;border-radius: 10px;}
*::-webkit-scrollbar-thumb:active {background: #444444;border-radius: 10px;}


.no-scroll{overflow:hidden !important}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color: var(--primary-color);}
a:focus{text-decoration:none;outline: none;}
ul,li{margin:0;padding:0;list-style: none;}

.bg-cover{background-size:cover !important;background-repeat:no-repeat;background-position:center center}
.bg-contain{background-size:contain;background-repeat:no-repeat;background-position:center center}
.oneline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.oneline_2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
}
.twoline{overflow:hidden;word-break:break-all;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box}
.threeline{overflow:hidden;word-break:break-all;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;display:-webkit-box}
.clearfix:after { content: "."; display: block; height: 0; line-height: 0; font-size: 0; overflow: hidden; visibility: hidden; clear: both; }
.clearfix { *zoom: 1; *display: table; }

/*max-width:1920px;*/
.common-layout{width:100%;padding-left:100px;padding-right:100px;position:relative;margin:0 auto}

.page-block-tit{font-size:40px;}


.page-wrapper{visibility: hidden;}
.page-loading{position:fixed;left:0;right:0;bottom:0;top:0;z-index: 999;background: rgba(255,255,255,.3)}
.page-loading .loading-text{position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);font-size:50px;color:rgba(255,255,255,.1);display: none;}



.foot-qrcode-img{display: block;width:120px;height:120px;}
/*二级导航*/
.common-sub-nav-box{position:fixed;top:80px;left:0;right:0;bottom:100px;z-index: 99;background:rgba(255,255,255,.9);}
.common-sub-nav-box .sub-nav-in{padding:150px 50px 50px 50px;display: flex;max-width:1600px;margin:0 auto;}
.common-sub-nav-box .sub-nav-in .sub-nav-left{padding-right:200px;}
.common-sub-nav-box .sub-nav-in .sub-nav-left .nav-left-txt{font-size:62px;color:var(--primary-color);line-height: 1; }
.common-sub-nav-box .sub-nav-in .sub-nav-right{flex:1;}
.common-sub-nav-box .sub-nav-in .sub-nav-list {display: flex;}
.common-sub-nav-box .sub-nav-in .sub-nav-list .sub-nav-item{margin-right:32px;flex:1;}
.common-sub-nav-box .sub-nav-in .sub-nav-list .sub-nav-item .item-tit{font-size:18px;border-bottom:1px solid rgba(0,0,0,.1);padding:8px 0;}
.common-sub-nav-box .sub-nav-in .sub-nav-list .sub-nav-item .item-cont{overflow: hidden;}
.common-sub-nav-box .sub-nav-in .sub-nav-list .sub-nav-item .sub-nav-item-box{padding:6px 0;}
.common-sub-nav-box .sub-nav-in .sub-nav-list .sub-nav-item .sub-nav-item-box a:hover{color:var(--primary-color)}



/*公共表单布局样式*/
.common-form-box{overflow: hidden;}
.common-form-box .form-in{margin:0 -8px;display: flex;flex-wrap: wrap;}
.common-form-box .form-in .form-item{padding:15px 8px;width:50%;box-sizing: border-box;}
.common-form-box .form-in .form-item.item-full{width:100%;}
.common-form-box.global-msg-form{padding:16px;}
.common-form-box.global-msg-form .form-in .form-item{width:100%;}
.common-form-box .btn-wrap{display: flex;}




/*灰色镂空按钮*/
.common-gray-ghost-btn{border-radius: 99px;border:1px solid #999;height: 50px;padding:0 24px;display: flex;align-items: center;justify-content: center;font-size:18px;color:#999;}
.common-gray-ghost-btn:hover{border:1px solid #445c47;}

/*公共文本框*/
.common-input-box{background: #fff;box-sizing: border-box;}
.common-input-box .input-label{font-size:20px;padding-bottom:16px;}
.common-input-box .input-icon{margin-right:8px;}
.common-input-box .input-icon i{font-size:16px;color:#BEBEBE;}
.common-input-box .input-dom-box{flex:1;background: #fff;}
.common-input-box .input-dom-box input{border:none;background: transparent;width:100%;outline: none;font-weight:normal;font-size:16px;height:60px;padding-left:16px;padding-right:16px;box-sizing: border-box;}
.common-input-box .input-suffix{margin-left:8px;}
.common-input-box .input-suffix .valid-code{display: block;width: 100px;height: 40px;}

.common-textarea-box{border-bottom:1px solid #E6E6E6;padding:8px 0;background: #fff}
.common-textarea-box .input-label{font-size:20px;padding-bottom:16px;}
.common-textarea-box .textarea-icon{margin-right:8px;}
.common-textarea-box .textarea-icon i{font-size:16px;color:#BEBEBE;}
.common-textarea-box .textarea-dom-box{flex:1;background: #fff;}
.common-textarea-box .textarea-dom-box textarea{border:none;width:100%;outline: none;font-weight:normal;font-size:16px;background: #fff;padding:16px;box-sizing: border-box;resize: none;}
input::placeholder,textarea::placeholder {
  color: #999;font-family: var(--global-family);
}
/*公共from-item*/
.common-form-item{height: 60px;display: flex;align-items: center;}
.common-form-item .item-label{margin-right:16px;color:#999;}
.common-form-item .item-cont{}

/*公共按钮*/
.common-btn{height:50px;background: var(--primary-color);color:#fff;font-size:18px;display: flex;align-items: center;justify-content: center;border-radius: 999px;cursor: pointer;padding:0 30px;transition: all .3s;
}
.common-btn:hover{color:#fafafa;background: #BB8654;}
.common-btn.white{background:#fff;color:var(--text-color);}
.common-btn.white:hover{color:#222;}
/*.common-btn:hover{color:#999;}*/

.com-toast-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background-color:rgba(0,0,0,.6)}
.com-toast-box{position:absolute;top:50%;left:50%;padding:12px 30px;border-radius:2px;background-color:rgba(255,255,255,.9);color:#222;transform:translate(-50%,-50%);font-size:14px}
.com-toast-tit{line-height:30px}
.com-toast-item{line-height:30px;font-size:14px}

.swiper-button-next{right:60px;}
.swiper-button-prev{left:60px;}
.swiper-button-next,.swiper-button-prev{
  width:60px;height:60px;border-radius: 999px;background: rgba(0,0,0,.8);transition: all .3s;
}
.swiper-button-next:after, .swiper-button-prev:after{font-size:20px;color:#fff;}
.swiper-button-next:hover,.swiper-button-prev:hover{background:rgba(208,149,93,.8);}

.swiper-pagination-bullet{width:10px;height:10px;background: #fff;opacity:1;}
.swiper-pagination-bullet-active{background: #475548;}
/*页脚*/

.page-foot{background: #3C3C3C;color:#fff;padding:50px 50px 80px 50px;overflow: hidden;}
.page-foot .foot-in{}
.page-foot .foot-in .foot-top{display: flex;justify-content: space-between;}
.page-foot .foot-in .foot-left{flex:1;}
.page-foot .foot-in .foot-left .foot-logo{display: block;width:180px;}
.page-foot .foot-in .foot-left .foot-logo img{display: block;width:100%;}
.page-foot .foot-in .foot-left .foot-shejiao{display: flex;align-items: center;margin-top:320px;}
.page-foot .foot-in .foot-left .foot-shejiao .shejiao-item{margin-right:20px;}
.page-foot .foot-in .foot-left .foot-shejiao .shejiao-item:last-child{margin-right:0;}
.page-foot .foot-in .foot-left .foot-shejiao .iconfont{font-size:32px;color:#fff;}
.page-foot .foot-in .foot-right{display: flex;position: relative;}
.page-foot .foot-in .foot-right .right-item{margin-right:200px;}
.page-foot .foot-in .foot-right .right-item:last-child{margin-right:0;}
.page-foot .foot-in .foot-right .right-item-info .item-info-box .info-box-cont-cont{padding-top:16px;}
.page-foot .foot-in .foot-right .right-item-info .item-info-box .extra-link{color:#fff;}
.page-foot .foot-in .foot-right .right-item-info .item-info-box .extra-link:hover{color:var(--primary-color);}
.page-foot .foot-in .foot-right .item-tit{font-size:16px;color:rgba(255,255,255,.3);}
.page-foot .foot-in .foot-right .item-tit{font-size:16px;color:rgba(255,255,255,.3);}
.page-foot .foot-in .foot-right .ul-foot-menu a{display: block;font-size:18px;color:rgba(255,255,255,.6);line-height: 32px;}
.page-foot .foot-in .foot-right .ul-foot-menu a:hover{color:var(--primary-color);}
.page-foot .foot-in .foot-right .right-info .right-info-item{line-height: 40px;font-size:18px;color:#fff;}
.page-foot .foot-in .foot-right .go-top{cursor: pointer;}
.page-foot .foot-in .foot-copy-right{height:60px;display: flex;align-items: center;color:rgba(255,255,255,.3);font-size:14px;border-top:1px solid rgba(255,255,255,.3);margin-top:20px;}
.page-foot .foot-in .foot-right .right-item.right-item-info .info-box-tit{color:rgba(255,255,255,.3);}
.page-foot .foot-in .foot-right .right-item.right-item-info .foot-shejiao a{margin-right:32px;}
.page-foot .foot-in .foot-right .right-item.right-item-info .foot-shejiao a:last-child{margin-right:0;}
.page-foot .foot-in .foot-right .right-item.right-item-info .foot-shejiao i{color:#fff;font-size:36px;}
.page-foot .foot-in .foot-right .foot-info-contact{margin-top:0;}
.page-foot .foot-in .foot-right .foot-info-address{margin-top:20px;}


.common-go-up{}
.common-go-up .up-in{display: flex;color:#666;align-items: center;font-size:16px;cursor: pointer;}
.common-go-up .txt{margin-right:8px;}
.common-go-up .icon i{font-size:16px;}
/*通用分页*/
.common-paging{display: flex;align-items: center;justify-content: center;padding:0 16px 0 16px;}
.common-paging li:first-child{display: none;}
.common-paging li:last-child{display: none;}
.common-paging .paging-in{display: flex;justify-content: center;}
.common-paging .pagination{display: flex;justify-content: center;align-items: center;margin-top:50px;}
.common-paging li{margin-left:5px;margin-right:5px;position: relative;}
/*.common-paging li.active:after{position:absolute;bottom:3px;border-top:1px solid #445c47;left:6px;right:6px;content:"";z-index: 3;}*/
.common-paging li a,.common-paging li span{
  width:50px;height:50px;border-radius: 8px;margin-left:0;font-size:20px;color:#666;background: transparent;
  display: flex;align-items: center;justify-content: center;
}
.common-paging li span{color:var(--primary-color)}
.common-paging .pagination>.active>a,
.common-paging .pagination>.active>a:focus,
.common-paging .pagination>.active>a:hover,
.common-paging .pagination>.active>span,
.common-paging .pagination>.active>span:focus,
.common-paging .pagination>.active>span:hover{
  background-color:var(--primary-color);
  border-color:#fff;
  color:#fff;
}

/*公共块级*/
.common-block{background: #fff;}
.common-block.white{background: #fff;}
.common-block.light-gray{background: #fafafa;}



/*通用案例item*/
.common-case-item{display: block;color:#333;}
.common-case-item .case-item-in{opacity:.3;}
.common-case-item .case-item-in:hover{opacity: 1;color:#333;}
.common-case-item .case-item-img{position:relative;}
.common-case-item .case-item-img img{display: block;width: 100%;}
.common-case-item .case-item-img .iconfont{position:absolute;right:18px;bottom:12px;transform: rotate(45deg);font-size:50px;line-height: 1;opacity: 0;}
.common-case-item .case-item-in:hover .case-item-img .iconfont{opacity: 1;}
.common-case-item .case-item-name{font-size:26px;margin-top:22px;}




/*更多*/
.common-more-link{display: flex;margin-top:32px;}
.common-more-link .link{display: flex;align-items: center;height:50px;position:relative;}
.common-more-link .link:before{content:"";display: block;width:50px;height:50px;border-radius: 999px;background: #CACACA;transition: all .3s;}
.common-more-link .link:hover:before{background: var(--primary-color)}
.common-more-link .link .link-txt{margin-left:-25px;font-size:16px;font-weight: normal;}

.fixed-area{position:fixed;right:0;bottom:0;z-index: 10;background: #000;display: flex;align-items: center;color:#999;}
.fixed-area .area-item{display: block;color:#999;cursor: pointer;position:relative;}
.fixed-area .area-item:after{content:"";position:absolute;top:50%;transform: translateY(-50%);right:0;border-right:1px solid #666;height:30px;}
.fixed-area .area-item:last-child:after{display: none;}
.fixed-area .item-tel{background: var(--primary-color);color:#fff;}
.fixed-area .item-tel a{color:#fff;}
.fixed-area .item-top{padding-right:16px;padding-left:12px;}
.fixed-area .item-in{height:60px;padding:0 16px;display: flex;align-items: center;justify-content: center;}
.fixed-area .item-in .item-icon i{font-size:24px;}
.fixed-area .item-in .item-txt{font-size:14px;padding-left:4px;}



.page-wrapper{}
/*首页内容距离顶部距离*/
.page-main{}
.page-head{
  display: flex;justify-content: space-between;position:sticky;top:0;left:0;right:0;padding:0 60px;
  background: var(--primary-color);z-index: 99;height:100px;transition: all .3s;
}
.page-head * {transition: all .3s;}
.page-head .head-right{display: flex;align-items: center;justify-content: flex-start;z-index: 100;}
.page-head .head-right .head-right-item{display: flex;align-items: center;justify-content: flex-start;margin:0 0 0 16px;cursor: pointer;}
.page-head .head-right .head-right-item:first-child{margin-left:0;}
.page-head .head-right .head-right-item .item-icon{color:#fff;}
.page-head #headMenuBtn{display: none;}
.page-head .head-right .head-right-pc-in{display: flex;align-items: center;}
.page-head .head-right .head-right-pc-in .right-pc-item{display: flex;align-items: center;justify-content: center;background: #ccc}
.page-head .head-right .head-right-pc-in .right-pc-item.lang-item{padding:0;border-left:1px solid transparent;}
.page-head .head-right .head-right-pc-in .right-pc-item.lang-item .lang-txt{cursor:pointer;font-size:16px;color:#999;}
.page-head .head-right .head-right-pc-in .right-pc-item.lang-item .lang-txt.curr{color:#333;}
.page-head .head-right .head-right-pc-in .tel-item{background: #BA9945;padding:0 50px;color:#fff;}
.page-head .head-right .head-right-pc-in .tel-icon{padding-right:10px;}
.page-head .head-right .head-right-pc-in .tel-icon i{font-size:21px;color:#fff;}
.page-head .head-right .head-right-pc-in .tel-left-label{font-size:14px;}
.page-head .head-right .head-right-pc-in .tel-left-cont{font-size:20px;}
.page-head .head-right{display: flex;}
.page-head .head-logo{flex:1;display: flex;}
.page-head .head-logo .logo-link{display: flex;align-items: center;}
.page-head .head-logo .logo-link .logo-img{display: block;height:60px;}
.page-head .head-nav {margin-right:80px;}
.page-head .head-nav ul{display: flex;}
.page-head .head-nav ul li {}
.page-head .head-nav ul li a{text-align: right;color:#fff;font-size:16px;display: flex;align-items: center;justify-content: center;height:100px;padding:0 20px;font-family:var(--title-family);position:relative;}
.page-head .head-nav ul li a:hover{}
.page-head .head-nav ul li.curr a,
.page-head .head-nav ul li a:hover{color:#fff;}
.page-head .head-nav ul li a:hover:before,.page-head .head-nav ul li.curr a:before{
  content:"";left:0;right:0;top:0;border-top:2px solid #fff;position:absolute;
}
.page-head .head-right-end{display: flex;align-items: center;}
.page-head .head-right-end .head-shejiao-box{display: flex;align-items: center;}
.page-head .head-right-end .head-shejiao-box a{display: block;padding:0 8px;}
.page-head .head-right-end .head-shejiao-box a:hover{color:#fff;}
.page-head .head-right-end .head-shejiao-box a i{color:#fff;font-size:26px;}
.page-head .head-right-end .head-book-btn{
  margin-left:24px;
}
.page-head .head-right-end .head-book-btn:hover{cursor: pointer;}

/*通用:更多*/
.common-more-box{height:34px;position:relative;display: flex;transition: all .3s;padding-right:16px;}
.common-more-box.primary-more{}
.common-more-box .more-in{position:relative;display: flex;}
.common-more-box *{transition: all .3s;}
.common-more-box .bg{
  width:13px;position:absolute;top:0;bottom:0;left:0;content:"";background-color:#fff;display: flex;align-items: stretch;z-index: 1;
}
.common-more-box.primary-more .bg{background-color:var(--primary-color);}
.common-more-box .contact-in{padding-left:24px;display: flex;align-items: center;color:#fff;cursor: pointer;position:relative;z-index: 2;}
.common-more-box.primary-more .contact-in{color:var(--primary-color);}
.common-more-box .contact-in .contact-txt{font-size:26px;font-weight:bold;line-height: 1;}
.common-more-box .contact-in .contact-arrow{padding-left:8px;font-size:26px;line-height: 1;}
.common-more-box:hover .bg{width:100%;}
.common-more-box:hover .contact-in{padding-left:16px;color:var(--primary-color);padding-right:16px;}
.common-more-box.primary-more:hover .bg{background: var(--primary-color);}
.common-more-box.primary-more:hover .contact-in{color:#fff;}

/*移动端导航*/
.common-menu-box{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.93);z-index: 999999;color:#fff;display: none;}
.common-menu-box .menu-box-in{position:fixed;top:0;right:16px;bottom:24px;left:16px;}
.common-menu-box .common-menu-shejiao-box{position:absolute;bottom:50px;color:#fff;left:50%;transform: translateX(-50%);}
.common-menu-box .common-menu-shejiao-box a{color:#fff;font-size:32px;text-align: center;margin-right:16px;}
.common-menu-box .common-menu-shejiao-box a:last-child{margin-right:0px;}
.common-menu-box .common-menu-shejiao-box a i{color:#fff;font-size:32px;}
.common-menu-box .menu-head{display: flex;align-items: center;justify-content: space-between;margin-top:24px;}
.common-menu-box .menu-head a{display: block;}
.common-menu-box .menu-head a img{display: block;width:130px;}
.common-menu-box .menu-box-close{
  width:20px;height:20px;background: url("../img/icon/icon-close.png") no-repeat center center;
  backgorund-size:contain;cursor: pointer;
}
.common-menu-box .menu-bottom{position:absolute;display:flex;align-items: flex-end;justify-content: space-between;
  left:50%;top:50%;transform: translate(-50%,-50%);
}
.common-menu-box .bottom-nav-box ul,.common-menu-box .bottom-nav-box li{margin:0;padding:0;list-style: none;}
.common-menu-box .bottom-nav-box li{margin-top:16px;display: flex;justify-content: center;}
.common-menu-box .bottom-nav-box li:first-child{margin-top:0;}
.common-menu-box .bottom-nav-box a.nav-a-main{display: block;text-decoration: none;color:#eee;transition: all .3s;padding-bottom:10px;}
.common-menu-box .bottom-nav-box li a:hover{color:#fff;}
.common-menu-box .bottom-nav-box a .t1{font-size:20px;}
.common-menu-box .bottom-nav-box a .t2{font-size:21px;margin-left:30px;}

.common-menu-box .bottom-nav-box .ul-menu-sub{padding-left:24px;line-height: 2}
.common-menu-box .bottom-nav-box .ul-menu-sub a{display: block;color:#5B595A;font-size:20px;}

.common-menu-box .bottom-nav-box .nav-item-in{
  display: inline-block;line-height: 1;position:relative;
}
.common-menu-box .bottom-nav-box .curr .nav-item-in:after{
  content:"";display: block;position:absolute;left:0;right:0;bottom:7px;height:6px;background: var(--primary-color);
  opacity: .5;
}
.common-menu-box .bottom-nav-box .curr a,.common-menu-box .bottom-nav-box .curr a{
  color:#fff;
}
.common-menu-box .bottom-connect{display: flex;align-items: center;}
.common-menu-box .bottom-connect .connect-left img{display: block;width:150px;height:auto;}
.common-menu-box .bottom-connect .connect-right{padding-left:60px;}
.common-menu-box .bottom-connect .connect-right .connect-label{color:#5B595A;}
.common-menu-box .bottom-connect .connect-right .connect-label i{font-size:30px;}
.common-menu-box .bottom-connect .connect-right .connect-label span{font-size:20px;}
.common-menu-box .bottom-connect .connect-right .connect-num{font-size:30px;color:#5B595A;font-family: StretchPro}
.common-menu-box .bottom-connect .connect-right .connect-shejiao{
  display: flex;align-items: center;justify-content: space-between;padding-top:8px;
}
.common-menu-box .bottom-connect .connect-right .connect-shejiao .shejiao-item{
  width:50px;height:50px;border-radius: 99px; display: flex;
  align-items: center;justify-content: center;background: #282727;font-size:30px;
}
.common-menu-box .bottom-connect .connect-right .connect-shejiao .shejiao-item i{
  font-size:30px;color:#fff;
}

/*公共banner*/
.common-banner {}
.common-banner .banner-in{position:relative;}
.common-banner .banner-in .banner-img{display: block;width:100%;}
.common-banner .banner-in .banner-txt-box{position:absolute;left:100px;bottom:100px;}
.common-banner .banner-in .banner-txt-box .t1{font-size:60px;line-height: 1;color:var(--primary-color);font-weight:bold;}
.common-banner .banner-in .banner-txt-box .bread-box{color:#666;margin-top:50px;}
.common-banner .banner-in .banner-txt-box .bread-box .bread-item{color:#666;}
.common-banner .banner-in .banner-txt-box .bread-box .item-line{margin:0 4px;color:#666;}

.page-contact .common-banner .banner-in .banner-txt-box .t1,
.page-services .common-banner .banner-in .banner-txt-box .t1,
.page-about .common-banner .banner-in .banner-txt-box .t1
{color:#fff;}

/*二级页面banner*/
.common-sub-banner{position:relative;height:837px;overflow: hidden;}
.common-sub-banner .sub-banner-in{position:absolute;top:0;left:0;right:0;bottom:0;transform: scale(1.3)}
.common-sub-banner .sub-banner-info-box{position:absolute;left:100px;top:40%;
  /*transform: translateY(-50%);*/
  color:#fff;}
.common-sub-banner .sub-banner-info-box .t1{font-size:60px;white-space: normal;}
.common-sub-banner .sub-banner-info-box .t2{font-size:20px;font-family: Montserrat;white-space: normal;}
.common-sub-banner .sub-banner-info-box .info-btn{display: flex;}
.common-sub-banner .sub-banner-info-box .info-btn .common-btn{margin-top:32px;}

@keyframes scaleDown {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}

/* 应用动画 */
.ani-banner-10 {
  animation-name: scaleDown; /* 动画名称 */
  animation-duration: 7s; /* 动画持续时间 */
  animation-timing-function: ease; /* 动画速度曲线 */
  animation-fill-mode: forwards; /* 动画结束后保持最后一帧状态 */
  animation-iteration-count: 1; /* 动画只执行一次 */
}/* 应用动画 */
.ani-banner-5 {
  animation-name: scaleDown; /* 动画名称 */
  animation-duration: 7s; /* 动画持续时间 */
  animation-timing-function: ease; /* 动画速度曲线 */
  animation-fill-mode: forwards; /* 动画结束后保持最后一帧状态 */
  animation-iteration-count: 1; /* 动画只执行一次 */
}

/*二级页面通用主内容*/
.pag-sub-content{background: #fafafa;padding:90px 160px;}



.index-act-dialog-wrap{}
.index-act-dialog-wrap .el-dialog{margin-top:0 !important;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
.index-act-dialog-wrap .el-dialog__header{display: none;}
.index-act-dialog-wrap .el-dialog__footer{display: none;}
.index-act-dialog-wrap .el-dialog__body{padding:0;}
.index-act-dialog-wrap .index-act-dialog{padding:160px 16px 60px 16px;color:#fff;text-align: center;}
.index-act-dialog-wrap .index-act-dialog .dialog-in{width:300px;margin:0 auto;word-break: break-word;}
.index-act-dialog-wrap .index-act-dialog .index-act-dialog-close{position:absolute; width:32px;height:32px;right:20px;top:20px;cursor: pointer;display: flex;align-items: center;justify-content: center;font-size:18px;}
.index-act-dialog-wrap .index-act-dialog .t1{font-size:40px;line-height: 1.2;white-space: pre;}
.index-act-dialog-wrap .index-act-dialog .t2{font-size:20px;margin-top:32px;}
.index-act-dialog-wrap .index-act-dialog .dialog-btn-box{margin-top:80px;display: flex;justify-content: center;}




/*首页banner*/
.index-banner{position:relative;background: var(--primary-color);}
.index-banner .swiper-slide img{display: block;width:100%;}
.index-banner .swiper-slide .index-banner-swiper-link{display: block;width:100%;height:937px;position:relative;overflow: hidden;}
.index-banner .swiper-slide .index-banner-swiper-link .index-swiper-item-in{
  position:absolute;left:0;top:0;right:0;bottom:0;transform: scale(1.15);
}

.index-banner .swiper-slide .index-banner-swiper-link .index-swiper-info-box{
  position:absolute;bottom:50px;left:70px;white-space: pre;color:#fff;line-height: 1.2;
}
.index-banner .swiper-slide .index-banner-swiper-link .swiper-item-txt{font-size:60px;white-space: normal;}
.index-banner .swiper-slide .index-banner-swiper-link .swiper-item-sub-txt{font-size:20px;white-space: normal;}
.index-banner .swiper-slide .index-banner-swiper-link .swiper-item-btn-box{display: flex;}

.index-banner .swiper-button-next,.index-banner .swiper-button-prev{opacity: 0;}
.index-banner .index-banner-swiper:hover .swiper-button-next,
.index-banner .index-banner-swiper:hover .swiper-button-prev
{opacity: 1;}

.index-banner .only-one .swiper-button-next,
.index-banner .only-one .swiper-button-prev{
  display: none !important;
}

.index-banner .swiper-pagination {display: flex;justify-content: flex-end;right:0;width:auto;
  padding-bottom:10px;padding-right:20px;bottom:37px;}
.index-banner .index-swiper-no-img{display: block;width:100%;}
.index-banner .index-swiper-no-img a{display: block;width:100%;height:837px;position:relative;}
.index-banner .index-swiper-no-img a .swiper-item-txt{position:absolute;bottom:50px;left:70px;white-space: pre;font-size:80px;color:#fff;line-height: 1.2;}
.index-banner .index-swiper-no-img img{display: block;width:100%;}

/*首页客户评价*/
.index-customer-review-box{padding:180px 16px 120px 16px;background: url("../img/index/index-customer-review-bg.jpg") no-repeat center center;background-size:cover;color:#fff;}
.index-customer-review-box .review-tit{text-align:center;color:#fff;font-family: var(--title-family)}
.index-customer-review-box .review-swiper-cont{width:100%;max-width:770px;margin:150px auto 0 auto;}
.index-customer-review-box .index-review-swiper .review-item .review-item-tit{font-size:26px;text-align: center;}
.index-customer-review-box .index-review-swiper .review-item .review-item-cont{
  margin-top:46px;display: flex;padding-bottom:150px;
}
.index-customer-review-box .index-review-swiper .review-item-info{flex:1;padding:0 50px;box-sizing: border-box;text-align: center;}
.index-customer-review-box .index-review-swiper .review-item-yin{font-size:38px;line-height: 1;display:flex;}
.index-customer-review-box .index-review-swiper .yin-left{align-items: flex-start}
.index-customer-review-box .index-review-swiper .yin-right{align-items: flex-end;}
.index-customer-review-box .index-review-swiper .review-item-yin .iconfont{font-size:32px;line-height: 1;}

/*首页客户活动swiper*/
.index-activity-box{padding:120px 0;}
.index-activity-box .swiper-slide{width:70vw;}
.index-activity-box .activity-item{position:relative;}
.index-activity-box .activity-item .item-img{display: block;width:100%;border-radius: 16px;}
.index-activity-box .activity-item .item-in{position:absolute;top:0;left:0;bottom:0;right:0;z-index: 1;}
.index-activity-box .activity-item .item-in .item-in-info{position:absolute;bottom:50px;left:50px;color:#fff;}
.index-activity-box .activity-item .item-in-info .info-date{font-size:20px;}
.index-activity-box .activity-item .item-in-info .info-title{font-size:32px;margin-top:8px;line-height:1;}
.index-activity-box .activity-item .item-in-info .info-btn-box{display: flex;margin-top:24px;}
.index-activity-box .activity-item .item-in-info .info-btn-box .btn-dom{width:160px;height:52px;background: var(--primary-color);color:#fff;
  font-size:16px;border-radius: 999px;display: flex;align-items: center;justify-content: center;cursor: pointer;
}
.index-activity-box .activity-tit{text-align: center;padding-bottom:50px;}
.index-activity-box .swiper{}
.index-activity-box .swiper .swiper-pagination-progressbar{margin-top:110px;position:relative;left:100px;height:2px;display: none;}

/*首页留言*/
.index-message-box{background:#FAFAFA;padding:100px 16px;}
.index-message-box .index-message-in{width:100%;max-width: 900px;margin:0 auto;}
.index-message-box .index-message-in .index-message-tit{padding-bottom:60px;}
.common-form-box .submit-btn{width:160px;height:50px;display: flex;justify-content: center;align-items: center;background: var(--primary-color);
border-radius: 999px;color:#fff;cursor:pointer;
}

/*首页welcome*/
.index-welcome-box{padding:120px 16px 100px 16px;}
.index-welcome-box .welcome-in{width:100%;max-width: 1200px;margin:0 auto;display: flex;align-items: flex-start;justify-content: center;}
.index-welcome-box .welcome-in .welcome-left{flex:5;padding-right:80px;}
.index-welcome-box .welcome-in .welcome-left .welcome-tit{font-size:32px;color:var(--primary-color);}
.index-welcome-box .welcome-in .welcome-left .welcome-cont{padding-top:16px;color:#666;line-height: 1.8;font-size:18px;}
.index-welcome-box .welcome-in .welcome-left .welcome-btns{display: flex;align-items: center;padding-top:40px;}
.index-welcome-box .welcome-in .welcome-left .welcome-btns .btn-item{margin-right:24px;}
.index-welcome-box .welcome-in .welcome-left .welcome-btns .btn-item:last-child{margin-right:0;}
.index-welcome-box .welcome-in .welcome-right{flex:4;}
.index-welcome-box .welcome-in .welcome-right img{display: block;width:100%;}



/*首页头部的关于我们*/
.index-about-top{padding:300px 16px;background: var(--primary-color);}
.index-about-top .about-top-in{display: flex;align-items: stretch;width:100%;max-width: 1500px;margin:0 auto;}
.index-about-top .about-left{padding-right:100px;margin-right:100px;border-right:1px solid rgba(255,255,255,.3);
  font-size:80px;color:#fff;line-height: 1.1;display: flex;align-items: center;font-weight:bold;
  /*width:50%;box-sizing: border-box;*/
}
.index-about-top .about-right{flex:1;display: flex;align-items: center;}
.index-about-top .about-right .right-desc{color:rgba(255,255,255,.3);font-size:18px;}
.index-about-top .about-right .right-more-box{margin-top:50px;}

/*首页视频*/
.index-video{}
.index-video video{display:block;width:100%;}

/*首页商品列表(swiper)*/
.index-product{padding:80px 0;overflow: hidden;}
.index-product .pro-cont {padding:0 0;margin-top:32px;}
.index-product .pro-cont .pro-cont-in{}
.index-product .pro-cont .pro-swiper-box{width:100%;position:relative;}
.index-product .pro-cont .pro-swiper-box .goods-cat-name{position:absolute;top:10%;left:50%;transform: translateX(-50%);font-size:160px;color:rgba(0,0,0,.1);font-weight:bold;}
/*.index-product .pro-cont .pro-swiper-box .swiper-wrapper{min-height:400px;}*/
.index-product .swiper-container {width: 100%;visibility: hidden;position:relative;}
.index-product .swiper-container .pro-more-box{position:absolute;left:50%;bottom:50px;transform: translateX(-50%);z-index: 999;}
.index-product .pro-tit-box{position:relative;z-index: 9;}
.index-product .swiper-slide {text-align: center;font-size: 18px;
  display: flex;align-items: center;width:100%;
}
.index-product .swiper-slide-active{transform:scale(1.5);}
.index-product .swiper-slide img{display: block;width:100%;transition: all .3s;}
.index-product .swiper-slide img{transform: scale(0.4)}
.index-product .swiper-slide-active img,.swiper-slide-duplicate-active img{transform: scale(1)}
.index-product .pro-nav-ul{display: flex;align-items: center;justify-content: center;}
.index-product .pro-nav-ul li{padding:0 20px;}
.index-product .pro-nav-ul li.active a{color:var(--primary-color);}
.index-product .pro-nav-ul li:first-child{padding-left:20px;}
.index-product .pro-nav-ul li:last-child{padding-right:20px;}
.index-product .pro-nav-ul a{display: block;font-size:32px;line-height: 1;cursor: pointer;font-weight:bold;}

/*首页service*/
.index-service .index-service-item{display: flex;align-items: stretch;background: #FAFAFA;}
.index-service .index-service-item:nth-child(even){flex-direction: row-reverse;}
.index-service .index-service-item .item-img{display: flex;width:50%;}
.index-service .index-service-item .item-img img{display: block;width:100%;}
.index-service .index-service-item .item-txt{padding:40px 130px;align-items: center;display: flex;box-sizing: border-box;width:50%;}
.index-service .index-service-item .item-txt .item-txt-in{}
.index-service .index-service-item .item-txt .t1{font-size:36px;color:var(--primary-color);line-height: 1;font-weight:bold;}
.index-service .index-service-item .item-txt .t2{font-size:18px;margin-top:24px;line-height: 2;color:#666;}










.index-case .index-case-in {padding:0 0;display: flex;justify-content: center;}
.index-case .drag-box {display: flex;justify-content: center;width:100%;max-width:1200px;}
.index-case .parent{position: relative;overflow: hidden;background-color: #f0f0f0;}
.index-case .parent .ba-box{position:absolute;top:50%;transform: translateY(-50%);color:#fff;font-size:20px;z-index: 2;}
.index-case .parent .ba-box.before-box{left:24px;}
.index-case .parent .ba-box.after-box{right:24px;}

.index-case .image-bg {display: block;width:100%;}

.index-case .image-container img {width: 100%;height: 100%;}
.index-case .resizable-image {position: absolute;top: 0;width: calc(50% + 18px);height: 100%;overflow: hidden;}
.index-case .resizable-image .resize-img {display: block;position:absolute;left:0;right:0;}
.index-case .resize-handle {position: absolute;top: 0;right: 0;height: 100%;background-color: rgba(0, 0, 0, 0);cursor: ew-resize;}
.index-case .resize-handle img{display: block;height:100%;}

.index-service .index-service-in{width:100%;max-width: 1200px;margin:0 auto;transition: all .3s;}
.index-service .service-in-in{margin:0 -12px;display: flex;align-items: center;}
.index-service .index-service-in *{transition: all .1s;}
.index-service .index-service-in .service-item-wrap{flex:1;padding:12px;}
.index-service .index-service-in .service-item{border:1px solid #999;position:relative;cursor: pointer;flex:1;display: block;}
.index-service .index-service-in .service-item .item-trans{display: block;width:100%;}
.index-service .index-service-in .service-item:hover{color:var(--primary-color);border:1px solid var(--primary-color)}
.index-service .index-service-in .service-item:last-child{margin-right:0;}
.index-service .index-service-in .service-item-in{position:absolute;top:0;left:0;right:0;bottom:0;}
.index-service .index-service-in .service-item-in .item-tit{position:absolute;top:20px;left:24px;}
.index-service .index-service-in .service-item-in .item-arrow{line-height: 10px;position:absolute;bottom:8px;right:8px;display: none;}
.index-service .index-service-in .service-item-in .item-arrow i{font-size:40px;}


.index-menu{}
.index-menu .common-block-tit{max-width: 1700px;margin:0 auto;}
.index-menu .index-menu-in{display: flex;width:100%;max-width: 1700px;margin:0 auto;}
.index-menu .index-menu-in .index-menu-left{display: flex;align-items: flex-end;}
.index-menu .index-menu-in .index-menu-left img{display: block;}
.index-menu .index-menu-in .index-menu-right{flex:1;padding-bottom:32px;}
.index-menu .index-menu-in .menu-right-tit{font-size:36px;padding:24px 0;line-height: 1;}
.index-menu .index-menu-in .menu-item{border-top:1px solid #DBDBDD;padding:16px 8px;display: flex;align-items: flex-start;justify-content: space-between;}
.index-menu .index-menu-in .menu-item.open{border-top:1px solid var(--primary-color);}
.index-menu .index-menu-in .menu-item.open .menu-item-tit-1{color:var(--primary-color);display: block;}
.index-menu .index-menu-in .menu-item .menu-item-tit-1{font-size:20px;margin-right:32px;cursor: pointer;}
.index-menu .index-menu-in .menu-item .menu-item-sub-list{flex:1;display: flex;justify-content: flex-end;}
.index-menu .index-menu-in .menu-item.open .sub-list-in{display: block;}
.index-menu .index-menu-in .menu-item .sub-list-in{display: none;}
.index-menu .index-menu-in .menu-item .menu-item-sub-list a{display: block;width:240px;line-height: 2;color:#999;}
.index-menu .index-menu-in .menu-item .menu-item-sub-list a:hover{color:var(--primary-color);}
.index-menu .index-menu-in .menu-item .menu-item-expand{width:32px;height:32px;display: flex;justify-content: flex-end;cursor: pointer;align-items: center;}
.index-menu .index-menu-in .menu-item .menu-item-expand i{font-size:20px;display: none}
.index-menu .index-menu-in .menu-item .menu-item-expand .jian{display: block;}
.index-menu .index-menu-in .menu-item.open .menu-item-expand .jian{display: none;}
.index-menu .index-menu-in .menu-item.open .menu-item-expand .jia{display: block;}
.index-menu .index-menu-in .index-menu-left{margin-right:100px;}



/*首页案例*/
.index-case-box{margin-top:110px;}
.index-case-box .index-case-head .index-case-category li{margin-bottom:26px;display: flex;}
.index-case-box .index-case-head .index-case-category li:last-child{margin-bottom:0;}
.index-case-box .index-case-head .index-case-category li a{color:#333;display:flex;align-items: center;line-height: 1;}
.index-case-box .index-case-head .index-case-category li a .t1{font-weight: bold;font-size:60px;}
.index-case-box .index-case-head .index-case-category li a .t2{font-size:69px;font-family: Impact;}
.index-case-box .index-case-head .index-case-category li a .line{font-size:60px;font-family: Impact;margin-right:17px;}
.index-case-box .index-case-list{overflow: hidden;margin-top:100px;}
.index-case-box .index-case-list .list-in{display: flex;flex-wrap:wrap;margin:-40px -20px;}
.index-case-box .index-case-list .common-case-item{width:50%;padding:40px 20px;}
.index-case-box .index-case-foot{display: flex;align-items: center;justify-content: flex-end;margin-top:170px;}
.index-case-box .index-case-foot a{display: flex;font-size:69px;color:#333;}
.index-case-box .index-case-foot a i{font-size:69px;transform: rotate(45deg);}
.index-case-box .index-case-foot a .txt{margin-right:30px;}

/*首页品牌 BRAND*/
.index-brand-box{padding-top:150px;margin-top:140px;border-top:1px solid #eee;padding-bottom:200px;}
.index-brand-box .brand-box-tit{font-size:69px;text-align: center;}
.index-brand-box .brand-box-cont{margin-top:150px;overflow: hidden;}
.index-brand-box .brand-in{display: flex;align-items: center;flex-wrap: wrap;margin:-75px -65px;overflow: hidden;}
.index-brand-box .brand-in .brand-item{width:16.66%;padding:75px 65px;}
.index-brand-box .brand-in .brand-item img{
  display: block;width: 100%;
  /*height:60px;object-fit: cover;*/
  background: #333;
}

/*首页about*/
.index-about .common-block-tit{max-width:1700px;margin:0 auto;}
.index-about-in{display: flex;width:100%;max-width:1700px;margin:0 auto;padding-bottom:60px;}
.index-about-in .about-left{margin-right:100px;width:50%;}
.index-about-in .about-left img{display: block;width:100%;}
.index-about-in .about-right{flex:1;}
.index-about-in .about-right .about-right-item{padding-top:50px;}
.index-about-in .about-right .about-right-item:first-child{padding-top:0;}
.index-about-in .about-right .about-right-item .item-tit{font-size:26px;}
.index-about-in .about-right .about-right-item .item-cont{color:#666;line-height: 1.6;margin-top:18px;}

/*首页新闻*/
.index-news .common-block-tit{max-width:1700px;margin:0 auto;}
.index-news .common-block-cont{max-width:1700px;margin:0 auto;}
.index-news .index-news-in{padding-bottom:60px;}
.index-news .new-item-wrap{margin-bottom:32px;}
.index-news .news-item{display: flex;align-items: center;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.1)}
.index-news .news-item:hover{color:var(--primary-color);border-bottom:1px solid var(--primary-color)}
.index-news .news-item:hover a{color:var(--primary-color);}
.index-news .news-item .news-item-tit{flex:1;margin-right:24px;font-size:20px;}
.index-news .news-item .news-item-date{color:#999;}

.index-contact-box{height:350px;background-image:url("../img/index-contact-bg.jpg");width:100%;display: flex;align-items: center;justify-content: center;}
.index-contact-box .contact-in{font-size:20px;font-weight:bold;color:#fff;transition: all .3s;padding:16px 60px;background: var(--primary-color);border-radius: 8px;}
.index-contact-box .contact-in:hover{color:var(--primary-color);background: #fff;}



/*课程页面*/
.page-classes{}
.page-classes .classes-wrap{padding:150px 0;background: #fff;}
.page-classes .classes-wrap .classes-in{width:100%;max-width:1200px;margin:0 auto;padding:0 16px;box-sizing: border-box;}
.page-classes .classes-wrap .classes-in .el-collapse-item__content{padding-bottom:40px;}
.page-classes .classes-wrap .el-collapse-item__header{height:100px;}
.page-classes .classes-wrap .el-collapse-item__arrow{font-size:20px;font-weight:bold;transform: rotate(-90deg);}
.page-classes .classes-wrap .el-collapse-item__header.is-active{color:var(--primary-color);}
.page-classes .classes-wrap .el-collapse-item__header.is-active .el-collapse-item__arrow{color:var(--primary-color);transform: rotate(90deg);}
.page-classes .classes-wrap .classes-item-tit{font-size:30px;height:70px;display: flex;align-items: center;}
.page-classes .classes-wrap .classes-item-cont{display: flex;align-items: stretch;padding-top:20px;font-size:16px;}
.page-classes .classes-wrap .classes-item-cont p{margin:0;line-height: 2;}
.page-classes .classes-wrap .classes-item-cont ul{}
.page-classes .classes-wrap .classes-item-cont li{position:relative;padding-left:20px;
  /*color:var(--primary-color)*/
}
.page-classes .classes-wrap .classes-item-cont li:before{content:"";position:absolute;width:8px;height:8px;border-radius: 99px;background: var(--primary-color);left:0;top:50%;transform: translateY(-50%);}

.page-classes .classes-wrap .classes-item-cont .item-left{flex:1;padding-right:50px;box-sizing: border-box;}
.page-classes .classes-wrap .classes-item-cont .item-right {flex:1;}
.page-classes .classes-wrap .classes-item-cont .item-right img{display: block;width:100%;}


/*schedule 页*/
.page-schedule{}
.page-schedule .schedule-extra-box{min-height:30vh;padding:100px;}

/*价格页*/
/*.page-pricing{transition: all .3s;}*/
/*.page-pricing *{transition: all .3s;}*/
.page-pricing .pricing-main{background: #fff;padding:150px 16px;}
.page-pricing .pricing-main-in{width:100%;max-width: 1200px;margin:0 auto;}
.page-pricing .pricing-category{border-bottom:1px solid var(--border-color);padding-bottom:12px;}
.page-pricing .pricing-category ul{display: flex;align-items: center;}
.page-pricing .pricing-category ul li{margin-right:8px;}
.page-pricing .pricing-category ul li:last-child{margin-right:0;}
.page-pricing .pricing-category ul a{
  display: block;padding:8px 20px;color:rgba(51, 51, 51, 1);font-size:20px;border-radius: 999px;
}
.page-pricing .pricing-category ul a:hover,.page-pricing .pricing-category li.active a{
  background-color:var(--primary-color);color:#fff;
}

.page-pricing .pricing-cate{position:relative;display: flex;align-items: center;border-bottom:1px solid var(--border-color);padding-bottom:12px;}
.page-pricing .pricing-cate .cate-arrow{
  width:38px;height:38px;display: flex;align-items: center;justify-content: center;
  cursor: pointer;
}
.page-pricing .pricing-cate .cate-arrow.swiper-button-lock{display: none;}
.page-pricing .pricing-cate .cate-arrow i{font-size:18px;}
.page-pricing .pricing-cate .category-swiper{flex:1;}
.page-pricing .pricing-cate .swiper-slide{width:auto;}
.page-pricing .pricing-cate .cate-item-link{display: block;font-size:20px;padding:4px 16px;margin-right:8px;}
.page-pricing .pricing-cate .cate-item-link.active{background: var(--primary-color);color:#fff;border-radius: 999px;}


.page-pricing .pricing-list-content{padding:24px 0;}
.page-pricing .pricing-list-content .pricing-cat-desc-wrap{display:flex;justify-content: space-between;gap:100px;padding-top:8px;}
.page-pricing .pricing-list-content .pricing-cat-desc{color:var(--text-color-second);white-space: pre-line;flex:1;}
.page-pricing .pricing-list-content .pricing-cat-cover{width:400px;}
.page-pricing .pricing-list-content .pricing-cat-cover img{display: block;width:100%;}

.page-pricing .pricing-list-content .pricing-list-box{padding-top:24px;}
.page-pricing .pricing-list-box .pricing-item{display: flex;align-items: stretch;background: #FAFAFA;margin-top:20px;}
.page-pricing .pricing-list-box .pricing-item:first-child{margin-top:0;}
.page-pricing .pricing-item .pricing-item-left{flex:13;}
.page-pricing .pricing-item .pricing-item-left img{background: #ccc;display: block;width:100%;}
.page-pricing .pricing-item .pricing-item-right{flex:10;display: flex;flex-direction: column;justify-content: space-between;padding:40px;border-top:2px solid #fafafa;}
.page-pricing .pricing-item:hover .pricing-item-right{border-top:2px solid var(--primary-color);}
.page-pricing .pricing-item .pricing-item-right .pricing-item-tit{font-size:18px;font-weight:bold;}
.page-pricing .pricing-item .pricing-item-right .pricing-item-price{font-size:50px;color:var(--primary-color);}
.page-pricing .pricing-item .pricing-item-right .pricing-item-foot{display: flex;justify-content: flex-end;}
.page-pricing .pricing-item .pricing-item-right .pricing-item-foot .common-btn a{color:#fff;}
.page-pricing .pricing-item .pricing-item-right .item-btn{background: var(--primary-color);color:#fff;height:50px;border-radius: 999px;display: flex;align-items: center;justify-content: center;padding:0 37px;}
.page-pricing .pricing-item .pricing-item-right .item-btn a{color:#fff;}

/*关于我们*/
.page-about{background: #FBFBFB;}
.page-about .about-main{padding:0;overflow: hidden;}
.page-about .about-main .about-work-with{display: flex;}
.page-about .about-main .work-with-left{width:50%;}
.page-about .about-main .work-with-left img{display: block;width:100%;}
.page-about .about-main .work-with-right{width:50%;display: flex;align-items: center;padding:50px 100px;background: var(--primary-color);color:#fff;box-sizing: border-box;}
.page-about .about-main .work-with-right .with-right-tit{font-size:40px;line-height: 1;}
.page-about .about-main .work-with-right .with-right-cont{margin-top:130px;}
.page-about .about-main .about-message-box{padding:100px 16px 100px 16px;}
.page-about .about-main .about-message-box .message-box-in{display: flex;align-items: center;}
.page-about .about-main .about-message-box .message-box-left-tit{}
.page-about .about-main .about-message-box .message-box-in{width:100%;max-width:1299px;margin:0 auto;}
.page-about .about-main .about-message-box .message-box-left{flex:1;}
.page-about .about-main .about-message-box .index-message-form{margin-top:80px;}
.page-about .about-main .about-message-box .message-box-right img{display: block;}


.page-privacy-policy{}
.page-privacy-policy .privacy-policy-content{width:100%;max-width: 1200px;padding:150px 16px;display: flex;margin:0 auto;align-items: flex-start;box-sizing: border-box;}
.page-privacy-policy .cont-left{padding-right:60px;width:380px;box-sizing: border-box;position:sticky;top:116px;}
.page-privacy-policy .cont-left .privacy-cat-box{}
.page-privacy-policy .cont-left .privacy-cat-box .cat-item{position:relative;padding-left:18px;color:#999;margin-top:20px;cursor: pointer;}
.page-privacy-policy .cont-left .privacy-cat-box .cat-item.active{color:var(--text-color);}
.page-privacy-policy .cont-left .privacy-cat-box .cat-item:first-child{margin-top:0;}
.page-privacy-policy .cont-left .privacy-cat-box .cat-item:before{position:absolute;left:0;top:7px;content:"";width:6px;height:6px;border-radius: 999px;background: #E6E6E6;}
.page-privacy-policy .cont-right{flex:1;}
.page-privacy-policy .cont-right .privacy-item{padding:16px 0;}
.page-privacy-policy .cont-right .privacy-item:first-child{padding-top:0;}
.page-privacy-policy .cont-right .item-title{padding-bottom:16px;border-bottom:1px solid #E6E6E6;font-size:22px;}
.page-privacy-policy .cont-right .item-cont{color:#999;padding-top:16px;}



























/************************自适应样式************************/

@media screen and (max-width: 1520px) {
  .index-banner .swiper-slide .index-banner-swiper-link{height:800px;}
  .index-banner .index-swiper-no-img{height:800px;}
  .index-banner .index-swiper-no-img a{height:800px;}

  .index-brand-box .brand-in{margin:-35px;}
  .index-brand-box .brand-in .brand-item{width:20%;padding:35px;}

  .page-head .head-nav ul li a{padding:0 10px;}

  .index-menu .index-menu-in .index-menu-left{width:50%;}
  .index-menu .index-menu-in .index-menu-left img{display: block;width:100%;}

  .common-news-item .item-in .item-link .link-icon i{font-size:32px;}
  .common-news-item .item-in .item-link .link-tit{line-height: 1.6;padding:32px 16px;}

  .index-about-top .about-left{font-size:60px;}



}

@media screen and (max-width: 1300px) {
  .page-head{padding:0 24px;}
  .common-sub-nav-box{display: none;}

  .page-head .head-nav{display: none;}
  .page-head #headMenuBtn{display: block;}

  .index-customer-review-box{padding:90px 16px 60px 16px;}
  .index-customer-review-box .review-swiper-cont{margin:32px auto 0 auto}
  .index-customer-review-box .index-review-swiper .review-item .review-item-cont{
    margin-top:24px;padding-bottom:60px;
  }
  .index-customer-review-box .index-review-swiper .review-item-yin .iconfont{font-size:24px;}

  .index-activity-box{padding:60px 0;}
  .index-activity-box .activity-tit{padding-bottom:24px;}
  .index-activity-box .swiper .swiper-pagination-progressbar{margin-top:32px;left:0;}

  .index-message-box{padding:50px 16px;}


  .page-about .about-main .about-work-with{display: block;}
  .page-about .about-main .work-with-left{width:100%;box-sizing: border-box;padding:16px;}
  .page-about .about-main .work-with-right{width:100%;padding:50px 24px;}
  .page-about .about-main .work-with-right .with-right-cont{margin-top:24px;}
  .page-about .about-main .work-with-right .with-right-cont p{margin:4px 0;}
  .page-about .about-main .work-with-right .with-right-tit{font-size:24px;}

  .page-foot .foot-in .foot-right .right-item-info{margin-right:150px;}

  .page-head .head-right-end .head-shejiao-box{display: none;}


}

@media screen and (max-width: 1180px) {

  .index-banner .swiper-slide .index-banner-swiper-link{height:600px;}
  .index-banner .index-swiper-no-img{height:600px;}
  .index-banner .index-swiper-no-img a{height:600px;}

  .common-more-box{height:28px;}
  .common-more-box .contact-in .contact-arrow{font-size:16px;}
  .common-more-box .contact-in .contact-txt{font-size:16px;}

  .page-foot .foot-in .foot-top{display: block;}
  .page-foot .foot-in .foot-left .foot-shejiao{margin-top:32px;}
  .page-foot .foot-in .foot-right{margin-top:32px;}
  .page-foot .foot-in .foot-left .foot-shejiao .iconfont{font-size:24px;}
  .page-foot .foot-in .foot-left .foot-logo img{height:50px;width:auto;}
  .page-foot .foot-in .foot-right .right-item-go-top{position:absolute;right:0;top:0;}

  .common-sub-banner{height:600px;}
  .common-sub-banner .sub-banner-info-box{left:16px;top:initial;bottom:50px;right:16px;}
  .common-sub-banner .sub-banner-info-box .t1{font-size:30px;}

  .common-sub-banner .sub-banner-info-box .info-btn .common-btn{margin-top:16px;}




  .common-block .common-block-tit{font-size:27px;padding:60px 32px 0 32px;}

  .page-foot .foot-in .foot-info-box{display: block;margin-top:32px;}
  .page-foot .foot-in .foot-info-box .foot-info-right{margin-top:24px;}

  .index-banner .swiper-slide .index-banner-swiper-link .swiper-item-txt{font-size:32px;left:24px;bottom:24px;}
  .index-banner .swiper-pagination{bottom:12px;}

  .page-classes .classes-wrap{padding:60px 0;}
  .page-classes .classes-wrap .classes-item-cont{padding-top:24px;}
  .page-classes .classes-wrap .classes-item-tit{font-size:22px;}

  .page-pricing .pricing-list-box .pricing-item{display: block;}

  .page-pricing .pricing-main{padding:60px 16px;}

  .page-about .about-main .about-message-box{padding:50px 16px 0 16px}
  .page-about .about-main .about-message-box .message-box-right{display: none;}
  /*.page-about .about-main .about-message-box .message-box-left{background: url("../img/about/mote0.1.png") no-repeat center 0;}*/
  .page-about .about-main .about-message-box .index-message-form{margin-top:20px;padding-bottom:50px;}

  .index-welcome-box .welcome-in{display: block;}
  .index-welcome-box .welcome-in .welcome-left{padding-right: 0;}
  .index-welcome-box .welcome-in .welcome-right{padding-top:90px;}

  .page-privacy-policy .privacy-policy-content{padding:60px 16px;display: block;}
  .page-privacy-policy .cont-left{width:auto;padding-right:0;position: static;}
  .page-privacy-policy .cont-right{margin-top:32px;}

  .page-pricing .pricing-list-content .pricing-cat-desc-wrap{gap:32px;}
  .page-pricing .pricing-list-content .pricing-cat-cover{width:300px;}


}

@media screen and (max-width: 750px) {
  .common-btn{height:40px;padding:0 24px;}

  .page-block-tit{font-size:30px;}
  .index-customer-review-box .index-review-swiper .review-item .review-item-tit{font-size:20px}

  .index-activity-box .swiper-slide{width:calc(100vw - 50px);}
  .swiper-button-next, .swiper-button-prev{display:none;}
  .index-activity-box .activity-item .item-in .item-in-info{left:24px;bottom:24px;}
  .index-activity-box .activity-item .item-in-info .info-date{font-size:18px;}
  .index-activity-box .activity-item .item-in-info .info-title{font-size:24px;}
  .index-activity-box .activity-item .item-in-info .info-btn-box{margin-top:12px;}

  .index-customer-review-box .index-review-swiper .review-item .review-item-cont{padding-bottom:60px;}
  .index-customer-review-box .index-review-swiper .review-item-yin .iconfont{font-size:18px;}
  .index-customer-review-box .index-review-swiper .review-item-info{padding:0 16px;}

  .index-banner .swiper-slide .index-banner-swiper-link{height:400px;}
  .index-banner .index-swiper-no-img {height:400px;}
  .index-banner .index-swiper-no-img a{height:400px;}

  .index-banner .swiper-slide .index-banner-swiper-link .index-swiper-info-box{left:16px;right:16px;}

  .page-head .head-logo .logo-link .logo-img{height:37px;}

  .common-input-box .input-label{font-size:18px;padding-bottom:8px;}

  .common-form-box .form-in{display: block;}
  .common-form-box .form-in .form-item{width:100%;}

  .index-banner .swiper-slide .index-banner-swiper-link .swiper-item-txt{font-size:24px;}

  .common-sub-banner{height:400px;}
  .common-sub-banner .sub-banner-info-box .t1{font-size:24px;}

  .page-classes .classes-wrap .el-collapse-item__header{height:50px;}
  .page-classes .classes-wrap .classes-item-cont{padding-top:16px;display: block;}
  .page-classes .classes-wrap .classes-item-cont .item-left{padding-right:0;}

  .page-pricing .pricing-item .pricing-item-right{padding:16px;}
  .page-pricing .pricing-item .pricing-item-right .pricing-item-price{font-size:32px;}

  .page-pricing .pricing-category ul a{font-size:18px;padding:6px 0;}
  .page-pricing .pricing-category ul li{padding:0 ;}
  .page-pricing .pricing-category ul{display: block;padding-bottom:16px;}

  .index-activity-box .activity-cont{padding:0 20px;}


  .page-classes .classes-wrap .classes-in .el-collapse-item__content{padding-bottom:20px;}

  .common-sub-banner .sub-banner-info-box .t2{font-size:18px;}

  .index-act-dialog-wrap .el-dialog{width:85% !important;}
  .index-act-dialog-wrap .index-act-dialog{padding:60px 16px 30px 16px}
  .index-act-dialog-wrap .index-act-dialog .t1{font-size:28px;}
  .index-act-dialog-wrap .index-act-dialog .t2{font-size:18px;margin-top:24px;}
  .index-act-dialog-wrap .index-act-dialog .dialog-btn-box{margin-top:32px;}

  .page-schedule .schedule-extra-box{padding:50px 8px;}

  .index-welcome-box{padding:60px 16px 32px 16px;}
  .index-welcome-box .welcome-in .welcome-left .welcome-btns{flex-wrap: wrap;}
  .index-welcome-box .welcome-in .welcome-left .welcome-btns .btn-item{margin-right:8px;padding-bottom:20px;width:100%;}
  .index-welcome-box .welcome-in .welcome-left .welcome-btns .btn-item .common-btn{font-size:16px;}
  .index-welcome-box .welcome-in .welcome-right{padding-bottom:40px;padding-top:40px;}
  .index-welcome-box .welcome-in .welcome-left .welcome-tit{font-size:28px;}
  .index-welcome-box .welcome-in .welcome-left .welcome-cont{font-size:16px;padding-top:16px;}

  /*临时改动*/
  .page-pricing .pricing-item .pricing-item-left img{display: none}






  .page-foot .foot-in .foot-right{display: block;}
  .page-foot .foot-in .foot-right .item-cont{margin-top:0;}
  .page-foot .foot-in .foot-right .right-item{margin-right:0;}
  .page-foot .foot-in .foot-right .right-item-info{max-width:initial;margin-top:24px;padding-bottom:30px;}

  .page-foot .foot-in .foot-right .foot-info-contact{margin-top:20px;}

  .common-news-item{width:100%;}
  .common-news-item .item-in .item-link .link-tit{padding:24px 16px;}


  .page-head{padding-left:16px;height:60px;}

  .common-block .common-block-tit{padding:40px 24px 0 24px;}
  .common-block .common-block-cont{padding:24px 24px 24px 24px;}

  .page-foot{padding:24px 24px 24px 24px;}

  .pag-sub-content{padding:24px 24px 38px 24px;}

  .page-foot .foot-in .foot-nav-list a{font-size:14px;margin-right:8px;}
  .page-foot .foot-in .foot-nav-list{margin-top:24px;}

  .page-foot .info-box-2 .time-txt-box .time-txt{font-size:28px;}
  .page-foot .info-box-2 .time-txt-box .time-txt-sub{line-height: 1;}
  .page-foot .info-box-2 .time-other{font-size:13px;}

  .page-pricing .pricing-list-content .pricing-cat-desc-wrap{display: block;}
  .page-pricing .pricing-list-content .pricing-cat-cover{width:100%;margin-top:24px;}

}

@media screen and (max-width: 480px) {
  .index-info .days .day-item.rest .day-rest-txt{font-size:10px;}
  .page-foot .foot-in .foot-nav-list a{font-size:12px;margin-right:8px;}

  .page-head .head-right-end .head-shejiao-box{display: none;}

}

