﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #f5f5f5;}
table tr:nth-child(even){background-color: #fff;}
.home-banner .swiper-slide>a::after{display:none;}
.home-service .service-item:before{content:'';width:100%;height:100%;background:rgba(0,0,0,0.5);display:block;position:absolute;top:0;left:0;}
@media (min-width:1025px){.foottop{background-attachment: fixed;}}
.foottop{position:relative;}
.foottop:before{content:'';width:100%;height:100%;background:rgba(0,0,0,0.5);display:block;position:absolute;top:0;left:0;z-index:1;}
.foottop>.l-wrap{z-index:2;position:relative;}
.home-choose .choose-list li .text{height: 180px;}
@media (max-width:1420px) {
    .home-choose .choose-list li .text{height: 200px;}
}
@media (max-width:1150px) {
    .home-choose .choose-list li .text{height: 200px;}
}
@media (max-width:1024px) {
    .home-choose .choose-list li{width: 48%;margin-bottom: 2%;}
    .home-choose .choose-list li .text{height: auto;}
}
.prodetails-content .prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none}