﻿@charset "utf-8"; 
:root{--color:#2fa8e1}
.newslist li .newslist-img .date{background:var(--color)}
@media (min-width:1025px){.head-info .head-logo a img{max-height:inherit}}
@media (max-width:1024px){.head-info .head-logo a img{max-height:80px}}
.home-footlogo{display:none;}
.home-banner .swiper-slide-active img {animation:bannerimg2 6s forwards}
@keyframes bannerimg2 {0% {transform:scale(1)}
60% {transform:scale(1.05)}
100% {transform:scale(1)}}
footer {background:#292929;color:#fff;}
footer .foot-title,footer a {color:#fff;}
footer .copyright {background:#292929;}
.contact-box .contact-main .home-line{margin-bottom:20px}
.home-service .homeservice-list .homeservice-item{justify-content:flex-start}
.home-about .about-info .about-line{background:#2fa8e1}
.prodetails-content .prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none}