.s-wrap {
	width: 1200px;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
}

.s-areaTitle {
	text-align: center;
	padding-top: 90px;
}

.s-area-title {
	font-size: 29px;
	color: #333333;
	line-height: 29px;
	font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
	font-weight: 600;
}

.s-area-titleEn {
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	padding-top: 25px;
}




/*更多人使用*/

.s_zx {
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 100;
	background: url('../image/more.jpg') no-repeat center;
	height: 130px;
	line-height: 130px;
}


/*更多企业*/

.cen {
	width: 1200px;
	margin: 50px auto 0;
}

.s_logo li {
	float: left;
	margin: 8px;
}


/*资讯部分*/

.n-con-left {
	display: inline-block;
	width: 46.5%;
	vertical-align: top;
}

.n-con-left-title,
.n-con-right-title {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	vertical-align: top;
}

.n-con-right-title {
	color: #666666;
}

.n-con-right {
	display: inline-block;
	width: 53%;
}

.n-con-right-titleWrap {
	text-align: right;
}

.n-con-left-infoIcon {
	width: 562px;
	height: 270px;
	margin-top: 30px;
	background-size: 100% 100%;
	position: relative;
}

.n-con-left-infoIcon img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.n-words {
	width: 512px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 20px;
	line-height: 26px;
	color: #333;
	font-weight: 600;
	position: absolute;
	bottom: -50px;
}

.n-con-right-itemList {
	margin: 30px 0 0 60px;
	height: 374px;
	overflow: hidden;
}

.n-con-right-item {
	width: 568px;
	border-bottom: 1px solid #F0F0F0;
	box-sizing: border-box;
	padding-left: 15px;
}

.n-con-right-item a {
	color: #333333;
}

.n-con-right-item a:hover {
	color: #2979FF!important;
}

.n-con-right-item:first-child .n-con-right-item-title {
	padding-top: 0;
}





.n-con-right-item-title {
	font-size: 18px;
	line-height: 19px;
	padding-top: 33px;
}

.n-con-right-item .n-con-right-item-time {
	font-size: 15px;
	line-height: 15px;
	color: #999999;
	padding: 21px 0 29px 0;
}


.box1 .left {
	width: 340px;
	border: 1px solid #E8E8E8;
	border-bottom: none;

}

.box1 .left .item {
	cursor: pointer;
	height: 60px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 16px;
}

.box1 .left .active {
	background: linear-gradient(90deg, #1067DB 0%, #1CA2F9 100%);
	color: #fff;
}

.box1 .right {
	height: 300px;
	padding-left: 50px;
	padding-top: 50px;
	border: 1px solid #E8E8E8;
	background: #F3F5FC;
	position: relative;
}

.box1 .right .bg {
	position: absolute;
	bottom: 0;
	right: 0;
}

.box1 .right .cont {
	position: relative;
	z-index: 9;
	width: 490px;
}

.box2 .tab-hd .item {
	cursor: pointer;
	margin-right: 100px;
}

.box2 .tab-hd .item:last-child {
	margin-right: 0;
}

.box2 .tab-hd .bg {
	width: 56px;
	height: 56px;
	border-bottom: 2px solid transparent;
	background: linear-gradient(180deg, #DEEAFE 0%, #DEEAFE 100%);
}

.box2 .tab-hd .active .bg {
	border-bottom: 2px solid #1B91FF;
}

.box2 .tab-hd .active div {
	color: #1B91FF;
}

.box2 .tab-hd .item:hover .bg {
	border-bottom: 2px solid #1B91FF;
}

.box2 .tab-hd .item:hover div {
	color: #1B91FF;
}

.box2 .tab-bd .item .left {
	width: 350px;
}


.box2 .tab-bd .item .left .btn {
	width: 128px;
	height: 40px;
	background: #2979FF;
	border-radius: 20px 20px 20px 20px;
	color: #fff;
}

.box2 .tab-bd .item .right img:last-child {
	margin-top: -300px;
	margin-left: 550px;
}

.box4 .item {
	width: 280px;
	height: 210px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

.box4 .item img {
	height: 100%;
	width: 100%;
	transition: all 0.4s;
}

.box4 .item p {
	position: absolute;
	z-index: 9;
	top: 45%;
	color: #fff;
	width: 100%;
}

.box4 .item img:hover {
	transform: scale(1.2);
}

.box5 .item {
	width: 20%;
	flex-shrink: 0;
	position: relative;
	height: 300px;
}

.box5 .item-hd {
	position: absolute;
	height: 50px;
	z-index: 999999999;
	width: 100%;
	top: 10px;
	left: 0;
	display: none;
	box-shadow:0px 0px 12px 1px rgba(0, 0, 0, 0.12);
	color: #777;
	border-radius: 5px;
	animation: fade-in 0.3s;
}
.box5 .item:hover .item-hd {
	display: flex;
}

.box6 .item {
	width: 260px;
	box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
	transition: transform 0.3s;
}

.box6 .item:hover {
	transform: translateY(-20px);
}

.box6 .item p {
	text-align: center;
	min-height: 110px;
}

.box7 .line {
	width: 20px;
	height: 5px;
	background: #2979FF;
}

.box7 .hd .item {
	width: 118px;
	height: 34px;
	border-radius: 17px 17px 17px 17px;
	margin-right: 30px;
	border: 1px solid #ddd;
	cursor: pointer;
	color: #666;

}

.box7 .hd .active {
	border: 1px solid #2979FF;
	background: #2979FF;
	color: #fff;
}

.box7 .more {
	width: 200px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 22px 22px 22px 22px;
	border: 1px solid #ddd;
}

.box7 .more:hover {
	border: 1px solid #333;
}