@charset "utf-8";

/*通用区域*/
.main{ width:100%; height:auto; overflow:hidden; background:#f5f5f5;}
.col-title{ font-size: 20px; text-align: center; position: relative;}
.col-title em{ color: #2744a0; display: block; }
.col-title span{ color: #b9bfd3; display: block; font-size: 16px;}
.col-title:after{ display: inline-block; content: ""; width: 30%; height: 1px; background: #dddddd; position: absolute; left: 2%; top: 52%; }
.col-title:before{ display: inline-block; content: ""; width: 30%; height: 1px; background: #dddddd; position: absolute; right: 2%; top: 52%; }
.seemore{ width: 100%; text-align:center; font-size: 14px; margin-top: 4%; }
.seemore a{ display: inline-block; width: 98%; height: 30px; line-height: 30px; border:1px solid #e6e6e6; background: #fff; border-radius: 5px; }

/*关于GA黄金甲*/
.about{ width:100%; height:auto; padding:4% 2%; background: #FFF; overflow:hidden;}
.about-con{ font-size: 1.4rem; line-height: 2.6rem; text-align: justify; }
/*新闻中心start*/
.news{ width:100%; height:auto; padding:4% 2%; position:relative; overflow:hidden;}
.news-list li { position:relative; width: 100%; padding:3% 0; border-bottom: 1px dashed #DDD;}
.news-list .list-item{ display:block;  position: relative; text-decoration: none; overflow: hidden;}
.list-item .cover img{ width:94px; height:60px; float:left; margin-right:5px;}
.list-item .cont .title { 
	font-weight: 400;font-size:16px;color: #333;
	overflow: hidden;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.list-item .cont .time{font-size: 12px;color:#999; margin-top:3px;}
/*tab选项卡end*/

/*产品中心*/
.project{ width: 100%; padding:4% 1%; height: auto; background: #FFF; overflow: hidden;}
.pro-list{ margin-top:4%; overflow: hidden; }
.pro-list li{ float: left; width: 50%; padding:1%;}
.pro-list li img{ width: 100%; vertical-align: top;}
.pro-list li h5{ text-align: center; background: #F5F5F5; font-size: 14px; height: 30px; line-height: 30px; padding:2%; }<!--耗时1757843098.1473秒-->