@charset "utf-8";

*{
	box-sizing: border-box;
}

.giant{
	margin-bottom: 20px;
	padding: 0;
	background-image: url(../images/giant_technology.jpg);
	background-size: center 100%;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}

.giant h1{
	margin: 1.8rem 0 0.5rem;
	font-size: 0.46rem;
	line-height: 100%;
}

.giant h3{
	font-size: 0.3rem;
}

.main-title{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 25px;
	color: #333333;
	text-align: center;
}

.main-title i{
	position: absolute;
	margin-left: -32px;
	width: 64px;
	height: 4px;
	background: #00ccc2;
	left: 50%;
	bottom: 0;
}

.function{
	margin: 0 auto;
	width: 100%;
	height: 360px;
}

.function .image{
	height: 150px;
}

.function h3{
	font-size: 18px;
	line-height: 58px;
	text-align: center;
	color: #333333;
}

.function p{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article{
	margin-bottom: 90px;
}

.article p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.modal-box img{
	margin-bottom: 40px;
	width: 100%;
}

.recommend a{
	display: block;
	border-bottom: 1px solid #97f6f1;
	overflow: hidden;
}

.recommend a .date{
	margin-top: 10px;
	font-size: 14px;
	color: #00ccc1;
	line-height: 36px;
}

.recommend a .text{
	margin-bottom: 19px;
	font-size: 14px;
	color: #333333;
	line-height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.recommend a:hover .text{
	color: #00ccc1;
}

.recommend a .more{
	font-size: 12px;
	color: #999999;
	line-height: 28px;
	background-image: url(../images/more_arrow.png);
	background-position: 44px center;
	background-size: auto 14px;
	background-repeat: no-repeat;
	transition: 0.3s;
}

.recommend a:hover .more{
	background-image: url(../images/more_arrow_hover.png);
	background-position: 54px center;
	color: #00ccc1;
}

.see-more{
	line-height: 64px;
	text-align: right;
}

.see-more a{
	font-size: 14px;
	color: #333333;
}

.see-more a span{
	margin-left: 5px;
	color: #00ccc1;
}

.case{
	margin: 0 auto 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d4d4d4;
}

.case .image{
	height: 244px;
}

.case .fl{
	font-size: 16px;
	line-height: 66px;
	color: #333333;
}

.case .fr{
	margin-top: 21px;
	padding: 0 14px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	background: #03ddc5;
	border-radius: 10px;
}

.case .date{
	font-size: 14px;
	line-height: 100%;
	color: #999999;
}

.footer p{
	margin: 0;
	padding: 0;
}
