/*--t-adv-type03--*/
.t-adv-type03{overflow:hidden;}
.t-adv-type03 .t-adv-menu{text-align:center;overflow:hidden;}
.t-adv-type03 .t-adv-menu li{display:inline-block;margin:0 10px;padding:10px 30px;line-height:24px;font-size:14px;color:#666;cursor:pointer;overflow:hidden;background:#fff;border:#e0e0e0 solid 1px;transition:all .5s;}
.t-adv-type03 .t-adv-menu li.cur{color:#fff;background:#ed7020;}
.t-adv-type03 .t-adv-main{margin-top:30px;overflow:hidden;}
.t-adv-type03 .t-adv-main .pic{overflow:hidden;}
.t-adv-type03 .t-adv-main .pic img{display:block;width:100%;transition:all 1s;}
.t-adv-type03 .t-adv-main .pic:hover img{transform:scale(1.1);}
.t-adv-type03 .t-adv-main .text{position:relative;padding:10px 10px 10px 130px;height:80px;overflow:hidden;border:#e0e0e0 solid 1px;}
.t-adv-type03 .t-adv-main .text .tit{position:absolute;left:0;top:0;width:120px;height:80px;line-height:80px;text-align:center;}
.t-adv-type03 .t-adv-main .text .summary{height:60px;font-size:14px;line-height:20px;color:#666;overflow:hidden;}
.t-adv-type03 .t-adv-main .self{float:left;}
.t-adv-type03 .t-adv-main .self .text .tit{color:#fff;background:rgba(23,59,112,.3);}
.t-adv-type03 .t-adv-main .other{float:right;}
.t-adv-type03 .t-adv-main .other .text .tit{color:#fff;background:#666;}
@media(max-width:1200px){
.t-adv-type03 .t-adv-menu li{display:block;float:left;margin:0 1px;padding:5px 15px;width:calc(25% - 2px);}
.t-adv-type03 .t-adv-main{margin-top:20px;}
.t-adv-type03 .t-adv-main .item{float:none !important;width:100%;}
.t-adv-type03 .t-adv-main .other{display:none;}
.t-adv-type03 .t-adv-main .text { padding: 0; height: auto;border: none;}
.t-adv-type03 .t-adv-main .self .text .tit { width: 100%; height: 40px; line-height: 40px; position: relative; top: auto; left: auto;}
.t-adv-type03 .t-adv-main .text .summary { width: 100%; margin-top: 10px;}
}
/*--end t-adv-type03--*/

/*-- t-picture-list10 --*/
.t-picture-list10{margin:0 auto;max-width:1400px;width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;}
.t-picture-list10 .item{margin:20px 0;padding:20px 10px;width:calc(21% - 30px);text-align:center;overflow:hidden;border:#f0f0f0 solid 1px;transition:all 0.5s;}
.t-picture-list10 .pic{margin:0 auto;width:60px;height:60px;border:#f0f0f0 solid 1px;border-radius:50%;background:#fff;}
.t-picture-list10 .pic img{display:block;margin: 12px auto;width: 60%;transition:all 0.5s;}
.t-picture-list10 .text{position:relative;line-height:1.5;overflow:hidden;}
.t-picture-list10 .text:before{display:block;margin:20px auto;width:20px;height:2px;content:"";background:#e5322d;transition:all 0.5s;}
.t-picture-list10 .text h3{font-weight:normal;font-size:18px;color:#333;}
.t-picture-list10 .text p{margin-top:10px;font-size:16px;color:#666;overflow:hidden;}
.t-picture-list10 .item:hover{background:rgba(23,59,112,.3);}
.t-picture-list10 .item:hover .pic img{transform:rotateY(360deg);}
.t-picture-list10 .item:hover .text:before{background:#fff;width:100%;}
.t-picture-list10 .item:hover .text *{color:#fff;}
@media(max-width:1200px){
.t-picture-list10 .item{margin:10px 0;padding:30px 10px;width:calc(50% - 10px);}
.t-picture-list10 .text h3{font-size:16px;}
.t-picture-list10 .text p{font-size:14px;}
}
/*-- end t-picture-list10 --*/

/*-- t-slide-master03 --*/
.t-slide-master03{position:relative;margin:0 auto;max-width:1400px;width:100%;overflow:hidden;}
.t-slide-master03:after{display:block;position:absolute;left:0;top:30px;width:100%;height:1px;content:"";background:#f0f0f0;}
.t-slide-master03 .item{float:left;margin-right:0!important;position:relative;text-align:center;width: 20%!important;}
.t-slide-master03 .item:after{display:block;position:absolute;width:30px;left:100%;top:0;height:60px;line-height:60px;text-align:center;font-family:"iconfont";content:"\e62a";animation:arrow 2s linear infinite;}
.t-slide-master03 .item:last-child:after{display:none;}
.t-slide-master03 .pic{margin:0 auto;width:60px;height:60px;overflow:hidden;border:#f0f0f0 solid 1px;background:#fff;border-radius:50%;position: relative;z-index: 3;}
.t-slide-master03 .pic img{display:block;width:100%;padding:10px}
.t-slide-master03 .text{padding-top:20px;overflow:hidden;}
.t-slide-master03 .text em{display:block;font-style:normal;font-family:"DIN Medium";font-size:18px;color:#333;}
.t-slide-master03 .text p{font-size:16px;color:#666;}
@media(max-width:1200px){
.t-slide-master03 .item:after{width:20px;}
.t-slide-master03 .text{padding-top:10px;}
.t-slide-master03 .text em{font-size:16px;}
.t-slide-master03 .text p{display:none;font-size:14px;}
}
@keyframes arrow{
0%{transform:translateX(-10px);opacity:0;}
50%{transform:translateX(0);opacity:1;}
100%{transform:translateX(10px);opacity:0;}
}
/*-- end t-slide-master03 --*/

/*--t-step-type01--*/
.t-step-type01{margin:-10px;overflow:hidden;}
.t-step-type01 .item{float:left;margin:10px;padding:20px;width:calc(18.66% - 5px);text-align:center;border:#e0e0e0 solid 1px;transition:all .5s;}
.t-step-type01 .text{overflow:hidden;}
.t-step-type01 .text h3{font-weight:bold;font-size:16px;color:#333;}
.t-step-type01 .text p{margin-top:5px;height:44px;line-height:22px;font-size:14px;color:#666;}
.t-step-type01 .pic{margin:20px auto 0;width:80px;}
.t-step-type01 .pic img{display:block;width:100%;}
.t-step-type01 .item:hover{border-color:rgba(23,59,112,.3);background:rgba(23,59,112,.3);}
.t-step-type01 .item:hover .text *{color:#fff;}
@media(max-width:1200px){
.t-step-type01{margin:-5px;}
.t-step-type01 .item{margin:5px;padding:10px;width: calc(50% - 10px);}
.t-step-type01 .text h3{font-size:14px;height: 42px;}
.t-step-type01 .item p{display:none;}
.t-step-type01 .pic{width:50px;}
}
/*--end t-step-type01--*/

/*--t-picture-list07--*/
.t-picture-list07{margin:0 auto;max-width:1400px;display:flex;flex-wrap:wrap;}
.t-picture-list07 .item{width:32.66%;float:left;text-align:center;margin:20px 0;}
.t-picture-list07 .item .icon{width: 35%;margin:0 auto;padding:8px;border:1px solid #eee;border-radius:50%;background:#f6f6f6;}
.t-picture-list07 .item .icon img{width: 100%;}
.t-picture-list07 .item .text{padding:10px;overflow:hidden;}
.t-picture-list07 .item .text h3{font-weight:normal;font-size:18px;color:#333;}
@media (max-width:992px){
.t-picture-list07 .item .icon { width:75%;}
.t-picture-list07 .item{width:33.33%;}
.t-picture-list07 .item .text h3{font-size:16px;}
}
/*--t-picture-list07--*/

/*--t-picture-list05--*/
.t-picture-list05{margin:0 auto;max-width:1400px;overflow:hidden;}
.t-picture-list05 .item{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;margin:20px 0;box-sizing:border-box;}
.t-picture-list05 .item:first-child{margin-top:0;}
.t-picture-list05 .item:last-child{margin-bottom:0;}
.t-picture-list05 .item:nth-child(even){flex-direction:row-reverse;}
.t-picture-list05 .pic{float:left;width:50%;overflow:hidden;}
.t-picture-list05 .pic img{display:block;width:100%;}
.t-picture-list05 .text{position:relative;padding:30px;width:50%;overflow:hidden;}
.t-picture-list05 .hd{position:relative;padding-bottom:20px;overflow:hidden;}
.t-picture-list05 .hd:before,.t-picture-list05 .hd:after{display:block;position:absolute;left:0;bottom:0;content:"";}
.t-picture-list05 .hd:before{z-index:1;width:100%;height:1px;background:#f0f0f0;}
.t-picture-list05 .hd:after{z-index:2;width:30px;height:3px;background:#e5322d;}
.t-picture-list05 .hd h3{font-weight:normal;font-size:36px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.t-picture-list05 .hd em{font-style:normal;color:#999;}
.t-picture-list05 .summary{margin-top:16px;font-size:16px;line-height:1.5;color:#666;overflow:hidden;}
@media screen and (max-width: 992px) {
.t-picture-list05 .item{margin:10px 0;}
.t-picture-list05 .pic,.t-picture-list05 .text{float:none !important;width:100%;}
.t-picture-list05 .text{padding:16px;}
.t-picture-list05 .text:after{left:16px;bottom:16px;}
.t-picture-list05 .hd h3{font-size:24px;}
.t-picture-list05 .summary{margin-top:10px;font-size:14px;}
}
/*--end t-picture-list05--*/

 .idea{margin-top:15px;overflow:hidden;}
 .idea .tit{padding-bottom:25px;border-bottom:#f1f1f1 solid 1px;}
 .idea .tit span{padding-left:12px;font-size:20px;color:#333;border-left:#df0110 solid 2px;}
 .idea .con{padding-top:15px;overflow:hidden;}
 .idea .summary{line-height:30px;font-size:16px;color:#666;overflow:hidden;}
 .idea .imgBox{overflow:hidden;}
 .idea .imgBox li{position:relative;margin-top:40px;overflow:hidden;}
 .idea .imgBox li img{display:block;width:100%;}
 .idea .imgBox li .text {position:absolute;left:0;bottom:0;padding:5px 3%;width:100%;height:40px;line-height:40px;font-size:16px;color:#fff !important;background:rgba(0,0,0,0.5)}
 .idea .imgBox li .summary{margin-bottom: -7px;}

/*--t-adv-type02--*/
.t-adv-type02{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-adv-type02 .adv-top{position:relative;width:50%;overflow:hidden;}
.t-adv-type02 .adv-top .pic{overflow:hidden;}
.t-adv-type02 .adv-top .pic img{display:block;width:100%;transition:all 0.5s ease-in;}
.t-adv-type02 .adv-top .pic:hover img{transform:scale(1.1);}
.t-adv-type02 .adv-top .text{position:absolute;left:0;bottom:0;padding:20px;width:100%;color:#fff;overflow:hidden;background:rgba(0,0,0,0.5);}
.t-adv-type02 .adv-top .text h3{font-size:16px;line-height:1.5;}
.t-adv-type02 .adv-top .text p{margin-top:10px;height:66px;line-height:22px;font-size:14px;overflow:hidden;}
.t-adv-type02 .adv-list{width:calc(50% - 30px);overflow:hidden;}
.t-adv-type02 .adv-list .item{position:relative;display:flex;flex-wrap:wrap;margin-bottom:22px;overflow:hidden;background:#f0f0f0;}
.t-adv-type02 .adv-list .item:last-child{margin-bottom:0;}
.t-adv-type02 .adv-list .item:nth-child(even){flex-direction:row-reverse;}
.t-adv-type02 .adv-list .pic{width:50%;overflow:hidden;}
.t-adv-type02 .adv-list .pic img{display:block;width:100%;transition:all 0.5s ease-in;}
.t-adv-type02 .adv-list .pic:hover img{transform:scale(1.1);}
.t-adv-type02 .adv-list .text{padding:20px;width:50%;overflow:hidden;}
.t-adv-type02 .adv-list .text h3{font-size:16px;line-height:1.5;color:#333;}
.t-adv-type02 .adv-list .text p{margin-top:10px;height:88px;line-height:22px;font-size:14px;color:#666;overflow:hidden;}
@media(max-width:1200px){
.t-adv-type02 .adv-top{margin-bottom:10px;width:100%;}
.t-adv-type02 .adv-top .text{position:static;padding:15px;background:#f0f0f0;}
.t-adv-type02 .adv-top .text h3{color:#333;}
.t-adv-type02 .adv-top .text p{color:#666;height:auto;}
.t-adv-type02 .adv-list{width:100%;}
.t-adv-type02 .adv-list .item{margin-bottom:10px;}
.t-adv-type02 .adv-list .pic{width:100%;}
.t-adv-type02 .adv-list .text{padding:15px;width:100%;}
.t-adv-type02 .adv-list .text p{height:auto;}
}
/*--end t-adv-type02--*/


/*-- t-picture-list12 --*/
.t-picture-list12{margin:0 auto;max-width:1400px;width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;}
.t-picture-list12 .item{margin:20px 10px;padding:25px 20px;width:calc(23.333% - 3px);text-align:center;overflow:hidden;border:#f0f0f0 solid 1px;transition:all 0.5s;}
.t-picture-list12 .pic{margin:0 auto;width:60px;height:60px;border:#f0f0f0 solid 1px;border-radius:50%;background:#fff;}
.t-picture-list12 .pic img{display:block;width:100%;transition:all 0.5s;padding:10px;}
.t-picture-list12 .text{position:relative;line-height:1.5;overflow:hidden;}
.t-picture-list12 .text:before{display:block;margin:20px auto;width:20px;height:2px;content:"";background:#df0110;transition:all 0.5s;}
.t-picture-list12 .text h3{font-weight:normal;font-size:18px;color:#333;}
.t-picture-list12 .text p{margin-top:10px;font-size:16px;color:#666;overflow:hidden;}
.t-picture-list12 .item:hover{background:rgba(23,59,112,.3);}
.t-picture-list12 .item:hover .pic img{transform:rotateY(360deg);}
.t-picture-list12 .item:hover .text:before{background:#fff;width:100%;}
.t-picture-list12 .item:hover .text *{color:#fff;}
@media(max-width:1200px){
.t-picture-list12 .item{margin:10px 0;padding:30px 10px;width:calc(50% - 10px);}
.t-picture-list12 .text h3{font-size:16px;}
.t-picture-list12 .text p{font-size:14px;}
}
/*-- end t-picture-list12 --*/

/*--t-prodcut-adv01 --*/
.t-prodcut-adv01{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;background:#fff;}
.t-prodcut-adv01 .item{position:relative;margin:1%;padding-bottom:30px;width:31.333%;overflow:hidden;background:#f0f0f0;}
.t-prodcut-adv01 .item:after{display:block;position:absolute;left:30px;bottom:30px;width:20px;height:2px;content:"";background:#df0110;}
.t-prodcut-adv01 .pic{position:relative;overflow:hidden;}.t-prodcut-adv01 .pic img{display:block;width:100%;}
.t-prodcut-adv01 .text{padding:30px;overflow:hidden;}
.t-prodcut-adv01 .text h3{font-size:18px;line-height:1.5;font-weight:normal;color:#df0110;}
.t-prodcut-adv01 .text p{margin-top:10px;font-size:16px;line-height:1.5;color:#666;}@media(max-width:992px){.t-prodcut-adv01 .item{width:48%;}
.t-prodcut-adv01 .item:after{left:10px;}
.t-prodcut-adv01 .text{padding:10px;}
.t-prodcut-adv01 .text h3{font-size:16px;}
.t-prodcut-adv01 .text p{font-size:14px;}}
@media(max-width:750px){.t-prodcut-adv01 .item{margin:1% 0;width:100%;}}
/*-- end t-prodcut-adv01 --*/

/*--t-picture-list04 --*/
.t-picture-list04{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-picture-list04 .item{position:relative;float:left;margin:1%;width:48%;background:#f0f0f0;box-sizing:border-box;border:#ddd solid 1px;}
.t-picture-list04 .pic{float:left;width:40%;overflow:hidden;}
.t-picture-list04 .pic img{display:block;width:100%;}
.t-picture-list04 .text{padding:20px;overflow:hidden;}
.t-picture-list04 .text h3{font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.t-picture-list04 .text p{margin-top:10px;height:100px;line-height:25px;font-size:16px;color:#666;overflow:hidden;}
@media screen and (max-width:992px){.t-picture-list04 .item{width:100%;}
.t-picture-list04 .pic{float:none;width:100%;}.t-picture-list04 .text{padding:10px;}
.t-picture-list04 .text h3{font-size:16px;}
.t-picture-list04 .text p{height:auto;line-height:20px;font-size:14px;}}
/*-- end t-picture-list04 --*/

/*--t-picture-list02 --*/
.t-picture-list02{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-picture-list02 .item{position:relative;float:left;margin:1px;width:calc(33.33% - 10px);text-align:center;box-sizing:border-box;}
.t-picture-list02 .pic{overflow:hidden;}
.t-picture-list02 .pic img{display:block;width:100%;}
.t-picture-list02 .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.5);backdrop-filter:saturate(180%) blur(20px);}
@media (max-width:992px){.t-picture-list02 .item{width:calc(50% - 2px);}.t-picture-list02 .item .tit{font-size:14px;}}
/*-- end t-picture-list02 --*/


.t-adv-type05{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;} 
.t-adv-type05 .item{width:31%;overflow:hidden;border:#e0e0e0 solid 1px;margin-bottom: 30px;} 
.t-adv-type05 .pic{overflow:hidden;}
 .t-adv-type05 .pic img{display:block;width: 45%;transition:all 1s ease-in-out;margin: 10px auto;}
 .t-adv-type05 .text{padding:20px;overflow:hidden;text-align: center;} 
.t-adv-type05 .text h3{font-weight:bold;font-size:16px;line-height:1.5;color:#333;}
 .t-adv-type05 .text p{margin-top:6px;font-size:14px;line-height:1.5;color:#666;}
 .t-adv-type05 .item:hover .pic img{transform:scale(1.1);} 
@media(max-width:1200px){ .t-adv-type05 .item{margin:5px 0;width: calc(50% - 4px);} 
.t-adv-type05 .text{padding:10px;}
 .t-adv-type05 .text h3{font-size:14px;}
 .t-adv-type05 .text p{daisplay:none;font-size:12px;}
}

.cx-company-honor02 ul li a:after{display:block;position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;content:"";background:rgba(0,0,0,0.3);transition:all 0.5s;}
.cx-company-honor02  ul li a:before{display:block;position:absolute;z-index:3;left:50%;top:50%;font-size:36px;color:#fff;font-family:'iconfont' !important;content:"\e623";transform:translate(-50%,-50%);transition:all 0.5s;}

.cx-editor-inner > .item { padding:40px 0; overflow:hidden;}

@media(max-width:992px) {
.cx-product-detail #editorBox span {font-size: 24px!important;}
.cx-editor-inner > .item { padding:20px 0;}
}

/*--indexForm--*/
.indexForm{overflow:hidden;background:#fff url(../images/Index/indexForm_bg.jpg) no-repeat center 0;}
.indexForm .pic{float:left;width:65%;}
.indexForm .pic img{display:block;width:100%;}
.indexForm .form{float:right;padding-top:80px;width:35%;overflow:hidden;}
.indexForm .form .hd{color:#fff;overflow:hidden;}
.indexForm .form .hd h2{font-size:42px;line-height:1.25;}
.indexForm .form .hd p{font-size:18px;}
.indexForm .form .bd{padding-top:20px;overflow:hidden;}
.indexForm .form .bd li{margin-bottom:28px;overflow:hidden;}
.indexForm .form .bd li input{display:block;padding:15px 20px;width:100%;height:50px;font-size:15px;background-color:#fff;background-repeat:no-repeat;background-position:96% center;border:none;outline:none;border-radius:25px;}
.indexForm .form .bd li input#txtCity{background-image:url(../images/Index/txtCity.png);}
.indexForm .form .bd li input#txtMobile{background-image:url(../images/Index/txtMobile.png);}
.indexForm .form .bd li a{display:block;width:100%;line-height:50px;text-align:center;color:#fff;background:#e5322c;border-radius:25px;}
@media(max-width:1200px){
.indexForm{padding:40px 10px;}
.indexForm .pic{display:none;}
.indexForm .form{float:none;padding-top:0;width:100%;}
.indexForm .form .hd{text-align:center;}
.indexForm .form .hd h2{font-size:30px;}
.indexForm .form .hd p{font-size:14px;}
.indexForm .form .bd li{margin-bottom:14px;}
.indexForm .form .bd li input{height:45px;font-size:14px;}
.indexForm .form .bd li a{line-height:45px;font-size:14px;}
}
/*--end indexForm--*/

/*--adv--*/
.adv{padding:80px 0;background:url(../images/Index/store_bg.png);}
.adv .wrap-title h2{font-size:48px;font-weight:bold;}
.adv .wrap-title h2:after{display:block;margin:10px auto 6px;width:30px;height:4px;content:"";background:#df0010;}
.adv .wrap-title h3{font-size:42px;line-height:1.25;color:#000;}
.adv .inner{position:relative;}
.adv-list{float:left;width:77.68%;overflow:hidden;}
.adv-list .item{display:flex;flex-wrap:wrap;animation:fadeinR 1s;}
.adv-list .item:nth-child(even){flex-direction:row-reverse;animation:fadeinL 1s;}
.adv-list .pic{width:50%;overflow:hidden;}
.adv-list .pic img{display:block;width:100%;}
.adv-list .text{padding:90px 70px;width:50%;overflow:hidden;}
.adv-list .text h3{font-weight:bold;font-size:24px;color:#000;}
.adv-list .text p{margin-top:10px;line-height:30px;font-size:16px;color:#666;}
.adv-list .item:nth-child(even) .text{padding-left:0;padding: 20px;width: 50%;overflow: hidden;}
.adv-ad{position:absolute;z-index:9;right:0;width:270px;animation:fadeinB 1s;}
.adv-ad img{display:block;transform:translateY(20px);}
@media(max-width:1440px){
.adv{padding:70px 0;}
.adv-list .text{padding:65px 50px;}
.adv-ad{width:230px;}
}
@media(max-width:1200px){
.adv{padding:30px 10px;}
.adv .wrap-title h2{font-size:32px;}
.adv .wrap-title h2:after{width:20px;height:2px;}
.adv .wrap-title h3{font-size:30px;}
.adv-list{float:none;width:100%;}
.adv-list .item{margin-bottom:25px;}
.adv-list .item:nth-child(even) .text{padding: 20px;width: 100%;}
.adv-list .pic{width:100%;}
.adv-list .text{padding:10px 0 0;width:100%;}
.adv-list .text h3{font-size:18px;}
.adv-list .text p{margin-top:5px;line-height:1.5;font-size:14px;}
.adv-ad{display:none;}
}
/*--end adv--*/

/*--wrap-title--*/
.wrap-title{margin-bottom:45px;text-align:center;overflow:hidden;animation:fadeinT 1s;}
.wrap-title h2{font-size:42px;color:#000;line-height:1.25;}
.wrap-title h2 a{color:#000;transition:all .5s;}
.wrap-title h2 a:hover{color:#df0010;}
.wrap-title p{margin-top:8px;font-size:18px;color:#666;}
@media(max-width:1200px){
.wrap-title{margin-bottom:20px;}
.wrap-title h2{font-size:30px;}
.wrap-title p{margin-top:0;font-size:14px;}
}
/*--end wrap-title--*/

/*--t-picture-list03--*/
.t-picture-list03{margin:0 auto;max-width:1400px;display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-picture-list03 .item{position:relative;float:left;margin:1%;width:31%;text-align:center;box-sizing:border-box;}
.t-picture-list03 .pic{overflow:hidden;}
.t-picture-list03 .pic img{display:block;width:100%;}
.t-picture-list03 .text{padding:20px;overflow:hidden;background:#f0f0f0;}
.t-picture-list03 .text h3{font-weight:normal;font-size:16px;color:#333;}
.t-picture-list03 .text p{margin-top:8px;font-size:14px;color:#666;}
@media (max-width:992px){
.t-picture-list03 .item{width:48%;}
.t-picture-list03 .item .text{padding:10px;}
.t-picture-list03 .item .text h3{font-size:14px;}
.t-picture-list03 .item .text p{font-size:12px;}
}
/*--end t-picture-list03--*/
