/* Minification failed. Returning unminified contents.
(6,56): run-time error CSS1039: Token not allowed after unary operator: '-gap-big'
(39,40): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(71,117): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(74,83): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(81,78): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(88,72): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(95,73): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(96,87): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(151,47): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(153,91): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(154,73): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(154,103): run-time error CSS1039: Token not allowed after unary operator: '-font-family-bold'
(177,26): run-time error CSS1039: Token not allowed after unary operator: '-gap-large'
(177,74): run-time error CSS1039: Token not allowed after unary operator: '-gap-large'
(236,82): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(272,98): run-time error CSS1039: Token not allowed after unary operator: '-page-width'
(278,68): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(303,100): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(304,99): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(402,110): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(405,52): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(413,106): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(421,111): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(482,52): run-time error CSS1039: Token not allowed after unary operator: '-font-family-en'
(493,195): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(496,43): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(497,84): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(518,90): run-time error CSS1039: Token not allowed after unary operator: '-font'
(520,155): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(580,134): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(584,44): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(585,57): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(607,27): run-time error CSS1039: Token not allowed after unary operator: '-gap-large'
(614,52): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(650,139): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(660,85): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(662,55): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(701,164): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(704,71): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(705,55): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(705,86): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(730,85): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(754,97): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(756,140): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(767,61): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(775,108): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(779,98): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(789,111): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(798,90): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(847,79): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(848,123): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(848,141): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(850,121): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(851,120): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(855,106): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(856,78): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(897,71): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(897,95): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(916,50): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(938,60): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(938,100): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(939,78): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(939,109): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(942,83): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(952,54): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(968,84): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
#bframe{overflow:hidden;position:relative;}
#bframe img{width:100%;height:100%;object-fit:cover;}
#bframe .txt{position:absolute;width:100%;top:45%;}
#bframe h2{font-size:40px;color:#fff;overflow:hidden;white-space:nowrap;}
#bframe h2:after{content:"";animation: reveal 3s forwards;animation-timing-function: steps(20); }
#bframe p{font-size:18px;color:#fff;margin-bottom:var(--gap-big);}
#bframe .barimg{margin:0;}
@keyframes reveal {
  to {
    width: 100%; /* 或者使用max-width: 100%; 根据需要选择 */
  }
}
@media (min-width:992px) and (max-width:1229px) {
    #bframe .txt{top:55%;}
    #bframe h2{font-size:30px;}
    #bframe .barimg{display:none;}
}
@media (min-width:768px) and (max-width:991px) {
    #bframe .txt{top:55%;}
    #bframe h2{font-size:20px;}
    #bframe p{font-size:14px;}
    #bframe .barimg{display:none;}
}
@media (min-width:1px) and (max-width:767px){
    #bframe{height:150px;}
    #bframe .txt{top:initial;bottom:15px;}
    #bframe h2{font-size:18px;margin-bottom:0;display:none;}
    #bframe p{display:none;}
    #bframe .barimg{display:none;}
}

/*共用*/
#Location{width:100%;margin-top:20px;}
#Location .location{display:flex;align-items:center;}
#Location .location:before{content:"\e6d3";font-family:iconfont;display:inline-block;margin-right:5px;color:#a2a7b3;vertical-align:top;font-size:20px;line-height:24px;}
#Location .location a{display:inline-block;color:#a2a7b3;}
#Location .location a:not(:last-child)::after{content:">";font-family:iconfont;margin:0 8px;vertical-align:top;}
#Location .location a:last-child{}
#Location .location a:hover{color:var(--main-color);}
#Location .location span{display:inline-block;color:#fff;}
@media (min-width:1230px) and (max-width:1429px){
    #Location{}
}
@media (min-width:992px) and (max-width:1229px) {
    #Location{margin-top:6px;}
    #Location h2{font-size:36px;}
    #Location .location a{font-size:14px;}
    #Location .location span{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #Location{margin-top:0px;}
    #Location h2{font-size:30px;margin-bottom:10px;}
    #Location .location{}
    #Location .location a{font-size:12px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:12px;line-height:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Location{position:relative;bottom:initial;}
    #Location h2{font-size:24px;margin-bottom:5px;}
    #Location .location{flex-wrap:wrap;}
    #Location .location a{font-size:12px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:12px;line-height:18px;}
}

/*左侧菜单*/
#left_nav{width:30%;max-width:400px;}
#left_nav .box{padding:25px 30px;background-color:#fff;box-shadow:0 0 15px #ccc;}
#left_nav .leftbox dl>dt,#left_nav .leftbox h2{font-size:24px;color:#000;position:relative;margin-bottom:20px;}
#left_nav .leftbox dl>dt>i,#left_nav .leftbox h2>i{display:inline-block;margin-right:10px;font-size:24px;color:var(--main-color);vertical-align:top;}
#left_nav #sform2{border-radius:8px;overflow:hidden;margin-top:10px;}
#left_nav #sform2 #stext2{width:calc(100% - 65px);background-color:#f6f6f6;height:55px;padding-left:15px;}
#left_nav #sform2 #sbut2{width:65px;height:55px;float:right;background-color:var(--main-color);border:none;}
#left_nav #sform2 #sbut2>i{color:#fff;font-size:24px;cursor:pointer;}
#right_nav{width:66%;}
#left_nav dl{}
#left_nav dl>dd{position:relative;cursor:pointer;}
#left_nav dl>dd:not(:last-child){border-bottom:1px solid #ebebeb;}
#left_nav dl>dd>a{display:block;font-size:16px;line-height:25px;padding:15px 30px 15px 0;position:relative;z-index:2;}
#left_nav dl>dd>a:before{content:"";background:linear-gradient(to right,var(--main-color) 10px,#f7f7f7 10px) ;position:absolute;left:-30px;top:0;bottom:0;transition:all 0.3s;width:0;z-index:-1;}
#left_nav dl>dd>i{position:absolute;right:10px;top:15px;display:inline-block;width:30px;height:30px;text-align:center;transition:all 0.3s;z-index:2;}
#left_nav dl>dd>i:before{content:"\e87e";font-size:16px;line-height:30px;width:30px;height:30px;}
#left_nav dl>dd.active>i:before{}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#000;}
#left_nav dl>dd.active>a:before,#left_nav dl>dd:hover>a:before{width:calc(100% + 60px);}
#left_nav dl>dd.active>a:after,#left_nav dl>dd:hover>a:after{}
#left_nav dl>dd.active>i,#left_nav dl>dd:hover>i{content:"";color:var(--main-color);transform:rotate(0deg);}
#left_nav dl>dd ul{padding:0 30px 5px;padding-top:15px;display:none;}
#left_nav dl>dd.active ul{display:block;}
#left_nav dl>dd ul>li{}
#left_nav dl>dd ul>li>a{display:block;font-size:18px;line-height:30px;position:relative;color:#959595;padding-bottom:5px;margin-bottom:5px;}
#left_nav dl>dd ul>li:not(:last-child)>a{border-bottom:1px solid #ededed;}
#left_nav dl>dd ul>li>a:before{content:"-";margin-right:5px;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:var(--main-color);}
#left_nav dl>dd ul>li.active>a:before,#left_nav dl>dd ul>li:hover>a:before{color:var(--main-color);}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}
@media (min-width:1230px) and (max-width:1529px) {
    #left_nav{width:28%;}
    #left_nav .box{padding:20px;}
    #left_nav dl>dd>a:before{left:-20px;}
    #left_nav dl>dd.active>a:before,#left_nav dl>dd:hover>a:before{width:calc(100% + 40px);}

    #right_nav{width:70%;}
}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:33%;}
    #left_nav .box{padding:20px;}
    #left_nav dl>dd>a:before{left:-20px;}
    #left_nav dl>dd.active>a:before,#left_nav dl>dd:hover>a:before{width:calc(100% + 40px);}
    
    #right_nav{width:65%;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;display:none;}
    #left_nav .leftbox{padding:15px;}
    #left_nav .leftbox dl>dt, #left_nav .leftbox h2{font-size:20px;margin-bottom:0;}
    #left_nav #sform2 #stext2{height:50px;}
    #left_nav #sform2 #sbut2{height:50px;}

    #left_nav dl{padding:0;border-left:none;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{}
    #left_nav dl>dt:after{content:"\e666";font-family:iconfont;position:absolute;border:none;top:0;width:30px;height:30px;line-height:30px;right:0;text-align:center;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd>a{font-size:14px;padding:10px 20px 15px 38px}
    #left_nav dl>dd ul{margin-top:0;}
    #left_nav dl>dd ul>li>a{font-size:14px;}

}
@media (min-width:1px) and (max-width:767px) { 
    #left_nav{width:100%;display:none;}
    #left_nav .leftbox{padding:8px 15px;margin-bottom:15px;}
    #left_nav .leftbox dl>dt, #left_nav .leftbox h2{font-size:18px;margin-bottom:0;}
    #left_nav #sform2 #stext2{height:40px;}
    #left_nav #sform2 #sbut2{height:40px;}

    #left_nav dl{padding:0;border-left:none;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{}
    #left_nav dl>dt:after{content:"\e666";font-family:iconfont;position:absolute;border:none;top:0;width:30px;height:30px;line-height:30px;right:0;text-align:center;}
    #left_nav dl>dd{display:none;margin-top:8px;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd>a{font-size:14px;padding:10px 20px 15px 38px}
    #left_nav dl>dd ul{margin-top:0;}
    #left_nav dl>dd ul>li>a{font-size:14px;}
}
#left_nav .left_contact{border:1px solid var(--main-color);border-radius:5px;margin-top:36px;padding:30px 30px;text-align:center;}
#left_nav .left_contact h2{font-size:28px;margin-bottom:10px;}
#left_nav .left_contact i.ico_email{display:block;font-size:60px;line-height:1;color:var(--main-color);margin-bottom:10px;}
#left_nav .left_contact a.email{display:block;font-size:20px;color:var(--main-color);font-family:var(--font-family-bold);margin-bottom:25px;}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav .left_contact{padding:20px 15px;}
    #left_nav .left_contact h2{font-size:24px;}
    #left_nav .left_contact i.ico_email{font-size:48px;}
    #left_nav .left_contact a.email{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav .left_contact{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #left_nav .left_contact{display:none;}
}
.dashed-line{width:100%;height:1px;background-image:repeating-linear-gradient(to right,#e3e3e3 0px,#e3e3e3 14px,#fff 14px,#fff 20px);background-repeat:repeat-x;margin-top:20px;margin-bottom:20px;}
#LeftInquiry{}
#LeftInquiry .feedbackbox ul>li{margin-bottom:10px;}
#LeftInquiry .feedbackbox ul>li>.input{height:45px;background-color:#fff;border:1px solid #ddd;}
#LeftInquiry .feedbackbox ul>li textarea.input{height:80px;}
#LeftInquiry .feedbackbox .submit{padding:10px 25px;}


/*右侧内容*/
.nbg{background-color:#2c2f33;}
.nframe{padding-top:var(--gap-large);overflow:hidden;padding-bottom:var(--gap-large);}
.nframe .title{margin-bottom:40px;text-align:left;}
.nframe .title h2{font-size:36px;}
.nframe .title p{font-size:16px;line-height:1.8;margin-left:0;margin-right:0;color:#666;}
.nframe .title .line{margin-left:0;}
.nframe section{overflow:hidden;}
.nframe section .content{font-size:14px;line-height:24px;color:#505050;}
@media (min-width:1230px) and (max-width:1429px){
    .nframe .title p{font-size:16px;line-height:1.6;}
}
@media (min-width:992px) and (max-width:1229px) {
    
    .nframe{padding-top:50px;padding-bottom:50px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:24px;line-height:36px;}
    .nframe .title h2{font-size:24px;line-height:36px;}
    .nframe .title h3{font-size:24px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:16px;line-height:1.5;}
    .nframe .title .line>span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
    
    .nframe{padding-top:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:20px;line-height:30px;}
    .nframe .title h2{font-size:30px;line-height:30px;margin-bottom:15px;}
    .nframe .title h3{font-size:20px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:14px;line-height:1.5;}
    .nframe .title .line>span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{width:100%;}
    #right_nav .title h3{font-size:16px;}
    embed{width:100%;height:auto;}
    
    .nframe{padding-top:20px;}
    .nframe .title{margin-bottom:10px;}
    .nframe .title h1{font-size:18px;line-height:24px;}
    .nframe .title h2{font-size:24px;line-height:24px;margin-bottom:10px;}
    .nframe .title h3{font-size:18px;}
    .nframe .title h4{font-size:14px;}
    .nframe .title p{font-size:14px;line-height:1.5;}
    .nframe .title .line{}

    .nframe section .content{font-size:13px;line-height:24px;}
    .table-responsive table{width:100%;}
}

/*关于我们*/
.abframe .title{text-align:left;}
.abframe .title h2{font-size:36px;line-height:1.33;}
.abframe .title h3{position:relative;padding-left:40px;}
.abframe .title h3:before{content:"";width:30px;height:1px;background-color:var(--main-color);position:absolute;left:0;top:calc(50% - 1px);}
@media (min-width:992px) and (max-width:1229px) {
    .abframe .title h2{font-size:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    .abframe .title h2{font-size:30px;}
}
@media (min-width:1px) and (max-width:767px) {
    .abframe .title h2{font-size:24px;}
}


#ab_intro{background:#fff url(/dist/images/abimg_1.png.webp) no-repeat left 10% bottom;}
#ab_intro .title{text-align:left;}
#ab_intro .left{width:50%;max-width:480px;}
#ab_intro .right{width:50%;}
#ab_intro .right article{line-height:2;color:#666;margin-bottom:30px;}
@media (min-width:992px) and (max-width:1229px) {
    #ab_intro{background-size:50%;}
}
@media (min-width:768px) and (max-width:991px) {
    #ab_intro .left{width:100%;max-width:initial;}
    #ab_intro .right{width:100%;}
    #ab_intro{background-size:50%;}
    #ab_intro .right article{line-height:1.8;}
    #ab_intro .right img{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_intro .left{width:100%;max-width:initial;}
    #ab_intro .right{width:100%;}
    #ab_intro{background-size:50%;}
    #ab_intro .right article{line-height:1.8;}
    #ab_intro .right img{display:none;}
}

#ab_choose{background:#222 url(/dist/images/abimg_2.jpg.webp) no-repeat left center/50% 100%;padding-top:0;padding-bottom:0;}
#ab_choose .left{width:47%;display:flex;align-items:center;padding:30px 0 30px calc((100% - var(--page-width) + 30px)/2);}
#ab_choose .left .title{text-align:left;}
#ab_choose .left .title h2{color:#fff;}
#ab_choose .left .title .line{margin-left:0;}
#ab_choose .left .item{width:100%;margin:0;padding-left:56px;position:relative;}
#ab_choose .left .item:not(:last-child){margin-bottom:30px;}
#ab_choose .left .item i{position:absolute;left:0;top:0;color:var(--main-color);font-size:45px;line-height:1;}
#ab_choose .left .item h3{color:#fff;font-size:22px;margin-bottom:8px;}
#ab_choose .left .item p{color:#fff;}
#ab_choose .right{width:50%;}
#ab_choose .right img{width:100%;height:100%;object-fit:cover;}
@media (min-width:1230px) and (max-width:1389px) {
    #ab_choose .left{padding:30px 0 30px 15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #ab_choose .left{padding:30px 0 30px 15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ab_choose .left{padding:30px 0 30px 15px;}
    #ab_choose .left .item p{font-size:13px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_choose .left{padding:30px 15px 30px 15px;width:100%;}
    #ab_choose .left .item p{font-size:13px;}
    #ab_choose .left .item h3{font-size:18px;}
    #ab_choose .right{width:100%;}
}


#number{}
#number .numbox{width:23%;position:relative;text-align:center;}
#number .numbox span{display:inline-block;font-size:50px;color:#000;line-height:1;font-family:var(--font-bold);}
#number .numbox sub{display:inline-block;font-size:18px;color:#000;line-height:1;font-family:var(--font-bold);vertical-align:top;}
#number .item p{font-size:16px;color:#888;margin-top:8px;}
@media (min-width:992px) and (max-width:1229px) {
    #number .numbox span{font-size:40px;}
    #number .numbox p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #number .numbox span{font-size:40px;}
    #number .numbox sub{}
    #number .numbox p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #number .numbox{width:48%;margin-bottom:15px;}
    #number .numbox span{font-size:40px;}
    #number .numbox sub{}
    #number .numbox p{font-size:14px;}
}

#workshop{background:#f7f8fa;}
#workshop .list{margin-top:50px;}
#workshop .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;position:relative;display:block;}
#workshop .item:nth-child(4n){margin-right:0;}
#workshop .item .img{position:relative;}
#workshop .item .txt{position:absolute;left:0;bottom:0;top:0;right:0;z-index:2;background-color:rgba(0,0,0,0.4);text-align:center;display:flex;align-items:center;transition:all 0.3s;transform:scale(0);}
#workshop .item .txt p{color:#fff;width:100%;font-size:20px;}
#workshop .item:hover .txt{transform:scale(1);}
@media (min-width:1230px) and (max-width:1529px) {
    #workshop .item{width:calc((100% - 60px)/4);margin:0 20px 20px 0;}
    #workshop .item p{width:calc(100% - 80px);left:40px;}
    #workshop .item p:after{border-width:20px 20px;left:-40px;}
    #workshop .item p:before{border-width:20px 20px;right:-40px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #workshop .item{width:calc((100% - 60px)/4);margin:0 20px 20px 0;}
    #workshop .item p{width:calc(100% - 80px);left:40px;font-size:14px;}
    #workshop .item p:after{border-width:20px 20px;left:-40px;}
    #workshop .item p:before{border-width:20px 20px;right:-40px;}
}
@media (min-width:768px) and (max-width:991px) {
    #workshop .item{width:calc((100% - 20px)/2);margin:0 20px 20px 0;}
    #workshop .item:nth-child(2n){margin-right:0;}
    #workshop .item p{width:calc(100% - 80px);left:40px;font-size:14px;}
    #workshop .item p:after{border-width:20px 20px;left:-40px;}
    #workshop .item p:before{border-width:20px 20px;right:-40px;}
}
@media (min-width:1px) and (max-width:767px) {
    #workshop .list{margin-top:20px;}
    #workshop .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #workshop .item:nth-child(2n){margin-right:0;}
    #workshop .item p{width:100%;left:0;font-size:14px;padding:3px 15px;overflow:hidden;}
    #workshop .item p:after{display:none;}
    #workshop .item p:before{display:none;}
}



#certificate{background:linear-gradient(to bottom,#fff 80%,#e8e8e8 80%);}
#certificate .list{position:relative;}
#certificate .swiper{padding-bottom:20px;}
#certificate .swiper-slide{width:346px;margin:0;padding:0;}
#certificate .item{padding:20px;background:url(/dist/images/cebg.jpg.webp) no-repeat;background-size:cover;display:block;box-shadow:0 5px 10px #999;}
#certificate .item .img{overflow:hidden;position:relative;}
#certificate .item .img img{width:100%;height:100%;object-fit:cover;}
#certificate .swbtn{position:absolute;top:calc(50% - 18px);z-index:2;}
#certificate .swbtn>i{display:block;width:50px;height:50px;line-height:50px;text-align:center;font-size:24px;color:#333;border-radius:50%;background-color:#fff;box-shadow:0 0 5px #eee;}
#certificate .swbtn.btn-prev{left:-65px;transform:rotate(-180deg);}
#certificate .swbtn.btn-next{right:-65px;}
#certificate .swbtn:hover>i{background-color:#0071bc;border:1px solid #0071bc;color:#fff;}
#certificate .swiper-pagination{position:relative;margin-top:30px;}
#certificate .swiper-pagination-bullet{width:12px;height:12px;border:none;margin:0 10px;border-radius:50%;opacity: 1;background-color: #b7b7b7;cursor:pointer;}
#certificate .swiper-pagination-bullet-active{background-color:#fff;}
@media (min-width:1px) and (max-width:1569px){
    #certificate .swbtn.btn-prev{left:0;}
    #certificate .swbtn.btn-next{right:0;}
}
@media (min-width:1230px) and (max-width:1389px) {
    #certificate .swiper-slide{width:310px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #certificate .swiper-slide{width:250px;}
}
@media (min-width:768px) and (max-width:991px) {
    #certificate .swiper-slide{width:220px;}
}
@media (min-width:1px) and (max-width:767px) {
    #certificate .swiper-slide{width:200px;}
}



.ServicePage{}
#service1{background:#f5f7fa;}
#service1 .left{width:45%;max-width:600px;padding-top:50px;}
#service1 .left .title{text-align:left;}
#service1 .left h2{font-size:36px;}
#service1 .left .title .line{margin-left:0;}
#service1 .left .p1{color:#222;line-height:1.875;margin-bottom:30px;}
#service1 .left .p2{position:relative;padding-left:30px;line-height:30px;color:#222;margin-top:5px;}
#service1 .left .p2:before{content:"\ebe6";font-family:iconfont;width:18px;height:18px;background-color:var(--main-color);color:#fff;font-size:12px;line-height:16px;text-align:center;position:absolute;left:0;top:6px;}
#service1 .right{width:50%;}
#service1 .right .img{position:relative;}
#service1 .right .img:before{background-color:var(--main-color);content:"";position:absolute;left:15px;right:0;top:15px;bottom:0;}
#service1 .right .img img{padding-right:15px;padding-bottom:15px;position:relative;}

#service2 .title{text-align:left;position:relative;padding-top:60px;background:url(/dist/images/se_poing.jpg) no-repeat left top;}
#service2 .title h2{max-width:570px;margin-left:0;font-size:36px;}
#service2 .title p{width:47%;margin-left:0;margin-right:0;color:#222;line-height:1.875;}
#service2 .list .item{width:220px;margin:0;counter-increment: num;}
#service2 .list .item .pic{position:relative;}
#service2 .list .item .pic:before{content:counter(num);font-size:110px;line-height:90px;font-family:var(--font-bold);color:#e9ebf1;position:absolute;right:0;top:0;}
#service2 .list .item h3{font-size:18px;color:#000;margin-top:10px;}

#service3{background:#f5f7fa;}
#service3 .img{width:40.5%;}
#service3 .txt{width:52.5%;padding-top:50px;}
#service3 .txt h2{font-size:36px;color:#000;}
#service3 .txt .item{margin-top:40px;padding-left:30px;position:relative;}
#service3 .txt .item:before{content:"\ebe6";font-family:iconfont;width:18px;height:18px;background-color:var(--main-color);color:#fff;font-size:12px;line-height:16px;text-align:center;position:absolute;left:0;top:7px;}
#service3 .txt h3{font-size:24px;color:#000;line-height:30px;}
#service3 .txt p{font-size:16px;color:#222;margin-top:10px;}

@media (min-width:992px) and (max-width:1229px) {
    #service1 .left{padding-top:0;}
    
    #service2 .list .item .pic:before{font-size:100px;line-height:80px;}
    #service2 .list .item .pic img{width:80px;}
    #service2 .list .item h3{font-size:17px;}

    #service3 .txt{padding-top:0;}
    #service3 .txt .item{margin-top:25px;}
    #service3 .txt h2{font-size:30px;}
    #service3 .txt h3{font-size:20px;}
    #service3 .txt p{font-size:15px;margin-top:5px;}
}
@media (min-width:768px) and (max-width:991px) {
    #service1 .left{padding-top:0;}
    #service1 .left h2{font-size:24px;}
    #service1 .left .p1{font-size:14px;line-height:1.6;}
    #service1 .left .p2{margin-top:0;}
    
    #service2 .title p{line-height:1.6;}
    #service2 .list .item{width:23%;}
    #service2 .list .item .pic:before{font-size:80px;line-height:60px;}
    #service2 .list .item .pic img{width:60px;}
    #service2 .list .item h3{font-size:16px;}

    #service3 .txt{padding-top:0;}
    #service3 .txt .item{margin-top:15px;}
    #service3 .txt h2{font-size:24px;}
    #service3 .txt h3{font-size:18px;}
    #service3 .txt p{font-size:14px;margin-top:5px;}
}
@media (min-width:1px) and (max-width:767px) {
    #service1 .left{width:100%;max-width:initial;padding-top:0;}
    #service1 .left h2{font-size:24px;}
    #service1 .left .p1{font-size:13px;line-height:1.6;}
    #service1 .left .p2{margin-top:0;}
    #service1 .right{width:100%;}
    
    #service2 .title h2{font-size:24px;line-height:1.3;}
    #service2 .title p{line-height:1.6;width:100%;margin-top:15px;}
    #service2 .list .item{width:48%;margin-bottom:25px;}
    #service2 .list .item .pic:before{font-size:60px;line-height:60px;}
    #service2 .list .item .pic img{width:60px;}
    #service2 .list .item h3{font-size:14px;}

    #service3 .img{display:none;}
    #service3 .txt{padding-top:0;width:100%;}
    #service3 .txt .item{margin-top:15px;}
    #service3 .txt h2{font-size:20px;}
    #service3 .txt h3{font-size:16px;}
    #service3 .txt p{font-size:13px;margin-top:5px;}
}

#down_faq{background-color:#f5f8fc;margin-bottom:-150px;padding-bottom:250px;}
#down_faq .item{display:block;width:calc((100% - 25px)/2);border-radius:20px;overflow:hidden;position:relative;}
#down_faq .item .txt{text-align:center;}
#down_faq .item .txt h3{color:#fff;font-size:30px;}
#down_faq .item .txt p{color:#fff;font-family:var(--font-family-en);}
@media (min-width:1px) and (max-width:767px) {
    #down_faq{margin-bottom:0;padding-bottom:50px;}
    #down_faq .item{width:100%;margin-bottom:20px;}
    #down_faq .item .txt h3{font-size:24px;}
}

#FAQPage {}
#FAQPage .title{text-align:left;}
#FAQPage .faqlist dl{margin-bottom:25px;transition:all 0.3s;overflow:hidden;background-color:#eef1f6;counter-increment:num;padding:20px 30px;border-radius:20px;}
#FAQPage .faqlist dl>dt{font-size:20px;line-height:30px;cursor:pointer;position:relative;}
#FAQPage .faqlist dl>dt:after{content:"\e775";font-family:iconfont;position:absolute;right:0;top:0;width:30px;height:30px;text-align:center;line-height:30px;font-size:20px;background-color:var(--main-color);border-radius:50px;transition:all 0.3s;color:#fff;}
#FAQPage .faqlist dl>dd{height:0;padding:0 20px 0 0;overflow:hidden;font-size:18px;line-height:30px;position:relative;transition:all 0.3s;}
#FAQPage .faqlist dl>dd>i{font-size:30px;width:54px;height:54px;line-height:56px;color:#ccc;text-align:center;position:absolute;left:15px;top:0;}
#FAQPage .faqlist dl.active>dt{color:var(--main-color);}
#FAQPage .faqlist dl.active>dt:after{transform:rotate(90deg);background-color:var(--main-color);}
#FAQPage .faqlist dl.active>dd{height:auto;margin-top:15px;}
@media (min-width:992px) and (max-width:1229px){
}
@media (min-width:768px) and (max-width:991px){
    #FAQPage .faqlist dl{padding:15px;}
    #FAQPage .faqlist dl>dt{font-size:20px;}
    #FAQPage .faqlist dl>dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px){
    #FAQPage .faqlist{}
    #FAQPage .faqlist dl{padding:15px 25px 15px 15px;margin-bottom:15px;}
    #FAQPage .faqlist dl>dt{font-size:18px;line-height:30px;}
    #FAQPage .faqlist dl>dt::after{width:30px;height:30px;line-height:30px;right:-20px;}
    #FAQPage .faqlist dl>dd{font-size:14px;line-height:20px;padding:0 0;font-size:13px;}
}

#DownloadPage{}
#DownloadPage .title{text-align:left;}
#DownloadPage .downlist{}
#DownloadPage .downlist .item{align-items:center;background-color:#f2f2f2;padding:20px 40px 20px 20px;border-radius:5px;margin-bottom:40px;transition:all 0.3s;}
#DownloadPage .downlist .item h3{flex:1;line-height:40px;font-size:24px;font-family:var(--font);margin:0 40px;color:#002f54;}
#DownloadPage .downlist .item .downlink{display:inline-block;}
#DownloadPage .downlist .item .downlink>i{display:inline-block;font-size:24px;color:#86979b;line-height:56px;width:56px;height:56px;background-color:var(--main-color);color:#fff;text-align:center;border-radius:50px;}
#DownloadPage .downlist .item:hover{background-color:#fff;box-shadow:0 0 24px #eee;}
@media (min-width:1230px) and (max-width:1429px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #DownloadPage .downlist .item h3{font-size:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #DownloadPage .downlist .img img{max-width:100px;}
    #DownloadPage .downlist .item h3{font-size:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #DownloadPage .downlist .item{padding:15px;margin-bottom:15px;}
    #DownloadPage .downlist .img{display:none;}
    #DownloadPage .downlist .item h3{font-size:15px;margin-left:0;line-height:1.4;margin-right:20px;}
    #DownloadPage .downlist .item .downlink>i{font-size:18px;line-height:40px;width:40px;height:40px;}
}



#GalleryPage{background-color:#f8fbfe;}
#GalleryPage .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;display:block;padding:20px;border:1px solid #ddd;transition:all 0.3s;background-color:#fff;border-radius:5px;overflow:hidden;}
#GalleryPage .item:nth-child(4n){margin-right:0;}
#GalleryPage .item img{width:100%;}
#GalleryPage .item p{text-align:center;margin-top:15px;}
#GalleryPage .item:hover{box-shadow:0 0 15px #ddd;}
@media (min-width:768px) and (max-width:991px) {
    #GalleryPage .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:5px;}
    #GalleryPage .item:nth-child(2n){margin-right:0;}
    #GalleryPage .item p{margin-top:8px;}
}
@media (min-width:1px) and (max-width:767px) {
    #GalleryPage .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:5px;}
    #GalleryPage .item:nth-child(2n){margin-right:0;}
    #GalleryPage .item p{margin-top:8px;}
}

#GalleryPage1{background-color:#f8fbfe;}
#GalleryPage1 .item{width:calc((100% - 100px)/6);margin:0 20px 20px 0;display:block;padding:15px;border:1px solid #ddd;transition:all 0.3s;}
#GalleryPage1 .item:nth-child(6n){margin-right:0;}
#GalleryPage1 .item p{text-align:center;margin-top:15px;}
#GalleryPage1 .item:hover{box-shadow:0 0 15px #ddd;}
@media (min-width:992px) and (max-width:1229px) {
    #GalleryPage1 .item{width:calc((100% - 60px)/4);}
    #GalleryPage1 .item:nth-child(6n){margin-right:20px;}
    #GalleryPage1 .item:nth-child(4n){margin-right:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #GalleryPage1 .item{width:calc((100% - 40px)/3);}
    #GalleryPage1 .item:nth-child(6n){margin-right:20px;}
    #GalleryPage1 .item:nth-child(3n){margin-right:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #GalleryPage1 .item{width:calc((100% - 20px)/2);}
    #GalleryPage1 .item:nth-child(2n){margin-right:0;}
}


/*联系我们*/
#contact .item{background-color:#fff;width:31.5%;box-shadow:0 0 20px #eee;margin:0;padding:45px;text-align:center;cursor:pointer;}
#contact .item i{width:80px;height:80px;display:block;margin:0 auto;font-size:30px;line-height:80px;color:#fff;background-color:var(--main-color);border-radius:50%;}
#contact .item h3{font-size:24px;margin-top:15px;}
#contact .item p{font-size:18px;color:#868686;margin-top:10px;}
#contact .item p>a{font-size:18px;color:#868686;}
#contact .item:hover{background-color:var(--main-color);}
#contact .item:hover i{background-color:#fff;color:var(--main-color);}
#contact .item:hover h3{color:#fff;}
#contact .item:hover p{color:#fff;}
#contact .item:hover p>a{color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #contact .item{padding:25px;}
    #contact .item p{font-size:15px;}
    #contact .item p>a{font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contact .item{padding:25px;width:100%;margin-bottom:20px}
    #contact .item h3{font-size:20px;}
    #contact .item p{font-size:15px;margin-top:5px;}
    #contact .item p>a{font-size:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contact .item{padding:15px;width:100%;margin-bottom:20px}
    #contact .item h3{font-size:20px;}
    #contact .item p{font-size:14px;margin-top:5px;}
    #contact .item p>a{font-size:14px;}
}

#feedback{margin-top:var(--gap-large);}
#feedback .title{width:45%;max-width:520px;text-align:left;}
#feedback .title .line{margin-left:0;}
#feedback .title p{font-size:18px;line-height:1.9;}
#feedback .sharelist{margin-top:80px;}
#feedback .sharelist>a{display:inline-block;margin-right:10px;width:45px;height:45px;text-align:center;line-height:45px;background-color:#f6f6f6;border-radius:50px;}
#feedback .sharelist>a>i{display:inline-block;font-size:20px;}
#feedback .sharelist>a:hover{background-color:var(--main-color);color:#fff;}
#feedback .feedbackbox{width:51%;}
#feedback .feedbackbox ul>li.half{width:48.5%;}
#feedback .feedbackbox .submit{width:300px;text-transform:uppercase;}
@media (min-width:1230px) and (max-width:1429px) {
    #feedback .feedbackbox ul > li{margin-bottom:15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #feedback .title p{font-size:16px;line-height:1.8;}
    #feedback .feedbackbox ul > li{margin-bottom:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #feedback .title{width:100%;max-width:initial;}
    #feedback .title p{font-size:15px;line-height:1.6;}
    #feedback .sharelist{margin-top:20px;}
    #feedback .feedbackbox{width:100%;margin-bottom:30px;}
    #feedback .feedbackbox ul > li{margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback .title{width:100%;max-width:initial;}
    #feedback .title p{font-size:15px;line-height:1.6;}
    #feedback .sharelist{margin-top:20px;}
    #feedback .feedbackbox{width:100%;margin-bottom:30px;}
    #feedback .feedbackbox ul>li.half{width:100%;}
    #feedback .feedbackbox ul > li{margin-bottom:15px;}
}



/*产品中心*/
#ProCatePage .catelist .item{padding:40px;background-color:#f7f8fa;margin-bottom:35px;border:1px solid #e7e7e7;}
#ProCatePage .catelist .item:nth-child(2n){flex-flow:row-reverse;}
#ProCatePage .catelist .item .imgbox{width:42.5%;display:flex;align-content:center;position:relative;}
#ProCatePage .catelist .item .imgbox .morebox{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(56,89,194,0.7);text-align:center;width:100%;opacity:0;transition:all 0.3s;display:flex;align-items:center;}
#ProCatePage .catelist .item .imgbox .morebox .icobox{color:#fff;}
#ProCatePage .catelist .item .imgbox .morebox i{font-size:80px;line-height:1;}
#ProCatePage .catelist .item .imgbox .morebox span{display:block;font-size:24px;text-transform:uppercase;margin-top:20px;font-family:var(--font-bold);}
#ProCatePage .catelist .item .imgbox .morebox:after{content:"";position:absolute;top:50%;right:7%;bottom:50%;left:7%;border-left:1px solid #fff;border-right:1px solid #fff;transition:all 0.5s;}
#ProCatePage .catelist .item .imgbox .morebox:before{content:"";position:absolute;top:7%;right:50%;bottom:7%;left:50%;border-top:1px solid #fff;border-bottom:1px solid #fff;transition:all 0.5s;}
#ProCatePage .catelist .item .imgbox .morebox:hover{opacity:1;}
#ProCatePage .catelist .item .imgbox .morebox:hover:after{top:7%;bottom:7%;}
#ProCatePage .catelist .item .imgbox .morebox:hover:before{right:7%;left:7%;}
#ProCatePage .catelist .item .img{text-align:center;margin:auto;width:100%;}
#ProCatePage .catelist .item .img img{object-fit:cover;width:100%;height:100%;}
#ProCatePage .catelist .item .txt{width:52.5%;position:relative;padding-top:30px;}
#ProCatePage .catelist .item .txt h3{font-size:30px;color:#000;margin-bottom:20px;}
#ProCatePage .catelist .item .txt .line{width:50px;height:1px;background-color:var(--main-color);margin-left:0;margin-bottom:20px;}
#ProCatePage .catelist .item .txt article{color:#666;line-height:1.875;margin-bottom:30px;}
#ProCatePage .catelist .item .txt h3:hover{color:var(--main-color);}
@media (min-width:992px) and (max-width:1229px) {
    #ProCatePage .catelist .item{padding:30px;}
    #ProCatePage .catelist .item .txt{padding-top:0;}
    #ProCatePage .catelist .item .txt h3{font-size:24px;margin-bottom:15px;}
    #ProCatePage .catelist .item .txt article{font-size:14px;margin-bottom:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProCatePage .catelist .item{padding:25px;}
    #ProCatePage .catelist .item .txt{padding-top:0;}
    #ProCatePage .catelist .item .txt h3{font-size:20px;margin-bottom:10px;}
    #ProCatePage .catelist .item .txt article{font-size:14px;line-height:1.6;margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProCatePage .catelist .item{padding:15px;margin-bottom:20px;}
    #ProCatePage .catelist .item:nth-child(2n){flex-flow:column;}
    #ProCatePage .catelist .item .imgbox{width:100%;}
    #ProCatePage .catelist .item .txt{width:100%;padding-top:20px;}
    #ProCatePage .catelist .item .txt h3{font-size:18px;margin-bottom:10px;}
    #ProCatePage .catelist .item .txt .line{margin-bottom:10px;}
    #ProCatePage .catelist .item .txt article{font-size:13px;line-height:1.4;display:none;}
    #ProCatePage .catelist .item .txt b{font-size:15px;display:none;}
    #ProCatePage .catelist .item .txt b>em{}
    
    #ProCatePage .catelist .item .txt:before{border-width:15px;display:none;}
}



#ProPage{background-color:#f7f8fa;overflow:visible;}

#ProPage .ProList{}
#ProPage .ProList .item{width:calc((100% - 35px)/2);margin:0 35px 35px 0;transition:all 0.3s;box-shadow:0 0 15px #eee;flex-flow:row-reverse;background-color:#fff;padding:5px 30px;}
#ProPage .ProList .item:nth-child(2n){margin-right:0;}
#ProPage .ProList .item .img{width:50%;}
#ProPage .ProList .item img{width:100%;}
#ProPage .ProList .item .txt{width:45%;padding-top:20px;}
#ProPage .ProList .item h4{font-size:18px;line-height:24px;color:#000;margin-bottom:50px;}
#ProPage .ProList .item p{padding:15px 25px 0;color:#666;}
#ProPage .ProList .item i{display:inline-block;width:30px;height:30px;background-color:#fff;border:1px solid #e7e7e7;text-align:center;line-height:30px;color:var(--main-color);}
#ProPage .ProList .item i:before{content:"\e61e";display:block;transition:all 0.2s;}
#ProPage .ProList .item:hover{box-shadow:0 0 15px #ddd;}
#ProPage .ProList .item:hover h4{text-decoration:underline;color:var(--main-color);}
#ProPage .ProList .item:hover i{background-color:var(--main-color);border-color:var(--main-color);color:#fff;}
#ProPage .ProList .item:hover i:before{transform:rotate(-45deg);}
@media (min-width:1230px) and (max-width:1429px) {
    #ProPage .ProList .item{}
}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .ProList .item{width:calc((100% - 20px)/2);padding:15px;margin:0 20px 20px 0;}
    #ProPage .ProList .item .txt{padding-top:0;}
    #ProPage .ProList .item h4{margin-bottom:20px;}
    #ProPage .ProList .item p{padding:15px 15px 0;font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .ProList .item{width:calc((100% - 20px)/2);padding:15px;margin:0 20px 20px 0;}
    #ProPage .ProList .item .txt{padding-top:15px;}
    #ProPage .ProList .item h4{margin-bottom:20px;}
    #ProPage .ProList .item p{padding:15px 15px 0;font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .ProList .item{width:100%;margin-right:0;padding:15px;margin-bottom:20px;}
    #ProPage .ProList .item .txt{padding-top:15px;}
    #ProPage .ProList .item h4{margin-bottom:20px;font-size:16px;}
    #ProPage .ProList .item p{padding:15px 15px 0;font-size:14px;}
}

.currertkeywords{margin-bottom:30px;font-size:18px;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:var(--main-color);}


/*产品详情*/
#ProDetailPage{overflow:visible;}
#ProDetailPage .panelbox{padding-top:0;display:none}
#ProDetailPage .panelbox.active{display:block;}

/*产品详情部分 样式还原*/
#ProductDetail .prodetail p{margin:revert;margin:revert-layer;line-height:2!important;}
#ProductDetail .prodetail table{border-collapse:collapse}
#ProductDetail .prodetail table:not([cellpadding]) td,table:not([cellpadding]) th{padding:0}
#ProductDetail .prodetail table td{line-height:2;text-align:center;}
#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-width]) td,#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}
#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-style]) td,#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}
#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-color]) td,#ProductDetail .prodetail table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}
/*产品详情部分 样式还原*/


#ProductIntro{}
#ProductIntro .IntroImg{width:45%;position:relative;}
#ProductIntro .IntroImg #BigImg{border:1px solid #ddd;}
#ProductIntro .IntroImg #SmallImg{position:relative;width:100%;margin-top:15px;padding-right:1px;padding-bottom:1px;}
#ProductIntro .IntroImg #SmallImg .swiper-slide{border:1px solid #ddd;margin:0;}
#ProductIntro .IntroImg #SmallImg .swiper-slide.swiper-slide-thumb-active{border:1px solid var(--main-color);}
#ProductIntro .IntroImg .btnlist{}
#ProductIntro .IntroImg .swbtn{position:absolute;width:40px;height:40px;line-height:40px;text-align:center;z-index:1;background-color:var(--main-color);color:#fff;top:calc(50% - 20px);border-radius:50px;opacity:0.8;}
#ProductIntro .IntroImg .swbtn>i{font-size:18px;display:inline-block;}
#ProductIntro .IntroImg .swbtn.btn-prev>i{transform:rotateY(180deg);}
#ProductIntro .IntroImg .swbtn:hover{opacity:1;}
#ProductIntro .IntroImg .swbtn:hover>i{color:#fff;}
#ProductIntro .IntroImg .btn-next{right:15px;}
#ProductIntro .IntroImg .btn-prev{left:15px;}
#ProductIntro .IntroImg img{width:100%;}

#ProductIntro .IntroText{width:55%;padding:0 0 0 40px;}
#ProductIntro .IntroText .title{margin-bottom:15px;text-align:left;}
#ProductIntro .IntroText .line{border-bottom:2px solid var(--main-color);margin-top:15px;}
#ProductIntro .IntroText h1{font-size:26px;line-height:1.2;position:relative;margin-top:0;margin-bottom:15px;}
#ProductIntro .IntroText h3{font-size:20px;line-height:24px;margin-top:0;margin-bottom:10px;color:#0093e4;text-transform:uppercase;position:relative;font-weight:bold;}
#ProductIntro .IntroText p{}
#ProductIntro .IntroText .remark{font-size:14px;line-height:30px;margin-top:15px;}
#ProductIntro .IntroText .remark p{font-size:14px;line-height:30px;margin-bottom:10px;}
#ProductIntro .IntroText .remark p>b{display:block;}
#ProductIntro .IntroText .contacts{margin-top:20px;}
#ProductIntro .IntroText .contacts>span{display:inline-block;font-weight:bold;margin-bottom:5px;color:var(--main-color);line-height:30px;}
#ProductIntro .IntroText .contacts>span>i{font-size:20px;vertical-align:top;margin-right:5px;}
#ProductIntro .IntroText .contacts>p{margin-bottom:8px;}
#ProductIntro .IntroText .btnlist{overflow:hidden;margin-top:40px;}
#ProductIntro .IntroText .btnlist>a{display:inline-block;padding:10px 25px;background-color:var(--main-color);color:#fff;margin-right:10px;}
#ProductIntro .IntroText .btnlist>a.btncontact{background-color:#484848;color:#fff;}
#ProductIntro .IntroText .btnlist>a>i{margin-left:10px;display:inline-block;vertical-align:top;}
#ProductIntro .IntroText .prevlist{margin-top:40px;}
#ProductIntro .IntroText .prevlist>a{display:block;margin-bottom:6px;}
#ProductIntro .IntroText .prevlist>a:hover{color:#0093e4;}
#ProductIntro .IntroText .prevlist>a:hover>b{color:#0093e4;}

.prosection{margin-top:50px;}
.prosection .tit{margin-bottom:30px;overflow:hidden;border-bottom:1px solid #d7d7d7;}
.prosection .tit h3{padding:10px 30px;font-size:24px;line-height:30px;position:relative;background-color:var(--main-color);display:inline-block;color:#fff;}

#inquiry .feedbackbox ul li{margin-bottom:20px;}


#RelatedProduct{}
#RelatedProduct .ProList .item{width:calc((100% - 40px)/3);margin:0 20px 0 0;position:relative;overflow:hidden;border:1px solid #ddd;}
#RelatedProduct .ProList .item:nth-child(3n){margin-right:0;}
#RelatedProduct .ProList .item .img img{width:100%;}
#RelatedProduct .ProList .item h5{font-size:16px;padding:10px 15px;background-color:var(--main-color);color:#fff;}
#RelatedProduct .ProList .item:hover h5{text-decoration:underline;}
@media (min-width:992px) and (max-width:1229px) {
    #ProductIntro .IntroText{padding-left:20px;}

    .prosection{margin-bottom:30px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:20px;}

    #RelatedProduct .ProList .item h5{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProductIntro .IntroText{padding-left:30px;}
    #ProductIntro .IntroText h1{font-size:22px;}
    #ProductIntro .IntroText .remark{line-height:1.5;}

    .prosection{margin-top:30px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit h3{font-size:18px;}
    
    #RelatedProduct .ProList .item h5{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProDetailPage{padding-bottom:20px;}
    
    #ProductIntro .IntroImg{width:100%;}
    #ProductIntro .IntroImg #smallImg{}
    #ProductIntro .IntroText{width:100%;padding:15px 0 0 0;}
    #ProductIntro .IntroText h1{font-size:22px;}
    #ProductIntro .IntroText .remark{line-height:1.5;}
    
    #ProductIntro .IntroText .btnlist{overflow:hidden;margin-top:20px;}

    .prosection{margin-top:25px;}
    .prosection .tit{margin-bottom:15px;}
    .prosection .tit h3{font-size:18px;padding:10px 20px;}

    #RelatedProduct .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #RelatedProduct .ProList .item:nth-child(2n){margin-right:0;}
    #RelatedProduct .ProList .item h5{font-size:14px;}
}


/*新闻*/
#NewsPage{background-color:#f5f7fa}
#NewsPage .NewsList{}
#NewsPage .NewsList .item{position:relative;width:calc((100% - 55px)/2);margin:0 55px 55px 0;background-color:#fff;}
#NewsPage .NewsList .item:nth-child(2n){margin-right:0;}
#NewsPage .NewsList .item .txt{padding:50px 30px 50px;position:relative;}
#NewsPage .NewsList .item .txt .time1{position:absolute;background-color:var(--main-color);top:-8px;right:30px;text-align:center;width:70px;height:70px;}
#NewsPage .NewsList .item .txt .time1:before{content:"";border-width:4px;border-style:solid;border-color:transparent var(--main-color) var(--main-color) transparent;position:absolute;top:0px;left:-8px;}
#NewsPage .NewsList .item .txt .time1 span{display:block;padding:0 5px;}
#NewsPage .NewsList .item .txt .time1 span.day{color:#fff;font-size:30px;line-height:1;margin-top:11px;font-family:var(--font-bold);}
#NewsPage .NewsList .item .txt .time1 span.month{color:#fff;font-size:18px;line-height:1;margin-top:0;font-family:var(--font-bold);text-transform:uppercase;}
#NewsPage .NewsList .item .txt h4{font-size:24px;color:#222;margin-bottom:8px;padding-right:80px;}
#NewsPage .NewsList .item .txt .time2{font-size:14px;line-height:2;color:#666;margin-bottom:10px;display:block;}
#NewsPage .NewsList .item .txt p{line-height:1.875;margin-bottom:20px;color:#333;}
#NewsPage .NewsList .item .morelink{line-height:20px;position:absolute;bottom:30px;right:30px;color:var(--main-color);}
#NewsPage .NewsList .item:hover .txt h4{text-decoration:underline;color:var(--main-color);}
#NewsPage .NewsList .item:hover .morelink{text-decoration:underline;}
@media (min-width:1230px) and (max-width:1529px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #NewsPage .NewsList .item{width:calc((100% - 20px)/2);margin:0 20px 20px 0;}
    #NewsPage .NewsList .item .txt .time1{right:20px;}
    #NewsPage .NewsList .item .txt{padding:30px 15px 40px;}
    #NewsPage .NewsList .item .txt h4{font-size:20px;}
    #NewsPage .NewsList .item .txt p{line-height:1.6;margin-bottom:20px;font-size:15px;}
    #NewsPage .NewsList .item .morelink{left:15px;bottom:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsPage .NewsList .item{width:calc((100% - 20px)/2);margin:0 20px 20px 0;}
    #NewsPage .NewsList .item .txt .time1{display:none;}
    #NewsPage .NewsList .item .txt{padding:20px 15px 20px;}
    #NewsPage .NewsList .item .txt h4{font-size:16px;padding-right:0;}
    #NewsPage .NewsList .item .txt .time2{margin-bottom:5px;}
    #NewsPage .NewsList .item .txt p{line-height:1.6;margin-bottom:20px;font-size:14px;}
    #NewsPage .NewsList .item .morelink{left:15px;bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsPage .NewsList .item{width:100%;margin:0 0 20px 0;padding:15px 15px 25px;}
    #NewsPage .NewsList .item .img{margin-right:15px;display:none;}
    #NewsPage .NewsList .item .txt{padding:0;margin-bottom:10px;}
    #NewsPage .NewsList .item .txt .time1{display:none;}
    #NewsPage .NewsList .item .txt h4{font-size:16px;line-height:1.3;margin-bottom:5px;}
    #NewsPage .NewsList .item .txt .time2{margin-bottom:5px;font-size:13px;}
    #NewsPage .NewsList .item .txt p{font-size:13px;line-height:1.5;margin-bottom:20px;}
    #NewsPage .NewsList .item .morelink{left:15px;bottom:15px;}
}


#NewsDetailPage{background-color:#fff;padding:3vw;}
#NewsDetailPage .title{border-bottom:1px solid #ddd;padding-bottom:10px;}
#NewsDetailPage .title p{font-size:16px;color:#666;margin-top:5px;}
#NewsDetailPage .btnList{margin-top:30px;background-color:#f0f0f0;padding:20px 25px;}
#NewsDetailPage .btnList>.link{font-size:16px;line-height:30px;display:block;}
#NewsDetailPage .btnList>.link:nth-child(1){margin-bottom:5px;}
#NewsDetailPage .btnList>.link span{color:#999;display:inline-block;vertical-align:top;margin-right:5px;}
#NewsDetailPage .btnList>.link>i.iconfont{display:inline-block;width:40px;height:40px;line-height:38px;text-align:center;font-size:20px;border-radius:50%;border:2px solid #dedede;color:#dedede;vertical-align:top;margin:0 6px;}
#NewsDetailPage .btnList>.link:hover>i.iconfont{border:2px solid var(--main-color);color:var(--main-color);}
@media (min-width:992px ) and (max-width:1229px) {
    #NewsDetailPage .btnList>.link{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsDetailPage .btnList{padding:15px;}
    #NewsDetailPage .btnList>.link{font-size:16px;}
}
@media (max-width:767px){
    #NewsDetailPage .btnList{padding:15px;}
    #NewsDetailPage .btnList>.link{font-size:14px;}
}

#RelatedNews{overflow:hidden;margin-top:50px;}
#RelatedNews .tit{text-align:center;margin-bottom:20px;}
#RelatedNews .tit h3{font-size:30px;margin-bottom:10px;}
#RelatedNews .tit .line{width:60px;height:4px;background-color:#123c86;}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin:0 0 12px;width:48%;font-size:18px;line-height:30px;position:relative;padding-left:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;color:#666;}
#RelatedNews .relate_list .item:hover{color:var(--main-color);text-decoration:underline;}
#RelatedNews .relate_list .item:before{content:"\e8d4";font-size:14px;font-family:"iconfont";position:absolute;left:0;}
@media (min-width:992px) and (max-width:1229px) {
    #RelatedNews .relate_list .item{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .tit h3{font-size:24px;}
    #RelatedNews .relate_list .item{width:100%;font-size:14px;}
}

/*分页*/
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:6px 12px;border:1px solid #ddd;background-color:#fff;color:#337ab7;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;border-color:#ddd;background-color:#eee;color:#23527c;}
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;}
ul.pagination li {margin-left:5px;display:inline-block;margin-bottom:5px;}
ul.pagination li a{background-color:#fff;border-color:var(--main-color);border-radius:0;color:var(--main-color);font-size:14px;}
ul.pagination li.active span,ul.pagination li.active a{background-color:var(--main-color);border-color:var(--main-color);border-radius:0;color:#fff;font-size:14px;}
ul.pagination li:first-child a{border-radius:0;}
ul.pagination li:last-child a{border-radius:0;}
ul.pagination li:hover a,ul.pagination li.active:hover>span{background-color:var(--main-color);color:#fff;}


#VideoPage{}
#VideoPage .VideoList{overflow:hidden;}
#VideoPage .VideoList .item{width:calc((100% - 60px)/3);background-color:#f3f3f3;border-radius:10px;overflow:hidden;margin:0 30px 30px 0;padding:25px 35px;}
#VideoPage .VideoList .item:nth-child(3n){margin-right:0;}
#VideoPage .VideoList .item .txt{padding-bottom:20px;}
#VideoPage .VideoList .item .txt h5{font-size:18px;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#VideoPage .VideoList .item .img{border-radius:10px;}
#VideoPage .VideoList .item:hover .txt h3{color:var(--main-color);}
video{width:100%;}
@media (min-width:992px) and (max-width:1229px) {
    #VideoPage .VideoList .item{padding:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #VideoPage .VideoList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;padding:15px;}
    #VideoPage .VideoList .item .txt h5{font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #VideoPage .VideoList .item{width:100%;margin:0 0 15px;padding:15px;}
    #VideoPage .VideoList .item .txt h5{height:auto;-webkit-line-clamp:inherit;}
}


#PrivacyPolicyPage .title{margin-bottom:20px;}
#PrivacyPolicyPage .morelink{display:inline-block;padding:8px 30px;background:var(--main-color);color:#fff;}
#PrivacyPolicyPage article h4{font-size:20px;margin-bottom:10px;}
#PrivacyPolicyPage article p{font-size:16px;line-height:1.5;color:#999;margin-bottom:10px;}
@media (max-width:767px) {
    #PrivacyPolicyPage article h4{font-size:16px;}
    #PrivacyPolicyPage article p{font-size:13px;}
}

