/*--wrap-title--*/
.wrap-title{margin-bottom:3.75rem;text-align:center;overflow:hidden;animation:fadeInDown 1s;}
.wrap-title h2{font-size:3.25rem;color:#000;}
.wrap-title h2 a{color:#000;}
.wrap-title h2 em{font-family:"DIN Medium";font-weight:bold;color:var(--vi-color);}
.wrap-title p{margin-top:0.875rem;font-size:1.125rem;line-height:1.875rem;color:#333;}
.wrap-title.white *{color:#fff;}
@media(max-width:1200px){
.wrap-title h2{font-size:2.15rem;}
.wrap-title p{font-size:1.3rem;}
}
/*--end wrap-title--*/

/* --t-title-type02-- */
.t-title-type02{position:relative;padding-top:20px;text-align:center;}
.t-title-type02 h2{position:relative;z-index:1;font-size:36px;color:#333;}
.t-title-type02 p{margin-top:5px;font-size:16px;color:#999;}
@media(max-width:1200px){
.t-title-type02 h2{font-size:24px;}
.t-title-type02 p{font-size:14px;}
}
/* --end t-title-type02-- */


/* --t-intro-type01-- */
.t-intro-type01{overflow:hidden;}
.t-intro-type01 .textBox{float:left;width:50%;}
.t-intro-type01 .textBox p{font-size:16px;line-height:2;color:#333;text-indent:2em;}
.t-intro-type01 .picBox{float:right;width:45%;display:flex;flex-wrap:wrap;justify-content:space-between;}
.t-intro-type01 .picBox .item{position:relative;margin-bottom:2%;width:49%;overflow:hidden;}
.t-intro-type01 .picBox .item:first-child{width:100%;}
.t-intro-type01 .picBox .item img{display:block;width:100%;transition:all 1s;}
.t-intro-type01 .picBox .item p{position:absolute;left:0;bottom:0;padding:15px;width:100%;font-size:16px;color:#fff !important;background:rgba(0,0,0,0.5);}
@media(max-width:1200px){
.t-intro-type01 .textBox{float:none;width:100%;}
.t-intro-type01 .textBox p{font-size:14px;line-height:1.75;text-indent:0 !important;}
.t-intro-type01 .picBox{float:none;margin-top:20px;width:100%;}
}
/* --end t-intro-type01-- */

/*-- t-picture-type03 --*/
.t-picture-type03{overflow:hidden;}
.t-picture-type03-list{display:flex;flex-wrap:wrap;margin:-10px;}
.t-picture-type03-list .item{position:relative;float:left;margin:10px;overflow:hidden;box-sizing:border-box;border-radius:5px;}
.t-picture-type03-list[data-row="3"] .item{width:calc(100% / 3 - 20px);}
.t-picture-type03-list[data-row="4"] .item{width:calc(100% / 4 - 20px);}
.t-picture-type03-list .pic{overflow:hidden;}
.t-picture-type03-list .pic img{display:block;width:100%;transition:all 1s;}
.t-picture-type03-list .text{position:relative;padding:20px;overflow:hidden;background:#f0f0f0;transition:all .5s;}
.t-picture-type03-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-type03-list .text p{margin-top:5px;font-size:16px;line-height:1.5;color:#666;}
.t-picture-type03-list .item:hover .pic img{transform:scale(1.1);}
.t-picture-type03-list .item:hover .text{color:#fff;background:#e70012;}
.t-picture-type03-list .item:hover .text *{color:#fff;}
@media (max-width:1200px){
.t-picture-type03-list{margin:-6px;}
.t-picture-type03-list .item{margin:6px;width:calc(100% - 12px) !important;}
.t-picture-type03-list .text{padding:10px;}
.t-picture-type03-list .text h3{font-size:16px;}
.t-picture-type03-list .text p{margin-top:2px;font-size:14px;}
}
/*-- end t-picture-type03 --*/

/*-- 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;border:#f0f0f0 solid 1px;}
.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:#e70012;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% / 2 - 5px) !important;}
.t-picture-type13-list .text h3{padding:0 10px;font-size:16px;}
}
/*-- end t-picture-type13 --*/

/*-- 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;filter: contrast(0.9);}
.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(50% - 12px) !important;}
.t-picture-type01-list .item .tit{font-size:14px;}
}
/*-- end t-picture-type01 --*/

/*--t-step-type01--*/
.t-step-type01{overflow:hidden;}
.t-step-type01-list{position:relative;margin:0 auto;margin:0 -50px;}
.t-step-type01-list .group{display:flex;flex-wrap:wrap;position:relative;z-index:1;margin:30px 0;}
.t-step-type01-list .group:nth-child(even){flex-direction:row-reverse;}
.t-step-type01-list .item{position:relative;z-index:3;padding:0 50px;width:calc(100% / 4);text-align:center;}
.t-step-type01-list .icon{display:flex;align-items:center;justify-content:center;margin:0 auto;width:80px;height:80px;border:#e0e0e0 solid 1px;border-radius:50%;background:#e70012;border-radius:50%;}
.t-step-type01-list .icon img{display:block;width:30px;}
.t-step-type01-list .num{margin-top:10px;font-size:18px;font-family:"DIN Medium";color:#333;opacity:0.5;}
.t-step-type01-list .text{margin-top:10px;color:#fff;overflow:hidden;border-radius:15px;}
.t-step-type01-list .text h3{line-height:30px;font-size:16px;color:#666;}
.t-step-type01-list .text p{font-size:14px;color:#999;}
.t-step-type01-list .arrow{position:absolute;z-index:3;top:0;right:0;width:100px;height:100px;transform:translateX(50%);}
.t-step-type01-list .arrow:before{display:block;position:absolute;z-index:3;top:50%;left: 50%;margin-left:3px;margin-top:-6px;width:10px;height:10px;content:"";border-top:#ccc solid 2px;transform:rotate(45deg);box-sizing:content-box;}
.t-step-type01-list .arrow:after{display:block;position:absolute;top:50%;left:50%;width:30px;height: 1px;text-align:center;content:"";background:#ccc;transform:translate(-50%,-50%);box-sizing:content-box;}
.t-step-type01-list .item:last-child .arrow{display:none}
.t-step-type01-list .group:nth-child(even) .arrow{right:calc(100% - 50px);transform:rotate(180deg);}
@media (max-width:1200px){
.t-step-type01-list{display:flex;flex-wrap:wrap;margin:0 -10px;}
.t-step-type01-list .item{padding:10px;}
.t-step-type01-list .icon{width:50px;height:50px;}
.t-step-type01-list .icon img{width:24px;}
.t-step-type01-list .icon h3{font-size:14px;}
.t-step-type01-list .num{font-size:14px;}
.t-step-type01-list .text h3{font-size:14px;line-height:1.5;}
.t-step-type01-list .text p{display:none;}
.t-step-type01-list .arrow{display:none;}
}
/*--end t-step-type01--*/


/*-- t-picture-type14 --*/
.t-picture-type14{overflow:hidden;}
.t-picture-type14-list{display:flex;flex-wrap:wrap;justify-content:space-between;}
.t-picture-type14-list .item{position:relative;margin-top:20px;overflow:hidden;}
.t-picture-type14-list .item img{display:block;width:100%;height:100%;transition:all 1s;}
.t-picture-type14-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-type14-list .item:hover img{transform:scale(1.1);}
.t-picture-type14-list .largeImg{width:50%;}
.t-picture-type14-list .minImg{display:flex;flex-wrap:wrap;justify-content:space-between;width:calc(50% - 20px);}
.t-picture-type14-list .minImg .item{width:calc(50% - 10px);}
@media(max-width:1200px){
.t-picture-type14-list .largeImg,.t-picture-type14-list .minImg{width:100%;}
.t-picture-type14-list .item{margin-top:10px;}
.t-picture-type14-list .minImg .item{width:calc(50% - 5px);}
.t-picture-type14-list .item h3{padding:10px;font-size:14px;}
}
/*-- end t-picture-type14 --*/

.honor-menu{margin-bottom:3.125rem;text-align:center;overflow:hidden;}
.honor-menu li{display:inline-block;margin:0 1rem;width:9rem;line-height:3.375rem;text-align:center;}
.honor-menu li a{display:block;font-size:1.125rem;color:#fff;background:#000;}
.honor-menu li:hover a,.honor-menu li.cur a{background:var(--vi-color);}
@media(max-width:1200px){
.honor-menu li a{;font-size:1.6rem;}

}

