<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 说明：
 * 1. z-index: 头部 100，底部 200，菜单 11*，提醒 9**，弹窗 8**
 */

/*-----------------[初始化]--------------*/
*, *:before, *:after { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
table { border-collapse: collapse; border-spacing: 0; }
body { color: #5A5A5A; background: #F4F6F4; font: 14px/1.5 "Microsoft Yahei", Poppins; outline: 0; }
a {color: #5A5A5A;text-decoration: none;}
a:hover { color: inherit; }
img {max-width: 100%;border: none;}
em, i { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { font-size: 12px; color: #444; font-family: "Microsoft Yahei", sans-serif; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
input[type="submit"], input[type="reset"], input[type="button"], select, button { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="submit"], input[type="reset"], input[type="button"], button { cursor: pointer; }


::-webkit-input-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
::-ms-input-placeholder { color: #999; }
/* 去掉 IE10+ 密码框默认小眼睛、输入框 X */
::-ms-clear, ::-ms-reveal { display:none; }

.fix { *zoom: 1; }
.fix:after, .fix:before { display: block; content: ""; height: 0; clear: both; }
.c { clear: both; }

.col-l,.l { float: left; }
.col-r,.r { float: right; }

.ani { -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

/*无选中效果*/
.unselect { -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; }

/*布局*/
.wp { width: 98%; max-width: 1160px; margin: 0 auto; }
.wp2 { width: 98%; max-width: 970px; margin: 0 auto; }
.wp3 { width: 98%; max-width: 1060px; margin: 0 auto; }
.h50 { height: 50px; clear: both; overflow: hidden; }
.h100 { height: 100px; clear: both; overflow: hidden; }

/*字体*/
@font-face {
	font-family: Poppins;
	src: url(Poppins.otf);
}

.menuBtn{
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 24px;
	height: 30px;
	cursor: pointer;
	z-index: 101;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn b{
	display: block;
	height: 2px;
	background-color: #ffffff;
	margin: 4px 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 24px;}
.menuBtn.open b:first-child{display: block;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
}

.z-tit1{
	position: relative;
	color: #515151;
}
.z-tit1 img{
	display: block;
	margin-bottom: 5px;
}
.z-tit1 .en{
	font-family: Poppins;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 1.2;
}
.z-tit1 .cn{
	font-weight: bold;
	font-size: 24px;
}

.z-tit1.center{
	text-align: center;
	color: #ffffff;
}
.z-tit1.center img{
	margin: 0 auto;
}
.z-tit1 .g-more{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -26px;
	border: 1px solid #1A7446;
}
.z-tit1 .g-more span{
	color: #1a7446;
	background-image: url(icon-right.png);
}
.z-tit1 .g-more:hover{
	background-color: #1A7446;
}
.z-tit1 .g-more:hover span{
	background-image: url(icon-right_white.png);
	color: #ffffff;
}
.z-tit1 .more2{
	position: absolute;
	bottom: 16px;
	right: 0;
}
.z-tit1 .more2 span{
	padding-right: 10px;
	text-transform: capitalize;
	color: #1a7446;
	background: url(icon-right.png) no-repeat right center;
}
.z-tit1.line{
	padding-bottom: 19px;
	border-bottom: 2px solid #FFCE35;
	margin-bottom: 20px;
}
.g-more{
	display: block;
	width: 164px;
	height: 53px;
	line-height: 51px;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #ffffff;
	margin: 0 auto;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.g-more span{
	font-family: Poppins;
	font-size: 13px;
	padding-right: 13px;
	background: url(icon-right_white.png) no-repeat right center;
	color: #ffffff;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.g-more:hover{
	background-color: #fff;
}
.g-more:hover span{
	color: #0e633c;
	background-image: url(icon-right.png);
}

.header2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0 60px 0 53px;
}

.header2 .nav li{
	margin-right: 50px;
}
.header .nav li a{
	position: relative;
	display: block;
	font-size: 20px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.header2 .nav li a{
	line-height: 53px;
	color: #ffffff;
	padding: 0 8px;
}
.header1 .nav li a{
	line-height: 72px;
	padding: 0 30px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.header .nav li.on a{
	font-weight: bold;
}
.header .nav li.on a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
}
.header2 .nav li a:hover{
	opacity: .8;
}
.header1 .nav li.on a:after{
	background-image: linear-gradient(to right, #72AA56, #00734D);
}
.header2 .nav li.on a:after{
	background: #ffffff;
}
.header1 .nav li a:hover{
	color: #1a7446;
}
.form-so{
	width: 206px;
}
.form-so .inp{
	width: 100%;
	font-size: 17px;
	height: 51px;
	padding-left: 97px;
	color: #ffffff;
	background: url(so.png) no-repeat 72px center;
}
.header1 .form-so{
	background-image: linear-gradient(to right, #72AA56, #00734D);
}
.header1 .form-so .inp{
	border: 0;
	height: 43px;
}
.header2 .form-so .inp{
	border: 1px solid #ffffff;
}
.form-so .inp::-webkit-input-placeholder { color: #ffffff; }
.form-so .inp::-moz-placeholder { color: #ffffff; }
.form-so .inp::-ms-input-placeholder { color: #ffffff; }







.header1{
	height: 123px;
	background: linear-gradient(to right, rgba(255,255,255,.1), rgba(49,138,81,.1));
}
.header1 .wp{
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1430px;
	height: 100%;
}
.header1 .logo{
	margin-top: 23px;
}
.header1 .form-so{
	position: absolute;
	top: 18px;
	right: 0;
	z-index: 10;
}
.header1 .nav{
	position: absolute;
	bottom: -4px;
	right: -30px;
}




.footer{

}
.fd-top{
	padding: 54px 0 50px;
	background: url(fd_bg.png) no-repeat center / cover;
}
.fd-logo{
	margin-bottom: 40px;
}
.fd-nv{
	display: flex;
	color: #ffffff;
}
.fd-nv li{

}
.fd-nv li + li{
	margin-left: 130px;
}
.fd-nv .tit{
	font-size: 18px;
	margin-bottom: 18px;
}
.fd-nv .con{
	font-size: 12px;
	line-height: 2;
	color: #ffffff;
}
.fd-nv .con a{
	display: block;
	color: #ffffff;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.fd-nv .con a:hover{
	opacity: .9;
}
.fd-nv .con select{
	position: relative;
	top: -10px;
	font-size: 14px;
	height: 40px;
	width: 141px;
	border: 0;
	background: transparent url(icon_down.png) no-repeat right 6px center;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
}
.fd-nv .con select option{
	color: #333333;
}
.fd-bot{
	padding: 8px 0;
	background: #1A7446;
	overflow: hidden;
	color: #ffffff;
	background: linear-gradient(to right,#6B9B42,#0A613C);
	border-top: 1px solid rgba(255,255,255,.2);
}
.fa-eq{
	text-align: center;
}
.fa-eq img{
	width: 110px;
	height: 106px;
}
.fa-eq p{
	font-weight: bold;
	color: #ffffff;
}
.nv-eq{
	display: flex;
	justify-content: space-between;
}




.banner{
	position: relative;
	overflow: hidden;
        width:100%;
}
.banner::after{
	content: '';
	position: absolute;
	top: 0;
	height: 301px;
	left: 0;
	right: 0;
	background: url(banner_mask.png) no-repeat center top;
	z-index: 2;
}
.banner .swiper-slide{
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;background-size: cover;
}
.banner .swiper-pagination{
	bottom: 194px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width: 79px;
	height: 4px;
	background: rgba(255,255,255,.3);
	border-radius: 0;
	opacity: 1;
	margin: 0 3px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #ffffff;
}
.banner .box{
	position: relative;
}
.banner .swiper-arrow{
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -27px;
	width: 53px;
	height: 53px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #ffffff;
	cursor: pointer;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.banner .swiper-prev{
	background-image: url(prev.png);
}
.banner .swiper-next{
	left: auto !important;
	right: 50px;
	background-image: url(next.png);
}
.banner .swiper-arrow:hover{
	background-color: #0E633C;
	border-color: #0E633C;
}

.ul-entrance{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);
	width: 1160px;
	bottom: 20px;
	margin: 0 auto;
	z-index: 3;
      	text-align:center;
}
.ul-entrance li{
	/*float:left;*/
        display: inline-block;
	width: 14.28%;
}
.ul-entrance .inner{
	display: block;
	background: rgba(255,255,255,.7);
	margin: 0 3px;
	padding: 16px 0 15px;
	text-align: center;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.ul-entrance i{
	display: block;
	width: 125px;
	height: 86px;
	text-align: center;
	margin: 0 auto 5px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.ul-entrance .i1{
	background-image: url(z-icon1.png);
}
.ul-entrance .i2{
	background-image: url(z-icon2.png);
}
.ul-entrance .i3{
	background-image: url(z-icon3.png);
}
.ul-entrance .i4{
	background-image: url(z-icon4.png);
}
.ul-entrance .i5{
	background-image: url(z-icon5.png);
}
.ul-entrance .i6{
	background-image: url(z-icon6.png);
}
.ul-entrance .i7{
	background-image: url(z-icon7.png);
}
.ul-entrance .inner:hover{
	background-color: #fff;
}
.ul-entrance .inner:hover .i1{
	background-image: url(z-icon1_on.png);
}
.ul-entrance .inner:hover .i2{
	background-image: url(z-icon2_on.png);
}
.ul-entrance .inner:hover .i3{
	background-image: url(z-icon3_on.png);
}
.ul-entrance .inner:hover .i4{
	background-image: url(z-icon4_on.png);
}
.ul-entrance .inner:hover .i5{
	background-image: url(z-icon5_on.png);
}
.ul-entrance .inner:hover .i6{
	background-image: url(z-icon6_on.png);
}
.ul-entrance .inner:hover .i7{
	background-image: url(z-icon7_on.png);
}
.ul-entrance p{
	font-weight: bold;
	font-size: 18px;
	color: #0E633C;
}
.banner .wp{
	position: relative;
	height: 100%;
	z-index: 3;
}
.banner_info{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
}
.g-ask{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.g-ask img{
	display: block;
}
.banner .txt-box{
	float: left;
}
.banner .banner_map{
	float: right;
	margin: 200px -135px 0 0;
}
.banner .title{
	padding: 280px 0 0;
	color: #ffffff;
	margin-bottom: 106px;
}
.banner .title .en{
	font-family: Poppins;
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 12px;
}
.banner .title .cn{
	font-weight: bold;
	font-size: 30px;
}
.banner .title .cn img{
	width: 40px;
}

.count-list li{
	display: flex;
	margin-bottom: 45px;
}
.count-list li span{
	font-size: 64px;
	line-height: 1;
	color: #ffffff;
}
.count-list li em{
	font-weight: bold;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #FFCE35;
	border-radius: 50%;
	color: #0b512c;
}
.count-list li strong{
	font-size: 16px;
	color: #ffffff;
	align-self: flex-end;
}








.index-row1{
	padding: 60px 0 50px;
	background: #ffffff;
}
.index-row1 .ul-news{
	margin: 0 -15px;
	padding: 48px 0 0;
}
.index-row1 .ul-news li{
	float: left;
	width: 25%;
}
.index-row1 .ul-news .inner{
	margin: 0 15px;
}
.ul-news{
	overflow: hidden;
}
.ul-news li{
	margin-bottom: 30px;
}
.ul-news .inner{
	overflow: hidden;
}
.ul-news .date{
	float: left;
	width: 41px;
	border: 1px solid #1A7446;
	margin-right: 11px;
	font-family: Poppins;
}
.ul-news .date .month{
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	background: linear-gradient(90deg, #00734D, #72AA56);
	text-align: center;
	color: #ffffff;
}
.ul-news .date .day{
	font-weight: bold;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #1a7446;
}
.ul-news a{
	display: block;
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
	height: 48px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.ul-news a:hover{
	color: #0e633c;
}
.index-row2{
	padding: 76px 0 70px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;background-size: cover;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.enrollment_list{
	overflow: hidden;
	padding: 80px 0 40px;
	width: 738px;
	margin: 0 auto;
}
.enrollment_list li{
	float: left;
	width: 25%;
	margin-bottom: 32px;
}
.enrollment_list .li6{display: none;}
.enrollment_list .li8{width: 33%;}
.enrollment_list .li4{width: 33%;}
.enrollment_list .li2{width: 33%;}
.enrollment_list .li8 a{margin:0 auto;}
.enrollment_list .li4 a{margin:0 auto;}
.enrollment_list .li2 a{margin:0 auto;}
.enrollment_list .inner{
	position: relative;
	display: block;
	font-size: 20px;
	color: #ffffff;
	margin: 0 12px;
	width: 166px;
	height: 66px;
	padding: 20px 0 0;
	background: transparent;
	border-bottom: 2px solid rgba(255,255,255,.3);
	text-align: center;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.enrollment_list .inner em{
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -21px;
	width: 40px;
	height: 42px;
	line-height: 42px;
	background: url(yuan3.png) no-repeat center;
	opacity: 0;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.enrollment_list .inner span{
	position: relative;
	z-index: 3;
}
.enrollment_list .inner:before{
	content: '';
	position: absolute;width: 100%;bottom: 0;left: 0;height: 0;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.enrollment_list .li1 .inner:before,
.enrollment_list .li5 .inner:before,
.enrollment_list .li8 .inner:before{
	background: linear-gradient(to right, #F0B557,#D77E45);
}
.enrollment_list .li2 .inner:before,
.enrollment_list .li4 .inner:before,
.enrollment_list .li6 .inner:before{
	background: linear-gradient(to right, #4CB1CA,#0F5FB1);
}
.enrollment_list .li3 .inner:before,
.enrollment_list .li7 .inner:before{
	background: linear-gradient(to right, #72AA56,#00734D);
}
.enrollment_list .li2 .inner em,
.enrollment_list .li4 .inner em,
.enrollment_list .li6 .inner em{
	background-image: url(yuan4.png);
}
.enrollment_list .li3 .inner em,
.enrollment_list .li7 .inner em{
	background-image: url(yuan5.png);
}
.enrollment_list .inner:hover{
	border-bottom-color: #ffffff;
}
.enrollment_list .inner:hover:before{
	height: 100%;
}
.enrollment_list .inner:hover em{
	opacity: 1;
}
.index-row3{
	padding: 62px 0 28px;
	background: #ffffff;
}
.index-row3 .col-l{
	width: 748px;
}
.index-row3 .col-r{
	width: 377px;
}
.index-row3 .ul-news{
	flex: 0 0 370px;
	margin-right: 38px;
}
.index-row3 .ul-news a{
	font-weight: bold;
	font-size: 16px;
}
.z-news{
	display: block;
}
.z-news .pic{
	position: relative;
	padding-top: 59.68%;
	margin-bottom: 22px;
	overflow: hidden;
}
.z-news .pic img{
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.z-news p{
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #5a5a5a;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
	height: 52px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.z-news:hover .pic img{
	-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);
}
.z-news:hover p{
	color: #0e633c;
}
/*日历样式*/
.news_calendar{
	display: flex;

}
.calendar_box{
	flex: 1;
	height: 300px;
	position: relative;
	border: 3px solid #1A7446;
}
.calendar_box .calendar_title{
	font-weight: bold;
	line-height: 46px;
	color: #1a7446;
	text-align: center;
}
.province_list{
	display: flex;
	flex-wrap: wrap;
	padding: 5px 10px 30px;
}
.province_list li{
	flex: 0 0 14.2857%;
}
.province_list li a{
	position: relative;
	z-index: 2;
	display: block;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}
.province_list li a span{
	position: relative;
	z-index: 3;
	display: block;
	color: #8d8d8d;
}
.province_list li.on a:before{
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -10px;
	right: -10px;
	background: url(yuan6.png) no-repeat center;
	color: #ffffff;
}
.province_list li.on a span{
	color: #ffffff;
}
.calendar_arrow{
	position: absolute;
	top: 14px;
	width: 10px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.calendar_arrow.prev{
	left: 20px;
	background-image: url(prev_on.png);
}
.calendar_arrow.next{
	right: 20px;
	background-image: url(next_on.png);
}
.pop-calendar{
	display: none;
	position: absolute;
	top: -3px;
	right: 100%;
	width: 298px;
	border: 3px solid #1A7446;
	padding: 40px 44px 10px;
	background: #ffffff url(bg.png) no-repeat center / cover;
	z-index: 2;
}
.pop-calendar .tit{
	font-size: 18px;
	color: #5a5a5a;
	margin-bottom: 20px;
}
.pop-calendar .tit img{
	display: block;
	width: 28px;
	height: 14px;
}
.calendar_list li{
	border-left: 2px solid #FFD700;
	margin-bottom: 22px;
	padding-left: 12px;
}
.calendar_list li p{
	line-height: 24px;
}

.fc-day-number{
	font-family: Poppins;
}
.fc-button-prev{
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	width: 46px;
	background: url(c-prev.png) no-repeat center;
	cursor: pointer;
}
.fc-button-next{
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	width: 46px;
	background: url(c-next.png) no-repeat center;
	cursor: pointer;
}
.fc-other-month{
	color: #8d8d8d;
}
#calendar .fc-day{
	text-align: center;
	height: 42px;
}





.fc-today{
	background: url(c-bg.png) no-repeat center;
	color: #ffffff;
}
.fc-event-title{
	position: relative;
	font-size: 0;
	display: block;
	margin: 0 auto;
	width: 6px;
	height: 6px;
	background: url(c-yuan.png) no-repeat center;
	cursor: pointer;
}
.fc-event-title:after{
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}
.index-row4{
	padding: 46px 0 24px;
}
.pictures-videos{
	overflow: hidden;
	padding: 32px 0 0;
}
.pictures-videos .swiper-video{
	float: left;
	width: 573px;
}

.qinghe-list{
	padding: 35px 0 0;
	overflow: hidden;
	margin: 0 -8px;
}
.qinghe-list li{
	float: left;
	width: 33.33%;
}
.qinghe-list .inner{
	margin: 0 8px;
}










.swiper-video{
	overflow: hidden;
}
.swiper-video .box{
	position: relative;
}
.swiper-video .pic{
	display: block;
	position: relative;
	padding-top: 70.85%;
	overflow: hidden;
}
.swiper-video .pic img{
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.swiper-video .pic:after{
	content: '';
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	background: rgba(0,0,0,.4) url(icon-play2.png) no-repeat center;
}




.swiper-video .swiper-button{
	position: absolute;
	top: 50%;
	margin-top: -27px;
	width: 53px;
	height: 53px;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.swiper-video .swiper-button.swiper-right{
	right: 0;
}
.swiper-video .swiper-button:after{
	content: '';
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	background-repeat: no-repeat;
	background-position: center;
}
.swiper-video .swiper-button.swiper-left:after{
	background-image: url(prev2.png);
}
.swiper-video .swiper-button.swiper-right:after{
	background-image: url(next2.png);
}
.swiper-video .swiper-button:hover{
	opacity: .8;
}
.swiper-video .swiper-slide:hover .pic img{
	-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);
}
.swiper-video .pic:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 11px;
	z-index: 2;
}
.qinghe-list .li1 .pic:before{
	background-image: linear-gradient(45deg,rgba(15,95,177,.78),rgba(76,177,202,078));
}
.qinghe-list .li2 .pic:before{
	background-image: linear-gradient(45deg, rgba(0,155,77,.78), rgba(114,170,86,.78));
}
.qinghe-list .li3 .pic:before{
	background-image: linear-gradient(45deg, rgba(215,126,69,.78), rgba(240,181,87,.78));
}

.qinghe-list .li1 .swiper-video .swiper-button{
	background-image: linear-gradient(45deg, #4CB1CA,#0F5FB1);
}
.qinghe-list .li2 .swiper-video .swiper-button{
	background-image: linear-gradient(45deg, #72AA56, #00734D);
}
.qinghe-list .li3 .swiper-video .swiper-button{
	background-image: linear-gradient(45deg, #F0B557, #D77E45);
}

.swiper-video .txt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}
.swiper-video .txt .tit{
	font-size: 17px;
	color: #2d2d2d;
}
.swiper-video .txt .more{
	text-transform: capitalize;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right center;
}
.qinghe-list .li1 .swiper-video .txt .more{
	color: #2278b9;
	background: url(arrow1.png) no-repeat right center;
}
.qinghe-list .li2 .swiper-video .txt .more{
	color: #1a7446;
	background: url(arrow2.png) no-repeat right center;
}
.qinghe-list .li3 .swiper-video .txt .more{
	color: #DF8F4A;
	background: url(arrow3.png) no-repeat right center;
}
.pictures-list{
	overflow: hidden;
}
.pictures-list li{
	float: left;
	width: 50%;
}
.pictures-list .inner{
	display: block;
	margin: 0 0 24px 15px;
}
.pictures-list .pic{
	position: relative;
	padding-top: 62.36%;
	overflow: hidden;
}
.pictures-list .pic img{
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.pictures-list .pic:after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 11px;
	left: 0;
	right: 0;
}
.pictures-list .inner:hover .pic img{
	-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);
}
.pictures-list .inner:hover .g-link span{
	color: #0e633c;
	background-image: url(next3_on.png);
}





.g-link{
	display: block;
	margin-top: 10px;
	font-size: 17px;
}
.g-link span{
	color: #2d2d2d;
	padding-right: 19px;
	background: url(next3.png) no-repeat right 7px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}



.pictures-list .li1 .pic:after{
	background: linear-gradient(rgba(15,95,177,.78), rgba(76,177,202,.78));
}
.pictures-list .li2 .pic:after{
	background: linear-gradient(rgba(0,115,77,.78), rgba(114,170,86,.78));
}
.pictures-list .li3 .pic:after{
	background: linear-gradient(rgba(215,126,69,.78), rgba(240,181,87,.78));
}
.pictures-list .li4 .pic:after{
	background: linear-gradient(rgba(0,115,77,.78), rgba(114,170,86,.78));
}

.main{
	padding: 18px 0 0;
}
.banner + .main{
	padding: 0;
}
/*报考指南*/
.m-text{
	padding: 52px 0 0;
}
.m-text h1{
	font-size: 39px;
	line-height: 1.3846;
	color: #0b512c;
	margin-bottom: 14px;
}
.m-text .tip{
	line-height: 19px;
	color: #3e3e3e;
}
.m-text .tip:after{
	content: '';
	display: block;
	width: 34px;
	height: 4px;
	background-image: linear-gradient(to right, #72AA56, #00734D);
	margin: 28px 0;
}
.m-text .con{
	font-size: 15px;
	line-height: 28px;
}
.m-text .con img{
	display: block;
	width: 100%;
	margin-bottom: 44px;
}
.m-history{
	position: relative;
	margin: 60px auto 0;
	max-width: 704px;
}
.m-history .line{
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 248px;
	bottom: 248px;
	width: 17px;
	background: url(history_c_bg.png) repeat-y;
}
.m-history:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px;
	height: 248px;
	width: 17px;
	background: url(history_top_bg.png) center;
}
.m-history:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	width: 17px;
	height: 248px;
	background: url(history_bot_bg.png) center;
}
.m-history ul li{
	position: relative;
	margin-bottom: 50px;
}
.m-history .year{
	font-family: Arial;
	position: absolute;
	font-weight: bold;
	font-size: 29px;
	color: #246c3a;
}
.m-history .year:before{
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 35px;
	background: #FFCE35;
}
.m-history .con{
	position: relative;
	font-size: 15px;
	line-height: 28px;
}

.teacher_list{
	display: flex;
	flex-wrap: wrap;
	margin-right: -80px;
	padding: 0 0 30px;
}
.teacher_list li{

}
.teacher_list .inner{
	width: 155px;
	text-align: center;
	margin-right: 80px;
	margin-bottom: 30px;
}
.teacher_list .pic{
	width: 155px;
	height: 192px;
	margin-bottom: 46px;
}
.teacher_list .pic img{
	display: block;
	width: 100%;
}
.teacher_list .txt{
	color: #4e5055;
}
.teacher_list .txt .s1{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
}
.teacher_list .txt .s2{
	font-weight: bold;
	font-size: 12px;
}
.teacher_list .txt .s2:after{
	content: '';
	display: block;
	margin: 7px auto;
	height: 2px;
	width: 82px;
	background: #E3E5E4;
}
.teacher_list .txt .s3{
	font-size: 12px;
	line-height: 20px;
}





.teacher_list2{
	display: flex;
	flex-wrap: wrap;
}
.teacher_list2 li{
	margin-right: 58px;
	font-size: 12px;
	color: #4e5055;
	width: 126px;
	padding-bottom: 18px;
	border-bottom: 1px solid #CDCFCE;
	margin-bottom: 20px;
}
.teacher_list2 li:nth-child(5n){
	margin-right: 0;
}
.teacher_list2 .s1{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}
.teacher_list2 .s2{
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: 1px dotted #D6D8D7;
	margin-bottom: 15px;
}
.teacher_list2 .s3{
	font-weight: bold;
}
.row-teacher{
	padding: 0 0 50px;
	border-top: 2px solid #FFCE35;
}
.content .cont-info .row-teacher .info-title{
	line-height: 1.7;
	margin-top: 24px;
	margin-bottom: 35px;
	height: 100px;
}
.teacher-box{
	display: flex;
	justify-content: space-between;
}
.teacher-box .row-teacher{
	padding-right: 70px;
}
.teacher-box .teacher_list2 li{
	margin-right: 22px;
}
.content .cont-info .info-title.info-title2{
	font-size: 20px;
	line-height: 1.3;
}
.info-intro{
	font-size: 15px;
	line-height: 28px;
}
.info-intro img{
	display: block;
	margin-bottom: 30px;
}
.desc + .swiper-video{
	margin-right: 75px;
        position: relative;
}
.desc + .swiper-video .pic{
	padding-top: 53.23%;
}

.cur {font-size: 12px;color: #5C6A61;}

.cur em {
	margin: 0 10px;
}

.cur a {
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}

.cur a:hover {
	color: #1a7446;
}

.content {
	margin-top: 45px;
	padding-bottom: 110px;
	overflow: hidden;
}

.content .side {
	float: left;
	width: 200px;
	padding: 0 56px 0 20px;
	position: relative;
}

.content .side:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	bottom: 0;
	background-image: linear-gradient(#00734D, #72AA56);
}

.content .side li {
	font-size: 17px;
	color: #5C6A61;
}

.content .side li.on a span {
	color: #1a7446;
}

.content .side li + li {
	margin-top: 40px;
}

.content .side li a {
	display: flex;
	align-items: center;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}

.content .side li a .icon {
	display: none;
	width: 21px;
	margin-left: 10px;
}

.content .side li.on .icon {
	display: block;
}

.content .side li a .icon img {
	display: block;
	height: auto;
	width: 100%;
}

.content .side li a:hover {
	color: #1a7446;
}

.content .cont-info {
	overflow: hidden;
	position: relative;
	padding-left: 66px;
}

.content .cont-info:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 550px;
	background-color: #b7c9ce;
}

.content .cont-info .cont-title .icon-tit {
	display: block;
	width: 48px;
}

.content .cont-info .cont-title .icon-tit img {
	display: block;
	height: auto;
	width: 100%;
}

.content .cont-info .cont-title {
	color: #515151;
	position: relative;
	background-color: #F4F6F4;
	padding-right: 10px;
}

.content .cont-info .cont-title:after {
	content: '';
	position: absolute;
	right: 0;
	top: 40px;
	width: 100%;
	height: 2px;
	background-color: #ffce35;
}

.content .cont-info .cont-title .tit-en {
	font-family: Poppins;
	font-size: 20px;
	background-color: #F4F6F4;
	display: inline-block;
	z-index: 10;
	position: relative;
	padding-right: 10px;
	letter-spacing: -.6px;
}

.content .cont-info .cont-title .tit-cn {
	font-size: 24px;font-weight: bold;
}

.content .cont-info .info-title {
	font-size: 24px;
	font-weight: bold;
	color: #0b512c;
	margin-top: 60px;
	margin-bottom: 35px;
	line-height: 32px;
}

.content .cont-info .info-title span {
	display: block;
}

.content .cont-info .info-pic {
	display: block;
}

.content .cont-info .info-pic img {
	display: block;width: 100%;
}

.content .cont-info .remarks {
	margin-top: 40px;
}

.content .cont-info .remarks .tit {
	font-size: 20px;
	color: #0b512c;
	font-weight: bold;
}

.content .cont-info .remarks p {
	font-size: 12px;
	line-height: 24px;
	color: #5a5a5a;
}

/*资料下载------------------------------------------------------*/
.content .cont-info .cont-list {
	margin-top: 60px;
}

.content .cont-info .cont-list .list-row {
	display: flex;
	align-items: center;
	border-bottom: 3px solid #C7C7C7;
	padding-bottom: 18px;
	margin-bottom: 22px;
	position: relative;
}

.content .cont-info .cont-list .list-row .detail {
	font-size: 22px;
	/*font-weight: bold;*/
	color: #5a5a5a;
	padding: 0 50px 0 39px;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}

.content .cont-info .cont-list .list-row .detail:hover {
	color: #1a7446;
}

.content .cont-info .cont-list .list-row .list-icon {
	display: block;
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
}

.content .cont-info .cont-list .list-row .list-icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.content .cont-info .cont-list .list-row span {
	border: 1px solid #1A7446;
	display: block;
	width: 60px;
	height: 74px;
	line-height: 25px;
	text-transform: uppercase;
}

.content .cont-info .cont-list .list-row span em {
	display: block;
	width: 58px;
	height: 29px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-image: linear-gradient(to right, #00734D, #72AA56);
}

.content .cont-info .cont-list .list-row span i {
	display: block;
	color: #1a7446;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	height: calc(74px - 29px);
	line-height: 38px;
}

/*专业介绍----------------------------------------------------*/

.content .cont-info .info-tit {
	display: flex;
	justify-content: space-between;
	margin-top: 63px;
}

.content .cont-info .info-tit .tit-l .title-en {
	font-weight: bold;
	font-family: Poppins;
	font-size: 34px;
	color: #70be93;
	letter-spacing: -.5px;
}

.content .cont-info .info-tit .tit-l .title-cn {
	font-size: 40px;
	color: #1a7446;
	font-weight: bold;
}

.content .cont-info .info-tit .tit-l .img {
	display: inline-block;
	width: 53px;
	margin-left: 10px;
}
.content .cont-info .info-tit .tit-r img{
	display: block;
}
.content .cont-info .info-tit .tit-l .img img {
	display: block;
	width: 100%;
	height: auto;
}

.content .cont-info .desc {
	overflow: hidden;
	margin: 33px 0 52px;
}

.content .cont-info .desc .desc-l {
	float: left;
	width: 200px;
	color: #5a5a5a;
	margin-right: 18px;
}

.content .cont-info .desc .desc-l p {
	margin-bottom: 5px;
}

.content .cont-info .desc .desc-l .details {
	margin-bottom: 20px;
}

.content .cont-info .desc .desc-l .details p {
	font-size: 15px;
	line-height: 23px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}

.content .cont-info .desc .desc-l a {
	font-size: 15px;
	font-weight: bold;
	display: block;
}

.content .cont-info .desc .desc-l a span {
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}

.content .cont-info .desc .desc-l a span:nth-child(2) {
	color: #b2b2b2;
	margin-left: 20px;
}

.content .cont-info .desc .desc-l a:hover span {
	color: #1a7446;
}

.content .cont-info .desc .desc-l .intro p {
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}

.content .cont-info .desc .desc-l .intro a + a {
	margin-top: 16px;
}

.content .cont-info .desc .desc-r {
	overflow: hidden;
}

.content .cont-info .desc .desc-r img {
	display: block;
	width: 100%;
}

.content .cont-info .video {
	margin-top: 53px;
	position: relative;
	margin-right: 75px;
}

.content .cont-info .video .swiper-prev {
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 10;
}

.content .cont-info .video .swiper-prev:after {
	content: '';
	background: url(swi-icon-l.png) no-repeat center center / contain;
	width: 8px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content .cont-info .video .swiper-next {
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 10;
}

.content .cont-info .video .swiper-next:after {
	content: '';
	background: url(swi-icon-r.png) no-repeat center center / contain;
	width: 8px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content .cont-info .video .swiper-prev,
.content .cont-info .video .swiper-next {
	background-image: linear-gradient(to top left, #72AA56, #00734D);
	width: 53px;
	height: 53px;
	cursor: pointer;
}

.content .cont-info .video a span {
	font-size: 15px;
	font-weight: bold;
}

.content .cont-info .video .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.content .cont-info .video a {
	margin-top: 15px;
	display: block;
}

.content .cont-info .video a span:nth-child(2) {
	color: #b2b2b2;
	margin-left: 20px;
}

.content .cont-info .video .swiper-slide .pic:after {
	content: ' ';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
}

.content .cont-info .video .swiper-slide .pic {
	display: block;
	width: 100%;
}

.content .cont-info .video .swiper-slide .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

/*招生快讯--------------------------------------------------------*/

.content .cont-info .list {
	overflow: hidden;
	margin: 60px -10px;
}

.content .cont-info .list .list-box {
	float: left;
	width: 50%;
	margin-bottom: 21px;
}

.content .cont-info .list .list-box .list-item {
	display: block;
	position: relative;
	margin: 0 10px;
}

.content .cont-info .list .list-box .list-item .date {
	font-family: Poppins;
	border: 1px solid #1A7446;
	display: block;
	width: 40px;
	height: 50px;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 10px;
}

.content .cont-info .list .list-box .list-item .date em {
	display: block;
	width: 38px;
	height: 19px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	background-image: linear-gradient(to right, #00734D, #72AA56);
}

.content .cont-info .list .list-box .list-item .date i {
	display: block;
	color: #1a7446;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: calc(100% - 19px);
	line-height: 28px;
	background-color: #fff;
}

.content .cont-info .list .list-box .list-item .pic {
	position: relative;
	display: block;
	padding-top: 60.37%;
	overflow: hidden;
}

.content .cont-info .list .list-box .list-item .pic img {
	display: block;
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}

.content .cont-info .list .list-box .list-item:hover .pic img {
	-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);
}

.content .cont-info .list .list-box .list-item .item-tit {
	background-color: #F4F6F4;
	font-size: 16px;
	font-weight: bold;
	color: #5a5a5a;
	padding: 15px 30px 8px 0;
	position: absolute;
	bottom: 25%;
	line-height: 22px;
	z-index: 10;
	max-width: 288px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}

.content .cont-info .list .list-box .list-item .item-tit span {
	position: relative;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}

.content .cont-info .list .list-box .list-item .item-tit:after {
	content: '';
	position: absolute;
	width: 19px;
	height: 3px;
	left: 0;
	bottom: -18px;
	background-color: #c7c7c7;
}

.content .cont-info .list .list-box .list-item .item-info {
	padding-top: 68px;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}

.content .cont-info .list .list-box .list-item:hover .item-tit {
	color: #1a7446;
}

/*专业简介------------------------------------------------------------*/

.content .cont-info .intro-list .list-box .item .intro-pic {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	border-bottom: 2px solid #FFCE35;
	padding: 0 20px;
}

.content .cont-info .intro-list .list-box .item .intro-pic img {
	display: block;
}

.content .cont-info .intro-list {
	overflow: hidden;
	margin: 60px -12px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.content .cont-info .intro-list .list-box {
	width: 33.33%;
	margin-bottom: 16px;
}

.content .cont-info .intro-list .list-box .item {
	display: block;
	margin-right: 12px;
	background-color: #ffffff;
	padding: 12px 17px;
}

.content .cont-info .intro-list .list-box .item .tit-box {
	margin-top: 6px;
}

.content .cont-info .intro-list .list-box .item .tit-box .item-tit-en {
	font-weight: bold;
	font-family: Poppins;
	color: #70be93;
	font-size: 9px;
	line-height: 1;
	margin-bottom: 2px;
	height: 24px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.content .cont-info .intro-list .list-box .item .tit-box .item-tit-en span {
	display: block;
	flex: 0 0 100%;
}

.content .cont-info .intro-list .list-box .item .tit-box .item-tit-cn {
	font-size: 16px;
	font-weight: bold;
	color: #515151;
}

.intro-list .list-box .item .tit-box .item-tit-cn .tit-icon {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: auto;
}

.intro-list .list-box .item .tit-box .item-tit-cn .tit-icon img {
	display: block;
	width: 100%;
}

/*新闻资讯--------------------------------------------------------------*/
.news-list {
	margin-top: 64px;
}

.news-list .list-row {
	border-bottom: 2px solid #FFD700;
	padding: 20px 0 20px 0;
}

.news-list .list-row .title .row-icon {
	flex: 0 0 24px;
	margin-right: 9px;
}

.news-list .list-row .title .row-icon img {
	display: block;
	width: 100%;
	height: auto;
}

.news-list .list-row .title {
	font-size: 22px;
	color: #5a5a5a;
	display: flex;
	align-items: center;
}

.news-list .list-row .title a {
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}

.news-list .list-row .title a:hover {
	color: #1a7446;
}

.news-list .list-row .row-content {
	padding: 0 35px;
	margin-top: 6px;
}

.news-list .list-row .row-content .row-desc {
	font-size: 14px;
	color: #515151;
	line-height: 30px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}

.news-list .list-row .row-content .row-info {
	font-size: 16px;
	display: flex;
	margin-top: 14px;
}

.news-list .list-row .row-content .row-info .date {
	color: #515151;
	font-weight: bold;
}

.news-list .list-row .row-content .row-info .btn {
	margin-left: 22px;
}

.news-list .list-row .row-content .row-info .btn span {
	color: #1a7446;
}

.news-list .list-row .row-content .row-info .btn i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}

.news-list .list-row .row-content .row-info .btn i img {
	display: block;

}

.news-list .list-row .row-content .row-info .btn:hover i {
	margin-left: 8px;
}

/*招生快讯-详情-----------------------------------------------------------*/
.imgtxt {
	background-color: #fff;
	padding: 60px 70px 20px 45px;
	margin-top: 60px;
}

.imgtxt .title {
	margin-bottom: 40px;
}

.imgtxt .title .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.imgtxt .title .tit .tit-l {
	font-size: 26px;
	color: #5a5a5a;
}

.imgtxt .title .tit .tit-l .row-icon {
	width: 24px;
	display: inline-block;
	vertical-align: 3px;
}

.imgtxt .title .tit .tit-l .row-icon img {
	display: block;
	width: 100%;
	height: auto;
}

.imgtxt .title .tit .tit-r {
	font-size: 16px;
	font-weight: bold;
	color: #515151;
	flex: 0 0 110px;
	text-align: right;
}

.imgtxt .title .source {
	text-indent: 2em;
	margin-top: 30px;
	color: #515151;
	font-size: 14px;
}

.imgtxt .imgtxt-detail {
	border-top: 2px solid #FFD700;
	max-width: 746px;
	margin: 0 auto;
	padding: 40px 0;
	line-height: 36px;
}

.imgtxt .imgtxt-detail .table {
	margin: 20px 0 40px 0;
}

.imgtxt .imgtxt-detail .pic {
	display: block;
	width: 746px;
	margin: 20px 0 30px 0;
}

.imgtxt .imgtxt-detail .pic img {
	display: block;
	width: 100%;
	height: auto;
}

.imgtxt .more .tit {
	font-size: 16px;
	color: #1a7446;
	margin-bottom: 10px;
}

.imgtxt .more .file {
	display: flex;
	align-items: center;
	line-height: 18px;
	margin-bottom: 5px;
	padding-left: 24px;
	background-position: left center;
	background-repeat: no-repeat;
}

.imgtxt .more .file.pdf {
	background-image: url(pdf.png);
}

.imgtxt .more .file.ppt {
	background-image: url(ppt.png);
}

.imgtxt .more .file.doc {
	background-image: url(doc.png);
}

.imgtxt .more .file.xls {
	background-image: url(xls.png);
}

.imgtxt .more .file .type {
	background-color: #0b512c;
	width: 18px;
	height: 18px;
	line-height: 20px;
	color: #ffffff;
	border-radius: 4px;
	font-size: 7px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	margin-right: 6px;
}

.imgtxt .more .file span {
	font-size: 12px;
	color: #5a5a5a;
}

.imgtxt .more .file:hover span {
	color: #0b512c;
}


.publicity-list{
	overflow: hidden;
	margin: 0 -22px;
	padding: 30px 0 0;
}
.publicity-list li{
	float: left;
	width: 50%;
}
.publicity-list .inner{
	margin: 0 22px 26px;
	padding: 38px 28px;
	background: #ffffff url(bg2.png) no-repeat bottom center;
}
.publicity-list .tit{
	font-size: 26px;
	color: #5a5a5a;
	padding-left: 35px;
	background: url(yuan.png) no-repeat left center;
	-webkit-background-size: 26px auto;background-size: 26px auto;
	margin-bottom: 35px;
}
.publicity-list .con{
	border-left: 2px solid #FFD700;
	margin-bottom: 45px;
}
.publicity-list .con p{
	font-size: 16px;
	line-height: 44px;
	padding-left: 15px;
}
.publicity-list .pic{
	position: relative;
	padding-top: 113.98%;
}
.publicity-list .pic img{
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
}






@media only screen and (max-width: 1499px) {
	.header1 .nav{
		right: 0;
	}
	.header2{
		padding: 0 10px;
	}
	.header2 .nav li{
		margin-right: 20px;
	}
	.banner .swiper-arrow{
		left: 0;
	}
	.banner .swiper-next{
		right: 0;
	}
	.banner .title{
		padding: 200px 0 0;
		margin-bottom: 60px;
	}
	.ul-entrance{
		width: 960px;
		text-align: center;
                margin: 0 auto;
	}
}

@media only screen and (min-width: 1200px) {
	.header2 .hdr{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.nav{
		display: flex;
	}
}
@media only screen and (max-width: 1199px) {
	.pop-calendar{
		display: none !important;
	}
	.menuBtn{
		display: block;
	}
	.wp,.wp2,.wp3{
		width: auto;
		padding: 0 15px;
	}
	.fd-nv li + li{
		margin-left: 60px;
	}
	.header{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 50px !important;
		z-index: 100;
	}
	.header2{
		background: #0E633C;
	}
	.hdr{
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 50px;
		bottom: 0;
		padding: 30px 0 0;
		background: rgba(255,255,255,.95);
		z-index: 100;
	}
	.header + .main{
		margin-top: 50px;
	}
	.header1{
		background: linear-gradient(to right, rgba(255,255,255,1), rgba(49,138,81,1))
	}
	.logo{
		margin-top: 0 !important;
		max-width: 200px;
		line-height: 50px;
	}
	.logo img{
		display: inline-block;
		vertical-align: middle;
	}
	.form-so{
		position: static !important;
		margin: 0 auto;
	}
	.header1 .nav{
		position: static;
		display: block;
	}
	.header1 .nav li a{
		line-height: 48px;
		padding: 0;
		text-align: center;
	}
	.header .nav li.on a:after{
		height: 2px;
	}
	.banner_info{
		right: 50%;
		-webkit-transform: translate(50%, -50%);-moz-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);-o-transform: translate(50%, -50%);transform: translate(50%, -50%);
	}
	.index-row3 .col-l,
	.index-row3 .col-r,
	.pictures-videos .swiper-video{
		float: none;
		width: auto;
	}
	.index-row3 .col-l{
		margin-bottom: 30px;
	}
	.pictures-list{
		margin-left: -15px;
	}
	.pictures-videos .swiper-video{
		margin-bottom: 30px;
	}
	.ul-entrance{
		position: static;
		width: auto;
		-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);
		overflow: hidden;
		padding: 10px 0 0;
	}
	.banner .swiper-pagination{
		bottom: 10px !important;
	}
	.banner .txt-box{
		float: none;
		overflow: hidden;
	}
	.banner .banner_map{
		display: block;
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.banner .title{
		float: left;
		padding: 80px 0 0;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	.count-list{
		overflow: hidden;
		padding: 80px 0 0;
	}
	.banner .title .en{
		font-size: 16px;
	}
	.banner .title .cn{
		font-size: 18px;
	}
	.header2 .hdr{
		background: rgba(112,190,147,.9);
	}
	.header2 .nav li a{
		text-align: center;
		line-height: 48px;
	}
	.g-ask{
		width: 80px;
	}
	.banner::after{
		display: none;
	}
	.count-list li{
		margin-bottom: 16px;
	}
	.count-list li span{
		font-size: 32px;
	}
	.count-list li strong{
		font-size: 12px;
	}
	.count-list li em{
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.banner .swiper-arrow{
		display: none;
	}
	.content .side {
		display: none;
		float: none;
		width: auto;
		margin-bottom: 30px;
	}

	.content .side li + li {
		margin-top: 10px;
	}

	.content .cont-info {
		padding-left: 0;
	}

	.content .cont-info:after {
		display: none;
	}

	.content .cont-info .info-title {
		margin: 20px 0 !important;
	}

	.content {
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.content .cont-info .cont-list .list-row .detail {
		padding: 0 50px;
	}
	.news-list {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 959px) {
        .bt_link{font-size:16px !important;}
	.teacher-box{
		display: block;
	}
	.teacher_list2{
		display: block;
	}
	.teacher_list2 li{
		width: auto;
		margin-right: 0 !important;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.nv-eq{
		display: block;
	}
	.fd-nv{
		margin-bottom: 20px;
	}
	.fd-top{
		padding: 20px 0;
	}
	.row-teacher{
		padding: 0 0 20px;
	}
	.teacher_list2 .s1{
		margin-bottom: 3px;
	}
	.teacher_list li .inner{
		margin-right: 30px;
	}
	.m-text h1{
		font-size: 24px;
	}
	.index-row1 .ul-news li{
		width: 50%;
	}
	.ul-entrance p{
		font-size: 14px;
	}
	.ul-entrance li{
		width: 25%;
		margin-bottom: 10px;
	}
	.banner .swiper-slide{
		height: 600px;
	}
	.banner_info{
		width: 300px;
	}
	.content .cont-info .info-title {
		font-size: 20px;
	}

	.content .cont-info .intro-list {
		margin-top: 30px;
	}
	.imgtxt{
		padding: 20px;
		margin-top: 30px;
	}
	.content .cont-info .cont-list .list-row span {
		width: 55px;
		height: 68px;
	}

	.content .cont-info .cont-list .list-row span em {
		width: 53px;
		height: 26px;
	}

	.content .cont-info .cont-list .list-row span i {
		height: calc(68px - 26px);
	}
	.news-list .list-row .row-content{
		margin-top: 15px;
	}
	.news-list .list-row .row-content .row-info{
		margin-top: 10px;
	}
	.news-list .list-row{
		padding: 15px 0 20px;
	}
	.news-list .list-row .title{
		font-size: 20px;
	}
	.imgtxt .title .tit{
		display: block;
	}
	.imgtxt .title .tit .tit-r{
		text-align: left;
	}
	.imgtxt .title .source{
		text-indent: 0;
		margin-top: 10px;
	}
	.imgtxt .title{
		margin-bottom: 20px;
	}
	.imgtxt .imgtxt-detail{
		padding: 20px 0;
	}
	.qinghe-list li{
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 768px) {
	.m-history ul li:nth-child(odd){
		padding-left: 430px;
	}
	.m-history ul li:nth-child(even){
		padding-right: 430px;
	}
	.m-history ul li:nth-child(odd) .year{
		left: 35%;
	}
	.m-history ul li:nth-child(even) .year{
		right: 35%;
	}
	.m-history ul li:nth-child(odd) .year:before{
		left: 130px;
	}
	.m-history ul li:nth-child(even) .year:before{
		right: 130px;
	}


}
@media only screen and (max-width: 767px) {
        .enrollment_list .li8{width: 50%;}
.enrollment_list .li4{width: 50%;}
.enrollment_list .li2{width: 50%;}
	.content .cont-info .intro-list .list-box .item .intro-pic{
		height: 90px;
	}
	.fd-nv{
		display: block;
		overflow: hidden;
	}
	.fd-nv li{
		float: left;
		width: 50%;
	}
	.fd-nv li + li{
		margin-left: 0;
	}
	.fd-nv .tit{
		margin-bottom: 5px;
	}
	.fd-nv li:nth-child(2),
	.fd-nv li:nth-child(3){
		display: none;
	}
	.fd-bot{
		font-size: 12px;
		padding: 10px 0;
	}
	.fd-bot .l,
	.fd-bot .r{
		float: none;
		text-align: center;
	}
	.fd-bot .l{
		margin-bottom: 5px;
	}
	.fd-logo{
		margin-bottom: 20px;
		width: 240px;
	}
	.teacher_list{
		display: block;
		margin-right: 0;
	}
	.teacher_list li .inner{
		margin-right: 0;
		margin-bottom: 0;
		width: auto;
	}
	.teacher_list .pic{
		margin: 0 auto 10px;
	}
	.teacher-box .row-teacher{
		padding-right: 0;
	}
	.m-history:before,
	.m-history:after,
	.m-history .line{
		left: 9px;
	}
	.m-history ul li{
		margin-bottom: 20px;
		padding-left: 50px;
	}
	.m-history .year{
		position: relative;
	}
	.m-history .year:before{
		top: 20px;
		left: -25px;
		width: 20px;
	}
	.m-history{
		margin-top: 30px;
	}
	.g-link{
		font-size: 14px;
	}
	.swiper-video .pic:after{
		-webkit-background-size: 36px auto;background-size: 36px auto;
	}
	.swiper-video .swiper-button{
		width: 36px;
		height: 36px;
		margin-top: -36px;
	}
	.news_calendar{
		display: block;
	}
	.index-row3 .ul-news{
		float: none;
		width: auto;
		margin-right: 0;
	}
	.enrollment_list{
		width: auto;
		padding: 20px 0 20px;
	}
	.enrollment_list li{
		width: 50%;
		margin-bottom: 15px;
	}
	.enrollment_list .inner{
		width: auto;
		font-size: 16px;
	}
	.index-row2{
		padding: 50px 0;
	}
	.index-row1 .ul-news li{
		float: none;
		width: auto;
	}
	.z-tit1 .en{
		font-size: 16px;
	}
	.z-tit1 .cn{
		font-size: 20px;
	}
	.g-more{
		width: 120px;
		height: 42px;
		line-height: 40px;
	}
	.z-tit1 .g-more{
		margin-top: -20px;
	}
	.ul-entrance li{
		width: 50%;
	}
	.ul-entrance .inner{
		padding: 10px 0;
	}
	.banner .swiper-slide{
		height: 240px;
                background-size: 100% 100%;
	}
        .banner .banner_map{
                margin: -67px auto -0 150px;
                width: 60% !important;
        }
	.banner_info{
		width: 200px;
	}
	.m-history .con{
		font-size: 13px;
		line-height: 1.8;
	}
	.banner .swiper-pagination .swiper-pagination-bullet{
		width: 30px;
	}
	.content .cont-info .info-tit .tit-l .title-en {
		font-size: 18px;
	}

	.content .cont-info .info-tit .tit-l .title-cn {
		font-size: 18px;
	}

	.content .cont-info .info-tit .tit-l .img {
		width: 28px;
		margin-left: 0;
	}

	.content .cont-info .info-tit {
		margin-top: 30px;
	}

	.content .cont-info .desc .desc-l {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.desc + .swiper-video {
		margin-right: 0;
	}

	.content .cont-info .cont-title .tit-en {
		font-size: 16px;
	}

	.content .cont-info .cont-title .tit-cn {
		font-size: 20px;
	}

	.content .cont-info .cont-title:after {
		top: 34px;
	}

	.content .cont-info .desc {
		margin: 20px 0;
	}

	.content .cont-info .intro-list .list-box {
		width: 50%;
	}

	.content .cont-info .intro-list .list-box .item .tit-box .item-tit-cn {
		font-size: 12px;
	}

	.content .cont-info .intro-list .list-box .item {
		padding: 10px;
	}

	.intro-list .list-box .item .tit-box .item-tit-cn .tit-icon {
		vertical-align: 0;
	}


	.content .cont-info .cont-list .list-row span {
		width: 50px;
		height: 55px;
	}

	.content .cont-info .cont-list .list-row span em {
		width: 48px;
		height: 23px;
	}

	.content .cont-info .cont-list .list-row span i {
		height: calc(59px - 23px);
		line-height: 26px;
		font-size: 20px;
	}

	.content .cont-info .cont-list .list-row .detail {
		padding: 0 40px 0 15px;
		font-size: 16px;
	}
	.content .cont-info .cont-list .list-row .list-icon {
		width: 28px;
		height: 28px;
	}
	.content .cont-info .cont-list {
		margin-top: 30px;
	}
	.content .cont-info .cont-list .list-row{
		border-bottom-width: 1px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.news-list .list-row .row-content .row-desc{
		line-height: 24px;
	}
	.news-list .list-row .row-content{
		margin-top: 10px;
		padding-right: 0;
	}
	.content .cont-info .remarks{
		margin-top: 20px;
	}
	.imgtxt .title .tit .tit-l{
		font-size: 18px;
	}
	.imgtxt .imgtxt-detail{
		line-height: 28px;
	}

	.content .cont-info .list .list-box .list-item .item-tit{
		position: static;
		padding-right: 0;
	}
	.content .cont-info .list .list-box .list-item .item-info{
		padding-top: 0;
	}
	.content .cont-info .list .list-box .list-item .item-tit:after{
		position: static;
		display: block;
		margin-top: 5px;
	}
	.content .cont-info .list .list-box{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	.content .cont-info .list{
		margin: 20px -10px;
	}
	.pop-win{
		padding: 20px 30px 0;
		height: 200px;
	}
	.publicity-list li{
		float: none;
		width: auto;
	}
	.publicity-list .tit{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.publicity-list .inner{
		padding: 20px;
		-webkit-background-size: auto 90%;background-size: auto 90%;
	}
	.publicity-list .con{
		margin-bottom: 15px;
	}
	.publicity-list .con p{
		font-size: 14px;
		line-height: 2;
	}
}
</pre></body></html>