/* Minification failed. Returning unminified contents.
(4,38): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6,56): run-time error CSS1039: Token not allowed after unary operator: '-gap-big'
(33,114): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(34,55): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(37,40): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(38,58): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(68,94): run-time error CSS1039: Token not allowed after unary operator: '-font'
(69,117): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(72,83): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(79,79): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(80,59): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(87,72): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(94,73): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(95,87): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(146,47): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(148,91): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(149,73): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(149,103): run-time error CSS1039: Token not allowed after unary operator: '-font-family-bold'
(165,26): run-time error CSS1039: Token not allowed after unary operator: '-gap-large'
(165,74): run-time error CSS1039: Token not allowed after unary operator: '-gap-large'
(223,82): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(246,97): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(247,53): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(248,52): run-time error CSS1039: Token not allowed after unary operator: '-font-color'
(278,26): run-time error CSS1039: Token not allowed after unary operator: '-gap-large'
(279,89): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(281,61): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(282,98): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(283,97): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(308,60): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(308,102): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(309,62): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(309,103): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(349,42): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(355,85): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(355,157): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(360,49): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(361,58): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(386,52): run-time error CSS1039: Token not allowed after unary operator: '-font-family-en'
(397,195): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(400,43): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(401,84): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(424,90): run-time error CSS1039: Token not allowed after unary operator: '-font'
(426,155): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(490,49): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(547,139): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(561,102): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(598,100): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(598,141): run-time error CSS1039: Token not allowed after unary operator: '-font'
(628,85): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(651,97): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(653,140): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(664,61): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(672,108): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(676,97): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(685,111): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(694,90): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(744,77): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(749,137): run-time error CSS1039: Token not allowed after unary operator: '-font'
(807,50): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(829,60): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(829,100): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(830,78): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(830,109): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(833,83): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(843,54): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(859,84): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
#bframe{overflow:hidden;position:relative;box-shadow:0 0 24px rgba(0,0,0,0.15);}
#bframe img{width:100%;height:100%;object-fit:cover;}
#bframe .txt{position:absolute;width:100%;bottom:15%;}
#bframe h2{font-size:36px;color:var(--main-color);overflow:hidden;white-space:nowrap;text-shadow: 0px 0px 6px #fff;}
#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 h2{font-size:30px;}
    #bframe .barimg{display:none;}
}
@media (min-width:768px) and (max-width:991px) {
    #bframe h2{font-size:24px;}
    #bframe p{font-size:14px;}
    #bframe .barimg{display:none;}
}
@media (min-width:1px) and (max-width:767px){
    #bframe img{max-width:100%;display:block;margin:0 auto;}
    #bframe .txt{display:none;}
    #bframe h2{font-size:18px;margin-bottom:0;}
    #bframe p{display:none;}
    #bframe .barimg{display:none;}
}

/*共用*/
#Location{width:100%;position:absolute;bottom:5%;}
#Location .location{display:flex;align-items:center;}
#Location .location:before{content:"\e603";font-family:iconfont;display:inline-block;margin-right:5px;color:var(--main-color);vertical-align:top;font-size:18px;line-height:24px;}
#Location .location a{display:inline-block;color:var(--main-color);}
#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:var(--main-color);}
@media (min-width:1230px) and (max-width:1429px){
    #Location{}
}
@media (min-width:992px) and (max-width:1229px) {
    #Location{}
    #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{}
    #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%;}
#left_nav .leftbox{border:1px solid #ddd;border-radius:10px;padding:25px 30px 30px;margin-bottom:25px;box-shadow:0 0 1px #ddd;}
#left_nav .leftbox dl>dt,#left_nav .leftbox h2{font-size:24px;color:#002f54;font-family:var(--font);padding-left:40px;position:relative;margin-bottom:15px;font-weight:bold;}
#left_nav .leftbox dl>dt:before,#left_nav .leftbox h2:before{content:"";width:30px;height:2px;background-color:var(--main-color);position:absolute;left:0;top:calc(50% - 1px);}
#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;border-radius:8px;overflow:hidden;}
#left_nav dl>dd{margin-top:10px;}
#left_nav dl>dd>a{display:block;font-size:16px;line-height:25px;padding:15px 20px 15px 38px;position:relative;background-color:#f6f6f6;z-index:2;}
#left_nav dl>dd>a:after{content:"";width:5px;height:5px;background-color:var(--main-color);border-radius:50px;position:absolute;left:18px;top:calc(50% - 2.5px);}
#left_nav dl>dd>a:before{content:"";background-color:var(--main-color);position:absolute;left:0;right:100%;top:0;bottom:0;z-index:-1;transition:all 0.3s;}
#left_nav dl>dd>i{position:absolute;right:10px;top:15px;display:inline-block;width:30px;height:30px;text-align:center;transform:rotate(-180deg);transition:all 0.3s;display:none;}
#left_nav dl>dd>i:before{content:"\ec8a";font-size:24px;line-height:30px;width:30px;height:30px;display:block;}
#left_nav dl>dd.active>i:before{}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#fff;}
#left_nav dl>dd.active>a:after,#left_nav dl>dd:hover>a:after{background-color:#fff;}
#left_nav dl>dd.active>a:before,#left_nav dl>dd:hover>a:before{right:0;}
#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 .leftbox{padding:15px 20px;}

    #right_nav{width:70%;}
}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:33%;}
    #left_nav .leftbox{padding:15px 15px;}
    
    #right_nav{width:65%;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;}
    #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%;}
    #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;}
}

/*右侧内容*/
.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 p{font-size:18px;line-height:1.5;margin-left:0;margin-right:0;}
.nframe .title .line{width:100%;height:1px;background-color:#ddd;margin-top:20px;}
.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 h2{font-size:40px;}
}
@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;}
    .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:24px;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:18px;}
    .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 .tit 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:18px;}
    .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-color:#f8fbfe;padding-bottom:0;}
#ab_intro .left{width:40%;max-width:500px;}
#ab_intro .right{width:58%;}
#ab_intro .right article{line-height:2;font-size:14px;}

#ab_video{position:relative;background-color:#f8fbfe;}
#ab_video .video_icon{}
#ab_video .left{width:50%;position:relative;}
#ab_video .left img{width:100%;height:100%;object-fit:cover;}
#ab_video .right{width:50%;background-color:#fff;display:flex;align-content:center;flex-wrap:wrap;padding:30px 60px;justify-content:space-between;}
#ab_video .right .item{width:43%;margin:35px 0 35px 0;padding-left:60px;position:relative;}
#ab_video .right .item>i{position:absolute;left:0;top:0;line-height:1;font-size:48px;color:var(--main-color);}
#ab_video .right .item h3{font-size:24px;color:var(--main-color);font-style:italic;}
#ab_video .right .item p{font-size:16px;color:var(--font-color);}

@media (min-width:992px) and (max-width:1229px) {
    #ab_video .right{padding:30px 30px;}
    #ab_video .right .item{width:100%;margin:0 0 30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ab_intro .left{width:100%;max-width:initial;}
    #ab_intro .right{width:100%;}
    #ab_intro .right article{line-height:1.8;font-size:14px;}

    #ab_video .right{padding:30px 30px;}
    #ab_video .right .item h3{font-size:20px;}
    #ab_video .right .item p{font-size:15px;}
    #ab_video .right .item{width:100%;margin:0 0 30px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_intro .left{width:100%;max-width:initial;}
    #ab_intro .right{width:100%;}
    #ab_intro .right article{line-height:1.8;font-size:14px;}

    #ab_video .left{width:100%;}
    #ab_video .right{padding:20px 15px;width:100%;}
    #ab_video .right .item h3{font-size:18px;}
    #ab_video .right .item p{font-size:13px;}
    #ab_video .right .item{width:100%;margin:0 0 20px;}
}



#number{padding-top:var(--gap-large);}
#number .item{width:30%;padding-left:100px;position:relative;border-left:3px solid var(--main-color);margin:0;}
#number .item:last-child{width:33%;}
#number .item i{position:absolute;font-size:65px;color:var(--main-color);left:15px;line-height:1;top:10px;}
#number .item span{display:inline-block;font-size:36px;color:#000;line-height:1;font-family:var(--font-bold);}
#number .item sub{display:inline-block;font-size:36px;color:#000;line-height:1;font-family:var(--font-bold);vertical-align:text-bottom;}
#number .item p{font-size:16px;color:#666;margin-top:5px;}
@media (min-width:992px) and (max-width:1229px) {
    #number .item span{font-size:30px;}
    #number .item sub{font-size:30px;}
    #number .item p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #number .item{padding-left:80px;}
    #number .item i{font-size:50px;}
    #number .item span{font-size:30px;}
    #number .item sub{font-size:30px;}
    #number .item p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #number .item{padding-left:80px;width:100%;margin-bottom:15px;}
    #number .item:last-child{width:100%;}
    #number .item i{font-size:50px;}
    #number .item span{font-size:24px;}
    #number .item sub{font-size:24px;}
    #number .item p{font-size:13px;}
}

#workshop{}
#workshop .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;position:relative;display:block;}
#workshop .item:after{content:"";border-top:3px solid var(--main-color);border-bottom:3px solid var(--main-color);position:absolute;left:50%;right:50%;top:0;bottom:0;transition:all 0.3s;z-index:1;}
#workshop .item:before{content:"";border-left:3px solid var(--main-color);border-right:3px solid var(--main-color);position:absolute;left:0;right:0;top:50%;bottom:50%;transition:all 0.3s;z-index:1;}
#workshop .item:hover:after{left:0;right:0;}
#workshop .item:hover:before{top:0;bottom:0;}
#workshop .item:nth-child(4n){margin-right:0;}
#workshop .item .img{position:relative;}
#workshop .item .img:before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;transform:scale(0);background-color:rgba(20,112,204,0.27);z-index:1;transition:all 0.3s;}
#workshop .item:hover .img:before{transform:scale(1);}
#workshop .item p{padding:5px 0;width:calc(100% - 100px);position:absolute;left:50px;bottom:0;z-index:2;background-color:rgba(20,112,204,0.71);text-align:center;color:#fff;line-height:30px;white-space:nowrap;text-overflow:ellipsis;}
#workshop .item p:after{content:"";border-width:20px 25px;border-style:solid;border-color:transparent rgba(20,112,204,0.71) rgba(20,112,204,0.71) transparent;position:absolute;left:-50px;bottom:0;}
#workshop .item p:before{content:"";border-width:20px 25px;border-style:solid;border-color:transparent transparent rgba(20,112,204,0.71) rgba(20,112,204,0.71);position:absolute;right:-50px;bottom:0;}
@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 .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-color:#f8fbfe;}
#certificate .title .subtitle{color:var(--main-color);}
#certificate .list{position:relative;overflow:hidden;}
#certificate .item{display:block;padding:16px;background-color:#fff;border-radius:5px;}
#certificate .item p{text-align:center;color:#606060;margin-top:15px;}
#certificate .item .img img{width:100%;}
#certificate .btnlist{display:inline-block;position:absolute;top:calc(50% - 22px);right:0;}
#certificate .btnlist .swbtn{width:42px;height:42px;display:inline-block;color:var(--main-color);text-align:center;border-radius:50px;border:1px solid var(--main-color);z-index:2;margin-left:15px;}
#certificate .btnlist .swbtn>i{line-height:42px;font-size:24px;display:inline-block;}
#certificate .btnlist .swbtn.btn-prev{}
#certificate .btnlist .swbtn.btn-next{}
#certificate .btnlist .swbtn.btn-next>i{transform:rotateY(180deg);}
#certificate .btnlist .swbtn:hover>i{color:var(--main-color);}
#certificate .btnlist .swbtn:hover{background-color:var(--main-color);}
#certificate .btnlist .swbtn:hover>i{color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #certificate .item h3{font-size:16px;padding:10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #certificate .btnlist{position:relative;margin-top:10px;}
    #certificate .btnlist .swbtn{margin-left:0;margin-right:15px;}
    #certificate .item{padding:10px;}
    #certificate .item h3{font-size:16px;padding:5px;}
    
    #certificate .btnlist .swbtn{width:36px;height:36px;margin-right:10px;}
    #certificate .btnlist .swbtn>i{line-height:34px;font-size:24px;}
}



.ServicePage{}

#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 .tit h3{font-size:1.25rem;}
    #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 img{max-width:129px;}
#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;}
}


/*联系我们*/
#contPage{background:url(/dist/images/map.jpg) no-repeat center center;}
#contPage .title{text-align:left;}
#contPage .title h2{font-size:36px;}
#contPage .title p{color:#666;font-size:16px;}
#contPage #contact {width:41%;}
#contPage .contacts .item{background-color:var(--main-color);display:flex;align-items:center;border-radius:8px;padding:20px 45px;margin-bottom:30px;}
#contPage .contacts .item i{font-size:36px;line-height:1;margin-right:25px;color:#fff;}
#contPage .contacts .item p{font-size:18px;color:#fff;line-height:1.33;flex:1;align-content:center;}
#contPage .contacts .item p>a{font-size:18px;color:#fff;line-height:1.33;}
@media (min-width:992px) and (max-width:1229px) {
    #contPage .title h2{font-size:30px;}

    #contPage .contacts .item{padding:25px;}
    #contPage .contacts .item p{font-size:16px;}
    #contPage .contacts .item p>a{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contPage .title h2{font-size:26px;}
    
    #contPage #contact {width:100%;}
    #contPage .contacts .item{padding:15px 25px;}
    #contPage .contacts .item i{font-size:30px;}
    #contPage .contacts .item p{font-size:16px;}
    #contPage .contacts .item p>a{font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contPage .title h2{font-size:24px;line-height:1.5;}
    #contPage .title p{color:#666;font-size:14px;}
    
    #contPage #contact {width:100%;}
    #contPage .contacts .item{padding:15px 25px;margin-bottom:20px;}
    #contPage .contacts .item i{font-size:30px;margin-right:15px;}
    #contPage .contacts .item p{font-size:14px;}
    #contPage .contacts .item p>a{font-size:14px;}
}

#contPage .feedbackbox{width:50%;}
@media (min-width:1230px) and (max-width:1429px) {
    #contPage .feedbackbox ul > li{margin-bottom:15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #contPage .feedbackbox ul > li{margin-bottom:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contPage .feedbackbox{width:100%;margin-bottom:30px;}
    #contPage .feedbackbox ul > li{margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contPage .feedbackbox{width:100%;margin-bottom:30px;}
    #contPage .feedbackbox .half{width:100%;}
    #contPage .feedbackbox ul > li{margin-bottom:15px;}
}



/*产品中心*/
#ProCatePage .catelist .item{border:1px solid #ececec;}
#ProCatePage .catelist .item:nth-child(2n){flex-flow:row-reverse;}
#ProCatePage .catelist .item .imgbox{width:50%;display:flex;align-content:center;position:relative;}
#ProCatePage .catelist .item .imgbox .morebox{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(20,112,204,0.61);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;border-radius:5px;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;border-radius:5px;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;}
#ProCatePage .catelist .item .img img{object-fit:cover;max-width:100%;max-height:100%;}
#ProCatePage .catelist .item .txt{width:50%;background-color:#e9eff6;padding:50px;position:relative;}
#ProCatePage .catelist .item .txt:before{content:"";border-width:30px;border-color:transparent transparent transparent #fff;border-style:solid;position:absolute;left:0;top:6%;}
#ProCatePage .catelist .item:nth-child(2n) .txt:before{border-color:transparent #fff transparent transparent;left:initial;right:0;}
#ProCatePage .catelist .item .txt h3{font-size:28px;color:#002f54;line-height:30px;margin-bottom:20px;}
#ProCatePage .catelist .item .txt p{font-size:14px;color:#444;padding-left:35px;line-height:24px;margin-bottom:15px;}
#ProCatePage .catelist .item .txt b{font-weight:bold;color:#333;font-size:16px;line-height:22px;display:inline-block;position:relative;padding-left:35px;margin-bottom:5px;}
#ProCatePage .catelist .item .txt b>em{width:22px;height:22px;line-height:22px;background-color:var(--main-color);color:#fff;font-style:normal;text-align:center;position:absolute;left:0;top:0;font-size:16px;border-radius:50px;}

@media (min-width:992px) and (max-width:1229px) {
    #ProCatePage .catelist .item .txt{padding:35px;}
    #ProCatePage .catelist .item .txt h3{font-size:24px;}
    #ProCatePage .catelist .item .txt p{}
}
@media (min-width:768px) and (max-width:991px) {
    #ProCatePage .catelist .item .txt{padding:25px;}
    #ProCatePage .catelist .item .txt h3{font-size:20px;}
    #ProCatePage .catelist .item .txt p{font-size:13px;line-height:1.4;margin-bottom:10px;}
    #ProCatePage .catelist .item .txt b{font-size:15px;}
    #ProCatePage .catelist .item .txt b>em{}
    
    #ProCatePage .catelist .item .txt:before{border-width:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProCatePage .catelist .item{margin-bottom:20px;}
    #ProCatePage .catelist .item:nth-child(2n){flex-flow:column;}
    #ProCatePage .catelist .item .imgbox{width:100%;}
    #ProCatePage .catelist .item .txt{padding:15px;width:100%;}
    #ProCatePage .catelist .item .txt h3{font-size:18px;margin-bottom:0;}
    #ProCatePage .catelist .item .txt p{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{}

#ProPage .ProList{overflow:hidden;padding:0 15px;margin:0 -15px;}
#ProPage .ProList .item{width:calc((100% - 40px)/3);margin:0 20px 20px 0;border:1px solid #ddd;border-radius:5px;overflow:hidden;transition:all 0.3s;padding-bottom:20px;}
#ProPage .ProList .item:nth-child(3n){margin-right:0;}
#ProPage .ProList .item img{width:100%;}
#ProPage .ProList .item h4{font-size:16px;line-height:24px;padding:10px 25px;background-color:var(--main-color);color:#fff;font-family:var(--font);}
#ProPage .ProList .item p{padding:15px 25px 0;color:#666;}
#ProPage .ProList .item:hover{box-shadow:0 0 15px #ddd;}
#ProPage .ProList .item:hover h4{text-decoration:underline;}
@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-bottom:15px;}
    #ProPage .ProList .item:nth-child(3n){margin-right:20px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item h4{padding:10px 15px;}
    #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-bottom:15px;}
    #ProPage .ProList .item:nth-child(3n){margin-right:20px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item h4{padding:10px 15px;}
    #ProPage .ProList .item p{padding:15px 15px 0;font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .ProList .item{width:calc((100% - 15px)/2);padding-bottom:0;margin-right:15px;}
    #ProPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item h4{padding:10px 15px;text-overflow:initial;white-space:initial;font-size:15px;}
    #ProPage .ProList .item p{padding:15px 15px 0;font-size:14px;display:none;}
}

.currertkeywords{margin-bottom:30px;font-size:18px;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:var(--main-color);}


/*产品详情*/
#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:5px 25px;background-color:var(--main-color);color:#fff;margin-right:10px;}
#ProductIntro .IntroText .btnlist>a.btncontact{background-color:#484848;color:#fff;}
#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{}
#NewsPage .NewsList{}
#NewsPage .NewsList .item{position:relative;width:calc((100% - 30px)/2);margin:0 30px 30px 0;border:1px solid #ddd;box-shadow:0 0 1px #ddd;border-radius:5px;}
#NewsPage .NewsList .item:nth-child(2n){margin-right:0;}
#NewsPage .NewsList .item .img{}
#NewsPage .NewsList .item .txt{padding:30px 25px 50px;position:relative;}
#NewsPage .NewsList .item .txt time{position:absolute;background-color:var(--main-color);bottom:calc(100% - 24px);right:30px;text-align:center;min-width:70px;}
#NewsPage .NewsList .item .txt time span{display:block;padding:0 5px;}
#NewsPage .NewsList .item .txt time span.day{color:#fff;font-size:18px;line-height:1.2;margin-top:10px;}
#NewsPage .NewsList .item .txt time span.month{color:#fff;font-size:14px;line-height:1;margin-bottom:8px;}
#NewsPage .NewsList .item .txt time span.year{background-color:#000;color:#fff;font-size:14px;line-height:24px;}
#NewsPage .NewsList .item .txt h4{font-size:18px;line-height:1.8;color:#333;margin-bottom:8px;text-transform:uppercase;font-family:var(--font);font-weight:bold;}
#NewsPage .NewsList .item .txt p{line-height:1.875;margin-bottom:30px;color:#666;}
#NewsPage .NewsList .item .morelink{line-height:20px;position:absolute;bottom:30px;left:25px;color:#002f54;}
#NewsPage .NewsList .item:hover .txt h4{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{padding:30px 15px 40px;}
    #NewsPage .NewsList .item .txt h4{font-size:16px;}
    #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{padding:30px 15px 40px;}
    #NewsPage .NewsList .item .txt h4{font-size:16px;}
    #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:1px) and (max-width:767px) {
    #NewsPage .NewsList .item{width:100%;margin:0 0 20px 0;padding:15px;}
    #NewsPage .NewsList .item .img{margin-right:15px;display:none;}
    #NewsPage .NewsList .item .txt{padding:0;}
    #NewsPage .NewsList .item .txt time{display:none;}
    #NewsPage .NewsList .item .txt h4{font-size:18px;line-height:1.3;margin-bottom:15px;}
    #NewsPage .NewsList .item .txt span.date{font-size:14px;margin-bottom:15px;}
    #NewsPage .NewsList .item .txt p{font-size:14px;line-height:1.5;margin-bottom:20px;}
    #NewsPage .NewsList .item .morelink{position:relative;left:initial;bottom:initial;}
}


#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 #009b4d;color:#009b4d;}
@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;}
}

