@media screen and (min-width:1200px) {
	@keyframes count {
	from {
	/* 设定初始数值 */
	color: #000;
	font-size: 24px;
	}
	to {
	/* 设定最终数值 */
	color: #f00;
	font-size: 36px;
	}
	}
.module {
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
}
.module-left {
	width: 50%;
	background-image: url(../img/人才-背景.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.module-right {
	width: 36.5%;
}
.title-link {
	background-color: #235EBC;
	width: 13%;
	height: 0.2rem;
}
.text {
	margin-top: 30px;
	line-height: 2.5;
	font-size: 1.7rem;
	color: #888484;
}
.framework {
	width: 75%;
	margin: 40px auto 0px;
}
.TagImage {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 30px;
}
.img-block {
	width: 20%;
}
.img-block:hover{
	color: #235EBC;

}
.img-block:hover .imgblock-text{
	color: #235EBC;
}
.img-block:hover .imgblock-img{
	transform: scale(1.1);
}
.imgblock-img{
	transition: all 0.3s ease-in-out;
}
.resources {
	width: 100%;
	background-color: #F8F8F8;
	height: 12rem;
	box-shadow: 2px 2px 1px #e7e7e7bf;
	border: 1px #e0e0e0 solid;
	margin-top: 40px;
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap;
}
.resources-block {
	width: 12.5%;
	height: 100%;
	border-right: 1px #e7e6e6 solid;
	cursor: pointer;
}
.resources-block:nth-child(6) {
	width: 12.5%;
	height: 100%;
	border-right: 1px #e7e6e6 solid;
}
}

@media screen and (min-width:960px) and (max-width:1200px) {
.module {
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
}
.module-left {
	width: 50%;
	background-image: url(../img/人才-背景.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.module-right {
	width: 36.5%;
}
.title-link {
	background-color: #235EBC;
	width: 13%;
	height: 0.2rem;
}
.text {
	margin-top: 30px;
	line-height: 2.5;
	font-size: 0.9rem;
	color: #888484;
}
.framework {
	width: 75%;
	margin: 40px auto 0px;
}
.TagImage {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 30px;
}
.img-block {
	width: 20%;
}
.resources {
	width: 100%;
	background-color: #F8F8F8;
	height: 8rem;
	box-shadow: 2px 2px 1px #e7e7e7bf;
	border: 1px #e0e0e0 solid;
	margin-top: 40px;
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap;
}
.resources-block {
	width: 12.5%;
	height: 100%;
	border-right: 1px #e7e6e6 solid;
	cursor: pointer;
}
.resources-block:nth-child(6) {
	width: 12.5%;
	height: 100%;
	border-right: 1px #e7e6e600 solid;
}
}

@media screen and (max-width:960px) {
.module {
    width: 90%;
    margin: auto;
    /* margin-top: 30px; */
    display: flex;
    flex-wrap: nowrap;
}
.module-left {
    width: 0;
    background-image: url(../img/人才-背景.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.module-right {
    width: 100%;
}
.topic{
    text-align: center;
    font-size: 1.4rem;
}
.title-link {
    background-color: #235EBC;
    width: 13%;
    height: 0.2rem;
    margin: auto;
}
.text {
    margin-top: 30px;
    line-height: 2.5;
    font-size: 1rem;
    color: #888484;
}
.framework {
    width: 90%;
    margin: 40px auto 0px;
}
.TagImage {
    width: 100%;
    /* display: flex; */
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 30px;
}
.img-block {
    width: 100%;
	margin-bottom: 20px;
}
.resources {
    width: 100%;
  /*  background-color: #F8F8F8;
    height: 8rem;
    box-shadow: 2px 2px 1px #e7e7e7bf;
    border: 1px #e0e0e0 solid;
    margin-top: 40px;
    border-radius: 5px; */
    /* display: flex; */
    flex-wrap: nowrap;
}
.resources-block {
    width: 100%;
    height: 100%;
    border-right: 1px #e7e6e6 solid;
    cursor: pointer;
	background-color: #F8F8F8;
	height: 8rem;
	box-shadow: 2px 2px 1px #e7e7e7bf;
	border: 1px #e0e0e0 solid;
	margin-top: 40px;
	border-radius: 5px;
}
.resources-block:nth-child(6) {
	width: 100%;
	height: 100%;
	border-right: 1px #e7e6e600 solid;
}
}
body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}



.topic {}

.title h3 {
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 2.7rem !important;
}
.Center {
	text-align: center;
}

.link {
	display: flex;
	justify-content: center;
}

.link span {
	background-color: #235EBC;
	width: 6.5%;
	height: 0.2rem;
	display: block;
}







.resources-title {
	text-align: center;
	font-size: 2.5rem;
	color: #767676;
	padding-top: 2rem;
}


.resources-text {
	font-size: 1.7rem;
	margin-top: 1.3rem;
	color: #6b6b6b;
	text-align: center;
	padding-bottom: 1.5rem;
}

	.resources-text {
		border-bottom: 3px #2960BD solid;
		
	}
	
	



.images {
	margin-top: 30px;
	width: 100%;
}

.images img {
	width: 100%;
	height: 100%;
}




.imgblock-img img {
	width: 100%;
	height: 100%;
}

.imgblock-title {
	margin-top: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px #e0e0e0 solid;
	/* background-color: #3388d7; */
	
}


.imgblock-text {
	color: #7e7e7e;
	margin-top: 0.5rem;
	line-height: 1.7;
	font-size: 0.8rem;
}

.negative {
	background-image: url(../img/人才-底片.jpg);
	width: 100%;
	margin-top: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.negative-left {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	position: relative;
}

.negative-left img {
	position: relative;
	width: 17rem;
}

.negative-right {
	width: 50%;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.negaty {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.substance {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}

.substance-img {}

.substance-text {
	letter-spacing:2px;
	font-size: 1.7rem;
	margin-left: 15px;
}