.logo {
	/*background: url(../img/logo.png)no-repeat;*/
	/*width: 26%;*/
	max-width: 11rem;
	padding: 15px;
	/*overflow: hidden;*/
}

.box-sizing {
	box-sizing: border-box;
}

.marb {
	margin-bottom: 55px;
}

.bord {
	border-bottom: 1px solid #999;
}

.list-title {
	color: #333;
	line-height: 16px;
}

.back-f5 {
	background-color: #f5f5f5;
}

.logo1 {
	width: 100%;
	margin: 5px;
}

#test1 {
	width: 100%;
	height: 400px;
}

a:focus,
a:hover {
	color: #000000;
	text-decoration: none;
}

.schoolname-zh {
	font-size: 32px;
	color: #000000;
}

.schoolname-cn {
	font-size: 12px;
	color: #000000;
}

.navbar-background {
	background-color: #000000;
}

.background-green {
	background-color: #000000;
}

#top{background-color: #d46b40;}
#top .nav>li>a {
	padding: 15px 16px;
	font-size: 18px;
}
		
@media screen and (max-width: 767px) {
	.navbar-background {
		background-color: transparent;
	}
	#test1 {
		width: 100%;
		height: 350px !important;
	}
	#top .nav>li>a {
		padding: 15px 26px;
		font-size: 14px;
	}
}

.introd {
	line-height: 30px;
	color: #999;
	text-indent: 2em
}

.introduction {
	border-radius: 5px;
	border: 2px solid #ffffff;
	padding: 40px 20px 30px 20px;
}

.introduce {
	position: relative;
	margin-bottom: 40px;
}

.nav-tab>li>a:focus,
.nav-tab>li>a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	color: #FFFFFF;
}

.text-16 {
	font-size: 16px;
}

.text-green {
	color: #000000;
}

.text-white {
	color: white;
}

.text-999 {
	color: #999;
}

.text-bold {
	font-weight: bold;
}

.margin-top-xs {
	margin-top: 10px;
}

.margin-left-xs {
	margin-left: 10px;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 20px;
}

.margin-right-xs {
	margin-right: 10px;
}

.margin-bottom-xs {
	margin-bottom: 10px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.margin-bottom-lg {
	margin-bottom: 40px;
}

.margin-tb-xs {
	margin: 10px 0;
}

.margin-60 {
	margin-bottom: 60px;
}

.margin-tb {
	margin: 20px 0;
}

.padding {
	padding: 20px
}

.padding-xs {
	padding: 10px
}

.padding-tb-sm {
	padding: 15px 0;
}

.flex {
	display: flex;
}

.justify-start {
	justify-content: flex-start;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.justify-around {
	justify-content: space-around;
}

.align-center {
	align-items: center
}

.flex-direction-c {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.position {
	position: relative;
}

.justify {
	text-align: justify;
	text-align-last: left;
	text-justify: distribute-all-lines;
}

.navbar-bg {
	background-color: #bc4c1d;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #000000;
}

.icon-bar {
	background-color: #000000;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border: 1px solid transparent;
}

.phone {
	background-image: url(../img/phone.png);
	width: 22px;
	height: 26px;
}

.nar-title {
	position: relative;
	z-index: 2;
}

.nar-title .nar-title-zh {
	display: block;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin: 3.5rem auto;
	position: relative;
}

.nar-title .nar-title-cn {
	position: absolute;
	top: 8%;
	left: 44%;
	text-align: center;
	font-size: 50px;
	font-weight: 1000;
	z-index: -1;
	color: #f5f5f5;
	line-height: 50px;
}

@media screen and (max-width: 1195px) {
	.nar-title .nar-title-cn {
		position: absolute;
		top: 0%;
		left: 42%;
		text-align: center;
		font-size: 50px;
		font-weight: 1000;
		z-index: -1;
		color: #f5f5f5;
		line-height: 50px;
	}
}

@media screen and (max-width: 987px) {
	.nar-title .nar-title-cn {
		position: absolute;
		top: 0%;
		left: 40%;
		text-align: center;
		font-size: 50px;
		font-weight: 1000;
		z-index: -1;
		color: #f5f5f5;
		line-height: 50px;
	}
}

@media screen and (max-width: 700px) {
	.nar-title .nar-title-cn {
		position: absolute;
		top: 0%;
		left: 38%;
		text-align: center;
		font-size: 50px;
		font-weight: 1000;
		z-index: -1;
		color: #f5f5f5;
		line-height: 50px;
	}
}

@media screen and (max-width: 450px) {
	.nar-title .nar-title-cn {
		position: absolute;
		top: 0%;
		left: 32%;
		text-align: center;
		font-size: 50px;
		font-weight: 1000;
		z-index: -1;
		color: #f5f5f5;
		line-height: 50px;
	}
	#top{background-color:initial !important;}
	#bs-navbar{background-color: #edad5a;margin: 10px auto;border-radius:5px ;}
	.fuwu-border{margin: 15px !important;}
}

.nar-title .school-title-zh {
	display: block;
	/* text-align: center; */
	font-size: 32px;
	font-weight: 700;
	margin: 45px auto 30px auto;
	height: 38px;
	position: relative;
}

.nar-title .school-title-cn {
	position: absolute;
	top: 0%;
	left: 0%;
	/* text-align: center; */
	font-size: 38px;
	font-weight: 1000;
	z-index: -1;
	color: #e8e8e8;
	line-height: 50px;
}

.brief {
	border-bottom: 2px solid #ffffff;
}

.brief-Modular {
	display: inline-block;
	width: 100%;
	background-color: white;
	box-shadow: 0 0 9px 3px #f5f3f3;
	border-radius: 3px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.clamp1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.text-list {
	width: 336px;
}

@media screen and (max-width: 1190px) {
	.text-list {
		width: 230px;
	}
}

.text-lg {
	font-size: 20px;
}

.text-flag {
	color: #ba0c00;
}

.text-flag a {
	color: #ba0c00;
	cursor: pointer;
	text-decoration: none;
}

.text-news {
	color: #000000;
}

.text-news a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

.school-video1 {
	position: absolute;
	right: 0;
	top: 18%
}

@media screen and (max-width: 992px) {
	.school-video1 {
		position: relative !important;
		margin-top: 20px;
	}
}

.facility {
	background: url(../img//background2.jpg);
	width: 100%;
	background-size: cover;
}

.nar-title .facility-title-zh {
	display: block;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin: 60px auto;
	height: 38px;
	position: relative;
}

.nar-title .facility-title-cn {
	position: absolute;
	top: 37%;
	left: 34%;
	text-align: center;
	font-size: 32px;
	font-weight: 1000;
	color: #4bc5c6;
	z-index: -1;
	line-height: 50px;
	font-stretch: condensed
}

@media screen and (max-width: 992px) {
	.nar-title .facility-title-cn {
		position: absolute;
		/*top: 0%;*/
		left: 26%;
		text-align: center;
		font-size: 32px;
		font-weight: 1000;
		color: #4bc5c6;
		z-index: -1;
		line-height: 50px;
	}
}

@media screen and (max-width: 650px) {
	.nar-title .facility-title-cn {
		position: absolute;
		/*top: 0%;*/
		left: 19%;
		text-align: center;
		font-size: 32px;
		font-weight: 1000;
		color: #4bc5c6;
		z-index: -1;
		line-height: 50px;
	}
}

@media screen and (max-width: 450px) {
	.nar-title .facility-title-cn {
		position: absolute;
		/*top: 0%;*/
		left: 4%;
		text-align: center;
		font-size: 32px;
		font-weight: 1000;
		color: #4bc5c6;
		z-index: -1;
		line-height: 50px;
	}
}

.name-en {
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 5px 0;
}

.name-zh {
	font-size: 18px;
	color: #000000;
}

.gotoTop {
	background-image: url(/public/index/img/toTop.png);
	width: 40px !important;
	height: 40px;
	background-color: #fff;
	border-radius: 25px;
}

.like {
	width: 100%;
}

.chronicle {
	position: absolute;
	text-align: right;
	top: 7%;
	right: 3%;
}

.teach {
	position: absolute;
	text-align: right;
	top: 7%;
	right: 3%;
}

.flag {
	position: absolute;
	text-align: right;
	top: 7%;
	right: 3%;
}

.education {
	position: absolute;
	text-align: right;
	top: 3%;
	right: 3%;
}

.teaching {
	display: inline-block;
}

.like2 {
	margin-top: 7px;
}

.like3 {
	margin-top: 7px;
	margin-left: 8px;
}

.like1 {
	width: 100%;
}

.like4 {
	width: 34%;
}

.like5 {
	width: 64%;
}

.like-img {
	height: 372px;
}

.like-img1 {
	height: 372px;
}

.campus-style {
	position: absolute;
	text-align: right;
	top: 3%;
	right: 3%;
}

@media screen and (max-width: 1199px) {
	.like1 {
		width: 100%;
		padding: 10px;
	}
	.like2 {
		width: 47%;
		margin-left: 10px;
	}
	.like3 {
		width: 47%;
	}
	.like4 {
		width: 40%;
		padding: 10px 0 0 10px;
	}
	.like5 {
		width: 57%;
		padding: 10px 0 10px 0;
	}
	.like-img {
		width: 100%;
		height: 317px;
	}
	.like-img1 {
		width: 100%;
		height: 317px;
	}
}

@media screen and (max-width: 992px) {
	.like1 {
		width: 100%;
		padding: 10px;
	}
	.like2 {
		width: 48%;
		margin-left: 10px;
	}
	.like3 {
		width: 48%;
	}
	.like4 {
		width: 40%;
		padding: 10px 0 0 10px;
	}
	.like5 {
		width: 57%;
		padding: 10px 0 10px 0;
	}
	.like-img {
		width: 100%;
		/*height: 372px;*/
	}
	/*.like-img1{
        width: 100%;
        height: 372px;
    }*/
	.tcenter {
		text-align: center;
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 518px) {
	.like1 {
		width: 100%;
		padding: 0;
	}
	.like2 {
		width: 46%;
		margin-left: 10px;
	}
	.like3 {
		width: 46%;
		margin-left: 5px;
	}
	.like4 {
		width: 38%;
		padding: 0;
		margin-left: 10px;
	}
	.container .tcenter {
		text-align: center;
		margin-bottom: 28px;
	}
	.like5 {
		width: 54%;
		;
		padding: 0;
		margin-right: 10px;
	}
	.Teaching {
		margin: 0 10px;
	}
	.like-img {
		width: 100%;
		height: 140px;
	}
	.like-img1 {
		width: 100%;
		height: 140px;
	}
	.campus-style {
		position: absolute;
		text-align: right;
		top: 3%;
		right: 7%;
	}
}

.footer {
	border-top: 1px solid #E8E8E8;
	font-family: tahoma, Arial;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	text-align: center;
	background-color: #353335;
}

a {
	text-decoration: none;
}

.footer a,
.footer a:hover {
	color: #fff;
	text-decoration: none;
}


/* 学校简介 */

.overview {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
}

.overview a {
	color: #999;
	cursor: pointer;
	text-decoration: none;
}

.overview a:hover {
	color: #000000;
	text-decoration: none;
}

.activeto a {
	color: #bc4c1d;
}

.nar-title .overview-title-zh {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-top: 40px;
	height: 38px;
	position: relative;
	letter-spacing: 4px;
}

.nar-title .overview-title-cn {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	height: 38px;
	position: relative;
	color: #999;
	letter-spacing: 2px;
}

.overview-img {
	justify-content: space-between;
}

@media screen and (max-width: 600px) {
	.overview-img {
		justify-content: center;
	}
}

.text-ingext {
	text-indent: 2em;
	line-height: 2rem;
}

.text-line {
	line-height: 2rem;
}

.text-line16 {
	line-height: 16px;
	text-align: center;
}

.ioc1 {
	background: url(../img/ioc1.png)no-repeat;
	width: 5px;
	height: 5px;
}

.list-Modular-title {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}

.translate-title {
	color: #999;
}

.con-btn {
	/* display: inline-block; */
	cursor: pointer;
}

.clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.per-text {
	width: 345px;
}

.next-text {
	width: 345px;
	text-align: right;
}

.facility-img {
	width: 150px;
}

@media screen and (max-width: 768px) {
	.next-text {
		text-align: left;
	}
	.facility-img {
		width: 75px;
	}
}

#gotoTop {
	display: none;
	position: fixed;
	top: 75%;
	right: 5%;
	cursor: pointer;
	padding: 9px 4px;
	width: 20px;
	text-align: center;
}

.animate-img:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}

.animate-img:hover .img-span {
	font-size: 16px;
	line-height: 16px;
}

.animate-img {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.active {
	background-color: #bc4c1d;
}

.layui-carousel-ind {
	position: relative;
	top: -35px;
	width: 100%;
	line-height: 0!important;
	text-align: right;
	font-size: 0;
	right: 16px;
}

.box {
	height: 184px;
	width: 1075px;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.box li {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	background: #BBB;
	font-size: 50px;
	color: #ccc;
	line-height: 66px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.box li:hover {
	color: #999;
}

.box li.active {
	background-position: -174px 0;
	color: #555;
	cursor: default;
}

.boximg {
	height: 184px;
	width: 1075px;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.boximg li {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	background: #BBB;
	font-size: 50px;
	color: #ccc;
	line-height: 66px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.boximg li:hover {
	color: #999;
}

.boximg li.active {
	background-position: -174px 0;
	color: #555;
	cursor: default;
}

a.prev,
a.previmg {
	position: absolute;
	top: 0%;
	left: 0%;
	background: url(/public/index/img/left.png) no-repeat 0 0;
	display: block;
	width: 23px;
	height: 43px;
	margin: 66px 0 0 0;
	cursor: pointer;
}

a.next,
a.nextimg {
	position: absolute;
	top: 0%;
	right: 0%;
	background: url(/public/index/img/right.png) no-repeat 0 0;
	display: block;
	width: 23px;
	height: 43px;
	margin: 66px 0 0 0;
	cursor: pointer;
}

.scroll_list {
	width: 10000em;
	position: absolute;
}

@media screen and (max-width: 1199px) {
	.box {
		width: 809px;
	}
}

@media screen and (max-width: 992px) {
	.box {
		width: 540px;
	}
}

@media screen and (max-width: 768px) {
	.box {
		width: 273px;
	}
	.boximg {
		width: 280px;
	}
	a.next,
	a.nextimg {
		right: 4%;
	}
	a.prev,
	a.previmg {
		left: 4%;
	}
}

:root {
	--swiper-theme-color: #000000;
}

.arrow-layout-2 .slick-arrow:after {
	background: #39b1b2;
	border-color: #2d3e52;
	color: #fff;
	font-family: flaticon;
	padding: 15px;
	font-size: 20px;
}

.recruit {
	margin: 40px 0;
}

.iocnlist {
	padding: 6px 12px;
}

.unitlogo {
	margin: 0 10px;
}