﻿@charset "utf-8"; 
:root { --color: #f39700; }
.home-banner .swiper-slide>a::after{display:none;}
.home-service .service-item:before{position:absolute;top:0;left:0;content:'';width:100%;height:100%;display:block;background:rgba(0,0,0,0.5)}
.foottop{position:relative;}
.foottop:before{content:'';width:100%;height:100%;display:block;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index:1}
.foottop .l-wrap{position:relative;z-index:2;}
iframe {height: revert-layer;}
.home-about .about-info .title{text-transform:capitalize}
footer .foot-item .foot-link .item p{word-break:break-word}
.home-choose .choose-list li .icon img{object-fit:contain}
@media(min-width:769px){.contactlist li{width:32%}}
@media(max-width:768px){.contactlist li{width:100%}}
.prodetails-content .prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none}