body {
	width: 100%;
	overflow-x: hidden;
}

.box2 {
	max-width: 1440px;
	margin: 0 auto;
}

abs .editor-ui {
	text-align: justify;
}

.editor-ui ul,
.editor-ui li {
	list-style-type: disc;
}

.editor-ui li {
	margin-left: 1.2em;
}

.editor-ui em {
	font-style: italic;
}

.editor-ui,
.editor-ui p,
.editor-ui div {
	font-family: "gillsans-Regular" !important;
}

.editor-ui img {
	height: auto !important;
	width: auto !important;
}

.f-12 {
	font-size: 12px;
}

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

.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.f-22 {
	font-size: 22px;
}

.f-24 {
	font-size: 24px;
}

.f-30 {
	font-size: 30px;
}

.f-32 {
	font-size: 32px;
}

.f-36 {
	font-size: 36px;
}

.f-40 {
	font-size: 40px;
}

.f-50 {
	font-size: 50px;
	line-height: 1.2;
}

.f-60 {
	font-size: 60px;
	line-height: 1.2;
}

.pad-120 {
	padding: 120px 0;
}

.pad-100-130 {
	padding: 100px 0 130px 0;
}

.pad-100 {
	padding: 100px 0;
}

.mt80 {
	margin-top: 80px;
}

.mt60 {
	margin-top: 60px;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.header .headerBox {
	margin: 0 100px;
}

.header {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.25);
}

.bg-f9 {
	background: #f9f9f9;
}

/*.logoBox{background:url(../../static/jiashan/images/line1.png) center no-repeat;background-size:2px 50%;}*/
.logoBox .logo {
	text-align: center;
}

.header .logoBox {
	width: 380px;
	padding: 26px 0;
}

.header .logo img {
	max-width: 84%;
	height: auto;
}

.header .logo img.pic2,
.header.on .logo img.pic1 {
	display: none;
}

.footer .logoBox {
	width: 482px;
	margin-bottom: 20px;
}

.footer .logo img {
	max-width: 80%;
	height: auto;
}

.header .mainMenu {
	margin: 0 -36px;
}

.header .mainMenu .item {
	float: left;
	padding: 0 36px;
	position: relative;
}

.header .mainMenu .item a.mNav,
.header .otherMenu a {
	display: block;
	line-height: 3;
	color: #fff;
	text-transform: uppercase;
}

.header .mainMenu .subMenu {
	display: none;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 22px;
	top: 100%;
}

.header .mainMenu .subMenu a {
	display: block;
	width: 220px;
	padding: 0.8em 1em;
	line-height: 1.5;
	color: #666;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.header .mainMenu .subMenu a:hover {
	color: #a6d6c9;
	background: rgba(255, 255, 255, 0.5);
}

.header .mainMenu .item:hover .subMenu {
	display: block;
}

.header .mainMenu .item:hover a.mNav,
.header .mainMenu .item.cur a.mNav,
.header .otherMenu a:hover,
.header.on .mainMenu .item:hover a.mNav,
.header.on .mainMenu .item.cur a.mNav,
.footer .contact .f1:hover {
	color: #a6d6c9;
}

.header .allMenu {
	width: 20px;
	height: 17px;
	z-index: 9999999;
	position: relative;
	margin: 20px 0 0 20px;
	cursor: pointer;
}

.header .allMenu:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 2px solid #dc7034;
	border-bottom: 2px solid #efbb42;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.header .allMenu:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	left: 0;
	height: 2px;
	overflow: hidden;
	background: #b0d4c9;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.header .headerBox2 {
	padding-top: 40px;
}

.header .search {
	background: #c1ad80;
}

.header .search input {
	border: none;
	background: none;
	height: 30px;
}

.wrap {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

.headerBox4 {
	margin-top: 3px;
}

.header .search .sub {
	width: 2.2em;
	background: url(../../static/jiashan/images/icon4.png) center no-repeat;
}

.header .search .valTxt {
	font-family: "arial";
	color: #fff;
	width: 0;
	margin-top: 0 !important;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.header .search .valTxt::placeholder {
	color: #fff;
}

.header .search:hover .valTxt {
	width: 120px;
	padding-right: 0.5em;
}

.header .icon a {
	display: block;
	padding: 6px;
	width: 35px;
	height: 30px;
	float: left;
	margin-left: 1.2em;
	line-height: 1;
	position: relative;
	z-index: 99999999;
}

.header .icon a:hover,
.header .icon a.cur {
	background: #a6d6c9;
}

.header .icon a .wechatImg {
	display: none;
	width: 100px;
	background: #fff;
	position: absolute;
	top: 100%;
	margin-top: 10px;
	left: 50%;
	margin-left: -50px;
}

.header .icon a:hover .wechatImg {
	display: block;
}

.header .otherMenu a {
	line-height: 1.8;
	margin-right: 30px;
}

.header.on {
	background: #fff;
}

.header.on .logoBox {
	width: 268px;
	padding: 9px 0;
}

.header.on .headerBox2 {
	display: none;
}

.header.on .mainMenu .item a.mNav {
	line-height: 4.5;
	color: #000;
}

.header.on .allMenu {
	margin-top: 37px;
}

.header.on .logo img.pic2 {
	display: inline-block;
}

.siteLink {
	position: relative;
	margin: 3px 1em 0 0;
}

.siteLink .mainSiteLink {
	background: #a6d6c9;
	padding: 0 1em;
	line-height: 30px !important;
	margin-right: 0 !important;
	height: 30px;
	color: #fff;
	cursor: pointer;
	display: block;
}

.siteLink .subSiteLink {
	position: absolute;
	left: 50%;
	top: 100%;
	display: none;
	z-index: 999999;
	padding-top: 8px;
	background: url(../../static/jiashan/images/sitelink.png) center top no-repeat;
	background-size: auto 8px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.siteLink .subSiteLink a {
	display: block;
	margin: 0 !important;
	line-height: 2.4;
	height: 2.4em;
	background: #a6d6c9;
	text-align: center;
	padding: 0 1em;
	white-space: nowrap;
	color: #fff;
}

.siteLink a:hover {
	text-decoration: underline;
	color: #fff !important;
}

.siteLink:hover .subSiteLink {
	display: block;
}

.responseNav,
.languageText {
	display: none;
	margin-top: 10%;
	font-size: 16px;
}

.footer {
	background: url(../../static/jiashan/images/shading1.png) repeat #1d1b18;
}

.footer .footerTop {
	padding: 60px 0;
}

.footer .leftCont {
	margin-right: 160px;
}

.footer .botMenu {
	margin-bottom: -40px;
}

.footer .botMenu dl {
	float: left;
	width: 33.3%;
	margin-bottom: 40px;
}

.footer .botMenu dl:nth-child(4) {
	clear: both;
}

.footer .botMenu dl dt {
	color: #a6d6c9;
	margin-bottom: 0.4em;
	padding-left: 16px;
}

.footer .botMenu dl dd a {
	color: #aaa;
	display: block;
	/*line-height:2;*/
	line-height: 1.2;
	padding: 0.3em 0;
	padding-left: 16px;
	font-size: 18px;
}

.footer .botMenu dl dd a:hover {
	color: #fff;
}

.footer .copyRight {
	color: #999;
	line-height: 1;
	padding-bottom: 30px;
	text-align: center;
}

.footer .contact {
	line-height: 1.8;
	margin-left: 50%;
	padding-left: 25px;
	width: 300px;
}

.footer .contact a {
	color: #fff;
}

.footer .contact .f1 {
	margin-bottom: 1em;
	color: #fff;
	display: block;
}

.footer .contact .f2 {
	color: #aaa;
}

.footer .contact .f3 {
	margin-top: 1em;
}

.footer .contact a.f4 {
	color: #a6d6c9;
	display: block;
}

.footer .contact .f4:hover {
	text-decoration: underline;
}

/*首页开始*/
.banner_box {
	/* max-width: 1920px; */
	overflow: hidden;
}

.banner {
	position: relative;
}

.banner video {
	display: block;
	width: 100%;
}

.banner .item {
	display: block;
	position: relative;
}

.banner .font {
	width: 1440px;
	position: absolute;
	color: #fff;
}

.banner .font .f3 {
	width: 260px;
	height: 3em;
	line-height: 3;
	margin-top: 3em;
	text-align: center;
	border: 1px solid #fff;
	text-transform: uppercase;
}

.banner .font .f3 img {
	width: 0.8em;
	margin: 1.2em 0 0 0.4em;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.banner .font .f3:hover img,
.indAbout1 .item .font .f3:hover img {
	transform: translateX(6px);
	-webkit-transform: translateX(6px)
}

.banner .swiper-pagination {
	bottom: 40px;
}

.banner .swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	background: url(../../static/jiashan/images/line2.png) center bottom repeat-x;
	background-size: 100% 2px;
	opacity: 1;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	background: url(../../static/jiashan/images/icon7.png) center no-repeat;
	background-size: contain;
}

.mobVideo,
.mobMoreVideo {
	display: none !important;
}

.moreVideo {
	cursor: pointer;
}

.videoPop,
.videoPop2 {
	display: none;
}

.videoPop .mask,
.videoPop2 .mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999999;
}

.videoPop .videoCont,
.videoPop2 .videoCont {
	max-width: 90%;
	width: 1200px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 99999999;
}

.videoPop .videoCont video,
.videoPop2 .videoCont video {
	width: 100%;
}

.videoPop .my-video-dimensions,
.videoPop2 .my-video-dimensions {
	width: 100%;
}

.ban img,
.banner .item img {
	width: 100%;
}

.indAbout1 .item {
	display: block;
}

.indAbout1 .item .font {
	padding: 40px;
}

.indAbout1 .item .font .f1 {
	margin-bottom: 20px;
	line-height: 1;
}

.indAbout1 .item .font .f2 {
	margin-bottom: 30px;
}

.indAbout1 .item .font .f1,
.indAbout1 .item .font .f2,
.indView .item .font .f1,
.indView .item .font .f2,
.indNewsList .sItem .font .f1 {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.indAbout1 .item .font:hover .f1,
.indAbout1 .item:hover .font .f2,
.indView .item .font:hover .f1,
.indView .item .font:hover .f2,
.indNewsList .sItem .font:hover .f1 {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.indAbout1 .item .font .f3 {
	text-transform: uppercase;
	display: inline-block;
}

.indAbout1 .item .font .f3 span {
	display: inline-block;
	padding-right: 1.2em;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 0.8em auto;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.indAbout1 .item .font .f3:hover span {
	padding-right: 1.4em;
}

.indAbout1 .item1 {
	width: 31.6%;
	margin: 15% 50px 0 0;
}

.indAbout1 .item1 .font {
	background: #f7d117;
}

.indAbout1 .item1 .font .f2 {
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.indAbout1 .item1 .font .f3 span {
	background-image: url(../../static/jiashan/images/icon8.png);
}

.indAbout1 .item2 {
	margin-bottom: 50px;
	position: relative;
}

.indAbout1 .item2 .font .f2 {
	height: 4.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.indAbout1 .item2 .font .f3 {
	line-height: 45px;
	text-align: center;
	background: #a6d6c9;
	padding: 0 1.5em;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.indAbout1 .item2 .font .f3:hover {
	padding-right: 1.3em;
}

.indAbout1 .item2 .font .f3 span,
.indAbout1 .item3 .font .f3 span {
	background-image: url(../../static/jiashan/images/icon5.png);
}

.indAbout1 .item3 {
	max-width: 445px;
	position: relative;
}

.indAbout1 .item2 .font,
.indAbout1 .item3 .font {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}

.indAbout1 .item2 .mask {
	background: rgba(0, 0, 0, 0.44);
}

.indAbout1 .item3 .mask {
	background: url(../../static/jiashan/images/mask1.png) left center repeat-y;
	background-size: 100% 100%;
}

/*公用标题&&按钮*/
.title1 {
	text-align: center;
	color: #a6d6c9;
	margin-bottom: 1em;
}

.moreBtn,
a.moreBtn {
	display: inline-block;
	padding: 0 1.2em;
	border: 1px solid #a6d6c9;
	color: #a6d6c9;
}

.moreBtn span {
	display: inline-block;
	height: 2.2em;
	line-height: 2.2;
	padding-right: 1.2em;
	background: url(../../static/jiashan/images/icon9.png) right center no-repeat;
	background-size: 0.8em auto;
	text-transform: uppercase;
}

.moreBtn:hover,
a.moreBtn:hover {
	background: #a6d6c9;
	color: #fff;
}

.moreBtn:hover span {
	background-image: url(../../static/jiashan/images/icon5.png);
}

.moreBtn2,
a.moreBtn2 {
	display: inline-block;
	padding: 0 1.2em;
	border: 1px solid #fff;
	color: #fff;
}

.moreBtn2 span {
	display: inline-block;
	height: 2.2em;
	line-height: 2.2;
	padding-right: 1.2em;
	background: url(../../static/jiashan/images/icon5.png) right center no-repeat;
	background-size: 0.8em auto;
	text-transform: uppercase;
}

.moreBtn2:hover,
a.moreBtn2:hover {
	background: #fff;
	color: #a6d6c9;
}

.moreBtn2:hover span {
	background-image: url(../../static/jiashan/images/icon9.png);
}

/*公用标题&&按钮*/

.indCurriculum {
	background: url(../../static/jiashan/images/shading2.jpg) repeat;
}

.indView {
	margin: 0 -30px;
}

.indView .item {
	display: block;
	margin: 0 30px;
}

.indView .item .font {
	padding: 40px;
	background: #fff;
}

.indView .item .font .f2 {
	margin: 1em 0 1.5em;
}

.indView .item .mask {
	background: url(../../static/jiashan/images/shading3.png) center no-repeat;
	background-color: rgba(0, 0, 0, 0.4);
	background-size: 30% auto;
	opacity: 0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.indView .item:hover .mask {
	opacity: 1;
}

.indAbout2 .tran_scale img {
	width: 100%;
}

.indAbout2 .font {
	right: 0;
	bottom: 0;
	background: #a6d6c9;
	padding: 80px;
	width: 720px;
}

.indAbout2 .font .f2 {
	margin: 1em 0 1.6em 0;
}

.indAbout2 .moreBtn2 {
	padding: 0 2.5em;
}

.indAbout2 .moreBtn2 span {
	height: 3em;
	line-height: 3;
}

.indNewsList .bItem {
	float: left;
}

.indNewsList .bItem1 {
	width: 33.3%;
}

.indNewsList .bItem2 {
	width: 40.2%;
}

.indNewsList .bItem3 {
	width: 26.5%
}

.indNewsList .sItem3,
.indNewsList .sItem5,
.indNewsList .sItem6 {
	margin-left: 18px;
}

.indNewsList .sItem {
	margin-bottom: 22px;
	display: block;
	position: relative;
}

.indNewsList .sItem .img img {
	min-width: 100%;
	min-height: 100%;
	max-width: 99999px;
	object-fit: cover;
}

.indNewsList .sItem .font .f1 {
	max-height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.indNewsList .sItem .font .f2 {
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 22px;
}

.indNewsList .sItem .font .f3 {
	margin-top: 20px;
	font-weight: lighter;
}

.indNewsList .sItem1 .img,
.indNewsList .sItem6 .img,
.indNewsList .sItem4 .font .f2,
.indNewsList .sItem4 .font .f3,
.indNewsList .sItem5 .font .f2,
.indNewsList .sItem5 .font .f3 {
	display: none;
}

.indNewsList .sItem1 .font,
.indNewsList .sItem6 .font {
	padding: 13% 8% 8% 8%;
	border: 1px solid #a6d6c9;
}

.indNewsList .sItem1 .font .f2,
.indNewsList .sItem5 .font .f2,
.indNewsList .sItem6 .font .f2 {
	background-image: url(../../static/jiashan/images/icon10.png);
}

.indNewsList .sItem1 .font .f3,
.indNewsList .sItem5 .font .f2,
.indNewsList .sItem6 .font .f2 {
	color: #737373;
}

.indNewsList .sItem2 {
	margin-right: 22px;
}

.indNewsList .sItem2 .font {
	padding: 22px 30px;
	background: #f7d117;
}

.indNewsList .sItem2 .font .f2 {
	background-image: url(../../static/jiashan/images/icon12.png);
}

.indNewsList .sItem2 .font .f3,
.indNewsList .sItem3 .font .f3,
.indNewsList .sItem4 .font .f3 {
	opacity: 0.5;
}

.indNewsList .sItem3 .font,
.indNewsList .sItem4 .font {
	left: 7%;
	right: 7%;
	bottom: 8%;
	position: absolute;
	color: #fff;
}

.indNewsList .sItem3 .font .f2,
.indNewsList .sItem4 .font .f2 {
	background-image: url(../../static/jiashan/images/icon11.png);
}

.indNewsList .sItem3 .mask,
.indNewsList .sItem4 .mask {
	background: url(../../static/jiashan/images/mask2.png) left bottom repeat-x;
	background-size: 100% 100%;
}

.indNewsList .sItem5 .mask {
	background: rgba(166, 215, 202, 0.9);
}

.indNewsList .sItem5 .font {
	left: 8%;
	right: 8%;
	bottom: 7%;
	position: absolute;
}

.indNewsList .sItem6 .font {
	padding: 24% 8% 18% 8%;
}

.indVoices {
	background: #faf9f5;
}

.indVoicesList {
	width: 140%;
	margin-left: -20%;
}

.indVoicesList .swiper-slide .item {
	background: #fff;
}

.indVoicesList .swiper-slide .item img {
	opacity: 0.25;
	transition: 0.5s all ease;
}

.indVoicesList .swiper-slide.swiper-slide-active .item img {
	opacity: 1;
}

.indVoicesList .item {
	display: block;
	margin: 0 40px;
}

.indVoicesList .item .mask {
	background: url(../../static/jiashan/images/mask2.png) bottom center repeat-x;
}

.indVoicesList .item .font {
	position: absolute;
	left: 0;
	bottom: 1em;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.indVoicesList .swiper-button-next,
.indVoicesList .swiper-button-prev,
.indView .swiper-button-next,
.indView .swiper-button-prev {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 21.4% auto;
	box-shadow: -4px 4px 8px 2px rgba(0, 0, 0, 0.1)
}

.indVoicesList .swiper-button-prev:hover,
.indVoicesList .swiper-button-next:hover,
.indView .swiper-button-prev:hover,
.indView .swiper-button-next:hover {
	background-color: #f7d117;
}

.indVoicesList .swiper-button-prev,
.indView .swiper-button-prev {
	left: 25%;
	background-image: url(../../static/jiashan/images/prev.png);
}

.indVoicesList .swiper-button-next,
.indView .swiper-button-next {
	right: 25%;
	background-image: url(../../static/jiashan/images/next.png);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.indView .swiper-button-prev {
	left: 1em;
}

.indView .swiper-button-next {
	right: 1em;
}


.more {
	display: inline-block;
	padding: 20px 50px;
	border: 1px solid #000;
	margin-top: 80px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	box-sizing: content-box;
	text-align: center;
}

.more span {
	display: inline-block;
	padding-right: 25px;
	font-size: 16px;
	font-family: "gillsans-Regular";
	background: url(../../static/jiashan/images/more.png) no-repeat right center;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	box-sizing: content-box;
	white-space: nowrap;
}

.more:hover {
	border-color: #000;
}

.more:hover span {
	color: #fff;
	background-image: url(../../static/jiashan/images/more2.png);
}

.more::after {
	content: "";
	height: 160px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -80px;
	opacity: 0;
	transform: scale(.4);
	transition: all 0.3s;
	background: #000;
	z-index: 1;
}

.more:hover::after {
	opacity: 1;
	transform: scale(1);
	transition: transform .9s cubic-bezier(.19, 1, .22, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
	border-radius: 0;
}

.more:before {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


@media only screen and (min-width:1921px) {
	.banner_box {
		max-width: 100%;
	}

	.box {
		max-width: 100%;
	}

	.banner .font {
		width: 80%;
	}
}

@media only screen and (max-width:1800px) {
	.header .mainMenu {
		margin: 0 -20px;
	}

	.header .mainMenu .item {
		padding: 0 20px;
	}

	.header .mainMenu .subMenu {
		left: 6px;
	}

	.header .logoBox {
		width: 360px;
	}

	.footer .logoBox {
		width: 440px;
	}

	.footer .contact {
		padding-left: 22px;
	}

}

@media only screen and (max-width:1700px) {
	.header .mainMenu .item {
		padding: 0 15px;
	}

	.header .mainMenu .subMenu {
		left: 1px;
	}
}

@media only screen and (max-width:1600px) {

	.box2,
	.header .headerBox {
		margin: 0 80px;
	}

	.banner .font {
		width: auto;
		left: 80px;
		right: 80px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	.pad-120,
	.pad-100-130 {
		padding: 100px 0;
	}
}

@media only screen and (max-width:1560px) {

	.f-18,
	.footer .botMenu dl dd a {
		font-size: 16px;
	}

	.f-20,
	.f-22 {
		font-size: 18px;
	}

	.f-24 {
		font-size: 20px;
	}

	.f-30,
	.f-32 {
		font-size: 24px;
	}

	.f-36,
	.f-40 {
		font-size: 30px;
	}

	.f-50 {
		font-size: 40px;
	}

	.f-60 {
		font-size: 50px;
	}

	.header .headerBox2 {
		padding-top: 30px;
	}

	.header .logoBox {
		width: 240px;
	}

	.header .mainMenu {
		margin: 0 -1em;
	}

	.header .mainMenu .item {
		padding: 0 0.9em;
	}

	.header .mainMenu .subMenu {
		left: -0.1em;
	}

	.header .allMenu {
		margin-top: 18px;
	}

	.header .icon a {
		padding: 7px;
	}

	.header.on .logoBox {
		width: 232px;
	}

	.header.on .allMenu {
		margin-top: 31px;
	}

	.headerBox4 {
		margin-top: 0;
	}

	.header .search:hover .valTxt {
		width: 80px;
	}

	.footer .logoBox {
		width: 360px;
	}

	.footer .contact {
		padding-left: 16px;
	}

	.indAbout2 .font {
		padding: 60px;
	}

	.indAbout2 .font .f2 {
		margin: 1em 0;
	}

	.indVoicesList .item {
		margin: 0 30px;
	}

	.indVoicesList .swiper-button-next,
	.indVoicesList .swiper-button-prev,
	.indView .swiper-button-prev,
	.indView .swiper-button-next {
		width: 60px;
		height: 60px;
	}

	.siteLink {
		margin-top: 0;
	}

}

.indCurrSwitch {
	margin-left: 40%;
}

@media only screen and (max-width:1440px) {

	.box2,
	.header .headerBox {
		margin: 0 60px;
	}

	.banner .font {
		left: 60px;
		right: 60px;
	}

	.pad-120,
	.pad-100-130,
	.pad-100 {
		padding: 80px 0;
	}

	.indAbout1 .item1 {
		margin-right: 40px;
	}

	.indAbout1 .item2 {
		margin-bottom: 40px;
	}

	.indView .item {
		margin: 0 20px;
	}

	.indView {
		margin: 0 -20px;
	}

	.indCurrSwitch {
		margin-left: 35%;
	}

	.indNewsList .sItem1 .font {
		padding-top: 10%;
	}

}

@media only screen and (max-width:1360px) {
	.header .mainMenu {
		margin: 0 -0.6em;
	}

	.header .mainMenu .item {
		padding: 0 0.4em;
	}

	.header .mainMenu .subMenu {
		left: -0.6em;
	}

	.footer .leftCont {
		margin-right: 120px;
	}

	.footer .footerTop {
		padding: 40px 0;
	}

	.footer .botMenu dl {
		margin-bottom: 20px;
	}

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

	.indNewsList .sItem1 .font {
		padding: 6% 5%;
	}

	.indNewsList .sItem6 .font {
		padding: 18% 5%;
	}

	.indNewsList .sItem3 .font,
	.indNewsList .sItem4 .font {
		left: 5%;
		right: 5%;
	}

	.indNewsList .sItem2 .font {
		padding: 18px 20px;
	}

	.header .logoBox {
		width: 200px;
	}

	.header.on .logoBox {
		width: 206px;
	}

	.header .headerBox2 {
		padding-top: 24px;
	}
}


@media only screen and (max-width:1280px) {

	.f-20,
	.f-22 {
		font-size: 16px;
	}

	.f-24 {
		font-size: 18px;
	}

	.f-30,
	.f-32 {
		font-size: 20px;
	}

	.f-36,
	.f-40 {
		font-size: 24px;
	}

	.f-50 {
		font-size: 36px;
	}

	.f-60 {
		font-size: 40px;
	}

	.box2,
	.header .headerBox {
		margin: 0 40px;
	}

	.header .allMenu {
		margin-top: 14px;
	}

	.header .icon a {
		padding: 5px;
	}

	.header.on .allMenu {
		margin-top: 22px;
	}

	/*.header .logoBox{width:140px;}	
	.header.on .logoBox{width:140px;}*/
	.header .otherMenu a {
		font-size: 14px;
	}

	.footer .logoBox {
		width: 300px;
	}

	.footer .contact {
		padding-left: 0;
		margin-left: 0;
	}

	.footer .leftCont {
		margin-right: 40px;
	}

	.banner .font {
		left: 40px;
		right: 40px;
	}

	.banner .swiper-pagination-bullet {
		width: 16px;
	}

	.banner .swiper-pagination-bullet-active {
		height: 16px;
	}

	.banner .swiper-pagination {
		bottom: 20px;
	}

	.pad-120,
	.pad-100-130,
	.pad-100 {
		padding: 60px 0;
	}

	.indAbout1 .item1 {
		margin-right: 30px;
	}

	.indAbout1 .item2 {
		margin-bottom: 30px;
	}

	.indAbout1 .item .font,
	.indView .item .font {
		padding: 30px;
	}

	.indView .item {
		margin: 0 15px;
	}

	.indView {
		margin: 0 -15px;
	}

	.indAbout2 .font {
		padding: 40px;
		width: 480px;
	}

	.indVoicesList .item {
		margin: 0 20px;
	}

	.indVoicesList .swiper-button-next,
	.indVoicesList .swiper-button-prev,
	.indView .swiper-button-prev,
	.indView .swiper-button-next {
		width: 50px;
		height: 50px;
	}

}

@media only screen and (max-width:1100px) {

	.box2,
	.header .headerBox {
		margin: 0 1em;
	}

	/*.header .logoBox{width:180px;}*/

	.banner .font {
		left: 1em;
		right: 1em;
	}
}

@media only screen and (max-width:1024px) {
	.f-24 {
		font-size: 16px;
	}

	.f-30,
	.f-36 {
		font-size: 18px;
	}

	.f-50 {
		font-size: 24px;
	}

	.f-60 {
		font-size: 30px;
	}

	.header.on .allMenu {
		margin-top: 0;
	}

	.header .mobileMenu {
		position: fixed;
		width: 20px;
		height: 19px;
		transition: 0.5s all;
		right: 1em;
		top: 16px;
		z-index: 9999999;
		display: none;
	}

	.header .mobileMenu:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transition: 0.2s all;
		-webkit-transition: 0.2s all;
	}

	.header .mobileMenu:after {
		content: '';
		position: absolute;
		top: 8px;
		right: 0;
		left: 0;
		height: 2px;
		overflow: hidden;
		background: #fff;
		transition: 0.2s all;
		-webkit-transition: 0.2s all;
		-moz-transition: 0.2s all;
		-o-transition: 0.2s all;
	}

	.mobileMask {
		display: none;
		transition: 0.2s all;
		-webkit-transition: 0.2s all;
		position: fixed;
		z-index: 999998;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5)
	}

	.header .mainMenuBox {
		position: fixed;
		right: -60%;
		width: auto;
		background: #a6d6c9;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		z-index: 999999;
		transition: 0.2s all;
		-webkit-transition: 0.2s all;
		-moz-transition: 0.2s all;
		-o-transition: 0.2s all;
	}

	.header .mainMenuBox {
		position: static;
		background: none;
	}

	.header .mainMenu .item.cur a.mNav,
	.header.on .mainMenu .item.cur a.mNav,
	.header .mainMenu .item:hover a.mNav,
	.header.on .mainMenu .item:hover a.mNav,
	.header .mainMenu .subMenu a:hover,
	.header .otherMenu a:hover {
		color: #fff;
	}

	.header .mainMenu .item {
		float: none;
		padding: 0;
		background: url(../../static/jiashan/images/icon6.png) right 1.2em no-repeat;
		background-size: 0.8em auto;
	}

	.header .mainMenu .item:hover .subMenu {
		display: none;
	}

	.header .mainMenu .subMenu {
		position: static;
		background: none;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-moz-transform: translateX(0);
	}

	.header .mainMenu .subMenu a {
		color: #fff;
		text-align: left;
		padding: 0 2em;
	}

	.header .allMenu {
		right: 1em;
		top: 20px;
		position: fixed;
		margin: 0;
	}

	.header .headerBox4,
	.otherMenu,
	.otherMenu a,
	.header .mainMenu,
	.footer .leftCont {
		float: none;
	}

	.header .headerBox2 {
		padding: 0;
	}

	.header .headerBox4 {
		position: absolute;
		right: 2.5em;
		top: 14px;
		margin-top: 0;
	}

	.header .search {
		width: auto;
		padding-right: 1em;
	}

	.header .search,
	.header .icon {
		margin-bottom: 1em;
	}

	.header .search:hover .valTxt,
	.header .search .valTxt {
		width: 60px;
	}

	.header .search input {
		height: 26px;
	}

	.otherMenu a {
		margin-bottom: 0.8em;
	}

	.header .headerBox2 .otherMenu,
	.header .icon a {
		display: none;
	}

	.header .icon a.cur {
		display: block;
		margin-left: 10px;
		position: relative;
		color: #fff;
		height: 26px;
		width: 26px;
	}

	.header .icon a {
		margin: 0 1em 0 0;
	}

	.header .mainMenu .item a.mNav,
	.header.on .mainMenu .item a.mNav {
		line-height: 3;
		color: #fff;
	}

	.header .mainMenu {
		margin: 0 1em;
		display: none;
	}

	/*.header.on .headerBox2{display:block;}*/
	.header .headerBox3 {
		padding-bottom: 0;
	}

	.header.open .mobileMenu::before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg) translate(-2px, 3px);
		transform: rotate3d(0, 0, 1, 45deg) translate(-2px, 3px);
		border-bottom: 0;
		top: 7px;
		left: 1px;
		right: 1px;
	}

	.header.open .mobileMenu::after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg) translate(-2px, 2px);
		transform: rotate3d(0, 0, 1, -45deg) translate(-2px, 2px);
		top: 6px;
		left: 1px;
		right: 1px;
	}

	.header.open .mobileMask {
		display: block;
	}

	.header.open .mainMenuBox {
		right: 0;
	}

	.header .logoBox,
	.header.on .logoBox {
		width: 120px;
		padding: 10px 0;
	}

	.header.on .mobileMenu:before {
		border-color: #000;
	}

	.header.on .mobileMenu:after {
		background-color: #000;
	}

	.header.on.open .mobileMenu:before {
		border-color: #fff;
	}

	.header.on.open .mobileMenu:after {
		background-color: #fff;
	}

	.footer .botMenu {
		padding-top: 1em;
	}

	.footer .footerTop {
		padding: 2em 0;
	}

	.footer .botMenu {
		display: none;
	}

	.footer .leftCont {
		margin: 0;
	}

	.footer .logoBox {
		width: 280px;
		margin: 0 auto 2em auto;
	}

	.footer .contact {
		text-align: center;
		max-width: 100%;
		width: auto;
	}

	.pad-120,
	.pad-100-130,
	.pad-100 {
		padding: 40px 0;
	}

	.mt60 {
		margin-top: 40px;
	}

	.indAbout1 .item1 {
		margin-right: 1em;
	}

	.indAbout1 .item2,
	.indAbout1 .item .font .f2 {
		margin-bottom: 1em;
	}

	.indAbout1 .item .font,
	.indView .item .font {
		padding: 1em;
	}

	.indCurrSwitch {
		margin: 0 1em;
	}

	.indView .item {
		margin: 0 0.5em;
	}

	.indView {
		margin: 0 -0.5em;
	}

	.indView .item .font .f2 {
		margin: 0.8em 0 1em 0;
	}

	.indVoicesList .item {
		margin: 0 1em;
	}

	.indVoicesList .swiper-button-next,
	.indVoicesList .swiper-button-prev,
	.indView .swiper-button-prev,
	.indView .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.indNewsList .sItem .font .f2 {
		display: none;
	}

	.indNewsList .sItem .font .f3 {
		margin-top: 1em;
	}

	.more {
		padding: 1em 2em;
	}

	.indAbout2 .moreBtn2 {
		padding: 0 1.2em;
	}

	.indAbout2 .moreBtn2 span {
		height: 2.2em;
		line-height: 2.2;
	}

	.banner_video {
		min-height: 100px;
	}

	.moreVideo,
	.banner video {
		display: none !important;
	}

	.mobVideo,
	.mobMoreVideo {
		display: block !important;
	}

	.mobMoreVideo {
		margin-top: 40px !important;
		opacity: 1 !important;
		max-width: 200px;
		margin: 0 auto;
	}

	.siteLink {
		display: none;
	}

	.responseNav {
		display: block;
		padding: 15px 0;
		font-size: 18px;
		border-bottom: 1px solid #d7d7d7;
		width: 100%;
	}

	.languageText {
		font-size: 14px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		height: 1em;
	}

	.languageImg {
		display: none;
	}
}

.indCurrSwitch .indView .swiper-slide {
	margin-right: 30px;
}

.indCurrSwitch .indView .item {
	margin: auto;
}

.indCurrSwitch .indView {
	margin: auto;
}

.indView .swiper-button-prev,
.indView .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	top: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.4);
	background-size: 37.5% auto;
	background-position: center !important;
}

.indView .swiper-button-prev:hover,
.indView .swiper-button-next:hover {
	background-color: rgb(226, 131, 38, 0.8);
}

.indView .swiper-button-prev {
	left: 20px;
	background-image: url(/img/prev2.png);
}

.indView .swiper-button-next {
	right: 20px;
	background-image: url(/img/next2.png);
}

@media only screen and (max-width:768px) {
	.f-60 {
		font-size: 24px;
	}

	.header .mainMenuBox {
		right: -80%;
		width: 80%;
	}

	.footer .copyRight {
		line-height: 1.5;
	}

	.banner .font .f3 {
		width: 120px;
		margin-top: 1.5em;
		height: 2.4em;
		line-height: 2.4;
		font-size: 12px;
	}

	.banner .font .f3 img {
		margin-top: 1em;
	}

	.banner .swiper-pagination-bullet {
		width: 12px;
	}

	.banner .swiper-pagination-bullet-active {
		height: 12px;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.pad-120,
	.pad-100-130,
	.pad-100 {
		padding: 2em 0;
	}

	.mt60 {
		margin-top: 2em;
	}

	.indAbout2 .font {
		padding: 1em;
		width: auto;
		position: static;
	}

	.indNewsList .sItem .font {
		padding: 1em;
	}

	.indNewsList .sItem3 .font,
	.indNewsList .sItem4 .font,
	.indNewsList .sItem5 .font {
		left: 0;
		right: 0;
		bottom: 0;
	}
}

@media only screen and (max-width:600px) {

	.banner .font .f1,
	.banner .font .f2 {
		display: none;
	}

	.banner .font .f3 {
		margin: 0 auto;
	}

	.indAbout1 .item1 {
		float: none;
		margin: 0 auto 1em auto;
		width: auto;
		max-width: 456px;
	}

	.indAbout1 .item3 {
		margin: 0 auto
	}

	.indAbout1 .item2 .font,
	.indAbout1 .item3 .font {
		position: static;
		color: #333;
		background: #f7d117;
	}

	.indAbout1 .item2 .font .f3 span,
	.indAbout1 .item3 .font .f3 span {
		background-image: url(../../static/jiashan/images/icon8.png);
	}

	.indAbout1 .item2 .font .f3 {
		padding: 0;
		background: none;
		line-height: 1.5;
	}

	.indVoicesList .item {
		margin: 0;
	}

	.indVoicesList .swiper-button-prev {
		left: 1em;
	}

	.indVoicesList .swiper-button-next {
		right: 1em;
	}

	.indVoicesList {
		width: auto;
		margin: 0 1em;
		overflow: hidden;
	}

	.indNewsList .bItem {
		float: none;
		width: auto;
	}

	.indNewsList .sItem .img {
		display: block;
	}

	.indNewsList .sItem .font {
		position: static;
		color: #2D2E32;
		border: none;
		background: #f7d117;
	}

	.indNewsList .sItem .font .f3 {
		opacity: 0.5;
		display: block;
	}

	.indNewsList .sItem .mask {
		display: none;
	}

	.indNewsList .sItem2 {
		margin: 0;
	}

	.indNewsList .sItem3,
	.indNewsList .sItem5,
	.indNewsList .sItem6 {
		margin-left: 0;
	}

	.indNewsList .bItem {
		max-width: 460px;
		margin: 0 auto 1em auto;
	}

	.indNewsList .bItem2 {
		max-width: 560px;
	}

	.indNewsList .bItem3 {
		max-width: 360px;
		margin: 0 auto;
	}

	.more {
		padding: 0.5em;
	}

	.sc-item {
		width: 100% !important;
		height: auto !important;
		min-height: 50px;
	}

	#calendar,
	.sc-days,
	.sc-body {
		height: auto !important;
	}

	.sc-actions {
		margin-right: 0 !important;
		width: 50% !important;
	}

	.sc-calendar .sc-mark-item {
		padding-bottom: 0.5em !important;
		-webkit-line-clamp: 99;
		padding-bottom: 10px;
		max-height: none;
	}
}

@media only screen and (max-width:370px) {
	.f-60 {
		font-size: 20px;
	}
}

@media only screen and (max-width:320px) {

	.header .logoBox,
	.header.on .logoBox {
		width: 100px;
	}
}

.indCurriculum .icFontBox {
	left: 50%;
	margin-left: -720px;
	top: 100px;
	width: 1440px;
}




@media only screen and (max-width: 1600px) {
	.indCurriculum .icFontBox {
		left: 80px;
		margin-left: 0;
		width: auto;
	}
}

@media only screen and (max-width: 1440px) {
	.indCurriculum .icFontBox {
		top: 80px;
	}
}


@media only screen and (max-width: 1280px) {
	.indCurriculum .icFontBox {
		top: 60px;
	}
}

.indCurriculum .icFont {
	width: 27%;
	min-width: 300px;
}


@media only screen and (max-width: 1024px) {
	.indCurriculum .icFont {
		width: auto;
		margin: 0 1em 2em 1em;
		text-align: center;
		min-width: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.indCurriculum .icFontBox {
		position: static !important;
		width: auto;
	}
}

.indCurriculum .icFont .moreBtn {
	margin-top: 100px;
}

@media only screen and (max-width: 1440px) {
	.indCurriculum .icFont .moreBtn {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 1280px) {
	.indCurriculum .icFont .moreBtn {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	.indCurriculum .icFont .moreBtn {
		margin-top: 2em;
	}
}
.indCurriculum .icFont .title1 {
	text-align: left;
	margin: 1em 0 0.3em 0;
}
@media only screen and (max-width: 1024px)
{.indCurriculum .icFont .title1 {
    text-align: center;
}}

@media only screen and (max-width: 1280px)
{.indView .swiper-button-prev, .indView .swiper-button-next {
    width: 40px;
    height: 40px;
}}
@media only screen and (max-width: 1024px)
{.indView .swiper-button-next {
    right: 0;
}}
@media only screen and (max-width: 1024px)
{.indView .swiper-button-prev {
    left: 0;
}}




.fastMenu .item{width:50%;float:left;text-align:center;background:#f1d24b;padding:60px 0;}
.fastMenu .item:nth-child(2){background:#a6d6c9;}
.fastMenu .item .w{margin:0 60px;}
.fastMenu .item .icon{width:62px;margin:0 auto 1em auto;}
.fastMenu .item .more{margin-top:50px;}
@media only screen and (max-width:1440px){
	.fastMenu .item .w{margin:0 40px;}
}
@media only screen and (max-width:1280px){
	.fastMenu .item{padding:40px 0;}
	.fastMenu .item .more{margin-top:40px;}
	.fastMenu .item .w{margin:0 2em;}
	.fastMenu .item .icon{width:40px;}
}
@media only screen and (max-width:1024px){
	.fastMenu .item{padding:2em 0;}
	.fastMenu .item .more{margin-top:2em;}
	.fastMenu .item .w{margin:0 1em;}
}

@media only screen and (max-width:600px){


	.fastMenu .item{width:auto;float:none;}

}


/******************************内页 开始************************************/
.ban .mask {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.74) 100%);
}

.ban .font {
	bottom: 100px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	/*text-transform:capitalize;*/
}

.crumbs3 {
	line-height: 1;
	margin-bottom: 50px;
	text-transform: capitalize;
}

.crumbs3 .f2 {
	margin-top: 0.3em;
}

.crumbs3 .f2 a {
	display: inline-block;
	padding-right: 1.1em;
	margin-right: 0.8em;
	background: url(../../static/jiashan/images/next.png) right center no-repeat;
	background-size: 0.3em auto;
}

.crumbs3 .f2 a:hover {
	color: #a6d6c9;
}

.crumbs3 .f2 span {
	color: #a6d6c9
}


/*新闻 start*/
.newsTabScreen {
	margin-bottom: 40px;
}

.newsTab a {
	display: block;
	padding: 0 2em;
	line-height: 3;
	height: 3em;
	background: #eee;
	margin-right: 10px;
	float: left;
}

.newsTab a:hover,
.newsTab a.cr {
	background: #a6d6c9;
}

.screen {
	background-color: #eee;
	width: 210px;
	line-height: 3;
	height: 3em;
	padding: 0 3em 0 1em;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background-image: url(../../static/jiashan/images/down.png);
	background-position: 180px center;
	background-repeat: no-repeat;
	background-size: 0.8em auto;
}

.newsList {
	margin: 0 -18px;
}

.newsList .item {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}

.newsList .item:nth-child(4n+1) {
	clear: both;
}

.newsList .item .w {
	margin: 0 18px;
}

.newsList .item a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsList .item a:hover {
	color: #a6d6c9;
}

.newsList .item .font {
	padding: 1em 0;
}

.newsList .item .font .f1 {
	margin-bottom: 0.4em;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsList .item .font .f2 {
	margin-bottom: 0.8em;
	line-height: 1.5;
}

.newsList .item .font .f3 {
	color: #a6d6c9;
}

.page {
	text-align: center;
	margin-top: 10px;
}

.page a {
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background-color: #ededed;
	margin: 0 5px;
}

.page a:hover,
.page a.current {
	background-color: #a6d6c9;
	color: #fff;
}

.page a.prev,
.page a.next {
	width: 58px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 1em;
}

.page a.prev {
	background-image: url(../../static/jiashan/images/prev.png);
}

.page a.next {
	background-image: url(../../static/jiashan/images/next.png);
}

.whereNext {
	background: #F4FAF9;
	padding: 100px 0 80px 0;
}

.whereNext h2 {
	text-align: center;
	margin-bottom: 1em;
}

.whereItem {
	margin: 0 -10px;
	display: flex;
}

.whereItem span,
.whereItem a {
	display: block;
}

.whereItem .item {
	width: 34%;
	float: left;
	display: block;
}

.whereItem .item .w,
.whereItem .tour .w {
	margin: 0 10px;
	background: #fff;
}

.whereItem .item .font,
.whereItem .tour .font {
	text-align: center;
}

.whereItem .item .font {
	padding: 30px 0 20px 0;
}

.whereItem .item .f2,
.whereItem .tour .f2 {
	display: inline-block;
	margin-top: 1em;
	text-transform: uppercase;
	padding-right: 1.5em;
	background: url(../../static/jiashan/images/inside/icon2.png) right center no-repeat;
	background-size: 1em auto;
}

.whereItem .item .f1:hover,
.whereItem .item .f2:hover {
	color: #a6d6c9;
}

.whereItem .item .f2:hover {
	background-image: url(../../static/jiashan/images/inside/icon4.png);
}

.whereItem .tour {
	width: 32%;
	float: left;
	display: flex;
	display: -webkit-flex;
}

.whereItem .tour .w {
	background: #ffd001;
	padding: 1em 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	justify-content: center;
}

.whereItem .tour .img {
	width: 38%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}

.whereItem .tour .f2 {
	background-image: url(../../static/jiashan/images/inside/icon3.png);
}

.whereItem .tour .f2:hover {
	color: #fff;
	background-image: url(../../static/jiashan/images/inside/icon5.png);
}

.whereFont {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #8e8e8e;
}

.whereFont .mail {
	display: block;
	margin-left: 1em;
}

.newsinfo {
	max-width: 1025px;
	margin: 0 auto;
}

.newsinfoTop {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
}

.newsinfoTop .f1 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-direction: column;
}

.newsinfoTop .crumbs2,
.newsinfoTop .crumbs {
	margin-top: 0 !important;
	white-space: nowrap;
}

.newsinfoTop .crumbsDate {
	text-align: right;
	color: #ffcf04;
	padding: 50px 0 30px 0;
}

.newsEditor {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
}

.newsEditor .img {
	margin: 40px 0;
}

.newsEditor .img div:nth-child(1) {
	float: left;
}

.newsEditor .img div:nth-child(2) {
	float: right;
}

.newsEditor .w492 {
	width: 49.2%;
}

.newsEditor .w57 {
	width: 57%;
}

.newsEditor .w414 {
	width: 41.4%;
}

.infoPage {
	margin: 0 -12px;
}

.infoPage .item {
	float: left;
	width: 50%;
}

.infoPage .item .w {
	display: block;
	margin: 0 12px;
	background: #f7d047;
	padding: 34px 50px 26px 50px;
}

.infoPage .item span {
	display: block;
}

.infoPage .item .f1 {
	margin-bottom: 10px;
	padding-right: 1em;
	background: url(../../static/jiashan/images/next.png) right center no-repeat;
	background-size: 0.4em auto
}

.infoPage .item .w:hover {
	background: #a6d6c9;
}

.infoPage .item.infoPrev {
	text-align: right;
}

.infoPage .item.infoPrev .f1 {
	background-image: url(../../static/jiashan/images/prev.png);
	background-position: left center;
	padding-right: 0;
	padding-left: 1em;
}

.infoPage .item.infoNext {
	float: right;
}

.tjList {
	padding-top: 30px;
	margin-top: 50px;
	border-top: 1px solid #000;
}

.tjList h2 {
	margin-bottom: 30px;
}

.tjList .newsList .item {
	width: 33.3%;
}

.portalBox .crumbs {
	margin-bottom: 30px;
}

.portalList {
	margin: 0 -10px;
}

.portalList .item {
	width: 33.3%;
	float: left;
	margin-bottom: 40px;
}

.portalList .item:nth-child(3n+1) {
	clear: both;
}

.portalList .item .w {
	margin: 0 10px;
	display: block;
}

.portalList .item .font {
	padding: 1.5em 1.4em 1.8em 1.4em;
	height: 208px;
	background: #f9f9f9;
	border-top: 3px solid #97d8c9;
}

.portalList .item .font:hover {
	background: #a6d6c9
}

.portalList .item .font .f1 {
	height: auto;
	max-height: 3em;
}

.portalList .item .font .f2 {
	margin-top: 0.5em;
	color: #999;
}

.portalList .item .font:hover .f2 {
	color: #242424;
}

.isamsBox {
	background: url(../../static/jiashan/images/inside/portal.jpg) center no-repeat;
	background-size: 100% 100%;
	padding: 70px 0 140px 0;
}

.isamsBox .isamsFont {
	max-width: 890px;
	margin: 0 auto;
}

.isamsBox .isamsFont .ff {
	line-height: 66px;
}

.isamsBox .isamsFont .more {
	margin-top: 0;
}

.isamsBox .isamsFont .more span {
	text-transform: none;
}

/*新闻 end*/


/*admissions start*/
.admissionsFont {
	line-height: 1.5;
}

.admissionsFont .admTitle,
.searchItemTabs {
	background: #97d8c9;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	margin-top: 80px;
	cursor: pointer;
}

.admissionsFont .admTitle:nth-child(1),
.searchItemTabs {
	margin-top: 0 !important;
}

.admissionsFont .admTitle h2,
.searchItemTabs h2,
.admissionsFont .admTitle h3,
.searchItemTabs h3 {
	background: url(../../static/jiashan/images/down2.png) right 0.5em no-repeat;
	background-size: 0.6em auto;
	font-family: "RockwellStd-Bold" !important;
	padding-right: 1em;
}

.admissionsFont .admTitle.on h2,
.searchItemTabs.on h2,
.admissionsFont .admTitle.on h3,
.searchItemTabs.on h3 {
	background-image: url(../../static/jiashan/images/down4.png);
}

.admissionsFont .admTitle>p {
	background: url(../../static/jiashan/images/down2.png) right 0.5em no-repeat;
	background-size: 0.6em auto;
	font-size: 24px;
	padding-right: 1em;
}

.admissionsFont .admTitle.on>p {
	background-image: url(../../static/jiashan/images/down4.png);
}

.admissionsFont .aiCont {
	display: none;
	padding-bottom: 2em;
}

.admissionsFont .aiCont p,
.admissionsFont .aiCont {
	font-family: "gillsans-Regular" !important;
}

.admissionsFont a.admLink2 {
	color: #f17e00;
	text-decoration: underline;
}

.admissionsFont .img {
	margin: 1em 0;
}

.searchItemTabs h2 {
	font-size: 24px;
}

.searchItemTabs {
	margin-bottom: 3em;
}

.searchItem {
	margin-bottom: 60px;
}

.admissionsFont .admTable {
	max-width: 850px;
	margin: 30px auto;
}

.admissionsFont .admTable table {
	width: 100%;
}

.admissionsFont .admTable tr td,
.admissionsFont .admTable tr th {
	height: 140px;
	border-radius: 10px;
	padding: 1em 30px;
	width: 20%;
	margin: 0 5px 5px 5px;
}

.admissionsFont .admTable tr th {
	background: #fed002;
	text-align: center;
}

.admissionsFont .admTable tr td {
	background: #f4faf9
}

.admList {
	margin: 0 -10px;
	margin-top: 1em;
}

.admList .item {
	width: 33.3%;
	float: left;
}

.admList .item span {
	display: block;
}

.admList .item .w {
	display: block;
	margin: 0 10px;
	position: relative;
}

.admList .item .mask {
	background: url(../../static/jiashan/images/mask2.png) center bottom repeat-x;
}

.admList .item .font {
	position: absolute;
	left: 1em;
	right: 1em;
	bottom: 0.5em;
	color: #fff;
}

.admissionsFont .fImg {
	margin-right: 20px;
	max-width: 40%;
}

.admissionsFont .fFontBox {
	display: -webkit-flex;
	display: flex;
}

.admissionsFont .fFont {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	justify-content: center;
}

.mag-0-10 {
	margin: 0 10px;
}

.admissionsFont .admTitle2 {
	color: #97d8c9;
	margin: 1em 0;
}

.admissionsFont .admLink {
	float: left;
}

.admissionsFont .admLink a.w {
	margin: 0 50px;
	display: block;
	width: 36px;
	height: 43px;
	line-height: 36px;
	text-align: center;
	color: #fed002;
	background: url(../../static/jiashan/images/inside/adm1.jpg) top center no-repeat;
	background-size: 100% auto;
}

.admissionsFont .admLink a.w:hover {
	background-image: url(../../static/jiashan/images/inside/adm2.jpg);
	color: #fff;
}

.admissionsFont .admTitle3 {
	color: #fed002;
	margin: 0.2em 0 1em 0;
}

.admTabs {
	margin-bottom: 1em;
}

.admTabs .item {
	width: 50%;
	float: left;
	line-height: 2.4;
	height: 2.4em;
	background: #eee;
	text-align: center;
	cursor: pointer;
}

.admTabs .item.cr,
.admTabs .item:hover {
	background: #97d8c9
}

.admTabsCont .item {
	display: none;
}

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

.admFAQs .item .f1 {
	padding: 0 1em;
	line-height: 2.4;
	height: 2.4em;
	background: #eee;
	cursor: pointer;
}

.admFAQs .item .f1 h5 {
	background: url(../../static/jiashan/images/down3.png) right center no-repeat;
	background-size: 0.8em auto;
	padding-right: 1.5em;
}

.admFAQs .item .f1.on h5 {
	background-image: url(../../static/jiashan/images/up1.png);
}

.admFAQs .item .f2 {
	padding: 1em 3em;
	background: #f4faf9;
	display: none;
}

.admDocument {
	padding: 30px 60px;
	background: rgba(252, 180, 43, 0.53);
}

.admDocument h3 {
	line-height: 1;
	margin-bottom: 1em;
}

.admDocument .more {
	margin-top: 30px;
	padding: 10px 30px;
}

.admDocument .more:hover {
	border-color: #a6d6c9 !important;
}

.admDocument .more::after {
	background: #a6d6c9
}

.admDocument .more:hover span {
	color: #242424 !important;
	background-image: url(../../static/jiashan/images/more.png) !important;
}

/*admissions end*/

@media (max-width : 1280px) {
	.searchItem {
		margin-bottom: 40px;
	}
}

@media (max-width : 1024px) {

	.searchItem,
	.searchItemTabs {
		margin-bottom: 2em;
	}

	.searchItemTabs h2 {
		font-size: 20px;
	}

	.admissionsFont .admTitle h2 {
		font-size: 16px;
		text-align: left;
	}
}

@media only screen and (max-width:1600px) {
	.isamsBox {
		padding: 70px 0 100px 0;
	}
}

@media only screen and (max-width:1560px) {
	.portalList .item .font {
		height: 175px;
	}

	.infoPage .item .w {
		padding: 20px 40px;
	}
}

@media only screen and (max-width:1440px) {
	.isamsBox {
		padding: 70px 0 80px 0;
	}

	.whereNext {
		padding: 80px 0;
	}

	.admissionsFont .admTitle {
		margin-top: 60px;
	}

	.admissionsFont .admLink a.w {
		margin: 0 40px;
	}

	.ban .font {
		bottom: 80px;
	}
}

@media only screen and (max-width:1360px) {
	.newsList .item .w {
		margin: 0 10px;
	}

	.newsList {
		margin: 0 -10px;
	}
}


@media only screen and (max-width:1280px) {
	.portalList .item .font {
		height: 165px;
	}

	.isamsBox,
	.whereNext {
		padding: 60px 0;
	}

	.crumbs3 {
		margin-bottom: 40px;
	}

	.newsTab a {
		padding: 0 1em;
	}

	.newsinfoTop .crumbsDate {
		padding: 1em 0;
	}

	.newsEditor {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.tjList {
		margin-top: 40px;
	}

	.newsinfoTop {
		display: block;
	}

	.newsinfoTop .crumbsDate {
		text-align: left;
		padding: 0 0 1em 0;
	}

	.admissionsFont .admTitle,
	.admDocument .more {
		margin-top: 40px;
	}

	.admDocument {
		padding: 40px;
	}

	.admissionsFont .admTable tr td,
	.admissionsFont .admTable tr th {
		padding: 0.5em;
		height: 80px;
	}

	.admissionsFont .admLink a.w {
		margin: 0 30px;
	}

	.ban .font {
		bottom: 60px;
	}

	.infoPage .item .w {
		padding: 1em;
	}
}

@media only screen and (max-width:1024px) {
	.portalList .item {
		margin-bottom: 1em;
	}

	.isamsBox,
	.whereNext {
		padding: 40px 0;
	}

	.whereFont {
		margin-top: 40px;
		padding-top: 40px;
	}

	.portalBox .crumbs,
	.crumbs2,
	.newsinfoTop .crumbs {
		margin-bottom: 2em;
	}

	.screen {
		height: 2.4em;
		line-height: 2.4;
	}

	.newsTab a {
		height: 2.4em;
		line-height: 2.4;
		margin-bottom: 0.5em;
	}

	.newsList .item {
		margin-bottom: 1em;
	}

	.page a,
	.page a.prev,
	.page a.next {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 2px 0.5em 2px;
	}

	.newsEditor {
		padding-bottom: 2em;
		margin-bottom: 2em;
	}

	.tjList {
		margin-top: 2em;
		padding-top: 2em;
	}

	.newsinfoTop {
		margin-bottom: 2em;
	}

	.newsEditor .img {
		margin: 1em 0;
	}

	.infoPage .item .w {
		padding: 2em;
	}

	.admissionsFont .admTitle {
		margin-top: 2em;
	}

	.admissionsFont .admLink a.w {
		margin: 0 20px;
	}

	.admDocument {
		padding: 2em;
	}

	.admDocument h3 {
		text-align: left;
	}

	.admissionsFont .admTitle,
	.admDocument .more {
		margin-top: 2em;
	}

	.ban .font {
		bottom: 40px;
	}

	.isamsBox .isamsFont .ff {
		line-height: 54px;
	}

	.whereFont .mail {
		width: 60px;
	}
}

@media only screen and (max-width:768px) {
	.portalList .item {
		width: 50%;
	}

	.portalList .item:nth-child(3n+1) {
		clear: none;
	}

	.portalList .item:nth-child(2n+1) {
		clear: both;
	}

	.isamsBox {
		padding: 2em 0;
		background: #f17e02;
	}

	.whereNext {
		padding: 2em 0;
	}

	.whereItem .item .font {
		padding: 1em 0.5em;
	}

	.whereFont {
		margin-top: 2em;
		padding-top: 2em;
	}

	.newsTabScreen {
		margin-bottom: 2em;
	}

	.newsList .item,
	.tjList .newsList .item {
		width: 50%;
	}

	.newsList .item:nth-child(2n+1) {
		clear: both;
	}

	.newsList .item .w {
		max-width: 334px;
	}

	.infoPage .item {
		width: auto;
		float: none;
		margin-bottom: 0.5em;
	}

	.infoPage .item .w {
		padding: 1em;
	}

	.infoPage .item .f2 {
		height: auto;
		max-height: 3em;
	}

	.admissionsFont .admLink a.w {
		margin: 0 1em;
	}

	.admDocument {
		padding: 1em;
	}

	.admissionsFont .admTable {
		font-size: 14px;
	}

	.ban .font {
		bottom: 1em;
	}

	.whereFont .mail {
		width: 40px;
	}

	.newsinfoTop {
		display: block;
	}

	.newsinfoTop .crumbsDate {
		padding: 1em 0;
		text-align: left;
	}

	.editor-ui table {
		width: 100% !important;
	}
}

@media only screen and (max-width:600px) {
	.portalList .item {
		width: auto;
		max-width: 466px;
		margin: 0 auto 1em auto;
		float: none;
	}

	.portalList .item .font {
		height: auto;
		padding: 1em;
	}

	.portalList .item .font .f2 {
		height: auto;
		max-height: 3em;
	}

	.isamsBox {
		padding: 1em 0;
	}

	.isamsFont div,
	.isamsFont .more,
	.crumbs .f1 {
		float: none;
	}

	.isamsFont div {
		line-height: 1.5;
		margin-bottom: 1em;
	}

	.crumbs .f2 {
		float: none;
		margin-top: 1em;
	}

	.whereItem {
		display: block;
	}

	.whereItem .item,
	.whereItem .tour {
		float: none;
		width: auto;
		max-width: 490px;
		margin: 0 auto 1em auto;
	}
	@media (max-width: 1024px) {
		.whereItem{
				flex-wrap: wrap;
		}
		.whereItem .item {
				width: 100%;
				margin-top: 3vw;
		}
}
	.screenBox {
		float: none;
		margin-bottom: 1em;
	}

	.newsList {
		margin: 0 -4px;
	}

	.newsList .item .w {
		margin: 0 4px;
	}

	.newsEditor .img div {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 0.5em;
	}

	.admissionsFont .fFontBox {
		display: block;
	}

	.admissionsFont .fImg {
		float: none;
		margin: 0 0 1em 0;
		max-width: 100%;
		text-align: center;
	}

	.admissionsFont .admLink a.w {
		margin: 0 0.5em;
	}

	.admList {
		margin: 0;
	}

	.admList .item {
		width: auto;
		float: none;
		margin-top: 1em;
	}

	.admList .item .w {
		max-width: 320px;
		margin: 0 auto;
	}

	.admissionsFont .admTable {
		font-size: 12px;
	}

	.admissionsFont .admTable tr td,
	.admissionsFont .admTable tr th {
		padding: 4px;
		height: auto;
	}

	.isamsBox .isamsFont .ff {
		line-height: 1.5;
	}

	.newsList .item {
		width: 100%;
	}
}



/******************************内页 结束************************************/

/*academic*/
.academic_box {
	padding: 120px 0 370px;
	background: #a6d6c9 url(../../static/jiashan/images/index_academic_bg.png) no-repeat left top;
	background-size: auto 100%;
}

.academic_text {
	width: 51%;
	margin-top: 50px;
}

.academic_img {
	width: 39%;
	overflow: hidden;
}

.academic_img a:hover img {
	transform: scale(1.1);
	backface-visibility: hidden;
}

.tit {
	font-size: 60px;
	line-height: 1;
	font-family: "RockwellStd-Bold";
	text-transform: capitalize;
}

.txt {
	font-size: 20px;
	line-height: 1.8;
	margin-top: 30px;
}

.academic_text .more {
	margin-top: 75px;
}

.academic_text .more:hover {
	border-color: #000 !important;
}

.academic_text .more:hover span {
	color: #fff !important;
	background-image: url(../../static/jiashan/images/more2.png) !important;
}

.academic_text .more::after {
	background: #000;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 8;
}

.curriculum_box,
.people_box,
.admissions_box,
.voices_box,
.visit_box,
.news_box,
.foot_logo,
.footer {
	position: relative;
	z-index: 10;
}

.admissions_box,
.news_box {
	background: #fff;
}

.banner_mask {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.74) 100%);
	z-index: 1;
}

.column_name {
	left: 0;
	right: 0;
	bottom: 100px;
	font-size: 52px;
	font-family: "RockwellStd-Bold";
	text-align: center;
	color: #fff;
	z-index: 10;
}

.main_box {
	margin-top: 100px;
	margin-bottom: 80px;
}

.column_box {
	width: 350px;
	margin-right: 65px;
	min-height: 10px;
}

.column_fixed {
	position: fixed;
	top: 90px;
	z-index: 100;
}

.column_menu {
	background: #97d8c9;
	padding-top: 60px;
	padding-bottom: 30px;
}

.column_tit {
	font-size: 40px;
	font-family: "RockwellStd-Bold";
	text-align: center;
	margin-bottom: 25px;
}

.column_menu ul li a {
	display: block;
	font-size: 18px;
	padding: 20px 20px 20px 60px;
	position: relative;
}

.column_menu ul li a::before {
	width: 0;
	height: 1px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transition: all 0.5s ease 0s;
}

.column_menu ul li a::after {
	width: 50px;
	height: 50px;
	background: url(../../static/jiashan/images/menu-active.png) no-repeat center;
	background-size: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
	transition: all 0.5s ease 0s;
	opacity: 0;
}

.column_menu ul li.current a,
.column_menu ul li a:hover {
	padding-left: 140px;
}

.column_menu ul li.current a::before,
.column_menu ul li a:hover::before {
	width: 100px;
}

.column_menu ul li.current a::after,
.column_menu ul li a:hover::after {
	opacity: 1;
	left: 90px;
}

.recom_box {
	margin-top: 50px;
	padding: 50px 40px 100px 40px;
	background: url(../../static/jiashan/images/recom_bg.png) no-repeat left bottom;
	background-size: cover;
}

.recom_box h2 {
	font-size: 28px;
	font-family: "RockwellStd-Bold";
	margin-bottom: 14px;
}

.recom_box h3 {
	font-size: 18px;
	line-height: 1.2;
}

.recom_box .more {
	margin-top: 40px;
}

.current_tit {
	font-size: 40px;
	font-family: "RockwellStd-Bold";
}

.crumbs {
	font-size: 20px;
	margin-top: 14px;
}

.crumbs a {
	padding-left: 28px;
	background: url(../../static/jiashan/images/crumbs.png) no-repeat 12px 50%;
}

.crumbs a.home {
	padding-left: 0;
	background: none;
}

.crumbs a:hover {
	color: #a6d6c9;
}

.crumbs span {
	padding-left: 28px;
	color: #a6d6c9;
	background: url(../../static/jiashan/images/crumbs.png) no-repeat 12px 50%;
}

.main_content {
	margin-top: 60px;
	overflow: hidden;
}

.speech_box {
	padding: 40px 50px;
	background: #f4faf9;
}

.speech_box .txt {
	margin-top: 0;
}

.speech_box .tit {
	margin-top: 40px;
}

.speech_box .tit h3 {
	font-size: 24px;
}

.speech_box .tit h4 {
	font-size: 16px;
	font-family: "gillsans-Regular";
	margin-top: 10px;
}

.section1 {
	margin-top: 50px;
}

/*.section1 img{margin-bottom:20px;}*/
.section p {
	line-height: 1.5;
	margin-bottom: 20px;
}

.section2 {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #97d8c9;
}

.section2_img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.section2_img>img {
	max-width: 49%;
	width: auto !important;
	height: auto !important;
}

.section2_img>span img,
.section2_img>div img,
.section2_img>p img {
	max-width: 94%;
	width: auto !important;
	height: auto !important;
}

.section3 {
	margin-top: 40px;
}

.section3 dl {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}

.section3 dl dt {
	width: 44%;
}

.section3 dl dd {
	width: 47%;
	padding: 60px 0 0;
	border-top: 1px solid #97d8c9;
	border-bottom: 1px solid #97d8c9;
}

.section3 dl:nth-child(2n) {
	flex-direction: row-reverse;
}

.where_box {
	padding-top: 90px;
	background: #f4faf9;
}

.where_list {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.where_list dl {
	width: 32%;
}

.where_list dl dt {
	overflow: hidden;
}

.where_list dl dt a:hover img {
	transform: scale(1.1);
	backface-visibility: hidden;
}

.where_list dl dd {
	background: #fff;
	padding: 35px 25px 25px;
	text-align: center;
}

.where_list dl dd h3 {
	font-size: 24px;
	font-family: "RockwellStd-Bold";
}

.where_list dl dd h3 a:hover {
	color: #97d8c9;
}

.where_list .more {
	margin: 0 auto;
	border: none;
	padding: 10px 20px;
}

.where_list .more::after {
	display: none;
}

.where_list .more span {
	color: #999;
	background-image: url(../../static/jiashan/images/more4.png);
}

.where_list .more:hover span {
	color: #97d8c9 !important;
	background-image: url(../../static/jiashan/images/more1.png) !important;
}

.where_list .tour {
	width: 29%;
	background: #ffd001;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 0;
}

.where_list .tour .img {
	width: 40%;
	margin: 0 auto;
}

.where_list .tour .tit {
	text-align: center;
	padding: 10px 10px 25px;
}

.where_list .tour .more span {
	color: #000;
	background-image: url(../../static/jiashan/images/more.png) !important;
}

.where_list .tour .more:hover span {
	color: #fff !important;
	background-image: url(../../static/jiashan/images/more2.png) !important;
}

.newsletter {
	margin-top: 80px;
	padding: 80px 0 65px;
	border-top: 1px solid #8e8e8e;
}

.newsletter dl {
	display: flex;
	justify-content: space-between;
}

.newsletter .txt {
	font-size: 16px;
	color: #999;
	padding-top: 5px;
	margin-top: 0;
	font-family: "gillsans-Regular";
}

@media (max-width: 1600px) {
	.where_list .tour .tit {
		font-size: 50px;
	}

	.wrap {
		max-width: 1300px;
	}
}

@media (max-width: 1560px) {
	.column_fixed {
		top: 81px;
	}

	.column_menu {
		padding-top: 40px;
	}

	.column_tit {
		text-align: left;
		padding: 0 40px;
		margin-bottom: 10px;
	}

	.column_menu ul li a {
		padding: 10px 10px 10px 40px;
	}

	.column_menu ul li a::after {
		width: 40px;
		height: 40px;
	}

	.column_menu ul li.current a,
	.column_menu ul li a:hover {
		padding-left: 110px;
	}

	.column_menu ul li.current a::before,
	.column_menu ul li a:hover::before {
		width: 60px;
	}

	.column_menu ul li.current a::after,
	.column_menu ul li a:hover::after {
		left: 60px;
	}
}

@media (max-width: 1440px) {
	.column_name {
		font-size: 50px;
		bottom: 60px;
	}

	.where_list .tour .tit {
		font-size: 24px;
	}

	.column_box {
		width: 310px;
	}

	.column_tit {
		font-size: 30px;
	}

	.wrap,
	.admissions_list {
		max-width: 1200px;
	}
}

@media (max-width: 1280px) {
	.column_name {
		font-size: 40px;
		bottom: 40px;
	}

	.column_menu {
		padding-top: 50px;
	}

	.current_tit {
		font-size: 30px;
	}

	.column_box {
		margin-right: 30px;
	}

	.column_fixed {
		top: 73px;
	}
}

@media (max-width: 1024px) {
	.main_box {
		margin: 50px 0;
	}

	.column_menu {
		padding: 30px 0;
	}

	.recom_box {
		padding: 30px 30px 60px;
	}

	.column_tit,
	.current_tit {
		font-size: 24px;
	}

	.column_menu ul li a {
		padding: 12px 20px 12px 30px;
	}

	.column_menu ul li.current a,
	.column_menu ul li a:hover {
		padding-left: 80px;
	}

	.column_menu ul li.current a::before,
	.column_menu ul li a:hover::before {
		width: 50px;
	}

	.column_menu ul li a::after {
		width: 30px;
		height: 30px;
	}

	.column_menu ul li.current a::after,
	.column_menu ul li a:hover::after {
		width: 30px;
		height: 30pxopacity: 1;
		left: 50px;
	}

	.crumbs {
		font-size: 16px;
		margin-top: 5px;
	}

	.crumbs a,
	.crumbs span {
		background-size: 5px;
	}

	.main_content {
		margin-top: 30px;
	}

	.speech_box {
		padding: 20px;
	}

	.speech_box .tit {
		margin-top: 20px;
	}

	.speech_box .tit h3 {
		font-size: 18px;
	}

	.where_box {
		padding-top: 50px;
	}

	.newsletter {
		margin-top: 30px;
		padding: 30px 0;
	}

	.newsletter .txt {
		line-height: 1.5;
	}

	.column_box {
		display: none;
	}

	.section3 dl dd {
		padding-top: 20px;
	}

	.voice_box .main_content {
		margin-top: 30px;
	}
}

@media (max-width: 800px) {
	.in_banner {
		margin-top: 60px;
	}

	.where_list dl dd {
		padding: 15px;
	}

	.where_list dl dd h3,
	.where_list .tour .tit {
		font-size: 16px;
	}

	.column_name {
		font-size: 30px;
		bottom: 40%;
	}

	.section1 {
		margin-top: 30px;
	}

	.section2 {
		margin-top: 30px;
		padding-top: 30px;
	}

	.crumbs {
		display: none;
	}

	.main_right .mt60,
	.main_content {
		margin-top: 0 !important;
	}

	.current_tit {
		float: none;
		text-align: center;
	}

	.current_crumbs {
		margin-bottom: 2em;
	}

}

@media (max-width: 500px) {
	.main_box {
		margin: 30px 0;
	}

	.where_list,
	.section2_img,
	.section3 dl {
		flex-wrap: wrap;
	}

	.where_list dl,
	.where_list .tour,
	.section3 dl dt,
	.section3 dl dd {
		width: 100%;
		margin-bottom: 20px;
	}

	.section2_img img {
		max-width: 100% !important;
		margin-bottom: 20px;
	}

	.section3 dl {
		margin: 0;
	}
}


/*our people*/
.people_box img {
	width: 100%;
}

.people_text {
	padding: 125px 75px 65px;
	width: 720px;
	right: 0;
	bottom: 0;
	background: url(../../static/jiashan/images/people_bg.png) no-repeat 0 0;
	background-size: cover;
	z-index: 10;
}

.people_text .tit {
	font-size: 50px;
}

.people_text .tit a {
	color: #fff;
}

.people_text .txt {
	font-size: 30px;
	font-family: "RockwellStd-Bold";
	color: #fff;
	line-height: 1.3;
}

.people_text .more {
	border-color: #fff !important;
}

.people_text .more span {
	color: #fff;
	background-image: url(../../static/jiashan/images/more2.png);
}

.people_text .more:hover {
	background-color: #fff !important;
}

.people_text .more:hover span {
	color: #ed691b !important;
	background-image: url(../../static/jiashan/images/more3.png) !important;
}

.people_text .more::after {
	background: #fff;
}

/*our people*/
.governance,
.ourPeople {
	margin-top: 40px;
}

/* .people_list{margin:0 -1em;} */
.people_list .item {
	width: 25%;
	float: left;
}

.people_list .item:nth-child(4n+1) {
	clear: both;
}

.people_list dl {
	margin: 0 1em;
	position: relative;
	margin-bottom: 20px;
}

.people_list dl dt {
	overflow: hidden;
}

.people_list dl dt img {
	width: 100%;
}

.people_list dl:hover dt img {
	transform: scale(1.1);
	backface-visibility: hidden;
}

.people_list dl dd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 25px;
	overflow: hidden;
}

.people_list dl dd h3 a {
	font-size: 18px;
	color: #a6d6c9;
	font-family: "RockwellStd-Bold";
	white-space: nowrap;
	font-weight: bold;
}

.people_list dl dd .txt {
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	line-height: 1;
	text-align: center;
}

.people_list dl dd .more {
	border-color: #fff;
	margin-bottom: 50px;
	transition: all 0.3s;
	margin-top: 0;
	opacity: 0;
}

.people_list dl dd .more span {
	color: #fff;
	background-image: url(../../static/jiashan/images/more2.png);
}

.people_list dl dd .more:hover {
	border-color: #a6d6c9;
}

.people_list dl dd .more:hover span {
	color: #fff;
	background-image: url(../../static/jiashan/images/more2.png);
}

.people_list dl dd .more:hover::after {
	background: #a6d6c9;
}

.people_list dl dd h3,
.people_list dl dd .txt,
.people_list dl dd .more {
	position: relative;
	z-index: 10;
}

.people_list dl dd .people_mask {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 107px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
	transition: all 0.5s;
}

.people_list dl:hover dd {
	height: 100%;
}

.people_list dl:hover dd .more {
	opacity: 1;
}

.people_list dl:hover dd .people_mask {
	height: 100%;
}

.maskbg {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100;
	display: none;
}

.popup_box {
	width: 42.5%;
	max-width: 1200px;
	background: #fff;
	padding: 55px 40px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 200;
	display: none;
}

.nlPopBox {
	max-width: 600px;
}

.nlPopBox .apply_form dl {
	width: 100%;
}

.popup_close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.popup_tit {
	font-size: 20px;
	color: #A5D6C9;
	font-family: "RockwellStd-Bold";
}

.popup_desc {
	font-size: 20px;
	line-height: 1.6;
}

.popup_desc p {
	margin-top: 40px;
}

.popup_content {
	overflow-y: auto;
	padding-right: 0.8em;
}


@media (max-width: 1024px) {
	.people_list dl dd .people_mask {
		height: 90px;
	}

	.people_list dl dd {
		padding: 20px;
	}

	.popup_box {
		padding: 30px;
	}

	.popup_desc {
		font-size: 16px;
	}

	.popup_close {
		top: 1em;
		right: 1em;
	}

	.popup_desc p {
		margin-top: 20px;
	}

	.people_list {
		margin: 0 5px;
	}

	.people_list dl {
		margin: 0 10px 1em 10px;
	}

	.governance,
	.ourPeople {
		margin-top: 2em;
	}

	.popup_box {
		width: 80%;
	}

	.popup_content {
		padding-right: 0;
	}
}

@media (max-width: 800px) {
	.people_list .item {
		width: 33.3%;
	}

	.people_list .item:nth-child(4n+1) {
		clear: none;
	}

	.people_list .item:nth-child(3n+1) {
		clear: both;
	}

	.people_list dl dd h3 a {
		font-size: 16px;
	}

	.people_list dl dd .txt {
		margin-top: 5px;
	}

	.people_list dl dd .people_mask {
		height: 70px;
	}

	.people_list dl dd {
		padding: 15px;
	}
}

@media (max-width: 640px) {
	.people_list .item {
		width: 50%;
	}

	.people_list .item:nth-child(3n+1) {
		clear: none;
	}

	.people_list .item:nth-child(2n+1) {
		clear: both;
	}

	.people_list {
		/* margin: 0 -0.5em; */
	}

	.people_list dl {
		margin: 0 0.5em 1em 0.5em;
	}
}

@media (max-width: 500px) {
	.people_list dl dd h3 a {
		font-size: 14px;
	}

	.people_list dl dd .txt {
		font-size: 12px;
	}

	.people_list dl dd .people_mask {
		height: 60px;
	}

	.people_list dl dd {
		padding: 12px;
	}

}


/*admissions*/
.admissions_box {
	padding: 130px 0 110px;
}

.admissions_box .tit {
	color: #a6d7ca;
}

.admissions_list {
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px 20px 20px;
}

.admissions_cell {
	float: left;
	width: 23.5%;
	height: 184px;
	margin-left: 1.5%;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.admissions_cell:nth-child(1) {
	margin-left: 0;
	height: 386px;
}

.admissions_cell a {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	border-radius: 6px;
	background: #fafafa;
	transition: all 0.5s;
}

.admissions_cell a i {
	display: block;
	width: 90px;
	height: 90px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	top: 0;
	transition: all 0.5s;
}

.admissions_cell a h3 {
	font-size: 24px;
	padding: 10px 20px 0;
	text-align: center;
	position: relative;
	top: 0;
	transition: top 0.5s;
}

.admissions_cell a:hover {
	background: #a4d0c8;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1), 0 0px 20px rgba(0, 0, 0, 0.15);
}

.admissions_cell a:hover i {
	top: -4px;
}

.admissions_cell a:hover h3 {
	color: #fff;
	top: 4px;
}

.admissions_cell:nth-child(1) a i {
	background-image: url(../../static/jiashan/images/admission_icon1.png);
}

.admissions_cell:nth-child(2) a i {
	background-image: url(../../static/jiashan/images/admission_icon2.png);
}

.admissions_cell:nth-child(3) a i {
	background-image: url(../../static/jiashan/images/admission_icon3.png);
}

.admissions_cell:nth-child(4) a i {
	background-image: url(../../static/jiashan/images/admission_icon4.png);
}

.admissions_cell:nth-child(5) a i {
	background-image: url(../../static/jiashan/images/admission_icon5.png);
}

.admissions_cell:nth-child(6) a i {
	background-image: url(../../static/jiashan/images/admission_icon6.png);
}

.admissions_cell:nth-child(7) a i {
	background-image: url(../../static/jiashan/images/admission_icon7.png);
}

.admissions_cell:nth-child(1) a:hover i {
	background-image: url(../../static/jiashan/images/admission_icon1_hover.png);
}

.admissions_cell:nth-child(2) a:hover i {
	background-image: url(../../static/jiashan/images/admission_icon2_hover.png);
}

.admissions_cell:nth-child(3) a:hover i {
	background-image: url(../../static/jiashan/images/admission_icon3_hover.png);
}

.admissions_cell:nth-child(4) a:hover i {
	background-image: url(../../static/jiashan/images/admission_icon4_hover.png);
}

.admissions_cell:nth-child(5) a:hover i {
	background-image: url(../../static/jiashan/images/admission_icon5_hover.png);
}

.admissions_cell:nth-child(6) a:hover i {
	background-image: url(../../static/jiashan/images/admission_icon6_hover.png);
}

.admissions_cell:nth-child(7) a:hover i {
	background-image: url(../../static/jiashan/images/admission_icon7_hover.png);
}


/*Wellington Voices*/
.voices_box {
	padding: 110px 0 195px;
	background: #fff url(../../static/jiashan/images/line.png) repeat-x 0 0;
}

.voices_box .tit {
	font-size: 50px;
}

.voices_box .swiper-container {
	margin-top: 70px;
}

.voices_box dl {
	position: relative;
}

.voices_box dl dt {
	overflow: hidden;
}

.voices_box dl dt img {
	width: 100%;
}

.voices_box dl dd {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 60px;
	transition: all 0.5s;
}

.voices_box dl dd .tit {
	font-size: 36px;
	text-align: center;
	font-family: "gillsans-Regular";
}

.voices_box dl dd .tit a {
	color: #fff;
}

.voices_box dl:hover dt img {
	transform: scale(1.1);
	backface-visibility: hidden;
}

.voices_box dl:hover dd {
	bottom: 20px;
}

.voices_box .swiper-button-next,
.voices_box .swiper-button-prev {
	width: 120px;
	height: 120px;
	background-color: rgba(255, 255, 255, 1);
	margin-top: -60px;
}

.voices_box .swiper-button-prev {
	left: -150px;
	background-image: url(../../static/jiashan/images/arr_left1.png);
}

.voices_box .swiper-button-next {
	right: 210px;
	background-image: url(../../static/jiashan/images/arr_right1.png);
}

.voices_box .swiper-button-prev:hover,
.voices_box .swiper-button-next:hover {
	background-color: rgba(255, 255, 255, 0.8);
}


/*visit us*/
.visit_box {
	padding: 170px 0 120px;
	background: url(../../static/jiashan/images/visit_bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	;
}

.visit_box .wrap {
	max-width: 1200px;
}

.visit_box .tit {
	font-size: 36px;
	line-height: 1.66;
}

.visit_box .more {
	margin: 65px auto 0;
}

.visit_date {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}

.visit_date dl {
	width: 200px;
	text-align: center;
}

.visit_date dl dt {
	font-size: 36px;
	font-family: "gillsans-Regular";
	margin-bottom: 55px;
}

.num_box {
	text-align: center;
}

.num_box input {
	width: 40px;
	font-size: 36px;
	font-family: "RockwellStd-Bold";
}

.num_box input.text_box {
	width: 100px;
	text-align: center;
}

.num_box input.min,
.num_box input.add {
	cursor: pointer;
}

.visit_date select {
	font-size: 36px;
	font-family: "RockwellStd-Bold";
	padding-right: 40px;
	background: url(../../static/jiashan/images/up.png) no-repeat right center;
}

.visit_date select.active {
	background-image: url(../../static/jiashan/images/drag.png);
}

.visit_date option {
	background: #a6d7ca;
	color: #ffffff;
}



.events_date {
	width: 210px;
	height: 46px;
}

.events_date select {
	width: 100%;
	height: 46px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 22px;
	background: #eeeeee url(../../static/jiashan/images/select.png) no-repeat right center;
	background-origin: content-box;
	appearance: none;
	-webkit-appearance: none;
}

.events_date select.active {
	background-image: url(../../static/jiashan/images/drag.png);
}

.events_date option {
	padding: 5px 0;
	background: #a6d6c9;
	color: #ffffff;
}

.events_list {
	font-size: 0;
	margin: auto;
	margin: 0 -1%;
}

.events_list dl {
	position: relative;
	width: 23%;
	float: left;
	margin: 0 1%;
	margin-bottom: 28px;
}

.events_list dl dt a {
	display: block;
	overflow: hidden;
}

.events_list dl:nth-child(4n+1) {
	clear: both;
}

.events_list dl dd a {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: 10px;
}

.events_list dl dd h3 {
	font-family: "RockwellStd-Bold";
}

.events_list dl dd h3:hover {
	color: #a6d6c9;
}

.events_list dl dd .date {
	margin-top: 10px;
	color: #a6d6c9;
}

/*分页*/
.page_box {
	text-align: center;
	margin-top: 50px;
	font-size: 0;
}

.page_box a {
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #ededed;
	font-size: 16px;
	margin: 0 5px;
}

.page_box a.page_prev,
.page_box a.page_next {
	width: 58px;
	background-position: center;
	background-repeat: no-repeat;
}

.page_box a.page_prev {
	background-image: url(../../static/jiashan/images/page_prev.png);
}

.page_box a.page_next {
	background-image: url(../../static/jiashan/images/page_next.png);
}

.page_box a:hover,
.page_box a.current {
	background-color: #a6d6c9;
	color: #fff;
}

.page_box a.page_prev:hover {
	background-image: url(../../static/jiashan/images/page_prev_hover.png);
}

.page_box a.page_next:hover {
	background-image: url(../../static/jiashan/images/page_next_hover.png);
}

.page_box li {
	display: inline-block;
}

@media(max-width: 1200px) {
	.events_list dl {
		margin-bottom: 20px;
	}
}

@media (max-width: 800px) {
	.events_list dl dd h3 {
		font-size: 18px;
	}

	.events_list dl dd .date {
		font-size: 14px;
	}

	.events_date {
		margin-bottom: 2em;
	}

	.events_list dl {
		width: 48%;
		margin-bottom: 10px;
	}

	.events_list dl:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 640px) {
	.events_date {
		float: none;
		margin: 30px auto 1em;
	}

	.events_list {
		margin: auto;
	}

	.events_list dl {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.events_list dl dd {
		padding-bottom: 10px;
	}
}

/*curriculum*/
.curriculum_box {
	z-index: 10;
}

.curriculum_box .cur_top {
	width: 100%;
}

.curriculum_box_in {
	background: #f0f5f4;
	padding-bottom: 165px;
}

.curriculum_left {
	width: 390px;
	margin-top: 110px;
}

.curriculum_left .tit a {
	color: #a6d6c9;
}

.curriculum_left .more {
	margin-top: 95px;
	background-color: #a6d7ca;
	border-color: #a6d7ca;
}

.curriculum_swiper {
	padding-left: 85px;
}

.curriculum_swiper .swiper-slide {
	max-width: 455px;
}

.curriculum_swiper dl dt {
	overflow: hidden;
}

.curriculum_swiper dl dt img {
	width: 100%;
}

.curriculum_swiper dl dt a:hover img {
	transform: scale(1.1);
	backface-visibility: hidden;
}

.curriculum_swiper dl dd {
	padding: 35px 45px 40px;
	background: #fff;
}

.curriculum_swiper dl dd .tit {
	font-size: 36px;
}

.curriculum_swiper dl dd .tit a {
	color: #a6d7ca;
}

.curriculum_swiper dl dd .txt {
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.curriculum_swiper dl dd .more {
	height: 45px;
	line-height: 45px;
	padding: 0 22px;
	border-color: #a6d7ca;
	margin-top: 30px;
}

.curriculum_swiper dl dd .more span {
	color: #a6d7ca;
	background-image: url(../../static/jiashan/images/more1.png);
}

.swiper-button-next,
.swiper-button-prev {
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 50%;
}

.curriculum_swiper .swiper-button-next,
.curriculum_swiper .swiper-button-prev {
	width: 106px;
	height: 106px;
	;
	background-color: rgba(0, 0, 0, 0.4);
	margin-top: -37px;
}

.curriculum_swiper .swiper-button-prev {
	left: 10px;
	background-image: url(../../static/jiashan/images/arr_left.png);
}

.curriculum_swiper .swiper-button-next {
	right: 10px;
	background-image: url(../../static/jiashan/images/arr_right.png);
}

.curriculum_swiper .swiper-button-prev:hover,
.curriculum_swiper .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}


/*community*/
.sortable_nav {
	font-size: 0;
}

.sortable_nav li {
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

.sortable_nav li a {
	display: inline-block;
	background: #eee;
	font-size: 18px;
	font-family: "gillsans-Regular";
	padding: 15px 45px;
	cursor: pointer;
}

.sortable_nav li a:hover {
	background: #a6d6c9;
}

.sortable_nav li a.is-active {
	background: #a6d6c9;
	font-family: "RockwellStd-Bold";
}

.community_list {
	margin-top: 30px;
}

.community_list dl dt {
	overflow: hidden;
}

/*.community_list dl:hover dt img{transform: scale(1.1); backface-visibility: hidden;}*/
.community_list dl dd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.74) 100%);
	transition: all 0.8s;
}

.community_list dl dd h2 {
	font-family: "gillsans-Regular";
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.community_list dl dd h3 a {
	font-size: 18px;
	color: #a6d6c9;
	font-family: "RockwellStd-Bold";
	/*white-space:nowrap;*/
}

.community_list dl dd .txt {
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
	line-height: 1;
}

.community_list dl dd .more {
	position: absolute;
	z-index: 10;
	border-color: #fff;
	margin: 0;
	padding: 0.5em 1em;
	position: absolute;
	left: 50%;
	bottom: 2em;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.community_list dl dd .more span {
	color: #fff;
	background-image: url(../../static/jiashan/images/more2.png);
}

.community_list dl dd .more:hover {
	border-color: #a6d6c9;
}

.community_list dl dd .more:hover span {
	color: #fff;
	background-image: url(../../static/jiashan/images/more2.png);
}

.community_list dl dd .more:hover::after {
	background: #a6d6c9;
}

.community_list dl dd h3,
.community_list dl dd .txt {
	position: relative;
	z-index: 10;
}

.community_list dl dd .description {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.community_list dl dd .description .ff {
	left: 1em;
	right: 1em;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

.community_list dl dd .tt {
	text-align: center;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
}

.community_list dl:hover dd .tt {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	opacity: 0;
}

.community_list dl:hover dd {
	background: rgba(0, 0, 0, 0.7);
}

.community_list dl:hover dd .description {
	opacity: 1;
}

.sjs-default {
	position: relative;
	padding: 0;
	margin: 0;
}

.community_list {
	margin: 0 -1em;
	margin-top: 40px;
}

.community_list .item {
	width: 25%;
	float: left;
	margin-bottom: 2em;
}

.community_list .item dl {
	margin: 0 1em;
	position: relative;
}

.community_list .item dl dt a {
	display: block;
	position: relative;
	height: 100%;
}

/*.community_list .item:nth-child(4n+1){clear: both;}*/


@media(max-width:1280px) {
	.community_list dl dd .description .ff {
		top: 38%;
	}

	.community_list dl dd .more {
		bottom: 1em;
	}
}

@media (max-width: 1024px) {
	.community_list dl dd {
		padding: 20px;
	}

	.community_list {
		margin: 0 -10px;
		margin-top: 2em;
	}

	.community_list .item {
		width: 33.3%;
		margin-bottom: 1.5em;
	}

	.community_list .item dl {
		margin: 0 10px;
	}

	/*.community_list .item:nth-child(4n+1){clear: none;}
	.community_list .item:nth-child(3n+1){clear: both;}*/
}

@media (max-width: 800px) {
	.sortable_nav li {
		margin-right: 6px;
		margin-bottom: 6px;
	}

	.sortable_nav li a {
		font-size: 12px;
		padding: 10px 16px;
	}

	.community_list dl dd h3 a {
		font-size: 16px;
		/*white-space:nowrap;overflow:hidden;text-overflow:ellipsis;*/
	}

	.community_list dl dd .txt {
		margin-top: 5px;
		display: none;
	}

	.community_list dl dd {
		padding: 15px;
		background: none;
	}

	.community_list {
		margin-top: 1em;
	}

	.community_list .item {
		width: 50%;
		margin-bottom: 1em;
	}

	/*.community_list .item:nth-child(3n+1){clear: none;}
	.community_list .item:nth-child(2n+1){clear: both;}*/

	.community_list dl dd .more {
		display: none;
		bottom: auto;
		top: 40%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.community_list dl dd .description {
		opacity: 1;
		background: none;
		display: none;
	}

	.community_list dl dd .description .ff {
		display: none !important;
	}

	.community_list dl:hover dd .tt {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}

	.community_list dl:hover dd {
		background: none;
	}

	.community_list dl:hover dd .description {
		opacity: 0;
	}
}

@media (max-width: 500px) {

	.community_list dl dd h2,
	.community_list dl dd h3 a {
		font-size: 14px;
	}

	.community_list dl dd h2 {
		margin-bottom: 5px;
	}

	.community_list dl dd .txt {
		font-size: 12px;
	}

	.community_list dl dd {
		padding: 12px;
	}

	.community_list dl dd .more {
		top: 36%;
	}
}

/*admissions*/
.apply_desc p {
	margin-bottom: 25px;
	line-height: 1.5;
}

.apply_form dl {
	margin-top: 30px;
}

.apply_form dl dt {
	font-size: 18px;
}

.apply_form dl dd {
	margin-top: 10px;
	overflow: hidden;
}

.apply_form dl dd.bb {
	margin-top: 10px;
	border: 1px solid #eee;
	padding: 0 1em;
	background: #f4f6f5;
}

.apply_form dl dd input {
	width: 100%;
	height: 3em;
	line-height: 3;
	border: none;
	padding: 0 1em;
}

.apply_form dl dd input.inputTextBox {
	width: 100%;
	height: 48px;
	padding: 10px;
	background: #f4f6f5;
}

.bgf465 {
	background: #f4f6f5;
}

.apply_form dl dd input.inputTextBox:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #f4f6f5 inset !important;
}

.apply_form dl dd input.inputTextBox:-webkit-autofill:focus {
	box-shadow: 0 0 0px 1000px #f4f6f5 inset !important;
}

.apply_form dl dd input.inputTextBox:-webkit-autofill {
	background: #f4f6f5;
}

.apply_form dl dd input.radioInput {
	width: 15px;
	height: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	vertical-align: -3px;
	margin-right: 6px;
}

.apply_form dl dd input.checkInput {
	width: 15px;
	height: 15px;
	border: 1px solid #e1e1e1;
	vertical-align: -2px;
	margin-right: 6px;
}

.apply_form dl dd label {
	display: block;
	line-height: 2;
	height: 2em;
}

.apply_form dl dd input[type="radio"]:checked {
	border-color: #97d8c9;
	background: url(../../static/jiashan/images/danx.png) center no-repeat;
	background-size: 5px auto;
}

.apply_form dl dd input[type="checkbox"]:checked {
	border-color: #97d8c9;
	background: url(../../static/jiashan/images/duox.png) center no-repeat;
	background-size: 15px auto;
}

.apply_form .date-js {
	transform: translateY(-116%);
	-webkit-transform: translateY(-116%);
}

.mobilePhoneNumber {
	border: 1px solid #eee;
}

#mobilePhoneNumber {
	border: none;
	
}

.otherOptionText .otherOptionCont {
	border: 1px solid #e1e1e1;
	padding: 0.4em;
	display: none;
	margin-top: 0.5em;
}

.otherOptionText .otherOptionCont textarea {
	width: 100%;
	line-height: 1.8;
	height: 3.6em;
	width: 100%;
}

.btn_submit {
	margin-top: 40px;
}

.btn_submit input {
	width: 100%;
	height: 60px;
	background: #fed100;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border: none;
}

.popup_form {
	overflow-y: auto;
}

.popup_box .btn_submit {
	display: inline-block;
	padding: 0;
}

.popup_box .btn_submit {
	display: inline-block;
	padding: 0 50px;
	border: 1px solid #97d8c9;
	background: #97d8c9;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	box-sizing: content-box;
	text-align: center;
	box-sizing: content-box;
}

.popup_box .btn_submit input {
	width: auto;
	display: inline-block;
	padding-right: 35px;
	font-size: 16px;
	color: #000;
	font-family: "gillsans-Regular";
	background: url(../../static/jiashan/images/more.png) no-repeat right center;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	box-sizing: content-box;
	white-space: nowrap;
	box-sizing: content-box;
}

@media (max-width: 640px) {
	.apply_form dl {
		width: 100%;
		float: none !important;
		margin-top: 15px;
	}

	.apply_form dl dt {
		font-size: 16px;
	}

	.btn_submit {
		margin-top: 20px;
	}

	.btn_submit input {
		height: 50px;
	}
}

/*School Calendar*/
.color_tips {
	margin-top: 14px;
}

.color_tips dl {
	float: left;
	margin-right: 55px;
}

.color_tips dl dt,
.color_tips dl dd {
	display: inline-block;
	vertical-align: middle;
}

.color_tips dl dt {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	margin-right: 15px;
}

.color_tips dl dd {
	font-size: 18px;
}

.color_tips dl:nth-child(1) dt {
	background: #eeeeee;
}

.color_tips dl:nth-child(2) dt {
	background: #ffcf04;
}

.color_tips dl:nth-child(3) dt {
	background: #ff9200;
}

#calendar {
	width: 100%;
	height: 800px;
}

.sc-calendar .item-nolunar {
	padding-top: 10px;
}

.sc-calendar .sc-mark-item {
	max-height: 70px;
	font-size: 16px;
	height: auto;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sc-calendar .sc-mark-item p {
	margin-top: 0;
}

.sc-calendar .sc-mark-item p::before {
	top: 8px;
}

.sc-item {
	position: relative;
}

.sc-item .hoverFloat {
	position: absolute;
	top: 100%;
	padding: 10px;
	margin-top: 4px;
	width: 300px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	display: none;
	z-index: 999999;
	left: 50%;
	text-align: left;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.sc-item.sc-mark:hover .hoverFloat {
	display: block;
}

.overVisible {
	overflow: visible !important;
}

@media (max-width : 1360px) {
	.sc-item .hoverFloat {
		width: 200px;
	}
}

@media (max-width : 1280px) {
	.sc-item .hoverFloat {
		width: 100%;
	}
}

@media (max-width : 1024px) {
	.sc-item {
		position: static;
	}

	.sc-days {
		position: relative;
	}

	.sc-item .hoverFloat {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		width: 500px;
	}

	.sc-item .hoverFloat,
	.sc-calendar .sc-mark-item {
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	.sc-item.sc-mark:hover .hoverFloat {
		display: none;
	}

	.sc-calendar .sc-mark-item {
		-webkit-line-clamp: 9999;
		max-height: none;
	}
}



*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

/*弹出菜单*/
.menu_popup {
	width: 0;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: #f1f1f1 url(../../static/jiashan/images/menu_bg.jpg) no-repeat top right;
	background-attachment: fixed;
	background-size: cover;
	z-index: 99999999;
	overflow: hidden;
	transition: all 0.5s;
}

.menu_popup.active {
	width: 100%;
}

.menu_popup_in {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: flex;
	align-items: center;
}

.menu_popup .wrap {
	width: 1560px;
	max-width: none;
	margin: 0 auto;
}

.menu_close {
	width: 54px;
	height: 54px;
	top: 90px;
	right: 84px;
	border-radius: 54px;
	overflow: hidden;
	transition: all 0.5s;
}

.menu_close:hover {
	width: 154px;
}

.btn_close {
	width: 154px;
	height: 100%;
	padding: 0 20px 0 25px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

.btn_close span {
	font-size: 22px;
	color: #fff;
	font-family: "gillsans-Regular";
	opacity: 0;
	transition: all 0.3s;
}

.btn_close i {
	width: 14px;
	height: 14px;
	background: url(../../static/jiashan/images/menu_close.png) no-repeat center;
	background-size: 100%;
}

.menu_close:hover .btn_close span {
	opacity: 1;
}

.menu_left {
	width: 41.28%;
	padding-right: 4.6%;
}

.menu_left dl dt {
	overflow: hidden;
}

.menu_left dl dt img {
	width: 100%;
}

.menu_left dl dt a:hover img {
	transform: scale(1.1);
	backface-visibility: hidden;
}

.menu_left dl dd {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(rgba(102, 102, 102, 0.1), rgba(0, 0, 0, 0.3));
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px 40px;
}

.menu_left dl dd h3 a {
	font-size: 22px;
	color: #fff;
}

.menu_left dl dd .txt {
	font-size: 12px;
	color: #fff;
	margin-top: 12px;
	font-family: "gillsans-Regular";
}

.menu_btn {
	margin-top: 70px;
	font-size: 0;
}

.menu_btn a {
	display: inline-block;
	padding: 0 28px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	background: #a6d6c9;
	margin-right: 10px;
	margin-bottom: 10px;
}

.menu_btn a:hover {
	background: #000;
	color: #fff;
}

.menu_right {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border-left: 1px solid #d7d7d7;
}

.menu_right dl {
	width: 33.33%;
	padding-left: 70px;
	margin-bottom: 70px;
}

.menu_right dt,
.menu_right dt a {
	font-size: 18px;
	font-family: "gillsans-Regular";
}

.menu_right dd {
	margin-top: 20px;
}

.menu_right dd a {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-bottom: 10px;
	font-family: "gillsans-Regular";
}

.menu_right dd a:hover {
	color: #a6d6c9;
}

.shadow {
	height: 100%;
	overflow: hidden;
}

@media only screen and (max-width:1440px) {

	.menu_popup .wrap {
		width: 1300px;
	}

	.menu_close {
		top: 30px;
		right: 30px;
	}

	.menu_left {
		padding-right: 30px;
	}

	.menu_btn {
		margin-top: 30px;
	}

	.menu_right dl {
		padding-left: 30px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:1366px) {
	.menu_popup .wrap {
		width: 1200px;
	}

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

	.menu_close {
		width: 50px;
		height: 50px;
	}

	.btn_close {
		width: 120px;
		padding: 0 18px 0 18px;
	}

	.menu_close:hover {
		width: 120px;
	}

	.btn_close span {
		font-size: 18px;
	}
}

@media only screen and (max-width:1280px) {
	.menu_popup .wrap {
		width: 1100px;
	}


}

@media only screen and (max-width:1200px) {
	.menu_popup .wrap {
		width: 1000px;
	}

	.menu_left dl dd {
		padding: 20px;
	}

	.menu_close {
		top: 20px;
		right: 20px;
	}
}

@media (max-width: 1024px) {
	.menu_popup .wrap {
		width: 900px;
	}

	.menu_left {
		width: 32%;
	}

	.menu_btn a {
		font-size: 14px;
		height: 46px;
		line-height: 46px;
	}

	.menu_left dl dd {
		padding: 10px;
	}

	.menu_right dl {
		margin-bottom: 10px;
	}

	.menu_right dd a {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.menu_right dd {
		margin-top: 10px;
	}

	.menu_close {
		width: 40px;
		height: 40px;
	}

	.btn_close {
		width: 100px;
		padding: 0 13px;
	}

	.menu_close:hover {
		width: 100px;
	}

	.btn_close span {
		font-size: 16px;
	}

	.menu_popup {
		background: #f1f1f1;
	}

	.menu_popup_in {
		align-items: flex-start;
	}

	.menu_left {
		display: none;
	}

	.menu_right {
		border: none;
		padding: 50px 10px;
	}

	.menu_popup .wrap {
		width: 100%;
	}

	.menu_right dl {
		width: 100%;
		padding: 15px 0;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 0;
	}

	.menu_right dl dt {
		position: relative;
	}

	.menu_right dl dt::after {
		width: 14px;
		height: 14px;
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -7px;
		background: url(../../static/jiashan/images/down.png) no-repeat right center;
		transition: all 0.3s;
		background-size: contain;
	}

	.menu_right dl dt.cr::after {
		transform: rotate(90deg);
	}

	.menu_right dl dd {
		display: none;
	}

	.menu_right dl dd a {
		padding: 10px;
		color: #666;
	}

	.menu_close {
		width: 30px;
		height: 30px;
		right: 10px;
		top: 10px;
	}

	.btn_close {
		width: 30px;
		padding: 0;
		background: none;
	}

	.btn_close i {
		width: 30px;
		height: 30px;
		background-image: url(../../static/jiashan/images/close.png);
		background-size: 20px;
	}

	.btn_close span {
		display: none;
	}

	.menu_close:hover {
		width: 30px;
	}

}


/*campus  && contact us*/
#campusIframe {
	width: 100%;
	height: 600px;
	margin-bottom: 60px;
}

.mapBox {
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);
	margin: 8px;
	padding-bottom: 50px;
}

.mapTop {
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 0 50px;
	overflow: hidden;
}

.mapTop .font {
	overflow: hidden;
}

.mapTop .font h2 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}

.mapTop .font .rmBtn {
	display: inline-block;
	margin-top: 4em;
	color: #d30013;
	cursor: pointer;
	padding-right: 1em;
	background: url(../../static/jiashan/images/mapArr3.png) right center no-repeat;
	background-size: 0.6em auto;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.mapTop .font .rmBtn:hover {
	padding-right: 1.3em;
}

.mapTop .font .rmBtn.on {
	background-image: url(../../static/jiashan/images/mapArr4.png);
	background-size: 0.35em auto;
}

.mapTop .img {
	width: 29%;
	float: right;
	position: relative;
	margin-left: 60px;
}

.mapTop .img:before {
	content: "";
	bottom: 3px;
	position: absolute;
	width: 60px;
	background: #fff;
	-webkit-transform: rotate(13deg);
	transform: rotate(13deg);
	top: -20px;
	left: -30px;
}

.mapItem {
	margin: 40px 50px 0 50px;
}

.mapItem span,
.mapItem a {
	display: inline-block;
}

.mapItem a {
	color: #d30013;
}

.mapItem span {
	color: #777;
}

.mapItem a:hover {
	text-decoration: underline;
}

.mapItem .mapFont {
	text-align: center;
}

.mapItem .mapFont h2 {
	font-size: 24px;
}

.mapItem .mapImg {
	text-align: center;
}

.moreMapBox {
	margin-top: 30px;
	overflow: hidden;
}

.moreMapTab {
	padding: 25px 100px;
	margin-bottom: 30px;
	color: #3c3737;
}

.moreMapTab .f1 {
	float: left;
}

.moreMapTab .f2 {
	float: right;
	cursor: pointer;
	padding-right: 1em;
	background: url(../../static/jiashan/images/mapArr1.png) right center no-repeat;
	background-size: 0.6em auto;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

.moreMapTab .f2.on {
	background-image: url(../../static/jiashan/images/mapArr2.png);
	background-size: 0.35em auto;
}

.moreMapTab .f2:hover {
	padding-right: 1.3em;
}

.moreMapCont {
	display: none;
}

.moreMapItem {
	margin: 8px;
	margin-bottom: 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

.moreMapItem .mapItem {
	display: none;
	padding-bottom: 40px;
}

@media (max-width:1560px) {
	#campusIframe {
		height: 500px;
	}
}

@media (max-width:1280px) {
	#campusIframe {
		margin-bottom: 40px;
	}

	.mapTop .img {
		margin-left: 40px;
	}
}

@media (max-width:1200px) {
	#campusIframe {
		height: 400px;
	}
}

@media (max-width:1024px) {
	#campusIframe {
		margin-bottom: 2em;
	}

	.mapBox {
		padding-bottom: 2em;
	}

	.mapTop .font h2 {
		margin-top: 1em;
	}

	.mapItem {
		margin: 2em 1em 0 1em;
	}

	.mapTop {
		margin-left: 1em;
	}

	.moreMapBox,
	.mapTop .font .rmBtn {
		margin-top: 2em;
	}

	.moreMapTab {
		padding: 2em;
		margin-bottom: 2em;
	}

	.moreMapItem {
		margin-bottom: 2em;
	}

	.moreMapItem .mapItem {
		padding-bottom: 2em;
	}
}

@media (max-width:768px) {
	.mapTop .img {
		margin-left: 1em;
	}

	.mapTop .img:before {
		display: none;
	}

	.mapTop .font {
		padding: 1em 0;
	}

	.mapTop .font h2 {
		margin-top: 0;
	}

	.mapTop .font .rmBtn {
		margin-top: 1em;
	}
}

/*组件模板*/
.assemblyItem {
	margin-bottom: 50px !important;
	padding-bottom: 50px;
	border-bottom: 1px solid #a6d6c9;
}

.assemblyItem:last-child {
	border: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.assemblyItem .f1 {
	font-size: 24px;
	color: #a6d6c9;
	margin-bottom: 0.5em;
}

.assemblyItem1 {
	margin: 0 -20px;
}

.assemblyItem1 .assemblyUnit {
	width: 50%;
	float: left;
}

.assemblyItem1 .assemblyUnit .w {
	margin: 0 20px;
}

.assemblyItem1 .img {
	margin-bottom: 1em;
}

.assemblyItem1 .assemblyUnit .font .f2 {
	height: auto;
	-webkit-line-clamp: 999;
}

.assemblyItem2 .img {
	width: 50%;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

.assemblyItem2 .font,
.assemblyItem3 .font {
	overflow: hidden;
	text-align: justify;
}

.assemblyItem3 .img {
	width: 50%;
	float: right;
	margin-left: 40px;
	overflow: hidden;
}

.assemblyItem2 .swiperImg,
.assemblyItem3 .swiperImg {
	position: relative;
}

.assemblyItem .swiperImg .swiper-button-next,
.assemblyItem .swiperImg .swiper-button-prev {
	background-size: 30% auto;
	width: 40px;
	height: 40px;
	display: none;
}

.assemblyItem .swiperImg .swiper-slide>span,
.assemblyItem .swiperImg .swiper-slide>div {
	display: block;
	margin: 0 !important;
}

.assemblyItem .swiperImg .swiper-slide img {
	height: auto !important;
	width: auto !important;
}

@media (max-width: 1280px) {
	.assemblyItem {
		margin-bottom: 40px !important;
		padding-bottom: 40px;
	}

	.assemblyItem1 {
		margin: 0 -10px;
	}

	.assemblyItem1 .assemblyUnit .w {
		margin: 0 10px;
	}

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

	.assemblyItem3 .img {
		margin-left: 20px;
	}
}

@media (max-width: 1024px) {
	.assemblyItem .f1 {
		font-size: 20px;
	}

	.assemblyItem {
		margin-bottom: 2em !important;
		padding-bottom: 2em;
	}
}

@media (max-width: 500px) {

	.assemblyItem1 .assemblyUnit,
	.assemblyItem2 .img,
	.assemblyItem3 .img {
		width: auto;
		float: none;
		margin: 0 0 1em 0;
	}

	.assemblyItem1 .assemblyUnit {
		margin-bottom: 2em;
	}

	.assemblyItem1 {
		padding-bottom: 0.1em;
	}
}


/*视频列表*/
.video_list {
	margin: 0 -10px;
}

.video_list .w {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}

.video_list .item {
	margin: 0 10px;
}

.video_list .item .img {
	position: relative;
	margin-bottom: 1em;
	cursor: pointer;
	border: 1px solid #efefef;
}

.video_list .item .img img {
	min-width: 100%;
	min-height: 100%;
	max-height: 9999px;
}

.video_list .item .icon,
.searchResultList .item .img .icon {
	width: 60px;
	height: 60px;
	background: #f17e01;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.video_list .item .icon:before,
.searchResultList .item .img .icon:before {
	content: '';
	border-left: 16px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.video_list .item .font .f1 {
	line-height: 1.2;
	cursor: pointer;
	font-family: "RockwellStd-Bold";
}

.video_list .item .font .f1:hover {
	color: #a6d6c9;
}

.video_list .item .font .f2 {
	color: #a6d6c9;
}

@media (max-width:1024px) {
	.video_list .w {
		margin-bottom: 2em;
	}

	.video_list .item .font .f1 {
		font-size: 20px;
	}

	.video_list .item .font .f2 {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.video_list .w {
		width: auto;
		float: none;
	}
}


/*聚合页*/
.mainPage1 {
	padding: 120px 0 140px 0
}

.mainPage1 .item:nth-child(2n) {
	background: #f39712;
}

.mainPage1 .item:nth-child(4n) {
	background: #f6d116;
}

.mainPage1 .item a,
.mainPage2 .section a {
	display: block;
}

.mainPage1 .item .img {
	width: 50%;
	overflow: hidden;
	cursor: pointer;
}

.mainPage1 .item .img img,
.mainPage2 .section .img img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.mainPage1 .item .img:hover img,
.mainPage2 .section .img:hover img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
}

.mainPage1 .item .font {
	padding: 100px 80px 0 80px;
}

.mainPage1 .item .font .f1,
.mainPage2 .section .font .f1 {
	font-size: 36px;
	font-family: "RockwellStd-Bold";
}

.mainPage1 .item .font .f2,
.mainPage2 .section .font .f2 {
	font-size: 16px;
	margin: 1em 0;
}

.mainPage1 .item .font .btn,
.mainPage2 .section .font .btn,
.mainPage2 .section3 .btn {
	font-size: 16px;
	display: inline-block;
	padding-right: 1em;
	background: url(../../static/jiashan/images/mpArrow.png) right center no-repeat;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.mainPage1 .item .font .btn:hover,
.mainPage2 .section2 .font .btn:hover {
	padding-right: 1.4em;
}

.mainPage1 .item .font .btn:hover {
	color: #a6d6c9;
	background-image: url(../../static/jiashan/images/mpArrow4.png);
}

.mainPage1 .item .font .f1:hover {
	color: #a6d6c9;
}

.mainPage1 .item:nth-child(2n) .font .btn:hover {
	color: #fff;
	background-image: url(../../static/jiashan/images/mpArrow3.png);
}

.mainPage1 .item:nth-child(2n) .font .f1:hover {
	color: #fff;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-3 {
	max-height: 4.5em;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	max-height: 7.5em;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.mainPage2 .section {
	padding: 110px 0;
}

.mainPage2 .section1 .font .btn:hover,
.mainPage2 .section3 .font .btn:hover {
	color: #a5d6c9;
	background-image: url(../../static/jiashan/images/mpArrow2.png)
}

.mainPage2 .section1 .img {
	width: 50%;
	overflow: hidden;
	cursor: pointer;
}

.mainPage2 .section {
	border: none;
	margin: 0;
}

.mainPage2 .section2 .img {
	overflow: hidden;
	width: 47.2%;
	cursor: pointer;
}

.mainPage2 .section2 {
	background: rgba(164, 208, 200, 0.9);
}

.mainPage2 .section2Box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mainPage2 .section .font {
	padding: 80px 80px 0 80px;
}

.mainPage2 .section3 .btn {
	padding: 0;
	width: 6em;
}

.mainPage2 .section3 .wrap {
	display: flex;
	justify-content: space-between;
}

.mainPage2 .section3 .fontBox {
	display: flex;
	display: -webkit-flex;
	width: 33%;
}

.mainPage2 .section3 .font {
	max-width: 100%;
	word-break: break-all;
	border: 1px solid #c9c9c9;
	padding: 0 80px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-align-content: center;
	align-content: center;
	justify-content: center;
}

.mainPage2 .section3 .img {
	width: 31%;
	overflow: hidden;
	cursor: pointer;
}

@media (max-width:1560px) {

	.mainPage1,
	.mainPage2 .section {
		padding: 100px 0;
	}
}

@media (max-width:1360px) {

	.mainPage1,
	.mainPage2 .section {
		padding: 80px 0;
	}

	.mainPage1 .item .font,
	.mainPage2 .section .font {
		padding: 60px;
	}
}

@media (max-width:1280px) {

	.mainPage1,
	.mainPage2 .section {
		padding: 60px 0;
	}

	.mainPage1 .item .font,
	.mainPage2 .section .font {
		padding: 50px;
	}

	.mainPage1 .item .font .f1,
	.mainPage2 .section .font .f1 {
		font-size: 30px;
	}
}

@media (max-width:1024px) {

	.mainPage1,
	.mainPage2 .section {
		padding: 40px 0;
	}

	.mainPage1 .item .font,
	.mainPage2 .section .font {
		padding: 2em;
	}

	.mainPage1 .item .font .f1,
	.mainPage2 .section .font .f1 {
		font-size: 24px;
	}
}

@media (max-width:768px) {

	.mainPage1,
	.mainPage2 .section {
		padding: 2em 0;
	}

	.mainPage1 .item {
		margin-bottom: 2em;
	}

	.mainPage1 .item:last-child {
		margin-bottom: 0;
	}

	.mainPage1 .item .img,
	.mainPage2 .section .img {
		float: none;
		text-align: center;
		width: auto;
	}

	.mainPage2 .section .font {
		padding: 1em 0;
	}

	.mainPage1 .item .font,
	.mainPage2 .section3 .font {
		padding: 1em;
	}


	.mainPage2 .section3 .fontBox {
		display: block;
		width: auto;
	}

	.mainPage2 .section3 .wrap {
		display: block;
	}

	.mainPage2 .section3 .img {
		width: auto;
		margin-top: 2em;
	}
}


/*联系我们 重做*/
.cuTop {
	background: #a6d6c9;
}

.cuTop .cuMap {
	height: 570px;
	width: 60%;
}

.cuTop .cuFont {
	padding: 100px;
}

.cuTop .cuFont h2 {
	font-size: 40px;
	font-family: "RockwellStd-Bold";
}

.cuTop .cuFont p.ff {
	font-size: 16px;
	margin: 1.5em 0;
}

.cuTop .cuFont .link {
	font-size: 18px;
	text-decoration: underline;
}

.cuTop .cuMedia {
	font-size: 24px;
	line-height: 1.7;
	margin-top: 1.5em;
}

.cuTop .cuMedia a {
	display: inline-block;
	position: relative;
	width: 1.7em;
	height: 1.7em;
	border-radius: 50%;
	border: 1px solid #030404;
	margin-left: 1em;
}

.cuTop .cuMedia a img {
	width: 1em;
	height: auto;
	margin: 0.35em 0 0 0.35em;
}

.cuTop .cuFont {
	overflow: visible;
}

.cuTop .cuMedia .cuWeChat {
	display: none;
	position: absolute;
	left: 100%;
	width: 100px;
	padding-left: 0.5em;
	top: 0;
}

.cuTop .cuMedia .cuWeChat img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	margin: 0;
}

.cuTop .cuMedia a:hover .cuWeChat {
	display: inline-block;
}

.cuBottom {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 110px;
}

.cuBottom .admissionsFont .admTitle {
	display: block;
}


@media (max-width:1560px) {
	.cuTop .cuFont {
		padding: 80px;
	}

	.cuBottom {
		margin-top: 80px;
	}
}

@media (max-width:1360px) {
	.cuTop .cuFont {
		padding: 60px;
	}

	.cuBottom {
		margin-top: 60px;
	}

	.cuTop .cuMap {
		height: 480px;
	}
}

@media (max-width:1280px) {
	.cuTop .cuFont {
		padding: 40px;
	}

	.cuBottom {
		margin-top: 40px;
	}

	.cuBottom .section {
		margin-bottom: 40px !important;
	}

	.cuTop .cuFont h2,
	.cuBottom .section .item .f1 {
		font-size: 32px !important;
	}

	.cuBottom .section .item .f2 {
		font-size: 24px !important;
	}

	.cuTop .cuMap {
		height: 440px;
	}
}

@media (max-width:1024px) {
	.cuTop .cuFont {
		padding: 2em;
	}

	.cuBottom {
		margin-top: 2em;
	}

	.cuBottom .section {
		margin-bottom: 2em !important;
	}

	.cuTop .cuFont h2,
	.cuBottom .section .item .f1 {
		font-size: 24px !important;
	}

	.cuBottom .section .item .f2 {
		font-size: 18px !important;
	}

	.cuBottom .section .item .f3 {
		font-size: 16px !important;
	}

	.cuTop .cuMedia {
		font-size: 18px;
	}

	.cuTop .cuFont .link {
		font-size: 16px;
	}

	.cuTop .cuFont p.ff {
		margin: 1em 0;
	}

	.cuTop .cuMedia {
		margin-top: 1em;
	}

	.cuTop .cuMap {
		height: 400px;
	}

	.cuTop .cuMedia a {
		margin-left: 0.4em;
	}
}

@media (max-width:768px) {
	.cuTop .cuMap {
		width: auto;
		float: none;
	}

	.cuTop .cuFont {
		padding: 1em;
	}

	.cuBottom .section .item {
		width: auto !important;
		float: none !important;
		margin-bottom: 1em;
	}
}


/*搜索结果页 start*/
.searchResultList .item {
	margin: 0 auto 30px auto;
	max-width: 960px;
	border-top: 2px solid #ef7f01;
}

.searchResultList .item .img {
	display: block;
	width: 390px;
	height: 160px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	border-top: none;
}

.searchResultList .item .img img {
	min-height: 100%;
	min-width: 100%;
	max-width: 9999px;
	object-fit: cover;
}

.searchResultList .item .font {
	padding: 10px 20px 10px 0;
}

.searchResultList .item .font .f1 {
	font-size: 24px;
}

.searchResultList .item .font .f2,
.searchResultList .item .font .f3 {
	font-size: 18px;
	margin-top: 0.5em;
}

.searchResultList .item .font .f2 {
	height: auto;
	max-height: 3em;
}

.searchResultList .item .font .f3 {
	color: #999;
}

@media (max-width:1024px) {
	.searchResultList .item {
		max-width: 100%;
		margin-bottom: 1em;
	}

	.searchResultList .item .font .f1 {
		font-size: 20px;
	}

	.searchResultList .item .font .f2,
	.searchResultList .item .font .f3 {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.searchResultList .item .img {
		width: auto;
		height: auto;
		margin-right: 0;
		float: none;
	}

	.searchResultList .item .img img {
		max-width: 100%;
	}

	.searchResultList .item .font {
		padding: 1em 0;
	}
}

/*搜索结果页 end*/

/*404 页面 start*/
.page404 {

	text-align: center;
	color: #8e8e8e;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.page404 p {
	margin: 2em 0;
}

.page404 .btn404 {
	display: inline-block;
	padding: 0 2em;
	line-height: 2.8;
	height: 2.8em;
	border-radius: 4px;
	border: 1px solid #8e8e8e;
	color: #8e8e8e;
}

.page404 .btn404:hover {
	color: #a6d6c9;
	border-color: #a6d6c9;
}

@media (max-width:500px) {
	.page404 {
		width: 80%;
	}

	.page404 .img {
		max-width: 60%;
		margin: 0 auto;
	}
}

/*404 页面 end*/

.title{
	margin: 0 auto 30px;
	text-align: center;
}
.title h2{
    font-size: 36px;
    font-family: "RockwellStd-Bold";
	color: #a6d6c9;
}