@charset "utf-8";
/* CSS Document */
/*-------关于我们------*/
main section.about {
	font-size: 14px;
	color: #0046a5;
	line-height: 24px;
	padding: 10px 12px 12px;
}
main section.about h2 {
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
main section.about a.more {
	font-size: 14px;
	color: #ffb400;
}
main section.about a.more:hover {
	color: #0055a5;
}
main .title {
	height: 40px;
	line-height: 40px;
	background: #efefef;
}
main .title h2 a {
	font-size: 18px;
	margin-left: 15px;
}
main .title span {
	float: right;
	display: inline;
	font-size: 28px;
	padding-right: 10px;
	color: #3f1d1d;
}
main .title span a {
	color: #ffb400;
}
main .title span a:hover {
	color: #0055a5;
}
/*产品展示*/
main ul.item-list {
	height: auto !important;
	overflow: hidden;
	padding-top: 15px;
}
main ul.item-list li {
	margin: 0 1.3% 15px;
	width: 45.2%;
	height: 100%;
	float: left;
	border: 3px solid #0055a5;
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	background: #0055a5;
}
main ul.item-list li h3 {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 1.4em;
	color: #fff;
	padding-left: 15px;
}
main ul.item-list li h3 a {
	color: #fff;
}
main ul.item-list li>a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
}
main ul.item-list li>a>img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
main ul.item-list li>a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
main ul.item-list li h3 span {
	float: right;
	display: inline;
	padding-right: 8px;
	padding-top: 2px;
}
/*----新闻页-----*/
main ul.news_list {
	clear: both;
	height: auto !important;
	overflow: hidden;
	padding: 8px 10px 8px 10px;
}
main ul.news_list li {
	font-size: 1.4em;
	line-height: 28px;
	padding-left: 20px;
	background: url(../images/news-dot.jpg) no-repeat 4px 9px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	position: relative;
}
main ul.news_list span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: #fff;
	text-align: right;
	width: 92px;
}
/*-----视频中心-------*/
.case-video {
	padding-top: 15px;
	width: 96%;
	margin: 0 2%;
}
.case-video .in2 {
	margin: 0 auto 12px;
	/*background-color: rgba(51, 51, 51, 0.6);*/
}
.case-video .in2 video {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/*---------------------*/
.linkshare {
	clear: both;
	width: 96%;
	margin: 0 2%;
	height: auto !important;
	overflow: hidden;
}
.linkshare span {
	float: right;
	display: inline;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	padding-right: 8px;
}
.linkshare>a {
	float: right;
	display: inline;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
}
/*------更多视频------*/
main .morevideo {
	width: 96%;
	margin: 0 2%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 1.4em;
}
main .morevideo a {
	color: #ffb400;
}
main .morevideo a:hover {
	color: #0055a5;
}
/*------质量控制-----*/
main section.qua {
	font-size: 14px;
	color: #0046a5;
	line-height: 24px;
	padding: 10px 12px 10px;
}
main section.qua h2 {
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
main section.qua a.more {
	font-size: 14px;
	color: #ffb400;
}
main section.qua a.more:hover {
	color: #0055a5;
}
main section.qua img {
	vertical-align: middle;
}
main section.qua p {
	margin-bottom: 8px;
}
/*-----关于翼凯---*/

main .aboutecho {
	padding: 0px 12px 12px;
}
main .aboutecho h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: normal;
}
.aboutecho ul {
	height: auto !important;
	overflow: hidden;
	background: #0054a6;
	padding: 12px 0;
}
.aboutecho ul li {
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	padding-left: 20px;
	color: #fff;
}
.aboutecho ul li a {
	color: #fff;
}
.aboutecho ul li a:hover {
	color: #ffb400;
	text-decoration: none;
}
main .aboutecho h2.y {
	color:#ffb400;
}
.aboutecho ul.bbg {
	margin-bottom: 10px;
}
.aboutecho ul.ybg {
	background: #ffb400;
}
.aboutecho ul.ybg li a:hover {
	color: #0046a5;
	text-decoration: none;
}