@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot?#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10vh);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(10vh);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(10vh);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(10vh);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(10vh);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated {
    -webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	    -ms-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	    -ms-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	    -ms-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.list-page{
	background-color: #f9f9f9;
}
.list-page .sec1{
	padding: 7.6% 0 4.6%;
}
.list-page .sec1 .inner{
	width: 1350px;
	text-align: center;
}
.list-page .sec1 h1{
	font-size: 4em;
	color: #374450;
	font-weight: bold;
	margin-bottom: 6.37%;
}
.list-page .sec1 .tab-control{
	margin-bottom: 11.5%;
	font-size: 1.125em;
	color: #374450;
}
.list-page .sec1 .tab-control a{
	display: inline-block;
	vertical-align: top;
	font-size: inherit;
	color: inherit;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	-webkit-transition: font-weight 0.3s,border-color 0.3s;
	transition: font-weight 0.3s,border-color 0.3s;
	position: relative;
	margin: 0 1.5em;
}
.list-page .sec1 .tab-control a.active{
	font-weight: bold;
	border-color: #374450;
}
.list-page .sec1 .tab-control a::after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #374450;
	position: absolute;
	left: 0;
	bottom: -1px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.list-page .sec1 .tab-control a.active::after{
	opacity: 1;
}
.list-page .sec1 .tab-content .content{
	display: none;
	text-align: justify;
}
.list-page .sec1 .tab-content .content.active{
	display: block;
}
.list-page .sec1 ul{
	margin-bottom: 3.6%;
}
.list-page .sec1 li{
	width: 29.78%;
	background-color: #fff;
	margin-right: 5.33%;
	margin-bottom: 5.2%;
	float: left;
}
.list-page .sec1 li:nth-child(3n){
	margin-right: 0;
}
.list-page .sec1 .text-box{
	position: relative;
	padding: 10.95% 11.44% 12.19%;
	color: #374450;
}
.list-page .sec1 .tip{
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ff7a57;
	color: #fff;
	font-weight: 500;
	width: 8.125em;
	height: 2.5em;
	line-height: 2.5;
	text-align: center;
}
.list-page .sec1 .tip span{
	font-size: 0.875em;
}
.list-page .sec1 .text{
	border-bottom: 1px solid rgba(51,51,51,0.1);
	margin-bottom: 11.6%;
	padding-bottom: 7.74%;
	position: relative;
}
.list-page .sec1 .text::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 1px;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
	background-color: #ff7a57;
}
.list-page .sec1 h5{
	font-size: 1.25em;
	color: inherit;
	font-weight: 500;
	line-height: 1.5;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.list-page .sec1 .company h5{
	height: 3.1em;
	margin-bottom: 7.74%;
}
.list-page .sec1 .knowledge h5{
	height: 1.6em;
	margin-bottom: 9.68%;
}
.list-page .sec1 p{
	font-size: 1em;
	color: inherit;
	line-height: 1.5;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.list-page .sec1 .company p{
	height: 3.1em;
}
.list-page .sec1 .knowledge p{
	height: 4.6em;
}
.list-page .sec1 .more{
	font-size: 0.875em;
	color: inherit;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.list-page .sec1 .more::after{
	font-family: 'fontello';
	content: "\e908";
	-webkit-transition: transform 0.3s,opacity 0.3s;
	transition: transform 0.3s,opacity 0.3s;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
@media only screen and (min-width:1024px){
	.list-page .sec1 .tab-control a:hover{
		font-weight: bold;
	}
	.list-page .sec1 .swiper-slide:hover .text-box{
		color: #ff7a57;
	}
	.list-page .sec1 .swiper-slide:hover .text::after{
		width: 100%;
	}
	.list-page .sec1 .swiper-slide:hover .more::after{
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


@media only screen and (max-width:1024px){
	.list-page .sec1{
		font-size: 0.75em;
		padding: 15% 0;
	}
	.list-page .sec1 h1{
		font-size: 2.3em;
		margin-bottom: 10%;
	}
	.list-page .sec1 ul{
		margin-bottom: 5%;
	}
	.list-page .sec1 li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10%;
	}
	.list-page .sec1 li:nth-child(3n){
		margin-right: 4%;
	}
	.list-page .sec1 li:nth-child(even){
		margin-right: 0;
	}
}


/*新闻详情*/
.detail-page .sec1{
	padding: 7% 0 5.73%;
}
.detail-page .sec1 .inner{
	width: 1000px;
}
.detail-page .sec1 .title{
	text-align: center;
}
.detail-page .sec1 .title h1{
	font-size: 2.25em;
	color: #000;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 2.6%;
}
.detail-page .sec1 .title p{
	font-size: 1em;
	color: #999;
}
.detail-page .sec1 .content{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 3.2% 0 3.8%;
	padding: 2.6% 0 5%;
	font-size: 1em;
	color: #000;
	line-height: 2;
}
.detail-page .sec1 .content img{
	max-width: 100% !important;
	height: auto !important;
}
.detail-page .sec1 .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.detail-page .sec1 .relative a{
	max-width: 48%;
	display: block;
	font-size: 1em;
	color: #999;
	height: 1.2em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail-page .sec1 .relative a.prev{
	float: left;
}
.detail-page .sec1 .relative a.next{
	float: right;
}
@media only screen and (min-width:1024px){
	.detail-page .sec1 .relative a:hover{
		color: #000;
	}
}


@media only screen and (max-width:1024px){
	.detail-page .sec1{
		font-size: 0.75em;
		padding: 15% 0;
	}
	.detail-page .sec1 .title h1{
		font-size: 1.5em;
		margin-bottom: 5%;
	}
	.detail-page .sec1 .content{
		margin: 5% 0;
		padding: 5% 0 10%;
	}
}