﻿/*首页-公司简介*/
.project{
	margin-top: 12px;
	text-align:center;
}
.project h3{
	letter-spacing: 1px;
	/*font-family: 'MONTSERRAT-REGULAR';*/
	font-family: 'MONTSERRAT-REGULAR', 'Arial';
	font-size:34px;
	font-weight:800;
	color:#2f2f2f;
	margin-bottom:20px;
}

.project p{
	font-family: 'Roboto', 'sans-serif';
	font-size:13px;
	font-weight:300;
	margin-top: 16px;
	line-height: 23px;
	color:#666666;
}
.borderLine {
    border: 1px solid #1E70B5;
    border-width: 2px 0;
}

/******about.asp的css*********/
.container-main {
	display: flex;
	justify-content: space-between;
	padding: 0 15%;
}

.container-leihuo {
	justify-content: unset;
}

.container-main ul li {
	font-family: 'Microsoft YaHei';
  color: #515151;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 300;
}

.container-main .title {
	font-family: 'Microsoft YaHei';
  color: #515151;
  font-size: 24px;
}

.container-main a {
	font-family: 'Microsoft YaHei';
  color: #515151;
}



