﻿@charset "utf-8";
:root{--color:#CA2323}
table tr:nth-child(odd){background-color:#eee}
table tr:nth-child(even){background-color:#fff}
table tr:first-child{background-color:#eee}
table td,table th{padding:5px}
.page-main{flex:inherit;width:calc(100% - 380px)}
@media (max-width:1280px){.page-main{width:calc(100% - 320px)}}
@media (max-width:1024px){.page-main{width:100%}}
@media (min-width:769px){.contact-list .contact-item{height:280px}}
.head-top .text{display:none;}
.home-activity {background:-webkit-linear-gradient(left,#000,#666)!important;background:-o-linear-gradient(right,#000,#666)!important;background:-moz-linear-gradient(right,#000,#666)!important;background:linear-gradient(to right,#000,#666)!important;}
.activity-wrap {padding:40px 0;width:100%}
.pro-list.list1 li .icon-message-fill:before{content:"\e600"}