@charset "utf-8";

.inner {
	max-width: 14.4rem;
	margin: 0px auto;
}
.fan{margin:0.35rem auto;}
.header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 145px;
	background: -webkit-linear-gradient(180deg, #210D62 7%, rgba(33, 13, 98, 0) 100%);
	background: -moz-linear-gradient(180deg, #210D62 7%, rgba(33, 13, 98, 0) 100%);
	background: -o-linear-gradient(180deg, #210D62 7%, rgba(33, 13, 98, 0) 100%);
	background: -ms-linear-gradient(180deg, #210D62 7%, rgba(33, 13, 98, 0) 100%);
	background: linear-gradient(180deg, #210D62 7%, rgba(33, 13, 98, 0) 100%);
	opacity: 1;
}

.header .inner {
	padding: 25px 0;
	max-width: 15rem;
}

.logo {}

.search {
	position: absolute;
	right: 0;
	top: 8px;
	height: 32px;
	z-index: 9;
}

.search .sub {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	/* margin-top: 5px; */
	opacity: 1;
	border: 1px solid #9fa0a0;
	background: url(/English/img/search.png) no-repeat center;
}

.search input {
	border: none;
	outline: none;
	background: none;
}

.search .inp {
	line-height: 32px;
	float: left;
	height: 32px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	width: 0;
	text-indent: 10px;
	background-color: #fff;
}

.search .inp::-webkit-input-placeholder {
	font-size: 14px;

}

.search .inp.on {
	width: 195px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

/*导航*/

.nav_wrap {
	width: 71%;
	margin-top: 12px;
	position: relative;
}

.nav {
	/* width: 93%; */
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 9;
	float: right;
	margin-right: 5%;
}

.nav li {
	float: left;
	/* width: 16.6%; */
	position: relative;
	height: 50px;
	margin: 0 16px;
	position: relative;
}



.nav li>a {
	font-size:22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	display: block;
	font-family: 'Lucida Bright';
}

.nav .v1 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	position: relative
}

.nav .v1:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

/* .nav li dl::before {
	content: "";
	background-color: #f09621;
	position: absolute;
	top: 0px;
	width: 0px;
	height: 0px;
	left: 50%;
	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav>li.on dl::before {
	width: 100%;
	height: 3px;
	left: 0px;
} */


.nav .down {
	opacity: 0;
	position: absolute;
	width: 100%;
	min-width: 180px;
	z-index: 99;
	top: 100%;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.nav>li:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.nav .down dl {
	position: relative;

}

.nav .down dd {
	margin-bottom: 0px;
	text-align: center;
	padding: 15px 15px;
	box-sizing: border-box;
}

.nav .down dd:hover {
	background: #210D62;
}

.nav .down dd:hover a {}

.nav .down dd a {
	color: #ffffff;
	font-size: 16px;
	display: block;line-height:1.5;
	font-family: 'Lucida Bright';
}

/* 手机 */
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left
}

.menu-btn {
	overflow: hidden;
	margin-left: 35px;
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent: -5260px;
	opacity: 1;
	position: relative;
	z-index: 999
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3 {
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.searchbtn {
	width: 30px;
	text-align: center;
	line-height: 40px
}

.searchbtn i {
	color: #c80d17;
	font-size: 18px
}

.mobNav {
	position: fixed;
	top: 42px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 98;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	max-height: 70vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp a {
	font-size: 16px;
	color: #210D62;
	font-weight: 700;
	background-size: auto 100%;
	font-family: 'Lucida Bright';
}

.mobNav ul li .navp i {
	display: block;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #210D62;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp i {
	transform: rotate(-45deg)
}

.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px;
	font-family: 'Lucida Bright';
}

.mobNav .toplink {
	margin-bottom: 10px;
}

.mobNav .toplink:after {
	clear: both;
	content: ' ';
	display: block
}

.mobNav .toplink a i {
	font-size: 24px
}

.mobNav .toplink a {
	height: 36px;
	float: left;
	display: block;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	width: 23%;
	transition: .3s;
	color: #333;
	margin: 0 3px;
	border-bottom: 1px solid #ddd;
}

.mobNav .toplink a span {
	width: 100px;
	height: 100px;
	background: #fff;
	top: 100%;
	left: -15px;
	position: absolute;
	z-index: 10;
	padding: 3px;
	display: none
}

.mobNav .toplink a:hover span {
	display: block
}

.headerm {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background: #210D62;
	height: 60px;
	padding-right: 4%;
	padding-left: 4%
}

.headerm .logo img {
	height: 36px
}
.sermob{position:fixed;width:100%;padding:10px;box-sizing: border-box;top:60px;right:0;z-index:66;background:#fff;display:none}
.sermob .inp{width: calc(100% - 100px);height:40px;line-height:40px;padding:0 40px 0 10px;font-size:14px;color:#444;background:0 0;border:1px solid #eee}
.sermob .sub{display:block;cursor:pointer;position:absolute;right: 59px;top: 10px;height:40px;width:40px;border:none;/* border-radius:50%; */overflow:hidden;font-size:14px;color:#8f0e16;background: url(/English/img/ser.svg) center no-repeat #210D62;background-size:20px 20px}
.sermob .close{position:absolute;right: 15px;top: 7px;font-size: 36px;width:20px;height:40px;-webkit-transition:.5s;transition:.5s;/* font-size:20px; */color:#888;cursor:pointer;line-height:42px}



/* banner */
.banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.liturest2 {
	position: relative;
}

.banner .pic a {
	position: relative;
	display: block;
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

.banner .item {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.banner .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	object-fit: cover;
}

.banner .slick-arrow {
	color: transparent;
	position: absolute;
	width: 1.2rem;
	top: 40%;
	background: url(/English/img/defaultleft.png) no-repeat left center;
	background-size: cover;
	height: 1.2rem;
	z-index: 2;
}

.banner .slick-next {
	right: 3%;
	background: url(/English/img/defaultright.png) no-repeat left center;
	background-size: cover;
}

.banner .slick-prev {
	left: 3%;
}

.banner .pic,
.banner .slick-list {
	width: 100%;
}

.banner .slick-dots {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	bottom: 1.4rem;
	z-index: 2;
}

.banner .slick-dots li {
	display: inline-block;
	margin: 0px 7px;
}

.banner .slick-dots li button {
	color: transparent;
	width: 2rem;
	height: 4px;
	background: #C0C0C1;

}

.banner .slick-dots .slick-active button {
	background: #688C00;
}

.banner .bannertitle {
	position: absolute;
	width: 100%;
	min-height: 1.3rem;
	z-index: 9;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	background: -ms-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	bottom: 0rem;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.banner .bannertitle a {
	/* position: absolute; */
	text-align: center;
	/* bottom: 0.6rem; */
	width: 14.4rem;
	font-family: 'Lucida Bright';
	display: block;
	margin: auto;
	line-height: 0.55rem;
	font-size: 0.46rem;
	text-align: center;
	color: #ffffff;
}












/* research */
.research {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(/English/img/bg.png) no-repeat center top #F6F6F6;
}

.research .inner {
	min-height: 7.2rem;
	position: relative;
	background: none;
}

.research .title,
.college .title,.relatenew .title {
	padding: 0.55rem 0 0.2rem 0;
	position: relative;
	color: #1A1A1A;
	font-size: 0.18rem;
	line-height: 1em;
}

.research .title:after,
.college .title:after,.relatenew .title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.72rem;
	height: 0.04rem;
	background: #1A1A1A;
}

.research .title h2,
.college .title h2,.relatenew .title h2 {
	font-size: 0.34rem;
	font-weight: 400;
	line-height: 1em;
	padding-top: 0.06rem;
	font-family: 'Lucida Bright';
	font-weight: bold;
}

.research .research-list {
	position: relative;
	z-index: 11;
	width: 4.8rem;
	margin-top: 0.3rem;
}

.research .research-list li {
	position: relative;
	margin-bottom: 0.15rem;
	height: 0.8rem;
	border: 1px solid transparent;
}

.research .research-list li.on {
	background: #ffffff;
	box-shadow: 0px 16px 32px 0px rgba(21, 85, 0, 0.2000);
}


.research .research-list li:after {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: 50%;
	background: #E7E7E7;
	width: 0.06rem;
	height: 0.72rem;
	margin-top: -0.36rem;
	/* opacity: 0; */
}

.research .research-list li .img {
	display: none;
}

.research .research-list li a.name {
	display: block;
	font-size: 18px;
	line-height: 0.26rem;
	height: 0.56rem;
	box-sizing: border-box;
	color: #000;
	/* font-weight: BOLD; */
	margin: 0.15rem;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2;
	/** 显示的行数 **/
	/* text-indent: 0.28rem; */
	overflow: hidden;
	/** 隐藏超出的内容 **/
	font-family: 'Lucida Bright';
}

.research .research-list li:hover:before,
.research .research-list li.on:before {
	opacity: 1;
	left: 0;
}

.research .research-list li:hover:after,
.research .research-list li.on:after {
	/* opacity: 1; */
	background: #164806;
	height: 0.82rem;
	margin-top: -0.41rem;
}

.research .lresearch-list li:hover a.name,
.research .research-list li.on a.name {
	color: #164806;
	/* left: 0.3rem; */
}

.research .big-img {
	/* position: absolute; */
	z-index: 1;
	width: 9.4rem;
	/* left: 50%; */
	margin-top: 0.7rem;
	/* right: 0; */
	/* top: 1.5rem; */
	/* bottom: auto; */
	/* margin-left: -2.2rem; */
}

.research .big-img:before {
	content: "";
	display: none;
	position: absolute;
	left: 0.7rem;
	top: 0.3rem;
	right: 0;
	bottom: 0;
	width: 11rem;
	height: 7.4rem;
	FONT-VARIANT: JIS78;
	opacity: 1;
	/* border: 8px solid; */
	/* border-image: linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1)) 8 8; */
}

.research .big-img:after {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	top: 0.46rem;
	right: 0;
	bottom: 0;
	/* background: #fff; */
}

.research .big-img a {
	height: 6rem;
	position: relative;
	background: center no-repeat;
	background-size: cover;
	display: block;
	z-index: 2;
}

.research .more,
.college .more {
	display: block;
	font-size: 0.2rem;
	margin-top: 0rem;
	text-align: center;
	line-height: 0.48rem;
	color: #164806;
	width: 1.28rem;
	height: 0.48rem;
	border: 1px solid #DEDEDE;
	font-family: 'Lucida Bright';
}

.research .more:hover,
.college .more:hover {
	color: #ffffff;
	border: 1px solid transparent;
	background: linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -webkit-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -moz-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -o-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -ms-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
}



/* college */
.college {
	margin-top: 0.9rem;
	margin-bottom: 0.9rem;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.college-img {
	width: 5.72rem;
	height: 4.29rem;
	position: relative;

}

.college-img::after {
	content: "";
	width: 4.36rem;
	height: 4rem;
	border: 8px solid;
	position: absolute;
	display: block;
	right: -0.4rem;
	bottom: -0.4rem;
	border-image: linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1)) 8 8;

}

.college-img a {
	display: block;
	position: relative;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.college-about {
	width: 7.2rem;
	color: #666666;
	font-size: 0.2rem;
	font-weight: 400;
}

.about-nr,.about-nr p,.about-nr span {
	line-height: 0.28rem;
	font-size: 0.18rem !important;
	font-family: 'Lucida Bright' !important;
}

.college .title {
	padding-top: 0;
	margin-bottom: 0.55rem;
}

.college .more {
	margin-top: 0.4rem;
	font-family: 'EB Garamond';
}

/* major */
.major {
	margin-top: 0.55rem;


}

.major-list {
	position: relative;
	padding-bottom: 0.2rem;
}

.major>h2 {
	font-size: 0.32rem;
	text-align: center;
	margin-bottom: 0.15rem;
	font-family: 'Lucida Bright';
	font-weight: bold;
}

.major-list .item {
	margin: 0.3rem 0.15rem;
	background-color: #F5F5F5;
	padding: 0.16rem;
	height: 2.56rem;
	box-sizing: border-box;
}

.major-list .item:hover {
	background-color: #ffffff;
	box-shadow: 0px 16px 16px 0px rgba(21, 85, 0, 0.2000);
}

.major-list .item a {
	display: block;
}

.major-list .item h2 {
	color: #1A1A1A;
	font-size: 18px;
	max-height: 0.46rem;
	overflow: hidden;
	line-height: 0.22rem;
	margin: 0.1rem 0 0.2rem 0;
	font-family: 'Lucida Bright';
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.major-img {
	width: 1.28rem;
	height: 1.28rem;
	overflow: hidden;
}

.major-img img {
	width: 100%;
}

.major-zhai {
	width: 2.56rem;
	margin-right: 0.1rem;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.24rem;
	font-family: 'Lucida Bright' !important;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 4;
	/** 显示的行数 **/
	/* text-indent: 0.28rem; */
	overflow: hidden;
	/** 隐藏超出的内容 **/
}

.major-list .slick-arrow {
	position: absolute;
	width: 0.64rem;
	height: 0.64rem;
	z-index: 9;
	border-radius: 50%;
	top: 50%;
	margin-top: -0.32rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: transparent;
}

.major-list .slick-prev {
	background-image: url(/English/img/majorleft.png);
	left: -0.7rem;
}

.major-list .slick-next {
	right: -0.74rem;
	background-image: url(/English/img/majorright.png);
}

.major-list .slick-prev:hover {
	background-image: url(/English/img/majorhoverleft.png);
}

.major-list .slick-next:hover {
	background-image: url(/English/img/majorhoverright.png);
}

/* media */
.media {
	margin-top: 0.3rem;
	position: relative;
	overflow: hidden;
	padding-bottom: 0.24rem;
}

.media-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	top: 0.8rem;
	z-index: 9;
}

.media-title h2 {
	font-size: 0.44rem;
	color: #1A1A1A;
	text-align: center;
	font-family: 'EB Garamond';
	position: relative;
	line-height: 0.6rem;
	padding-bottom: 0.2rem;
}

.media-title h2:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	width: 0.72rem;
	height: 0.04rem;
	background: #1A1A1A;
}

.slider-nav {
	width: 14.4rem;
	margin: auto;
	position: relative;
}

.media .slick-list {
	overflow: visible;
	padding: 0 !important;

}

.media .slick-arrow {
	position: absolute;
	z-index: 999;
	width: 48px;
	height: 48px;
	border-left: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	top: 50%;
	margin-top: -24px;
	background: none;
	color: transparent;
}

.media .slick-prev {
	left: -1.2rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	/* background-image: url(/English/img/medialeft.png); */
}

.media .slick-next {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	right: -1.2rem;
	/* background-image: url(/English/img/mediaright.png); */
}

.slider-nav .media-img {
	max-width: 4.8rem !important;
	height: 3.2rem;
}
.slider-nav .media-img img{height:3.2rem;width: 100%;}
.slider-nav .media-img a {
	display: block;
}

.slider-nav::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	left: -2.4rem;
	top: 0;
	width: 2.4rem;
	height: 3.2rem;
	background: rgba(0, 0, 0, 0.5000);
}

.slider-nav::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	right: -2.4rem;
	top: 0;
	width: 2.4rem;
	height: 3.2rem;
	background: rgba(0, 0, 0, 0.5000);
}

.media .slick-dots {
	display: none !important;
}

.media .slick-center {
	position: relative;
}

.media .slick-center a {
	display: block;
	position: relative;
	z-index: 9;
}

.media .slick-center::before {
	position: absolute;
	content: "";
	display: block;
	width: 5.28rem;
	height: 3.68rem;
	left: -0.24rem;
	top: -0.24rem;
	z-index: 0;
	background: linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -ms-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -o-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -webkit-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -moz-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
}













.footer {

	background-color: #210D62;
	color: #fff;
	font-size: 16px;
	margin-top: 0.8rem;
}

.line {
	width: 1px;
	height: 160px;
	margin-top: 1.5rem;
	margin-left: 1rem;
	margin-right: 0.65rem;
	background: rgba(255, 255, 255, 0.1000);
}

.contact,
.links {
	width: 4.7rem;
	margin-top: 1rem;
}

.contact>h2,
.links>h2 {
	font-size: 24px;
	position: relative;
	font-weight: bold;
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
	/* text-transform: uppercase; */
	font-family: 'Palatino Linotype';
}

.contact>h2::after,
.links>h2::after {
	content: "";
	height: 0.04rem;
	width: 0.76rem;
	background: #688C00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contact p {
	margin-bottom: 0.2rem;
	color: rgba(255, 255, 255, 0.7500);
	font-family: 'Palatino Linotype' !important;
	font-size: 17px;
}

.dilogo {
	margin-top: 1.46rem;
}

.links a {
	display: block;
	color: rgba(255, 255, 255, 0.7500);
	text-decoration: underline;
	font-family: 'Palatino Linotype' !important;
	font-size: 20px;
}

.links a:hover {
	color: #688C00;
}

.links ul li {
	margin-bottom: 0.15rem;
}

.copy {
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #bdc2d8;
	color: #9086a4;
	margin-top: 0.6rem;
	font-family: 'palatino linotype' !important;
	font-size: 20px;
}











/* 内页 */
.neiimg {
	position: relative;
}

.neiimg>img {
	width: 100%;
}

.neiimg .location {
	height: 0.96rem;
	position: relative;
	z-index: 2;
	margin-top: -0.96rem;
	background: rgba(33, 13, 98, 0.6);
}

.neiimg .location h2 {
	font-size: 0.48rem;
	font-family: 'Lucida Bright';
	color: #ffffff;
	line-height: 0.96rem;
	text-indent: 36px;
}

.neiimg .location p {
	margin-right: 15px;
	margin-top: 0.38rem;
	padding-left: 20px;
	background: url(/English/img/area.png) no-repeat left center;
}

.neiimg .location p a,
.neiimg .location p {
	font-size: 14px;
	color: #ffffff;
	font-family: 'Lucida Bright';
}

.nav_left {
	margin-top: 30px;
	width: 23%;
	max-width: 324px;
	position: relative;
	background-color: #F3F3F3;
}

.nav_left>img {
	position: absolute;
	z-index: 0;
	left: -10px;
	top: 0px;
}

.nav_left>h2 {
	font-size: 22px;
	text-align: center;
	height: 82px;
	line-height: 82px;
	padding: 16px 0;
	color: #fff;
	font-weight: normal;
	background:
		url(/English/img/iconpic.png) no-repeat center;
	position: relative;
}

.nav_left>ul>li {
	background-color: #F3F3F3;
	/* text-align: center; */
	border-bottom: 1px solid #E7E7E7;
	/* margin: 0 15px; */
	padding-left: 20px;
	box-sizing: border-box;
}

.nav_left>ul>li>a {
	font-size: 20px;
	display: block;
	height: 64px;
	line-height: 64px;
	box-sizing: border-box;
	color: #333;
	font-family: 'Lucida Bright';
}

.nav_left>ul>li>a:hover {
	color: #ffffff;

}

.nav_left>ul>li:hover {
	background: linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -ms-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -o-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -webkit-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -moz-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
}

.nav_left dl {
	background-color: #eef0f1;
	padding: 8px 0px;
	display: block;
}

.nav_left dl dd a {
	font-size: 15px;
	color: #666666;
	display: inline-block;
	line-height: 28px;
	text-indent: 20px;
}

.nav_left dl dd:hover a {
	color: #005faf;
	text-decoration: underline;
}

.nav_left ul .act {
	background: linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -ms-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -o-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -webkit-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
	background: -moz-linear-gradient(225deg, rgba(33, 13, 98, 1), rgba(31, 118, 58, 1));
}

.nav_left ul .act>a {
	color: #fff;
	/* background: url(/English/img/sandot2.png) no-repeat 92% center; */
}







/*右侧*/
.nav_right {
	width: 74%;
	/* max-width: 1100px; */
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}

.right_inner {
	/* margin: 20px 30px; */
}

.right_top {
	border-bottom: 1px solid #d5d8db;
}

.right_top>h3 {
	font-size: 20px;
	color: #210D62;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	border-bottom: 3px solid #210D62;
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #888888;
	margin-top: 16px;
}

.right_top>p {
	margin-right: 15px;
	padding-left: 25px;
	/* background: url(/English/img/wei.png) no-repeat left center; */
}



/* 列表 */
.list>ul {
	/* margin-top: 20px; */
}

.list>ul li {
	height: 63px;
	line-height: 63px;
	overflow: hidden;
	border-bottom: 1px solid #b0b0b0;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 63px;
	line-height: 63px;
	color: #1A1A1A;
	overflow: hidden;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.list>ul li a i {
	padding: 0px 15px;
}

.list .date1 {
	color: #666666;
	float: right;
	margin-right: 10px;
	padding-left: 20px;
	background: url(/English/img/icontime.png) no-repeat left center;
}

.list>ul li:hover {
	background: #FAFAFA;
}

.list>ul li a:hover {
	color: #164806;
	/* font-weight: bold; */
}

.list {

	margin-bottom: 60px;
}



/* pic */
.pic_list {
	margin-top: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}

.pic_list ul li {
	float: left;
	width: 33.3%;
	position: relative;
	margin-bottom: 30px;
}

.pic_list ul li p {
	font-size: 16px;
	margin: 0.1rem 0;
	color: #666666;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}

.pic_list ul li p i {
	padding-right: 5px;
	color: #BFBFBF;
	position: absolute;
	left: 0;
}

.pic_list ul li a {
	display: block;
	margin: 0px 5%;
}

.pic_list ul li h2,.jiao_wrap ul li h2{
	background: rgba(0, 0, 0, 0.5);
	padding: 18px 20px 17px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	min-width: 2rem;
	bottom: 0;
	/* left: 0; */
	font-weight: normal;

}

.pic_list ul li h2::after,.jiao_wrap ul li h2::after{
	content:'';
	position:absolute;
	bottom: 53px;
	left: 20px;
	width: 32px;
	height: 4px;
	background: #688C00;
}

.pic_list ul li a:hover h2,.jiao_wrap ul li a:hover h2 {
	background: linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -webkit-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -moz-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -o-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -ms-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
}

.pic_list ul li a:hover h2::after,.jiao_wrap ul li a:hover h2::after {
	background: #fff;
}

.pic_list ul li:hover p,
.pic_list ul li:hover p i {
	color: #210D62;
}

.img_wrap {
	position: relative;
	height: 0;
	padding-top: 130%;
	overflow: hidden;
	margin-bottom: 0.25rem;
}

.img_wrap img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}




/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
line-height:30px;
	font-family: "Lucida Bright";
}

.content_title>p {
	text-align: center;
	color: #666666;
	padding-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 25px;
	font-family: "Lucida Bright";
}

.cont {
	margin-top: 30px;
}


.cont p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
font-family: "Candara";
}
.cont span,.cont h2,.cont em,.cont h1,.cont h3,.cont h4,.cont h5,.cont h6,.cont a,.cont div,.cont table,.cont td,.cont tr{font-family: "Candara" !important;}
.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen .popup_renren {
	background-position: 1px -208px;
}

.fen .popup_tqq {
	background-position: 1px -260px;
}

.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
	font-family: 'Lucida Bright';
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #164806;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}

.content {
	padding-bottom: 50px;
	/* margin: 0px 5%; */
}

.dp {
	margin-bottom: 80px;
}


/* 教师列表 */
.jiao_list {
	position: relative;
}

.jiao_list .line2 {
	width: 100%;
	height: 1px;
	background: #210D62;
	position: absolute;
	left: 0;
	top: 52%;
}

.jiao_list .jiao-tltle {
	padding: 0.2rem 0;
	position: relative;
}

.jiao_list .jiao-tltle h2 {
	color: #210D62;
	background-color: #ffffff;
	padding-right: 30px;
	font-size: 0.24rem;
	line-height: 0.3rem;
	position: relative;
	z-index: 9;
}

.jiaobtn {
	width: 75px;
	height: 28px;
	
	border: 1px solid #210D62;
	line-height: 28px;
	font-weight: normal;
	font-size: 14px;
	color: #210D62;
	background-color: #ffffff;
	position: relative;
	z-index: 9;
}

.jiaobtn em {
	float: left;
	font-weight: normal;
	text-indent: 15px;
}

.jiaobtn img {
	position: absolute;
	top: 11px;
	right: 15px;
	
}
.jiaobtn .btnup{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.jiaobtn span {
	float: left;
	display: none;
	text-indent:12px;
}
.jiao_wrap .professor h2{
	font-size: 0.18rem;
	color: #1A1A1A;
	margin-bottom: 0.2rem;
	margin-top: 0.15rem;
}
.jiao_wrap .professor span{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.jiao_wrap ul li{
	float: left;
	width: 20%;
}
.jiao_wrap ul li a{display: block;margin-right:12%;}
.jiao_wrap .img_wrap{
	padding-top: 140%;
}
 .jiao_wrap ul li h2{
	 font-size: 0.16rem;
 }

/* jiaonr */
 .relatenew{
	 background-color: #ffffff;
	 /* padding-top: 0.5rem; */
 }
 .relatenew .title{
	 border-bottom:1px solid #E7E7E7;
 }
 .relate_list>div{
	 margin-top: 0.25rem;
 }
 .relate_list .news_img{
	 width: 1.1rem;
	 height: 0.74rem;
	 overflow: hidden;
 }
 .relate_list .news_img img{width: 100%;}
 .relate_list .news_title{
	 width: 2rem;
	 height: 0.74rem;
	 overflow: hidden;
 }
 .relate_list .news_title a{
	 font-size: 0.16rem;
	 line-height: 0.22rem;
 }
 .relate_list>div:hover .news_title a{
	 color: #1F763A;
 }
 .relatenew .title{
	padding-top: 0.4rem;
 }
 .relatenew .title h2{font-size: 0.24rem;}
 .relatenew .title:after{
	background: linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -webkit-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -moz-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -o-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -ms-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
 }
 .jiao_top .jiaotop_left{
	 width: 65%;
 }
.jiao_top .jiaotop_left>h2{
	font-size: 0.36rem;
	line-height: 0.35rem;
	font-weight: normal;
	padding-bottom: 0.25rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
}
.jiao_top .jiaotop_left>h2::after{
	content: "";
	position: absolute;
	width: 56px;
	height: 4px;
	bottom: 0;
	left: 0;
	background: linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -webkit-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -moz-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -o-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -ms-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
}
.jiao_top .jiaodp p{
	font-size: 16px;
	line-height: 30px;
}
.jiao_top .jiaodp p>span{
	color:#666666 ;
	padding-right: 8px;
}
.jiaotop_right{
	width: 30%;
}
.jiaotop_right img{width: 100%;}
.jiao_bottom .tab-hd{
	border-bottom: 1px solid #F3F3F3;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}
 .jiao_bottom .tab-hd h1{
	 float: left;
	 font-size: 18px;
	 margin-right: 1px;
	 color: #1A1A1A;
	 padding: 10px 15px;
	 font-weight: normal;
	 background-color: #F3F3F3;
 }

 .jiao_bottom .tab-hd h1.active{
	color: #ffffff;
	background-color: #210D62;
 }
 .jiao_bottom .tab-bd .jiao-content{
	 display: none;
 }
 .jiao_bottom .tab-bd .jiao-content.active{display: block;}


 .teach_list>h2{
	 font-size: 0.24rem;
	 line-height: 0.3rem;
	 margin-bottom: 0.15rem;
	 color: #210D62;
 }
 .teach_list ul li{
	 float: left;
	 width: 19%;
	 margin-right: 1.2%;
	 background: #e6e6e6;
	 margin-top: 0.15rem;
	 height: 0.56rem;
	 padding-left: 0.16rem;
	 box-sizing: border-box;
	 position: relative;
	}
	.teach_list ul li::after{
		content: '';
		position: absolute;
		width: 32px;
		height: 4px;
		top: 0;
		left: 0.16rem;
		background: #688C00;
	}
	.teach_list ul li a{
		display: block;
		padding: 0.15rem 0;
		font-size: 0.16rem;
	}
 .teach_list ul li:nth-child(5n){
	 margin-right: 0;
 }
 .teach_list ul li:hover{
	background: linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -webkit-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -moz-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -o-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
	background: -ms-linear-gradient(225deg, #210D62 0%, #1F763A 100%);
 }

 .teach_list ul li:hover::after{
	 background-color: #ffffff;
 }
 .teach_list ul li:hover a{color: #ffffff;}