@charset "utf-8";
.scrollDown{position:absolute;bottom:15%;left:calc(50% - 15px);width:30px;height:30px;z-index:65;cursor:pointer}
.scrollDownbox{position:relative;width:100%;height:100%}
.scrollDownbox::before{content:"";position:absolute;width:100%;height:100%;padding:30px;top:0;left:-15px}
.chevron{position:absolute;width:28px;height:2px;opacity:0;transform:scale3d(.1,.1,.1);animation:move 3s ease-out infinite}
.chevron:first-child{animation:move 3s ease-out 1s infinite}
.chevron:nth-child(2){animation:move 3s ease-out 2s infinite}
.chevron:after,.chevron:before{content:' ';position:absolute;top:0;height:100%;width:51%;background:#fff}
.chevron:before{left:0;transform:skew(0deg,45deg)}
.chevron:after{right:0;width:50%;transform:skew(0deg,-45deg)}
@keyframes move{25%{opacity:1}
33%{opacity:1;transform:translateY(30px)}
67%{opacity:1;transform:translateY(40px)}
100%{opacity:0;transform:translateY(55px) scale3d(.5,.5,.5)}}
@keyframes pulse{to{opacity:1}}
@media only screen and (max-width:768px){.h1{font-size:1.25rem;}}
#products-1{background:#fff;height:auto;}
.pr-1{display:flex;transition:all .5s ease;transform:translateY(0);color:#333;overflow:hidden;box-sizing:border-box;background:#FFFFFF;border:0;border-radius:0;height:auto;align-items:center;}
.pr-1:hover{transform:translateY(-5px);box-shadow:0px 36px 15px rgba(0,0,0,0.01),0px 20px 12px rgba(0,0,0,0.05),0px 9px 9px rgba(0,0,0,0.09),0px 2px 5px rgba(0,0,0,0.1);}
.pr-1 h3{font-size:1.15rem;color:#fff;margin-bottom:1rem;}
.pr-1 p{font-size:.8125rem;color:#fff}
.pr-1 picture{width:100%;}
.pr-1 .pr-content{position:absolute;bottom:0;left:0;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;padding:1rem;text-align:center;transition:all .2s ease;transform:translateY(calc(100% - 56px));background:#3279d6f8;width:100%;}
.pr-1:hover .pr-content{transform:translateY(0);background:#3279d6d7;}
@media only screen and (max-width:1200px){.main-banner{height:auto;min-height:300px;background-size:100% auto;background-position:center;background-attachment:unset;background-repeat:no-repeat;}}
@media only screen and (max-width:768px){.main-banner{min-height:240px;background-size:cover;}}
.products-new-container .products-new-in{box-shadow:rgba(44,44,44,0.1) 0px 0px 20px 7px;padding:20px 0;border-radius:10px;}
.products-type-container{position:relative;}
.products-type-container .building-img{position:absolute;left:0;top:0;z-index:1;}
.products-type-container .hot-zone-row{padding-top:20px;position:relative;z-index:2;justify-content:space-between;}
.products-type-container .title-type{position:absolute;font-size:12px;color:#000;display:inline-block;border-radius:10px;padding:5px 3px 5px 20px;background-color:#fff;text-align:center;width:85%;left:50%;top:0;transform:translateX(-50%);line-height:12px;background-image:url('../images/plus-icon.png');background-repeat:no-repeat;background-position:left center;background-size:20px;box-shadow:0px 0px 5px 0px #3279d6de;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.products-type-container .hot-zone-row > div.active .title-type{box-shadow:0px 0px 5px 0px #fff;color:#fff;background-color:#73C2DA;background-image:url('../images/plus-icon-open.png');background-size:27px;background-position:-4px center;font-weight:bold;}
.products-type-container .hot-zone-row > div{width:48%;}
.products-type-container .hot-zone-row > div.active > div{background-image:radial-gradient(circle at center,#3279d62f,#3279d620);}
.products-type-container .hot-zone-row > div > div{position:relative;cursor:pointer;width:100%;height:100%;}
.products-type-container .hot-zone-row > div > div:hover{background-image:radial-gradient(circle at center,#3279d62f,#3279d620);}
.products-type-item-container{width:100%;height:100%;display:flex;flex-direction:column;}
.products-type-item-container .products-type-item-img{background-size:cover;background-repeat:no-repeat;flex:1;position:relative;overflow:hidden;min-height:400px;}
.products-type-item-container .products-type-item-img img{position:absolute;left:0;top:0;object-fit:cover;}
.products-type-item-container .products-type-item-list{padding:5px 0;}
.products-type-item-container .products-type-item-list ul{padding:0;width:100%;margin:0 auto;}
.products-type-item-container .products-type-item-list ul li{list-style:inside;font-size:14px;padding:2px 10px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.products-type-item-container .products-type-item-list ul li.active{color:#2575dd;font-weight:bold;}
.products-type-item-container .products-type-item-list ul li:hover{color:#2575dd;}
.product-detail-container{display:flex;flex-direction:column;padding:20px 10px;height:100%;justify-content:space-around;}
.product-detail-container .product-detail-img{width:100%;}
.product-detail-container .product-detail-img img{width:100%;max-height:320px;height:100%;object-fit:cover;}
.product-detail-container .product-detail-title{color:#3278d6;font-weight:bold;font-size:18px;margin:0;}
.product-detail-container .product-detail-info{line-height:28px;}
.product-detail-container .product-detail-more{border-radius:40px;width:auto;height:36px;text-align:center;display:inline-flex;justify-content:center;align-items:center;margin:0 auto;}
.guides-swiper-box{max-width:1180px;position:relative;margin:0 auto;}
.guides-swiper{width:100%;height:100%;margin-left:auto;margin-right:auto;}
.swiper-button-next-guides,.swiper-button-prev-guides{--swiper-navigation-sides-offset:-70px;background:rgba(0,0,0,0.08);border-radius:4px;color:#fff;width:40px;transition:all 0.3s ease;font-size:1rem;height:125px;display:flex;align-items:center;justify-content:center;cursor:pointer;top:50%;transform:translateY(-50%);z-index:10;}
.swiper-button-next-guides:hover,.swiper-button-prev-guides:hover{background:rgba(50,120,214,0.75);}
.swiper-button-next-guides::after,.swiper-button-prev-guides::after{font-size:1rem;}
@media screen and (max-width:768px){.swiper-button-next-guides,.swiper-button-prev-guides{--swiper-navigation-sides-offset:0px}}
.guides-swiper .swiper-slide .pic{height:230px;width:100%;overflow:hidden;border-radius:4px;}
.guides-swiper .swiper-slide a{color:#313030}
.guides-swiper .swiper-slide a .pic img{transform:scale(1);transition:all 0.3s ease;}
.guides-swiper .swiper-slide a:hover .pic img{transform:scale(1.1);}
.download-swiper-box{max-width:900px;position:relative;margin:0 auto;}
.download-swiper{width:100%;height:100%;margin-left:auto;margin-right:auto;}
.swiper-button-next-download,.swiper-button-prev-download{--swiper-navigation-sides-offset:-70px;background:rgba(0,0,0,0.08);border-radius:4px;color:#fff;width:40px;transition:all 0.3s ease;font-size:1rem;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;top:50%;transform:translateY(-50%);z-index:10;}
.swiper-button-next-download:hover,.swiper-button-prev-download:hover{background:#fff;color:#313030}
.swiper-button-next-download::after,.swiper-button-prev-download::after{font-size:1rem;}
@media screen and (max-width:768px){.swiper-button-next-download,.swiper-button-prev-download{--swiper-navigation-sides-offset:0px}}
.download-swiper .swiper-slide .pic{height:125px;width:125px;overflow:hidden;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#ffffffad;margin:0 auto;position:relative;}
.download-swiper .swiper-slide a{color:#fff}
.download-swiper .swiper-slide a .pic img.r-img{opacity:0;visibility:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;}
.download-swiper .swiper-slide a .pic img.donw-ico{display:unset;width:35px;opacity:1;transition:all 0.3s ease;position:relative;z-index:10;}
.download-swiper .swiper-slide a .pic{transition:transform 0.5s ease,background 0.5s ease;transform-style:preserve-3d;}
.download-swiper .swiper-slide a:hover .pic{transform:rotateY(180deg);background:#fff;box-shadow:0px 4px 10px rgba(0,0,0,0.07);}
.download-swiper .swiper-slide a:hover .pic img.r-img{display:unset;opacity:1;visibility:visible;transition:all 1s ease;}
.download-swiper .swiper-slide a:hover .pic img.donw-ico{display:none;}

.owl-picshow{position:var(--r);width:100%;height:680px;height:100vh;background:var(--w);overflow:hidden}
.owl-picshow .pic-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;}
.owl-pic,.owl-pic .owl-stage-outer,.owl-pic .owl-stage,.owl-pic .owl-item,.owl-pic .item{height:100%;overflow:hidden}
.owl-pic .item{position:var(--r);background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;align-items:center;}
.owl-pic .pic-box{z-index:9;display:block;margin:50px auto;}
.owl-pic .pic-table{z-index:2;}
.home-1{position:absolute;padding:30px 10px;}
.home-1>span,.home-box1>span{display:inline-block;padding:5px 10px;margin-bottom:15px;background:var(--v);font-size:0.9rem;text-transform:uppercase;}
.home-1 .btn{font-size:13px;}
.pr-2 .home-1{width:100%;left:0;bottom:0;}
.pr-3 .home-1{width:50%;height:100%;left:0;bottom:0;background:var(--m);display:flex;align-items:center;}
.pr-4 .home-1{left:auto;right:0;}

@media (max-width:500px){.pr-3 .home-1{width:100%;height:auto;}.pr-3 picture{width:100%;}.owl-pic .pic-table{background-color:rgba(0,0,0,0.5);}}
@media (max-width:400px){.owl-pic .pic-box .pg-tit1{font-size:1.5rem;}h2{font-size:1.25rem;}.home-1{padding:10px;}.home-1 h3{font-size:1.05rem;}.home-1>span,.home-box1>span{font-size:0.8rem;}}
@media (min-width:768px){.owl-pic .pic-box .pg-tit1{font-size:2.5rem;max-width:550px;}.pr-3 picture{width:75%;}}
@media (min-width:992px){.pr-3 picture{width:65%;}}
@media (min-width:1280px){.owl-pic .pic-box .pg-tit1{font-size:3rem;max-width:680px;}h2{font-size:2rem;}.home-1{padding:30px;}.home-1 h3{font-size:1.5rem;}.home-1 .btn{font-size:15px;}.pr-3 picture{width:50%;}}
@media (min-width:1500px){.home-1{padding:50px;}.home-1 h3{font-size:2rem;}.home-1 p{font-size:1.2rem;}.home-1 .btn{font-size:16px;}}