/* --t-intro-type02-- */
.t-intro-type02{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;padding-bottom:80px;}
.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:20px;overflow:hidden;}
.t-intro-type02 .text .hd{overflow:hidden;}
.t-intro-type02 .text .hd h3{font-size:32px;color:#2990d0;font-family:"微软雅黑";}
.t-intro-type02 .text .hd p{font-size:16px;color:#666;font-family:"arial";}
.t-intro-type02 .text .bd{padding-top:20px;overflow:hidden;}
.t-intro-type02 .text .bd p{font-size:16px;line-height:1.75;color:#333;font-family:"微软雅黑";}
.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:80px;text-align:center;}
.t-intro-type02 .text .datas .item span{display:block;margin:0 auto;width:60px;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-title-type02-- */
.t-title-type02{position:relative;padding-top:20px;text-align:center;padding-bottom:40px;}
.t-title-type02:before{display:block;position:absolute;left:50%;top:0;width:24px;height:4px;content:"";background:#2990d0;transform:translateX(-50%);}
.t-title-type02 h2{position:relative;z-index:1;font-size:36px;color:#333;font-weight:bold;font-family:"微软雅黑";}
.t-title-type02 p{margin-top:5px;font-size:14px;color:#666;font-family:"微软雅黑";}
@media(max-width:1200px){
.t-title-type02 h2{font-size:24px;}
.t-title-type02 p{font-size:14px;}
}
/* --end t-title-type02-- */


/*--t-adv-type05--*/
.t-adv-type05-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin:-20px;}
.t-adv-type05-list .item{margin:20px;padding:60px;overflow:hidden;width:calc(100% / 4 - 40px);text-align:center;overflow:hidden;background:#fff;border-radius:5px;transition:all 1s;}
.t-adv-type05-list .pic{margin:0 auto 40px;width:60px;height:60px;}
.t-adv-type05-list .pic img{display:block;width:100%;}
.t-adv-type05-list .text{padding-top:40px;line-height:1.5;overflow:hidden;border-top:#e5e5e5 solid 1px;}
.t-adv-type05-list .text h3{font-size:18px;font-weight:400;}
.t-adv-type05-list .text p{margin-top:10px;font-size:14px;line-height: 1.75rem;color: #888ea4;}
@media(max-width:1200px){
.t-adv-type05-list .item{margin:10px;padding:40px;width:100%;}
.t-adv-type05-list .pic{margin-bottom:20px;width:30px;height:30px;}
.t-adv-type05-list .text{padding-top:20px;}
.t-adv-type05-list .text h3{font-size:20px;}
.t-adv-type05-list .text p{font-size:14px;}
}
/*--end t-adv-type05--*/

/*--agent--*/
.agent{display:flex;flex-wrap:wrap;overflow:hidden;background:#fff;}
.agent-inner{display:flex;flex-wrap:wrap;overflow:hidden;background:#fff;}
.agent-menu{padding:50px 0;width:280px;overflow:hidden;background:#f4f4f4;}
.agent-menu li{position:relative;font-size:20px;}
.agent-menu li:after{display:block;position:absolute;right:0;top:0;width:4px;height:100%;content:"";background:var(--vi-color);transform:scaleY(0);transition:all .5s;}
.agent-menu li a{display:block;padding:20px 10px 20px 50px;color:#333;}
.agent-menu li.cur,.agent-menu li:hover{background:linear-gradient(to right,transparent,50%,rgba(41,87,164,0.1));}
.agent-menu li.cur:after,.agent-menu li:hover:after{transform:scaleY(1);}
.agent-menu li.cur a,.agent-menu li:hover a{color:var(--vi-color);}
.agent-main{padding:80px;width:calc(100% - 0px);overflow:hidden; }
.agent-list{display:flex;flex-wrap:wrap;margin:-20px;overflow:hidden;}
.agent-list .item{margin:20px;width:calc(100% / 6 - 40px);}
.agent-list .item i{display:block;border:#f0f0f0 solid 1px;}
.agent-list .item h3{margin-top:10px;font-size:18px;color:#333;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media(max-width:1200px){
.agent-menu{padding:20px 10px;width:100%;}
.agent-menu li{float:left;width: 33.33%;line-height: 20px;font-size: 14px;}
.agent-menu li:after{display:none;}
.agent-menu li.cur,.agent-menu li:hover{background:none;}
.agent-menu li a{padding:10px 5px 10px;}
.agent-main{padding:20px;width:100%;}
.agent-list{margin:-10px;}
.agent-list .item{margin:10px;width:calc(100% / 2 - 20px);}
.agent-list .item h3{margin-top:5px;font-size:14px;}
}
/*--end agent--*/


/*--company-intro--*/
.company-intro{padding:5rem 0;overflow:hidden; background: url(../img/gywmbg.jpg) no-repeat scroll 50% #ffffff; background-size: cover;
height: 90vh;
display: flex;
align-items: center;}
.company-intro .playBox{float:left;width:50%;}
.company-intro .playBox video{width:100%;object-fit:fill;}
.company-intro .text{float:right;width:45%;}
.company-intro .text .hd{position:relative;padding-bottom:20px;overflow:hidden;}
.company-intro .text .hd:before,.company-intro .text .hd:after{display:block;position:absolute;left:0;bottom:0;height:1px;content:"";}
.company-intro .text .hd:before{width:100%;background:#e0e0e0;}
.company-intro .text .hd:after{width:32px;height:2px;background:var(--vi-color);}
.company-intro .text .hd h2{font-size:36px;line-height:1.25;color:#333;}
.company-intro .text .hd em{display:block;font-size:14px;color:#666;}
.company-intro .text .bd{padding-top:20px;overflow:hidden;}
.company-intro .text .bd p{font-size:14px;line-height:2;color:#666;}
@media(max-width:1200px){
.company-intro{padding:3.125rem 1.25rem; align-items: start;}
.company-intro .playBox{float:none;width:100%;}
.company-intro .text{float:none;margin-top:20px;width:100%;}
.company-intro .text .hd h2{font-size:24px;}
.company-intro .text .hd em{font-size:14px;}
.company-intro .text .bd p{font-size:14px;line-height:1.5;}
}
/*--end company-intro--*/

/*--company-adv--*/
.company-adv{padding:5rem 0;overflow:hidden;background:rgb(244, 246, 248);}
@media(max-width:1200px){
.company-adv{padding:3.125rem 1.25rem;}
}
/*--end company-adv--*/

/*--t-txt-type06--*/
.t-txt-type06{overflow:hidden;font-family:"微软雅黑";}
.t-txt-type06-list{display:flex;flex-wrap:wrap;justify-content:space-between;}
.t-txt-type06-list .item{margin-bottom:24px;padding:30px 20px;width:calc(50% - 12px);border:#f0f0f0 solid 1px;transition:all .5s;}
.t-txt-type06-list .item .tit{position:relative;display:flex;align-items:center;padding-bottom:20px;overflow:hidden;}
.t-txt-type06-list .item .tit:before,.t-txt-type06-list .item .tit:after{display:block;position:absolute;left:0;bottom:0;content:"";}
.t-txt-type06-list .item .tit:before{z-index:1;width:100%;height:1px;background:#f0f0f0;}
.t-txt-type06-list .item .tit:after{z-index:2;width:30px;height:2px;background:#0e63dc;}
.t-txt-type06-list .item .tit h3{font:normal 18px/1.5 "微软雅黑";color:#333;}
.t-txt-type06-list .item .cont{padding-top:20px;overflow:hidden;}
.t-txt-type06-list .item .cont p{font:normal 14px/1.75"微软雅黑";color:#666;line-height:30px}
@media(max-width:1400px){
.t-txt-type06-list .item{margin-bottom:10px;padding:15px 10px;width:100%;}
.t-txt-type06-list .item .tit{padding-bottom:10px;}
.t-txt-type06-list .item .tit h3{font-size:16px;}
.t-txt-type06-list .item .cont{padding-top:10px;}
.t-txt-type06-list .item .cont p{font-size:14px;}
}
/*--end t-txt-type06--*/


.audio{position:fixed;z-index:9999;right:50px;top:120px;width:50px;height:50px;}
.audio .ctrl{width:50px;height:50px;cursor:pointer;background:var(--vi-color) url(../upload/audios/audio.png) no-repeat center;border-radius:50%;}
.audio .ctrl[data-play="true"]{animation:myfirst 5s infinite linear;}
@keyframes myfirst{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}