@charset "UTF-8";

.pager .all-page .page-bd .current-list li,.pager .all-page .page-hd li {
	float: left;
}

.page-panel {
	*zoom: 1;
}

.page-panel:before,.page-panel:after {
	content: "";
	display: table;
}

.page-panel:after {
	clear: both;
}

.pager .total-page:after,.pager .all-page .page-tab:before,.pager .all-page .page-tab:after {
	content: "";
	height: 0;
	width: 0;
	overflow: hidden;
}
/*base*/*,:before,:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p,blockquot,filedset,input,nav,aside,header,article,section,figure,figcaption,video,audio {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,em,i {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

ul,ol,li {
	list-style: none;
}

fieldset,img {
	max-width: 100%;
	height: auto;
	border: 0 none;
	vertical-align: middle;
}

table {
	border-collapse: separate;
	margin: 20px 0 30px 0;
}

input,select,textarea,button {
	font: 12px/20px  Arial;
	outline: none;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
	outline: 0px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-text-fill-color: #333!important;
}

:focus {
	outline: none;
}

a {
	color: #333333;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

a:link,a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	line-height: 0;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	font: 14px/20px  "Microsoft YaHei",Arial;
	color: #333333;
	line-height: 1;
}

.w {
	max-width: 1400px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	border: 0;
	object-fit: cover;
	vertical-align: middle;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.add-new-cent {
	padding-top: 25px;
	position: relative;
}

.add-new-cent:before {
	content: '';
	display: block;
	width: 448px;
	height: 638px;
	background: url(/statics/images/picture/estnews-center-bg.png) no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.add-new-cent:after {
	content: '';
	display: block;
	width: 646px;
	height: 470px;
	background: url(/statics/images/picture/estnews-center-img.jpg) no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.add-new-cent .location {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}

.add-new-cent .location a:hover,.add-new-cent .location span {
	color: #e30c03;
}

.add-news-tit {
	padding: 40px 0 65px;
	width: 67.143%;
}

.add-nclass-type {
	font-size: 36px;
	color: #151d3d;
	font-weight: 900;
}

.add-nclass-type span {
	font-size: 18px;
	color: #666;
	font-weight: 400;
	margin-left: 30px;
}

.add-nclass-type p {
	font-size: 18px;
	color: #666;
	margin-left: 30px;
	display: inline-block;
	font-weight: 400;
}

.add-nclass-type .view-more {
	font-size: 16px;
	float: right;
	font-weight: 400;
	margin-top: 17px;
	color: #999;
}

.add-nclass-type .view-more:hover {
	color: #e30c03;
}

@media screen and (max-width:1600px) {
	.add-nclass-type {
		font-size: 32px;
	}
}

.add-news-tit h3 {
	display: inline-block;
	width: 208px;
}

.add-news-tit p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	position: relative;
	width: 72.8%;
	padding-left: 10px;
	margin-top: 8px;
	float: right;
}

.add-news-tit p:before {
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	background-color: #ff0000;
	position: absolute;
	top: 5px;
	left: 0;
}

.news-cent-con {
	border-radius: 0 20px 0 0;
	-o-border-radius: 0 20px 0 0;
	-ms-border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	-webkit-border-radius: 0 20px 0 0;
	box-shadow: 0px 7px 24px rgba(50,66,112,.22);
	-o-box-shadow: 0px 7px 24px rgba(50,66,112,.22);
	-ms-box-shadow: 0px 7px 24px rgba(50,66,112,.22);
	-moz-box-shadow: 0px 7px 24px rgba(50,66,112,.22);
	-webkit-box-shadow: 0px 7px 24px rgba(50,66,112,.22);
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.news-cent-con .pic {
	width: 59.28%;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 32.8%;
}

.news-cent-con .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-cent-con .pic:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news-cent-con .text {
	width: 40.72%;
	float: right;
	padding: 55px 31px 30px 42px;
	background-color: #FFF;
}

.news-cent-con .text .tit {
	font-size: 30px;
	color: #333;
	font-weight: 900;
	margin-bottom: 25px;
	display: block;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 78px;
}

.news-cent-con .text .tit:hover {
	color: #e30c03;
}

.news-cent-con .text p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}

.news-cent-con .text .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 128px;
}

.text .tips {
	margin-top: 28px;
}

.text .tips p {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	margin-right: 28px;
}

.text .tips span {
	width: 16px;
	height: 16px;
	background: #fc752e;
	background: -webkit-linear-gradient(left top,#fc211e,#ee6e19);
	background: -o-linear-gradient(bottom left,#fc211e,#ee6e19);
	background: -moz-linear-gradient(bottom left,#fc211e,#ee6e19);
	background: linear-gradient(to bottom left,#fc211e,#ee6e19);
	display: inline-block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	margin-right: 10px;
	border-radius: 2px;
}

.tips strong {
	font-weight: 400;
	color: #666666;
	line-height: 32px;
}

.bg-jb {
	Background-color: #ee6e19;
	background: -o-linear-gradient(top,#ee6e19 0%,#fc231e 100%);
	background: -ms-linear-gradient(top,#ee6e19 0%,#fc231e 100%);
	background: linear-gradient(top,#ee6e19 0%,#fc231e 100%);
	background: -moz-linear-gradient(top,#ee6e19 0%,#fc231e 100%);
	background: -webkit-linear-gradient(top,#ee6e19 0%,#fc231e 100%);
}

.add-time {
	float: right;
	margin-right: 0;
	padding-left: 20px;
	background: url(/statics/images/picture/news-time.png) no-repeat left center;
}

.news-cent-con .text .add-time {
	margin-right: 0;
}

.news-cent-con .read-more {
	display: inline-block;
	padding: 11px 55px;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	float: right;
	margin-top: 30px;
	margin-right: 0;
}

.news-cent-con .read-more:hover {
	margin-right: 10px;
}

.add-new-cent ul {
	margin-left: -3.1%;
	margin-top: 38px;
}

.add-new-cent li {
	width: 21.9%;
	float: left;
	margin-left: 3.1%;
	padding: 35px 25px 15px 25px;
	background-color: #fff;
	border: 1px solid transparent;
}

.add-new-cent li:hover {
	border: 1px solid #e30c03;
}

.add-new-cent li .tit {
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 68px;
}

.add-new-cent li p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 96px;
}

.add-new-cent li .tips {
	margin-bottom: 22px;
	height: auto;
}

.grey {
	box-shadow: 0px 7px 24px rgba(50,66,112,.22);
	-o-box-shadow: 0px 7px 24px rgba(50,66,112,.22);
	-ms-box-shadow: 0px 7px 24px rgba(50,66,112,.22);
	-moz-box-shadow: 0px 7px 24px rgba(50,66,112,.22);
	-webkit-box-shadow: 0px 7px 24px rgba(50,66,112,.22);
}

.grey .tit {
	font-size: 22px;
	color: #333;
	line-height: 34px;
	margin-bottom: 25px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.grey .tit:hover {
	color: #e30c03;
}

.grey .more {
	display: block;
	width: 14px;
	height: 12px;
	background: url(/statics/images/picture/news-more.png) no-repeat center;
	text-indent: 999em;
	overflow: hidden;
	float: right;
}

.grey .more:hover {
	background: url(/statics/images/picture/news-icon-more-h.png) no-repeat center;
}

@media screen and (max-width:1800px) {
	.add-new-cent:after {
		width: 400px;
		height: 292px;
	}

	.news-cent-con .text .tit {
		font-size: 28px;
		height: 72px;
	}

	.news-cent-con .text {
		padding: 38px 31px 30px 42px;
	}
}

@media screen and (max-width:1440px) {
	.news-cent-con .text .tit {
		font-size: 26px;
	}

	.grey .tit {
		font-size: 20px;
	}

	.news-cent-con .text {
		padding: 31px 31px 30px 42px;
	}
}

@media screen and (max-width:1366px) {
	.news-cent-con .text .tit {
		font-size: 24px;
	}

	.news-cent-con .text .tips {
		margin-top: 18px;
	}

	.news-cent-con .read-more {
		margin-top: 20px;
	}

	.news-cent-con .text {
		padding: 25px 30px 25px 42px;
	}

	.news-cent-con {
		overflow: initial;
	}
}

.add-news-industry {
	background: url(/statics/images/picture/estnews-industry-bg.jpg) no-repeat center top;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding: 276px 0 80px;
	margin-top: -175px;
}

.add-news-industry ul {
	width: 43.71%;
	float: left;
}

.add-news-industry li,.add-news-knowledge li {
	margin-top: 30px;
	padding: 20px 30px;
	background-color: #fff;
}

.add-news-industry li .tit,.add-news-knowledge li .tit {
	margin-bottom: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-industry-b .text .add-time,.add-news-industry li .add-time,.add-news-knowledge li .add-time {
	float: none;
}

.news-industry-b {
	width: 53.57%;
	float: right;
	padding-top: 30px;
}

.news-industry-b .pic {
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 54.6%;
}

.news-industry-b .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-industry-b .pic:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news-industry-b .text {
	padding: 27px 45px;
	background-color: #fff;
}

.news-industry-b .text .tit {
	color: #333;
	font-weight: 900;
	margin-bottom: 8px;
}

.news-industry-b .text .tit:hover {
	color: #e30c03;
}

.news-industry-b .text .desc {
	line-height: 2;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 64px;
}

.add-news-knowledge {
	padding: 100px 0 80px;
}

.add-news-knowledge .add-nclass-type {
	margin-bottom: 10px;
}

.add-news-knowledge ul {
	width: 43.71%;
	float: right;
}

.add-news-knowledge ul:first-child {
	float: left;
}

.add-news-knowledge {
	background: url(/statics/images/picture/estknowledge-line.png) no-repeat center 180px;
}

.add-news-hot {
	background: #f7f7f7;
	margin-top: 0;
	padding: 64px 0 90px;
}

.add-news-hot .news-industry-b {
	float: left;
}

.add-news-hot ul {
	float: right;
}

.add-news-hot .add-nclass-type {
	margin-bottom: 10px;
}

@media screen and (max-width:1440px) {
	.add-news-industry li,.add-news-knowledge li {
		padding: 19px 30px
	}
}

@media screen and (max-width:1366px) {
	.add-news-industry li,.add-news-knowledge li {
		padding: 16px 30px 17px;
	}
}

@media screen and (max-width:1280px) {
	.add-news-industry li,.add-news-knowledge li {
		padding: 14px 30px 15px;
	}
}

.add-news-comp {
	padding: 60px 0 56px;
	background: url(/statics/images/picture/est-news-comp-bg.png) no-repeat left bottom;
}

.w:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.add-news-comp .add-nclass-type {
	text-align: center;
	margin-bottom: 25px;
}

.add-news-comp ul {
	margin-left: -5%;
}

.add-news-comp li {
	width: 45%;
	margin-left: 5%;
	float: left;
	background: url(/statics/images/picture/est-comp-li-bg.png) no-repeat left center;
	padding: 27px 0 27px 40px;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.add-news-comp li span {
	float: right;
	font-size: 16px;
	color: #666;
	padding-left: 20px;
	background: url(/statics/images/picture/news-time.png) no-repeat left center;
}

.add-news-comp li a {
	font-size: 18px;
	color: #333;
	padding-right: 20px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.add-news-comp li:hover {
	padding-left: 50px;
}

.add-news-comp li:hover a {
	color: #e30c03;
}

.add-new-cent .w,.add-news-industry .w,.add-news-knowledge .w,.add-news-industry .w,.add-news-comp .w {
	width: 94%;
	max-width: 1400px;
}