.st-container{font-size:0}
/*header*/
.header{position:fixed;top:0;left:0;width:100%;background:#222;z-index:999}
.header>div{display:inline-block;vertical-align:middle;width:16.6%}
.header .logo {text-align:center;}
.header .logo img{max-height:.51rem;transition:none;}
.header .item{width:83.4%;border-left:1px solid #4a4a4a;}
.header .item .infos{padding-right:.85rem;}
.header .item .infos>*{display:inline-block;vertical-align:middle;}
.header .item .infos .tel{padding-left:.35rem;font-size:.14rem;color:#636363;background:url(../images/tel.png) 0 center no-repeat;background-size:.2rem .21rem;line-height:.51rem;}
.header .item .infos .tel a,.header .item .infos .email a{font-size:.14rem;color:#636363}
.header .item .infos .email {padding-left:.35rem;font-size:.14rem;color:#636363;background:url(../images/email.png) 0 center no-repeat;background-size:.19rem .13rem;margin-left:.5rem;line-height:.51rem;}
.header .item .infos dl {margin:0 0 0 .75rem;padding:0 .15rem;position:relative;line-height:normal;}
.header .item .infos dl dt {font-size:.14rem;color:#FFF;font-family:"Roboto-Black";text-transform:uppercase;}
.header .item .infos dl dt i{margin-left:7px;font-size:.14rem;color:#ef6a03}
.header .item .infos dl dd {position:absolute;top:100%;left:0;width:100%;background:#222;text-align:left;transition:none;display:none;z-index:10}
.header .item .infos dl dd a{font-size:.14rem;color:#FFF;display:block;line-height:.35rem;padding:0 .15rem;border-top:1px dashed rgba(255,255,255,.1)}
.header .item .infos .share{line-height:normal;}
.header .item .infos .share a{display:inline-block;margin-left:.15rem;width:.25rem;height:.25rem;background:#6f6f6f;border-radius:100%;font-size:.14rem;color:#FFF;line-height:.25rem;text-align:center;}
.header .item .navlist{border-top:1px solid #4a4a4a;}
.header .item .navlist>*{display:inline-block;vertical-align:middle;width:100%}
.header .item .navlist li {display:inline-block;width:25%;vertical-align:middle;text-align:center;border-right:1px solid #4a4a4a;position:relative}
.header .item .navlist li>a{display:block;position:relative;font-size:.16rem;color:#FFF;line-height:.61rem;}
.header .item .navlist li>a i {margin-left:.55rem;font-size:.18rem;color:#fd3502}
.header .item .navlist li>dl {position:absolute;top:100%;left:0;width:100%;margin:0;padding:0;text-align:center;background:#222;transition:none;display:none;}
.header .item .navlist li>dl dd a{display:block;font-size:.14rem;color:#FFF;line-height:.55rem;border-top:1px solid rgba(255,255,255,.06)}
.header .item .navlist li>dl dd a:hover{background:#fd3502;text-indent:10px;}
.header .item .navlist li.active>a,.header .item .navlist li>a:hover{background:#fd3502;color:#FFF;}
.header .item .navlist li.active>a i,.header .item .navlist li>a:hover i{color:#FFF}
.header .item .navlist .cnts{width:25%;}
.header .item .navlist .cnts a{display:block;position:relative;background:#ef6a03;font-size:.16rem;color:#FFF;text-align:center;line-height:.61rem;}
.is_header {box-shadow:0 0 12px rgba(0,0,0,.15)}


/*banner*/
.tem_banner.indise {padding:1.28rem 0 0}
.tem_banner .swiper-slide video{width:100%;object-fit:cover;background:#000}
.tem_banner .swiper-slide .infos {position:absolute;top:25%;left:0;width:100%;text-align:center;z-index:1}
.tem_banner .swiper-slide .infos>*{transition:none;transform:translateY(-.2rem);opacity:0}
.tem_banner .swiper-slide .infos h4{font-size:.72rem;color:#FFF;font-family:"Roboto-Black";text-transform:uppercase;}
.tem_banner .swiper-slide .infos p{font-size:.3rem;color:#FFF;text-transform:uppercase;margin:.5rem 0 0;line-height:2}
.tem_banner .swiper-slide-active .infos>*{transition:all .5s ease-in-out;transform:none;opacity:1}
.tem_banner .swiper-slide-active .infos p{transition-delay:.2s}
.tem_banner .scroll{position:absolute;bottom:10%;left:0;text-align:center;width:100%;z-index:1;font-size:.16rem;color:#FFF;font-family:"Roboto-Black";text-transform:uppercase;padding:0 0 .3rem;}
@keyframes dropdown2 {
	form{
		bottom:0
	}
	to{
		bottom:-.2rem;
	}
}
.tem_banner .scroll:after{content:"\f107";font:normal normal normal 14px/1 FontAwesome;font-size:.3rem;bottom:0;animation: dropdown2 .7s 0.2s linear infinite alternate;position:absolute;left:50%;transform:translateX(-50%);}

.index_about  {background:url(../images/about_bg.jpg) 0 center no-repeat;background-size:cover}    
.index_about .top{;padding:0 0 1.15rem}
.index_about .top .title{padding:1.3rem 0 .45rem;text-align:center;position:relative}
.index_about .top .title:after{content:"";position:absolute;background:url(../images/since.png) 0 center no-repeat;width:9.2rem;height:1.15rem;left:50%;transform:translateX(-50%);top:.35rem;z-index:0;background-size:100%}
.index_about .top .title h1{font-size:.48rem;color:#252525;z-index:2;position:relative}
.index_about .top .txt p{font-size:.18rem;color:#524f4f;text-align:center;line-height:.35rem;margin:0}
.index_about .top .more{text-align:center}
.index_about .top .more a{display:inline-block;position:relative;font-size:.16rem;color:#252525;border:1px solid ;border:1px solid #aaaaaa;height:.65rem;;line-height:.65rem;width:2.1rem;margin:.8rem 0 0;border-radius:5px;padding:0 .5rem 0 0}
.index_about .top .more a:after{content:"";position:absolute;background:url(../images/jt.png) 0 center no-repeat;width:.21rem;height:.11rem;top:50%;transform:translateY(-50%);right:.58rem;background-size:100%;transition:.3s}
.index_about .top .more a:hover:after{content:"";position:absolute;background:url(../images/jt-1.png) 0 center no-repeat;width:.21rem;height:.11rem;top:50%;transform:translateY(-50%);right:.4rem;background-size:100%;transition:.3s}

.index_about .top .more a:hover{background:#ef6a03;border:1px solid #ef6a03;color:white}
.index_about .bot .lists{position:relative}
.index_about .bot .lists .swiper-page>div{position:absolute;background:#e95e00;width:.54rem;height:.54rem;border-radius:100%;line-height:.54rem;text-align:center;font-size:.24rem;color:white;outline:none;z-index:2;top:50%;left:2%;transform:translateY(-50%)}
.index_about .bot .lists .swiper-page>div.slide-button-next {left:auto;right:2%}
.index_about .bot .lists a{position:relative;display:block}
.index_about .bot .lists a:after{content:"";position:absolute;background:rgba(253,53,2,.91);width:100%;height:0;transition:.5s;left:50%;transform:translateX(-50%);top:0}
.index_about .bot .lists a:hover:after {height:100%;transition:.5s}
.index_about .bot .lists a:hover img{transform:scale(1.1)}
.index_about .bot .lists a .img{overflow:hidden}
.index_about .bot .lists a  h2{position:absolute;left:50%;transform:translateX(-50%);z-index:2;top:80%;transition:.5s;width:100%;;text-align:center;font-size:.18rem;color:white;opacity:0    }
.index_about .bot .lists a  h2:after{content:"+";position:absolute;left:50%;transform:translateX(-50%);bottom:-.55rem;font-size:.5rem;color:white;}
.index_about .bot .lists a:hover h2{opacity:1;top:40%;transition:.5s}
.index_about .bot .more{text-align:center;padding:.6rem 0 .55rem}
.index_about .bot .more a{font-size:.16rem;color:#252525;padding-right:.3rem;position:relative}
.index_about .bot .more a:after{content:"";position:absolute;background:url(../images/jt.png) 0 center no-repeat;width:.21rem;height:.11rem;top:50%;transform:translateY(-50%);right:0rem;background-size:100%;transition:.3s}
.index_news .title{padding:1rem  0 .3rem;border-bottom:1px solid #d2d2d2 }
.index_news .title>div{display:flex;align-items: center;justify-content: space-between;}   
.index_news .title h1{font-size:.48rem;color:#252525}
.index_news .title a{display:inline-block;text-align:center;position:relative;font-size:.16rem;color:#252525;border:1px solid ;border:1px solid #aaaaaa;height:.65rem;;line-height:.65rem;width:2.1rem;border-radius:5px;padding:0 .5rem 0 0}
.index_news .title a:after{content:"";position:absolute;background:url(../images/jt.png) 0 center no-repeat;width:.21rem;height:.11rem;top:50%;transform:translateY(-50%);right:.58rem;background-size:100%;transition:.3s}
.index_news .title a:hover:after{content:"";position:absolute;background:url(../images/jt-1.png) 0 center no-repeat;width:.21rem;height:.11rem;top:50%;transform:translateY(-50%);right:.4rem;background-size:100%;transition:.3s}

.index_news .title a:hover{background:#ef6a03;border:1px solid #ef6a03;color:white}
.index_news .lists  .items{padding:.42rem .36rem 1.15rem;border-right:1px  solid #d2d2d2;}
.index_news .lists  .items a{display:block}
.index_news .lists  .items a .img{overflow:hidden}
.index_news .lists  .items a:hover img{transform:scale(1.1)}
.index_news .lists  .items a .time{padding:.4rem 0 .3rem}
.index_news .lists  .items a .time h1{font-size:.36rem;color:#252525;margin:0 0 .05rem}
.index_news .lists  .items a .time  p{font-size:.18rem;color:#252525;margin:0}
.index_news .lists  .items a  h2{font-size:.18rem;color:#252525}
.index_news .lists  .items a em{display:inline-block;margin:.8rem 0 0;font-size:.16rem;color:#252525;position:relative;padding-right:.45rem}
.index_news .lists  .items a em:after{content:"";position:absolute;background:url(../images/jt.png) 0 center no-repeat;width:.21rem;height:.11rem;top:50%;transform:translateY(-50%);right:0;background-size:100%;transition:.3s}
.index_news .lists  .items a:hover em:after{right:-.3rem}
.index_work{display:flex}
.index_work .items{width:50%}

.index_work .items:nth-child(1) a:before{content:"";position:absolute;background:url(../images/01.png)  no-repeat;width:2.51rem;height:1.91rem;left:50%;transform:translateX(-50%);bottom:-.2rem;z-index:22;background-size:100%}
.index_work .items:nth-child(2) a:before{content:"";position:absolute;background:url(../images/02.png)  no-repeat;width:2.87rem;height:1.91rem;left:50%;transform:translateX(-50%);bottom:-.2rem;z-index:22;background-size:100%}

.index_work .items a{position:relative;display:block;overflow:hidden}
.index_work .items a:after{content:"";position:absolute;background:rgba(253,53,2,.84);width:100%;height:0;transform:translateX(-50%);top:0;left:50%;transition:.8s}
.index_work .items a:hover:after{height:100%;transition:.8s}
.index_work .items a .img{overflow:hidden}
.index_work .items a:hover img{transform:scale(1.1)}
.index_work .items a .text{position:absolute;left:50%;transform:translateX(-50%);top:25%;z-index:2;width:100%;text-align:center}
.index_work .items a .text h1{font-size:.45rem;color:white;margin:0 0 .25rem}
.index_work .items a .text p{font-size:.18rem;color:white;margin:0;padding:0 0 .7rem;position:relative}
.index_work .items a .text p:after{content:"\f107";position:absolute;font:normal normal normal 14px/1 FontAwesome;left:50%;transform:translateX(-50%);bottom:-.1rem;font-size:.5rem;transition:.3s}
.index_work .items a .text em{font-size:.16rem;color:white;margin:1.05rem  0 0;display:inline-block}
footer .top{padding:.7rem 0 .4rem;background:#f6f6f6;border-top:1px solid #d2d2d2;position:relative}
footer .top>div{display:flex;justify-content: space-between;position:relative;}
footer .top .left{width:61%;display:flex;justify-content: space-between;}
footer .top:after{position:absolute;content:"";background:url(/public/common/images/foot_jt.png)no-repeat;width:12.6rem;height:.12rem;top:30%;left:0;background-size:100%}
footer .top .left dl{width:25%;text-align:center;margin:0}
footer .top .left dl dt{margin:0 0 .45rem;border-right:1px solid #929292}
footer .top .left dl:last-child dt{border:0}
footer .top .left dl dt a{font-size:.16rem;font-weight:normal;color:#292929}
footer .top .left dl  dd{margin:0 0 .1rem}
footer .top .left dl  dd:last-child{margin:0}
footer .top .left dl  dd a{font-size:.16rem;color:#484848}
footer .top  .right{width:20%;text-align:right} 
footer .top  .right .weixin{display:inline-block}
footer .top  .right .weixin p{margin-top:.1rem;color:#636363;font-size:.15rem;text-align:center}  
footer .top  .right .shares{margin-top:.6rem;font-size:0} 
footer .top  .right .shares>*{display:inline-block}
footer .top  .right .shares a{color:white;width:.3rem;height:.3rem;background:#6f6f6f;border-radius:100%;text-align:center;margin:0 .03rem}
footer .top  .right .shares a i{font-size:.14rem;line-height:.3rem;}
footer .bot{background:#232323;height:.8rem;line-height:.8rem}
footer .bot>div{display:flex;justify-content: space-between;}
footer .bot p:first-child{color:white;font-size:.14rem;margin:0}
footer .bot p:last-child{color:#9a9a9a;font-size:.14rem;margin:0}



.com_title{background:#FFF;padding:.6rem 0 .2rem;text-align:center;position:relative;z-index:2}
.com_title h2{font-size:.48rem;color:#000;font-family:"Roboto-Black";text-transform:uppercase;margin:0 0 .3rem;}
.com_title li {display:inline-block;vertical-align:top;min-width:2.07rem;position:relative}
.com_title li>a{display:block;font-size:.16rem;color:#000;text-transform:capitalize;line-height:.43rem;border:1px solid #d2d2d2;padding:0 .25rem}
.com_title li.on>a,.com_title li:hover>a{background:#000;border-color:#000;color:#FFF}
.com_title li dl {position:absolute;top:100%;left:0;width:100%;margin:-1px 0 0;display:none;transition:none;}
.com_title li dl dd a{display:block;position:relative;background:#dfdfdf;border-top:1px solid #FFF;font-size:.16rem;color:#000;text-align:center;line-height:.43rem;text-transform:capitalize}
.flash {height:5.85rem;width:100%;position:relative}
.flash:after{content:'';width:100%;height:100%;background-position:0 0;background-repeat:no-repeat;background-size:cover;position:fixed;top:0;left:0;z-index:-1;}
.flash .class3{position:absolute;bottom:0;left:0;z-index:1;background:rgba(0,0,0,.3);width:100%}
.flash .class3 li {display:inline-block;vertical-align:top;line-height:.88rem;padding:0 .4rem;position:relative}
.flash .class3 li a{display:block;font-size:.24rem;color:#FFF;text-transform:capitalize;position:relative}
.flash .class3 li:after{content:'';width:2px;height:.2rem;background:rgba(255,255,255,.3);position:absolute;right:0;top:50%;transform:translateY(-50%);}
.flash .class3 li:last-child:after {display:none;}
.flash .class3 li a:before{content:'';width:0;height:2px;background:#FFF;position:absolute;top:50%;left:-.12rem;transform:translateY(-50%);transition:all .8s linear;}
.flash .class3 li a:hover:before,.flash .class3 li.on3 a:before{width:.12rem;}

.about_box .videos_box video{width:100%;height:8.05rem;background:#000;object-fit:cover}
.about_box .company {padding:.7rem 0 0;background:#FFF}
.about_box .company .mains {margin:0 0 .95rem;}
.about_box .company .mains h5{font-size:.3rem;color:#363636;font-family:"Roboto-Black";text-transform:capitalize;margin:0 0 .35rem;}
.about_box .company .mains .editor {font-size:.16rem;color:#505050;line-height:1.8}
.about_box .company .items {padding:1.3rem 0 2.8rem;background-position:center;background-repeat:no-repeat;background-size:cover;text-align:center}
.about_box .company .items .play {width:1.05rem;height:1.05rem;background:rgba(255,255,255,.3);border-radius:100%;display:inline-block;position:relative;cursor:pointer;margin:0 0 1rem}
.about_box .company .items .play:before{content:'';width:.7rem;height:.7rem;background:url(../images/icon7.png) center no-repeat #FFF;background-size:.23rem .26rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%}
.about_box .company .items .infos>p{display:inline-block;vertical-align:top;margin:0 .65rem;text-align:center;font-size:.24rem;color:#FFF;font-family:"Roboto-Black";text-transform:uppercase;}
.about_box .company .items .infos>p img {margin:0 auto .3rem;display:block;max-height:.65rem;transition:none;}

.about_box .design{padding:0 0 .1rem;}
.about_box .design h5{font-size:.3rem;color:#363636;font-family:"Roboto-Black";opacity:0;margin:0 0 1.25rem;text-align:left;text-transform:uppercase}
.about_box .design .imgs {background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;padding:1rem 0 1.48rem;text-align:center}
.about_box .design .imgs .item {display:inline-block;position:relative;width:4.74rem;height:4.74rem;background:rgba(253,53,2,.33);border-radius:100%}
.about_box .design .imgs .item:before{content:'';width:4rem;height:4rem;background:rgba(253,53,2,.5);border-radius:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.about_box .design .imgs .item>p{margin:0;font-size:.3rem;color:#FFF;position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%}
.about_box .design .imgs .item>p em{font-size:1rem;}
.about_box .design .imgs .item>div{position:absolute;min-width:3.1rem;}
.about_box .design .imgs .item>div p{font-size:.24rem;color:#333333;margin:0 0 .2rem;}
.about_box .design .imgs .item>div p img{max-height:1.22rem;transition:none}
.about_box .design .imgs .item>div.t1{bottom:100%;margin:0 0 .1rem;left:2.03rem}
.about_box .design .imgs .item>div.t2{left:100%;margin-left:.65rem;top:0}
.about_box .design .imgs .item>div.t3{bottom:-.2rem;left:100%;margin-left:-.6rem;}
.about_box .design .imgs .item>div.t4{right:100%;bottom:.23rem;}
.about_box .design .imgs .item>div.t5{right:100%;margin-right:.45rem;top:0}
.about_box .design .lists {padding:0 .3rem}
.about_box .design .lists  .swiper-slide{display:flex;flex-wrap: wrap;justify-content: space-between;}
.about_box .design .lists  .swiper-slide .items{width:32.1%;margin:0 0 .35rem}
.about_box .design .lists  .swiper-slide:after{content:"";width:32.1%}
.about_box .design .lists  .swiper-slide a{display:block;position:relative;overflow:hidden}
.about_box .design .lists  .swiper-slide p{position:absolute;top:.8rem;left:.31rem;z-index:1;background:#fd3502;border-radius:35px;padding:0 .4rem;line-height:.44rem;margin:0;font-size:.16rem;color:#FFF;opacity:0}
.about_box .design .lists  .swiper-slide a:hover img {transform:scale(1.06)}
.about_box .design .lists  .swiper-slide a:hover p{top:.42rem;opacity:1}
.about_box .design .lists  .slide-pagination{padding:.3rem 0  1.05rem;text-align:center }
.about_box .design .lists  .slide-pagination span{width:.33rem;height:.33rem;line-height:.33rem;border-radius:0;text-align:center;font-weight:bold;margin:0 .05rem;opacity:1;;border-radius:5px;font-size:.16rem;color:#272727;border-radius:5px;background:#e5e5e5}
.about_box .design .lists  .slide-pagination span.swiper-pagination-bullet-active{background:#fd3502;color:white;}
.about_box .design .lists .slide-pagination span:hover{background:#fd3502;color:white}
.about_box .exhibition{padding:.75rem .9rem .75rem;background:#FFF}
.about_box .exhibition .mains{background:#f6f6f6;position:relative}
.about_box .exhibition .mains .swiper-slide a{display:block;position:relative;}
.about_box .exhibition .mains .swiper-slide a>div{display:inline-block;vertical-align:middle;height:7.48rem;width:50%}
.about_box .exhibition .mains .swiper-slide img{width:100%;height:7.48rem;object-fit:cover;transition:none}
.about_box .exhibition .mains .swiper-slide .text{padding:1.7rem .88rem 0 2.15rem;}
.about_box .exhibition .mains .swiper-slide .text h6{font-size:.55rem;color:#000;text-transform:uppercase;margin:0 0 1.25rem}
.about_box .exhibition .mains .swiper-slide .text h5{font-size:.2rem;color:#000;padding-left:.6rem;margin:0 0 .2rem;line-height:.45rem;background:url(../images/icon_tit.png) 0 center no-repeat;background-size:.44rem .45rem;}
.about_box .exhibition .mains .swiper-slide .text p{font-size:.16rem;color:#3c3c3c;line-height:1.6;margin:0}

.about_box .exhibition .mains  .slide-pagination{position:absolute;left:2.25rem;bottom:1.35rem;z-index:2}
.about_box .exhibition .mains  .slide-pagination span{opacity:1;outline:none;width:.11rem;height:2px;background:#bdbdbd;margin:0 2px .11rem;border-radius:0;}
.about_box .exhibition .mains  .slide-pagination span.swiper-pagination-bullet-active{background:#000}
.about_box .exhibition .mains  .pages {position:absolute;left:0;bottom:1rem;padding:.1rem 1.14rem .1rem 0;width:50%;text-align:right;z-index:1}
.about_box .exhibition .mains  .pages:before{content:'';width:1px;height:100%;position:absolute;right:2.6rem;top:0;background:#bfbfbf;}
.about_box .exhibition .mains  .pages>div{display:inline-block;margin:0 .1rem;width:.38rem;height:.38rem;background:#7b7b7b;border-radius:100%;font-size:.18rem;color:#bdbdbd;line-height:.38rem;text-align:center;}
.about_box .exhibition .mains  .pages>div:hover{background:#fd3502;color:#FFF}
.about_box .honor{padding:0 0 1.1rem}
.about_box .honor   h2{text-align:center;font-size:.36rem;color:#2b2b2b;padding:0 0 .45rem}
.about_box .honor .lists .items{background:#e9e9e9;padding:.1rem  .12rem}
.about_box .honor .lists .items a {overflow:hidden;display:block}
.about_box .honor .lists .items a:hover img{transform:scale(1.1)}
.about_box .honor .lists  .slide-pagination{padding:.8rem 0  0;text-align:center }
.about_box .honor .lists  .slide-pagination span{width:.33rem;height:.33rem;line-height:.33rem;border-radius:0;text-align:center;font-weight:bold;margin:0 .05rem;opacity:1;;border-radius:5px;font-size:.16rem;color:#272727;border-radius:5px;background:#e5e5e5}
.about_box .honor .lists .slide-pagination span.swiper-pagination-bullet-active{background:#fd3502;color:white;}
.about_box .honor .lists .slide-pagination span:hover{background:#fd3502;color:white}

.product_box .flash{height:auto;padding:.4rem 0 0}
.product_box .flash:after{display:none;}
.product_box .flash .class3{position:relative;background:none;}
/*.product_box .flash .class3 ul {border-bottom:2px solid #ddd}*/
.product_box .flash .class3 li a{color:#777;}
.product_box .flash .class3 li:after{background:#cacaca;}
.product_box .flash .class3 li.on3 a{color:#000}
.product_box .mains{background:#FFF;padding:.7rem 0 1.65rem;}
.product_box .mains h3{font-size:.3rem;color:#363636;text-align:center;margin:0 0 .45rem;font-family:"Roboto-Black";position:relative}
.product_box .mains h3 span{display:inline-block;position:relative;z-index:2;background:#FFF;padding:0 .55rem}
/*.product_box .mains h3 span:after{content:'';width:100%;height:2px;background:#363636;position:absolute;left:0;bottom:-.12rem;transition:all .8s linear;}*/
.product_box .mains h3:after{content:'';width:100%;height:2px;background:#ddd;position:absolute;left:0;top:50%;z-index:1}
.product_box .mains .lists li {padding:0 .12rem;margin:0 0 .33rem;}
.product_box .mains .lists li a{display:block;position:relative;margin:0 0 .35rem;box-shadow:5px 5px .38rem rgba(0,0,0,.21);            }
.product_box .mains .lists li a .imgs:after{content:"";position:absolute;transition:.3s;background:rgba(255,255,255,.2) url(../images/link.png) center center no-repeat;width:100%;height:.75rem;bottom:-.75rem;opacity:0}
.product_box .mains .lists li a:hover .imgs:after{bottom:0;opacity:1;transition:.3s}
.product_box .mains .lists li a:hover img{transform:scale(1.1)}
.product_box .mains .lists li .imgs{overflow:hidden;position:relative}
.product_box .mains .lists li img {width:100%;height:4.38rem;object-fit:cover;;}
.product_box .mains .lists li .text h6{font-size:.18rem;color:#000;line-height:.26rem;height:.52rem;overflow:hidden;}
.product_box .mains .lists li .text p{font-size:.18rem;color:#000;margin:.15rem 0 0}
.product_box .mains .lists li a:hover .imgs {;box-shadow:12px 12px .38rem rgba(0,0,0,.21)}

.page {margin:1rem 0 0}
.page a{display:inline-block;vertical-align:middle;margin:0 5px;width:.3rem;height:.3rem;line-height:.3rem;font-size:.14rem;color:#000;font-family:"Roboto-Black";border-radius:5px;background:#e5e5e5}
.page a.page-first,.page a.page-last{width:auto;padding:0 8px;color:#707070}
.page a.page-link{font-size:.16rem;color:#818181}
.page a.page-num-current,.page a:hover{background:#fd3502;color:#FFF}

.show_product{padding:.3rem 0 2.35rem;}

.show_product .infos .mbx{margin:0 0 .2rem;font-size:.14rem;color:#6e6e6e;}
.show_product .infos .mbx a{font-size:.14rem;color:#6e6e6e}
.show_product .infos .mbx a:first-child+a{display:none;}
.show_product .infos .items>div{display:inline-block;vertical-align:top;width:46.5%}
.show_product .infos .items .imglist{position:relative;}
.show_product .infos .items .imglist #gallery img{max-height:6.51rem;transition:none;width:100%;object-fit:cover;}
.show_product .infos .items .imglist .thumb{position:absolute;padding:.41rem 0;top:50%;transform:translateY(-50%);left:-1.05rem;width:.8rem;}
.show_product .infos .items .imglist #thumbs {height:2.57rem;}
.show_product .infos .items .imglist #thumbs .swiper-slide{cursor:pointer;overflow:hidden;}
.show_product .infos .items .imglist #thumbs img {width:100%;height:100%;object-fit:cover;}
.show_product .infos .items .imglist .thumb .swiper-page>div{position:absolute;top:0;left:0;width:100%;height:.32rem;background:#e5e5e5;text-align:center;line-height:.32rem;font-size:.18rem;color:#2e2e2e;outline:none;}
.show_product .infos .items .imglist .thumb .swiper-page>div.slide-button-next{top:auto;bottom:0}
.show_product .infos .items .imglist .gallery{box-shadow:5px 5px .38rem rgba(0,0,0,.21)}
.show_product .infos .met_page {margin:.25rem 0 0}
.show_product .infos .met_page  ul{display:flex;justify-content: space-between;}
.show_product .infos .met_page li a {display:block}
.show_product .infos .met_page li:first-child a{d}
.show_product .infos .met_page li:first-child a{width:.5rem;height:.5rem;background:url(../images/xss1.png) 0 0 no-repeat;background-size:100%}
.show_product .infos .met_page li:last-child a{width:.5rem;height:.5rem;background:url(../images/xss2.png) 0 0 no-repeat;background-size:100%}

.show_product .infos .items .desc{width:53.5%;padding-left:.55rem}
.show_product .infos .items .desc h5{font-size:.3rem;color:#222;font-family:"Roboto-Black";}
.show_product .infos .items .desc .share{padding:.1rem 0 .15rem;text-align:right}
.show_product .infos .items .desc .share>div:before{content:'';width:.2rem;height:.2rem;background:url(../images/icon10.png) 0 0 no-repeat;background-size:.2rem .2rem;display:inline-block;vertical-align:middle;margin:0 .15rem 0 0}
.show_product .infos .items .desc .editor{padding:.34rem 0 .74rem;font-size:.16rem;color:#474747;line-height:1.8;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;margin:0 0 1.2rem;}
.show_product .infos .items .desc>a{display:inline-block;padding:0 .37rem;line-height:.57rem;font-size:.16rem;color:#FFF;border-radius:35px;background:#fd3502}
.show_product .bigimg{padding:.8rem  0 0}
.show_product .detail{padding:.5rem 0 0 }
.show_product .detail>h6{font-size:.24rem;color:#000;text-align:center;margin:0 0 .2rem;position:relative}
.show_product .detail>h6:before,.show_product .detail>h6:after{content:'';width:2px;height:.42rem;background:#787878;display:inline-block;vertical-align:middle;margin:0 .3rem}
.show_product .detail .editor {font-size:.16rem;color:#393939;padding:.41rem 0;border-top:2px solid #777;text-align:center;border-bottom:2px solid #777;margin:0 2.6rem 0;}
.show_product .detail .editor table {width:100% !important;}
.show_product .detail .editor table td {height:.45rem;vertical-align:middle;width:auto;padding:0 .15rem;}
.show_product .detail .editor table td p {margin:0}
.show_product .detail .editor p{margin:0}
.show_product .detail .editor .txt {position:relative}
.show_product .detail .editor .nt{position:absolute;top:25%;left:2.6rem;z-index:2}
.show_product .detail .editor .nt h6{font-size:.24rem;color:#FFF;margin:0 0 .35rem;}
.show_product .detail .editor .nt p{font-size:.16rem;color:#FFF;margin:0 0 .15rem;}
.show_product .related{padding:1.1rem 0 0;}
.show_product .related h6{font-size:.24rem;color:#000;text-align:center;margin:0 0 .55rem;position:relative;padding:0 0 .2rem;border-bottom:1px solid #333}
.show_product .related h6:before,.show_product .related h6:after{content:'';width:2px;height:.42rem;background:#787878;display:inline-block;vertical-align:middle;margin:0 .3rem}
.show_product .related .swiper-slide a{display:block;position:relative;overflow:hidden;}
.show_product .related .imgs{overflow:hidden;margin:0 0 .35rem;}
.show_product .related img {width:100%;height:4.38rem;object-fit:cover;}
.show_product .related .text h5{font-size:.18rem;color:#000;line-height:.26rem;height:.52rem;overflow:hidden;}
.show_product .related .text p{font-size:.18rem;color:#000;margin:.15rem 0 0}
.show_product .related a:hover img {transform:scale(1.06)}

.show_product .social-share .social-share-icon{width:.32rem;height:.32rem;font-size:.18rem;line-height:.32rem;}

.news_box{}
.news_box .lists{background:#FFF;padding:.8rem 0 1.4rem;}
.news_box .lists h3 {margin:0 0 .35rem;font-size:.3rem;color:#363636;font-family:"Roboto-Black";text-align:center;}
.news_box .lists li {padding:0 .16rem;margin:0 0 .6rem;}
.news_box .lists li a{display:block;position:relative;overflow:hidden;}
.news_box .lists li .imgs{position:relative;overflow:hidden;}
.news_box .lists li .imgs img {width:100%;height:2.65rem;object-fit:cover;}
.news_box .lists li .imgs .time{position:absolute;top:0;left:0;background:#000;padding:.15rem;font-size:.2rem;color:#FFF;font-family:"Roboto-Black";text-align:center;line-height:1}
.news_box .lists li .imgs .time em {display:block;font-size:.14rem;color:#FFF;font-style:oblique;margin:.1rem 0 0}
.news_box .lists li .text{padding:.3rem .24rem .34rem;}
.news_box .lists li .text h5{font-size:.2rem;color:#000000;line-height:.27rem;height:.54rem;overflow:hidden;}
.news_box .lists li .text p{font-size:.16rem;color:#505050;line-height:.24rem;height:.48rem;overflow:hidden;margin:.2rem 0 .35rem;}
.news_box .lists li .text em{padding-left:.23rem;display:inline-block;font-size:.16rem;color:#505050;line-height:.36rem;border-left:2px solid #a2a2a2;text-transform:capitalize;}
.news_box .lists li .text em:after{content:'';width:.38rem;height:.15rem;background:url(../images/icon5.png) 0 0 no-repeat;background-size:.38rem .15rem;display:inline-block;margin-left:.2rem;}
.news_box .lists li a:hover {box-shadow:5px 5px .27rem rgba(197,197,197,.63)}
.news_box .lists li a:hover img {transform:scale(1.06)}

.contact_box{background-position:center bottom;background-repeat:no-repeat;background-size:100% auto;padding:0 0 2.49rem}
.contact_box .map {position:relative;margin:0 0 2.47rem}
.contact_box #container {height:6.65rem;}
.contact_box .infos{background:#474848;padding:.6rem .47rem .7rem;position:absolute;left:2.6rem;bottom:-.82rem;z-index:2;width:7.22rem}
.contact_box .infos h2{font-size:.3rem;color:#f3f3f3;font-family:"Roboto-Black";text-transform:capitalize;margin:0 0 .35rem;}
.contact_box .infos .editor>div{display:inline-block;vertical-align:bottom;width:55%}
.contact_box .infos .editor .item>p{font-size:.16rem;color:#f3f3f3;}
.contact_box .infos .editor .item .icon{padding:.3rem 0 0}
.contact_box .infos .editor .item .icon>a{display:inline-block;margin-right:.4rem;font-size:.16rem;color:#FFF;}
.contact_box .infos .editor .item .icon img {max-height:.33rem;transition:none;margin-right:.1rem;}
.contact_box .infos .editor .code{width:45%;text-align:right}
.contact_box .infos .editor .code p{display:inline-block;text-align:center;font-size:.16rem;color:#FFF;width:50%;padding:0 .1rem;margin:0}
.contact_box .infos .editor .code p>img {max-height:1.44rem;transition:none;margin:0 0 .18rem;display:block}
.contact_box .infos .editor .code p>em>img {max-width:.33rem;transition:none;margin-right:.1rem;}
.contact_box .message{}
.contact_box .message .box {background:rgba(255,255,255,.9);padding:.95rem .97rem 1.15rem;box-shadow:5px 5px .49rem rgba(0,0,0,.1)}
.contact_box .message .box h2{font-size:.36rem;color:#202020;font-family:"Roboto-Black";margin:0 0 1.4rem;text-align:center}
.contact_box .message .box li {padding:0 .4rem;margin:0 0 .65rem;}
.contact_box .message .box li input[type="text"],.contact_box .message .box li textarea{width:100%;height:.9rem;min-height:35px;font-size:.16rem;color:#717171;padding:0 .15rem 0 .35rem;background:none;border:0;border-bottom:1px solid #bfbfbf;background-size:.2rem .2rem !important;}
.contact_box .message .box li textarea{padding:.15rem .15rem .15rem .35rem;background:url(../images/icon11-4.png) 0 .15rem no-repeat}
.contact_box .message .box li.ic0 input{background:url(../images/icon11-1.png) 0 center no-repeat;}
.contact_box .message .box li.ic1 input{background:url(../images/icon11-2.png) 0 center no-repeat;}
.contact_box .message .box li.ic2 input{background:url(../images/icon11-3.png) 0 center no-repeat;}
.contact_box .message .box  li button {background:#202020;padding:0 .67rem;height:.64rem;font-size:.16rem;color:#FFF;border-radius:10px;border:0}
.contact_box .message .box  li button:hover{box-shadow:2px 2px 4px rgba(0,0,0,.2)}
.contact_box .message .box  li input:hover,.contact_box .message .box  li textarea:hover{box-shadow:4px 4px 4px rgba(0,0,0,.15)}

/********<=767 mobile nav style css********/
.fl-page{position:relative;top:-1.5rem;}

.m-header {background:#222;box-shadow:0 0 12px rgba(0,0,0,0.2)}
.m-header >.col-xs-6>div {color:#FFF}
.m-header >.col-xs-6 img {max-height:45px;}
.st-container .st-menu {background:#222;
	-webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
     transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
}
.st-container .st-menu ul li a {color:#FFF;position:relative;font-size:.25rem}
.st-container .st-menu ul li>a:hover,.st-container .st-menu ul li.active>a {background:#f3f3f3;box-shadow:0 4px 8px rgba(0,0,0,0.2);border-radius:5px;color:#333}
.st-container .st-menu ul li>a>i {position:absolute;right:1em;top:50%;transform:translateY(-50%);color:#FFF}
.st-container .st-menu ul li.active>a>i,.st-container .st-menu ul li>a:hover>i {color:#222}
.st-container .st-menu ul li>dl {transition:none;margin:0}
.st-container .st-menu ul li>dl dd a {background:none;box-shadow:none;color:#FFF;padding-left:0}
.st-container .st-menu ul li>dl dd a i {padding-right:10px;}
.st-container .st-menu ul li>dl dd.on2 a,.st-container .st-menu ul li>dl dd a:hover {color:#f2f2f2}
.st-container .st-menu ul li>dl dd.on2 a i,.st-container .st-menu ul li>dl dd a:hover i {padding-right:16px}
.st-effect-1.st-menu {display:block;}
/********<=767 mobile nav style css 2********/
.m-header .dl-menuwrapper button.dl-active{color:#0061ae}
.m-header .dl-menuwrapper ul{background:#0061ae}
.m-header>div.col-xs-6,.m-header>div.m_langs {z-index:2}
.m-header .dl-menuwrapper {z-index:1}
.m-header .dl-menuwrapper li a {border-top:1px solid rgba(255,255,255,.2);font-size:12px;}
/**************************/
@media(max-width:1440px){
	.tem_index_product .items .text{right:1.6rem}
	.show_product .detail .editor .slogan{margin:0 1.6rem .93rem}
}
@media(max-width:1200px){
	.fix_header .box>dl{padding:0 .8rem 0 .45rem}
}
/******ipad****/
@media(max-width:990px){
	body{overflow-x:hidden;}
	.st-menu {display:block;}	
	.header {display:none;}
	.m-header  {top:0;opacity:1;}
	
	.tem_banner{padding:60px 0 0}
	.show_product .infos .items .imglist .thumb{z-index:2;left:-.8rem;}
	.show_product .infos .items .imglist{width:49%;margin-left:4%}
	.show_product .infos .items .desc{width:47%}
	.contact_box .message .box li input[type="text"], .contact_box .message .box li textarea,.contact_box .message .box li button{font-size:12px;}
	.tem_index_product .items .text{right:.45rem;}
	.show_product .detail .editor .slogan{margin:0 .45rem .93rem}
}
/********mobile*********/
@media(max-width:767px){
	.tem_banner .swiper-slide .infos{top:15%}
	.tem_banner .swiper-slide .infos h4{font-size:.32rem;}
	.tem_banner .swiper-slide .infos p{font-size:.24rem;margin:.25rem 0 0}
	footer .top .left{display:none}
	footer .top:after{display:none}
	footer .top .right{width:100%;text-align:center}
	footer .bot>div{display:inherit}
	footer .bot{height:auto;line-height:auto}
	.index_work .items:nth-child(1) a:before{;width:1.21rem;height:1.1rem;}
.index_work .items:nth-child(2) a:before{width:1.37rem;height:1.1rem;}
.about_box .design .lists .swiper-slide .items{width:48%}
	.about_box .company .items .infos > p{margin:0 .2rem;}
	.show_product .infos .items > div{display:block;width:100% !important;}
	.show_product .infos .items .imglist{margin-left:0;}
	.show_product .infos .items .imglist .thumb{display:none;}
	.show_product .infos .items .desc{padding-left:0;padding-top:.45rem;}
	.show_product .detail .editor .slogan{margin:0 .25rem .93rem;}
	.contact_box .infos{position:relative;left:0;bottom:auto;width:100%}
	.contact_box .message .box{padding:.95rem .25rem 1.15rem}
.show_product .detail .editor {margin:0 0.6rem 0;}

    .about_box .design .imgs .item{width:2.74rem;height:2.74rem;}
    .about_box .design .imgs .item::before{width:2rem;height:2rem;}
    .about_box .design .imgs .item > p{font-size:.2rem}
    .about_box .design .imgs .item > p em{font-size:.4rem}
    .about_box .design .imgs .item > div{transform:scale(.75)}
    .about_box .design .imgs .item > div.t1{bottom:82%;left:1rem}
    .about_box .design .imgs .item > div.t2{left:56%}
    .about_box .design .imgs .item > div.t3{bottom:-33%;left:71%;min-width:4rem;}
    .about_box .design .imgs .item > div.t4{right:70%}
    .about_box .design .imgs .item > div.t5{right:63%;top:-40%}
    .about_box .exhibition{padding-left:.25rem;padding-right:.25rem}
    .about_box .exhibition .mains .swiper-slide a > div{display:block;width:100%;height:auto}
    .about_box .exhibition .mains .swiper-slide .text{padding:1.7rem .45rem .88rem;}
    .about_box .exhibition .mains .slide-pagination{left:.45rem}
    .about_box .exhibition .mains .pages{right:.45rem;left:auto;padding-right:0}
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         