/*--product--*/
.product{padding:6.25rem 0;overflow:hidden;background:#fff;/*border-top:#f0f0f0 solid 1px;*/border-bottom:#f0f0f0 solid 1px;}
.product-list{display:flex;flex-wrap:wrap;margin:-2rem;}
.product-list .item{display:block;margin:2rem;padding:1rem;width:calc(100% / 3 - 4rem);overflow:hidden;transition:all 1s;}
.product-list .pic{overflow:hidden;}
.product-list .pic img{display:block;width:100%;transition:all 1s;}
.product-list .text{padding:1.625rem 1.625rem 0;text-align:center;overflow:hidden;}
.product-list .text h3{line-height:2rem;font-size:1.5rem;color:#262626;}
.product-list .text p{margin-top:0.625rem;height:3.5rem;line-height:1.75rem;font-size:1rem;color:#969696;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.product-list .text span{display:inline-block;margin-top:1.75rem;width:9.75rem;line-height:2.75rem;font-size:0.875rem;color:#999;border:#e9e9e9 solid 1px;border-radius:3rem;}
.product-list .text span:after{display:inline-block;margin-left:0.625rem;font-family:"iconfont";content:"\e611";}
.product-list .item:hover .pic img{transform:scale(1.1);}
.product-list .item:hover .text span{color:#fff;border-color:var(--vi-color);background-color:var(--vi-color);}
@media(max-width:992px){
.product{padding:4rem 1.25rem;border-top:none;}
.product-list .item{padding:1rem;width:100%;}
.product-list .text h3{line-height:2rem;font-size:1.75rem;}
.product-list .text p{height:4rem;line-height:2rem;font-size:1.375rem;}
.product-list .text span{width:12rem;line-height:2.5;font-size:1.25rem;}
}
/*--end product--*/

/* --t-title-type02-- */
.t-title-type02{position:relative;margin-bottom:2.875rem;padding-top:1.5rem;text-align:center;}
.t-title-type02:before{display:block;position:absolute;left:50%;top:0;width:24px;height:4px;content:"";background:#cbab72;transform:translateX(-50%);}
.t-title-type02 h2{position:relative;z-index:1;font-size:2.25rem;color:#333;}
.t-title-type02 p{margin-top:0.625rem;font-size:1rem;color:#999;}
@media(max-width:1200px){
}
/* --end t-title-type02-- */

/*-- 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:#fff;}
.t-picture-type06-list .pic{width:50%;overflow:hidden;}
.t-picture-type06-list .pic img{display:block;width:100%;transition:all .5s;}
.t-picture-type06-list .text{position:relative;padding:80px;width:50%;overflow:hidden;background:#f9f9f9;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:#f0f0f0;}
.t-picture-type06-list .hd h3{padding:5px 0;font-weight: 300;font-size:1.80rem;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:1.125rem;font-weight:300;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:50px;}
.t-picture-type06-list .bd{padding-top:30px;}
}
@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-step-type04--*/
.t-step-type04{overflow:hidden;}
.t-step-type04-list{display:flex;flex-wrap:wrap;margin:0 -50px;overflow:hidden;}
.t-step-type04-list .item{position:relative;padding:0 50px;width: calc(100% / 6);text-align:center;}
.t-step-type04-list .item:before,.t-step-type04-list .item:after{display:block;position:absolute;z-index:1;top:50px;width:50%;height:1px;content:"";background:#f0f0f0;}
.t-step-type04-list .item:before{left:0;}
.t-step-type04-list .item:after{right:0;}
.t-step-type04-list .icon{position:relative;z-index:2;margin:0 auto;display:flex;justify-content:center;align-items:center;width:100px;height:100px;background:#fff;border:#f0f0f0 solid 1px;border-radius:50%;}
.t-step-type04-list .icon img{width: 60px !important;}
.t-step-type04-list .text{padding-top:10px;overflow:hidden;}
.t-step-type04-list .text h3{font-size:16px;font-weight:normal;color:#333;}
.t-step-type04-list .text p{font-size:14px;color:#999;}
.t-step-type04-list .arrow{position:absolute;z-index:3;top:0;right:0;width:100px;height:100px;transform:translateX(50%);}
.t-step-type04-list .arrow:before{display:block;position:absolute;z-index:3;top:50%;left:50%;margin-left:-8px;margin-top:-6px;width:10px;height:10px;content:"";border:#ccc solid 2px;border-left:0;border-bottom:0;transform:rotate(45deg);box-sizing:content-box;}
.t-step-type04-list .arrow:after{display:block;position:absolute;top:50%;left:50%;width:30px;height:30px;line-height:30px;text-align:center;content:"";border:#e5e5e5 solid 1px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-sizing:content-box;}
@media (max-width:1200px){
.t-step-type04-list{margin:0 -10px;}
.t-step-type04-list .item{margin-bottom:20px;padding:0 10px;width:calc(100% / 3);}
.t-step-type04-list .item:before,.t-step-type04-list .item:after{top: 30px;}
.t-step-type04-list .icon{width: 60px;height: 60px;}
.t-step-type04-list .icon img{width: 40px !important;}
.t-step-type04-list .arrow{display:none;}
.t-step-type04-list .text h3{font-size:14px;}
.t-step-type04-list .text p{display:none;}
}
/*--end t-step-type04--*/

/* --t-intro-type02-- */
.t-intro-type02{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-intro-type02 .pic{width:600px;overflow:hidden;}
.t-intro-type02 .pic img{display:block;width:100%;}
.t-intro-type02 .text{position:relative;width:calc(100% - 680px);padding-top:4px;overflow:hidden;}
.t-intro-type02 .text .hd{overflow:hidden;}
.t-intro-type02 .text .hd h3{font-size:1.75rem;color:#cbab72;}
.t-intro-type02 .text .hd p{font-size:16px;font-family:"DIN";color:#999;}
.t-intro-type02 .text .bd{padding-top:2px;overflow:hidden;}
.t-intro-type02 .text .bd p{font-size:16px;line-height:1.75;color:#333;}
.t-intro-type02 .text .datas{position:absolute;bottom:40px;left:0;width:100%;display:flex;flex-wrap:wrap;}
.t-intro-type02 .text .datas .item{margin-right:20px;width:100px;text-align:center;}
.t-intro-type02 .text .datas .item span{display:block;margin:0 auto;width:70px;border-radius:50%;}
.t-intro-type02 .text .datas .item span img{display:block;width:100%;border-radius:50%;}
.t-intro-type02 .text .datas .item p{margin-top:10px;font-size:14px;color:#666;}
@media(max-width:1200px){
.t-intro-type02 .pic{width:100%;}
.t-intro-type02 .text{width:100%;padding-top:20px;}
.t-intro-type02 .text .hd h3{font-size:20px;}
.t-intro-type02 .text .hd p{font-size:14px;}
.t-intro-type02 .text .bd p{font-size:14px;}
.t-intro-type02 .text .datas{position:static;padding-top:20px;}
.t-intro-type02 .text .datas .item{width:25%;margin:0;}
.t-intro-type02 .text .datas .item span{width:45px;height:45px;}
}
/* --end t-intro-type02-- */



/* --t-intro-type102-- */
.t-intro-type102{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-intro-type102 .pic{width:600px;overflow:hidden;/* border: 1px #ddd solid; */}
.t-intro-type102 .pic img{display:block;width:100%;filter: contrast(0.95);}
.t-intro-type102 .text{position:relative;width:calc(100% - 680px);padding-top:2rem;overflow:hidden;}
.t-intro-type102 .text .hd{overflow:hidden;}
.t-intro-type102 .text .hd h3{font-size:1.75rem;color:#cbab72;}
.t-intro-type102 .text .hd p{font-size:1.5rem;font-family:"DIN";color:#999;}
.t-intro-type102 .text .bd{padding-top:0;overflow:hidden;}
.t-intro-type102 .text .bd p{font-size: 1.25rem;line-height:1.75;color:#333;font-weight: 300;}
.t-intro-type102 .text .datas{position:absolute;bottom:2px;left:0;width:100%;display:flex;flex-wrap:wrap;}
.t-intro-type102 .text .datas .item{margin-right:34px;width:280px;text-align:center;}
.t-intro-type102 .text .datas .item span{display:block;margin:0 auto;width:100%;/* border: 1px #ddd solid; */}
.t-intro-type102 .text .datas .item span img{display:block;width:100%;filter: contrast(0.95);}
.t-intro-type102 .text .datas .item p{margin-top: 1rem;font-size: 1.25rem;color:#666;font-weight: 300;}
@media(max-width:1440px){
.t-intro-type102 .text .bd p{font-size:1.25rem;}
.t-intro-type102 .text .datas .item{width:200px;}   
.t-intro-type102 .text .datas .item p{font-size:1.25rem;}
}
@media(max-width:1200px){
.t-intro-type102 .pic{width:100%;}
.t-intro-type102 .text{width:100%;padding-top:20px;}
.t-intro-type102 .text .hd h3{font-size:20px;}
.t-intro-type102 .text .hd p{font-size:1.6rem;}
.t-intro-type102 .text .bd p{font-size:1.6rem;}
.t-intro-type102 .text .datas{position:static;padding-top:20px;justify-content: space-between;}
.t-intro-type102 .text .datas .item{width: 48%;margin:0;/* margin-right:10px; */}
}
/* --end t-intro-type102-- */


/*-- t-picture-type01 --*/
.t-picture-type01{overflow:hidden;}
.t-picture-type01-list{margin:-10px;}
.t-picture-type01-list .item{position:relative;float:left;margin:10px;text-align:center;overflow:hidden;box-sizing:border-box;border-radius:5px;}
.t-picture-type01-list[data-row="2"] .item{width:calc(100% / 2 - 20px);}
.t-picture-type01-list[data-row="3"] .item{width:calc(100% / 3 - 20px);}
.t-picture-type01-list[data-row="4"] .item{width:calc(100% / 4 - 20px);}
.t-picture-type01-list[data-row="5"] .item{width:calc(100% / 5 - 20px);}
.t-picture-type01-list .pic{overflow:hidden;}
.t-picture-type01-list .pic img{display:block;width:100%;transition:all 1s;}
.t-picture-type01-list .tit{position:absolute;left:0;bottom:0;right:0;padding:10px;font-size:16px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgba(0,0,0,0.85);background:linear-gradient(transparent,rgba(0,0,0,0.85));transition:all .5s;}
.t-picture-type01-list .item:hover .pic img{transform:scale(1.1);}
.t-picture-type01-list .item:hover .tit{transform:translateY(100%);}
@media (max-width:1200px){
.t-picture-type01-list{margin:-6px;}
.t-picture-type01-list .item{margin:6px;width:calc(100% - 12px) !important;}
.t-picture-type01-list .item .tit{font-size:14px;}
}
/*-- end t-picture-type01 --*/


/*--factory--*/
.factory{overflow:hidden;background:#fff;}
.factory-slide{position:relative;overflow:hidden;}
.factory-slide li{position:relative;overflow:hidden;}
.factory-slide li img{display:block;width:100%;transition:all 1s;}
.factory-slide .prev,.factory-slide .next{position:absolute;z-index:99;top:50%;width:51px;height:51px;line-height:49px;text-align:center;cursor:pointer;border:#fff solid 1px;border-radius:50%;transition:all .5s;transform:translateY(-50%);}
.factory-slide .prev i,.factory-slide .next i{display:block;color:#fff;}
.factory-slide .prev{left:2rem;}
.factory-slide .next{right:2rem;}
.factory-slide .prev:hover,.factory-slide .next:hover{background-color:var(--vi-color);border-color:var(--vi-color);}
@media(max-width:992px){
.factory{padding:0 1.25rem;}
.factory-slide .prev,.factory-slide .next{display:none;}	
}
/*--end factory--*/


/*-- t-picture-type12 --*/
.t-picture-type12{position:relative;overflow:hidden;}
.t-picture-type12-list{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-picture-type12-list .item{display:flex;margin:10px 0;width:calc(50% - 10px);overflow:hidden;background:#fff;border:#f0f0f0 solid 1px;}
.t-picture-type12-list .pic{width:38%;overflow:hidden;}
.t-picture-type12-list .pic img{display:block;width:100%;transition:all 1s;}
.t-picture-type12-list .pic:hover img{transform:scale(1.1);}
.t-picture-type12-list .text{position:relative;width:62%;padding:40px;overflow:hidden;}
.t-picture-type12-list .text h3{line-height:30px;font-size:24px;font-weight:normal;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.t-picture-type12-list .text p{margin-top:10px;line-height:1.75;font-size:1.125rem;font-weight: 300;color:#999;overflow:hidden;}
.t-picture-type12-list .text em{position:absolute;left:40px;bottom:40px;font-family:"DIN Medium";font-style:normal;font-size:30px;color:#ccc;}
@media (max-width:1200px){
.t-picture-type12-list .item{width:100%;}
.t-picture-type12-list .text{padding:20px;}
.t-picture-type12-list .text h3{line-height:1.75;font-size:18px;}
.t-picture-type12-list .text p{margin-top:4px;font-size:14px;}
.t-picture-type12-list .text em{left:20px;bottom:20px;font-size:24px;}
}
/*-- end t-picture-type12 --*/

/*-- t-txt-type02 --*/
.t-txt-type02{position:relative;overflow:hidden;}
.t-txt-type02-list{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-txt-type02-list .item{position:relative;padding:10px;height:60px;line-height:40px;background:#f0f0f0;overflow:hidden;border-radius:25px;transition:all .25s linear;}
.t-txt-type02-list .item em{display:block;position:absolute;left:10px;top:10px;width:40px;height:40px;font:bold 16px / 40px "DIN Medium";color:#fff;text-align:center;background:#0e90d2;border-radius:50%;}
.t-txt-type02-list .item h3{padding-left:55px;font-size:18px;font-weight:400;}
.t-txt-type02-list[data-row="3"] .item{width:calc(100% / 3 - 20px);}
.t-txt-type02-list[data-row="4"] .item{width:calc(100% / 4 - 20px);}
.t-txt-type02-list[data-row="5"] .item{width:calc(100% / 5 - 20px);}
@media(max-width:1200px){
.t-txt-type02-list{margin:0 auto;max-width:300px;}
.t-txt-type02-list .item{margin:5px 0;width:100% !important;}
.t-txt-type02-list .item h3{font-size:16px;}
}
/*-- end t-txt-type02 --*/


/*-- t-txt-type03 --*/
.t-txt-type03{position:relative;overflow:hidden;}
.t-txt-type03-list{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-txt-type03-list .item{flex:1;padding:20px 50px;text-align:center;}
.t-txt-type03-list .item:last-child{border:none;}
.t-txt-type03-list .item h3{font-weight:300;font-size:24px;line-height:1.75;}
.t-txt-type03-list .item p{margin-top:10px;font-weight:300;font-size:16px;line-height:1.75;}
@media(min-width:1200px){
.t-txt-type03-list .item{border-right:#e0e0e0 solid 1px;}
}
@media(max-width:1200px){
.t-txt-type03-list{margin:0 auto;max-width:315px;}
.t-txt-type03-list .item{flex:none;padding:25px 0;width:100%;border-bottom:#e0e0e0 solid 1px;}
.t-txt-type03-list .item h3{font-size:20px;}
.t-txt-type03-list .item p{font-size:14px;}
}
/*-- end t-txt-type03 --*/

