.block h2.block-title {
	border-bottom: 0;
	font-size: 30px;
	color: #333;
	position: relative;
	padding-left: 15px;
}

.block {
	margin-bottom: 0;
}

.layout-full.region-top {
	background: #EBF5ED;
	padding: 40px 0;
}

ul.frontplatform li {
	list-style: none;
	float: left;
	background: #00695f;
	padding: 10px;
	width: 160px;
	border-radius: 50%;
	height: 160px;
	margin: 10px 10px;
	text-align: center;
	line-height: 120% !important;
	border: 6px solid rgba(255,255,255,0.6);
	position: relative;
}

ul.frontplatform li:hover {
	border: 6px solid rgba(255,255,255,0.2);
}

ul.frontplatform li:nth-child(2),ul.frontplatform li:nth-child(6) {
	background: #29BA41;
}

ul.frontplatform li:nth-child(3),ul.frontplatform li:nth-child(7) {
	background: #0C7D3D;
}

ul.frontplatform li:nth-child(4),ul.frontplatform li:nth-child(8) {
	background: #00695f;
}

ul.frontplatform li a {
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	vertical-align: middle;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -45px;
}

ul.frontplatform i {
	color: #fff;
	fill: currentColor;
	margin-bottom: 5px;
}

ul.frontplatform li:hover a {
	color: rgba(255,255,255,1);
}

ul.frontplatform li span {
	display: block;
	line-height: 130%;
	width: 80%;
	margin: 0 auto;
}

.layout-full.region-middle-first {
	margin-top: 40px;
	margin-bottom: 60px;
}

.block-region-middle-first-right {
	margin-top: 64px;
}

.block-region-middle-first-left h2.block-title:before {
	content: "News";
	color: #555;
	position: absolute;
	font-size: 16px;
	font-family: Arial;
	top: -30px;
}

.block-region-middle-first-left h2.block-title:after {
	content: "";
	position: absolute;
	height: 55px;
	border-right: 1px solid #ccc;
	padding-left: 20px;
	top: -20px;
}

.more-link {
	left: 180px;
	font-size: 14px;
	color: #29BA41;
}

.page-front .newslists {
	padding: 10px;
}

.page-front .newslist .time {
	width: 59px;
}

.page-front .newslist .tags {
	left: 90px;
}

@media (min-width:1200px) {
	.newsbody {
		min-height: 162px;
	}

	ul.frontplatform li:nth-of-type(even) {
		margin-top: 100px;
	}

	.page-front .title a {
		font-size: 14px;
	}

	.page-front .newsbody .title a {
		font-size: 16px;
	}
}

@media (max-width:1200px) {
	.block-region-middle-first-right {
		margin-top: 24px;
	}

	ul.frontplatform li {
		margin: 10px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.layout-full.region-middle-first .col-xs-12.col-md-6 {
		width: 100%;
	}
}

.layout-full.region-bottom-standard {
	background-image: url(../images/zt-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 20px 0 40px 0;
	margin-top: 30px;
	position: relative;
	border-top: 1px solid #00695f;
}

.layout-full.region-bottom-standard:before {
	position: absolute;
	content: "";
	background: url(../images/specialsubjects.png) no-repeat;
	left: 0;
	right: 0;
	z-index: 1;
	top: -37px;
	width: 400px;
	height: 100px;
	margin: 0 auto;
}

.ztitem {
	position: relative;
	padding: 30px;
}

.ztitem img {
	border-radius: 10px;
}

.ztitem-title {
	width: 90px;
	height: 90px;
	display: table;
	text-align: center;
	background: #005850;
	border: 3px solid #99c3bf;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	bottom: -45px;
	padding: 5px;
	z-index: 2;
	font-weight: 600;
	color: #FFF;
	font-size: 16px;
}

.ztitem-title span {
	vertical-align: middle;
	display: table-cell;
}

.ztitem-link a {
	display: block;
	width: 90px;
	padding: 8px 10px;
	z-index: 2;
	margin: 0 auto;
	position: relative;
	top: -10px;
	background: #005850;
	color: rgba(255,255,255,0.7);
	text-align: center;
	border-radius: 5px;
}

.ztitem:hover .ztitem-link a,.ztitem:hover .ztitem-title {
	color: rgba(255,255,255,1);
	background: #00af9e;
}

.owl-theme .owl-controls .owl-page span {
	background: #FFF;
}

@media (max-width:480px) {
	.layout-full.region-bottom-standard:before {
		background: url(../images/specialsubject.png) no-repeat center;
		width: 300px;
	}
}

.footer-bg-front-base {
}

.footer-bg-primary {
	text-align: center;
}

.footer-bg-primary.copyrightline p {
	color: #FFF !important;
}

.copyrightline:before {
	display: none;
}

.footer-bg-front-base h4 {
	font-weight: bold;
	color: #00695f;
}

.footerinfo {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

.resttime .owl-nav {
	position: absolute;
	top: 25px;
	right: 10px;
}

.resttime .owl-nav .icon {
	font-weight: 700;
}

.resttime .owl-stage-outer {
	position: relative;
	overflow: hidden;
}

.owl-item {
	float: left;
	overflow: hidden;
}

.resttime .post {
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px !important;
	font-family: Arial;
}

.resttime .post span {
	font-size: 12px;
	font-weight: 300;
	background: rgba(255,255,255,0.2);
	display: inline-block;
	padding: 3px 10px;
	margin-top: 20px;
	border-radius: 10px;
	font-family: "Microsoft Yahei";
}

.resttime .owl-nav .owl-prev,.resttime .owl-nav .owl-next {
	cursor: pointer;
	font-size: 20px;
	line-height: 23px;
	color: #00695f;
	margin-left: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	float: left;
	text-align: center;
	position: relative;
}

.resttime .owl-nav .owl-prev:hover,.resttime .owl-nav .owl-next:hover {
	color: #00695f;
}

.resttime .item span {
	display: inline-block;
	float: left;
	width: 36px;
	height: 94px;
	background: url(../images/resttime-t.png) no-repeat;
	font-size: 0;
}

.resttime .item span.am {
	background-position: 0 0;
}

.resttime .item span.pm {
	background-position: -48px 0px;
}

.resttime .item span.night {
	background-position: -96px 0;
}

.resttime .item .rsam,.resttime .item .rspm,.resttime .item .rsnight {
	display: inline-block;
	width: calc(100% - 50px);
	float: left;
	margin-left: 14px;
	padding: 20px 0;
}

@media (max-width:768px) {
	.footer-link.on h4:before {
		left: -20px;
		bottom: -40px;
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}