.swiper-pagination-bullet-active {
      color: #fff;
      background: red;
    }
/* 针对大屏幕的样式 */
@media screen and (min-width: 1024px) {
    .researchSlide{
		width: 1290px;
		height: 612px;
		overflow: hidden;
		border-radius: 30px;
	}
	.lastestResearch{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 25px;
	}
	.researchCenter{
		max-width: 1290px;
		width:100%;
		height: auto;
	}
	.title{
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		font-weight: bold;
	}
	.title b{
	    font-family: sans-serif;
		font-size: 24px;
		line-height: 1.5em;
		font-weight: 700;
	}
	.title span{
		width: 16px;
		height: 3px;
		background-color: #c33;
		display: block;
	}
	.researchContent{
		width: 100%;
		height: auto;
		background-color: #f1f1f1;
		border-radius: 30px;
		padding: 15px;
		box-sizing: border-box;
	}
	.researchTime{
		display: flex;
		align-items: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
	}
	.researchTime img{
		margin-right: 8px;
	}
	.researchTitle{
		display: flex;
		align-items: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
	}
	.researchTitle img{
		margin-right: 8px;
	}
	.researchTitle a{
		color: #037;
	}
	.researchTitle a:hover{
		color: #c33;
	}
	.researchImg{
		width: 100%;
		margin: 15px 0px;
	}
	.researchImg img{
		width: 100%;
	}
	.researchMark{
		padding-left: 15px;
		box-sizing: border-box;
		font-size: 16px;
		color: #333;
		margin-bottom: 30px;
	}
	.researchMark a{
		color: #037;
	}
	.aboutRcals{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.aboutRcalsCenter{
		max-width: 1290px;
		width: 100%;
	}
	.aboutRcalsContent{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	.aboutLeft{
		width: 65%;
		height: auto;
	}
	.aboutTxt{
		text-align: left;
		padding: 10px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 1.5em;
		text-align: justify!important;
	}
	.aboutTxt a{
		color: #037;
	}
	.aboutTxt i{
	    font-family: sans-serif;
		color: #c33;
		font-weight: bold;
	}
	.abouttxt-ii{
		color: #037 !important;
		font-weight: 500 !important;
	}
	.numBlue{
		color:#003377;
		font-weight: bold;
	} 
	.aboutTxt:nth-child(2),
	.aboutTxt:nth-child(4),
	.aboutTxt:nth-child(6){
		background-color: #f8f8f8;
	}
	.aboutTxt:first-child p::first-letter{
		font-size: 2.5em;
		line-height: 1;
		padding-right: 5px;
		display: block;
		float: left;
	}
	.aboutRight{
		width: 32%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.aboutImg{
		width: 100%;
		overflow: hidden;
		transition: all .6s; 
	}
	.aboutImg:hover img{
		transform: scale(1.2);
		transition: all .6s; 
	}
	.aboutImg img{
		width: 100%;
		transition: all .6s; 
	}
	.aboutSub{
		font-size: 16px;
		text-align: center;
		line-height: 2em;
	}
	.directorialBoard{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f1f1f1;
		height: auto;
		padding: 20px 0px;
		box-sizing: border-box;
		margin: 20px auto;

	}
	.directorialBoardCenter{
		max-width: 1290px;
		width: 90%;
		height: auto;
	}
	.directorialBoardContent{
		width: 100%;
		height: auto;
	}
	.directorialBoardContent ul{
		display: flex;
		align-items: center;
	}
	.directorialBoardContent ul li{
		width: calc(25% - 20px);
		margin-right: 20px;
	}
	.directorialBoardContent ul li a{
		display: flex;
		width: 100%;
		height: auto;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 5px;
		margin-bottom: 5px;
		color: #037;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.5em;
	}
	.directorialBoardContent ul li i{
		color: #666;
		font-size: 15px;
		font-weight: bold;
	}
	.location{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.locationCenter{
		width: 100%;
		max-width: 1290px;
	}
	.locationContent{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.locationTxt{
		font-size: 16px;
		color: #666;
		width: 33%;
		line-height: 160%;
		text-align: justify;
		
	}
	.locationTxt a{
		color: #037;
	}
	.locationImg{
		width: 30%;
	}
	.locationImg img{
		width: 100%;
	}
	.locationGps{
		width: 30%;
		position: relative;
	}
	.locationGps img{
		width: 100%;
	}
	.gpsIc{
		display: flex;
		width: 56px;
		height: 56px;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 15px;
		overflow: hidden;
		border: 2px solid #ccc;
	}
	.gpsIc div{
		display: inherit;
		width: 100%;
		height: 100%;
	}
	.gpsIc div:hover img{
		transform: scale(1.2);
		transition: all .6s;
	}
	.gpsIc img{
		width: 100%;
		height: 100%;
		transition: all .6s;
	}
	.gpsIc:last-child{
		top: 80px;
	}
	.links{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 25px 0 0;
	}
	.linksCenter{
		width: 90%;
		max-width: 1290px;
		height: auto;
	}
	.linksContent{
		display: flex;
	}
	.linksShool{
		display: flex;
		width: calc(100% / 3);
		padding-right: 30px;
	}
	.linksShool img{
		width: 100%;
	}
	.footer{
		width: 100%;
		padding: 20px 0;
		background-color: #333;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 15px;
		text-align: center;
	}
}

/* 针对中等屏幕的样式 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.lastestResearch{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 25px;
	}
	.researchCenter{
		width: 90%;
		height: auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.title{
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		font-weight: bold;
	}
	.title b{
		font-size: 24px;
		line-height: 1.5em;
	}
	.title span{
		width: 16px;
		height: 3px;
		background-color: #c33;
		display: block;
	}
	.researchContent{
		width: 100%;
		background-color: #f1f1f1;
		border-radius: 30px;
		padding: 15px;
		box-sizing: border-box;
		min-height: 40vh;
		height: auto;
		
	}
	.researchTime{
		display: flex;
		align-items: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
	}
	.researchTime img{
		margin-right: 8px;
	}
	.researchTitle{
		display: flex;
		font-size: 18px;
		font-weight: bold;
		padding-top:10px;
	}
	.researchTitle img{
		margin-right: 8px;
	}
	.researchTitle a{
		color: #037;
	}
	.researchTitle a:hover{
		color: #c33;
	}
	.researchImg{
		width: 100%;
		margin: 15px 0px;
	}
	.researchImg img{
		width: 100%;
	}
	.researchMark{
		padding-left: 15px;
		box-sizing: border-box;
		font-size: 16px;
		color: #333;
		margin-bottom: 30px;
	}
	.researchMark a{
		color: #037;
	}
	.aboutRcals{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.aboutRcalsCenter{
		width: 90%;
	}
	.aboutRcalsContent{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.aboutLeft{
		width: 100%;
		height: auto;
	}
	.aboutTxt{
		text-align: left;
		padding: 10px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 1.5em;
	}
	.aboutTxt a{
		color: #037;
	}
	.aboutTxt i{
		color: #c33;
		font-weight: bold;
	}
	.numBlue{
		color:#003377;
		font-weight: bold;
	} 
	.aboutTxt:nth-child(2),
	.aboutTxt:nth-child(4),
	.aboutTxt:nth-child(6){
		background-color: #f8f8f8;
	}
	.aboutTxt:first-child p::first-letter{
		font-size: 2.5em;
		line-height: 1;
		padding-right: 5px;
		display: block;
		float: left;
	}
	.aboutRight{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.aboutImg{
		width: 100%;
		overflow: hidden;
		transition: all .6s; 
	}
	.aboutImg:hover img{
		transform: scale(1.2);
		transition: all .6s; 
	}
	.aboutImg img{
		width: 100%;
		transition: all .6s; 
	}
	.aboutSub{
		font-size: 16px;
		text-align: center;
		line-height: 2em;
	}
	
	.directorialBoard{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f1f1f1;
		height: auto;
		padding: 20px 0px;
		box-sizing: border-box;
		margin: 20px auto;
	
	}
	.directorialBoardCenter{
		width: 90%;
		height: auto;
	}
	.directorialBoardContent{
		width: 100%;
		height: auto;
	}
	.directorialBoardContent ul{
		display: flex;
		flex-direction: column;
		
	}
	.directorialBoardContent ul li{
		width: 90%;
	}
	.directorialBoardContent ul li a{
		display: flex;
		width: 100%;
		height: auto;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 5px;
		margin-bottom: 5px;
		color: #037;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.5em;
	}
	.directorialBoardContent ul li i{
		color: #666;
		font-size: 15px;
		font-weight: bold;
	}
	
	
	.location{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.locationCenter{
		width: 90%;
	}
	.locationContent{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.locationTxt{
		font-size: 16px;
		color: #666;
		width: 100%;
		line-height: 2em;
		
	}
	.locationTxt a{
		color: #037;
	}
	.locationImg{
		width: 100%;
		margin: 20px 0px;
	}
	.locationImg img{
		width: 100%;
	}
	.locationGps{
		width: 100%;
		position: relative;
	}
	.locationGps img{
		width: 100%;
	}
	.gpsIc{
		display: flex;
		width: 56px;
		height: 56px;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 15px;
		overflow: hidden;
		border: 2px solid #ccc;
	}
	.gpsIc div{
		display: inherit;
		width: 100%;
		height: 100%;
	}
	.gpsIc img{
		width: 100%;
		height: 100%;
	}
	.gpsIc:last-child{
		top: 80px;
	}
	
	.links{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.linksCenter{
		width: 90%;
		height: auto;
	}
	.linksContent{
		display: flex;
		flex-direction: column;
	}
	.linksShool{
		display: flex;
		width: 100%;
		margin: 10px 0;
	}
	.linksShool div{
		width: 100%;
	}
	.linksShool img{
		width: 100%;
	}
	.footer{
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
		background-color: #333;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}
}

/* 针对小屏幕的样式 */
@media screen and (max-width: 767px) {
	.lastestResearch{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 25px;
	}
	.researchCenter{
		width: 100%;
		height: auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.title{
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		font-weight: bold;
	}
	.title b{
		font-size: 24px;
		line-height: 1.5em;
	}
	.title span{
		width: 16px;
		height: 3px;
		background-color: #c33;
		display: block;
	}
	.researchContent{
		width: 100%;
		height: auto;
		background-color: #f1f1f1;
		border-radius: 30px;
		padding: 15px;
		box-sizing: border-box;
		min-height:45vh;
	}
	.researchTime{
		display: flex;
		align-items: center;
		font-weight: bold;
		line-height: 1.5em;
		font-size: 15px;
	}
	.researchTime img{
		margin-right: 8px;
	}
	.researchTitle{
		display: flex;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.2em;
	}
	.researchTitle img{
		margin-right: 8px;
	}
	.researchTitle a{
		color: #037;
		font-size: 15px;
	}
	.researchTitle a:hover{
		color: #c33;
	}
	.researchImg{
		width: 100%;
		margin: 15px 0px;
	}
	.researchImg img{
		width: 100%;
	}
	.researchMark{
		padding-left: 15px;
		box-sizing: border-box;
		font-size: 16px;
		color: #333;
		height: 50px;
	/*	margin-bottom: 30px; */
	}
	.researchMark a{
		color: #037;
	}
	.aboutRcals{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.aboutRcalsCenter{
		width: 90%;
	}
	.aboutRcalsContent{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.aboutLeft{
		width: 100%;
		height: auto;
	}
	.aboutTxt{
		text-align: left;
		padding: 10px;
		box-sizing: border-box;
		font-size: 15px;
		line-height: 1.2em;
	}
	.aboutTxt a{
		color: #037;
	}
	.aboutTxt i{
		color: #c33;
		font-weight: bold;
	}
	.numBlue{
		color:#003377;
		font-weight: bold;
	} 
	.aboutTxt:nth-child(2),
	.aboutTxt:nth-child(4),
	.aboutTxt:nth-child(6){
		background-color: #f8f8f8;
	}
	.aboutTxt:first-child p::first-letter{
		font-size: 2.5em;
		line-height: 1;
		padding-right: 5px;
		display: block;
		float: left;
	}
	.aboutRight{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.aboutImg{
		width: 100%;
		overflow: hidden;
		transition: all .6s; 
	}
	.aboutImg:hover img{
		transform: scale(1.2);
		transition: all .6s; 
	}
	.aboutImg img{
		width: 100%;
		transition: all .6s; 
	}
	.aboutSub{
		font-size: 16px;
		text-align: center;
		line-height: 2em;
	}
	.directorialBoard{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f1f1f1;
		height: auto;
		padding: 20px 0px;
		box-sizing: border-box;
		margin: 20px auto;
	
	}
	.directorialBoardCenter{
		width: 90%;
		height: auto;
	}
	.directorialBoardContent{
		width: 100%;
		height: auto;
	}
	.directorialBoardContent ul{
		display: flex;
		flex-direction: column;
		
	}
	.directorialBoardContent ul li{
		width: 90%;
	}
	.directorialBoardContent ul li a{
		display: flex;
		width: 100%;
		height: auto;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 5px;
		margin-bottom: 5px;
		color: #037;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.5em;
	}
	.directorialBoardContent ul li i{
		color: #666;
		font-size: 15px;
		font-weight: bold;
	}
	
	
	.location{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.locationCenter{
		width: 90%;
	}
	.locationContent{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.locationTxt{
		font-size: 16px;
		color: #666;
		width: 100%;
		line-height: 2em;
		
	}
	.locationTxt a{
		color: #037;
	}
	.locationImg{
		width: 100%;
		margin: 20px 0px;
	}
	.locationImg img{
		width: 100%;
	}
	.locationGps{
		width: 100%;
		position: relative;
	}
	.locationGps img{
		width: 100%;
	}
	.gpsIc{
		display: flex;
		width: 56px;
		height: 56px;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 15px;
		overflow: hidden;
		border: 2px solid #ccc;
	}
	.gpsIc div{
		display: inherit;
		width: 100%;
		height: 100%;
	}
	.gpsIc img{
		width: 100%;
		height: 100%;
	}
	.gpsIc:last-child{
		top: 80px;
	}
	.links{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.linksCenter{
		width: 90%;
		height: auto;
	}
	.linksContent{
		display: flex;
		flex-direction: column;
	}
	.linksShool{
		display: flex;
		width: 100%;
		margin: 10px 0;
	}
	.linksShool div{
		width: 100%;
	}
	.linksShool img{
		width: 100%;
	}
	.footer{
		width: 100%;
		padding: 20px 6px;
		box-sizing: border-box;
		background-color: #333;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 12px;
		text-align: center;
	}
}