﻿@charset "utf-8"; 
.table-wrap tr:nth-child(even) {  background: #fff; }  
.table-wrap tr:nth-child(odd) {  background: #eee;  } 

.home-about .l-wrap>div{width: 100%;}
.home-about .about-contant{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;width: 100%;}
.home-about .aboutinfo,.home-about .aboutimg{width: 50%;}
.home-about .aboutinfo{padding-left: 10%;}
.home-about .icon{width: 50px;height: 50px;background: var(--color);border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.home-about .about-li{width: 100%;display: flex;align-items: center;margin-bottom: 2em;}
.home-about .about-li .icon img{transition: transform .3s linear;}
.home-about .about-li:hover .icon img{transform: rotateY(180deg);}
.home-about .aboutinfo .about-li-p{flex: 1;margin-bottom: 0;font-size: var(--fontsize22);margin-left: 15px;color: #000;}
@media (max-width:1280px) {.home-about .aboutinfo{padding-left: 6%;}}
@media (max-width:990px) {.home-about .aboutinfo .about-li-p{font-size: var(--fontsize20);line-height: 1.2;}}
@media (max-width:768px) {.home-about .aboutinfo,.home-about .aboutimg{width: 100%;}
.home-about .aboutinfo{padding: 0;}
.home-about .about-li{margin-bottom: 0;margin-top: 1em;}}
/*.pagesbanner::after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(21, 21, 21, .6);}*/
