/* title */
.nei_tit{position: relative;margin-bottom:60px;}
.nei_tit .title{font-size: 2.5vw;color: #000;text-align: center;}
.nei_tit .tit{font-size: .95vw;color: #666;text-align: center;margin-top: .5vw;}
@media screen and (max-width:1080px){
.nei_tit{margin-bottom: 40px;}
.nei_tit .title{font-size: 32px;}
.nei_tit .tit{font-size: 15px;margin-top: 10px;}
}
@media screen and (max-width: 520px){
.nei_tit{margin-bottom:30px;}
.nei_tit .title{font-size: 22px;}
.nei_tit .tit{font-size: 14px;margin-top: 5px;}
}

/* banner */
.banner{position:relative;}
.banner .img img{width: 100%;}
.banner .info{position: absolute;top: 50%;width: 100%;}
.banner .info2{top: 40%;}
.banner .info .t2{color: #fff;font-size: 2.5vw;font-weight: bold;filter: drop-shadow(0px 0px 1px #5f5f5f);}
.banner .info .t3{color: #fff;font-size: 2.5vw;font-weight: bold;letter-spacing: 2px;filter: drop-shadow(0px 0px 1px #5f5f5f);}
.banner .info .btn2{position: relative;border: 1px solid #fff;line-height: 2.3vw;width: max-content;text-align: center;border-radius: 6px;overflow: hidden;margin-top: 2vw;}
.banner .info .btn2 a{display: flex;align-items: center;justify-content: space-between;padding: 0 1.25vw;position: relative;}
.banner .info .btn2 p{color: #fff;font-size: .82vw;position: relative;z-index: 9;transition:all .5s;margin-right: .5vw;font-weight: bold;}
.banner .info .btn2 img{width: 1.254vw;transition:all .5s;}
.banner .info .btn2:before{transition:all .5s ease-in-out;top:0;left:0;width:0;height:0;border-style:solid;border-width:0;background-color:transparent;border-color:#fff transparent transparent transparent;position: absolute;content: "";}
.banner .info .btn2:after{transition:all .5s ease-in-out;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0;background-color:transparent;border-color:transparent transparent #fff transparent;position: absolute;content: "";}
.banner .info .btn2:hover p{color: #333;}
.banner .info .btn2:hover img{filter: invert(.8);position: relative;z-index: 2;transition:all .5s;}
.banner .info .btn2:hover:after{border-width: 0 0 800px 800px;}
.banner .info .btn2:hover:before{border-width: 800px 800px 0 0;}
@media only screen and (max-width:1080px){
.banner .n_ban{transform: translate3d(0px, 0px, 0px) !important;}
.banner .info .t2{font-size: 35px;}
.banner .info .t3{font-size: 30px;}
.banner .info .btn2{line-height: 35px;margin-top: 30px;}
.banner .info .btn2 a{padding: 0 20px;}
.banner .info .btn2 p{font-size: 14px;}
.banner .info .btn2 img{width: 18px;}
}
@media only screen and (max-width:768px){
.banner .img{height: 330px;}
.banner .img img{height: 100%;object-fit: cover;}
.banner .info .t2{font-size: 30px;}
.banner .info .t3{font-size: 26px;}
}
@media only screen and (max-width:520px){
.banner .img{height: 268px;}
.banner .info .t2{font-size: 25px;text-align: center;}
.banner .info .t3{font-size: 20px;}
.banner .info .btn2{line-height: 32px;margin-top: 25px;}
.banner .info .btn2 a{padding: 0 15px;}
.banner .info .btn2 p{font-size: 13px;}
.banner .info .btn2 img{width: 17px;margin-left: 5px;}
}


/* pagenav */
.pagenav{background:#fff;overflow:hidden;text-align:center;position:relative;box-shadow: 0 0 8px rgba(170, 170, 170, 0.22);display: flex;align-items: center;padding: 1.3vw 0;}
.pagenav .w1440{display: flex;justify-content: space-between;}
.pagenav .crumb{display: flex;align-items: center;color: #333;display: none;}
.pagenav .crumb p{font-size: .8vw;}
.pagenav .crumb a{font-size: .8vw;margin: 0 .5vw;}
.pagenav .crumb a:nth-child(2){margin-left: 0;}
.pagenav .crumb a:hover{text-decoration: revert;color: #FECA0B;}
.pagenav ul{margin: 0 auto;}
.pagenav li{display:inline-block;position:relative;z-index:1;margin: 0 1.5vw;}
.pagenav li:nth-child(1){margin-left: 0;}
.pagenav li:nth-last-child(){margin-right: 0;}
.pagenav li a{display:block;font-size: .88vw;color: #333;position:relative;letter-spacing: 2px;transition:all .5s;}
.pagenav li a:after{content:'';position:absolute;left:50%;bottom: -15px;height: 2px;width:0;background: #FECA0B;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease;}
.pagenav li.aNow a, .pagenav li a:hover{color: #FECA0B;}
.pagenav li.aNow a:after, .pagenav li a:hover:after{width: 100%; left: 0;}
.pagenav::-webkit-scrollbar{width:2.5px;height:2.5px}
.pagenav::-webkit-scrollbar-track{background-color:transparent}
.pagenav::-webkit-scrollbar-thumb{border-radius:4px;background-color:#c1c1c1}
@media(max-width:1280px){
.pagenav .crumb{display: none;}
.pagenav ul{width: max-content;margin: 0 auto;}
}
@media(max-width:1080px){
.pagenav{overflow-x: auto;padding: 20px 0;}
.pagenav .w1440{width: max-content;padding: 0 3%;flex-wrap: wrap;}
.pagenav li{margin: 0 15px;}
.pagenav li a{font-size: 15px;}
}
 
@media(max-width:520px){
.pagenav{padding: 15px 0;}
.pagenav li{margin: 0 10px;}
.pagenav li a{font-size: 14px;}
}


/* newslist */
.newslist{padding: 90px 0;}
.newslist .item{width:32%;position:relative;margin-right:2%;margin-bottom:2%;}
.newslist .item:nth-child(3n+3){margin-right:0}
.newslist .item .img{border-top-left-radius:16px;border-top-right-radius:16px;padding-bottom: 75%;position: relative;overflow: hidden;}
.newslist .item .img img{transition:all 1s;height:100%;width:100%;object-fit:cover;position:absolute}
.newslist .item:hover .img img{transform:scale(1.05)}
.newslist .item .icon{width:90px;height:90px;position:absolute;left:0;bottom: 0;transform-origin:left bottom;background:url(../images/icon_bg.png) no-repeat;transition:all .5s cubic-bezier(.64,.6,.32,1.27);transform:scale(0)}
.newslist .item:hover .icon{transform:scale(1)}
.newslist .item .icon .dot{width:40px;height:40px;position:absolute;left:16px;bottom:16px;background:#feca0a;border-radius:50%}
.newslist .item .icon .dot img{position:absolute;left:0;top:0;transform:scale(0);transition:all .5s cubic-bezier(.64,.6,.32,1.27) .2s}
.newslist .item:hover .icon .dot img{transform:scale(1)}
.newslist .item .info{padding:30px;background:#f7f7f7;border-bottom-right-radius:16px;border-bottom-left-radius:16px}
.newslist .item .info .t1{font-size: 20px;line-height:1.7;font-weight: bold;color: #000000d1;letter-spacing: 1px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.newslist .item .info .date{font-size: 16px;font-weight:700;margin:15px 0;color:#646464;}
.newslist .item .info .lb{background:#ececec;width:max-content;padding:6px 10px;border-radius:4px}
.newslist .item:hover .info .t1{color: #000000;}
@media(max-width:1280px){
.newslist .item .info{padding: 22px;}
.newslist .item .info .t1{font-size: 18px;}
}
@media(max-width:1080px){
.newslist{padding: 50px 0;}
.newslist .item .info{padding: 20px;}
.newslist .item .info .date{font-size: 14px;}
}
@media(max-width:768px){
.newslist .item{width: 48.5%;margin-bottom: 3%;}
.newslist .item:nth-child(odd){margin-right: 3%;}
.newslist .item:nth-child(even){margin-right: 0;}
.newslist .item .img{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.newslist .item .info{border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
}
@media(max-width:520px){
.newslist{padding: 30px 0;}
.newslist .item .img{border-top-left-radius: 6px;border-top-right-radius: 6px;}
.newslist .item .info{border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;padding: 10px;}
.newslist .item .info .date{font-size: 12px;margin: 10px 0;}
.newslist .item .info .t1{font-size: 15px;line-height: 24px;}
.newslist .item .info .lb{font-size: 12px;padding: 4px 8px;}
}


/* news */
.news{padding: 150px 0 90px;}
.news .flex{justify-content: space-between;}
.news .list{width: 65%;}
.news .list .n_tit{margin-bottom: 10px;}
.news .list .n_tit h3{font-size: 30px;font-weight: bold;color: #000;text-align: center;margin-bottom: 10px;}
.news .list .n_tit .date{font-size: 14px;color: #999;padding-bottom: 15px;padding-top: 10px;text-align: center;}
.news .list .cont{border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;padding: 40px 0;}
.news .list .cont .img{text-align: center;}
.news .list .cont img{max-width: 100%;}
.news .list .cont img{margin-bottom: 15px;}
.news .list .cont p{margin: 10px 0;font-size: 16px;line-height: 2;font-family: initial !important;}
.news .list .cont p span{font-family: initial !important;}
.news .list .cont p:nth-child(1){margin-top: 0;}
.news .list .cont p:nth-last-child(1){margin-bottom: 0;}
.news .list .cont .page{margin-top: 40px;}
.news .list .cont .page li{font-size: 18px;color: #333;}
.news .list .cont .page li:hover{color: #FFD848;}
.news .list .btn{text-align: center;margin: 0 auto;margin-top: 40px;background-color: #f3f6fa;}
.news .list .btn{display: block;text-align: left;}
.news .link_door{width: 25%;margin-left: 2%;height: fit-content;position: sticky;top: 100px;}
.news .link_door .title{font-size:26px;color: #333;font-weight: bold;padding-bottom: 15px;border-bottom: 1px solid #dddddd;}
.news .link_door .item{transition: all .5s ease-in-out;margin-top: 25px;}
.news .link_door .item .t1{font-size: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;margin: 15px 0;}
.news .link_door .item .t2{font-size: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;color: #333;}
.news .link_door .item:hover .t1{font-weight: bold;}
@media only screen and (max-width:1080px){
.news{padding: 100px 0 60px;}
.news .link_door{width: calc(30% - 30px);padding: 15px;}
.news .link_door .item{margin-top: 20px;}
.news .link_door .item .t1{font-size: 17px;margin-bottom: 10px;}
.news .link_door .item .t2{font-size: 14px;}
}
@media only screen and (max-width:850px){
.news .list{width: 100%;}
.news .link_door{width: 100%;margin-top: 30px;margin-left: 0%;}
.news .link_door .item .img img{width: 100%;}
}
@media only screen and (max-width:520px){
.news{padding: 80px 0 30px;}
.news .list .n_tit{margin-bottom: 0px;}
.news .list .n_tit h3{font-size: 20px;margin-bottom: 5px;}
.news .list .n_tit .date{font-size: 12px;}
.news .list .cont{padding: 20px 0;}
.news .list .cont p{font-size: 14px;}
.news .list .cont .page{margin-top: 20px;}
.news .list .cont .page li{font-size: 14px;}
.news .list .btn{margin-top: 20px;}
.news .link_door{margin-top: 20px;}
.news .link_door .title{font-size: 20px;}
.news .link_door .item{margin-top: 15px;}
.news .link_door .item .t1{font-size: 15px;margin-bottom: 8px;}
.news .link_door .item .t2{font-size: 12px;}
}


/* ab_xgc01 */
.ab_xgc01{padding: 90px 0;}
.ab_xgc01 .ul{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.ab_xgc01 .ul li{width: 23.5%;transition: all .3s ease;}
.ab_xgc01 .ul li:hover{transform:translateY(-10px);box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1);border-color:#e0e7ff}
.ab_xgc01 .ul li .img{overflow: hidden;}
.ab_xgc01 .ul li .img img{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.ab_xgc01 .ul li .t1{background: #feca0a;background-image: linear-gradient(to right,rgb(243 214 110),rgba(0,255,192,.1));color: #333;font-weight: 700;font-size: .85vw;padding: .58vw 0;text-align: center;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
@media only screen and (max-width:1080px){
.ab_xgc01{padding: 60px 0;}
.ab_xgc01 .ul li .t1{font-size: 15px;padding: 10px 0;}
}
@media only screen and (max-width:768px){
.ab_xgc01 .ul li{width: 48.5%;margin-bottom: 3%;}
}
@media only screen and (max-width:520px){
.ab_xgc01{padding: 30px 0 25px;}
.ab_xgc01 .ul li .t1{padding: 8px 0;}
}

/* ab_xgc06 */
.ab_xgc06{padding: 90px 0;background: url(../images/xgc03_bg.jpg);background-size: cover;}
.ab_xgc06 .pic{display: none;text-align: center;margin-bottom: 20px;}
.ab_xgc06 .top{padding: 1.5vw;background: #fff;}
.ab_xgc06 .top ol{display: flex;align-items: center;justify-content: space-between;}
.ab_xgc06 .top dl{padding:.58vw 0;background: #353B40;color: #fff;font-size: .9vw;text-align: center;width: 17vw;font-weight: bold;}
.ab_xgc06 .top dl:nth-child(1){background: #FDC909;color: #333;width: 6vw;}
.ab_xgc06 .top dl:nth-child(2){width: 15vw;margin-left: -1vw;}
.ab_xgc06 .top dl:nth-child(3){width: 13vw;margin-left: 1vw;}
.ab_xgc06 .top dl:nth-child(5){background: #FDC909;color: #333;width: 16vw;}
.ab_xgc06 .top ul{display: flex;justify-content: space-between;padding: 1vw 0;position: relative;}
.ab_xgc06 .top ul::after{position: absolute;content: "";background: #ADAEB2;bottom: 0;right: 0;width: 90%;height: 1px;}
.ab_xgc06 .top ul li:nth-child(1){padding:.58vw 0;background: #353B40;font-size: .9vw;color: #fff;width: 6vw;display: flex;justify-content: center;align-items: center;font-weight: bold;}
.ab_xgc06 .top ul li:nth-child(2){width: 15vw;}
.ab_xgc06 .top ul li:nth-child(3){width: 13vw;}
.ab_xgc06 .top ul li:nth-child(4){width: 16vw;}
.ab_xgc06 .top ul li:nth-child(5){width: 17vw;}
.ab_xgc06 .top ul li span{font-size: .9vw;color: #000;font-weight: bold;margin-bottom: .5vw;display: flex;}
.ab_xgc06 .top ul li span i{color: #FDC909;font-size: 2vw;}
.ab_xgc06 .top ul li p{color: #666;font-size: .8vw;line-height: 1.6;}
.ab_xgc06 .top ul:nth-child(4) li span{margin-bottom: 0;}
.ab_xgc06 .top ul:nth-child(5) li span{margin-bottom: 0;}
@media only screen and (max-width:1080px){
.ab_xgc06{padding: 60px 0;}
.ab_xgc06 .pic{display: block;}
.ab_xgc06 .top{display: none;}
}
@media only screen and (max-width:520px){
.ab_xgc06{padding: 30px 0;background-position: right;}
}



/* ab_xgc03 */
.ab_xgc03{padding: 90px 0;background: url(../images/xgc03_bg.jpg);background-size: cover;}
.ab_xgc03 .cont{position: relative;}
.ab_xgc03 .cont .hd_cont .flex{justify-content: space-between;}
.ab_xgc03 .cont .hd_cont .info{width: calc(32% - 3.8vw);background: #fff;box-shadow: 0 0 5px rgba(0,0,0,.08);padding: 0 1.9vw;display: flex;align-items: center;}
.ab_xgc03 .cont .hd_cont .info .icon img{width: 4.5vw;}
.ab_xgc03 .cont .hd_cont .info .t1{font-size: 1.2vw;color: #333;margin: 1vw 0;}
.ab_xgc03 .cont .hd_cont .info .text p{font-size: .82vw;color: #666;margin-bottom: 1vw;line-height: 28px;}
.ab_xgc03 .cont .hd_cont .bg{width: 68%;}
.ab_xgc03 .cont .rd{position: absolute;display: flex;justify-content: space-between;top: 0;right: 0;width: 68%;height: 100%;}
.ab_xgc03 .cont .rd a{display: flex;border-right: 1px solid rgba(255,255,255,.2);width: 20%;justify-content: center;align-items: center;flex-wrap: wrap;}
.ab_xgc03 .cont .rd a p{color: #fff;font-size: .9vw;width: 100%;text-align: center;font-weight: bold;filter: drop-shadow(0px 0px 1px #5f5f5f);}
.ab_xgc03 .cont .rd a span{position: relative;border-radius: 50%;background: #fff;width: .35vw;height: .35vw;display: block;margin: 0 auto;margin-bottom: 2vw;transition: all .3s}
.ab_xgc03 .cont .rd a span::after{content:'';width:1.1vw;height:1.1vw;border-radius:50%;border:1px solid #fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5}
.ab_xgc03 .cont .rd a span::before{content:'';width:1.5vw;height:1.5vw;border-radius:50%;border:1px solid #fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.1}
.ab_xgc03 .cont .rd a.active span{width: 20px;height: 20px;}
.ab_xgc03 .cont .rd a.active span::before{width: calc(100% - 2px);height: calc(100% - 2px);opacity: 1;animation: solution-box6-play 1.2s linear infinite;}
.ab_xgc03 .cont .rd a.active span::after{width: calc(100% - 2px);height: calc(100% - 2px);opacity: 1;animation: solution-box6-play1 1.2s linear infinite}
.ab_xgc03 .cont .hd_cont .info .icon, .ab_xgc03 .cont .hd_cont .info .t1,.ab_xgc03 .cont .hd_cont .info .text{opacity: 0;}
.ab_xgc03 .cont .hd_cont .info.cur .icon{animation: indbanDown 1s ease both 0.4s;}
.ab_xgc03 .cont .hd_cont .info.cur .t1{animation: indbanDown 1s ease both 0.3s;}
.ab_xgc03 .cont .hd_cont .info.cur .text{animation: indbanDown 1s ease both 0.2s;}
@keyframes solution-box6-play {to{transform: translate(-50%,-50%) scale(2);opacity: 0;}}
@keyframes solution-box6-play1 {to{transform: translate(-50%,-50%) scale(3);opacity: 0;}}
@keyframes indbanDown {0%{opacity: 0;transform: translateY(-100px);}100%{opacity: 1;transform: translateY(0);}}
@media only screen and (max-width:1080px){
.ab_xgc03{padding: 60px 0;}
.ab_xgc03 .cont .hd_cont .info{width: calc(32% - 40px);padding: 0 20px;}
.ab_xgc03 .cont .hd_cont .info .icon img{width: 65px;}
.ab_xgc03 .cont .hd_cont .info .t1{font-size: 18px;margin: 15px 0;}
.ab_xgc03 .cont .hd_cont .info .text p{font-size: 14px;margin-bottom: 8px;line-height: 24px;}
.ab_xgc03 .cont .rd a p{font-size: 15px;}
.ab_xgc03 .cont .rd a.active span{width: 14px;height: 14px;}
}
@media only screen and (max-width:768px){
.ab_xgc03 .cont .hd_cont .info{width: 100%;padding: 20px;overflow: hidden;}
.ab_xgc03 .cont .hd_cont .bg{width: 100%;}
.ab_xgc03 .cont .rd{width: 100%;height: 80%;top: 30%;}
}
@media only screen and (max-width:520px){
.ab_xgc03{padding: 30px 0;background-position: right;}
.ab_xgc03 .cont .hd_cont .info{padding: 15px;}
.ab_xgc03 .cont .hd_cont .info .icon img{width: 52px;}
.ab_xgc03 .cont .hd_cont .info .t1{font-size: 16px;margin: 10px 0;}
.ab_xgc03 .cont .hd_cont .info .text p{font-size: 13px;margin-bottom: 5px;}
.ab_xgc03 .cont .rd{height: 60%;top: 45%;}
.ab_xgc03 .cont .rd a p{font-size: 14px;}
.ab_xgc03 .cont .rd a span{width: 6px;height: 6px;margin-bottom: 15px;}
.ab_xgc03 .cont .rd a span::after{width: 10px;height: 10px;}
.ab_xgc03 .cont .rd a span::before{width: 10px;height: 10px;}
.ab_xgc03 .cont .rd a.active span{width: 10px;height: 10px;}
}


/* ab_xgc05 */
.ab_xgc05{padding: 90px 0;}
.ab_xgc05 .cont{position: relative;}
.ab_xgc05 .xgc5{padding: 10px;}
.ab_xgc05 .swiper-slide{border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,.1);height: auto;}
.ab_xgc05 .item a{padding: 1.25vw;display: block;}
.ab_xgc05 .item .img{border-top-left-radius:10px;border-top-right-radius:10px;position: relative;padding-bottom: 68%;position: relative;overflow: hidden;}
.ab_xgc05 .item .img img{transition:all .5s ease;height:100%;width:100%;object-fit:cover;position:absolute}
.ab_xgc05 .item:hover .img img{transform:scale(1.05)}
.ab_xgc05 .item .info{padding: 2vw 0 0;}
.ab_xgc05 .item .info .ul{display: flex;}
.ab_xgc05 .item .info .ul li{border:1px solid #feca0a;border-radius:4px;font-size:.82vw;display:flex;align-items:center;margin-right:3%;color:#333}
.ab_xgc05 .item .info .ul li span{background:#feca0a;color:#fff;padding:.2vw .5vw}
.ab_xgc05 .item .info .ul li p{padding:.2vw .5vw}
.ab_xgc05 .item .info .text{padding-top:1vw;border-top:1px solid #eee;margin-top:1.5vw;display:flex;align-items:center;justify-content:space-between}
.ab_xgc05 .item .info .text .t1{font-size:1.2vw;font-weight:700;color:#333}
.ab_xgc05 .item .info .text .logo img{width: 8vw;}
.ab_xgc05 .item:hover .info .text .t1{color: #feca0a;}
.ab_xgc05 .swiper-button-next{background: #CCCCCC;transition:all .3s;width: 2.58vw;height: 2.58vw;border-radius: 50%;right: -5%;}
.ab_xgc05 .swiper-button-prev{background: #CCCCCC;transition:all .3s;width: 2.58vw;height: 2.58vw;border-radius: 50%;left: -5%;}
.ab_xgc05 .swiper-button-next:after,.ab_xgc05 .swiper-button-prev:after{color: #fff;font-size: 18px;}
.ab_xgc05 .swiper-button-next:hover,.ab_xgc05 .swiper-button-prev:hover{background: #feca0a;}
@media only screen and (max-width:1080px){
.ab_xgc05{padding: 60px 0;}
.ab_xgc05 .xgc5{padding: 5px;}
.ab_xgc05 .item a{padding: 15px;}
.ab_xgc05 .item .info{padding: 25px 0 0;}
.ab_xgc05 .item .info .ul li{font-size: 14px;}
.ab_xgc05 .item .info .ul li span{padding: 3px 6px;}
.ab_xgc05 .item .info .ul li p{padding: 3px 6px;}
.ab_xgc05 .item .info .text{padding-top: 20px;margin-top: 20px;}
.ab_xgc05 .item .info .text .t1{font-size: 17px;}
.ab_xgc05 .item .info .text .logo img{width: 100px;}
.ab_xgc05 .swiper-button-next{width: 40px;height: 40px;right: -1%;}
.ab_xgc05 .swiper-button-prev{left: -1%;width: 40px;height: 40px;}
.ab_xgc05 .swiper-button-next:after,.ab_xgc05 .swiper-button-prev:after{font-size: 16px;}
}
@media only screen and (max-width:520px){
.ab_xgc05{padding: 30px 0;}
.ab_xgc05 .xgc5{padding: 5px;}
.ab_xgc05 .item a{padding: 10px;}
.ab_xgc05 .item .info{padding: 18px 0 0;}
.ab_xgc05 .item .info .ul li{font-size: 12px;}
.ab_xgc05 .item .info .ul li p{padding: 3px;}
.ab_xgc05 .item .info .text{padding-top: 15px;margin-top: 15px;}
.ab_xgc05 .item .info .text .t1{font-size: 16px;}
.ab_xgc05 .item .info .text .logo img{width: 90px;}
.ab_xgc05 .swiper-button-next{width: 35px;height: 35px;}
.ab_xgc05 .swiper-button-prev{width: 35px;height: 35px;}
.ab_xgc05 .swiper-button-next:after,.ab_xgc05 .swiper-button-prev:after{font-size: 14px;}
}


/* corePop */
.corePop{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6);z-index:2000;background:#fff;padding: 3vw;border-bottom:8px solid #feca0a;opacity:0;visibility:hidden;}
.corePop.on{transform:translate(-50%,-50%);opacity:1;visibility:visible;transition:ease .65s}
.corePop .corePopClose{position:absolute;width: 2.8vw;height: 2vw;top:0;right:0;background:#feca0a;display:flex;align-items:center;text-align:center;}
.corePop .corePopClose i{width: 1.3vw;margin:0 auto;transition: all .5s;}
.corePop .corePopClose:hover i{transform: rotate(270deg);}
.corePop .title{font-size: 1.38vw;color:#feca0a;margin-bottom: 2vw;text-align: center;position: relative;}
.corePop .title::after{position: absolute;content: "";width: 3vw;height: 3px;background: #feca0a;bottom: -20px;left: 50%;transform: translate(-50% ,-50%);}
.corePop .line .text{line-height:2.2;display: flex;flex-wrap: wrap;justify-content: space-between;}
.corePop .line .text h2{width: 100%;font-size: 1.05vw;margin-top: 1vw;}
.corePop .line .text p{font-size:.85vw;color:#666;width: 48.5%;margin-right: 2%;}
.corePop .line .text p:nth-child(even){margin-right: 0;}
#popUpMask{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1500;clip-path:circle(0 at center)}
#popUpMask.on{clip-path:circle(100% at center);transition:clip-path ease 1s}
@media (max-width:1080px){
.corePop{padding:30px;}
.corePop .title{font-size: 24px;margin-bottom: 20px;}
.corePop .line .text h2{font-size: 18px;}
.corePop .line .text p{font-size: 15px;}
.corePop .corePopClose{width: 40px;height: 30px;}
.corePop .corePopClose i{width: 20px;}
}
@media (max-width:520px){
.corePop{padding: 25px;width: 80%;border-bottom: 5px solid #feca0a;}
.corePop .title{font-size: 20px;margin-bottom: 25px;}
.corePop .title::after{width: 35px;bottom: -15px;}
.corePop .line .text{line-height: 2.4;}
.corePop .line .text h2{font-size: 16px;margin-top: 5px;}
.corePop .line .text p{font-size: 13px;}
}



 



/* about02 */
.about02{padding: 90px 0;position: relative;background: url(../images/ab2_bg.jpg);background-size: cover;background-position: center;}
.about02 .nei_tit{margin-bottom:60px;text-align: center;}
.about02 .nei_tit .big{color:#f3f6f9;font-size:90px}
.about02 .nei_tit .title{text-align:left;margin-top: -45px;letter-spacing:3px;text-align: center;}
.about02 .nei_tit .tit{margin-top: 15px;font-size: 18px;color: #666;}
.about02 .ab2{padding-bottom: 88px;}
.about02 .item{width: 500px;}
.about02 .item .img{text-align:center;border-radius:10px;box-sizing:border-box;position: relative;padding-bottom: 110%;width: 100%;height: 0;overflow: hidden;}
.about02 .item .img img{left:50%;top: 50%;max-width:100%;transform:translate(-50%,-50%);height: 100%;object-fit: cover;position: absolute;}
.about02 .item .text_wrap{opacity:0;transition:all .3s linear;color: #fff;z-index: 9;width: 100%;}
.about02 .item .text_wrap .txt{font-size: 18px;line-height:22px;font-weight:lighter;padding: 4px 0;text-align: center;color: #000;width: 80%;margin: 0 auto;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow: ellipsis;}
.about02 .item-active .text_wrap{opacity:1}
.about02 .item-active .img:after{opacity:0}
.about02 .swiper-button-next{width: 45px;height: 45px;border-radius: 5px;background: #EBECEE;right: 0;top: 50%;}
.about02 .swiper-button-prev{width: 45px;height: 45px;border-radius: 5px;background: #EBECEE;left: 0;top: 50%;}
.about02 .swiper-button-prev.swiper-button-disabled, .about02 .swiper-button-next.swiper-button-disabled{opacity: 1;}
.about02 .swiper-button-next:after, .about02 .swiper-button-prev:after{font-size: 18px;color: #333;}
.about02 .swiper-button-next:hover, .about02 .swiper-button-prev:hover{background: #FECA0A;}
.about02 .swiper-button-next:hover:after, .about02 .swiper-button-prev:hover:after{color: #fff;}
@media (max-width:1660px){
.about02 .swiper-button-next, .about02 .swiper-button-prev{width: 45px;height: 45px;}
.about02 .item{width: 450px;}
}
@media (max-width:1440px){
.about02 .swiper-button-next, .about02 .swiper-button-prev{width: 40px;height: 40px;}
.about02 .item{width: 400px;}
.about02 .nei_tit .big{font-size: 75px;}
}
@media (max-width:1280px){
.about02 .swiper-button-next, .about02 .swiper-button-prev{width: 35px;height: 35px;}
.about02 .item{width: 280px;}
}
@media (max-width:1080px){
.about02{padding: 50px 0;}
.about02 .nei_tit{margin-bottom: 40px;}
.about02 .nei_tit .tit{font-size: 16px;margin-top: 10px;}
}
@media (max-width:768px){
.about02 .item{width: 47%;}
.about02 .nei_tit{margin-bottom: 20px;}
}
@media (max-width:520px){
.about02{padding: 30px 0;}
.about02 .ab2{padding-bottom:68px}
.about02 .nei_tit .title{margin-top: -35px;}
.about02 .nei_tit .big{font-size: 50px;}
.about02 .nei_tit .tit{font-size: 13px;margin-top: 8px;}
.about02 .item .img{padding-bottom: 140%;}
.about02 .item .text_wrap .txt{width: 100%;line-height: 20px;}
.about02 .swiper-button-next, .about02 .swiper-button-prev{width: 36px;height: 36px;top: 40%;}
.about02 .item .text_wrap .txt{font-size: 14px;}
}

/* contact */
.contact{padding: 90px 0 60px;}
.contact ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact ul li{text-align: center;box-shadow: 0 0 10px rgb(171 171 171 / 8%);border: 1px solid rgb(22 38 72 / 6%);padding: 1.5vw;width: 28%;transition: all .3s ease;border-radius: 5px;margin-bottom: 2%;min-height: 10.5vw;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;background: url(../images/c1_icon.jpg);background-size: cover;}
.contact ul li:hover{transform: translateY(-10px);}
.contact ul li .icon{width: 3vw;height: 3vw;background: #252525;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.contact ul li .icon img{width: 2.08vw;}
.contact ul li .t1{font-size: 1.1vw;color: #000;font-weight: bold;margin: 0;width: 100%;}
.contact ul li img{width: 6.8vw;}
.contact ul li p{font-size: .95vw;color: #333;}
@media screen and (max-width:1080px){
.contact{padding: 60px 0 40px;}
.contact ul li{width: calc(48.5% - 60px);margin-bottom: 3%;padding: 20px 30px;}
.contact ul li .icon{width: 40px;height: 40px;}
.contact ul li .icon img{width:28px;}
.contact ul li .t1{font-size: 18px;}
.contact ul li p{font-size: 14px;}
.contact ul li img{width: 108px;}
}
@media screen and (max-width:520px){
.contact{padding: 30px 0 20px;}
.contact ul li{width: 100%;}
.contact ul li .icon{width: 36px;height: 36px;}
.contact ul li .icon img{width:22px;}
.contact ul li .t1{font-size: 16px;}
}
 


/* message */
.message{padding:80px 0;background: url(../images/message_bg.jpg);background-size: cover;background-position: right;background-attachment: fixed;}
.message .nei_tit .title{text-align: left;}
.message .message_leave{margin-top:40px;width:100%}
.message .message_leave .form_box{display:flex;flex-wrap:wrap;justify-content:space-between;width: 50%;}
.message .message_leave .form_box li{margin-bottom:40px;width:48.5%;background:0 0;box-sizing:border-box}
.message .message_leave .form_box li.w100{width:100%}
.message .message_leave .form_box li input{padding:0 20px;width:100%;font-size: 16px;transition:border .3s linear;line-height:50px;box-sizing:border-box;background: #fff;}
.message .message_leave .form_box li textarea{padding:12px 20px;width:100%;height:100px;resize:none;font-size: 16px;font-family:inherit;box-sizing:border-box;background: #fff;transition:border .3s linear;}
.message .message_leave .form_box li.code{margin-right:20px;margin-bottom:10px;width:246px;position: relative;}
.message .message_leave .form_box li.code img{position:absolute;bottom:7px;right:10px;height:35px}
.message .message_leave .form_box .up_load{padding:0;width:150px;border:1px solid #e2e2e2;height:50px;line-height:50px;transition:all .3s ease;color:#fff;background:#FECA0A;cursor:pointer;font-size: 18px;border-radius: 24px;font-weight: bold;}
.message .message_leave .form_box .up_load:hover{background:#191817;color:#fff}
.message .message_leave .form_box li input:focus,.message .message_leave .form_box li textarea:focus{border-color:#FECA0A}
@media only screen and (max-width:1080px){
.message{padding:50px 0}
.message .message_leave .form_box{width: auto;}
.message .message_leave .form_box li{margin-bottom: 30px;}
}
@media only screen and (max-width:520px){
.message{padding:30px 0}
.message .message_leave{margin-top:4%;width:100%}
.message .message_leave .form_box li{margin-bottom:10px;width:100%}
.message .message_leave .form_box .up_load{margin-top:10px;width:106px;height:36px;line-height:36px}
.message .message_leave .form_box li input{line-height: 40px;}
.message .message_leave .form_box li input,.message .message_leave .form_box li textarea{font-size:12px}
}


/* ab_xgc02 */
.ab_xgc02{padding: 90px 0;background: url(../images/xgc02_bg.jpg);background-size: cover;background-position: top;}
.ab_xgc02 .cont{display:flex;justify-content: space-between;position:relative;background-color: #ffffff8f;box-shadow:0 0 5px rgba(0,0,0,.1);border-radius:8px;padding:4vw 3vw;}
.ab_xgc02 .cont .left{background:#e4e3e8;padding: 3vw 3.5vw 1vw 4.5vw;border-radius:20px;position:relative;width: 25vw;box-shadow: 0 0 12px rgb(228 227 232);clip-path: polygon(100% -10%, 94% 100%, 110% 110%, -10% 110%, -10% 50%, -10% -10%);margin-top: 2.5vw;}
.ab_xgc02 .cont .left .top{background:#5a5863;width:max-content;padding:.68vw 2vw;border-radius:40px;font-size:1vw;color:#fff;font-weight:700;border:4px solid #fffffff5;position:absolute;right: 3vw;top:-1.5vw;}
.ab_xgc02 .cont .left .ul li{margin-bottom:1vw}
.ab_xgc02 .cont .left .ul li:nth-child(2){margin-right: .8vw;}
.ab_xgc02 .cont .left .ul li:nth-child(3){margin-right: 1.6vw;}
.ab_xgc02 .cont .left .ul li:nth-child(4){margin-right: 2.4vw;}
.ab_xgc02 .cont .left .ul li .t1{text-align:end;font-size:1vw;font-weight:700}
.ab_xgc02 .cont .left .ul li .text{font-size:.85vw;color: #444;margin-top: .5vw;line-height: 1.8;text-align: right;}
.ab_xgc02 .cont .right{background:#ffd848;padding: 3.5vw 5vw 2vw 3.5vw;border-radius:20px;margin-top:1vw;width: 29vw;box-shadow: 0 0 12px rgb(255 216 72);clip-path: polygon(110% 0%, 100% 100%, 100% 110%, 0% 110%, 2% 50%, 5% -10%);position: absolute;right: 3vw;}
.ab_xgc02 .cont .right .top{background:#fee587;width:max-content;padding:.68vw 2vw;border-radius:40px;font-size:1vw;color:#000;font-weight:700;border:4px solid #fffffff5;position:absolute;top:-1.5vw;left: 6vw;}
.ab_xgc02 .cont .right .ul li{margin-bottom:1vw}
.ab_xgc02 .cont .right .ul li .t1{font-size:1vw;font-weight:700}
.ab_xgc02 .cont .right .ul li .text{font-size:.85vw;color: #444;margin-top: .5vw;line-height: 1.8;}
.ab_xgc02 .cont .icon{position: absolute;left: 46.5%;top: 50%;transform: translate(-50% ,-50%);}
.ab_xgc02 .cont .icon img{width: 4.5vw;}
.ab_xgc02 .cont .right .ul li:nth-child(1){margin-left: 2.4vw;}
.ab_xgc02 .cont .right .ul li:nth-child(2){margin-left: 1.6vw;}
.ab_xgc02 .cont .right .ul li:nth-child(3){margin-left: .8vw;}
@media screen and (max-width:1080px){
.ab_xgc02{padding: 60px 0;}
.ab_xgc02 .cont{padding: 40px 30px;}
.ab_xgc02 .cont .left{width: 32.5vw;padding: 4vw 4.5vw 2vw 4.5vw;}
.ab_xgc02 .cont .left .top{padding: .8vw 2.5vw;font-size: 1.5vw;right: 4vw;}
.ab_xgc02 .cont .left .ul li .t1{font-size: 1.5vw;}
.ab_xgc02 .cont .left .ul li .text{font-size: 1.2vw;}
.ab_xgc02 .cont .right{width: 37vw;padding: 4.5vw 4vw 3vw 3.5vw;}
.ab_xgc02 .cont .right .top{padding: .8vw 2.5vw;font-size: 1.5vw;}
.ab_xgc02 .cont .right .ul li .t1{font-size: 1.5vw;}
.ab_xgc02 .cont .right .ul li .text{font-size: 1.2vw;}
.ab_xgc02 .cont .icon{left: 48%;}
.ab_xgc02 .cont .icon img{width: 5vw;}
}
@media screen and (max-width:580px){
.ab_xgc02{padding: 30px 0;}
.ab_xgc02 .cont{padding: 30px 20px;}
.ab_xgc02 .cont .left{border-radius: 10px;width: calc(47.5% - 20px);padding: 30px 10px 15px 10px;clip-path: initial;}
.ab_xgc02 .cont .left .top{padding: 5px 15px;font-size: 14px;right: 15px;top: -20px;}
.ab_xgc02 .cont .left .ul li{margin-bottom: 10px;margin-right: 0 !important;}
.ab_xgc02 .cont .left .ul li .t1{font-size: 15px;}
.ab_xgc02 .cont .left .ul li .text{font-size: 13px;margin-top: 5px;}
.ab_xgc02 .cont .right{padding: 30px 10px 10px 10px;position: relative;width: calc(47.5% - 20px);clip-path: initial;right: 0;margin-top: 10px;}
.ab_xgc02 .cont .right .top{padding: 5px 15px;font-size: 14px;top: -20px;left: 6vw;}
.ab_xgc02 .cont .right .ul li{margin-left: 0 !important;}
.ab_xgc02 .cont .right .ul li{margin-bottom: 10px;}
.ab_xgc02 .cont .right .ul li .t1{font-size: 15px;}
.ab_xgc02 .cont .right .ul li .text{font-size: 13px;margin-top: 5px;}
.ab_xgc02 .cont .icon{left: 49.5%;}
.ab_xgc02 .cont .icon img{width: 35px;}
}

/* ab_xgc04 */
.ab_xgc04{padding: 100px 0 0;background-size: cover;overflow: hidden;}
.ab_xgc04 .top{margin-bottom: 3.5vw;}
.ab_xgc04 .top .title{font-size: 2.4vw;color: #333;text-align: center;}
.ab_xgc04 .top .tit{font-size: 1vw;color: #666;text-align: center;margin-top: .5vw;}
.ab_xgc04 .cont{padding-top: 6vw;position: relative;margin-bottom: -2vw;}
.ab_xgc04 .cont .pie{position:relative;margin:0 auto;padding:0;width: 40vw;height: 40vw;border-radius:50%;z-index:9;}
.ab_xgc04 .cont .slice{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;transition:all .5s;background-position: bottom !important;}
.ab_xgc04 .cont .slice:after{position: absolute;content: "";background: #ffffff;box-shadow: 0px -20px 10px rgb(0 0 0 / 10%);width: 100%;height: 83%;clip-path: polygon(50% 50%,100% 0%,100% 50%);right: 20%;top: 10%;border-radius: 100%;transition:all .5s;z-index: 99;border: 1px solid #00000038;}
.ab_xgc04 .cont .slice-one{background: url(../images/xgc04_icon1.jpg);clip-path: polygon(55% 50%,135% 0%,100% 50%);transform: rotate(34deg);background-position: bottom;}
.ab_xgc04 .cont .slice-two{background: url(../images/xgc04_icon2.jpg);clip-path: polygon(55% 50%,135% 0%,100% 50%);transform: rotate(2deg);}
.ab_xgc04 .cont .slice-three{background: url(../images/xgc04_icon3.jpg);transform: rotate(-30deg);clip-path: polygon(55% 50%,135% 0%,100% 50%);}
.ab_xgc04 .cont .slice-four{background: url(../images/xgc04_icon4.jpg);transform: rotate(-62deg);clip-path: polygon(55% 50%,135% 0%,100% 50%);}
.ab_xgc04 .cont .slice-five{background: url(../images/xgc04_icon5.jpg);transform: rotate(-94deg);clip-path: polygon(55% 50%,135% 0%,100% 50%);}
.ab_xgc04 .cont .slice-six{background: url(../images/xgc04_icon6.jpg);transform: rotate(-126deg);clip-path: polygon(55% 50%,135% 0%,100% 50%);}
.ab_xgc04 .cont .slice-seven{background: url(../images/xgc04_icon7.jpg);transform: rotate(-158deg);clip-path: polygon(55% 50%,135% 0%,100% 50%);}
.ab_xgc04 .cont .slice-eight{background: url(../images/xgc04_icon8.jpg);transform: rotate(-190deg);clip-path: polygon(55% 50%,135% 0%,100% 50%);}
.ab_xgc04 .cont .center{position: absolute;left: 50%;top: 50%;transform: translate(-50% ,-50%);background-color: #fff;width: 20vw;height: 20vw;display: flex;align-items: center;justify-content: center;font-size: 2.28vw;color: #162648;font-weight: bold;text-align: center;letter-spacing: 4px;z-index: 9;border-radius: 50%;}
.ab_xgc04 .cont .center img{width: 100%;}
.ab_xgc04 .cont .info .tit{position: absolute;padding-bottom: 1vw;display: flex;align-items: center;cursor: pointer;}
.ab_xgc04 .cont .info .tit .bt{width:1vw;height:1vw;background:#ffd848;border-radius:50%;margin-right:1vw;display:flex;justify-content:center;align-items:center;position: relative;}
.ab_xgc04 .cont .info .tit .bt s{width:100%;height:100%;background: #ffd848c9;border-radius:50%;display:block;position:absolute;top:0;left:0;z-index:1;animation:sx 1.5s linear infinite;}
.ab_xgc04 .cont .info .tit .bt span{width: 100%;height: 100%;background: #ffd848;border-radius:50%;display:block;position: relative;z-index: 1;}
.ab_xgc04 .cont .info .tit .bt span:after{position: absolute;content: "";width: .3vw;height: .3vw;background: #fff;border-radius: 50%;transform: translate(-50% ,-50%);left: 50%;top: 50%;}
.ab_xgc04 .cont .info .tit p{font-size: 1.15vw;color: #333;font-weight: bold;}
.ab_xgc04 .cont .info .tit:after{position: absolute;content: "";left: 0;bottom: 0;width: 19.9vw;height: 1px;background: #ccc;}
.ab_xgc04 .cont .info .tit:before{position: absolute;content: "";top: 2.45vw;width: 1px;height: 8vw;background: #ccc;display: none;}
.ab_xgc04 .cont .info .tit:nth-child(1){left:12vw;top:1vw}
.ab_xgc04 .cont .info .tit:nth-child(2){top:1vw;right:15vw}
.ab_xgc04 .cont .info .tit:nth-child(3){left:9vw;top:11vw}
.ab_xgc04 .cont .info .tit:nth-child(4){right:9vw;top:11vw}
.ab_xgc04 .cont .info .tit:nth-child(5){left:6vw;top:21vw}
.ab_xgc04 .cont .info .tit:nth-child(6){right:5vw;top:21vw}
.ab_xgc04 .cont .info .tit:nth-child(7){left:3vw;top:31vw}
.ab_xgc04 .cont .info .tit:nth-child(8){right:3vw;top:31vw}
.ab_xgc04 .cont .info .tit:nth-child(2):after{left: auto;right: 0;}
.ab_xgc04 .cont .info .tit:nth-child(4):after{left: auto;right: 0;}
.ab_xgc04 .cont .info .tit:nth-child(6):after{left: auto;right: 0;}
.ab_xgc04 .cont .info .tit:nth-child(8):after{left: auto;right: 0;}
.ab_xgc04 .cont .info .tit:nth-child(1):before{display: block;right: -7.58vw;}
.ab_xgc04 .cont .info .tit:nth-child(2):before{display: block;left: -11.09vw;}
.ab_xgc04 .cont .info .text{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(.6);z-index: 2000;background: #fff;padding: 3vw;opacity: 0;visibility: hidden;}
.ab_xgc04 .cont .info .text.active{transform:translate(-50%,-50%);opacity:1;visibility:visible;transition:ease .65s}
.ab_xgc04 .cont .info .text .close{width: 2.4vw;height: 2.4vw;background: #feca0a;position: absolute;right: 1vw;top: 1vw;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.ab_xgc04 .cont .info .text .close img{width: 1.45vw;transition: ease 0.6s;}
.ab_xgc04 .cont .info .text .close:hover img{transform: rotate(180deg);}
.ab_xgc04 .cont .info .text .t1{font-size: 1.38vw;color:#feca0a;margin: 0 auto;margin-bottom: 2vw;text-align: center;position: relative;}
.ab_xgc04 .cont .info .text .t1::after{position: absolute;content: "";width: 3vw;height: 3px;background: #feca0a;bottom: -20px;left: 50%;transform: translate(-50% ,-50%);}
.ab_xgc04 .cont .info .text{line-height:2.2;display: flex;flex-wrap: wrap;justify-content: space-between;}
.ab_xgc04 .cont .info .text h2{width: 100%;font-size: 1.05vw;margin-top: 1vw;}
.ab_xgc04 .cont .info .text p{font-size:.85vw;color:#666;width: 48.5%;margin-right: 2%;font-weight: normal;}
.ab_xgc04 .cont .info .text p:nth-child(even){margin-right: 0;}
.ab_xgc04 .cont .info .textMask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.6);z-index: 1500;clip-path: circle(0 at center);}
.ab_xgc04 .cont .info .textMask.on{clip-path: circle(100% at center);transition: clip-path ease 1s;}
@keyframes sx {0% { transform: scale(0.5); opacity: 0;}50% {opacity: 0.5;}80% {opacity: 0.5;}100% {transform: scale(2.88);opacity: 0;}}
@media screen and (max-width:1080px){
.ab_xgc04{padding: 70px 0 0;}
.ab_xgc04 .cont .pie{width: 45vw;height: 45vw;}
.ab_xgc04 .cont .center{width: 27vw;height: 27vw;}
.ab_xgc04 .top{margin-bottom: 40px;}
.ab_xgc04 .top .title{font-size: 4vw;}
.ab_xgc04 .top .tit{font-size: 2vw;margin-top: 10px;}
.ab_xgc04 .cont .info .tit .bt{width: 2vw;height: 2vw;}
.ab_xgc04 .cont .info .tit .bt span:after{width: .6vw;height: .6vw;}
.ab_xgc04 .cont .info .tit p{font-size: 1.58vw;}
.ab_xgc04 .cont .info .tit:after{width: 25.8vw;}
.ab_xgc04 .cont .info .tit:nth-child(1):before{top: 3vw;right: -8.534vw;}
.ab_xgc04 .cont .info .tit:nth-child(2):before{top: 3vw;left: -13.28vw;}
.ab_xgc04 .cont .info .text{padding: 30px;}
.ab_xgc04 .cont .info .text .t1{font-size: 24px;margin-bottom: 20px;}
.ab_xgc04 .cont .info .text .t1::after{width: 50px;height: 3px;bottom: -10px;}
.ab_xgc04 .cont .info .text h2{font-size: 18px;margin-bottom: 10px;}
.ab_xgc04 .cont .info .tit p{font-size: 15px;}
.ab_xgc04 .cont .info .text .close{width: 40px;height: 40px;right: 3%;top: 3%;}
.ab_xgc04 .cont .info .text .close img{width: 20px;}
}
@media screen and (max-width:768px){
.ab_xgc04 .cont .info .text{width: 80%;}
}
@media screen and (max-width:520px){
.ab_xgc04{padding: 35px 0 0;}
.ab_xgc04 .cont{margin-bottom: 0;}
.ab_xgc04 .cont .pie{width: 190px;height: 190px;}
.ab_xgc04 .cont .center{width: 120px;height: 120px;}
.ab_xgc04 .top{margin-bottom: 45px;}
.ab_xgc04 .top .title{font-size: 20px;color: #000;}
.ab_xgc04 .top .tit{font-size: 14px;margin-top: 5px;}
.ab_xgc04 .cont .info .tit{padding-bottom: 10px;}
.ab_xgc04 .cont .info .tit:nth-child(1){left: 1%;top: -8%;}
.ab_xgc04 .cont .info .tit:nth-child(2){right: 6%;top: -8%;}
.ab_xgc04 .cont .info .tit:nth-child(3){left: -1%;top: 15%;}
.ab_xgc04 .cont .info .tit:nth-child(4){right: -2%;top: 15%;}
.ab_xgc04 .cont .info .tit:nth-child(5){left: -4%;top: 38%;}
.ab_xgc04 .cont .info .tit:nth-child(6){right: -4%;top: 38%;}
.ab_xgc04 .cont .info .tit:nth-child(7){left: -1%;top: 58%;}
.ab_xgc04 .cont .info .tit:nth-child(8){right: -2%;top: 58%;}
.ab_xgc04 .cont .info .tit .bt{width: 12px;height: 12px;margin-right: 5px;}
.ab_xgc04 .cont .info .tit .bt span:after{width: 4px;height: 4px;}
.ab_xgc04 .cont .info .tit p{font-size: 14px;}
.ab_xgc04 .cont .info .tit:after{width: 143px;}
.ab_xgc04 .cont .info .tit:nth-child(1):after{transform: rotate(9deg);}
.ab_xgc04 .cont .info .tit:nth-child(2):after{transform: rotate(-9deg);}
.ab_xgc04 .cont .info .tit:nth-child(7):after{display: none;}
.ab_xgc04 .cont .info .tit:nth-child(8):after{display: none;}
.ab_xgc04 .cont .info .tit:nth-child(1):before{display: none;}
.ab_xgc04 .cont .info .tit:nth-child(2):before{display: none;}
.ab_xgc04 .cont .info .text{padding: 20px;}
.ab_xgc04 .cont .info .text .t1{font-size: 20px;margin-bottom: 15px;}
.ab_xgc04 .cont .info .text .t1::after{width: 40px;height: 2px;bottom: -8px;}
.ab_xgc04 .cont .info .text h2{font-size: 16px;margin-bottom: 5px;}
.ab_xgc04 .cont .info .tit p{font-size: 14px;line-height: 26px;}
.ab_xgc04 .cont .info .text .close{width: 36px;height: 36px;}
.ab_xgc04 .cont .slice{background-position: left !important;}
}
@media screen and (max-width:450px){
.ab_xgc04 .cont .pie{width: 168px;height: 168px;}
.ab_xgc04 .cont .center{width: 90px;height: 90px;}
.ab_xgc04 .cont .info .tit:nth-child(1){left: 3%;top: -10%;}
.ab_xgc04 .cont .info .tit:nth-child(2){right: 6%;top: -10%;}
.ab_xgc04 .cont .info .tit:nth-child(3){left: -1%;top: 10%;}
.ab_xgc04 .cont .info .tit:nth-child(4){right: -2%;top: 10%;}
.ab_xgc04 .cont .info .tit:nth-child(5){left: -4%;top: 30%;}
.ab_xgc04 .cont .info .tit:nth-child(6){right: -4%;top: 30%;}
.ab_xgc04 .cont .info .tit p{font-size: 12px;}
}


/* teamlist */
.teamlist{padding:90px 0;}
.teamlist .item{width: 48.5%;margin-bottom: 3%;background: #000000;background-image: linear-gradient(to left,#7B7B7B,#0000001a);border-radius: 15px;position: relative;}
.teamlist .item:nth-child(odd){margin-right: 3%;}
.teamlist .item:nth-child(even){margin-right: 0;}
.teamlist .item a{display: flex;align-items: center;padding: 0 4vw;justify-content: space-between;}
.teamlist .item .text .t1{color:#fff;font-size:1.8vw;margin-bottom:1vw}
.teamlist .item .text .t2{color:#ffffff9e;font-size:.85vw}
.teamlist .item .info{position:absolute;width:100%;height:100%;background-image:linear-gradient(to right,rgb(243 214 110),rgb(254 202 11));left:0;top:0;border-radius:15px;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s}
.teamlist .item .info>div{padding:0 4vw}
.teamlist .item .info .t1{font-size:1.8vw;margin-bottom:1vw}
.teamlist .item .info p{font-size:.85vw;line-height:1.8;color:#333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.teamlist .item .info .btn{margin-top: 2.5vw;}
.teamlist .item:hover .info{opacity:1;visibility:visible}
.teamlist .item .img{width:14vw}
@media screen and (max-width:1080px){
.teamlist{padding:60px 0;}
.teamlist .item{border-radius: 10px;}
.teamlist .item a{padding: 0 30px;}
.teamlist .item .text .t1{font-size: 24px;margin-bottom: 15px;}
.teamlist .item .text .t2{font-size: 14px;}
.teamlist .item .info{border-radius: 10px;}
.teamlist .item .info>div{padding: 0 30px;}
.teamlist .item .info .t1{font-size: 18px;margin-bottom: 10px;}
.teamlist .item .info p{font-size: 14px;-webkit-line-clamp: 2;}
.teamlist .item .info .btn{margin-top: 20px;}
.teamlist .item .img{width: 45%;}
}
@media screen and (max-width:768px){
.teamlist .item{width: 49%;margin-bottom: 2%;}
.teamlist .item:nth-child(odd){margin-right: 2%;}
.teamlist .item a{padding: 0 20px;}
.teamlist .item .info>div{padding: 0 20px;}
}
@media screen and (max-width:640px){
.teamlist .item{width: 100%;}
.teamlist .item{margin-right: 0 !important;}
.teamlist .item a{padding: 0 30px;}
.teamlist .item .info>div{padding: 0 30px;}
}
@media screen and (max-width:520px){
.teamlist{padding:30px 0;}
.teamlist .item .text .t1{font-size: 20px;margin-bottom: 10px;}
}


/* team */
.team .top{background:#f2f2f2;padding-top:150px}
.team .top .w1200{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}
.team .top .img{width: 50%;background-image:linear-gradient(to right,rgb(243 214 110),rgb(254 202 11));text-align:center;border-radius:15px;margin-bottom: -5vw;}
.team .top .img img{width: 18vw;}
.team .top .info{width:40%}
.team .top .info .t1{display:flex;align-items:center;margin-bottom:1vw}
.team .top .info .t1 h2{font-size:1.8vw}
.team .top .info .t1 p{font-size:.88vw;color: #fff;margin-left:1vw;background: #feca0a;padding: .5vw 1vw;border-radius: 30px;font-weight: bold;}
.team .top .info .text p{font-size:.88vw;color:#666;line-height:2}
.team .color{padding: 90px 0;}
.team .cont{padding: 90px 0;background: #f2f2f2;}
.team .cont p{color: #333;font-size: .88vw;line-height: 2;}
@media screen and (max-width:1080px){
.team .top{padding-top: 100px;}
.team .top .img img{width: 50%;}
.team .top .info{width: 45%;}
.team .top .info .t1{margin-bottom: 15px;}
.team .top .info .t1 h2{font-size: 24px;}
.team .top .info .t1 p{font-size: 16px;padding: 8px 15px;}
.team .top .info .text p{font-size: 15px;}
.team .color{padding: 60px 0;}
.team .cont{padding: 60px 0;}
.team .cont p{font-size: 16px;}
}
@media screen and (max-width:680px){
.team .top{padding: 60px 0;background: #fff;}
.team .top .img{width: 100%;margin-bottom: 30px;}
.team .top .info{width: 100%;}
.team .color{display: none;}
}
@media screen and (max-width:520px){
.team .top{padding: 30px 0;}
.team .top .img{border-radius: 10px;margin-bottom: 20px;}
.team .top .info .t1 h2{font-size: 20px;}
.team .top .info .t1 p{font-size: 14px;margin-left: 10px;padding: 6px 15px;}
.team .top .info .text p{font-size: 14px;line-height: 26px;}
.team .cont{padding: 30px 0;}
.team .cont p{font-size: 14px;line-height: 26px;}
}



/* choose */
.choose{padding-top: 60px;}
.choose .wrap{display:flex;border-bottom:1px #eee solid;padding:1.5vw 0}
.choose .wrap span{font-size: 1vw;margin-right: .5vw;font-weight: bold;color: #333;}
.choose .wrap .ul{display:flex;align-items:center;flex-wrap:wrap}
.choose .wrap .ul li{margin-right: 1vw;}
.choose .wrap .ul li a{display: block;padding: .25vw .8vw;border-radius: 40px;font-size: .95vw;}
.choose .wrap .ul li a.on,.choose .wrap .ul li:hover a{background: #FECA0A;color: #fff;}
@media only screen and (max-width:1080px){
.choose{padding-top: 40px;}
.choose .wrap{padding: 20px 0;}
.choose .wrap span{font-size: 16px;width: 10%;}
.choose .wrap .ul li{margin-right: 15px;}
.choose .wrap .ul li a{font-size: 15px;padding: 4px 10px;}
}
@media only screen and (max-width:520px){
.choose{padding-top: 20px;}
.choose .wrap{align-items: center;padding: 10px 0;flex-wrap: wrap;}
.choose .wrap span{font-size: 15px;margin-right: 0;width: 15%;}
.choose .wrap .ul{width: 85%;}
.choose .wrap .ul li{margin: 5px 0;margin-right: 8px;}
.choose .wrap .ul li a{font-size: 14px;}
}


/* caselsit */
.caselsit{padding: 90px 0;}
.caselsit .item{width: 32%;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,.1);margin-bottom: 2%;margin-right: 2%;}
.caselsit .item:nth-child(3n+3){margin-right: 0;}
.caselsit .item a{padding: 1.25vw;display: block;}
.caselsit .item .img{border-top-left-radius:10px;border-top-right-radius:10px;position: relative;padding-bottom: 68%;position: relative;overflow: hidden;}
.caselsit .item .img img{transition:all .5s ease;height:100%;width:100%;object-fit:cover;position:absolute}
.caselsit .item:hover .img img{transform:scale(1.05)}
.caselsit .item .info{padding: 2vw 0 0;}
.caselsit .item .info .ul{display: flex;}
.caselsit .item .info .ul li{border:1px solid #feca0a;border-radius:4px;font-size:.82vw;display:flex;align-items:center;margin-right:3%;color:#333}
.caselsit .item .info .ul li span{background:#feca0a;color:#fff;padding:.2vw .5vw}
.caselsit .item .info .ul li p{padding:.2vw .5vw}
.caselsit .item .info .text{padding-top:1vw;border-top:1px solid #eee;margin-top:1.5vw;display:flex;align-items:center;justify-content:space-between}
.caselsit .item .info .text .t1{font-size:1.2vw;font-weight:700;color:#333}
.caselsit .item .info .text .logo img{width: 8vw;}
.caselsit .item:hover .info .text .t1{color: #feca0a;}
@media only screen and (max-width:1080px){
.caselsit{padding: 60px 0;}
.caselsit .item{width: 49%;}
.caselsit .item:nth-child(odd){margin-right: 2%;}
.caselsit .item:nth-child(even){margin-right: 0;}
.caselsit .item a{padding: 15px;}
.caselsit .item .info{padding: 25px 0 0;}
.caselsit .item .info .ul li{font-size: 14px;}
.caselsit .item .info .ul li span{padding: 3px 6px;}
.caselsit .item .info .ul li p{padding: 3px 6px;}
.caselsit .item .info .text{padding-top: 20px;margin-top: 20px;}
.caselsit .item .info .text .t1{font-size: 17px;}
.caselsit .item .info .text .logo img{width: 100px;}
}
@media only screen and (max-width:768px){
.caselsit .item{width: 100%;margin-right: 0 !important;margin-bottom: 3%;}
}
@media only screen and (max-width:520px){
.caselsit{padding: 30px 0;}
.caselsit .item a{padding: 10px;}
.caselsit .item .info{padding: 18px 0 0;}
.caselsit .item .info .ul li{font-size: 12px;}
.caselsit .item .info .ul li p{padding: 3px;}
.caselsit .item .info .text{padding-top: 15px;margin: 10px 0;}
.caselsit .item .info .text .t1{font-size: 16px;}
.caselsit .item .info .text .logo img{width: 90px;}
}
 


/* case */
.case{padding: 150px 0 0;}
.case .wrap{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 90px;}
.case .left{width: 22%;height: max-content;position: sticky;top: 6.8vw;}
.case .left .info{border-radius: 10px;box-shadow: 0 0 15px rgba(0,0,0,.1);background: #fff;}
.case .left .info .t1{background:#ffd848;padding:.68vw 1vw;text-align:center;font-size:1.28vw;font-weight:700;color:#fff;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.case .left .info .text{padding:1vw 1.58vw}
.case .left .info .text p{font-size:.85vw;color:#333;padding:.8vw 0;border-bottom:1px solid #eee}
.case .left .info .text p:last-child{border:none}
.case .left .info .text span{font-weight:700}
.case .right{width: 70%;}
.case .right .title{font-size: 1.68vw;color: #000;text-align: center;}
.case .right .cont{padding: 2vw 0;margin: 2vw 0;border-bottom: 1px solid #eee;border-top: 1px solid #eee;}
.case .right .cont p{font-size: .85vw;color: #333;line-height: 2;margin-top: .28vw;}
.case .right .cont p:nth-child(1){margin-top: 0;}
.case .right .cont .ul{display: flex;align-items: center;justify-content: space-between;margin-top: 3vw;}
.case .right .cont .ul li{font-size: .9vw;color: #333;}
.case .right .cont .ul li:hover{color: #FFD848;}
.case .rem{padding: 90px 0;background: #f9f9f9;}
.case .rem .title{font-size: 2.24vw;font-weight: bold;text-align: center;margin-bottom: 3vw;}
.case .rem .item{width: 32%;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,.1);margin-bottom: 2%;margin-right: 2%;}
.case .rem .item:nth-child(3n+3){margin-right: 0;}
.case .rem .item a{padding: 1.25vw;display: block;}
.case .rem .item .img{border-top-left-radius:10px;border-top-right-radius:10px;position: relative;padding-bottom: 68%;position: relative;overflow: hidden;}
.case .rem .item .img img{transition:all .5s ease;height:100%;width:100%;object-fit:cover;position:absolute}
.case .rem .item:hover .img img{transform:scale(1.05)}
.case .rem .item .info{padding: 2vw 0 0;}
.case .rem .item .info .ul{display: flex;}
.case .rem .item .info .ul li{border:1px solid #feca0a;border-radius:4px;font-size:.82vw;display:flex;align-items:center;margin-right:3%;color:#333}
.case .rem .item .info .ul li span{background:#feca0a;color:#fff;padding:.2vw .5vw}
.case .rem .item .info .ul li p{padding:.2vw .5vw}
.case .rem .item .info .text{padding-top:1vw;border-top:1px solid #eee;margin-top:1.5vw;display:flex;align-items:center;justify-content:space-between}
.case .rem .item .info .text .t1{font-size:1.2vw;font-weight:700;color:#333}
.case .rem .item .info .text .logo img{width: 8vw;}
.case .rem .item:hover .info .text .t1{color: #feca0a;}
@media only screen and (max-width:1080px){
.case{padding: 100px 0;}
.case .wrap{margin-bottom: 60px;}
.case .left{width: 25%;}
.case .left .info .t1{padding: 8px 15px;font-size: 16px;}
.case .left .info .text{padding: 10px 15px;}
.case .left .info .text p{font-size: 14px;padding: 10px 0;}
.case .right{width: 65%;}
.case .right .title{font-size: 28px;}
.case .right .cont{padding: 20px 0;margin: 20px 0;}
.case .right .cont p{font-size: 14px;margin-top: 5px;}
.case .right .cont .ul li{font-size: 15px;}
.case .rem{padding: 60px 0;}
.case .rem .title{font-size: 28px;margin-bottom: 40px;}
.case .rem .item{width: 49%;}
.case .rem .item:nth-child(odd){margin-right: 2%;}
.case .rem .item:nth-child(even){margin-right: 0;}
.case .rem .item a{padding: 15px;}
.case .rem .item .info{padding: 25px 0 0;}
.case .rem .item .info .ul li{font-size: 14px;}
.case .rem .item .info .ul li span{padding: 3px 6px;}
.case .rem .item .info .ul li p{padding: 3px 6px;}
.case .rem .item .info .text{padding-top: 20px;margin-top: 20px;}
.case .rem .item .info .text .t1{font-size: 17px;}
.case .rem .item .info .text .logo img{width: 100px;}
}
@media only screen and (max-width:768px){
.case .left{width: 100%;margin-bottom: 20px;position: initial;}
.case .right{width: 100%;}
.case .right .title{font-size: 24px;}
.case .right .cont .ul{flex-wrap: wrap;}
.case .right .cont .ul li{width: 100%;margin: 6px 0;font-size: 14px;}
.case .rem .item{width: 100%;margin-right: 0 !important;margin-bottom: 3%;}
}
@media only screen and (max-width:520px){
.case{padding: 80px 0 0;}
.case .wrap{margin-bottom: 20px;}
.case .left .info .t1{border-top-left-radius: 6px;border-top-right-radius: 6px;}
.case .left .info .text{padding: 0 15px;}
.case .left .info .text p{padding: 12px 0;}
.case .right .title{font-size: 18px;}
.case .right .cont{padding: 15px 0;margin: 15px 0;}
.case .right .cont p{line-height: 26px;}
.case .rem{padding: 30px 0;}
.case .rem .title{font-size: 22px;margin-bottom: 25px;}
.case .rem .item a{padding: 10px;}
.case .rem .item .info{padding: 18px 0 0;}
.case .rem .item .info .ul li{font-size: 12px;}
.case .rem .item .info .ul li p{padding: 3px;}
.case .rem .item .info .text{padding-top: 15px;margin: 10px 0;}
.case .rem .item .info .text .t1{font-size: 16px;}
.case .rem .item .info .text .logo img{width: 90px;}
}



/* productlist */
.productlist{padding: 90px 0;}
.productlist .item{width: 23.5%;margin-right: 2%;margin-bottom: 2%;background: #f7f7f7;border-radius: 8px;position: relative;}
/* .productlist .item:after{content:'';position:absolute;height: 2px;left:0;z-index:9;width:0;transform:skew(-15deg,0deg);transition:width .5s ease;bottom: 0;background-size:.8em 1em;background: #FECA0A;}
.productlist .item:hover:after{width: 100%;} */
.productlist .item:nth-child(4n+4){margin-right: 0;}
.productlist .item a{padding: 1vw 0;display: block;overflow: hidden;}
.productlist .item .img{overflow: hidden;transition: all .5s;background: #f7f7f7;}
.productlist .item .img img{mix-blend-mode: multiply;transition: all .5s;border-radius: 3px;}
.productlist .item:hover .img{transform:scale(.9);}
.productlist .item:hover .img img{transform:scale(1.04);}
.productlist .item .info{transition: all .5s;transform: translateY(30%);}
.productlist .item .info .t1{text-align:center;font-size:1.05vw;margin-top: 1vw;}
.productlist .item .info .btn{margin:0 auto;transform: translateY(130%);transition: all .5s;background-color: #e4e4e4;}
.productlist .item:hover .info{transform: translateY(-35%);}
.productlist .item:hover .info .btn{transform: translateY(50%);}
@media only screen and (max-width:1080px){
.productlist{padding: 60px 0;}
.productlist .item{width: 32%;}
.productlist .item:nth-child(4n+4){margin-right: 2%;}
.productlist .item:nth-child(3n+3){margin-right: 0;}
.productlist .item .info .t1{font-size: 17px;margin-top: 15px;}
}
@media screen and (max-width:768px){
.productlist .item{width: 49%;}
.productlist .item:nth-child(odd){margin-right: 2%;}
.productlist .item:nth-child(even){margin-right: 0;}
}
@media screen and (max-width:520px){
.productlist{padding: 30px 0;}
.productlist .item a{padding: 10px 0;}
.productlist .item .info .t1{font-size: 15px;}
}


/* product */
.product .pcont{padding: 150px 0 90px;background: url(../images/p_bg.jpg);background-size: cover;}
.product .pcont .w1400{max-width: 62vw;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.product .pcont .left .fl{font-size: 1.3vw;color: #333;font-weight: 300;margin-bottom: .2vw;}
.product .pcont .left .t1{font-size: 2.68vw;color: #333;font-weight: bold;margin-bottom: 2vw;}
.product .pcont .left .text{margin-bottom: 3vw;}
.product .pcont .left .text p{color: #333;font-size: .88vw;margin-top: 1vw;position: relative;padding-left: 1.2vw;}
.product .pcont .left .text p:nth-child(1){margin-top: 0;}
.product .pcont .left .text p:after{position: absolute;content: "";left: 0;top: 50%;width: .6vw;height: .6vw;background: #FECA0A;border-radius: 2px;transform: translate(0 , -50%);}
.product .pcont .left .btn{background-color: #E4E4E4;}
.product .pcont .right{width: 43vw;text-align: end;}
.product .pcont .right .img img{mix-blend-mode: multiply;}
.product .rem{padding: 90px 0;}
.product .rem .title{font-size: 2.24vw;font-weight: bold;text-align: center;margin-bottom: 3vw;}
.product .rem .item{width: 32%;margin-right: 2%;background: #f7f7f7;border-radius: 8px;position: relative;}
.product .rem .item:nth-child(3n+3){margin-right: 0;}
.product .rem .item a{padding: 1.5vw 0;display: block;overflow: hidden;}
.product .rem .item .img{overflow: hidden;transition: all .5s;background: #f7f7f7;}
.product .rem .item .img img{mix-blend-mode: multiply;transition: all .5s;}
.product .rem .item:hover .img{transform:scale(.9)}
.product .rem .item:hover .img img{transform:scale(1.04);}
.product .rem .item .info{transition: all .5s;transform: translateY(30%);}
.product .rem .item .info .t1{text-align:center;font-size:1.05vw;margin-top: 1vw;}
.product .rem .item .info .btn{margin:0 auto;transform: translateY(130%);transition: all .5s;background-color: #e4e4e4;}
.product .rem .item:hover .info{transform: translateY(-35%);}
.product .rem .item:hover .info .btn{transform: translateY(50%);}
@media only screen and (max-width:1080px){
.product .pcont{padding: 100px 0 60px;}
.product .pcont .w1400{max-width: 1400px;}
.product .pcont .left .fl{font-size: 18px;}
.product .pcont .left .t1{font-size: 34px;}
.product .pcont .left .text{margin-bottom: 40px;}
.product .pcont .left .text p{font-size: 14px;margin-top: 10px;}
.product .rem{padding: 60px 0;}
.product .rem .title{font-size: 28px;margin-bottom: 40px;}
.product .rem .item .info .t1{font-size: 17px;margin-top: 15px;}
}
@media only screen and (max-width:768px){
.product .rem .item{width: 49%;}
.product .rem .item:nth-child(odd){margin-right: 2%;}
.product .rem .item:nth-child(even){margin-right: 0;}
.product .rem .item:nth-child(3){display: none;}
}
@media only screen and (max-width:640px){
.product .pcont{padding: 80px 0 30px;}
.product .pcont .left{width: 100%;margin-bottom: 20px;}
.product .pcont .left .fl{font-size: 15px;margin-bottom: 3px;}
.product .pcont .left .t1{font-size: 22px;margin-bottom: 15px;}
.product .pcont .left .text{margin-bottom: 25px;}
.product .pcont .left .text p{padding-left: 15px;}
.product .pcont .left .text p:after{width: 8px;height: 8px;}
.product .pcont .right{width: 85%;margin: 0 auto;}
.product .rem{padding: 30px 0;}
.product .rem .title{font-size: 22px;margin-bottom: 25px;}
.product .rem .item a{padding: 10px 0;}
.product .rem .item .info .t1{font-size: 15px;}
}


/* about03 */
.about03{background-color: #F5F6F7;padding: 90px 0;}
.about03 .nei_tit{margin-bottom:60px;text-align: center;}
.about03 .nei_tit .big{color: #ececec;font-size:90px;}
.about03 .nei_tit .title{text-align:left;letter-spacing:3px;text-align: center;}
.about03 .nei_tit .tit{margin-top: 15px;font-size: 18px;color: #666;}
.about03 .cont .wrap{margin-bottom: .8vw;display: flex;align-items: end;}
.about03 .cont .wrap:nth-last-child(1){margin-bottom: 0;}
.about03 .cont .wrap .tit{width: 6.8vw;line-height: 2.5vw;border-radius: 25px 0 0 25px;color: #333;font-size: .8vw;text-align: center;background: #feca0a;background-image: linear-gradient(to right,rgb(243 214 110),rgba(0,255,192,.1));}
.about03 .cont .wrap ul{display: flex;align-items: center;justify-content: space-between;width: calc(100% - 6.8vw);}
.about03 .cont .wrap ul li{width: 15.8%;text-align: center;background: #fff;border-radius: 5px;padding: .25vw 0;border: 1px solid #eee;}
.about03 .cont .wrap ul li:hover{border: 1px solid #feca0a;}
.about03 .cont .wrap ul li img{mix-blend-mode: multiply;width: 60%;}
.about03 .cont .wrap ul li p{font-size: .8vw;color: #666;margin-top: .2vw;}
@media only screen and (max-width:1440px){
.about03 .cont .wrap .tit{width: 10vw;}
.about03 .cont .wrap ul{width: calc(100% - 10vw);}
.about03 .nei_tit .big{font-size: 75px;}
}
@media only screen and (max-width:1080px){
.about03{padding: 60px 0;}
.about03 .nei_tit{margin-bottom: 40px;}
.about03 .nei_tit .tit{font-size: 16px;margin-top: 10px;}
.about03 .cont .wrap{margin-bottom: 0;}
.about03 .cont .wrap .tit{width: 12%;font-size: 14px;line-height: 34px;}
.about03 .cont .wrap ul{flex-wrap: wrap;justify-content: center;}
.about03 .cont .wrap ul li{width: 31%;margin-right: 2%;margin-bottom: 2%;}
.about03 .cont .wrap ul li:nth-child(3n+3){margin-right: 0;}
.about03 .cont .wrap ul li p{font-size: 12px;}
}
@media only screen and (max-width:640px){
.about03{padding: 30px 0;}
.about03 .nei_tit{margin-bottom: 25px;}
.about03 .nei_tit .big{font-size: 50px;}
.about03 .nei_tit .tit{font-size: 13px;margin-top: 8px;}
.about03 .cont .wrap .tit{width: 25%;font-size: 13px;line-height: 30px;}
}


/* picturelist */
.picturelist{padding: 90px 0;}
.picturelist .item{width: 30.6666667%;margin-bottom: 3%;position: relative;padding-right: 2%;margin-right: 2%;}
.picturelist .item:after{position: absolute;content: "";top: 0;background: #d1d1d1;height: 100%;width: 1px;right: 0;}
.picturelist .item:nth-child(3n+3){padding-right: 0;margin-right: 0;}
.picturelist .item:nth-child(3n+3):after{display: none;}
.picturelist .item .img{padding-bottom: 75%;position: relative;overflow: hidden;}
.picturelist .item .img img{transition:all .5s ease;height:100%;width:100%;object-fit:cover;position:absolute}
.picturelist .item:hover .img img{transform:scale(1.06)}
.picturelist .item .info .t1{margin-top:.5vw;color:#000;font-size:1vw;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;transition:all .5s ease;font-weight: bold;text-align: center;}
.picturelist .item:hover .info .t1{color: #FECA0A;}
@media screen and (max-width:1080px){
.picturelist{padding: 60px 0;}
.picturelist .item .info .t1{font-size: 20px;margin-top: 8px;}
.picturelist .item{width: 48% !important;}
.picturelist .item:nth-child(odd){margin-right: 2% !important;padding-right: 2% !important;}
.picturelist .item:nth-child(even){padding-right: 0 !important;margin-right: 0 !important;}
.picturelist .item:nth-child(odd):after{display: block !important;}
.picturelist .item:nth-child(even):after{display: none !important;}
}
@media screen and (max-width:520px){
.picturelist{padding: 35px 0;}
.picturelist .item .info .t1{font-size: 16px;margin-top: 6px;}
}

/* about01 */
.about01{padding: 90px 0;background: url(../images/ab1_bg.png);background-size: contain;background-position: center;overflow: hidden;}
.about01 .cont{display: flex;flex-wrap: wrap;justify-content: space-between;}
.about01 .left{padding-left: 12vw;width: 39%;position: relative;padding-top: 1.5vw;}
.about01 .left .nei_tit{margin-bottom: 1.5vw;}
.about01 .left .nei_tit .title{text-align:left}
.about01 .left .nei_tit .title::after{left:0;transform:translate(0,-50%)}
.about01 .left .nei_tit .tit{text-align:left}
.about01 .left .text{font-size: .85vw;color:#666;line-height: 2;}
.about01 .left .ul{display:flex;flex-wrap:wrap;align-items:center;margin-top: 2.5vw;justify-content:space-between;}
.about01 .left .ul li span{font-size:3.5vw;font-family:BebasNeue-Regular;letter-spacing:2px;color: #FECA0A;}
.about01 .left .ul li sub{font-size:1vw;color: #332;}
.about01 .left .ul li p{font-size: .83vw;color: #332;}
.about01 .left .big{font-size: 10vw;letter-spacing: 15px;transform: translateX(calc(-10%*var(--progress)));font-family: "GILROY-BLACK";-webkit-text-stroke: 1px #000;color: transparent;opacity: 0.2;position: absolute;bottom: -8%;font-weight: bold;}
.about01 .right{width:42.5%;position: relative;}
.about01 .right .img img{width: 100%;border-top-left-radius: 30px;}
@media screen and (max-width: 1080px){
.about01{padding: 60px 0;}
.about01 .cont{width: 92%;margin: 0 auto;}
.about01 .left{padding-left: 0;width: 55%;}
.about01 .left .text{font-size: 15px;}
.about01 .left .ul li span{font-size: 4.5vw;}
.about01 .left .ul li sub{font-size: 1.6vw;}
.about01 .left .ul li p{font-size: 1.35vw;}
}
@media screen and (max-width: 768px){
.about01 .left{width: 100%;margin-bottom: 30px;padding-top: 0;}
.about01 .left .ul li span{font-size: 50px;}
.about01 .left .ul li sub{font-size: 18px;}
.about01 .left .ul li p{font-size: 14px;}
.about01 .left .big{display: none;}
.about01 .right{width: 100%;}
}
@media screen and (max-width: 520px){
.about01{padding: 30px 0;background-position: bottom;}
.about01 .left{margin-bottom: 20px;}
.about01 .left .text{font-size: 15px;}
.about01 .left .ul{margin-top: 0;}
.about01 .left .ul li{width: 50%;text-align: center;margin: 10px 0;}
.about01 .left .ul li span{font-size: 40px;}
.about01 .left .ul li sub{font-size: 16px;}
}


/* about04 */
.about04{padding: 90px 0;background: url(../images/ab4_bg.png);background-size: cover;}
.about04 .ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.about04 .ul li{width: 32%;text-align: center;padding: 2.5vw 0;position: relative;background: #fff;box-shadow: 0 0 20px rgb(86 81 81 / 15%);border-radius: 3px;transition: all .3s ease;}
.about04 .ul li .icon{border-radius: 50%;border: 2px solid #FECA0A;width: 4.3vw;height: 4.3vw;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.about04 .ul li .icon img{width: 2.8vw;}
.about04 .ul li .t1{font-size: 1.35vw;color: #333;font-weight: bold;margin: 2vw 0 1vw;}
.about04 .ul li .t2{font-size: .9vw;color: #666;line-height: 1.8;}
.about04 .ul li:hover{transform: translateY(-10px);}
@media screen and (max-width: 1080px){
.about04{padding: 60px 0;}
.about04 .ul li{padding: 30px 0;}
.about04 .ul li .icon{width: 60px;height: 60px;}
.about04 .ul li .icon img{width: 40px;}
.about04 .ul li .t1{font-size: 20px;margin: 20px 0 10px;}
.about04 .ul li .t2{font-size: 14px;width: 85%;margin: 0 auto;}
}
@media screen and (max-width: 580px){
.about04{padding: 30px 0;}
.about04 .ul li{padding: 20px 0;width: 100%;margin-bottom: 15px;}
.about04 .ul li:nth-last-child(1){margin-bottom: 0;}
.about04 .ul li .icon{width: 50px;height: 50px;}
.about04 .ul li .icon img{width: 30px;}
.about04 .ul li .t1{font-size: 17px;margin: 15px 0 10px;}
}