

.product{padding:68px 0; background:#fff;}
.product-title{text-align:center;}
.product-title b{display:block; font-size:36px; line-height:1; color:#ff6600;}
.product-title h2{font-size:38px; margin:0;}
.product-title h2>span{display:inline-block; padding:0 28px; position:relative;}
.product-title h2>span:before,
.product-title h2>span:after{position:absolute; top:50%; width:88px; height:2px; margin-top:-1px; content:''; background:#181818;}
.product-title h2>span:before{right:100%; background:linear-gradient(to left,#181818,rgba(0,0,0,0));}
.product-title h2>span:after{left:100%; background:linear-gradient(to right,#181818,rgba(0,0,0,0));}
.product-list{margin:28px 0;}
.product-list ul{margin:0 -16px;}
.product-list ul:after{display:block; content:''; clear:both;}
.product-list ul>li{float:left; width:25%; padding:16px;}
.product-list ul>li>a{display:block;}
.product-list ul>li>a>div{position:relative; transition:.3s; overflow:hidden;}
.product-list ul>li>a>div>span{position:absolute; top:100%; left:0; right:0; transition:.3s; z-index:1; background:rgba(0,0,0,0.68); color:#fff; padding:8px;}
.product-list ul>li>a>div>ins{display:block; overflow:hidden;}
.product-list ul>li>a>div>ins>img{width:100%; display:block; transition:.3s;}
.product-list ul>li>a>h3{text-align:center; padding:10px 18px; border-radius:3px; background:#f8f8f8; margin-top:8px; font-weight:normal; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.product-list ul>li>a>h3>span{display:block;}
.product-list ul>li>a>h3>u{text-decoration:none; display:block; color:red;}
.product-list ul>li>a:hover>div>span{transform:translateY(-100%);}
.product-list ul>li>a:hover>div{box-shadow:0 0 8px rgba(0,0,0,.38);}
.product-list ul>li>a:hover>div>ins>img{transform:scale(1.08);}
.product-more{text-align:center; font-size:0; margin-top:28px;}
.product-more>a{display:inline-block; overflow:hidden; position:relative; border:1px solid #d8d8d8; border-radius:3px; padding:12px 38px;}
.product-more>a:after{position:absolute; z-index:1; left:0; top:0; bottom:0; content:''; width:0; transform:skewX(-30deg); transform-origin:top left; transition:0.6s; background:#ff6600;}
.product-more>a>u{position:relative; z-index:2; display:inline-block; text-decoration:none; font-size:16px;}
.product-more>a>i{position:relative; z-index:2; font-size:18px; transition:0.3s; margin-left:8px;}
.product-more>a:hover{color:#fff; border-color:#ff6600;}
.product-more>a:hover:after{width:108%; transform:skewX(0);}
.product-more>a:hover>i{color:#fff; transform:translateX(8px);}
@media(max-width:1200px){
.product{padding:38px 0;}
.product-list{margin:18px 0;}
.product-list ul{margin:0 -8px;}
.product-list ul>li{padding:8px;}
}
@media(max-width:992px){
.product-list ul>li{width:50%;}
}
@media(max-width:767px){
.product{padding:18px 0;}
.product-title b{font-size:26px;}
.product-title h2{font-size:28px;}
.product-title h2>span{padding:0 18px;}
.product-title h2>span:before,
.product-title h2>span:after{width:58px;}
.product-list ul{margin:0 -4px;}
.product-list ul>li{padding:4px;}
.product-list ul>li>a>h3{padding:8px; font-size:15px;}
.product-more{margin-top:18px;}
.product-more>a{padding:8px 28px;}
.product-more>a>u{font-size:14px;}
.product-more>a>i{font-size:16px; margin-left:6px;} 
.product-more>a:hover>i{transform:translateX(4px);}
}

.scen{padding:68px 0; background:#000; position:relative; background:fixed url(''); background-size:cover;}
.scen:before{position:absolute; top:0; right:0; bottom:0; left:0; content:''; opacity:0.8; background:#000;}
.scen-title{text-align:center; position:relative; z-index:8;}
.scen-title b{display:block; font-size:36px; line-height:1; color:#ff6600;}
.scen-title h2{font-size:38px; margin:0;}
.scen-title h2>span{display:inline-block; padding:0 28px; position:relative; color:#fff;}
.scen-title h2>span:before,
.scen-title h2>span:after{position:absolute; top:50%; width:88px; height:2px; margin-top:-1px; content:''; background:#fff;}
.scen-title h2>span:before{right:100%; background:linear-gradient(to left,#fff,rgba(255,255,255,0));}
.scen-title h2>span:after{left:100%; background:linear-gradient(to right,#fff,rgba(255,255,255,0));}
.scen-content{margin-top:38px; position:relative; z-index:8;}
.scen-swiper{overflow:hidden;}
.scen-outer{width:10000%;}
.scen-item{float:left; width:.2%;}
.scen-item a{position:relative; display:block; overflow:hidden;}
.scen-item a:before{position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; content:''; transition:.3s; transform:scale(0.6); visibility:hidden; opacity:0; background:#ff6600;}
.scen-item a span{position:absolute; z-index:8; top:50%; left:0; right:0; margin-top:-14px; padding:0 28px; text-align:center; color:#fff;}
.scen-item a span h3{font-size:24px; line-height:28px; transition:.3s; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-shadow:0 0 8px #000;}
.scen-item a span p{opacity:0; visibility:hidden; transition:.3s; overflow:hidden; height:108px;}
.scen-item a span u{opacity:0; visibility:hidden; transition:.3s; border:1px solid #fff; transition:.3s; font-style:normal; text-decoration:none; padding:8px 18px; border-radius:3px;}
.scen-item a span u i{padding-left:8px;}
.scen-item a img{display:block; width:100%; transition:.3s;}
.scen-item a:hover img{transform:scale(1.08);}
.scen-item a:hover:before{visibility:visible; opacity:.8; transform:scale(1);}
.scen-item a:hover span h3{text-shadow:none; transform:translateY(-72px);}
.scen-item a:hover span p{opacity:1; visibility:visible; transform:translateY(-54px);}
.scen-item a:hover span u{opacity:1; visibility:visible;}
.scen-item a:hover span u:hover{background:#fff; color:#ff6600;}
.scen-prev,
.scen-next{position:absolute; z-index:8; top:50%; width:48px; height:48px; line-height:48px; text-align:center; margin-top:-18px; background:rgba(0,0,0,0.28); cursor:pointer; opacity:0; transition:0.3s;}
.scen-swiper:hover .scen-prev,
.scen-swiper:hover .scen-next{opacity:1;}
.scen-prev i,
.scen-next i{color:#fff; font-size:42px; line-height:inherit;}
.scen-prev:hover i,
.scen-next:hover i{color:#ff6600;}
.scen-prev{left:0;}
.scen-next{right:0;}
@media(max-width:1200px){
.scen{padding:38px 0;}
.scen-content{margin-top:18px;}
.scen-item{width:.25%;}
}
@media(max-width:992px){
.scen-item{width:.333%;}
}
@media(max-width:767px){
.scen{padding:18px 0;}
.scen-title b{font-size:26px;}
.scen-title h2{font-size:28px;}
.scen-title h2>span{padding:0 18px;}
.scen-title h2>span:before,
.scen-title h2>span:after{width:58px;}
.scen-item{width:.5%;}
}
@media(max-width:500px){
.scen-content{margin:12px;}
.scen-item{width:1%;}
}

.news{padding:68px 0; background:#fff;}
.news-title{text-align:center;}
.news-title b{display:block; font-size:36px; line-height:1; color:#ff6600;}
.news-title h2{font-size:38px; margin:0;}
.news-title h2>span{display:inline-block; padding:0 28px; position:relative;}
.news-title h2>span:before,
.news-title h2>span:after{position:absolute; top:50%; width:88px; height:2px; margin-top:-1px; content:''; background:#181818;}
.news-title h2>span:before{right:100%; background:linear-gradient(to left,#181818,rgba(0,0,0,0));}
.news-title h2>span:after{left:100%; background:linear-gradient(to right,#181818,rgba(0,0,0,0));}
.news-content{margin:28px -8px 0 -8px;}
.news-content:after{display:block; content:''; clear:both;}
.news-item{float:left; width:50%; padding:8px;}
.news-item a{display:block; position:relative; padding:16px; border-radius:3px; overflow:hidden; background:#f8f8f8;}
.news-item a:before{position:absolute; top:0; left:0; bottom:0; content:''; width:0; transition:.6s; transform:skewX(-30deg); transform-origin:top left; background:#ff6600;}
.news-item ins{float:left; position:relative; z-index:2;}
.news-item ins>img{height:98px; margin-right:16px; display:block;}
.news-item span{display:block; position:relative; z-index:2; overflow:hidden;}
.news-item span h3{font-weight:normal; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:32px; height:32px; transition:.6s; font-size:18px;}
.news-item span p{margin:6px 0; overflow:hidden; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:26px; height:26px; transition:.6s; color:#686868; }
.news-item span u{display:block; text-decoration:none; line-height:26px; height:26px; transition:.6s; font-size:14px; color:#989898;}
.news-item:first-child a:before{top:auto; right:0; height:0; width:100%; transform:skewX(0);}
.news-item:first-child ins{float:none;}
.news-item:first-child ins>img{display:block; height:286px; margin-right:0; width:100%; object-fit:cover;}
.news-item:first-child span{margin-top:8px;}
.news-item a:hover:before{width:100%; transform:skewX(0);}
.news-item:first-child a:hover:before{height:100%;}
.news-item a:hover span h3,
.news-item a:hover span p,
.news-item a:hover span u{color:#fff;}
.news-more{text-align:center; font-size:0; margin-top:28px;}
.news-more>a{display:inline-block; overflow:hidden; position:relative;  border:1px solid #d8d8d8; border-radius:3px; padding:12px 38px;}
.news-more>a:after{position:absolute; z-index:1; left:0; top:0; bottom:0; content:''; width:0; transform:skewX(-30deg); transform-origin:top left; transition:0.6s; background:#ff6600;}
.news-more>a>u{position:relative; z-index:2; display:inline-block; text-decoration:none; font-size:16px;}
.news-more>a>i{position:relative; z-index:2; font-size:18px; transition:0.3s; margin-left:8px;}
.news-more>a:hover{color:#fff; border-color:#ff6600;}
.news-more>a:hover:after{width:108%; transform:skewX(0);}
.news-more>a:hover>i{color:#fff; transform:translateX(8px);}
@media(max-width:1200px){
.news{padding:38px 0;}
.news-content{margin-top:18px;}
}
@media(max-width:992px){
.news-item{float:none; width:auto;}
}
@media(max-width:767px){
.news{padding:18px 0;}
.news-title b{font-size:26px;}
.news-title h2{font-size:28px;}
.news-title h2>span{padding:0 18px;}
.news-title h2>span:before,
.news-title h2>span:after{width:58px;}
.news-content{margin:8px -4px 0 -4px;}
.news-item{padding:4px;}
.news-item a{padding:8px;}
.news-item span h3{line-height:26px; height:26px; font-size:16px;}
.news-item ins>img{height:78px; margin-right:8px;}
.news-item span p{margin:0;}
.news-item:first-child ins>img{height:186px;}
.news-more{margin-top:18px;}
.news-more>a{padding:8px 28px;}
.news-more>a>u{font-size:14px;}
.news-more>a>i{font-size:16px; margin-left:6px;} 
.news-more>a:hover>i{transform:translateX(4px);}
}

