.container{
	width: 1250px;
	margin: 0 auto;
}
.navbar .container-layout{
	position: relative;
	z-index: 1;
}
.fnavleft{
	background: url(../images/fnavleft.png);
	position: absolute;
    left: 0;
    height: 42px;
    width: 184px;
    bottom: 0;
    z-index: 0;

}
.fnavright{
	background: url(../images/fnavright.png);
	position: absolute;
    right: 0;
    height: 42px;
    width: 200px;
    bottom: 0;
    z-index: 0;
}
.banner-page{
	position: relative;
    height: 40px;
    margin-top: -80px;
}


.banner{
	width: 100%;
	overflow: hidden;
}
.banner .item{
	position: relative;
}
.banner .item .title{
	position: relative;
	top: -40px;
	background-color: rgba(0, 0, 0, .6);
}
.banner .item .title p{
	width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    height: 40px;
    color: #fff;
    padding-left: 70px;
}
.swiper-pagination{
	text-align: left;
	color: #fff;
	/* position: relative; */
	z-index: 1;
	padding-left:34px;
	height: 26px;
}

.banner .swiper-button-prev{
	left:0;
	color: #fff;
}
.banner .swiper-button-next{
	right: 0;
	color: #fff;
}

.banner .swiper-button-prev:after{
	font-size: 20px;
}
.banner .swiper-button-next:after{
	font-size: 20px;
}

.banner .swiper-button-next.swiper-button-disabled, .banner .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.swiper-pagination .swiper-pagination-current{
	font-size: 24px;
}



.sort{
	width: 100%;
	height: 45px;
	background: url(../images/sort.png) center left no-repeat;
	font-size: 18px;
	padding-left: 36px;
    line-height: 45px;
	margin-bottom: 10px;
}
.sort a{
	color: #fff;
}
.sort span{
	margin-left: 58px;
    color: #39A894;
    font-weight: bold;
}
.news{
	padding: 40px 0;
}
.news .part{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.news .part:last-child{
	margin-right: 0;
}
.news .container{
	/* display: flex;
	justify-content: space-between; */
}
.news1 .firstnews{
	background-color: #fff;
	box-shadow: 0 0 4px #aaa;
}
.news1 .firstnews .imgbox{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    overflow: hidden;
}
.news1 .firstnews .imgbox img{
	transition: all .3s;
	min-width: 100%;
    min-height: 100%;
}
.news1 .firstnews .imgbox img:hover{
	transform: scale(1.1);
	transition: all .3s;
}
.news1 .firstnews p{
	line-height: 26px;
    padding: 8px 10px;
}
.news1 .othernews{
	height: 196px;
	overflow: hidden;
}
.news1 .othernews ul{
	margin-top: 10px;
}
.news1 .othernews li{
	/* line-height: 35px; */
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	/* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.news2{
	/* height: 495px; */
}
.news2 li{
	/* line-height: 35px; */
    background-color: #F9F9F9;
    margin-bottom: 3px;
	display: flex;
	justify-content: space-between;
	/* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.news ul li{
	line-height: 35px;
}
.news ul li a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.news ul li p{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	width: 80%;
	line-height: 35px;
}
.news ul li a span{
	font-size: 13px;
}
.firstvideo video{
	width: 100%;
	height: 298px;
	background-color: #000;
}

.news3{}
.news3 ul{
	margin-top: 8px;
}
.news3 li{
	padding: 12px 0;
}
.news3 li:first-child{
    border-bottom: 1px solid #ccc;
}
.news3 ul li p{width: auto;}
.news3 .time{
	width: 88px;
    background-color: #BD0300;
    color: #fff;
}
.news3 .title{
	width: 75%;
    height: 70px;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
    padding: 7px 0;
	padding-left: 5px;
}




/* 校园风光 */
.style{
	background: url(../images/stylebg.png) top center no-repeat;
}

  #certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
}

#certify .swiper-slide {
	width: 330px;
	/* height: 408px; */
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify .swiper-slide img{
	display:block;
}
#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	/* left: -30px; */
	width: 45px;
	height: 45px;
	/* background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%; */
	background-color: rgba(0,0,0,.6);
}

#certify .swiper-button-prev:after {
	font-size: 28px;
	color: #fff;
}

#certify .swiper-button-next {
	/* right: -30px; */
	width: 45px;
	height: 45px;
	/* background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%; */
	background-color: rgba(0,0,0,.6);
}

#certify .swiper-button-next:after {
	font-size: 28px;
	color: #fff;
}
.style {
	padding: 30px 0 25px;
}
.style .sort{
	margin-bottom: -12px;
}




/* 应用 */
.applybox{
	width: 50%;
}
.apply{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.apply a{
	display: block;
    width: 45%;
    border-radius: 50px;
    border: 1px solid #CECECE;
	margin-bottom: 14px;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position:37px 17px;
	
}
.apply p{
	height: 62px;
    line-height: 62px;
    text-align: center;
    padding-left: 30px;
}



.partz{
	padding: 40px 0 20px;
}
.partz .sort{
	margin-bottom: 15px;
}
/* 专题 */
.zhuantibox{
	width: 50%;
}
.zhuanti{
	height: 360px;
	overflow: hidden;
}
.zhuanti .imgbox{
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhuanti img{
	width: 100%;
	transition: all .3s;
	min-height: 100%;
}
.zhuanti p{
	position: relative;
	line-height: 36px;
    background-color: rgba(0,0,0,.5);
    margin-top: -36px;
    padding: 0 12px;
    color: #efefef;
}
.zhuanti .imgbox:hover img{
	transform: scale(1.1);
	transition: all .3s;
}









/* 友情链接 */
.link{
	padding: 12px 0 36px;
}
.linksort{
	width: 150px;
	padding: 0 30px;
	font-size: 20px;
	color: #0C7E64;
}
.linkbox{
	width: 88%;
}
.linkbox>ul{
	display: flex;
	justify-content: space-between;
}
.linkbox ul ul{
	/* display: none; */
	position: relative;
	z-index: 99;
	background-color: rgba(255,255,255,.8);
	opacity: 0;
	overflow: hidden;
	transition: all .3s;
	max-height: 210px;
	overflow-y: auto;
}

.linkbox>ul>li:hover >ul{
	/* display: block; */
	opacity: 1;
	transition: all .3s;
}
.linkbox>ul>li{
	background-color: #E9E9E9;
    width: 22%;
    text-align: center;
    line-height: 30px;
	height: 30px;
	box-sizing: border-box;
    /* padding-right: 20px; */
}
.linkbox ul ul li{
	line-height: 20px;
	padding: 6px 0;
}
.linkbox a{
	display: block;
}
.linkbox em{
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #333;
    float: right;
    margin-top: 11px;
    margin-right: 18px;
}





/* 底部 */
.align-center{
	align-items: center;
}
.justify-center{
	justify-content: center;
}
.justify-evenly{
	justify-content: space-evenly;
}
.bottom{
	height: 200px;
	background: url(../images/bottombg.png) center center no-repeat;
	letter-spacing: unset;
}

.bottom img{
	/* height: 100%; */
}
.bottom .ercode{
	width: 100px;
}
.bottom .container, .bottom .container>div{
	height: 100%;
}

.bottom .container>div:last-child{
	line-height: 26px;
	padding-top: 30px;
}
.bottom .container span{
	
}
.bottom .container span b{
	font-size: 20px;
	font-weight: normal;
}




/* 左侧导航 */
.leftnav{
	width: 20%;
    float: left;
    height: 100%;
    background: rgba(0,92,107,0.08);
    margin-right: 20px;
	box-sizing: border-box;
    line-height: 42px;
}
.leftnav ul{
	margin: 10px 0;
}
.leftnav ul li{
	padding-left: 28px;
}
.leftnav li a{
	display: block;
}

.leftnav li.active{
	background-color: #40A5AF;
}
.leftnav li.active a{
	color: #fff;
}
.leftnav ul li:hover{
	background-color:#40A5AF;
}
.leftnav ul li:hover a{
	color:#fff;
}
.leftnav .leftsort{
	/* background-color: #0C7E64; */
	background-color: #46A9AF;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}




.article {
	width: 80%;
	line-height: 32px;
}

.newslist{}
.newslist li{
	padding: 0px 15px;
    list-style: none;
	border-bottom: 1px dashed #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newslist li p{
	width: 85%;
    line-height: 32px;
    padding: 8px 0;
	position: relative;
    padding-left: 20px;
}
.newslist li p:before{
	content: '';
	position: absolute;
	left: 5px;
	background: #ececec;
	width: 5px;
	height: 5px;
	top: 22px;
	border-radius: 50%;
}

.newslist li span{
	font-size: 13px;
}
.article .currentsort{
	height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 20px;
	border-bottom: 1px solid #E9E9E9;
	/* background-image: url(../images/sucai1.png);
	background-repeat: no-repeat;
	background-position: 20px 20px; */
	color: #46A9AF;
	justify-content: space-between;
	align-items: center;
}
.article .currentsort .sortname{
	font-weight: bold;
}
.article .currentsort .position{
	font-size: 14px;
	color: #333;
}
.newslist li p span{
	float: right;
}




/* 校园风光列 */
.stylelist, .videolist{
	padding: 18px;
}
.stylelist .item, .videolist .item{
	width: 32%;
    float: left;
    margin-left: 2%;
}
.stylelist .item:nth-child(3n-2),
.videolist .item:nth-child(3n-2)
{
	margin-left: 0;
}
.article .stylelist .imgbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	height: 220px;
}
.article .stylelist .imgbox img{
	transition: all .3s;
}
.article .stylelist .imgbox:hover img{
	transform: scale(1.1);
	transition: all .3s;
}

.videolist .imgbox{
	height: 220px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.videolist .item:hover{
	box-shadow: 0 30px 50px rgb(229 229 229 / 80%);
}

.videolist .imgbox img{
	min-height: 100%;
}
.playvideo{
	background: url(../images/videoplay.png);
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
	opacity: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.videolist .x4{
	padding: 0 8px;
}
.videolist h2{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 12px !important;
}
.videodetail{
	padding-left: 28px;
}
.video{
	/* height: 468px; */
	width: 100%;
}

.bottomlogo{
	height: 70px;
}








@media screen and (max-width: 1440px){
	#pc-header .nav li a{
		padding: 0 8px;
	}
}

@media screen and (max-width: 1280px){
	.container{
		width: 98%;
	}
	#pc-header .nav li a{
		padding: 0;
	}
	.news1 .firstnews .imgbox{
		height: 190px;
	}
	.firstvideo video{
		height: 228px;
	}
	.news .container {
		height: 472px;
		overflow: hidden;
	}
	#certify .swiper-slide{
		width: 298px;
	}
	.apply a{
		margin-bottom: 10px;
		background-position: 26px 9px;
	}
	.zhuanti{
		height: 280px;
	}
	.zhuanti .imgbox{
		height: 280px;
	}
	.apply p{
		height: 50px;
		line-height: 50px;
	}
}