/*--section-title--*/
.section-title{margin:2.8125rem 0;text-align: center;overflow:hidden;animation:fadeInDown 1s;}
.section-title h2{font-size:48px;line-height:1.25;color:#333;}
.section-title h2 a{color:#333;transition:all .5s;}
.section-title h2 a:hover{color:var(--vi-color);}
.section-title p{margin-top:0.75rem;font-size:1.125rem;color:#333;}
.section-title.white *{color:#fff;}
@media(max-width:992px){
.section-title{text-align:center;}
.section-title p{font-size:1.375rem;}
.section-title h2{font-size:2.0rem;}
.contact-infos .list .item{ width:100% !important; padding:6px 5px !important;}
.item_name{ font-size:16px !important;}
.contact-infos .list .item dd p{ font-size:14px !important;}
}
/*--end section-title--*/

/*-- t-step-type01 --*/
.t-step-type01{overflow:hidden;}
.t-step-type01-list{position:relative;margin:0 auto;padding:0 50px;width:1000px;}
.t-step-type01-list:after{display:block;position:absolute;left:20px;right:20px;top:25px;height:242px;content:"";border-right:#e70012 solid 20px;border-radius:0 150px 150px 0;}
.t-step-type01-list .group{display:flex;position:relative;z-index:1;margin:30px 0;}
.t-step-type01-list .group-1{}
.t-step-type01-list .group-2{flex-direction:row-reverse;}
.t-step-type01-list .item{position:relative;z-index:3;padding:0 20px;width:calc(100% / 4);text-align:center;}
.t-step-type01-list .item:before,.t-step-type01-list .item:after{display:block;position:absolute;z-index:-1;top:24px;width:calc(50% - 25px);height:2px;content:"";background:#e70012;}
.t-step-type01-list .item:before{left:0;}
.t-step-type01-list .item:after{right:0;}

.t-step-type01-list .icon{margin:0 auto;padding:10px;width:50px;height:50px;background:#e70012;border-radius:50%;}
.t-step-type01-list .icon img{display:block;width:100%;}
.t-step-type01-list .num{margin-top:10px;font-size:18px;font-family:"DIN";color:#333;opacity:0.5;}
.t-step-type01-list .con{margin-top:10px;color:#fff;overflow:hidden;border-radius:15px;}
.t-step-type01-list .tit{height:45px;line-height:45px;font-size:18px;color:#e70012;}
.t-step-type01-list .smy{overflow:hidden;}
.t-step-type01-list .smy p{height:75px;line-height:25px;font-size:16px;color:#333;}
.t-step-type01-list .group-1 .item:first-child:before{display:none;}
.t-step-type01-list .group-1 .item:last-child:after{display:none;}
.t-step-type01-list .group-2 .item:first-child:after{display:none;}
.t-step-type01-list .group-2 .item:last-child:before{display:none;}
@media (max-width:1200px){
.t-step-type01-list{padding:0 20px;width:100%;}
.t-step-type01-list .item{padding:0 10px;}
.t-step-type01-list .item:before,.t-step-type01-list .item:after{top:20px;width:calc(50% - 20px);height:1px;}
.t-step-type01-list .icon{width:40px;height:40px;}
.t-step-type01-list .tit{height:40px;line-height:20px;font-size:14px;}
.t-step-type01-list .smy{display:none;}
.t-step-type01-list:after{top:20px;right:0;height:160px;border-width:2px;}
}
/*-- end t-step-type01 --*/

/*-- t-picture-type05 --*/
.t-picture-type05{overflow:hidden;}
.t-picture-type05-list{display:flex;flex-wrap:wrap;justify-content:space-between;}
.t-picture-type05-list .item{position:relative;float:left;padding:50px 20px;width:calc(100% / 4 - 20px);text-align:center;overflow:hidden;box-sizing:border-box;border:#e0e0e0 solid 1px;box-shadow:0 0 10px rgba(0,0,0,0.1);transition:all .5s;border-radius:10px;}
.t-picture-type05-list .pic{padding:25px;margin:0 auto;width:100px;height:100px;overflow:hidden;background:var(--vi-color);border:#fff solid 5px;border-radius:50%;}
.t-picture-type05-list .pic img{display:block;width:100%;filter:contrast(0) brightness(2);}
.t-picture-type05-list .text{position:relative;margin-top:20px;overflow:hidden;transition:all .5s;}
.t-picture-type05-list .text h3{font-weight:normal;font-size:18px;line-height:1.5;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.t-picture-type05-list .text p{margin-top:5px;font-size:16px;line-height:1.5;color:#666;}
.t-picture-type05-list .item:hover{background:var(--vi-color);border-color:var(--vi-color);}
.t-picture-type05-list .item:hover .pic img{filter:contrast(0) brightness(2);}
.t-picture-type05-list .item:hover .text *{color:#fff;}
@media (max-width:1200px){
.t-picture-type05-list .item{margin-bottom:10px;padding:25px 10px;width:calc(100% / 2 - 5px);}
.t-picture-type05-list .pic{padding:20px;width:80px;height:80px;}
.t-picture-type05-list .text{margin-top:10px;}
.t-picture-type05-list .text h3{font-size:14px;}
.t-picture-type05-list .text p{display:none;font-size:14px;}
}
/*-- end t-picture-type05 --*/

/*-- 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;}
.t-picture-type06-list .pic{width:50%;overflow:hidden;}
.t-picture-type06-list .pic img{display:block;width:100% !important;transition:all .5s;}
.t-picture-type06-list .text{position:relative;padding:80px;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:#f0f0f0;}
.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:50px;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: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:42px;}
.t-picture-type06-list .bd{padding-top:20px;}
.t-picture-type06-list .bd p{font-size:14px;}
}
/*-- end t-picture-type06 --*/

/*-- t-picture-type13 --*/
.t-picture-type13{position:relative;overflow:hidden;}
.t-picture-type13-list{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-picture-type13-list .item{position:relative;}
.t-picture-type13-list[data-row="3"] .item{width:calc(100% / 3 - 20px)}
.t-picture-type13-list[data-row="4"] .item{width:calc(100% / 4 - 20px)}
.t-picture-type13-list[data-row="5"] .item{width:calc(100% / 5 - 20px)}
.t-picture-type13-list .pic{overflow:hidden;}
.t-picture-type13-list .pic img{display:block;width:100%;transition:all .5s;}
.t-picture-type13-list .text{position:absolute;z-index:3;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.t-picture-type13-list .text h3{display:flex;align-content:center;align-items:center;padding:0 20px;height:50px;line-height:25px;font-size:16px;color:#fff;background:#0e90d2;border-radius:0 15px 0 15px;transition:all .5s;}
.t-picture-type13-list .item:hover .pic img{transform:scale(1.1);}
.t-picture-type13-list .item:hover .text h3{border-radius:15px 0 15px 0;}
@media (max-width:1200px){
.t-picture-type13-list .item{margin-bottom:10px;width:calc(100% - 5px) !important;}
.t-picture-type13-list .text h3{padding:0 10px;font-size:16px;}
}
/*-- end t-picture-type13 --*/

/*-- t-tab-type03 --*/
.t-tab-type03{position:relative;display:flex;justify-content:space-between;flex-wrap:wrap;overflow:hidden;}
.t-tab-type03-menu{width:350px;text-align:center;border:#e0e0e0 solid 1px;}
.t-tab-type03-menu ul{height:100%;}
.t-tab-type03-menu li{display:flex;flex-wrap:wrap;align-content:center;justify-content:center;height:25%;font-size:18px;text-align:center;cursor:pointer;color:#333;background:#fff;border-bottom:#e0e0e0 solid 1px;}
.t-tab-type03-menu li:last-child{border:0;}
.t-tab-type03-menu li span{display:block;width:100%;font-size:20px;line-height:1.5;}
.t-tab-type03-menu li em{display:block;width:100%;font-family:"DIN";font-size:14px;line-height:1.5;font-style:normal;}
.t-tab-type03-menu li.cur{background:var(--vi-color);}
.t-tab-type03-menu li.cur *{color:#fff;}
.t-tab-type03-main{width:calc(100% - 400px);overflow:hidden;}
.t-tab-type03-main .item{position:relative;}
.t-tab-type03-main .item .pic{overflow:hidden;}
.t-tab-type03-main .item .pic img{display:block;width:100%;transition:all .5s;}
.t-tab-type03-main .item .text{position:absolute;z-index:3;left:0;bottom:0;padding:20px;width:100%;background:rgba(0,0,0,0.5);}
.t-tab-type03-main .item .text h3{font-size:20px;color:#fff !important;}
.t-tab-type03-main .item .text p{margin-top:10px;font-size:16px;line-height:1.5;color:#fff !important;}
@media (max-width:1440px){
.t-tab-type03-menu{width:300px;}
.t-tab-type03-main{width:calc(100% - 350px);}
}
@media (max-width:1200px){
.t-tab-type03-menu{width:100%;}
.t-tab-type03-menu ul{height:auto;}
.t-tab-type03-menu li{float:left;padding:10px;width:25%;border-bottom:none;border-right:#e0e0e0 solid 1px;}
.t-tab-type03-menu li span{font-size:15px;}
.t-tab-type03-menu li em{display:none;}
.t-tab-type03-main{margin-top:20px;width:100%;}
.t-tab-type03-main .item .text{position:static;background:#f0f0f0;}
.t-tab-type03-main .item .text h3{font-size:16px;color:#000 !important;}
.t-tab-type03-main .item .text p{font-size:14px;color:#000 !important;}
}
/*-- end t-tab-type03 --*/

/*-- 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 --*/

/*-- t-picture-type10 --*/
.t-picture-type10{overflow:hidden;}
.t-picture-type10-list{margin:-10px;overflow:hidden;}
.t-picture-type10-list .item{position:relative;float:left;margin:10px;overflow:hidden;}
.t-picture-type10-list[data-row="3"] .item{width:calc(100% / 3 - 20px);}
.t-picture-type10-list[data-row="4"] .item{width:calc(100% / 4 - 20px);}
.t-picture-type10-list[data-row="5"] .item{width:calc(100% / 5 - 20px);}
.t-picture-type10-list .pic{width:100%;overflow:hidden;}
.t-picture-type10-list .pic img{display:block;left:0;top:0;width:100%;transition:all .5s;}
.t-picture-type10-list .pic img.z1{position:relative;}
.t-picture-type10-list .pic img.z2{position:absolute;transform:translateX(100%);}
.t-picture-type10-list .tit{position:absolute;left:0;bottom:0;padding:10px 20px;width:100%;font-size:16px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(transparent,rgba(0,0,0,0.85));}
.t-picture-type10-list .item:hover .z1{transform:translateX(-100%);}
.t-picture-type10-list .item:hover .z2{transform:translateX(0);}
@media (max-width:1200px){
.t-picture-type10-list{margin:-6px;}	
.t-picture-type10-list .item{margin:6px;width:calc(50% - 12px) !important;}
.t-picture-type10-list[data-row="3"] .item:first-child,.t-picture-type10-list[data-row="5"] .item:first-child{width:calc(100% - 12px) !important;}
.t-picture-type10-list .tit{font-size:14px;}
}
/*-- end t-picture-type10 --*/

/*-- 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;margin-top: 60px;}
.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:34px 80px 80px 0px;width:50%;overflow:hidden;transition:all .5s;}
.t-picture-type06-list .item:nth-child(even) .text{padding:34px 0px 80px 80px;}
.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:""; width:74px; height:4px; background:#c32c23;}

.t-picture-type06-list .hd h3{padding:5px 0;font-weight:normal;font-size:36px;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:50px;overflow:hidden;}
.t-picture-type06-list .bd p{font-size:16px;line-height:26px;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-picture-type15{overflow:hidden;}
.t-picture-type15-list{margin:0 auto;overflow:hidden;max-width:1400px;}
.t-picture-type15-list .item{position:relative;overflow:hidden;}
.t-picture-type15-list .item img{display:block;width:100%;height:100%;transition:all 1s;max-width: 100%;}
.t-picture-type15-list .item h3{position:absolute;bottom:0;left:0;padding:15px 20px;width:100%;font-size:16px;line-height:1.75;color:#fff;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgba(0,0,0,0.5);}
.t-picture-type15-list .item:hover img{transform:scale(1.1);}
.t-picture-type15-list .largeImg{width:100%;}
.t-picture-type15-list .minImg{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;}
.t-picture-type15-list .minImg .item{margin-top:20px;width:calc(50% - 10px);}
@media(max-width:1200px){
.t-picture-type15-list .minImg{margin-top:10px;}
.t-picture-type15-list .minImg .item{margin-top:10px;width:calc(50% - 5px);}
}

/*--product--*/
.product-main~.product-main{margin-top:2rem;}
.product-slide{margin:0 -1rem;overflow:hidden;}
.product-slide .swiper-wrapper{transition-timing-function: linear;}
.product-slide .item{padding:1rem;text-align:center;}
.product-slide .pic{overflow:hidden;border:#f0f0f0 solid 1px;border-radius:5px;}
.product-slide .pic img{display:block;width:100%;transition:all 1s;}
.product-slide .text{padding:0.625rem;overflow:hidden;border-radius:0 0 5px 5px;}
.product-slide .text h3{line-height:50px;font-size:18px;color:#333;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.product-slide .item:hover .pic img{transform:scale(1.1);}
.product-slide .item:hover .text{background:var(--vi-color);}
.product-slide .item:hover .text h3{color:#fff;}
.product-slide .swiper-pager{text-align:center;padding-top:1rem;overflow:hidden;}
.product-slide .swiper-pager .swiper-pagination-bullet-active{background:var(--vi-color);}
/*--end product--*/


/*--product-intro--*/
.product-intro{margin-bottom:2rem;overflow:hidden;background:var(--vi-color); margin-top:30px;}
.product-intro .pic{float:left;width:50%;overflow:hidden;}
.product-intro .pic img{display:block;width:100%;}
.product-intro .text{padding:5rem;text-align:center;overflow:hidden;}
.product-intro .text h2{font-size:36px;color:#fff; font-weight:bold;}
.product-intro .text h2:after{display:block;margin:1rem auto;width:2rem;height:4px;content:"";background:#fff;}
.product-intro .text .summary{height:10rem;font-size:20px;line-height:36px;color:#fff;overflow:auto;}
.product-intro .text .datas{margin-top:1rem;overflow:hidden;}
.product-intro .text .datas .item{float:left;width:33.33%;}
.product-intro .text .datas .item em{font-size:1.875rem;color:#fff;}
.product-intro .text .datas .item p{font-size:1.25rem;color:#fff;}
@media(max-width:1200px){
.product-intro{display:none;}	
}
/*--end product-intro--*/


/*--contact-intro--*/
.contact-intro{text-align:center;overflow:hidden;}
.contact-intro .text{margin:0 auto;max-width:900px;overflow:hidden}
.contact-intro .text h2{font-size:2.625rem;color:var(--vi-color);line-height:1.25;}
.contact-intro .text p{margin-top:1rem;font-size:1.125rem;line-height:1.75;color:#999;}
.contact-intro .text em{display:block;margin-top:1rem;font-weight:bold;font-size:1.5rem;color:var(--vi-color);}
.contact-infos{margin:3rem 0px;overflow:hidden;}
.contact-infos .list{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.contact-infos .list .item{padding:30px 0px;width:calc(100% / 4 - 2rem);text-align:center;background:#f4f4f4;}
.contact-infos .list .item dt{overflow:hidden;}
.contact-infos .list .item dt em{display:block;margin:0 auto;width:64px;height:64px;}
.contact-infos .list .item dt em img{display:block;width:100%;}
.contact-infos .list .item dt span{display:block;font-size:1.125rem;color:#333;}
.contact-infos .list .item dd{padding-top:1rem;overflow:hidden;}
.contact-infos .list .item dd p{font-size:1.125rem;color:#666;}

.contact-maps{position:relative;margin-top:3rem;width:100%;height:500px;overflow:hidden;border:#f0f0f0 solid 1px;}
.contact-maps .iframe{position:relative;top:50%;left:50%;width:1400px;height:520px;overflow:hidden;transform:translate(-50%,-50%);}
.contact-maps .iframe iframe{display:block;width:1400px;height:520px;}

@media(max-width:1200px){
.contact-infos .list .item{margin-bottom:1rem;padding:2.5rem 1rem;width:calc(100% / 4 - 0.5rem);}
.contact-infos .list .item dt em{width:50px;height:50px;}
.contact-maps{margin-bottom:2rem;height:300px;}
}
/*--end contact-intro--*/

.parts-slide{margin:2rem 0;overflow:hidden;}
.parts-slide .item{margin:0;}

@media(max-width:1200px){
	.t-picture-type06-list .item:nth-child(even) .text{padding:20px;}
}