a:hover,
a,
a:active {
	text-decoration: none;
	color: #fff;
}

@media (max-width: 768px) {

	.hxwh {
		font-size: 1.37rem !important;
	}
}
html{
	min-width:1300px;
}
.container{
	width:1170px !important;
}
body {
	background: #EEF4FE;
}

.container-fluid {
	padding: 0;
	margin: 0;
}

.swiper-slide img {
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.inner_img {
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.inner_img img {
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.6s ease 0s
}

.inner_img img:hover {
	opacity: 0.9;
	transform: scale(1.1);
}


/* 顶部 */
.top {
	background: #3B79EA;
	padding: 1rem 0;

}

.top_left {
	width: 100%;
	line-height: 2.5rem;
}

.top_left>div img {
	padding-right: 0.83rem;
}

/* 搜索框 */
.sb-search {
	position: relative;
	height: 3.75rem;
	float: right;
	overflow: hidden;

}

.sb-search-input {
	padding-left: 0.5rem;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 25.88rem;
	border-radius: 0.31rem;
	border: 0.06rem solid #CCCCCC;
	height: 3.75rem;
	line-height: 3.75rem;
	margin: 0;
	z-index: 10;
	font-size: 0.88rem;
	font-family: Alibaba PuHuiTi !important;
	color: #CCCCCC;
}

.sb-search-input::-webkit-input-placeholder {
	color: #CCCCCC;
	font-size: 0.88rem;
}

.sb-search-input:-moz-placeholder {
	color: #CCCCCC;
	font-size: 0.88rem;
}

.sb-search-input::-moz-placeholder {
	color: #CCCCCC;
	font-size: 0.88rem;
}

.sb-search-input:-ms-input-placeholder {
	color: #CCCCCC;
	font-size: 0.88rem;
}

.sb-icon-search,
.sb-search-submit {
	width: 3.63rem;
	height: 3.75rem;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 3.75rem;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff;
	/* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	width: 8%;
	background: #3B79EA;
	border-radius: 0.31rem;
	border: 0.06rem solid #CCCCCC;
	z-index: 90;
	font-size: 22px;
	line-height: 2.9rem;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search img {
	width: 1.69rem;
	height: 1.69rem;
	line-height: 1.69rem;
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #3B79EA;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* banner图 */
.banner {
	height: 25.83rem;
	;
}

.banner {
	height: 100%;
}

/* 标签导航 */

.tab {
	background: #3B79EA;
	box-shadow: 0rem -0.42rem 1.25rem 0.42rem rgba(0, 76, 159, 0.2);
}

.tab .container>ul>li {
	width: 15%;
	text-align: center;
	padding: 1.5rem 0;
	font-size: 1.5rem;
	cursor: pointer;
	font-family: Alibaba PuHuiTi !important;
	position: relative;
}

.tab .tab-sen {
	position: absolute;
	left: 50%;
	display: none;
	width: 100%;
	text-align: center;
	transform: translate(-50%);
	z-index: 9999;
	top: 5.1rem;
	background: #3B79EA;
}

.tab .container>ul>li:hover .tab-sen {
	display: block;
}

.tab-sen li {
	cursor: pointer;
	padding: 1.5rem 0;
}

.tab-sen li:hover {
	background-color: #065cfd;
}

.tab .container>ul>li.active {
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
}

/* 左右俩悬浮 */
#xf>div {
	position: absolute;
	z-index: 99999999;
	top: 10.5rem;
}

#xf>div:first-child {
	left: 1rem;
}

#xf>div .hxwh:first-child {
	border-radius: 1rem 1rem 0 0;
	position: relative;
}

#xf>div:first-child .hxwh:first-child img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}

#xf>div:last-child .hxwh:first-child img {
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translate(-50%, -50%);
}

#xf>div .hxwh:last-child {
	border-radius: 0 0 1rem 1rem;
}

#xf>div:last-child {
	right: 1rem;
}

.hxwh {
	font-size: 1.57rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #3977E7;
	background: #CDE0FF;
	margin-bottom: 3px;
	padding: 2rem 1rem;

}

/* 校园新闻 */
.wetlandInformation .swiper-slide img {
	height: 31.08rem;
	object-fit: cover;
}

.news .swiper-pagination {
	padding-right: 1.5rem;
	text-align: right;
	z-index: 100;
}

/* 轮播图指示点颜色 */

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1 !important;

}

.swiper-pagination-bullet-active {
	background: #fff !important;
	width: 1.47rem;
	border-radius: 0.38rem;
}

/* 轮播图遮罩 */
.zz {
	position: absolute;
	bottom: 0;
	z-index: 9;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	padding: 1rem;
}
.disp{
	display: none;
}
.common_title {
	background: #3B79EA;
}
.common_title .common_title_li:hover {
	font-size: 1.5rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
}

.common_title .active {
	font-size: 1.5rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
}

.common_title ul li {
	padding-right: 2.5rem;
	font-weight: bold;
}

.newss {
	padding: 1.25rem;
	border-bottom: 1px solid #D8D8D8;
}

.index_news{
	min-height: 262px;
}

.news_title {
	width: 100%;
}

.li_icon,
.imgs {
	padding-right: 0.67rem;
}

.imgs * {
	width: 15rem;
	height: 9.17rem;
}

.li_icon * {
	width: 1.5rem;
	height: 1.5rem;
}

.li_icon+div,
.imgs+div {
	font-size: 1.17rem;
	font-family: Alibaba PuHuiTi !important;
	color: #666666;
}

.imgs+div * {
	text-align: justify;
}



.imgs+div div:first-child {
	font-size: 1.33rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #333333;
	overflow:hidden;
	text-overflow:ellipsis;
	    white-space: nowrap;
    width: 340px;
}

.imgs+div div:last-child {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_con {
	width: 28rem;
	color: #333333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 学校荣誉 */
.school_img .swiper-slide {
	/* width: 228.7px !important; */
	padding:0px 10px;

}

.school_img .swiper-wrapper img {
	width:100% !important;
	height: 12.67rem;
	
}
.school_img {
	overflow:hidden
}

.yqlj .swiper-wrapper img {
	/* width: 22.02rem !important; */
	width:100% !important;
	height: 6.83rem;
	object-fit:contain !important;
}

/* 底部 */
footer {
	bottom: 0;
	width: 100%;
	background: #3C3C3C;
	z-index: 999;
	padding: 1.88rem 0;
	margin-top: 4.38rem;
	font-size: 14px;
	font-family: Alibaba PuHuiTi !important;
	color: #FFFFFF;
}



.foot .row>div:first-child>div {
	padding-bottom: 0.83rem;
}

.foot .row>div:last-child {
	text-align: center;
}

.foot .row>div:last-child img {
	width: 6.83rem;
	height: 6.83rem;
}

.foot .gz {
	padding-top: 0.88rem;
}
