.cx-banner .queryForm{display:flex;position:relative;margin-top:40px;width:100%;height:70px;border:#fff solid 1px;}
.cx-banner .queryForm input{padding:15px 40px;width:calc(100% - 80px);height:100%;font-size:18px;color:#fff;border:none;outline:none;background:transparent;}
.cx-banner .queryForm input::-webkit-input-placeholder{color:#fff;}
.cx-banner .queryForm button{width:80px;height:100%;cursor:pointer;color:#fff;border:none;outline:none;background:transparent;}
@media(max-width:1200px){
.cx-banner .queryForm{margin-top:30px;height:45px;}
.cx-banner .queryForm input{padding:10px 20px;width:calc(100% - 50px);font-size:14px;}
.cx-banner .queryForm button{width:50px;font-size:14px;}
}


/*--query-security-code--*/
.query-security-code{padding:60px 0 110px;overflow:hidden;background:#fff;}
.query-security-code .tips{text-align:center;font-size:18px;color:#000;line-height:1.5;overflow:hidden;}
.query-security-code .tips em{font-family:"DIN Medium";color:var(--vi-color);}
.query-res-list{margin-top:40px;display:none;}
.query-res-list .item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;position:relative;padding:5.6% 11.4% 7.8% 9.2%;background:#ebebeb;}
.query-res-list .item:first-child:before{display:block;position:absolute;left:50%;top:-10px;margin-left:-10px;width:20px;height:20px;content:"";background:#ebebeb;transform:rotate(-45deg);}
.query-res-list .item .text{overflow:hidden;}
.query-res-list .item .text .title{font-size:42px;color:#333;}
.query-res-list .item .text .summary,.query-res-list .item .text .price{margin-top:55px;font-size:16px;line-height:2;color:#666;overflow:hidden;}
.query-res-list .item .pic{width:348px;height:348px;overflow:hidden;} 
/*--end query-security-code--*/

/*--cases--*/
.cases{padding-bottom:120px;overflow:hidden;background:#fff;}
.case-list{overflow:hidden;}
.case-list .item{display:flex;flex-wrap:wrap;margin-bottom:30px;background:#ededed;animation:fadeInUpSmall 1s;}
.case-list .item:nth-child(even){flex-direction:row-reverse;}
.case-list .pic,.case-list .text{flex:none;position:relative;width:50%;overflow:hidden;}
.case-list .pic img{display:block;transition:all 1s;}
.case-list .text{padding-top:9.5%;display:flex;}
.case-list .text .cont{width:calc(83.33vw / 2);max-width:700px;}
.case-list .text .cont span{display:block;font-size:14px;color:#666;}
.case-list .text .cont h3{font-size:48px;line-height:1.5;color:#1a1a1a;}
.case-list .text .cont p{margin-top:20px;font-size:16px;line-height:1.75;color:#666;}
.case-list .item:nth-child(odd) .text .cont{padding-left:9.375%;}
.case-list .item:nth-child(even) .text{justify-content:flex-end;}
.case-list .item:nth-child(even) .text .cont{padding-right:9.375%;}
.case-list .item:hover .pic img{transform:scale(1.05);}
@media(max-width:1600px){
.case-list .text .cont h3{font-size:42px;}
}
@media(max-width:1440px){
.case-list .text .cont h3{font-size:36px;}
}
@media(max-width:1200px){
.cases{padding:40px 10px;}
.case-list .item{margin-bottom:15px;}
.case-list .pic,.case-list .text{width:100%;}
.case-list .text{padding:20px !important;}
.case-list .text .cont{padding:0 !important;width:100%;}
.case-list .text .cont span{font-size:18px;}
.case-list .text .cont h3{font-size:22px;}
.case-list .text .cont p{margin-top:10px;font-size:14px;}
}
/*--end cases--*/

/*--fullpage--*/
.fullpage{position:relative;height:100vh;overflow:hidden;}
.fullpage .item{position:relative;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;}
.fullpage .item:before{display:block;position:absolute;left:0;top:250px;width:0;height:50px;content:"";background:rgbargb(173 122 66 );transition:all 1s;}
.fullpage .item.swiper-slide-active:before{width:calc(((100% - 1400px) / 2) + 368px);}
.fullpage .item .text{position:absolute;top:250px;left:calc((100% - 1400px) / 2);max-width:750px;color:#fff;transform:translateY(100%);transition:all 2s .25s;}
.fullpage .item .text em{display:block;font-size:18px;font-family:"DIN Medium";}
.fullpage .item .text h3{display:block;line-height:1.25;font-size:54px;font-weight: bold;}
.fullpage .item .text p{margin-top:10px;line-height:1.25;font-size:18px;}
.fullpage .item.swiper-slide-active .text{transform:translateY(0);}
.fullpage-nav{position:absolute;z-index:99;top:50%;right:calc((100% - 1400px) / 2) !important;padding:40px 14px;width:43px;background:rgba(0,0,0,0.3);border-radius:22px;}
.fullpage-nav span{display:block;position:relative;margin:12px auto !important;width:15px;height:15px;opacity:1;background:transparent;}
.fullpage-nav span:after{display:block;position:absolute;left:50%;top:50%;width:7px;height:7px;content:"";background:#fff;border-radius:50%;transform:translate(-50%,-50%);}
.fullpage-nav span:before{display:none;position:absolute;left:0;top:0;width:100%;height:100%;border:#fff solid 3px;content:"";background:transparent;border-radius:50%;box-sizing:border-box;}
.fullpage-nav span.swiper-pagination-bullet-active:after{display:none;}
.fullpage-nav span.swiper-pagination-bullet-active:before{display:block;}
.fullpage .arrow{position:absolute;z-index:99;left:50%;bottom:50px;width:80px;text-align:center;transform:translateX(-50%);}
.fullpage .arrow i{display:block;margin:0 auto;width:16px;height:16px;background:url(../images/Inpage/arrow_Down.png) no-repeat;animation:fadeInDown 3s infinite;}
.fullpage .arrow span{display:block;margin-top:10px;font-size:14px;color:#fff;}
@media(max-width:1440px){
.fullpage .item.swiper-slide-active:before{width:calc(((100% - 1200px) / 2) + 368px);}
.fullpage .item .text{left:calc((100% - 1200px) / 2);}
.fullpage-nav{right:calc((100% - 1200px) / 2) !important;}
}
@media(max-width:1200px){
.fullpage .item.swiper-slide-active:before{top:100px;width:220px;height:40px;}
.fullpage .item .text{top:100px;left:20px;right:20px;}
.fullpage .item .text em{font-size:14px;}
.fullpage .item .text h3{font-size:30px;}
.fullpage .item .text p{font-size:18px;}
}
/*--end fullpage--*/

/*--products--*/
.products-wrap{padding:40px 0 100px;overflow:hidden;}
.products-menu{overflow:hidden;}
.products-menu ul{display:flex;justify-content:center;}
.products-menu li{display:flex;align-items:center;margin:0 20px;}
.products-menu li a{color:#666;font-size:20px;white-space: nowrap}
.products-menu li:after{display:block;margin-left:15px;font-family:"iconfont";font-size:13px;content:"\e692";}
.products-menu li:hover a,.products-menu li.cur a{color:var(--vi-color);}
.products-main{margin-top:60px;}
.products-list{display:flex;flex-wrap:wrap;margin:-15px;}
.products-list .item{display:block;position:relative;margin:15px;width:calc(33.33% - 30px);overflow:hidden;background:#f4f4f4;transition:all 1s;}
.products-list .item .pic{position:relative;overflow:hidden;}
.products-list .item .pic:before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:linear-gradient(rgba(0,0,0,.1), transparent);}
.products-list .item .pic img{display:block;width:100%;transition:all 1s;}
.products-list .item .text{position:absolute;z-index:3;left:0;top:0;padding:11.25%;width:100%;height:100%;overflow:hidden;}
.products-list .item .text h3{font-size:24px;font-family:"DIN Medium";color:#1c1c1c;}
.products-list .item .text p{margin-top:15px;height:50px;line-height:25px;font-size:16px;color:#999;overflow:hidden;}
.products-list .item .text i{display:block;margin-top:44px;width:32px;line-height:32px;font-size:12px;text-align:center;color:#fff;background:#999;border-radius:50%;}
.products-list .item:hover{background:#826741;}
.products-list .item:hover .pic img{transform:scale(1.05);}
.products-list .item:hover .text h3,.products-list .item:hover .text p{color:#fff;}
.products-list .item:hover .text i{background:var(--vi-color);}
@media(max-width:1200px){
.products-wrap{padding:50px 20px;overflow:hidden;}
.products-menu{overflow:auto;}
.products-menu li{margin:0 10px;}
.products-menu li a{font-size:16px;}
.products-main{margin-top:20px;}
.products-list{margin:-5px;}
.products-list .item{margin:5px;width:calc(50% - 10px);}
.products-list .item .text{padding:15px;}
.products-list .item .text h3{font-size:18px;}
.products-list .item .text p{margin-top:10px;height:44px;line-height:22px;font-size:14px;}
}
/*--end products--*/


/*-- t-picture-type06 --*/
.t-picture-type06{overflow:hidden;}
.t-picture-type06-list{overflow:hidden;}
.t-picture-type06-list .item{position:relative;display:flex;flex-wrap:wrap;overflow:hidden;background:#f1f1f1;}
.t-picture-type06-list .pic{width:50%;overflow:hidden;}
.t-picture-type06-list .pic img{display:block;width:100% !important;height:auto !important;transition:all .5s;}
.t-picture-type06-list .text{position:relative;padding:50px;width:50%;overflow:hidden;transition:all .5s;}
.t-picture-type06-list .hd{position:relative;padding-bottom:20px;overflow:hidden;}
.t-picture-type06-list .hd:before,.t-picture-type06-list .hd:after{display:block;position:absolute;left:0;bottom:0;content:"";}
.t-picture-type06-list .hd:before{z-index:1;width:100%;height:1px;background:#dfdfdf;}
.t-picture-type06-list .hd h3{padding:5px 0;font-weight:normal;font-size:24px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.t-picture-type06-list .hd h3 small{display:block;font-size:16px;color:#ccc;}
.t-picture-type06-list .hd em{font-style:normal;color:#999;}
.t-picture-type06-list .hd em{display: block;color: #ccc;font-family:"DIN Medium";float: left; margin-right: 10px;height:60px;line-height: 60px;font-size:60px;font-weight:bold;font-style: normal;}
.t-picture-type06-list .bd{padding-top:30px;overflow:hidden;}
.t-picture-type06-list .bd p{font-size:16px;line-height:1.75;color:#666;}
.t-picture-type06-list .item:nth-child(odd){flex-direction:row-reverse;animation:fadeinL 1s;}
.t-picture-type06-list .item:nth-child(even){animation:fadeinR 1s;}
@media (max-width:1440px){
.t-picture-type06-list .text{padding:30px;}
.t-picture-type06-list .bd{padding-top:20px;}
}
@media (max-width:1200px){
.t-picture-type06-list .item .pic{width:100%;}
.t-picture-type06-list .text{position:relative;z-index:3;padding:20px;margin:0 auto;width:90%;height:auto;background:#fff;transform:translateY(-40px);box-shadow:0 0 20px rgba(0,0,0,0.1);}
.t-picture-type06-list .hd h3{font-size:18px;}
.t-picture-type06-list .hd h3 small{font-size:14px;}
.t-picture-type06-list .hd em{height:54px;line-height:54px;font-size:50px;}
.t-picture-type06-list .bd{padding-top:20px;}
.t-picture-type06-list .bd p{font-size:14px;}
}
/*-- end t-picture-type06 --*/

/* --t-title-type02-- */
.t-title-type02{position:relative;padding-top:20px;text-align:center;}
.t-title-type02:before{display:block;position:absolute;left:50%;top:0;width:32px;height:3px;content:"";background:#ae9066;transform:translateX(-50%);}
.t-title-type02 h2{position:relative;z-index:1;font-size:42px;color:#333;}
.t-title-type02 p{margin-top:5px;font-size:16px;color:#999;}
@media(max-width:1200px){
.t-title-type02{padding-top:15px;}
.t-title-type02 h2{font-size:20px;}
.t-title-type02 p{font-size:14px;}
}
/* --end t-title-type02-- */


/*--news--*/
.news{padding:100px 0;overflow:hidden;}
.news-list{display:flex;flex-wrap:wrap;margin:-20px;}
.news-list .item{display:block;margin:20px;width:calc(33.33% - 40px);overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);transition:all 1s;}
.news-list .pic{overflow:hidden;}
.news-list .pic img{display:block;transition:all 1s;}
.news-list .text{padding:20px;overflow:hidden;}
.news-list .text h3{height:30px;line-height:30px;font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;}
.news-list .text p{margin-top:5px;height:50px;line-height:25px;font-size:14px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-list .item:hover{transform:translateY(-20px);}
.news-list .item:hover .pic img{transform:scale(1.1);}
.news-list .item:hover .text h3{color:var(--vi-color);}
@media(max-width:1200px){
.news{padding:50px 20px;}
.news-list{margin:-10px;}
.news-list .item{margin:10px;width:calc(100% - 20px);}
}
/*--end news--*/

/*--ppgs--*/
.ppgs{padding:100px 0;overflow:hidden;}
.ppgs-inner{display:flex;flex-wrap:wrap;}
.ppgs-inner .hd{width:35%;}
.ppgs-inner .hd h2{font-size:52px;line-height:1;color:#1c1c1c;}
.ppgs-inner .hd a{display:flex;align-items:center;margin-top:40px;line-height:32px;color:#1c1c1c;}
.ppgs-inner .hd a:after{display:block;margin-left:10px;width:32px;height:32px;color:#fff;text-align:center;font-family:"iconfont";content:"\e694";background:var(--vi-color);border-radius:50%;}
.ppgs-inner .hd a:hover{color:var(--vi-color);}
.ppgs-inner .bd{position:relative;width:65%;}
.ppgs-inner .bd .item{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;margin-bottom:40px;animation:fadeInUpSmall 1s;}
.ppgs-inner .bd .item .pic{width:45%;overflow:hidden;}
.ppgs-inner .bd .item .pic img{display:block;width:100%;transition:all 1.5s;}
.ppgs-inner .bd .item .pic:hover img{transform:scale(1.05);}
.ppgs-inner .bd .item .text{padding-bottom:60px;width:45%;height:410px;overflow:hidden;}
.ppgs-inner .bd .item .text h3{margin-bottom:40px;font-size:120px;line-height:1;font-weight:bold;font-family:"DIN Medium";color:var(--vi-color);}
.ppgs-inner .bd .item .text p{font-size:16px;line-height:1.5;color:#1c1c1c;}
@media(max-width:1200px){
.ppgs{padding:50px 20px;}
.ppgs-inner .hd{width:100%;}
.ppgs-inner .hd h2{font-size:28px;}
.ppgs-inner .bd{margin-top:30px;width:100%;}
.ppgs-inner .bd .item{margin-bottom:20px;}
.ppgs-inner .bd .item .pic{width:200px;}
.ppgs-inner .bd .item .text{margin-top:30px;width:100%;height:auto;}
.ppgs-inner .bd .item .text h3{margin-bottom:20px;font-size:60px;}
.ppgs-inner .bd .item .text p{font-size:14px;}
}
/*--end ppgs--*/
