﻿.pagesbanner .pagesbanner-animate{top:50%}
.pagesbanner .pagesbanner-animate .p4{color:var(--color);letter-spacing: 2px;text-transform: uppercase;}
.pagesbanner .pagesbanner-animate .p1{font-size:48px;font-weight:var(--fontbold6,600)}
.pagesbanner .pagesbanner-animate .p2{margin-top:10px;font-size:var(--fontsize18);font-weight:var(--fontbold5);max-width:675px;margin-left:auto;margin-right:auto;color:#bbb;}
@media (max-width:1024px){.pagesbanner .pagesbanner-animate .p1{font-size:36px}}
@media (max-width:768px){.pagesbanner .pagesbanner-animate .p1{font-size:var(--fontsize26)}
.pagesbanner .pagesbanner-animate .p2{margin-top:5px;font-size:var(--fontsize16)}}

.banner-h1{display:none;}
.common-main>.l-wrap{max-width:100%;padding-left:0;padding-right:0;}
.tab-top{padding:20px 0;border-bottom:2px solid #E6E6E5;}
.tab-top .list{display:flex;justify-content: center;}
.tab-top .list .item{transform-origin: 50% 50% 0px;transition: all .4s linear;border-radius: 20px;position: relative;padding:10px 20px;display:flex;flex-direction: column;align-items: center;margin:0 5px;cursor: pointer;border: 1px solid transparent}
.tab-top .list .item .img{width:36px;height:36px;display:flex;align-items: center;justify-content: center;background: #F5F3F1;transition: all .4s linear;border-radius: 5px;}
.tab-top .list .item .img img{transition: all .4s linear;filter: grayscale(1);}
.tab-top .list .item:after{content:'';width:40px;height:3px;background: transparent;position: absolute;bottom:-21px;left:50%;z-index:2;transform: translateX(-50%);transition: all .4s;}
.tab-top .list .item.active{border-color:var(--color);background:#FBEEE7;}
.tab-top .list .item.active:after{background: var(--color);}
.tab-top .list .item.active .img{background: var(--color);}
.tab-top .list .item.active .img img{filter: brightness(0) invert(1);}
.tab-top .list .item p{margin-top:5px;transition: all .4s;font-size:12px;text-align:center}
.tab-top .list .item.active p{color:var(--color)}

.tab-bot{padding-top:50px;}
.tab-bot .botitem-box .item{display: none;}
.tab-bot .botitem-box .item.active{display:block;}
.tab-bot .botitem-box .item .top-des1{display:flex;align-items: center;}
.tab-bot .botitem-box .item .top-des1 .img{background: #FAECE2;border-radius: 5px;width:40px;height:40px;display:flex;align-items: center;justify-content: center;}
.tab-bot .botitem-box .item .top-des1 p{color:var(--color);font-size:12px;letter-spacing: 2px;text-transform: uppercase;margin-left:10px;}
.tab-bot .botitem-box .item .top-tit{font-size:30px;font-weight: var(--fontbold7);color:#000;margin:12px 0 16px}
.tab-bot .botitem-box .item .top-des2{font-size:16px;color:#6C6172;max-width:768px}
.tab-bot .botitem-box .item .bot-list-word{display:flex;margin-top:16px;flex-wrap:wrap;}
.tab-bot .botitem-box .item .bot-list-word p{font-size:12px;padding:6px 12px;line-height:1;color:var(--color);border-radius: 30px;border:1px solid var(--color);background: #FBEEE7;margin-right:10px;}
.tab-bot .botitem-box .item .bot-list-img{display:flex;flex-wrap:wrap;margin-top:50px;}
.tab-bot .botitem-box .item .bot-list-img .imgitem{width:32%;margin-right:2%;margin-bottom:2%;border:1px solid #e4e0e1;border-radius: 20px;transition: all .4s;overflow: hidden;}
.tab-bot .botitem-box .item .bot-list-img .imgitem:nth-child(3n){margin-right:0;}
.tab-bot .botitem-box .item .bot-list-img .imgitem .img{overflow: hidden;}
.tab-bot .botitem-box .item .bot-list-img .imgitem .img img{width:100%;display:block;transition: all .4s;}
.tab-bot .botitem-box .item .bot-list-img .imgitem:hover{border-color:rgb(236 90 0 / 60%);box-shadow: 0 0 5px rgb(236 90 0 / 60%);}
.tab-bot .botitem-box .item .bot-list-img .imgitem:hover .img img{transform: scale(1.05);}
.tab-bot .botitem-box .item .bot-list-img .imgitem .inner{padding:22px;}
.tab-bot .botitem-box .item .bot-list-img .imgitem .inner .tit{font-size:18px;font-weight: var(--fontbold7);transition: all .4s;}
.tab-bot .botitem-box .item .bot-list-img .imgitem:hover .inner .tit{color:var(--color)}
.tab-bot .botitem-box .item .bot-list-img .imgitem .inner .des{margin-top:8px;font-size: 14px;line-height:1.5}
@media (max-width:768px){.tab-top{overflow-y: scroll;}
.tab-top .list{justify-content: flex-start;}
.tab-top .list .item p{line-height: 1.3;white-space: nowrap;}
.tab-top .list .item{padding:5px 10px;margin:0;border-radius: 10px;}
.tab-bot .botitem-box .item .bot-list-img{justify-content: space-between;}
.tab-bot .botitem-box .item .bot-list-img .imgitem{width:49%;margin-right:0;}
.tab-bot .botitem-box .item .top-tit{font-size:24px;}
.tab-bot .botitem-box .item .top-des2{font-size:14px;}
.tab-bot .botitem-box .item .bot-list-word p{margin-top:5px}}
@media (max-width:600px){.tab-bot .botitem-box .item .bot-list-img .imgitem{width:100%;margin-right:0;}
.tab-bot .botitem-box .item .bot-list-img .imgitem .inner{padding:15px;}}