@charset "utf-8";
/* 
    author:Kelp;
    date:2020-12-15;
*/

/*--inpage-banner--*/
.inpage-banner{position:relative;height:450px;background-repeat:no-repeat;background-position:center;}
.inpage-banner .text{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);}
.inpage-banner .text h2{font-size:54px;color:#fff;}
@media(max-width:1200px){
.inpage-banner{display:none;}	
}
/*--end inpage-banner--*/

/*--crumbsBar--*/
.crumbsBar{height:52px;line-height:52px;font-size:14px;color:#999;background:url(../images/Inpage/crumbs_bg.png);}
.crumbsBar a{color:#999;}
.crumbsBar a:hover{color:#ed7020;}
.crumbsBar em{display:inline-block;margin:0 10px;}
.crumbsBar~.cx-menu-wrap{margin-top:40px;}
@media(max-width:1200px){
.crumbsBar{display:none;}
.crumbsBar~.cx-menu-wrap{margin-top:0;}	
}
/*--end crumbsBar--*/

/*--products--*/
.products{padding:50px 0;overflow:hidden;background:#f0f0f0;}
.products-menu{text-align:center;}
.products-menu ul{justify-content: center;}
.products-menu li{margin:0 15px;width:160px;line-height:44px;font-size:16px;text-align:center;}
.products-menu li a{display:block;color:#666;border:#cfcfcf solid 1px;transition:all 0.5s;}
.products-menu li.cur a,.products-menu li:hover a{color:#fff;border-color:#ed7020;background:#ed7020;}
.products-subMenu{margin-bottom:0;}
.products-subMenu ul{display:flex;justify-content:center;}
.products-subMenu li{margin:0 10px;width:160px;line-height:44px;font-size:16px;text-align:center;}
.products-subMenu li a{display:block;color:#666;border:#ddd solid 1px;}
.products-subMenu li.cur a,.products-subMenu li:hover a{color:#fff;background:#ed7020;}
.products-main{margin-top:45px;overflow:hidden;}
.products-list{margin:-23px -12px;}
.products-list .item{position:relative;float:left;margin:23px 12px;width:calc(33.33% - 24px);text-align:center;overflow:hidden;border:#ddd solid 1px;}
.products-list .pic{padding:30px;overflow:hidden;}
.products-list .pic img{display:block;width:100%;transition:all 1s;}
.products-list .tit{position:absolute;left:0;bottom:0;width:100%;}
.products-list .tit a{display:block;padding:20px;line-height:35px;font-size:16px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.products-list .item:hover .pic img{transform:scale(1.1);}
.products-list .item:hover .tit{background:#ed7020;transition:all 0.5s;}
.products-list .item:hover .tit a{color:#fff;}
@media(max-width:1200px){
.products{padding:40px 10px;}
.products-menu li{margin:0 2px;width:calc(33.33% - 4px);line-height:40px;font-size:14px;}
.products-menu li a{padding:0 15px;width:calc(25% - 4px);}
.products-subMenu li{margin:0 2px;font-size:14px;}
.products-list{margin:-5px;}
.products-list .item{margin:5px;width:calc(50% - 10px);}
.products-list .tit a{padding:10px;line-height:25px;font-size:14px;}
.products-list .pic{padding:20px;}
}
/*--end products--*/

/*--adv--*/
.adv{padding:70px 0;overflow:hidden;background:url(../images/Index/adv_bg.jpg) no-repeat center bottom;}
.adv .item{position:relative;width:336px;height:490px;overflow:hidden;}
.adv .item .pic{position:absolute;z-index:2;left:50%;padding:10px;width:180px;height:180px;overflow:hidden;background:#fff;border-radius:50%;transform:translateX(-50%);}
.adv .item .pic img{display:block;width:100%;border-radius:50%;}
.adv .item .text{position:absolute;padding:0 40px;width:100%;height:400px;text-align:center;overflow:hidden;background:#f0f0f0;}
.adv .item .text .hd{position:relative;padding-bottom:5px;overflow:hidden;}
.adv .item .text .hd:after{display:block;position:absolute;left:50%;bottom:0;width:32px;height:1px;content:"";background:#d4d4d4;transform:translateX(-50%);}
.adv .item .text .hd h3{line-height:30px;font-size:24px;color:#ed7020;}
.adv .item .text .hd span{display:block;height:48px;line-height:24px;font-size:20px;color:#222;overflow:hidden;}
.adv .item .text .bd{padding-top:20px;font-size:16px;line-height:1.5;color:#666;}
.adv .item:nth-child(odd){animation:slideInDown 1s;}
.adv .item:nth-child(even){animation:slideInUp 1s;}
.adv .item:nth-child(odd) .pic,.adv .item:nth-child(even) .text{top:0;}
.adv .item:nth-child(even) .pic,.adv .item:nth-child(odd) .text{bottom:0;}
.adv .item:nth-child(odd) .text{padding-top:114px;border-radius:0 0 160px 160px;}
.adv .item:nth-child(even) .text{padding-top:60px;border-radius:160px 160px 0 0;}
.adv .item:hover .text{background:#ed7020;}
.adv .item:hover .text *{color:#fff !important;}
@media(max-width:1440px){
.adv .item .text .hd h3{font-size:22px;}
.adv .item .text .hd span{font-size:18px;}
.adv .item .text .bd{padding-top:16px;font-size:15px;}
}
@media(max-width:1200px){
.adv{padding:40px 10px;}
.adv .item{padding-top:60px;height:auto;}
.adv .item .pic{top:0 !important;width:120px;height:120px;}
.adv .item .text{position:static;padding:80px 20px 80px !important;height:346px;border-radius:0 0 160px 160px !important;}
.adv .item .text .hd h3{font-size:20px;}
.adv .item .text .hd span{font-size:16px;}
.adv .item .text .bd{font-size:14px;}
}
/*--end adv--*/

/*--product-ad--*/
.product-ad{height:300px;overflow:hidden;background:url(../images/Inpage/product_ad.jpg) no-repeat center;}
@media(max-width:1200px){
.product-ad{display:none;}
}
/*--end product-ad--*/

/*--product-fun--*/
.product-fun{padding:90px 0;overflow:hidden;background:url(../images/Inpage/product_fun_bg.jpg) no-repeat center / cover;}
.product-fun .inner{position:relative;height:540px;overflow:hidden;background:url(../images/Inpage/product_fun.png) no-repeat center;}
.product-fun .inner02{position:relative;height:740px;overflow:hidden;background:url(../images/Inpage/product_fun.png) no-repeat center;}
.product-fun .item{position:absolute;width:320px;}
.product-fun .item .hd{position:relative;height:58px;line-height:58px;background:#f0f0f0;overflow:hidden;border-radius:30px;}
.product-fun .item .hd em{display:block;position:absolute;top:0;width:58px;height:58px;text-align:center;font-family:"DIN Medium";font-size:24px;color:#fff;border-radius:50%;background:#ed7020;}
.product-fun .item .hd h3{line-height:58px;font-size:24px;font-weight:normal;color:#333;}
.product-fun .item .bd{padding-top:8px;line-height:30px;font-size:16px;color:#666;}
.product-fun .item:nth-child(odd) .hd h3{padding-left:72px;}
.product-fun .item:nth-child(odd) .hd em{left:0;}
.product-fun .item:nth-child(even){text-align:right;}
.product-fun .item:nth-child(even) .hd h3{padding-right:72px;}
.product-fun .item:nth-child(even) .hd em{right:0;}
.product-fun .item-1{left:0;top:32px;}
.product-fun .item-2{right:0;top:32px;}
.product-fun .item-3{left:0;top:228px;}
.product-fun .item-4{right:0;top:228px;}
.product-fun .item-5{left:0;top:420px;}
.product-fun .item-6{right:0;top:420px;}
.product-fun .item-7{left:0;top:620px;}
.product-fun .item-8{right:0;top:620px;}
@media(max-width:1200px){
.product-fun{padding:50px 10px;    background: #fff;}
.product-fun .inner,.product-fun .inner02{height:auto;background:none !important;}
.product-fun .item{position:static;margin-bottom:20px;width:100%;text-align: left;}
.product-fun .item .hd{height:40px;line-height:40px;}
.product-fun .item .hd em{width:40px;height:40px;font-size:20px;}
.product-fun .item .hd h3{line-height:40px;font-size:20px;font-weight:normal;color:#333;}
.product-fun .item .bd{line-height:25px;font-size:14px;color:#666;}
.product-fun .item:last-child{margin-bottom:0;}
.product-fun .item:nth-child(even){text-align:left;}
.product-fun .item:nth-child(even) .hd h3{padding-left:72px;padding-right:0;}
.product-fun .item:nth-child(even) .hd em{left:0;}
}
/*--end product-fun--*/

/*--made--*/
.made{padding:70px 0;overflow:hidden;background:url(../images/Inpage/made_bg.jpg) no-repeat center;background-size:cover;}
.made-list{margin:-12px;}
.made-list2{margin:-20px;}
.made-list .item{position:relative;float:left;margin:12px;width:calc(33.33% - 24px);text-align:center;overflow:hidden;}
.made-list2 .item{margin:20px;width:calc(50% - 40px);}
.made-list .pic{overflow:hidden;}
.made-list .pic img{display:block;width:100%;transition:all 1s;}
.made-list .text{position:relative;overflow:hidden;}
.made-list .text h3{margin-bottom:15px;height:50px;line-height:50px;font-size:20px;color:#fff;background:#ed7020;}
.made-list .text p{height:100px;line-height:20px;font-size:14px;color:#666;overflow:hidden;}
.made-list .item:hover .pic img{transform:scale(1.1);}
@media(max-width:1200px){
.made{padding:40px 10px;}
.made-list,.made-list2{margin:0;}
.made-list .item,.made-list2 .item{margin:10px 0;width:100%;}
.made-list .text h3{margin-bottom:15px;height:40px;line-height:40px;font-size:14px;}
.made-list .text p{height:98px;line-height:20px;font-size:14px;}
}
/*--end made--*/

/*--videos--*/
.videos{padding:70px 0;overflow:hidden;background:url(../images/Index/aboutus_bg.png);}
.videos-list{margin:0 -12px;overflow:hidden;}
.videos-list .item{float:left;margin:0 12px;width:calc(33.33% - 24px);}
.videos-list .pic{overflow:hidden;}
.videos-list .pic a{display:block;position:relative;}
.videos-list .pic a:after{display:block;position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:rgba(0,0,0,0.2) url(../images/Index/player.png) no-repeat center;}
.videos-list .pic img{display:block;width:100%;transition:all 1s;}
.videos-list .tit{text-align:center;font-size:20px;overflow:hidden;background:#fff;box-shadow:0 5px 10px rgba(0,0,0,0.05);transition:all 0.5s;}
.videos-list .tit a{display:block;padding:20px;color:#666;overflow:hidden;}
.videos-list .item:hover .pic img{transform:scale(1.1);}
.videos-list .item:hover .tit{background:#ed7020;}
.videos-list .item:hover .tit a{color:#fff;}
.videos .more{margin-top:50px;line-height:25px;text-align:center;}
.videos .more a{display:inline-block;font-size:16px;color:#666;}
.videos .more a:hover{color:#ed7020;}
@media(max-width:1200px){
.videos{padding:40px 10px;}
.videos-list{margin:0;}
.videos-list .item{float:none;margin:10px 0;width:100%;}
.videos-list .item:last-child{margin-bottom:0;}
.videos-list .tit{font-size:16px;}
.videos-list .tit a{padding:15px;}
.videos .more{margin-top:25px;}
.videos .more a{font-size:14px;}
}
/*--end videos--*/

/*--partner--*/
.partner{padding:70px 0;overflow:hidden;background:#f0f0f0;}
.partner .pc-map{background:url(../images/Index/map.jpg) no-repeat;background-size:100%;}
.partner .pc-map img{display:block;width:100%;animation:zoomIn 1s;}
.partner .m-map{display:none;overflow:hidden;}
.partner .m-map img{display:block;width:100%;animation:zoomIn 1s;}
.partner .more{margin-top:10px;line-height:25px;text-align:center;}
.partner .more a{display:inline-block;font-size:16px;color:#666;}
.partner .more a:hover{color:#ed7020;}
@media(max-width:1200px){
.partner{padding:40px 10px;}
.partner .pc-map{display:none;}
.partner .m-map{display:block;}
.partner .more a{font-size:14px;}
}
/*--end partner--*/

/*--product-form--*/
.product-form{padding:60px 0;overflow:hidden;background:url(../images/Inpage/product_form_bg.jpg) no-repeat center;background-size:cover;}
.product-form .text{float:left;width:50%;}
.product-form .text .info{overflow:hidden;}
.product-form .text .info h2{display:none;font-size:30px;color:#000;}
.product-form .text .info h3{font-size:30px;color:#000;}
.product-form .text .info h3 em{font-size:36px;font-family:"DIN Medium";color:#ed7020;}
.product-form .text .info p{margin-top:10px;font-size:24px;color:#333;}
.product-form .text .tel{margin-top:60px;line-height:30px;overflow:hidden;}
.product-form .text .tel dt{float:left;font-size:20px;color:#333;}
.product-form .text .tel dd{font-size:24px;font-family:"DIN Medium";color:#ed7020;}

.product-form .form{float:right;padding-left:50px;width:50%;}
.product-form .form .iptBox{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:16px;overflow:hidden;}
.product-form .form .iptBox input{display:block;padding:10px 20px;width:49%;height:54px;font-size:16px;font-family:"微软雅黑";border:#fff solid 1px;outline:none;background:#fff;box-sizing:border-box;transition:all 0.5s;}
.product-form .form .iptBox input:hover{border-color:#ed7020;}
.product-form .form .txtBox{margin-bottom:16px;overflow:hidden;}
.product-form .form .txtBox textarea{display:block;padding:10px 20px;width:100%;height:122px;font-size:16px;font-family:"微软雅黑";border:#fff solid 1px;outline:none;resize:none;background:#fff;box-sizing:border-box;transition:all 0.5s;}
.product-form .form .txtBox textarea:hover{border-color:#ed7020;}
.product-form .form .btnBox{overflow: hidden;}
.product-form .form .btnBox a{display:block;height:60px;line-height:60px;font-size:16px;color:#fff;text-align:center;background:#ed7020;}
.product-form .form .btnBox a:after{display:inline-block;margin-left:5px;vertical-align:middle;font-family:"iconfont";content:"\e687";}
@media(max-width:1200px){
.product-form{padding:50px 10px;background-position:right center;}
.product-form .text{display:none;}
.product-form .form{float:none;padding-left:0;width:100%;}
.product-form .form .iptBox{margin-bottom:0;}
.product-form .form .iptBox input{margin-bottom:10px;padding:5px 10px;width:100%;height:40px;font-size:14px;}
.product-form .form .txtBox textarea{padding:5px 10px;font-size:14px;}
.product-form .form .btnBox a{height:45px;line-height:45px;font-size:14px;}
}
/*--end product-form--*/

/*--news--*/
.news{padding:60px 0;overflow:hidden;background:url(../images/Index/base_bg.png);}
.news-list{margin:0 -12px;overflow:hidden;}
.news-list .item{float:left;margin:0 12px;width:calc(33.33% - 24px);overflow:hidden;}
.news-list .pic{overflow:hidden;}
.news-list .pic img{display:block;width:100%;transition:all 1s;}
.news-list .text{padding-top:25px;overflow:hidden;}
.news-list .text .hd{padding-bottom:15px;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.news-list .text .hd em{display:block;font-size:14px;font-family:Arial;color:#acb3b5;}
.news-list .text .hd h3{margin-top:5px;height:40px;line-height:20px;font-size:16px;overflow:hidden;}
.news-list .text .hd h3 a{color:#333;}
.news-list .text .bd{padding-top:15px;overflow:hidden;}
.news-list .text .bd p{height:36px;line-height:18px;font-size:14px;color:#666;overflow:hidden;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.news-list .item:hover .pic img{transform:scale(1.1);}
.news-list .item:hover .text .hd h3 a{color:#ed7020;}
@media(max-width:1440px){
.news{padding:50px 0;}
}
@media(max-width:1200px){
.news{padding:30px 10px;}
.news-list{margin:0;}
.news-list .item{float:none;margin:10px 0;width:100%;}
}
/*--end news--*/

/*--pzgkln--*/
.pzgkln{padding:70px 0;overflow:hidden;background:url(../images/Inpage/crumbs_bg.png);}
.pzgkln .pic{float:left;width:700px;overflow:hidden;}
.pzgkln .pic img{display:block;width:100%;}
.pzgkln .text{padding-left:25px;overflow:hidden;}
.pzgkln .text dl{margin-bottom:18px;overflow:hidden;background:#f0f0f0;}
.pzgkln .text dl:last-child{margin-bottom:0;}
.pzgkln .text dt{float:left;width:100px;height:100px;text-align:center;background:#ed7020;}
.pzgkln .text dt span{display:block;position:relative;top:50%;left:50%;font-size:16px;color:#fff;transform:translate(-50%,-50%);}
.pzgkln .text dd{padding:0 20px;height:100px;overflow:hidden;}
.pzgkln .text dd p{position:relative;top:50%;font-size:14px;line-height:22px;color:#333;transform:translateY(-50%);}
@media(max-width:1440px){
.pzgkln .pic{width:600px;}
.pzgkln .text dl{margin-bottom:15px;}
.pzgkln .text dt{width:85px;height:85px;}
.pzgkln .text dt span{font-size:14px;}
.pzgkln .text dd{height:85px;}
.pzgkln .text dd p{font-size:14px;line-height:20px;}
}
@media(max-width:1200px){
.pzgkln{padding:40px 10px;}	
.pzgkln .pic{float:none;width:100%;}
.pzgkln .text{padding-left:0;padding-top:20px;}
.pzgkln .text dl{margin-bottom:10px;}
.pzgkln .text dt span{font-size:14px;}
.pzgkln .text dd p{font-size:12px;line-height:20px;}
}
/*--end pzgkln--*/

/*--pzgklc--*/
.pzgklc{padding:70px 0;overflow:hidden;background:#f0f0f0;}
.pzgklc .inner{overflow:hidden;}
.pzgklc .inner img{display:block;margin:0 auto;max-width:1065px;width:100%;}
@media(max-width:1200px){
.pzgklc{padding:40px 10px;}
}
/*--end pzgklc--*/

/*--jysb--*/
.jysb{padding:70px 0;overflow:hidden;background:url(../images/Inpage/jysb_bg.jpg) no-repeat center / cover;}
.jysb-list{margin:-12px;overflow:hidden;}
.jysb-list .item{float:left;margin:12px;width:calc(33.33% - 24px);}
.jysb-list .pic{overflow:hidden;}
.jysb-list .pic img{display:block;width:100%;transition:all 1s;}
.jysb-list .text{padding-top:15px;overflow:hidden;}
.jysb-list .text h3{font-size:20px;color:#333;font-weight:normal;}
.jysb-list .text p{margin-top:10px;height:122px;line-height:25px;font-size:15px;color:#666;}
.jysb-list .item:hover .pic img{transform:scale(1.1);}
.jysb .more{margin-top:10px;line-height:25px;text-align:center;}
.jysb .more a{display:inline-block;font-size:16px;color:#666;}
.jysb .more a:hover{color:#ed7020;}
@media(max-width:1200px){
.jysb{padding:40px 10px;}
.jysb-list{margin:0;}
.jysb-list .item{margin:10px 0;width:100%}
.jysb-list .text{padding-top:10px;}
.jysb-list .text h3{font-size:16px;}
.jysb-list .text p{height:80px;line-height:20px;font-size:12px;}
.jysb .more a{font-size:14px;}
}
/*--jysb--*/

/*--honors--*/
.honors{padding:70px 0;overflow:hidden;background:url(../images/Index/honors_bg.jpg) no-repeat center;background-size:cover;}
.honors-slide{overflow:hidden;}
.honors-slide .item .pic img{display:block;width:100%;}
.honors-slide .item .pic p{font-size:16px;line-height:1.75;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align: center;}
.honors-slide .swiper-pager{padding-top:40px;text-align:center;}
.honors-slide .swiper-pager{padding-top:40px;text-align:center;}
.honors-slide .swiper-pager span{width:11px;height:11px;opacity:1;background:#ccc;border-radius:6px;transition:all 0.5s;}
.honors-slide .swiper-pager span.swiper-pagination-bullet-active{width:52px;background:#ed7020;}
.honors .more{margin-top:50px;line-height:25px;text-align:center;}
.honors .more a{display:inline-block;padding-right:24px;font-size:16px;color:#666;background:url(../images/Index/more.png) no-repeat right center;}
.honors .more a:hover{color:#ed7020;}

@media(max-width:1200px){
.honors{padding:40px 10px;}	
}
/*--end honors--*/

/*--yuyueForm--*/
.yuyueForm{padding:60px 0;overflow:hidden;background:#f0f0f0;}
.yuyueForm li{float:left;margin:0 15px;width:calc(25% - 30px);}
.yuyueForm li input{display:block;padding:10px 20px;width:100%;height:52px;font-size:16px;color:#333;border:#d2d2d2 solid 1px;background:#fff;transition:all 0.5s;}
.yuyueForm li input::-webkit-input-placeholder{color:#333;}
.yuyueForm li input:hover{border-color:#ed7020;color:#ed7020;}
.yuyueForm li a{display:block;height:52px;line-height:52px;font-size:16px;color:#fff;text-align:center;background:#ed7020;}
.yuyueForm li a:after{display:inline-block;margin-left:10px;font-family:"iconfont";content:"\e687";}
.yuyueForm li a:hover{background:#8e4414;}
@media(max-width:1200px){
.yuyueForm{padding:40px 10px;}
.yuyueForm li{margin:5px 0;width:100%;}
.yuyueForm li input{height:45px;font-size:14px;}
.yuyueForm li a{height:45px;line-height:45px;font-size:14px;}
}
/*--end yuyueForm--*/

/*--cylzz-wrap--*/
.cylzz-wrap{padding:60px 0;overflow:hidden;}
.cylzz-wrap .products-menu{margin-bottom:80px;}
.cylzz-wrap:nth-child(odd){background:url(../images/Inpage/crumbs_bg.png);}
.cylzz-wrap:nth-child(even){background:#f4f4f4;}
.cylzz-list{margin:-12px;}
.cylzz-list .item{float:left;margin:12px;width:calc(33.33% - 24px);}
.cylzz-list .item img{display:block;width:100%;}
@media(max-width:1200px){
.cylzz-wrap{padding:40px 10px;}
.cylzz-wrap .products-menu{margin-bottom:30px;}
.cylzz-list{margin:0;}
.cylzz-list .item{float:none;width:100%;margin:10px 0;}
}
/*--end cylzz-wrap--*/

.cx-photos-list.qyry .item{width:calc(20% - 30px);}

.show-section-wrap{padding:3rem 0;overflow:hidden;}
.t-picture-list06{overflow:hidden;}
.t-picture-list06 .item{position:relative;float:left;margin:1%;width:23%;text-align:center;box-sizing:border-box;}
.t-picture-list06 .pic{position:relative;overflow:hidden;}
.t-picture-list06 .pic img{display:block;width:100%;filter:brightness(0.5);}
.t-picture-list06 .con{position:absolute;top:52%;left:0;width:100%;transform:translateY(-50%);}
.t-picture-list06 .icon{margin:0 auto;padding:10px;width:50px;height:50px;overflow:hidden;background:#ed7020;border-radius:50%;}
.t-picture-list06 .icon img{display:block;width:100%;filter:contrast(0) brightness(2);}
.t-picture-list06 .text{padding:20px;overflow:hidden;}
.t-picture-list06 .text h3{font-size:16px;height:40px;line-height:20px;color:#fff;overflow:hidden;}
.t-picture-list06 .text p{margin-top:10px;font-size:14px;height:120px;line-height:20px;color:#fff;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
@media screen and (max-width:992px){
.t-picture-list06 .item{width:48%;}
.t-picture-list06 .text{padding:10px;}
.t-picture-list06 .icon{width:40px;height:40px;}
.t-picture-list06 .text p{display:none;height:150px;line-height:15px;font-size:12px;-webkit-line-clamp:6;}
}

/*-- 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:50px 20px;width:calc(25% - 20px);text-align:center;overflow:hidden;border:#f0f0f0 solid 1px;transition:all 0.5s;background-color:#f4f4f4;}
.t-picture-list10 .pic{margin:0 auto;padding:10px;width:80px;height:80px;border:#f0f0f0 solid 1px;border-radius:50%;background:#fff;}
.t-picture-list10 .pic img{display:block;width:100%;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:#ed7020;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;}
@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-picture-list22 --*/
.t-picture-list022{margin:0 auto;max-width:1400px;display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}
.t-picture-list022 .item{position:relative;float:left;margin:1px;width:calc(33.33% - 10px);text-align:center;box-sizing:border-box;}
.t-picture-list022 .pic{overflow:hidden;}
.t-picture-list022 .pic img{display:block;width:100%;}
.t-picture-list022 .tit{position:absolute;left:0;bottom:0;right:0;padding:10px;font-size:16px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media (max-width:992px){
.t-picture-list022 .item{width:calc(50% - 2px);}
.t-picture-list022 .item .tit{font-size:14px;}
}
/*-- end t-picture-list022 --*/



/*-- t-picture-type06 --*/
.t-picture-type06{overflow:hidden;}
.t-picture-type06-list{overflow:hidden;}
.t-picture-type06-list .item{position:relative;margin:0 auto;max-width:1100px;overflow:hidden;background:#fff;animation:fadeinB 1s;}
.t-picture-type06-list .pic{width:100%;overflow:hidden;}
.t-picture-type06-list .pic img{display:block;width:100%;transition:all .5s;}
.t-picture-type06-list .text{position:relative;padding:80px 0;width:100%;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:#e0e0e0;}
.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;}
@media (max-width:1440px){
.t-picture-type06-list .text{padding:50px 0;}
.t-picture-type06-list .bd{padding-top:30px;}
}
@media (max-width:1200px){
.t-picture-type06-list .item{margin-bottom:20px;}
.t-picture-type06-list .item .pic{width:100%;}
.t-picture-type06-list .text{position:relative;z-index:3;padding:20px;height:auto;background:#f0f0f0;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-adv-list02--*/
.t-adv-list02{overflow:hidden;}
.t-adv-list02 .item{float:left;width:50%;display:flex;flex-wrap:wrap;background:#f0f0f0;}
.t-adv-list02 .item:nth-child(3),.t-adv-list02 .item:nth-child(4){flex-direction:row-reverse;}
.t-adv-list02 .pic{width:50%;overflow:hidden;}
.t-adv-list02 .pic img{display:block;width:100%;}
.t-adv-list02 .text{padding:12px;width:50%;overflow:hidden;box-sizing:border-box;}
.t-adv-list02 .text .hd{position:relative;padding-bottom:20px;overflow:hidden;}
.t-adv-list02 .text .hd:before,.t-adv-list02 .text .hd:after{display:block;position:absolute;left:0;bottom:0;content:"";}
.t-adv-list02 .text .hd:before{z-index:1;width:100%;height:1px;background:#ccc;}
.t-adv-list02 .text .hd:after{z-index:2;width:36px;height:3px;background:#ee6e23;}
.t-adv-list02 .text .hd h3{font-weight:bold;font-size:18px;color:#333;}
.t-adv-list02 .text .bd{padding-top:20px;font-size:16px;line-height:1.75;color:#333;overflow:hidden;}
@media(max-width:1200px){
.t-adv-list02 .item{margin:10px;width:calc(50% - 20px);flex-direction:unset !important;}
.t-adv-list02 .pic{width:100%;}
.t-adv-list02 .text{padding:20px;width:100%;}
.t-adv-list02 .text .hd h3{font-size:16px;}
.t-adv-list02 .text .bd{font-size:14px;line-height:1.5;}
}
@media(max-width:992px){
.t-adv-list02 .item{float:none;margin:10px;width:calc(100% - 20px);}
}
/*--end t-adv-list02--*/

.editor-menu{margin-bottom:50px;overflow:hidden;border-bottom:#eee solid 1px;}
.editor-menu li{float:left;padding:0 50px;height:50px;line-height:50px;font-size:16px;    cursor: pointer;color:#fff;background:#999;}
.editor-menu li.cur{background:#ee6e23;}
.editor-slide{overflow:hidden;}
.editor-slide .swiper-slide{overflow:hidden;}
.editor-slide iframe{display:block;margin:0 auto;width: 100% !important;max-width:1024px;height:600px;}
@media(max-width:1200px){
.editor-slide iframe{width: 100% !important;height:60vw !important;}
}

.BMap_bubble_title{margin-bottom:8px;font-size:20px;color:#ed7020;}
.MapInfo p{font-size:14px;margin-top:5px;color:#666;line-height:1.5;}


/*--cx-company-video--*/
.cx-company-video{padding:60px 0;overflow:hidden;background:#fff;}
.cx-company-video video{width:100%;height:675px;}
@media(max-width:1440px){
.cx-company-video{padding:50px 0;}
}
@media(max-width:1200px){
.cx-company-video{padding:30px 10px;}
.cx-company-video video{width:100%;height:60vw;}
}
/*--end cx-company-video--*/