.contactHeader{
	width: 100%;
	height: 220px;
	min-width: 1100px;
	position: relative;
	background-size: 100% auto;
	background-position: center;
}
.contactHeader>.mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(21,21,21,.75);
}
.contactHeader>.pic{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	display: none;
}
.contactHeader>.pic.rotate1{
	display: block;
}
.contactHeader>.pic>img{
	width: 100%;
}
.contactMinTitle{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #f47425;
}
.contactMinTitle:after{
	content: '';
	width: 50px;
	margin-left: -25px;
	margin-top: 5px;
	position: absolute;
	left: 50%;
	top: 100%;
	border-bottom: 2px solid #f47425;
}
.contactTitle{
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px;
}
.contactSummary{
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.contactSummary>.container{
	width: 700px;
	color: #ddd;
	font-weight: normal;
	line-height: 2em;
}
.contactWay1{
	position: absolute;
	margin-left: -350px;
	bottom: -100px;
	left: 50%;
}
.contactWay{
	width: 700px;
	height: 160px;
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	padding:20px;
}
.contactWay1Mask{
	height: 120px;
}
.contactWay>.content{
	height: 130px;
	border-right: 1px dashed #ddd;
	width: 50%;
	float: left;
	padding: 0 20px;
}
.contactWay>.content:last-child{
	border: none;
}
.contactWay>.content>.title{
	color:#999;
	position: relative;
	display: inline-block;
	font-size: 14px;
}
.contactWay>.content>div.content{
	padding-left: 20px;
	padding-top: 20px;
	font-size: 14px;
	color: #555;
}
.focusPic{
	background: #4450dc;
	height: 144px;
	overflow: hidden;
}
.focusPic img{
	width: 100%;
}
.newsList{
	margin-top: 20px;
	width: 800px;
	float: left;
}
.newsList>li{
	background: #fff;
	padding: 20px;
	padding-left: 190px;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.newsList>li.more{
	padding: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	color: #555;
	transition: all .2s;
}
.newsList>li.loading{
	background: #eee;
	color: #aaa;
}
.newsList>li.more:hover{
	background:#f47425;
	color: #fff;
}
.newsList>li.loading:hover{
	background:#eee !important;
	color: #aaa !important;
	box-shadow: none;
}
.newsList>li:last-child{
	margin-bottom: 0;
}
.newsList>li:hover{
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.newsList>li>div.pic{
	width: 150px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 20px;
}
.newsList>li>div.pic img{
	transition:all .5s ease-in-out;
}
.newsList>li>div.pic img{
	opacity: .9;
}
.newsList>li>div.pic:hover img{
	opacity: 1;
	transform:scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
	-moz-transform:scale(1.1); /* Firefox */
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-o-transform:scale(1.1); /* Opera */
}
.newsList>li>div.pic>a{
	display: block;
	width: 100%;
	height: 100%;
}
.newsList>li>div.title>a{
	font-family: 'PingFangSC-Semibold';
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
}
.newsList>li>div.content{
	height: 72px;
	font-size: 12px;
	line-height: 2em;
	color: #555;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.newsList>li>div.keywords{
	border-top: 1px solid #eee;
	margin-top: 5px;
	padding-top: 5px;
	height: 24px;
}
.newsList>li>div.keywords>a{
	font-size: 12px;
	color: #999;
	float: left;
	margin-right: 10px;
}
.newsTuijian{
	margin-top: 20px;
	width: 280px;
	background: #fff;
	float: right;
	padding: 15px;
}
.newsTuijian>.title{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #e4e7ed;
	padding-bottom: 10px;
	position: relative;
}
.newsTuijian>.title:before{
	font-family: 'iconfont';
	content: '\e753';
	margin-right: 5px;
	font-size: 18px;
	color: #555;
}
.newsTuijian>.title:after{
	width: 57px;
	border-bottom: 2px solid #f47425;
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
}
.newsBottom{
	height: 20px;
	clear: both;
}
.newsTuijian a{
	display: block;
	font-size: 14px;
	color: #555;
}

.newsTuijian a:after{
	display: none;
}
.newsTuijian li{
	padding: 15px 0;
	position: relative;
	padding-left: 20px;
	border-bottom: 1px dashed #eee;
}
.newsTuijian li:before{
	font-family: 'iconfont';
	content: '\e894';
	position: absolute;
	left: 0;
	top: 18px;
	font-size: 10px;
	color: #f47425;
}
.nList{
}
.nItem:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.nItem{
	position: relative;
}
.nItem h4{
	color: #6c757d;
}
.nItem:hover h4{
	/*display: none;*/
	color: var(--primary) !important;
}
.hotTitle>i{
	font-size:20px;
}
.hotItem{
	position: relative;
	border-bottom:1px dashed #dee2e6;
}
.hotItem:last-child{
	border-bottom:none;
}
.hotItem>a{
	width: 100%;
	display: block;
}
.hotItem>a:hover{
	color:var(--primary) !important;
}
.mainRow{
	margin-left: -10px;
	margin-right: -10px;
}
.mainRow>div:nth-child(1),
.mainRow>div:nth-child(2){
	padding: 0 10px;
}
@media (max-width: 768px) {
	.picItem{
		height: 40vw !important;
	}
}