﻿.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.hover-border-transform {
	position: relative
}

.hover-border-transform:hover {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition-delay: 0.3s;
	background-color: #3e6fb7;
	color: #fff
}

.hover-border-transform:hover:before {
	right: 0;
	bottom: 0
}

.hover-border-transform:hover:after {
	left: 0;
	top: 0
}

.hover-border-transform:before {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: calc(100% - 10px);
	top: 0;
	bottom: calc(100% - 5px);
	border-top: 1px solid #3e6fb7;
	border-left: 1px solid #3e6fb7
}

.hover-border-transform:after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: calc(100% - 10px);
	bottom: 0;
	top: calc(100% - 5px);
	border-right: 1px solid #3e6fb7;
	border-bottom: 1px solid #3e6fb7
}

.media-hover {
	transition: all .3s
}

.media-hover:hover {
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.75);
	transform: translateY(-5px)
}

.full-screen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fill-full-width {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.underline-hover {
	position: relative
}

@media only screen and (min-width:768px) {
	.underline-hover:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.underline-hover:hover:before {
		transform: scaleX(1)
	}
}

.y-m {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.x-m {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.x-y-m {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.g-out {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box
}

.g-in {
	overflow: visible;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word
}

.icon {
	position: relative;
	display: inline-block;
	font-family: "davyin";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

.box-shadow {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.5600000000000001), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}

.bgimg-1-0 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0
}

.bgimg-1-0:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.bgimg-1-0 [data-toggle="bgImage"] {
	background-position: center;
	width: 100%;
	height: 100%
}

.card-1 {
	background-color: #fff;
	padding: 9.1px
}

.card-1 .card-media {
	position: relative;
	height: 0;
	padding-top: 61%;
	overflow: hidden
}

.card-1 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.card-1 .card-media:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.card-1 .card-content {
	padding: 14px
}

.card-1 .card-content .card-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 14px;
	color: #000;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 47px
}

.card-1 .card-content .card-text {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	height: 52px;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.card-1 .card-content .card-text p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.card-1 .card-footer {
	padding: 0 14px;
	margin-bottom: 14px;
	text-align: right
}

.card-1 .card-footer a {
	display: inline-block;
	text-align: right;
	border: 1px solid #3e6fb7;
	color: #3e6fb7;
	font-size: 12px;
	line-height: 20px;
	padding: 7px 28px
}

.card-1 .card-footer a:hover {
	background-color: #3e6fb7;
	color: #fff
}

.card-2 .card-media {
	position: relative;
	height: 0;
	padding-top: 110%;
	overflow: hidden
}

.card-2 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background-position: top center
}

.card-2 .card-content {
	text-align: center;
	margin-bottom: 7px
}

.card-2 .card-content .card-title {
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10.5px 0;
	color: #000
}

.card-2 .card-content .card-text {
	color: #777;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height: 21px
}

.card-2 .card-content .card-text p {
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0
}

.card-2 .card-content .card-subtitle {
	color: #777;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height: 21px
}

.card-2 .card-content .card-subtitle span {
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
	margin-right: 7px
}

.card-2 .card-content .card-subtitle span:only-child,
.card-2 .card-content .card-subtitle span:last-child {
	margin-right: 0
}

.card-2 .card-content .card-time {
	color: #777;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px;
	min-height: 21px;
	padding: 10.5px 0
}

.card-2 .card-content .card-time p {
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0
}

.card-2:hover .card-content .card-title,
.card-2:hover .card-content .card-text {
	color: #3e6fb7
}

.card-2:hover .card-content .card-title p,
.card-2:hover .card-content .card-text p {
	color: #3e6fb7
}

.card-3 .card-body {
	position: relative
}

.card-3 .card-body .card-media {
	position: relative;
	padding-top: 130%
}

.card-3 .card-body .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	background-position: top center
}

.card-3 .card-body .card-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 14px 7px;
	background-image: linear-gradient(transparent, #333)
}

.card-3 .card-body .card-content .card-title {
	margin-bottom: 7px;
	text-align: center
}

.card-3 .card-body .card-content .card-title a {
	display: inline-block;
	background-color: #3e6fb7;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: 7px 14px;
	border-radius: 4px
}

.card-3 .card-body .card-content .card-subtitle {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-3 .card-body .card-content .card-tag {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-4-0 {
	border: 1px solid #c6c6c6;
	padding: 16.8px
}

.card-4-0 .card-media {
	position: relative;
	padding-top: 70%;
	width: 70%;
	margin: auto;
	border-radius: 50%;
	overflow: hidden
}

.card-4-0 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	background-position: top center
}

.card-4-0 .card-title {
	font-size: 16px;
	font-weight: bold;
	color: #3e6fb7;
	line-height: 1.5;
	margin: 14px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-4-0 .card-title a {
	font-size: 16px;
	font-weight: bold;
	color: #3e6fb7;
	line-height: 1.5
}

.card-4-0 .card-title a:hover {
	text-decoration: underline
}

.card-4-0 .card-subtitle {
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	min-height: 35px
}

.card-4-0 .card-subtitle .card-subtitle-content {
	background-color: #3e6fb7;
	color: #fff;
	border-radius: 50px;
	padding: 7px;
	display: inline-block;
	min-width: 70%
}

.card-4-0 .card-tag {
	color: #3e6fb7;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-4-0 .card-tag a {
	border-radius: 5px;
	padding: 7px;
	display: block;
	border: 1px solid #3e6fb7
}

.card-4-0 .card-tag a:hover {
	color: #fff;
	background-color: #3e6fb7
}

.card-4-0 .card-tag span {
	border-radius: 5px;
	padding: 7px;
	display: block;
	border: 1px solid #3e6fb7
}

.card-4-0 .card-text {
	text-align: left;
	color: #777;
	overflow: hidden;
	height: 63px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.card-4-0 .card-text .bold {
	color: #777
}

.card-4-0 .card-text p {
	display: inline;
	color: #777;
	margin: 0
}

.card-5-0 .card-media {
	position: relative;
	height: 0;
	padding-top: 61%;
	overflow: hidden
}

.card-5-0 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.card-5-0 .card-media i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 0;
	font-size: 50px;
	line-height: 1;
	transition: all .4s ease;
	color: #fff;
	z-index: 10
}

.card-5-0 .card-media::before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(62, 111, 183, 0.8);
	z-index: 9
}

.card-5-0 .card-modal:hover .card-media .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.card-5-0 .card-modal:hover .card-media i {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 1
}

.card-5-0 .card-modal:hover .card-media::before {
	display: block
}

.card-5-0 .card-title {
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 14px 0;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 14px
}

.card-5-0 .card-time {
	font-size: 12px;
	line-height: 1.5;
	color: #777
}

.card-5-1 {
	overflow: hidden
}

.card-5-1 .card-media {
	position: relative;
	height: 0;
	padding-top: 61%;
	overflow: hidden
}

.card-5-1 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.card-5-1 .card-media i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 0;
	font-size: 50px;
	line-height: 1;
	transition: all .4s ease;
	color: #fff;
	z-index: 10
}

.card-5-1 .card-media::before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(62, 111, 183, 0.8);
	z-index: 9
}

.card-5-1 .card-modal:hover .card-media .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.card-5-1 .card-modal:hover .card-media i {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 1
}

.card-5-1 .card-modal:hover .card-media::before {
	display: block
}

.card-5-1 .card-title {
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 14px 0;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 14px
}

.card-5-1 .card-time {
	font-size: 12px;
	line-height: 1.5;
	color: #777
}

.card-5-1 .card-title {
	padding: 7px 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #000;
	border: none
}

@media (min-width:992px) {
	.image-modal-container.modal .modal-dialog {
		width: 768px
	}
}

.image-modal-container.modal .modal-content .modal-footer {
	display: none
}

.card-6-0 {
	position: relative;
	overflow: hidden
}

.card-6-0 .card-media {
	position: relative;
	height: 0;
	padding-top: 45%;
	overflow: hidden
}

.card-6-0 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.card-6-0 .card-media:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.card-6-0 .card-title {
	background-color: #3e6fb7;
	color: #fff;
	padding: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	z-index: 10
}

.card-6-1 {
	position: relative;
	overflow: hidden
}

.card-6-1 .card-media {
	position: relative;
	height: 0;
	padding-top: 45%;
	overflow: hidden
}

.card-6-1 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.card-6-1 .card-media:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.card-6-1 .card-title {
	background-color: #3e6fb7;
	color: #fff;
	padding: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	z-index: 10
}

.card-6-1 .card-media {
	padding-top: 67%
}

.card-6-1 .card-title {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.card-7-0 {
	border: 1px solid #c6c6c6;
	padding: 16.8px;
	overflow: hidden
}

.card-7-0 .card-content {
	padding-top: calc((5 / 7) * 130% - 13/35 * 14px);
	height: 0;
	position: relative
}

.card-7-0 .card-content .scroll-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.card-7-0 .card-media {
	position: relative;
	padding-top: 130%;
	margin: auto;
	overflow: hidden
}

.card-7-0 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	background-position: top center
}

.card-7-0 .card-title {
	color: #3e6fb7;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card-7-0 .card-title .bold {
	margin-left: 7px;
	font-weight: normal
}

.card-7-0 .bold {
	color: #777
}

.card-7-0 .card-text {
	text-align: left;
	color: #777;
	overflow: hidden;
	line-height: 1.5
}

.card-7-0 .card-text p {
	display: inline;
	color: #777;
	margin: 0
}

.card-7-0 p {
	display: inline-block;
	margin: 0
}

.card-7-1 {
	border: 1px solid #c6c6c6;
	padding: 16.8px;
	overflow: hidden;
	padding: 21px;
	background-color: #fff;
	border: none
}

.card-7-1 .card-content {
	padding-top: calc((5 / 7) * 130% - 13/35 * 14px);
	height: 0;
	position: relative
}

.card-7-1 .card-content .scroll-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.card-7-1 .card-media {
	position: relative;
	padding-top: 130%;
	margin: auto;
	overflow: hidden
}

.card-7-1 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	background-position: top center
}

.card-7-1 .card-title {
	color: #3e6fb7;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card-7-1 .card-title .bold {
	margin-left: 7px;
	font-weight: normal
}

.card-7-1 .bold {
	color: #777
}

.card-7-1 .card-text {
	text-align: left;
	color: #777;
	overflow: hidden;
	line-height: 1.5
}

.card-7-1 .card-text p {
	display: inline;
	color: #777;
	margin: 0
}

.card-7-1 p {
	display: inline-block;
	margin: 0
}

.card-7-2 {
	border: 1px solid #c6c6c6;
	padding: 16.8px;
	overflow: hidden;
	padding: 0;
	border: 0
}

.card-7-2 .card-content {
	padding-top: calc((5 / 7) * 130% - 13/35 * 14px);
	height: 0;
	position: relative
}

.card-7-2 .card-content .scroll-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.card-7-2 .card-media {
	position: relative;
	padding-top: 130%;
	margin: auto;
	overflow: hidden
}

.card-7-2 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	background-position: top center
}

.card-7-2 .card-title {
	color: #3e6fb7;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card-7-2 .card-title .bold {
	margin-left: 7px;
	font-weight: normal
}

.card-7-2 .bold {
	color: #777
}

.card-7-2 .card-text {
	text-align: left;
	color: #777;
	overflow: hidden;
	line-height: 1.5
}

.card-7-2 .card-text p {
	display: inline;
	color: #777;
	margin: 0
}

.card-7-2 p {
	display: inline-block;
	margin: 0
}

.card-7-2 .card-title {
	margin-bottom: 0;
	color: #000;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card-7-2 .card-subtitle {
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card-7-2 .card-tag {
	margin: 7px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card-7-2 .card-tag .card-tag-item {
	text-align: center;
	border-radius: 20px;
	color: #fff;
	background-color: #7fcd60;
	padding: 7px;
	display: inline-block;
	min-width: 60px
}

.card-8-0 {
	overflow: hidden;
	text-align: center
}

.card-8-0 .card-body {
	padding: 7px;
	border: 1px solid #c6c6c6
}

.card-8-0 .card-media {
	position: relative;
	height: 0;
	padding-top: 61%;
	overflow: hidden
}

.card-8-0 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.card-8-0 .card-media:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.card-8-0 i {
	position: absolute;
	z-index: 9;
	color: #3e6fb7;
	right: 7px;
	bottom: 7px;
	font-size: 45px
}

.card-8-0 .card-title {
	padding: 14px 7px;
	color: #000
}

.card-9-0 a:focus {
	outline: none
}

.card-9-0 .card-video {
	position: relative;
	height: 0;
	padding-top: 57.5%
}

.card-9-0 .card-video .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.card-9-0 .card-video .media-img .video-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	border: 4px solid #fff;
	transition: all .3s
}

.card-9-0 .card-video .media-img .video-modal:hover {
	border-color: #3e6fb7;
	background-color: #3e6fb7;
	color: #fff
}

.card-9-0 .card-video .media-img .video-modal i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	margin-left: 2px
}

.card-9-0 .card-content {
	padding: 21px
}

.card-9-0 .card-content .card-title {
	font-size: 24px;
	color: #000;
	line-height: 1;
	margin-bottom: 21px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@media (max-width:768px) {
	.card-9-0 .card-content .card-title {
		font-size: 20px;
		margin-bottom: 14px
	}
}

.card-9-0 .card-content .card-title a {
	font-size: inherit;
	color: inherit;
	line-height: inherit
}

.card-9-0 .card-content .card-title a:hover {
	color: #3e6fb7;
	text-decoration: underline
}

.card-9-0 .card-content .card-text {
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
	height: calc(14px * 1.5 * 2);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #777
}

.card-9-0 .card-content .card-text p {
	font-size: inherit;
	margin-bottom: 0
}

.card-10-0:hover .card-media .media-img {
	transform: scale(1.03)
}

.card-10-0 .card-media {
	position: relative;
	padding-top: 55%;
	height: 0;
	overflow: hidden
}

.card-10-0 .card-media .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.card-10-0 .card-body {
	padding: 14px
}

.card-10-0 .card-title {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card-10-0 .card-text {
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
	max-height: calc(12px * 1.5 * 2);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #777
}

.card-10-0 .card-text p {
	font-size: inherit;
	margin-bottom: 0
}

.card-10-0 a:hover .card-title,
.card-10-0 a:hover .card-text {
	color: #3e6fb7
}

.card-11-0 .card-body {
	position: relative
}

.card-11-0 .card-media {
	position: relative;
	padding-top: 130%;
	overflow: hidden
}

.card-11-0 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	background-position: top center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.card-11-0 .card-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 14px;
	background-color: rgba(51, 51, 51, 0.7)
}

.card-11-0 .card-title {
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 7px
}

.card-11-0 .card-subtitle {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card-11-0 .card-subtitle .card-tag {
	display: inline-block;
	font-size: 12px;
	margin-right: 7px;
	line-height: 1.5;
	max-width: 45%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card-11-0 .card-subtitle .card-tag:last-child {
	margin-right: 0
}

.card-11-0 a:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.card-12-0 a:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.card-12-0 a:hover .card-title {
	color: #101a29
}

.card-12-0 .card-media {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	margin: auto;
	border-radius: 50%
}

.card-12-0 .card-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	background-position: top center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.card-12-0 .card-content {
	margin-top: 7px
}

.card-12-0 .card-content .card-title {
	font-size: 16px;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 7px 0;
	color: #000
}

.card-12-0 .card-content .card-subtitle {
	color: #777;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.info-1-0 {
	line-height: 1.5
}

.info-1-0 .info-title {
	color: #3e6fb7;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #c6c6c6
}

.info-1-0 .info-title h2 {
	color: inherit
}

.info-1-0 .info-item {
	font-size: 16px;
	margin-bottom: 14px
}

.info-1-0 .info-item a {
	position: relative
}

@media only screen and (min-width:768px) {
	.info-1-0 .info-item a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.info-1-0 .info-item a:hover:before {
		transform: scaleX(1)
	}
}

.other-1 .other-media img {
	width: 100%
}

.other-1 .other-desc {
	margin-top: 14px;
	font-size: 16px;
	line-height: 24px
}

.other-1 .other-desc p {
	font-size: 16px;
	line-height: 24px
}

.other-1 .other-body {
	margin-top: 28px
}

@media (min-width:992px) {
	.other-1 .title-wrapper-2 {
		margin-top: 0
	}

	.other-1 .other-body {
		margin-top: 0
	}

	.other-1 .other-media {
		padding-right: 14px
	}
}

.other-2 {
	margin: 28px 0
}

.other-2 .other-body {
	width: 100%
}

.other-2 .other-left {
	text-align: center;
	background-color: #fff;
	padding: 14px
}

.other-2 .other-left .other-media {
	position: relative;
	padding-top: 35%;
	left: 50%;
	max-width: 35%;
	transform: translateX(-50%);
	margin-bottom: 35px
}

.other-2 .other-left .other-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%
}

.other-2 .other-left .other-media .other-media-circular {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px
}

.other-2 .other-left .other-media .other-media-circular::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #3e6fb7
}

.other-2 .other-left .other-left-title {
	font-size: 18px;
	line-height: 22px;
	color: #3e6fb7;
	margin-bottom: 14px
}

.other-2 .other-left .other-left-text {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 14px;
	color: #777
}

.other-2 .other-left .other-left-text p {
	display: inline;
	color: #777
}

.other-2 .other-left .other-left-link {
	margin: 28px 0;
	margin-bottom: 0
}

.other-2 .other-left .other-left-link a {
	display: inline-block;
	color: #fff;
	background-color: #7fcd60;
	font-size: 14px;
	line-height: 1;
	padding: 14px 21px;
	border-radius: 4px
}

.other-2 .other-left .other-left-link a:hover {
	opacity: 0.8
}

.other-2 .other-right {
	background-color: #3e6fb7;
	color: #fff;
	position: relative;
	padding: 35px
}

.other-2 .other-right a {
	font-size: inherit;
	color: inherit;
	line-height: inherit
}

.other-2 .other-right .other-right-link {
	position: absolute;
	right: 0;
	top: 0
}

.other-2 .other-right .other-right-link::before {
	content: "";
	width: 0;
	height: 0;
	border-width: 114px 0px 0 114px;
	border-style: solid;
	border-color: #7fcd60 transparent transparent;
	position: absolute;
	right: 0;
	top: 0
}

.other-2 .other-right .other-right-link .icon-calendar {
	font-size: 32px;
	padding: 14px
}

.other-2 .other-right .other-left-table {
	overflow: auto
}

.other-2 .other-right .other-left-table table {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	margin-bottom: 28px
}

.other-2 .other-right .other-left-table table thead tr th {
	text-align: center;
	background-color: transparent;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	white-space: nowrap
}

.other-2 .other-right .other-left-table table thead tr th a {
	font-size: inherit;
	color: inherit;
	line-height: inherit
}

.other-2 .other-right .other-left-table table tbody tr td {
	border-top: 1px solid #fff;
	padding: 10px 7px;
	font-size: 13px;
	line-height: 2
}

.other-2 .other-right .other-left-table table tbody tr td a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	display: block
}

.other-2 .other-right .other-left-title {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 28px
}

@media (min-width:992px) {
	.other-2 .other-body {
		display: table
	}

	.other-2 .other-left {
		display: table-cell;
		vertical-align: middle;
		width: 35%;
		max-width: 380px
	}

	.other-2 .other-right {
		display: table-cell;
		vertical-align: middle
	}
}

.other-2 .other-text .title {
	font-size: 1.25rem;
	padding-bottom: 14px;
	margin-bottom: 14px;
	font-weight: bold;
	border-bottom: 1px solid #fff
}

.other-2 .other-text .desc {
	font-size: 1rem;
	line-height: 1.8;
	min-height: 0;
	overflow: hidden
}

.other-2 .other-text .desc.line-4 {
	overflow: hidden;
	min-height: 84px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 7.2rem;
	min-height: 0
}

.other-2 .other-text .desc.line-6 {
	overflow: hidden;
	min-height: 126px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	max-height: 10.8rem;
	min-height: 0
}

.other-2 .other-text .desc.line-8 {
	overflow: hidden;
	min-height: 168px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	max-height: 14.4rem;
	min-height: 0
}

.other-2 .other-text .desc p {
	font-size: inherit;
	line-height: inherit
}

.other-2 .other-text .more {
	margin-top: 28px
}

.other-2 .other-text .more a {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 4px;
	color: inherit;
	border: 1px solid #fff
}

.other-2 .other-text .more a:hover {
	background-color: #fff;
	color: #3e6fb7
}

.search-tab-1 .search-tab-text {
	padding: 28px 0;
	line-height: 1.5
}

.search-tab-1 .search-tab-text .tab-text {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #3e6fb7
}

.search-tab-1 .search-tab-text .tab-text-link {
	float: right;
	background: url(https://www.sysu8h.com.cn/themes/images/back.png) no-repeat left center;
	font-size: 14px;
	padding-left: 26px;
	margin-top: 4px
}

.search-tab-1 .search-tab-title {
	padding: 21px 0
}

.search-tab-1 .search-tab-title .tab-title-li {
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	font-size: 14px;
	padding: 10.5px 28px;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	cursor: pointer
}

.search-tab-1 .search-tab-title .tab-title-li:last-child {
	margin-right: 0
}

.search-tab-1 .search-tab-title .tab-title-li.active {
	background-color: #3e6fb7;
	color: #fff
}

.search-tab-1 .search-tab-pag {
	font-size: 16px;
	color: #777
}

.search-tab-1 .search-tab-tips {
	font-size: 30px;
	font-weight: bold;
	margin: 42px 0;
	text-align: center;
	line-height: 1
}

.search-tab-1 .search-tab-body .search-tab-content {
	overflow: auto
}

.search-tab-1 .search-tab-body .tab-content-li {
	background-color: transparent;
	display: none;
	min-width: 768px
}

.search-tab-1 .search-tab-body .tab-content-li.active,
.search-tab-1 .search-tab-body .tab-content-li.tab-show {
	display: table
}

.search-tab-1 .search-tab-body .tab-content-li tbody {
	background-color: transparent
}

.search-tab-1 .search-tab-body .tab-content-li tbody:nth-child(odd) {
	background-color: #f2f2f2
}

.search-tab-1 .search-tab-body table {
	width: 100%
}

.search-tab-1 .search-tab-body table>thead>tr>th,
.search-tab-1 .search-tab-body table>tbody>tr>th,
.search-tab-1 .search-tab-body table>tfoot>tr>th,
.search-tab-1 .search-tab-body table>thead>tr>td,
.search-tab-1 .search-tab-body table>tbody>tr>td,
.search-tab-1 .search-tab-body table>tfoot>tr>td {
	border: 1px solid #c6c6c6;
	text-align: center;
	vertical-align: middle;
	padding: 14px
}

.search-tab-1 .search-tab-body table>thead>tr>th a,
.search-tab-1 .search-tab-body table>tbody>tr>th a,
.search-tab-1 .search-tab-body table>tfoot>tr>th a,
.search-tab-1 .search-tab-body table>thead>tr>td a,
.search-tab-1 .search-tab-body table>tbody>tr>td a,
.search-tab-1 .search-tab-body table>tfoot>tr>td a {
	color: #3e6fb7
}

.search-tab-1 .search-tab-body table thead {
	text-align: center;
	background-color: #3e6fb7
}

.search-tab-1 .search-tab-body table thead th {
	background-color: #3e6fb7;
	color: #fff;
	font-weight: normal
}

.search-tab-1 .search-tab-body table thead b {
	display: block
}

.search-tab-1-1 .search-tab-text {
	padding: 28px 0;
	line-height: 1.5
}

.search-tab-1-1 .search-tab-text .tab-text {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #3e6fb7
}

.search-tab-1-1 .search-tab-text .tab-text-link {
	float: right;
	background: url(https://www.sysu8h.com.cn/themes/images/back.png) no-repeat left center;
	font-size: 14px;
	padding-left: 26px;
	margin-top: 4px
}

.search-tab-1-1 .search-tab-title {
	padding: 21px 0
}

.search-tab-1-1 .search-tab-title .tab-title-li {
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	font-size: 14px;
	padding: 10.5px 28px;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	cursor: pointer
}

.search-tab-1-1 .search-tab-title .tab-title-li:last-child {
	margin-right: 0
}

.search-tab-1-1 .search-tab-title .tab-title-li.active {
	background-color: #3e6fb7;
	color: #fff
}

.search-tab-1-1 .search-tab-pag {
	font-size: 16px;
	color: #777
}

.search-tab-1-1 .search-tab-tips {
	font-size: 30px;
	font-weight: bold;
	margin: 42px 0;
	text-align: center;
	line-height: 1
}

.search-tab-1-1 .search-tab-body .search-tab-content {
	overflow: auto
}

.search-tab-1-1 .search-tab-body .tab-content-li {
	background-color: transparent;
	display: none;
	min-width: 768px
}

.search-tab-1-1 .search-tab-body .tab-content-li.active,
.search-tab-1-1 .search-tab-body .tab-content-li.tab-show {
	display: table
}

.search-tab-1-1 .search-tab-body .tab-content-li tbody {
	background-color: transparent
}

.search-tab-1-1 .search-tab-body .tab-content-li tbody:nth-child(odd) {
	background-color: #f2f2f2
}

.search-tab-1-1 .search-tab-body table {
	width: 100%
}

.search-tab-1-1 .search-tab-body table>thead>tr>th,
.search-tab-1-1 .search-tab-body table>tbody>tr>th,
.search-tab-1-1 .search-tab-body table>tfoot>tr>th,
.search-tab-1-1 .search-tab-body table>thead>tr>td,
.search-tab-1-1 .search-tab-body table>tbody>tr>td,
.search-tab-1-1 .search-tab-body table>tfoot>tr>td {
	border: 1px solid #c6c6c6;
	text-align: center;
	vertical-align: middle;
	padding: 14px
}

.search-tab-1-1 .search-tab-body table>thead>tr>th a,
.search-tab-1-1 .search-tab-body table>tbody>tr>th a,
.search-tab-1-1 .search-tab-body table>tfoot>tr>th a,
.search-tab-1-1 .search-tab-body table>thead>tr>td a,
.search-tab-1-1 .search-tab-body table>tbody>tr>td a,
.search-tab-1-1 .search-tab-body table>tfoot>tr>td a {
	color: #3e6fb7
}

.search-tab-1-1 .search-tab-body table thead {
	text-align: center;
	background-color: #3e6fb7
}

.search-tab-1-1 .search-tab-body table thead th {
	background-color: #3e6fb7;
	color: #fff;
	font-weight: normal
}

.search-tab-1-1 .search-tab-body table thead b {
	display: block
}

.search-tab-1-1 .search-tab-body .tab-content-li {
	display: table
}

.search-tab-1-1 .max-w-180 {
	max-width: 180px
}

.search-tab-1-1 .table-content {
	padding: 4px !important
}

.search-tab-1-1 .table-content table {
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent !important
}

.search-tab-1-1 .table-content table tbody {
	background-color: transparent !important
}

.search-tab-1-1 .table-content table tbody th {
	font-weight: normal;
	background-color: #f2f2f2
}

.search-tab-1-1 .table-content table>thead>tr>th,
.search-tab-1-1 .table-content table>tbody>tr>th,
.search-tab-1-1 .table-content table>tfoot>tr>th,
.search-tab-1-1 .table-content table>thead>tr>td,
.search-tab-1-1 .table-content table>tbody>tr>td,
.search-tab-1-1 .table-content table>tfoot>tr>td {
	padding: 4px
}

.other-4-0 .other-title {
	color: #3e6fb7;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin: 14px 0
}

.other-4-0 .other-remind {
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	padding: 14px;
	background-color: #ffeeba;
	border: 1px solid #f5df9c;
	color: #856404
}

.other-4-0 .other-remind b {
	font-weight: bold
}

.other-4-0 .other-content {
	margin: 14px 0;
	padding: 28px 14px;
	border: 1px solid #c6c6c6
}

.other-4-0 .other-content .other-content-title {
	display: inline-block;
	color: #000;
	padding: 7px 0
}

.other-4-0 .other-content .other-content-title:before {
	content: "•";
	font-weight: bold;
	color: #000;
	margin-right: 5px
}

.other-4-0 .other-content .other-content-title.active,
.other-4-0 .other-content .other-content-title:hover {
	color: #3e6fb7
}

.other-4-0 .other-content .other-content-title.active:before,
.other-4-0 .other-content .other-content-title:hover:before {
	color: #3e6fb7
}

.other-4-0 .other-bottom {
	padding: 14px 0;
	margin: 14px 0;
	border-bottom: 1px solid #c6c6c6
}

.other-4-0 .other-bottom .other-bottom-text {
	color: #3e6fb7;
	font-weight: bold;
	margin: 0 7px
}

.other-5-0 .other-media img {
	width: 100%
}

.other-5-0 .other-desc {
	margin-top: 14px;
	font-size: 16px;
	line-height: 24px
}

.other-5-0 .other-desc p {
	font-size: 16px;
	line-height: 24px
}

.other-5-0 .other-body {
	margin-top: 28px
}

@media (min-width:992px) {
	.other-5-0 .title-wrapper-2 {
		margin-top: 0
	}

	.other-5-0 .other-body {
		margin-top: 0
	}

	.other-5-0 .other-media {
		padding-right: 14px
	}
}

.other-5-0 .other-desc {
	margin-top: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 88px
}

.other-5-0 .other-desc p {
	margin-bottom: 0
}

.other-5-0 .other-link {
	margin: 14px 0;
	text-align: right
}

.other-5-0 .other-link a {
	display: inline-block;
	border: 1px solid #3e6fb7;
	color: #3e6fb7;
	padding: 7px 14px;
	min-width: 180px;
	line-height: 1.5;
	text-align: center
}

.other-5-0 .other-link a:hover {
	background-color: #3e6fb7;
	color: #fff
}

@media (min-width:992px) {
	.other-5-0 .other-link {
		text-align: left
	}
}

.share-1 {
	margin: 14px 0
}

.share-1 .share-title {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 14px
}

.share-1 .share-content {
	text-align: center;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 8.4px 0
}

.share-1 .share-item {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	border: 1px solid #c6c6c6;
	color: #777;
	margin: 0 7px
}

.share-1 .share-item:hover {
	border-color: #3e6fb7
}

.share-1 .share-item:hover a {
	color: #3e6fb7
}

.share-1 .share-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #777
}

.share-1 .share-item a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.share-1 .share-qrcode-wechat {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(100% - 20px);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99
}

.share-1 .share-qrcode-wechat::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.share-1 .share-qrcode-wechat canvas {
	width: 120px;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 20px -10px #000
}

.share-1 .share-wechat {
	position: relative
}

.share-1 .share-wechat:hover .share-qrcode-wechat {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: auto;
	top: 100%;
	padding-top: 20px
}

.share-1-1 {
	margin: 14px 0
}

.share-1-1 .share-title {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 14px
}

.share-1-1 .share-content {
	text-align: center;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 8.4px 0
}

.share-1-1 .share-item {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	border: 1px solid #c6c6c6;
	color: #777;
	margin: 0 7px
}

.share-1-1 .share-item:hover {
	border-color: #3e6fb7
}

.share-1-1 .share-item:hover a {
	color: #3e6fb7
}

.share-1-1 .share-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #777
}

.share-1-1 .share-item a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.share-1-1 .share-qrcode-wechat {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(100% - 20px);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99
}

.share-1-1 .share-qrcode-wechat::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.share-1-1 .share-qrcode-wechat canvas {
	width: 120px;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 20px -10px #000
}

.share-1-1 .share-wechat {
	position: relative
}

.share-1-1 .share-wechat:hover .share-qrcode-wechat {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: auto;
	top: 100%;
	padding-top: 20px
}

.share-1-1 img {
	display: block;
	max-width: 92px;
	width: 100%
}

.share-1-1 .share-content {
	border: none
}

.tag-1 {
	margin: 14px 0
}

.tag-1 a {
	display: block;
	width: 100%
}

.tag-1 .tag-title {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 14px
}

.tag-1 .tag-content .tag-item {
	background-color: #fafafa;
	color: #000;
	margin: 7px;
	padding: 7px 12.6px;
	display: inline-block;
	vertical-align: middle
}

.tag-1 .tag-content .tag-item:first-child {
	margin-left: 0
}

.tag-1 .tag-content .tag-item:hover {
	background-color: #3e6fb7
}

.tag-1 .tag-content .tag-item:hover a {
	color: #fff
}

.tag-1 .tag-content .tag-item a {
	color: #000;
	line-height: 1
}

.tag-2-0:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.tag-2-0 .tag-item {
	display: block;
	float: left;
	margin-right: 14px;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 5px 5px 5px 5px;
	line-height: 44px;
	color: #616161;
	background-color: #f2f2f2
}

.tag-2-0 .tag-item:hover {
	background-color: #fafafa
}

.tag-2-0 .tag-item.active {
	background-color: #3e6fb7;
	color: #fff
}

.title-wrapper-1 {
	color: #3e6fb7;
	border-bottom: 2px solid #3e6fb7;
	padding-bottom: 14px;
	margin: 14px 0
}

.title-wrapper-1:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-1 .title-wrapper-left {
	float: left;
	font-size: 22px;
	line-height: 1
}

.title-wrapper-1 .title-wrapper-right {
	float: right;
	font-size: 22px;
	line-height: 1
}

.title-wrapper-1 a {
	color: #3e6fb7;
	display: block;
	width: 100%
}

.title-wrapper-1 a:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-1 a:hover {
	color: #000
}

.title-wrapper-1.no-border {
	border: none;
	margin-bottom: 0
}

.title-wrapper-1-1 {
	color: #3e6fb7;
	border-bottom: 2px solid #3e6fb7;
	padding-bottom: 14px;
	margin: 14px 0;
	border: none;
	background-color: #fafafa;
	padding: 14px
}

.title-wrapper-1-1:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-1-1 .title-wrapper-left {
	float: left;
	font-size: 22px;
	line-height: 1
}

.title-wrapper-1-1 .title-wrapper-right {
	float: right;
	font-size: 22px;
	line-height: 1
}

.title-wrapper-1-1 a {
	color: #3e6fb7;
	display: block;
	width: 100%
}

.title-wrapper-1-1 a:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-1-1 a:hover {
	color: #000
}

.title-wrapper-1-1.no-border {
	border: none;
	margin-bottom: 0
}

.title-wrapper-1-1 .title-wrapper-left {
	color: #000
}

.title-wrapper-1-1 a:hover {
	color: #3e6fb7
}

.title-wrapper-1-1 a:hover .title-wrapper-left {
	color: #3e6fb7
}

.title-wrapper-1-2 {
	padding: 21px 0
}

.title-wrapper-1-2:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-1-2 .title-wrapper-left {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #3e6fb7;
	float: left
}

.title-wrapper-1-2 .title-wrapper-right {
	float: right;
	line-height: 35px
}

.title-wrapper-1-2 .title-wrapper-right a {
	color: #3e6fb7;
	font-size: 14px;
	line-height: 1.5
}

.title-wrapper-2 {
	margin-top: 28px;
	margin-bottom: 28px;
	overflow: hidden
}

.title-wrapper-2 .title-wrapper-body {
	padding-bottom: 14px;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 1px
}

.title-wrapper-2 .title-wrapper-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-2 .title-wrapper-left {
	font-size: 30px;
	line-height: 1;
	position: relative;
	display: inline-block
}

.title-wrapper-2 .title-wrapper-left::before {
	content: "";
	display: inline-block;
	height: 3px;
	width: 110%;
	background-color: #7fcd60;
	position: absolute;
	bottom: -16px;
	left: 0
}

.title-wrapper-2 .title-wrapper-right {
	float: right;
	position: relative;
	top: 7px
}

.title-wrapper-2-1 {
	margin-top: 28px;
	margin-bottom: 28px;
	overflow: hidden
}

.title-wrapper-2-1 .title-wrapper-body {
	padding-bottom: 14px;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 1px
}

.title-wrapper-2-1 .title-wrapper-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-2-1 .title-wrapper-left {
	font-size: 30px;
	line-height: 1;
	position: relative;
	display: inline-block
}

.title-wrapper-2-1 .title-wrapper-left::before {
	content: "";
	display: inline-block;
	height: 3px;
	width: 110%;
	background-color: #7fcd60;
	position: absolute;
	bottom: -16px;
	left: 0
}

.title-wrapper-2-1 .title-wrapper-right {
	float: right;
	position: relative;
	top: 7px
}

.title-wrapper-2-1 .title-wrapper-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-2-1 .title-wrapper-body .title-wrapper-right {
	float: right;
	position: relative;
	top: 7px
}

.title-wrapper-3 {
	margin: 14px 0
}

.title-wrapper-3:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-3 .title-wrapper-left {
	font-size: 24px;
	line-height: 1;
	color: #000;
	text-align: center
}

.title-wrapper-3 .title-wrapper-left::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: #7fcd60;
	margin: 14px auto 0
}

.title-wrapper-3 .title-wrapper-right {
	font-size: 12px;
	line-height: 1;
	margin-top: 14px;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%)
}

@media (min-width:992px) {
	.title-wrapper-3 {
		position: relative
	}

	.title-wrapper-3 .title-wrapper-right {
		position: absolute;
		left: auto;
		transform: none;
		bottom: auto;
		right: 0;
		top: 14px;
		margin-top: 0
	}
}

.title-wrapper-3-1 {
	margin: 14px 0
}

.title-wrapper-3-1:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.title-wrapper-3-1 .title-wrapper-left {
	font-size: 24px;
	line-height: 1;
	color: #000;
	text-align: center
}

.title-wrapper-3-1 .title-wrapper-left::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: #7fcd60;
	margin: 14px auto 0
}

.title-wrapper-3-1 .title-wrapper-right {
	font-size: 12px;
	line-height: 1;
	margin-top: 14px;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%)
}

@media (min-width:992px) {
	.title-wrapper-3-1 {
		position: relative
	}

	.title-wrapper-3-1 .title-wrapper-right {
		position: absolute;
		left: auto;
		transform: none;
		bottom: auto;
		right: 0;
		top: 14px;
		margin-top: 0
	}
}

.title-wrapper-3-1 .title-wrapper-left {
	text-align: left
}

.title-wrapper-3-1 .title-wrapper-left::after {
	margin-left: 0;
	background-color: #101a29;
	height: 6px
}

.title-wrapper-3-1 .title-wrapper-right a {
	color: #fff;
	background-color: #101a29;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	text-align: center;
	position: relative;
	display: inline-block
}

.title-wrapper-3-1 .title-wrapper-right a:hover {
	background-color: #7fcd60
}

.title-wrapper-3-1 .title-wrapper-right a i {
	line-height: 26px
}

.title-wrapper-4 .title-wrapper-content {
	font-size: 24px;
	line-height: 1;
	position: relative;
	padding: 17.5px 0;
	margin-bottom: 28px;
	display: inline-block
}

.title-wrapper-4 .title-wrapper-content::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96px;
	background-color: #3e6fb7;
	height: 4px
}

.title-wrapper-4.t-l {
	text-align: left
}

.title-wrapper-4.t-l .title-wrapper-content {
	text-align: left
}

.title-wrapper-4.t-l .title-wrapper-content::after {
	left: 0
}

.title-wrapper-4.t-c {
	text-align: center
}

.title-wrapper-4.t-c .title-wrapper-content {
	text-align: center
}

.title-wrapper-4.t-c .title-wrapper-content::after {
	left: 50%;
	transform: translateX(-50%)
}

.title-wrapper-4.t-r {
	text-align: right
}

.title-wrapper-4.t-r .title-wrapper-content {
	text-align: right
}

.title-wrapper-4.t-r .title-wrapper-content::after {
	left: auto;
	right: 0
}

.title-wrapper-4 a {
	color: #616161
}

.title-wrapper-4-1 {
	padding: 7px 0
}

.title-wrapper-4-1 .title-wrapper-content {
	font-size: 24px;
	line-height: 1;
	position: relative;
	padding: 17.5px 0;
	margin-bottom: 28px;
	display: inline-block
}

.title-wrapper-4-1 .title-wrapper-content::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96px;
	background-color: #3e6fb7;
	height: 4px
}

.title-wrapper-4-1.t-l {
	text-align: left
}

.title-wrapper-4-1.t-l .title-wrapper-content {
	text-align: left
}

.title-wrapper-4-1.t-l .title-wrapper-content::after {
	left: 0
}

.title-wrapper-4-1.t-c {
	text-align: center
}

.title-wrapper-4-1.t-c .title-wrapper-content {
	text-align: center
}

.title-wrapper-4-1.t-c .title-wrapper-content::after {
	left: 50%;
	transform: translateX(-50%)
}

.title-wrapper-4-1.t-r {
	text-align: right
}

.title-wrapper-4-1.t-r .title-wrapper-content {
	text-align: right
}

.title-wrapper-4-1.t-r .title-wrapper-content::after {
	left: auto;
	right: 0
}

.title-wrapper-4-1 a {
	color: #616161
}

.title-wrapper-4-1 .title-wrapper-content {
	padding: 14px;
	padding-bottom: 0;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 14px
}

.title-wrapper-4-1 .title-wrapper-content::after {
	bottom: auto;
	top: 14px;
	width: 3px;
	height: 21px
}

.title-wrapper-4-2 {
	margin-bottom: 28px;
	border-bottom: 1px solid #c6c6c6
}

.title-wrapper-4-2 .title-wrapper-content {
	font-size: 24px;
	line-height: 1;
	position: relative;
	padding: 17.5px 0;
	margin-bottom: 28px;
	display: inline-block
}

.title-wrapper-4-2 .title-wrapper-content::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96px;
	background-color: #3e6fb7;
	height: 4px
}

.title-wrapper-4-2.t-l {
	text-align: left
}

.title-wrapper-4-2.t-l .title-wrapper-content {
	text-align: left
}

.title-wrapper-4-2.t-l .title-wrapper-content::after {
	left: 0
}

.title-wrapper-4-2.t-c {
	text-align: center
}

.title-wrapper-4-2.t-c .title-wrapper-content {
	text-align: center
}

.title-wrapper-4-2.t-c .title-wrapper-content::after {
	left: 50%;
	transform: translateX(-50%)
}

.title-wrapper-4-2.t-r {
	text-align: right
}

.title-wrapper-4-2.t-r .title-wrapper-content {
	text-align: right
}

.title-wrapper-4-2.t-r .title-wrapper-content::after {
	left: auto;
	right: 0
}

.title-wrapper-4-2 a {
	color: #616161
}

.title-wrapper-4-2 .title-wrapper-content {
	font-size: 18px;
	margin-bottom: 0
}

.title-wrapper-4-2 .title-wrapper-content::after {
	content: "";
	width: 36px;
	height: 1px;
	bottom: -1px
}

.title-wrapper-4-3 .title-wrapper-content {
	font-size: 24px;
	line-height: 1;
	position: relative;
	padding: 17.5px 0;
	margin-bottom: 28px;
	display: inline-block
}

.title-wrapper-4-3 .title-wrapper-content::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96px;
	background-color: #3e6fb7;
	height: 4px
}

.title-wrapper-4-3.t-l {
	text-align: left
}

.title-wrapper-4-3.t-l .title-wrapper-content {
	text-align: left
}

.title-wrapper-4-3.t-l .title-wrapper-content::after {
	left: 0
}

.title-wrapper-4-3.t-c {
	text-align: center
}

.title-wrapper-4-3.t-c .title-wrapper-content {
	text-align: center
}

.title-wrapper-4-3.t-c .title-wrapper-content::after {
	left: 50%;
	transform: translateX(-50%)
}

.title-wrapper-4-3.t-r {
	text-align: right
}

.title-wrapper-4-3.t-r .title-wrapper-content {
	text-align: right
}

.title-wrapper-4-3.t-r .title-wrapper-content::after {
	left: auto;
	right: 0
}

.title-wrapper-4-3 a {
	color: #616161
}

.title-wrapper-4-3 .title-wrapper-content {
	padding: 21px 0;
	margin-bottom: 14px;
	padding-bottom: 21px;
	font-weight: bold;
	color: #7fcd60
}

.title-wrapper-4-3 .title-wrapper-content a {
	font-size: inherit;
	color: inherit
}

.title-wrapper-4-3 .title-wrapper-content span {
	font-weight: normal;
	margin-left: 14px;
	font-size: 18px
}

.title-wrapper-4-3 .title-wrapper-content::after {
	background-color: #7fcd60;
	height: 3px;
	border-radius: 3px
}

@media (max-width:768px) {
	.title-wrapper-4-3 .title-wrapper-content {
		font-size: 20px
	}

	.title-wrapper-4-3 .title-wrapper-content span {
		font-size: 14px
	}
}

.title-wrapper-4-4 .title-wrapper-content {
	font-size: 30px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 14px;
	margin-top: 14px;
	font-weight: bold
}

.title-wrapper-4-5 .title-wrapper-content {
	font-size: 24px;
	line-height: 1.5;
	color: #000;
	padding: 21px 0
}

.title-wrapper-4-5 .title-wrapper-content a,
.title-wrapper-4-5 .title-wrapper-content span {
	color: inherit
}

.title-wrapper-4-6 .title-wrapper-content {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	padding: 14px 0
}

.title-wrapper-4-6 .title-wrapper-content a,
.title-wrapper-4-6 .title-wrapper-content span {
	color: inherit;
	line-height: inherit
}

.title-wrapper-4-6 .title-wrapper-content .title-wrapper-icon {
	line-height: 1;
	margin-bottom: 7px
}

@media (min-width:992px) {
	.title-wrapper-4-6 .title-wrapper-content {
		font-size: 30px
	}
}

.title-5-0 {
	margin-bottom: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	border-bottom: 1px dashed #c6c6c6
}

.title-5-1 {
	margin-bottom: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	border-bottom: 1px dashed #c6c6c6;
	padding-top: 21px;
	padding-bottom: 21px;
	margin-bottom: 21px;
	text-align: left;
	border-bottom: 1px solid #c6c6c6
}

.title-5-1 h1 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 14px
}

@media (min-width:992px) {
	.title-5-1 h1 {
		font-size: 36px
	}
}

.title-5-1 .title-content {
	text-align: left
}

.title-5-1 .title-content .title-tag {
	display: inline-block;
	text-align: left;
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 14px
}

.title-5-1 .title-content .title-tag:last-child {
	margin-right: 0
}

.title-5-1 .title-content .title-tag i {
	margin-right: 7px
}

.title-6-0 {
	text-align: center;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #c6c6c6
}

.title-6-0 h1 {
	font-weight: bold;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 1.5
}

.title-6-0 h1 .carousel-5-1.arrow-inside .slick-prev:before,
.title-6-0 h1 .carousel-5-1.arrow-inside .slick-next:before {
	color: #fff
}

.title-7-0 .title {
	font-weight: bold;
	text-align: center;
	position: relative;
	line-height: 1.5;
	font-size: 2.25rem
}

.title-7-0 .title:before,
.title-7-0 .title:after {
	content: "";
	position: absolute;
	display: block;
	width: 44px;
	height: 2px;
	bottom: -7px;
	background-color: #7fcd60
}

.title-7-0 .title:before {
	right: calc(50% + 12px + 14px)
}

.title-7-0 .title:after {
	left: calc(50% + 12px + 14px)
}

.title-7-0 .dots {
	margin: 0 auto;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #7fcd60
}

.title-7-0 .dots:before,
.title-7-0 .dots:after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #7fcd60;
	box-sizing: border-box
}

.title-7-0 .dots:after {
	left: 50%
}

.title-7-0 .dots:before {
	right: 50%
}

.title-7-0.white .title {
	color: #fff;
	text-shadow: 0 0 1px #000
}

.title-7-0.white .title:before,
.title-7-0.white .title:after {
	background-color: #fff
}

.title-7-0.white .dots {
	background-color: #fff
}

.title-7-0.white .dots:before,
.title-7-0.white .dots:after {
	border-color: #fff
}

.action-1 {
	min-height: 120px;
	position: relative;
	padding: 42px 0 14px
}

.action-1 .action-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.action-1 .action-body {
	padding: 0 10%
}

.action-1 .action-body .action-item {
	margin-bottom: 28px
}

.action-1 .action-body a {
	display: inline-block
}

.action-1 .action-body .action-body-media {
	margin-bottom: 14px;
	height: 60px;
	overflow: hidden
}

.action-1 .action-body .action-body-media img {
	height: 100%;
	width: auto
}

.action-1 .action-body .action-body-title {
	color: #fff;
	font-size: 18px;
	line-height: 1
}

.action-2 .action-body {
	background-color: #3e6fb7
}

.action-2 .action-body:nth-child(1) {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.action-2 .action-body:nth-child(2) {
	background-color: #6c94cd;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.action-2 .action-body:nth-child(3) {
	background-color: #a0b9df;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff
}

.action-2 .action-body:nth-child(4) {
	background-color: #2d5084;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff
}

.action-2 .action-body a {
	display: block
}

.action-2 .action-body .action-item {
	text-align: center;
	padding: 35px 0
}

.action-2 .action-body .action-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-2 .action-body .action-media {
	height: 35px;
	overflow: hidden;
	margin-right: 7px;
	margin-left: 7px;
	float: left
}

.action-2 .action-body .action-media img {
	height: 100%;
	width: auto
}

.action-2 .action-body .action-title {
	color: #fff;
	font-size: 20px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5
}

@media (min-width:992px) {
	.action-2 .inner {
		padding-left: 28px;
		padding-right: 28px
	}

	.action-2 .action-body {
		border: none !important
	}

	.action-2 .action-body .action-media {
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin-left: 0
	}

	.action-2 .action-body .action-title {
		display: inline-block;
		vertical-align: middle;
		float: none
	}
}

.action-3 {
	padding: 35px 0;
	background-image: linear-gradient(93deg, #101a29 0%, #85a6d6 40%, #3e6fb7 100%), linear-gradient(#85a6d6, #85a6d6)
}

.action-3 .action-title {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 14px
}

.action-3 .action-input {
	float: left;
	width: 50%
}

.action-3 .action-input input {
	background-color: transparent;
	color: #fff;
	font-size: 12px;
	border-color: #fff;
	height: 40px;
	padding-left: 14px;
	padding-right: 14px
}

.action-3 .action-input input::placeholder {
	color: #fff !important
}

.action-3 .action-input input:focus {
	border-color: #fff
}

.action-3 .action-input:first-child {
	padding-right: 7px
}

.action-3 .action-input:last-child {
	padding-left: 7px
}

.action-3 .action-button {
	padding: 7px 0;
	position: absolute;
	top: 7px;
	right: 7px
}

.action-3 .action-button button,
.action-3 .action-button input {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 7px;
	background-color: transparent
}

.action-3 .action-button button:hover,
.action-3 .action-button input:hover {
	background-color: #5ab138
}

@media (min-width:992px) {
	.action-3 .action-input {
		display: inline-block;
		vertical-align: middle;
		width: 220px;
		margin-right: 14px;
		float: none;
		padding: 7px 0
	}

	.action-3 .action-button {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		position: initial;
		top: auto;
		left: auto
	}

	.action-3 .action-button button,
	.action-3 .action-button input {
		background-color: #7fcd60;
		padding: 14px 56px
	}
}

.action-4 .action-item {
	position: relative;
	padding-top: 21%;
	margin-bottom: 14px
}

.action-4 .action-item .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.action-4-1 .action-item {
	position: relative;
	padding-top: 21%;
	margin-bottom: 14px
}

.action-4-1 .action-item .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.action-4-1 .action-item {
	padding-top: 30%
}

.action-5 .action-item {
	position: relative;
	padding-top: 21%;
	margin-bottom: 14px
}

.action-5 .action-item .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.action-5 .action-item {
	padding-top: 30%
}

.action-5-1 .action-item .media-img {
	padding-top: 30%
}

.action-5-1 .action-item .action-title {
	font-size: 16px;
	line-height: 1.5;
	padding: 14px;
	color: #000
}

.action-5-1 .action-item a:hover .action-title {
	color: #3e6fb7;
	text-decoration: underline
}

.action-6 {
	background-color: #f2f2f2
}

.action-6 .action-left .action-body {
	background-color: #fff;
	border-radius: 6px;
	height: 250px;
	padding: 28px 35px;
	padding-left: 28px;
	margin-bottom: 14px
}

.action-6 .action-left .action-body .action-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 28px;
	text-align: center
}

.action-6 .action-left .action-body .action-item {
	margin-bottom: 17.5px
}

.action-6 .action-left .action-body .action-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-6 .action-left .action-body .action-item a {
	display: inline-block;
	width: 100%
}

.action-6 .action-left .action-body .action-item a:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-6 .action-left .action-body .action-item .action-tag {
	color: #fff;
	background-color: #3e6fb7;
	font-size: 12px;
	padding: 7px;
	border-radius: 50%;
	text-align: center;
	width: 21px;
	height: 21px;
	padding: 4px 0;
	float: right;
	margin: 2px 0;
	line-height: 14px
}

.action-6 .action-left .action-body .action-item .action-text {
	font-size: 16px;
	line-height: 24px;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.action-6 .action-right {
	background-color: #3e6fb7;
	border-radius: 6px;
	padding: 35px 0
}

.action-6 .action-right .action-title {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 28px;
	text-align: center
}

.action-6 .action-right .action-title a {
	color: #fff
}

.action-6 .action-right .action-title a:hover {
	color: #fff
}

.action-6 .action-right .action-body {
	height: 205px;
	padding: 0 21px
}

.action-6 .action-right .action-body .action-item {
	margin-bottom: 25.2px
}

.action-6 .action-right .action-body .action-item a {
	color: #fff;
	display: block;
	text-align: center;
	background-color: #3196e0;
	padding: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.action-6 .action-right .action-body .action-item a:hover {
	background-color: #fff;
	color: #3e6fb7
}

@media (min-width:992px) {
	.action-6 {
		padding: 49px;
		padding-top: 35px
	}

	.action-6 .action-left .action-body {
		height: 390px;
		margin-bottom: 0
	}

	.action-6 .action-right {
		padding: 49px 0;
		margin-top: 17.5px
	}

	.action-6 .action-right .action-body {
		height: 310px
	}
}

@media (max-width:992px) {
	.action-6 {
		padding: 0 21px
	}

	.action-6 .action-right {
		margin-bottom: 28px
	}

	.action-6 .action-left>.row>div {
		margin-bottom: 28px
	}
}

.action-7 .action-search .search-input {
	margin: 14px auto;
	position: relative
}

.action-7 .action-search .search-input input {
	height: 40px;
	line-height: 40px;
	padding-right: 55px;
	padding-left: 21px
}

.action-7 .action-search .search-input .btn {
	position: absolute;
	top: 0;
	height: 40px;
	right: 0;
	font-size: 18px;
	color: #3e6fb7
}

.action-7 .action-body {
	margin: 28px 0
}

.action-7 .action-body .action-box {
	box-shadow: 0px 8px 14px 1px rgba(178, 178, 178, 0.26);
	padding: 28px
}

.action-7 .action-body .action-box .action-center .action-title {
	font-size: 20px;
	line-height: 24px;
	color: #3e6fb7;
	margin-bottom: 28px
}

.action-7 .action-body .action-box .action-center .action-title span {
	font-size: 14px;
	line-height: 24px;
	color: #3e6fb7
}

.action-7 .action-body .action-box .action-center .action-text {
	margin-bottom: 21px;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.action-7 .action-body .action-box .action-center .action-text a {
	color: #777
}

.action-7 .action-body .action-box .action-center .action-text a:hover {
	color: #3e6fb7
}

.action-7 .action-body .action-box-even {
	display: none
}

@media (min-width:992px) {
	.action-7 .action-search .search-input {
		max-width: 60%
	}

	.action-7 .action-body {
		margin-top: 42px
	}

	.action-7 .action-body .action-box-layout {
		display: table;
		width: 100%
	}

	.action-7 .action-body .action-box-layout .action-box {
		display: table-cell;
		width: 32%;
		padding: 28px 14px
	}

	.action-7 .action-body .action-box-layout .action-box-even {
		width: 2%;
		display: table-cell
	}
}

.action-8 {
	background-color: #f2f2f2
}

.action-8 .action-item {
	padding: 14px 0
}

.action-8 .action-item a {
	display: block
}

.action-8 .action-item a:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-8 .action-item .action-media {
	position: relative;
	width: 44px;
	height: 44px;
	display: block;
	float: left;
	margin-right: 14px
}

.action-8 .action-item .action-media .media-img {
	position: absolute;
	left: 0;
	top: 0
}

.action-8 .action-item .action-title {
	font-size: 16px;
	line-height: 1;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 14px
}

@media (min-width:992px) {
	.action-8 {
		padding: 28px 0
	}

	.action-8 .action-item .action-media {
		width: 66px;
		height: 66px
	}

	.action-8 .action-item .action-title {
		padding-top: 25px
	}
}

.action-9 {
	text-align: center
}

.action-9 .action-item {
	padding: 14px 0
}

.action-9 .action-item a {
	display: block
}

.action-9 .action-item a:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-9 .action-item a:hover {
	color: #3e6fb7
}

.action-9 .action-item a:hover .action-title,
.action-9 .action-item a:hover .action-subtitle {
	color: #3e6fb7
}

.action-9 .action-item .action-media {
	width: 106px;
	height: 93px;
	position: relative;
	margin: auto
}

.action-9 .action-item .action-media .media-img {
	position: absolute;
	left: 0;
	top: 0
}

.action-9 .action-item .action-title {
	font-size: 18px;
	line-height: 24px;
	margin: 14px 0;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	font-weight: bold
}

.action-9 .action-item .action-subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:992px) {
	.action-9 {
		padding: 28px 0
	}
}

.action-9-1 {
	text-align: center
}

.action-9-1 .action-item {
	padding: 14px 0
}

.action-9-1 .action-item a {
	display: block
}

.action-9-1 .action-item a:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-9-1 .action-item a:hover {
	color: #3e6fb7
}

.action-9-1 .action-item a:hover .action-title,
.action-9-1 .action-item a:hover .action-subtitle {
	color: #3e6fb7
}

.action-9-1 .action-item .action-media {
	width: 106px;
	height: 93px;
	position: relative;
	margin: auto
}

.action-9-1 .action-item .action-media .media-img {
	position: absolute;
	left: 0;
	top: 0
}

.action-9-1 .action-item .action-title {
	font-size: 18px;
	line-height: 24px;
	margin: 14px 0;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	font-weight: bold
}

.action-9-1 .action-item .action-subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:992px) {
	.action-9-1 {
		padding: 28px 0
	}
}

@media (min-width:992px) {
	.action-9-1 .action-item-box {
		border-right: 1px solid #c6c6c6
	}

	.action-9-1 .action-item-box:last-child {
		border: none
	}
}

.action-9-1 .action-item a:hover .action-title {
	color: #000
}

.action-9-1 .action-item .action-media {
	width: 60px;
	height: auto;
	padding-top: 0
}

.action-9-1 .action-item .action-media .media-img {
	position: initial;
	padding-top: 100%
}

.action-9-1 .action-item .action-title {
	color: #7fcd60;
	font-weight: normal
}

.action-9-2 {
	text-align: center
}

.action-9-2 .action-item {
	padding: 14px 0
}

.action-9-2 .action-item a {
	display: block
}

.action-9-2 .action-item a:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-9-2 .action-item a:hover {
	color: #3e6fb7
}

.action-9-2 .action-item a:hover .action-title,
.action-9-2 .action-item a:hover .action-subtitle {
	color: #3e6fb7
}

.action-9-2 .action-item .action-media {
	width: 106px;
	height: 93px;
	position: relative;
	margin: auto
}

.action-9-2 .action-item .action-media .media-img {
	position: absolute;
	left: 0;
	top: 0
}

.action-9-2 .action-item .action-title {
	font-size: 18px;
	line-height: 24px;
	margin: 14px 0;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	font-weight: bold
}

.action-9-2 .action-item .action-subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:992px) {
	.action-9-2 {
		padding: 28px 0
	}
}

@media (min-width:992px) {
	.action-9-2 .action-item-box {
		border-right: 1px solid #c6c6c6
	}

	.action-9-2 .action-item-box:last-child {
		border: none
	}
}

.action-9-2 .action-item a:hover .action-title {
	color: #000
}

.action-9-2 .action-item .action-media {
	width: 60px;
	height: auto;
	padding-top: 0
}

.action-9-2 .action-item .action-media .media-img {
	position: initial;
	padding-top: 100%
}

.action-9-2 .action-item .action-title {
	color: #7fcd60;
	font-weight: normal
}

.action-9-2 .action-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold
}

.action-9-2 .action-item {
	border: 1px solid #c6c6c6;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.action-9-2 .action-item:hover {
	border-color: #3e6fb7
}

.action-9-2 .action-item .action-media .media-img {
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.action-9-2 .action-item .action-title {
	color: #616161
}

@media (max-width:992px) {
	.action-9-2 .action-item {
		margin-bottom: 14px
	}
}

.action-9-3 {
	margin-bottom: -14px;
	overflow: hidden
}

.action-9-3 .action-item {
	text-align: center;
	box-shadow: 0px 3px 10px 0px rgba(178, 178, 178, 0.36);
	color: #fff;
	overflow: hidden;
	margin-bottom: 14px
}

.action-9-3 .action-item a,
.action-9-3 .action-item span {
	display: block;
	padding: 35px 0;
	color: #fff
}

.action-9-3 .action-item a {
	transition: all .2s
}

.action-9-3 .action-item a:hover {
	transition: all .2s;
	transform: scale(1.1)
}

.action-9-3 .action-item .action-media {
	width: 60px;
	height: auto;
	padding-top: 0;
	margin: auto
}

.action-9-3 .action-item .action-media .media-img {
	padding-top: 100%;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.action-9-3 .action-item .action-title {
	color: #3e6fb7;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 14px
}

.action-9-3 .action-item.bg-media {
	color: #fff;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.action-9-3 .action-item.bg-media .action-title {
	color: #fff
}

.action-9-3 .action-item.bg-media a,
.action-9-3 .action-item.bg-media span {
	color: #fff
}

.action-9-4 .action-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-9-4 .action-body .action-item {
	text-align: center;
	padding: 28px 7px 7px;
	position: relative;
	overflow: hidden
}

.action-9-4 .action-body .action-item:hover a {
	transition: all .2s;
	transform: scale(1.1)
}

.action-9-4 .action-body .action-item:hover::before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #3e6fb7;
	position: absolute;
	left: 0;
	bottom: 0
}

.action-9-4 .action-body .action-item .action-media {
	width: 50px;
	height: auto;
	position: relative;
	margin: auto
}

.action-9-4 .action-body .action-item .action-media .media-img {
	padding-top: 100%
}

.action-9-4 .action-body .action-item:nth-child(odd) {
	background-color: #fafafa
}

.action-9-4 .action-body .action-item a {
	transition: all .2s;
	display: block;
	text-align: center
}

.action-9-4 .action-body .action-item .action-title {
	font-size: 16px;
	color: #3e6fb7;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 14px
}

@media (min-width:768px) {
	.action-9-4 .action-body .action-item {
		float: left;
		width: 100%
	}

	.action-9-4 .action-body .action-item .action-media {
		width: 80px
	}

	.action-9-4 .action-body .action-item .action-title {
		margin-top: 21px
	}

	.action-9-4 .action-body .action-item:nth-last-child(2),
	.action-9-4 .action-body .action-item:nth-last-child(2)~div {
		width: 50%
	}

	.action-9-4 .action-body .action-item:nth-last-child(3),
	.action-9-4 .action-body .action-item:nth-last-child(3)~div {
		width: 33.33%
	}

	.action-9-4 .action-body .action-item:nth-last-child(4),
	.action-9-4 .action-body .action-item:nth-last-child(4)~div {
		width: 25%
	}
}

.action-10-0 {
	position: relative;
	width: 100%;
	background-color: #fff
}

.action-10-0 .action-header {
	top: 60px;
	background-color: #fff;
	padding-top: 14px;
	text-align: justify;
	z-index: 2
}

.action-10-0 .action-header:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-10-0 .action-section {
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 1px solid #c6c6c6
}

.action-10-0 .action-section:first-child {
	margin-top: 14px
}

.action-10-0 .action-section .action-id {
	float: left;
	margin-right: 14px;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 5px 5px 5px 5px;
	line-height: 34px
}

.action-10-0 .action-section .action-id .carousel-5-1.arrow-inside .slick-prev:before,
.action-10-0 .action-section .action-id .carousel-5-1.arrow-inside .slick-next:before {
	color: #fff
}

.action-10-0 .action-section .action-items {
	overflow: hidden
}

.action-10-0 .action-section .action-items .action-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-10-0 .action-section .action-items .action-item:not(:last-child) {
	margin-bottom: 14px
}

.action-10-0 .action-section .action-items .action-item .item-title {
	overflow: hidden;
	line-height: 31px;
	position: relative
}

.action-10-0 .action-section .action-items .action-item .item-title.has-link:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	border-top: 1px dashed #c6c6c6
}

.action-10-0 .action-section .action-items .action-item .item-title.has-link>span:after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 100%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #c6c6c6
}

.action-10-0 .action-section .action-items .action-item .item-title>* {
	display: inline-block;
	padding-right: 14px;
	padding-left: 14px;
	z-index: 1;
	position: relative;
	background-color: #fff;
	line-height: 31px;
	color: #616161
}

.action-10-0 .action-section .action-items .action-item .item-title>a:hover {
	text-decoration: underline
}

.action-10-0 .action-section .action-items .action-item .item-links {
	float: right;
	position: relative;
	width: 360px;
	padding-left: 60px
}

.action-10-0 .action-section .action-items .action-item .item-links:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 15px;
	border-left: 1px dashed #c6c6c6
}

.action-10-0 .action-section .action-items .action-item .item-links>* {
	display: block;
	padding-right: 14px;
	padding-left: 14px;
	border: 1px solid #c6c6c6;
	position: relative;
	line-height: 29px;
	color: #616161
}

.action-10-0 .action-section .action-items .action-item .item-links>*:not(:last-child) {
	margin-bottom: 7px
}

.action-10-0 .action-section .action-items .action-item .item-links>*:before {
	content: "";
	display: block;
	position: absolute;
	left: -60px;
	right: 100%;
	top: 14px;
	border-top: 1px dashed #c6c6c6
}

.action-10-0 .action-section .action-items .action-item .item-links>a:hover {
	text-decoration: underline
}

.action-11-0 .action-content-item {
	margin-bottom: 14px;
	padding: 10.5px 21px;
	border: 1px solid #777
}

.action-11-0 .action-content-item .action-top {
	border-bottom: 1px dashed #c6c6c6;
	padding: 7px 0;
	margin-bottom: 14px;
	padding-top: 14px
}

.action-11-0 .action-content-item .action-title {
	font-size: 16px;
	font-weight: bold;
	padding-right: 21px;
	margin-right: 21px;
	margin-bottom: 7px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	position: relative
}

.action-11-0 .action-content-item .action-title::after {
	content: "";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	height: 16px;
	width: 2px;
	background-color: #c6c6c6
}

.action-11-0 .action-content-item .action-tag {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	margin-bottom: 7px;
	line-height: 1.5
}

.action-11-0 .action-content-item .action-tag:last-child {
	margin-right: 0
}

.action-11-0 .action-content-item .action-link {
	display: inline-block;
	margin-right: 28px;
	margin-bottom: 14px
}

.action-11-0 .action-content-item .action-link:last-child {
	margin-right: 0
}

.action-11-0 .action-content-item .action-link a {
	display: inline-block;
	vertical-align: middle;
	color: #000
}

.action-11-0 .action-content-item .action-link a:hover {
	color: #3e6fb7
}

.action-11-0 .action-content-item .action-link a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 5px;
	width: 5px;
	background-color: #3e6fb7;
	border-radius: 50%;
	color: #3e6fb7;
	font-weight: bold;
	margin-right: 7px
}

.action-12-0 .action-title {
	font-weight: bold
}

.action-12-0 .action-center {
	overflow: auto
}

.action-12-0 .action-center table {
	background-color: transparent;
	width: 100%;
	border: 1px solid #c6c6c6;
	text-align: center;
	min-width: 700px
}

.action-12-0 .action-center table thead tr th {
	background-color: transparent;
	border-bottom: none;
	text-align: center;
	border-right: 1px solid #c6c6c6;
	font-weight: normal
}

.action-12-0 .action-center table thead tr th:last-child {
	border-right: none
}

.action-12-0 .action-center table tbody tr td {
	border-right: 1px solid #c6c6c6
}

.action-12-0 .action-center table tbody tr td:last-child {
	border-right: none
}

.action-12-0 .action-center table tbody tr td a {
	display: block;
	color: #000
}

.action-12-0 .action-center table tbody tr td a:hover {
	color: #3e6fb7
}

.action-13-0 {
	border-bottom: 1px solid #c6c6c6
}

.action-13-0 .action-box {
	display: table;
	width: 100%;
	margin: 28px 0
}

.action-13-0 .action-item {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding: 7px;
	text-align: center;
	border-right: 1px solid #c6c6c6
}

.action-13-0 .action-item:last-child {
	border: none
}

.action-13-0 .action-item .action-media {
	display: inline-block;
	vertical-align: middle
}

.action-13-0 .action-item .action-title {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 0;
	padding-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.action-13-0 .action-item i {
	font-size: 30px;
	background-color: #d1def0;
	color: #3e6fb7;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 60px
}

.action-13-0 .action-item:hover a {
	color: #3e6fb7
}

.action-13-0 .action-item:hover i {
	background-color: #98b4dc
}

.action-13-0 .action-item a {
	display: block;
	color: #000
}

@media (max-width:992px) {
	.action-13-0 .action-box {
		margin: 14px 0
	}

	.action-13-0 .action-item .action-title {
		display: none
	}
}

.action-14-0 .action-box {
	margin-left: -14px
}

.action-14-0 .action-box:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-14-0 .action-item {
	display: table;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #c6c6c6;
	font-size: 13px;
	margin: 14px 7px;
	min-height: 65px;
	float: left;
	width: calc((100% - 56px)/4)
}

.action-14-0 .action-item a {
	font-size: 13px;
	color: #000;
	display: table-cell;
	vertical-align: middle;
	padding: 14px
}

.action-14-0 .action-item:hover a {
	color: #3e6fb7
}

@media (max-width:992px) {
	.action-14-0 .action-item {
		width: calc((100% - 28px)/2)
	}
}

@media (max-width:768px) {
	.action-14-0 .action-box {
		margin: 0
	}

	.action-14-0 .action-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}

.action-14-1 .action-box {
	margin-left: -14px
}

.action-14-1 .action-box:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-14-1 .action-item {
	display: table;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #c6c6c6;
	font-size: 13px;
	margin: 14px 7px;
	min-height: 65px;
	float: left;
	width: calc((100% - 56px)/4)
}

.action-14-1 .action-item a {
	font-size: 13px;
	color: #000;
	display: table-cell;
	vertical-align: middle;
	padding: 14px
}

.action-14-1 .action-item:hover a {
	color: #3e6fb7
}

@media (max-width:992px) {
	.action-14-1 .action-item {
		width: calc((100% - 28px)/2)
	}
}

@media (max-width:768px) {
	.action-14-1 .action-box {
		margin: 0
	}

	.action-14-1 .action-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}

.action-14-1 .action-item {
	width: calc((100% - 42px)/3);
	min-height: auto;
	height: 80px
}

.action-14-1 .action-item a {
	font-size: 16px;
	padding: 14px 28px;
	line-height: 1.5
}

.action-14-1 .action-item a .action-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.action-14-1 .action-item:hover a {
	color: #fff;
	background-color: #3e6fb7
}

@media (max-width:992px) {
	.action-14-1 .action-box {
		margin: 0
	}

	.action-14-1 .action-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}

.action-15-0 .nav-tabs {
	padding-left: 0
}

.action-15-0 .nav-tabs:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media screen and (min-width: 992px) {
	.action-15-0 .nav-tabs {
		margin-bottom: 28px;
		margin-top: 0
	}
}

.action-15-0 .nav-tabs li {
	float: left;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	list-style: none;
	width: auto;
	margin-right: 7px;
	padding: 0 10.5px
}

.action-15-0 .nav-tabs li:last-child {
	margin-right: 0
}

@media screen and (min-width: 992px) {
	.action-15-0 .nav-tabs li {
		width: calc((100% - 14px * 3)/4);
		margin-bottom: 0;
		padding: 0
	}

	.action-15-0 .nav-tabs li:not(:last-child) {
		margin-right: 14px
	}
}

.action-15-0 .nav-tabs li.active {
	position: relative
}

.action-15-0 .nav-tabs li.active:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	border-width: 13px 13px 0 13px;
	border-style: solid;
	border-color: transparent;
	border-top-color: inherit
}

.action-15-0 .nav-tabs li>a,
.action-15-0 .nav-tabs li>span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff
}

.action-15-0 .tab-content {
	position: relative;
	padding-bottom: calc(55% * 1/2 - 14px * 0.55 * 0.5 + 20px)
}

.action-15-0 .tab-content .tab-pane {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	display: block;
	opacity: 0;
	z-index: -1
}

.action-15-0 .tab-content .tab-pane:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-15-0 .tab-content .tab-pane [data-toggle="slimScroll"] {
	overflow: auto
}

.action-15-0 .tab-content .tab-pane.active {
	opacity: 1;
	z-index: 0
}

.action-15-0 .tab-content .tab-pane .dep-item {
	float: left;
	border: 1px solid #c6c6c6;
	margin-bottom: 14px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	border-color: transparent;
	box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
	width: calc((100% - 14px * 2)/3)
}

.action-15-0 .tab-content .tab-pane .dep-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-15-0 .tab-content .tab-pane .dep-item:not(:nth-child(3n + 3)) {
	margin-right: 14px
}

@media screen and (min-width: 1200px) {
	.action-15-0 .tab-content .tab-pane .dep-item {
		width: calc((100% - 14px * 4)/5)
	}

	.action-15-0 .tab-content .tab-pane .dep-item:nth-child(3n + 3) {
		margin-right: 14px
	}

	.action-15-0 .tab-content .tab-pane .dep-item:nth-child(5n + 5) {
		margin-right: 0
	}
}

.action-15-0 .tab-content .tab-pane .dep-item:hover {
	border-color: #c6c6c6
}

.action-15-0 .tab-content .tab-pane .dep-item.active {
	border-color: #7fcd60;
	box-shadow: none
}

.action-15-0 .tab-content .tab-pane .dep-item.active>span {
	border-color: #7fcd60
}

.action-15-0 .tab-content .tab-pane .dep-item>span {
	border-left: 1px solid #c6c6c6;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	float: right;
	margin-left: -3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	border-color: #3e6fb7;
	box-sizing: border-box;
	width: calc(100% - 20px)
}

.action-15-0 .tab-content .tab-pane .dep-item .icon {
	float: left;
	text-align: center;
	width: 20px;
	line-height: 40px
}

.action-15-1 {
	padding: 21px 0 70px
}

.action-15-1 .card-3 {
	overflow: hidden
}

.action-15-1 .card-3:hover .card-media .media-img {
	transform: scale(1.03)
}

.action-15-1 .card-3 .card-body .card-media {
	overflow: hidden
}

.action-15-1 .card-3 .card-body .card-media .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.action-15-1 .action-body-card-1 {
	height: 500px;
	margin-top: 135px;
	border-radius: 4px
}

@media (max-width:480px) {
	.action-15-1 .action-body-card-1 {
		margin-top: 0
	}
}

.action-15-1 .action-body-card-1.card-3 .card-body .card-media {
	height: 500px;
	padding-top: 0
}

.action-15-1 .action-body-card-2 {
	height: 354px;
	margin-top: 65px;
	border-radius: 4px
}

@media (max-width:480px) {
	.action-15-1 .action-body-card-2 {
		margin-top: 21px
	}
}

.action-15-1 .action-body-card-2.card-3 .card-body .card-media {
	height: 354px;
	padding-top: 0
}

.action-15-1 .action-body-card-3 {
	position: relative;
	height: 180px;
	border-radius: 4px;
	margin-top: 36px
}

@media (max-width:480px) {
	.action-15-1 .action-body-card-3 {
		margin-top: 21px
	}
}

.action-15-1 .action-body-card-3 a {
	display: block;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #fff;
	line-height: 1.5
}

.action-15-1 .action-body-card-3 a i {
	margin-left: 7px
}

.action-15-1 .nav-tabs {
	overflow: hidden;
	margin-bottom: 14px
}

.action-15-1 .nav-tabs:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-15-1 .nav-tabs ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #c6c6c6;
	margin-top: 10px
}

.action-15-1 .nav-tabs li {
	text-align: center;
	cursor: pointer;
	list-style: none;
	min-width: 180px;
	padding: 14px 7px;
	font-size: 18px;
	line-height: 1.5;
	user-select: none;
	margin-bottom: 0px
}

.action-15-1 .nav-tabs li.active {
	position: relative
}

.action-15-1 .nav-tabs li.active:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -1.5px;
	left: 0;
	z-index: 999;
	background-color: #3e6fb7
}

.action-15-1 .action-tab {
	background-color: #fafafa;
	box-shadow: 0px 8px 18px 2px rgba(217, 217, 217, 0.25);
	padding: 28px 21px;
	margin-top: 21px
}

.action-15-1 .action-tab .tab-pane {
	display: none;
	margin-left: -14px;
	margin-right: -14px;
	overflow: hidden
}

.action-15-1 .action-tab .tab-pane.active {
	display: block
}

.action-15-1 .action-tab .tab-pane .tab-row {
	height: 500px;
	padding-left: 7px;
	padding-right: 7px
}

.action-15-1 .action-tab .tab-pane .dep-item {
	width: calc((100% - 28px)/2);
	float: left;
	margin: 10.5px 7px;
	color: #000;
	border-radius: 6px;
	padding: 10px;
	border: 1px solid #c6c6c6;
	font-size: 14px;
	transition: all .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	cursor: pointer;
	user-select: none
}

.action-15-1 .action-tab .tab-pane .dep-item:hover,
.action-15-1 .action-tab .tab-pane .dep-item.active {
	transition: all .2s;
	border-color: #3e6fb7;
	color: #3e6fb7
}

@media (min-width:992px) {
	.action-15-1 .action-tab {
		margin-top: 0
	}

	.action-15-1 .action-tab .tab-pane .dep-item {
		width: calc((100% - 42px)/3)
	}
}

.action-16-0 {
	padding: 14px
}

.action-16-0 .action-item {
	margin-bottom: 21px
}

.action-16-0 .action-item-top {
	font-size: 26px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 7px
}

.action-16-0 .action-item-content {
	margin: 0 -7px
}

.action-16-0 .action-item-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-0 .action-item-content .action-link {
	display: block;
	padding: 7px;
	width: calc((100% - 0px)/2);
	float: left
}

.action-16-0 .action-item-content .action-link a,
.action-16-0 .action-item-content .action-link span {
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	font-size: 14px;
	display: block;
	padding: 14px;
	transition: all .2s
}

.action-16-0 .action-item-content .action-link a:after,
.action-16-0 .action-item-content .action-link span:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-0 .action-item-content .action-link a:hover,
.action-16-0 .action-item-content .action-link span:hover {
	transition: all .2s;
	border-color: #3e6fb7;
	box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
	color: #3e6fb7
}

.action-16-0 .action-item-content .action-link .action-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.action-16-0 .action-item-content .action-link i {
	float: right;
	color: #3e6fb7
}

@media (min-width:992px) {
	.action-16-0 {
		padding: 28px 42px
	}

	.action-16-0 .action-item-top {
		margin-bottom: 0
	}

	.action-16-0 .action-item-content {
		margin: 0 -21px
	}

	.action-16-0 .action-item-content .action-link {
		padding: 14px 21px;
		width: calc((100% - 0px)/4)
	}
}

.action-16-1 {
	padding: 14px
}

.action-16-1 .action-item {
	border: 1px solid #c6c6c6;
	border-color: #adadad;
	border-radius: 3px;
	padding: 14px;
	padding-bottom: 0;
	margin-bottom: 21px
}

.action-16-1 .action-item-top {
	color: #3e6fb7;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 7px;
	border-bottom: 1px solid #c6c6c6
}

.action-16-1 .action-item-top i {
	float: right;
	padding: 3.5px
}

.action-16-1 .action-item-top a {
	font-size: inherit;
	color: inherit
}

.action-16-1 .action-item-content {
	padding: 7px 0;
	border-bottom: 1px solid #c6c6c6
}

.action-16-1 .action-item-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-1 .action-item-content:last-child {
	border: none
}

.action-16-1 .action-item-left {
	float: left;
	width: 10%;
	min-width: 100px;
	font-size: 16px;
	line-height: 1.5;
	color: #3e6fb7;
	padding: 3.5px
}

.action-16-1 .action-item-right {
	overflow: hidden
}

.action-16-1 .action-item-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-1 .action-item-list-title {
	float: left;
	font-size: 16px;
	margin: 7px;
	font-weight: bold;
	color: #aaa
}

.action-16-1 .action-item-list-text {
	overflow: hidden
}

.action-16-1 .action-item-list-text .action-item-list-tag {
	display: inline-block;
	margin: 7px;
	width: 50px
}

.action-16-1 .action-item-list-text .action-item-list-tag a,
.action-16-1 .action-item-list-text .action-item-list-tag span {
	color: #000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.action-16-1 .action-item-list-text .action-item-list-tag a:hover {
	color: #3e6fb7;
	text-decoration: underline
}

@media (min-width:992px) {
	.action-16-1 {
		padding: 28px 42px
	}
}

.action-16-1v1 {
	padding: 14px;
	padding: 0 !important
}

.action-16-1v1 .action-item {
	border: 1px solid #c6c6c6;
	border-color: #adadad;
	border-radius: 3px;
	padding: 14px;
	padding-bottom: 0;
	margin-bottom: 21px
}

.action-16-1v1 .action-item-top {
	color: #3e6fb7;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 7px;
	border-bottom: 1px solid #c6c6c6
}

.action-16-1v1 .action-item-top i {
	float: right;
	padding: 3.5px
}

.action-16-1v1 .action-item-top a {
	font-size: inherit;
	color: inherit
}

.action-16-1v1 .action-item-content {
	padding: 7px 0;
	border-bottom: 1px solid #c6c6c6
}

.action-16-1v1 .action-item-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-1v1 .action-item-content:last-child {
	border: none
}

.action-16-1v1 .action-item-left {
	float: left;
	width: 10%;
	min-width: 100px;
	font-size: 16px;
	line-height: 1.5;
	color: #3e6fb7;
	padding: 3.5px
}

.action-16-1v1 .action-item-right {
	overflow: hidden
}

.action-16-1v1 .action-item-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-1v1 .action-item-list-title {
	float: left;
	font-size: 16px;
	margin: 7px;
	font-weight: bold;
	color: #aaa
}

.action-16-1v1 .action-item-list-text {
	overflow: hidden
}

.action-16-1v1 .action-item-list-text .action-item-list-tag {
	display: inline-block;
	margin: 7px;
	width: 50px
}

.action-16-1v1 .action-item-list-text .action-item-list-tag a,
.action-16-1v1 .action-item-list-text .action-item-list-tag span {
	color: #000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.action-16-1v1 .action-item-list-text .action-item-list-tag a:hover {
	color: #3e6fb7;
	text-decoration: underline
}

@media (min-width:992px) {
	.action-16-1v1 {
		padding: 28px 42px
	}
}

.action-16-1v1 .action-item-top {
	font-weight: normal
}

.action-16-2 .action-item {
	padding-bottom: 28px;
	margin-bottom: 28px
}

.action-16-2 .action-item:not(:last-child) {
	border-bottom: 1px solid #c6c6c6
}

.action-16-2 .action-item .item-title {
	font-size: 1.25rem;
	line-height: 2;
	font-weight: bold;
	display: inline-block;
	background-color: #fafafa;
	padding-left: 28px;
	padding-right: 28px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 14px
}

.action-16-2 .action-item .item-body .list:last-child {
	margin-bottom: -14px
}

.action-16-2 .action-item .item-body .list-title {
	font-weight: bold;
	padding-right: 14px;
	margin-right: 14px;
	border-right: 1px solid #616161;
	width: 100px
}

.action-16-2 .action-item .item-body .list-body {
	width: calc(100% - 100px - 14px)
}

.action-16-2 .action-item .item-body .list-body .post {
	font-weight: bold;
	margin-right: 14px;
	margin-bottom: 14px
}

.action-16-2 .action-item .item-body .list-body .post-body {
	overflow: hidden
}

.action-16-2 .action-item .item-body .list-body .post-body .staff {
	margin-right: 14px;
	margin-bottom: 14px
}

.action-16-2 .action-item .item-body .list-body .post-body .staff a {
	color: inherit;
	position: relative
}

@media only screen and (min-width:768px) {
	.action-16-2 .action-item .item-body .list-body .post-body .staff a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.action-16-2 .action-item .item-body .list-body .post-body .staff a:hover:before {
		transform: scaleX(1)
	}
}

.action-16-3 {
	padding: 14px;
	padding: 14px 0
}

.action-16-3 .action-item {
	margin-bottom: 21px
}

.action-16-3 .action-item-top {
	font-size: 26px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 7px
}

.action-16-3 .action-item-content {
	margin: 0 -7px
}

.action-16-3 .action-item-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-3 .action-item-content .action-link {
	display: block;
	padding: 7px;
	width: calc((100% - 0px)/2);
	float: left
}

.action-16-3 .action-item-content .action-link a,
.action-16-3 .action-item-content .action-link span {
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	font-size: 14px;
	display: block;
	padding: 14px;
	transition: all .2s
}

.action-16-3 .action-item-content .action-link a:after,
.action-16-3 .action-item-content .action-link span:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-3 .action-item-content .action-link a:hover,
.action-16-3 .action-item-content .action-link span:hover {
	transition: all .2s;
	border-color: #3e6fb7;
	box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
	color: #3e6fb7
}

.action-16-3 .action-item-content .action-link .action-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.action-16-3 .action-item-content .action-link i {
	float: right;
	color: #3e6fb7
}

@media (min-width:992px) {
	.action-16-3 {
		padding: 28px 42px
	}

	.action-16-3 .action-item-top {
		margin-bottom: 0
	}

	.action-16-3 .action-item-content {
		margin: 0 -21px
	}

	.action-16-3 .action-item-content .action-link {
		padding: 14px 21px;
		width: calc((100% - 0px)/4)
	}
}

.action-16-3 .action-item {
	margin-bottom: 28px
}

.action-16-3 .action-item:last-child {
	margin-bottom: 0
}

.action-16-3 .action-item-top {
	font-size: 22px;
	position: relative;
	margin-bottom: 14px
}

.action-16-3 .action-item-top::after {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #3e6fb7;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.action-16-3 .action-item-top::before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #3e6fb7;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.action-16-3 .action-item-top .action-item-top-title {
	color: #000;
	background-color: #fff;
	position: relative;
	z-index: 9;
	display: inline-block;
	padding-right: 14px
}

.action-16-3 .action-item-top .action-item-top-title img {
	height: 24px;
	width: auto
}

.action-16-3 .action-item-content {
	transition: all .25s
}

.action-16-3 .action-item-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-3 .action-item-content .action-item-right {
	overflow: hidden;
	margin-bottom: 14px
}

.action-16-3 .action-item-content .action-link a,
.action-16-3 .action-item-content .action-link span {
	color: #000;
	border-radius: 6px;
	padding: 10px
}

.action-16-3 .action-item-content .action-link a:hover {
	color: #3e6fb7
}

.action-16-3 .action-item-content .action-link a:hover .action-text {
	color: #3e6fb7
}

.action-16-3 .action-item-content .action-link a:hover i {
	color: #3e6fb7
}

.action-16-3 .action-item-content .action-link .action-text {
	font-size: 14px
}

.action-16-3 .action-item-content .action-link i {
	float: left;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	margin: 0 7px
}

@media (min-width:992px) {
	.action-16-3 {
		padding: 28px 0
	}

	.action-16-3 .action-item-content {
		margin: 0
	}

	.action-16-3 .action-item-content .action-link {
		padding: 14px 7px;
		width: calc((100% - 0px)/7)
	}
}

@media (min-width:992px) and (max-width:1400px) {
	.action-16-3 .action-item-content .action-link {
		padding: 14px 7px;
		width: calc((100% - 0px)/3)
	}
}

.action-16-4 {
	padding: 14px;
	padding: 14px 0
}

.action-16-4 .action-item {
	margin-bottom: 21px
}

.action-16-4 .action-item-top {
	font-size: 26px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 7px
}

.action-16-4 .action-item-content {
	margin: 0 -7px
}

.action-16-4 .action-item-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-4 .action-item-content .action-link {
	display: block;
	padding: 7px;
	width: calc((100% - 0px)/2);
	float: left
}

.action-16-4 .action-item-content .action-link a,
.action-16-4 .action-item-content .action-link span {
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	font-size: 14px;
	display: block;
	padding: 14px;
	transition: all .2s
}

.action-16-4 .action-item-content .action-link a:after,
.action-16-4 .action-item-content .action-link span:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-4 .action-item-content .action-link a:hover,
.action-16-4 .action-item-content .action-link span:hover {
	transition: all .2s;
	border-color: #3e6fb7;
	box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
	color: #3e6fb7
}

.action-16-4 .action-item-content .action-link .action-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.action-16-4 .action-item-content .action-link i {
	float: right;
	color: #3e6fb7
}

@media (min-width:992px) {
	.action-16-4 {
		padding: 28px 42px
	}

	.action-16-4 .action-item-top {
		margin-bottom: 0
	}

	.action-16-4 .action-item-content {
		margin: 0 -21px
	}

	.action-16-4 .action-item-content .action-link {
		padding: 14px 21px;
		width: calc((100% - 0px)/4)
	}
}

.action-16-4 .nav-tab {
	text-align: center;
	margin-bottom: 35px
}

.action-16-4 .nav-tab:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-16-4 .nav-tab .tab-title {
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	text-align: center;
	max-width: 180px;
	cursor: pointer;
	list-style: none;
	width: auto;
	margin-right: 7px;
	padding: 0 10.5px;
	float: left;
	width: calc((100% - 7px * 3)/4)
}

.action-16-4 .nav-tab .tab-title:last-child {
	margin-right: 0
}

@media screen and (min-width: 992px) {
	.action-16-4 .nav-tab .tab-title {
		width: calc((100% - 14px * 3)/4);
		margin-bottom: 0;
		padding: 0;
		float: none;
		padding: 0 10.5px
	}

	.action-16-4 .nav-tab .tab-title:not(:last-child) {
		margin-right: 14px
	}
}

.action-16-4 .nav-tab .tab-title.active {
	position: relative
}

.action-16-4 .nav-tab .tab-title.active:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	border-width: 13px 13px 0 13px;
	border-style: solid;
	border-color: transparent;
	border-top-color: inherit
}

.action-16-4 .nav-tab .tab-title>a,
.action-16-4 .nav-tab .tab-title>span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.action-16-4 .tab-content .action-item {
	display: none;
	transition: all .2s
}

.action-16-4 .tab-content .action-item.active {
	transition: all .2s;
	display: block
}

.action-16-4 .action-item-top {
	font-size: 20px;
	color: #000
}

.action-16-4 .action-item-content .action-link a,
.action-16-4 .action-item-content .action-link span {
	color: #000;
	border-radius: 6px;
	padding: 10px
}

.action-16-4 .action-item-content .action-link a:hover {
	color: #3e6fb7
}

.action-16-4 .action-item-content .action-link a:hover .action-text {
	color: #3e6fb7
}

.action-16-4 .action-item-content .action-link a:hover i {
	color: #3e6fb7
}

.action-16-4 .action-item-content .action-link .action-text {
	font-size: 14px
}

.action-16-4 .action-item-content .action-link i {
	float: left;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	margin: 0 7px
}

@media (min-width:992px) {
	.action-16-4 {
		padding: 28px 0
	}

	.action-16-4 .action-item-content {
		margin: 0
	}

	.action-16-4 .action-item-content .action-link {
		padding: 14px 7px;
		width: calc((100% - 0px)/7)
	}
}

@media (min-width:992px) and (max-width:1400px) {
	.action-16-4 .action-item-content .action-link {
		padding: 14px 7px;
		width: calc((100% - 0px)/4)
	}
}

.action-17-0 .action-top .action-top-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
	margin-bottom: 14px
}

.action-17-0 .action-top .action-top-item:last-child {
	margin-right: 0
}

.action-17-0 .action-top .action-top-item.active a {
	background-color: #3e6fb7;
	box-shadow: 3px 3px 0px #7fcd60
}

.action-17-0 .action-top .action-top-item a {
	background-color: #7fcd60;
	font-size: 16px;
	line-height: 1.5;
	padding: 7px 14px;
	box-shadow: 3px 3px 0px #3e6fb7;
	color: #fff;
	display: block;
	min-width: 110px;
	text-align: center
}

.action-17-0 .action-top .action-top-item a:hover {
	background-color: #3e6fb7;
	box-shadow: 3px 3px 0px #7fcd60
}

.action-17-0 .action-content-item {
	display: none
}

.action-17-0 .action-content-item.active {
	display: block
}

.action-17-0 .action-content-item-list {
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 21px;
	padding-bottom: 21px
}

.action-17-0 .action-content-item-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-17-0 .action-content-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin: 14px 0
}

.action-17-0 .action-content-body {
	display: flex;
	flex-wrap: wrap
}

.action-17-0 .action-content-text {
	float: left;
	width: calc(100%/2);
	margin: 10.5px 0;
	min-height: 42px
}

@media (min-width:480px) {
	.action-17-0 .action-content-text {
		width: calc(100%/3)
	}
}

@media (min-width:992px) {
	.action-17-0 .action-content-text {
		width: calc(100%/5)
	}
}

@media (min-width:1200px) {
	.action-17-0 .action-content-text {
		width: calc(100%/7)
	}
}

.action-17-0 .action-content-text a {
	display: inline-block;
	color: #000;
	font-size: 14px;
	vertical-align: middle;
	line-height: 1.5;
	max-width: 100%;
	padding: 0 3.5px
}

.action-17-0 .action-content-text a i {
	background-color: #3e6fb7;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: #fff;
	vertical-align: bottom;
	margin-right: 7px
}

.action-17-0 .action-content-text a i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 11px
}

.action-17-0 .action-content-text a:hover {
	text-decoration: underline
}

.action-18-0 .title-wrapper-4-1 .title-wrapper-content {
	font-weight: bold;
	font-size: 24px
}

.action-18-0 .action-item {
	margin: 14px 0
}

.action-18-0 .action-item a {
	font-size: 16px;
	color: #000
}

.action-18-0 .action-item a:hover {
	color: #3e6fb7
}

.action-18-0 .action-item a i {
	color: #3e6fb7;
	margin-right: 7px
}

.action-18-0 .action-bottom {
	text-align: left;
	margin: 14px 0;
	margin-top: 0
}

.action-18-0 .action-bottom .action-bottom-link {
	display: inline-block;
	color: #3e6fb7;
	line-height: 1.5;
	font-size: 14px;
	padding: 7px 0
}

.action-19-0 .action-content .action-top-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
	margin-bottom: 14px
}

.action-19-0 .action-content .action-top-item:last-child {
	margin-right: 0
}

.action-19-0 .action-content .action-top-item.active a {
	background-color: #3e6fb7;
	box-shadow: 3px 3px 0px #7fcd60
}

.action-19-0 .action-content .action-top-item a {
	background-color: #7fcd60;
	font-size: 16px;
	line-height: 1.5;
	padding: 7px 14px;
	box-shadow: 3px 3px 0px #3e6fb7;
	color: #fff;
	display: block;
	min-width: 110px;
	text-align: center
}

.action-19-0 .action-content .action-top-item a:hover {
	background-color: #3e6fb7;
	box-shadow: 3px 3px 0px #7fcd60
}

.action-20-0 {
	padding: 70px 0;
	padding-bottom: 350px;
	min-height: 100vh
}

.action-20-0 .action-item {
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	position: relative;
	height: 180px;
	border-radius: 10px;
	transition: all .2s
}

.action-20-0 .action-item:hover {
	background-color: rgba(127, 205, 96, 0.8)
}

.action-20-0 .action-item:hover a {
	color: #fff
}

.action-20-0 .action-item:hover a .action-title,
.action-20-0 .action-item:hover a .action-subtitle {
	color: #fff
}

.action-20-0 .action-item a {
	display: inline-block;
	width: 100%;
	height: 100%
}

.action-20-0 .action-item .action-item-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

.action-20-0 .action-item i {
	display: block;
	font-size: 30px;
	margin-bottom: 7px;
	line-height: 1
}

.action-20-0 .action-item .action-title {
	font-size: 16px;
	margin-bottom: 7px;
	line-height: 1.5;
	font-weight: bold;
	color: #000
}

.action-20-0 .action-item .action-subtitle {
	font-size: 12px;
	line-height: 1.5;
	color: #333
}

@media (min-width:768px) {
	.action-20-0 i {
		font-size: 40px
	}

	.action-20-0 .action-title {
		font-size: 18px
	}
}

@media (min-width:992px) {
	.action-20-0 {
		padding: 20vh 0;
		padding-bottom: 385px;
		min-width: 99.5vh
	}

	.action-20-0 .action-item {
		height: 320px
	}

	.action-20-0 .action-item i {
		font-size: 68px;
		margin-bottom: 14px;
		margin-top: 28px
	}

	.action-20-0 .action-item .action-title {
		font-size: 30px;
		margin-bottom: 7px
	}

	.action-20-0 .action-item .action-subtitle {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.action-20-0 .inner {
		width: 970px !important
	}
}

.action-21-0 .row {
	margin-left: 0;
	margin-right: 0
}

.action-21-0 .row [class*="col-"] {
	padding-left: 0;
	padding-right: 0
}

.action-21-0 .action-item-link {
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #fff
}

.action-21-0 .action-item-link a,
.action-21-0 .action-item-link span {
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0
}

.action-21-0 .action-item-link .action-item-content {
	padding: 7px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

.action-21-0 .action-item-link i {
	font-size: 36px;
	margin-bottom: 7px
}

.action-21-0 .action-item-link .action-item-title {
	font-size: 14px;
	line-height: 1.5
}

.action-21-0 .action-item-link .action-item-subtitle {
	font-size: 14px;
	line-height: 1.5
}

.action-21-0 .action-item-media {
	padding-top: 60%;
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
	overflow: hidden
}

.action-21-0 .action-item-media.no-icon .media {
	transition: all .3s
}

.action-21-0 .action-item-media.no-icon a:hover .media {
	transition: all .3s;
	transform: scale(1.1)
}

.action-21-0 .action-item-media.no-icon .action-item-content {
	display: none
}

.action-21-0 .action-item-media .action-item-content {
	padding: 7px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center
}

.action-21-0 .action-item-media .action-item-hvr {
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0
}

.action-21-0 .action-item-media i {
	font-size: 36px;
	margin-bottom: 7px
}

.action-21-0 .action-item-media .action-item-title {
	font-size: 14px;
	line-height: 1.5
}

.action-21-0 .action-item-media .action-item-subtitle {
	font-size: 14px;
	line-height: 1.5
}

.action-21-0 .action-item-media .bg-media {
	background-color: rgba(16, 26, 41, 0.75)
}

.action-21-0 .action-item-empty-first {
	position: relative;
	z-index: 1;
	display: none
}

.action-21-0 .action-item-empty-second {
	position: relative;
	z-index: 1;
	display: none
}

.action-21-0 .action-item div.action-item-link {
	position: relative;
	z-index: 3;
	padding-top: 100%;
	background-color: #3e6fb7
}

.action-21-0 .action-item div:nth-last-child(1) .action-item-link {
	background-color: #3e6fb7
}

.action-21-0 .action-item div:nth-last-child(2) .action-item-link {
	background-color: #7fcd60
}

.action-21-0 .action-item-third {
	padding-top: 100%
}

.action-21-0 .action-item-third .bg-media {
	background-color: rgba(16, 26, 41, 0.75)
}

.action-21-0 .action-item-third:first-child .bg-media {
	background-color: #7fcd60
}

.action-21-0 .action-item-fourth {
	padding-top: 100%;
	background-color: #7fcd60
}

.action-21-0 .action-item-fourth:first-child {
	background-color: #101a29
}

@media (min-width:992px) {
	.action-21-0 {
		height: 540px;
		padding-top: 40px
	}

	.action-21-0 .action-item-link .action-item-title {
		font-size: 16px
	}

	.action-21-0 .action-item-link .action-item-subtitle {
		font-size: 16px
	}

	.action-21-0 .action-item-media {
		height: 350px;
		padding-top: 0;
		margin-top: -40px;
		margin-bottom: 0px
	}

	.action-21-0 .action-item-media .action-item-title {
		font-size: 16px
	}

	.action-21-0 .action-item-media .action-item-subtitle {
		font-size: 16px
	}

	.action-21-0 .action-item-empty-first {
		display: block;
		height: 190px
	}

	.action-21-0 .action-item-empty-second {
		display: block;
		height: 150px
	}

	.action-21-0 .action-item div.action-item-link {
		height: 190px;
		padding-top: 0
	}

	.action-21-0 .action-item-third {
		height: 250px;
		padding-top: 0
	}

	.action-21-0 .action-item-fourth {
		height: 300px;
		padding-top: 0;
		background-color: #3e6fb7
	}

	.action-21-0 .action-item-fourth:first-child {
		height: 200px
	}
}

@media (min-width:1200px) {
	.action-21-0 {
		height: 775px;
		padding-top: 65px
	}

	.action-21-0 .action-item-link i {
		font-size: 60px;
		margin-bottom: 14px
	}

	.action-21-0 .action-item-link .action-item-title {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 7px
	}

	.action-21-0 .action-item-link .action-item-subtitle {
		font-size: 20px
	}

	.action-21-0 .action-item-media {
		height: 502px;
		padding-top: 0;
		margin-top: -65px;
		margin-bottom: 0px
	}

	.action-21-0 .action-item-media i {
		font-size: 60px;
		margin-bottom: 14px
	}

	.action-21-0 .action-item-media .action-item-title {
		font-size: 20px
	}

	.action-21-0 .action-item-media .action-item-subtitle {
		font-size: 20px
	}

	.action-21-0 .action-item-empty-first {
		display: block;
		height: 273px
	}

	.action-21-0 .action-item-empty-second {
		display: block;
		height: 202px
	}

	.action-21-0 .action-item div.action-item-link {
		height: 273px;
		padding-top: 0
	}

	.action-21-0 .action-item-third {
		height: 355px;
		padding-top: 0
	}

	.action-21-0 .action-item-fourth {
		height: 420px;
		padding-top: 0;
		background-color: #3e6fb7
	}

	.action-21-0 .action-item-fourth:first-child {
		height: 290px
	}
}

.action-22-0 {
	text-align: center;
	display: inline-block;
	margin-top: 28px;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: -14px
}

.action-22-0:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media screen and (min-width: 992px) {
	.action-22-0 {
		margin-top: 56px
	}
}

@media screen and (min-width: 1200px) {
	.action-22-0 {
		margin-top: 112px
	}
}

.action-22-0 .item {
	padding-left: 7px;
	padding-right: 7px;
	display: block;
	text-align: center;
	float: left;
	margin-bottom: 14px;
	max-width: 33.33333333%
}

.action-22-0 .item .qrcode {
	display: block;
	margin-bottom: 14px;
	border-radius: 5px 5px 5px 5px;
	width: 130px
}

.action-22-0 .item .text {
	font-size: 1rem;
	line-height: 1.5
}

.action-23-0 .action-category .category-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
	margin-bottom: 14px
}

.action-23-0 .action-category .category-item:last-child {
	margin-right: 0
}

.action-23-0 .action-category .category-item.active a {
	background-color: #3e6fb7;
	box-shadow: 3px 3px 0px #7fcd60
}

.action-23-0 .action-category .category-item a {
	background-color: #7fcd60;
	font-size: 16px;
	line-height: 1.5;
	padding: 7px 14px;
	box-shadow: 3px 3px 0px #3e6fb7;
	color: #fff;
	display: block;
	min-width: 110px;
	text-align: center;
	transition: all .2s
}

.action-23-0 .action-category .category-item a:hover {
	background-color: #3e6fb7;
	box-shadow: 3px 3px 0px #7fcd60
}

.action-23-0 .action-content .content-item {
	display: none
}

.action-23-0 .action-content .content-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-23-0 .action-content .content-item.active {
	display: block
}

.action-23-0 .action-dept {
	margin-bottom: -14px;
	margin-top: 14px
}

.action-23-0 .action-dept:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-23-0 .action-dept .dept-item {
	float: left;
	margin-bottom: 14px;
	vertical-align: middle;
	width: 50%;
	padding: 0 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:768px) {
	.action-23-0 .action-dept .dept-item {
		width: 33%
	}
}

@media (min-width:992px) {
	.action-23-0 .action-dept .dept-item {
		width: 170px;
		margin-right: 21px;
		padding: 0
	}
}

.action-23-0 .action-dept .dept-item:last-child {
	margin-right: 0
}

.action-23-0 .action-dept .dept-item a {
	display: inline-block;
	color: #000;
	font-size: 14px;
	vertical-align: middle;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.action-23-0 .action-dept .dept-item a i {
	background-color: #3e6fb7;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: #fff;
	vertical-align: bottom;
	margin-right: 7px
}

.action-23-0 .action-dept .dept-item a i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 11px
}

.action-23-0 .action-dept .dept-item a:hover {
	text-decoration: underline
}

.action-23-0 .action-dept .dept-item:hover a,
.action-23-0 .action-dept .dept-item.active a {
	color: #3e6fb7
}

.action-23-0 .action-date {
	padding: 0 28px
}

.action-23-0 .action-date .date-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5;
	padding: 8px 10px;
	border: 1px solid transparent;
	border-radius: 20px;
	margin: 14px 0;
	margin-right: 28px;
	transition: all .2s
}

.action-23-0 .action-date .date-item:last-child {
	margin-right: 0
}

.action-23-0 .action-date .date-item a {
	color: #000;
	font-size: inherit
}

.action-23-0 .action-date .date-item.active,
.action-23-0 .action-date .date-item:hover {
	border: 1px solid #3e6fb7
}

.action-23-0 .action-date .date-item.active a,
.action-23-0 .action-date .date-item:hover a {
	color: #3e6fb7
}

.action-23-0 .action-duty table {
	width: 100%;
	background-color: transparent
}

.action-23-0 .action-duty table thead tr th {
	text-align: center;
	border: none;
	background-color: #c6c6c6;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	padding-top: 14px;
	padding-bottom: 14px
}

.action-23-0 .action-duty table tbody tr {
	border-top: 1px solid #c6c6c6
}

.action-23-0 .action-duty table tbody tr:first-child {
	border: none
}

.action-23-0 .action-duty table tbody tr td {
	text-align: center;
	border: none;
	line-height: 1.5;
	padding-top: 14px;
	padding-bottom: 14px
}

.action-23-0:after {
	display: none !important
}

.action-23-0 .load {
	bottom: 30px !important;
	top: auto !important;
	color: #3e6fb7 !important;
	display: none !important
}

.action-23-0 .load:nth-last-child(2) {
	display: block !important
}

.action-23-0 .load .loading {
	color: #3e6fb7 !important
}

.action-23-0 .loading-box {
	text-align: center;
	color: #3e6fb7;
	margin-top: 66px;
	margin-bottom: 7px;
	display: none
}

.action-23-0 .loading-box:last-child {
	display: block
}

@media (min-width:992px) {
	.action-23-0 .loading-box {
		position: relative;
		left: -5px
	}
}

.action-24-0 {
	padding: 14px 0
}

.action-24-0 .action-item {
	margin-bottom: 21px
}

.action-24-0 .action-item-top {
	font-size: 22px;
	position: relative;
	margin-bottom: 14px
}

.action-24-0 .action-item-top::after {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #3e6fb7;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.action-24-0 .action-item-top::before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #3e6fb7;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.action-24-0 .action-item-top .action-item-top-title {
	color: #000;
	background-color: #fff;
	position: relative;
	z-index: 9;
	display: inline-block;
	padding-right: 14px
}

.action-24-0 .action-item-top .action-item-top-title img {
	height: 24px;
	width: auto
}

.action-24-0 .action-item-content {
	margin: 0 -7px
}

.action-24-0 .action-item-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-24-0 .action-item-content .action-link {
	display: block;
	padding: 7px
}

.action-24-0 .action-item-content .action-link .action-link-body {
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	font-size: 14px;
	display: block;
	padding: 14px;
	min-height: 155px
}

.action-24-0 .action-item-content .action-link .action-link-body:hover {
	box-shadow: 0 5px 10px -2px rgba(62, 111, 183, 0.75)
}

.action-24-0 .action-item-content .action-link .action-link-top {
	padding-bottom: 21px;
	margin-bottom: 21px;
	border-bottom: 1px dashed #3e6fb7;
	transition: all .2s;
	font-weight: bold;
	position: relative
}

.action-24-0 .action-item-content .action-link .action-link-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-24-0 .action-item-content .action-link .action-link-top:hover {
	transition: all .2s;
	border-bottom-color: #3e6fb7
}

.action-24-0 .action-item-content .action-link .action-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	font-size: 16px;
	line-height: 1.5
}

.action-24-0 .action-item-content .action-link i {
	float: right;
	color: #3e6fb7;
	font-size: 16px;
	line-height: 1.5
}

.action-24-0 .action-item-content .action-link .action-link-content {
	margin: 0 -3.5px;
	overflow: hidden;
	height: 50px
}

.action-24-0 .action-item-content .action-link .action-link-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.action-24-0 .action-item-content .action-link .action-link-content .action-link-item {
	padding: 0 3.5px;
	margin-bottom: 7px;
	width: calc((100% - 0px)/4);
	float: left
}

.action-24-0 .action-item-content .action-link .action-link-content .action-link-item a,
.action-24-0 .action-item-content .action-link .action-link-content .action-link-item span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	color: #000
}

.action-24-0 .action-item-content .action-link .action-link-content .action-link-item a:hover,
.action-24-0 .action-item-content .action-link .action-link-content .action-link-item span:hover {
	color: #3e6fb7
}

@media (min-width:480px) {
	.action-24-0 .action-item-content {
		margin: 0 -14px
	}

	.action-24-0 .action-item-content .action-link {
		padding: 14px 14px;
		width: calc((100% - 0px)/2);
		float: left
	}
}

@media (min-width:992px) {
	.action-24-0 {
		padding: 28px 0
	}

	.action-24-0 .action-item-top {
		margin-bottom: 0
	}

	.action-24-0 .action-item-content .action-link {
		width: calc((100% - 0px)/4)
	}
}

.action-25-0 .row {
	margin: 0 !important
}

.action-25-0 .action-item {
	padding: 0;
	box-shadow: 0px 6px 19px 1px rgba(153, 153, 153, 0.36);
	overflow: hidden
}

.action-25-0 .action-item a {
	display: block;
	transition: all .2s
}

.action-25-0 .action-item a:hover {
	transition: all .2s;
	transform: scale(1.1)
}

.action-25-0 .action-content {
	background-color: #fff;
	padding-top: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.action-25-0 .action-content.bg-media .action-title {
	color: #fff
}

.action-25-0 .action-content .action-body {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding: 0 7px
}

.action-25-0 .action-content .action-media {
	width: 60px;
	height: auto;
	padding-top: 0;
	margin: auto
}

.action-25-0 .action-content .action-media .media-img {
	padding-top: 100%;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.action-25-0 .action-content .action-title {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 14px;
	color: #333
}

@media (min-width:992px) {
	.action-25-0 {
		margin-bottom: 80px
	}

	.action-25-0 .action-item {
		width: 22.6%;
		position: relative
	}

	.action-25-0 .action-item .action-content .action-media {
		width: 80px
	}

	.action-25-0 .action-item .action-content .action-title {
		font-size: 18px;
		margin-top: 28px
	}

	.action-25-0 .action-item:first-child {
		width: 20%;
		z-index: 1;
		top: 14px
	}

	.action-25-0 .action-item:first-child .action-content {
		padding-top: 100%
	}

	.action-25-0 .action-item:first-child .action-content .action-media {
		width: 80px
	}

	.action-25-0 .action-item:first-child .action-content .action-title {
		font-size: 18px;
		margin-top: 28px
	}

	.action-25-0 .action-item:nth-child(2) {
		z-index: 2;
		margin-left: -2%;
		top: 80px
	}

	.action-25-0 .action-item:nth-child(3) {
		z-index: 3;
		margin-left: -2%
	}

	.action-25-0 .action-item:nth-child(4) {
		z-index: 4;
		margin-left: -2%;
		top: 50px
	}

	.action-25-0 .action-item:last-child {
		width: 20%;
		z-index: 5;
		margin-left: -2%
	}

	.action-25-0 .action-item:last-child .action-content {
		padding-top: 100%
	}

	.action-25-0 .action-content {
		padding-top: 90%
	}
}

.action-25-1 .row {
	margin: 0 !important
}

.action-25-1 .action-item {
	padding: 0;
	box-shadow: 0px 6px 19px 1px rgba(153, 153, 153, 0.36);
	overflow: hidden
}

.action-25-1 .action-item a {
	display: block;
	transition: all .2s
}

.action-25-1 .action-item a:hover {
	transition: all .2s;
	transform: scale(1.1)
}

.action-25-1 .action-content {
	background-color: #fff;
	padding-top: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.action-25-1 .action-content.bg-media .action-title {
	color: #fff
}

.action-25-1 .action-content .action-body {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding: 0 7px
}

.action-25-1 .action-content .action-media {
	width: 60px;
	height: auto;
	padding-top: 0;
	margin: auto
}

.action-25-1 .action-content .action-media .media-img {
	padding-top: 100%;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.action-25-1 .action-content .action-title {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 14px;
	color: #333
}

@media (min-width:992px) {
	.action-25-1 {
		margin-bottom: 80px
	}

	.action-25-1 .action-item {
		width: 22.6%;
		position: relative
	}

	.action-25-1 .action-item .action-content .action-media {
		width: 80px
	}

	.action-25-1 .action-item .action-content .action-title {
		font-size: 18px;
		margin-top: 28px
	}

	.action-25-1 .action-item:first-child {
		width: 20%;
		z-index: 1;
		top: 14px
	}

	.action-25-1 .action-item:first-child .action-content {
		padding-top: 100%
	}

	.action-25-1 .action-item:first-child .action-content .action-media {
		width: 80px
	}

	.action-25-1 .action-item:first-child .action-content .action-title {
		font-size: 18px;
		margin-top: 28px
	}

	.action-25-1 .action-item:nth-child(2) {
		z-index: 2;
		margin-left: -2%;
		top: 80px
	}

	.action-25-1 .action-item:nth-child(3) {
		z-index: 3;
		margin-left: -2%
	}

	.action-25-1 .action-item:nth-child(4) {
		z-index: 4;
		margin-left: -2%;
		top: 50px
	}

	.action-25-1 .action-item:last-child {
		width: 20%;
		z-index: 5;
		margin-left: -2%
	}

	.action-25-1 .action-item:last-child .action-content {
		padding-top: 100%
	}

	.action-25-1 .action-content {
		padding-top: 90%
	}
}

.action-25-1 .action-content.bg-media .action-link a {
	color: #fff
}

.action-25-1 .action-content.bg-media .action-link a:nth-child(2)::after {
	color: #fff
}

.action-25-1 .action-link {
	margin-top: 21px;
	text-align: center
}

.action-25-1 .action-link a {
	display: inline-block;
	position: relative;
	font-size: 14px
}

.action-25-1 .action-link a:nth-child(2) {
	margin-left: 28px
}

.action-25-1 .action-link a:nth-child(2)::after {
	content: "|";
	display: inline-block;
	position: absolute;
	left: -16.8px;
	top: -1px;
	height: 100%;
	width: 1px;
	color: #3e6fb7
}

.action-25-1 .action-link a:hover {
	transform: scale(1)
}

.action-26-0 {
	color: #fff
}

.action-26-0 a {
	color: #fff
}

.action-26-0 .action-item {
	padding: 0
}

.action-26-0 .action-content {
	padding-top: 72%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.action-26-0 .action-content.black {
	color: #000
}

.action-26-0 .action-content.black a {
	color: #000
}

.action-26-0 .action-content.black .action-title::after {
	background-color: #000
}

.action-26-0 .action-content.black .action-link a {
	border-color: #000
}

.action-26-0 .action-content.black .action-link a:hover {
	transition: all .2s;
	background-color: #000;
	border-color: #000;
	color: #fff
}

.action-26-0 .action-content .action-body {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%
}

.action-26-0 .action-content .action-title {
	font-size: 16px;
	line-height: 1.5
}

.action-26-0 .action-content .action-title::after {
	content: "";
	width: 26px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 7px auto 14px
}

.action-26-0 .action-content .action-link a {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 12px;
	line-height: 1.5;
	padding: 3.5px 10.5px;
	transition: all .2s
}

.action-26-0 .action-content .action-link a:hover {
	transition: all .2s;
	background-color: #fff;
	border-color: #fff;
	color: #3e6fb7
}

@media (min-width:992px) {
	.action-26-0 .action-content .action-title {
		font-size: 24px
	}

	.action-26-0 .action-content .action-title::after {
		margin: 30px auto 30px
	}

	.action-26-0 .action-content .action-link a {
		font-size: 14px;
		padding: 8.4px 21px
	}
}

.action-27-0 .action-item {
	text-align: center
}

.action-27-0 .action-item .action-media {
	margin-bottom: 28px;
	overflow: hidden
}

.action-27-0 .action-item .action-media a:hover .media-img {
	transition: all .2s;
	transform: scale(1.05)
}

.action-27-0 .action-item .action-media .media-img {
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 141%;
	transition: all .2s
}

.action-27-0 .action-item .action-title {
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	margin: 21px 0
}

.action-27-0 .action-item .action-title a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: inline-block
}

.action-27-0 .action-item .action-title a:hover {
	color: #3e6fb7
}

.action-27-0 .action-link {
	text-align: center;
	margin: 28px 0
}

.action-27-0 .action-link a {
	display: inline-block;
	font-size: 12px;
	color: #3e6fb7;
	border: 1px solid #3e6fb7;
	line-height: 1;
	padding: 14px;
	min-width: 124px;
	text-align: center;
	transition: all .2s
}

.action-27-0 .action-link a:hover {
	background-color: #3e6fb7;
	color: #fff
}

.action-28-0 {
	position: relative;
	padding: 14px 7px;
	overflow: hidden
}

@media screen and (min-width: 992px) {
	.action-28-0 {
		height: 100vh
	}
}

.action-28-0:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4))
}

.action-28-0 .action-body {
	position: relative
}

@media screen and (min-width: 992px) {
	.action-28-0 .action-body {
		position: absolute;
		width: 100%;
		bottom: 14px;
		max-height: calc(100% - 14px * 2)
	}
}

.action-28-0 .action-body .action-entrance {
	text-align: center
}

@media screen and (min-width: 992px) {
	.action-28-0 .action-body .action-entrance ul {
		border-bottom: 22px solid #3e6fb7;
		border-radius: 8px
	}
}

.action-28-0 .action-body .action-entrance ul li {
	margin-bottom: 14px;
	display: inline-block;
	border-radius: 8px
}

@media screen and (min-width: 992px) {
	.action-28-0 .action-body .action-entrance ul li {
		margin-bottom: 0;
		float: left;
		border-radius: 0px
	}

	.action-28-0 .action-body .action-entrance ul li:first-child a {
		border-bottom-left-radius: 8px;
		border-top-left-radius: 8px
	}

	.action-28-0 .action-body .action-entrance ul li:last-child a {
		border-bottom-right-radius: 8px;
		border-top-right-radius: 8px
	}
}

.action-28-0 .action-body .action-entrance ul li a {
	transition: background .3s;
	display: block;
	position: relative;
	padding: 60px 120px;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center
}

.action-28-0 .action-body .action-entrance ul li a:hover {
	background-color: #fff
}

.action-28-0 .action-body .action-entrance ul li a img {
	height: 80px
}

.action-28-0 .action-body .action-entrance ul li a .item-text {
	color: #616161;
	font-size: 1.28571429rem
}

.action-28-0 .action-body .action-entrance ul li a .item-text i {
	opacity: 0.7;
	margin-left: 5px;
	font-weight: 900
}

.action-28-0 .action-body .action-logo img {
	max-width: 100%
}

.action-28-0 .action-body .action-copyright {
	color: #eee;
	font-size: 1rem
}

@media screen and (min-width: 992px) {
	.action-28-0 .action-body .action-copyright {
		float: left
	}
}

.action-28-0 .action-body .action-copyright a {
	color: inherit
}

.action-28-0 .action-body .action-copyright a:hover {
	text-decoration: underline
}

.action-28-0 .action-body .action-copyright .emblem {
	width: 35px;
	height: auto
}

@media screen and (min-width: 992px) {
	.action-28-0 .action-body .action-cocial-account {
		float: right
	}
}

.action-28-0 .action-body .action-cocial-account li {
	margin-right: 14px;
	position: relative;
	color: #eee;
	cursor: pointer;
	line-height: 40px;
	height: 40px
}

@media screen and (min-width: 992px) {
	.action-28-0 .action-body .action-cocial-account li {
		margin-right: 28px
	}
}

.action-28-0 .action-body .action-cocial-account li .popover {
	border-radius: 6px;
	opacity: 0;
	z-index: -1;
	position: absolute;
	width: 140px;
	padding: 20px;
	background-color: #fff;
	bottom: 100%;
	margin-bottom: -10px
}

.action-28-0 .action-body .action-cocial-account li .popover:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.action-28-0 .action-body .action-cocial-account li:hover .popover {
	opacity: 1;
	z-index: 1;
	margin-bottom: 10px
}

.action-29-0 .row>[class*="col-"]:not(:nth-child(2n)) .action-item {
	border-right: 1px solid #c6c6c6
}

@media screen and (min-width: 992px) {
	.action-29-0 .row>[class*="col-"] :nth-child(3n) .action-item {
		border-right: none
	}

	.action-29-0 .row>[class*="col-"]:not(:nth-child(3n)) .action-item {
		border-right: 1px solid #c6c6c6
	}
}

@media screen and (min-width:1200px) {
	.action-29-0 .row>[class*="col-"] :nth-child(6n) .action-item {
		border-right: none
	}

	.action-29-0 .row>[class*="col-"]:not(:nth-child(6n)) .action-item {
		border-right: 1px solid #c6c6c6
	}
}

.action-29-0 .action-item {
	height: 100%
}

.action-29-0 .action-item:hover {
	background-color: rgba(62, 111, 183, 0.2)
}

.action-29-0 .action-item>a {
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center
}

@media screen and (min-width:1200px) {
	.action-30-0 {
		height: 180px
	}
}

.action-30-0 .action-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 17.5px;
	transition: all .3s;
	border-bottom: 1px solid #fff
}

@media screen and (min-width:1200px) {
	.action-30-0 .action-item {
		padding: 35px;
		height: 180px
	}
}

.action-30-0 .action-item .item-media {
	padding: 10.5px;
	border-radius: 24px;
	font-size: 40px;
	line-height: 1;
	background-color: #fff;
	color: #3e6fb7
}

@media screen and (min-width: 992px) {
	.action-30-0 .action-item .item-media {
		font-size: 64px
	}
}

.action-30-0 .action-item .item-title {
	font-size: 1.57142857rem;
	font-weight: bold
}

.action-30-0 .action-item .item-more {
	padding-left: 28px
}

@media screen and (min-width: 992px) {
	.action-30-0 .action-item .item-more {
		display: none
	}
}

@media screen and (min-width:1200px) {
	.action-30-0 .action-item .item-more {
		padding-left: 0;
		width: 100%;
		margin-top: 14px
	}
}

.action-30-0 .action-item:hover {
	background-color: #f2f2f2
}

@media screen and (min-width:1200px) {
	.action-30-0 .action-item:hover {
		height: 220px;
		margin-top: -40px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px
	}
}

.action-30-0 .action-item:hover .item-media {
	background-color: #3e6fb7;
	color: #fff
}

.action-30-0 .action-item:hover .item-title {
	color: #616161
}

@media screen and (min-width: 992px) {
	.action-30-0 .action-item:hover .item-more {
		display: block
	}
}

.action-30-0 .action-item:hover .item-more a {
	color: #3e6fb7
}

.action-30-0 .action-item:hover .item-more a:hover {
	text-decoration: underline
}

.action-31-0 {
	background-color: #e6f2fa;
	padding-top: 21px;
	padding-bottom: 21px
}

@media (min-width:1200px) {
	.action-31-0 {
		padding-top: 42px;
		padding-bottom: 42px
	}
}

.action-31-0 .action-body {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.action-31-0 .action-body .action-item {
	display: block;
	color: #595757;
	text-align: center
}

.action-31-0 .action-body .action-item:not(.separator):hover .item-icon .icon {
	transform: scale(1.05)
}

.action-31-0 .action-body .action-item:not(.separator):hover .item-title {
	text-decoration: underline;
	text-underline-offset: 3px
}

.action-31-0 .action-body .action-item.separator {
	display: none
}

@media (min-width:1200px) {
	.action-31-0 .action-body .action-item.separator {
		display: block;
		width: 2px;
		height: 100px;
		background-color: rgba(0, 129, 204, 0.2)
	}
}

.action-31-0 .action-body .action-item .item-icon {
	position: relative;
	line-height: 1;
	font-size: 52px;
	padding: 7px;
	width: 98px;
	height: 98px;
	display: flex;
	align-items: center;
	justify-content: center
}

.action-31-0 .action-body .action-item .item-icon:after,
.action-31-0 .action-body .action-item .item-icon:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 999px
}

.action-31-0 .action-body .action-item .item-icon:before {
	top: -6px;
	background-color: rgba(0, 129, 204, 0.4)
}

.action-31-0 .action-body .action-item .item-icon:after {
	background-color: #034ea2
}

.action-31-0 .action-body .action-item .item-icon .icon {
	transition: all .3s;
	position: relative;
	z-index: 1;
	color: #fff
}

.action-31-0 .action-body .action-item .item-title {
	margin-top: 7px;
	font-size: 16px
}

@media (min-width:1200px) {
	.action-31-0 .action-body .action-item .item-title {
		font-size: 18px
	}
}

.banner-1 {
	background-color: #3e6fb7;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.banner-1 .banner-title {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	padding: 14px 0;
	position: relative;
	z-index: 2
}

.banner-1 .media-img {
	position: absolute;
	left: 7px;
	top: 0;
	z-index: 1;
	width: 50px;
	background-size: 100%
}

@media (min-width:992px) {
	.banner-1 .banner-title {
		font-size: 30px;
		padding: 35px 0
	}

	.banner-1 .media-img {
		width: 100px
	}
}

.banner-2 {
	position: relative;
	background-color: #3e6fb7
}

.banner-2 .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.banner-2 .banner-content {
	min-height: 380px;
	position: relative;
	text-align: center;
	color: #fff;
	margin: auto
}

.banner-2 .banner-content .y-m {
	width: 100%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.banner-2 .banner-content .banner-title {
	font-size: 26px;
	margin-bottom: 14px;
	line-height: 1.5
}

.banner-2 .banner-content .banner-subtitle {
	font-size: 20px;
	margin-bottom: 14px;
	line-height: 1.5
}

.banner-2 .banner-content .banner-text {
	color: #fff;
	margin: 28px 0;
	line-height: 24px
}

.banner-2 .banner-content .banner-text p {
	color: #fff;
	line-height: inherit
}

.banner-2 .banner-content .banner-link {
	margin-top: 14px
}

.banner-2 .banner-content .banner-link a {
	font-size: 16px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 11.2px 25.2px
}

.banner-2 .banner-content .banner-link a:hover {
	background-color: #3e6fb7;
	border-color: #3e6fb7
}

@media (min-width:992px) {
	.banner-2 .banner-content {
		min-height: 560px;
		max-width: 70%
	}

	.banner-2 .banner-content .banner-title {
		font-size: 40px
	}

	.banner-2 .banner-content .banner-subtitle {
		font-size: 24px
	}

	.banner-2 .banner-content .banner-text {
		margin: 49px 0
	}
}

.main-menu-1-0 .nav-menu {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	position: relative;
	z-index: 99
}

.main-menu-1-0 .nav-menu>.menu-item {
	display: block;
	line-height: 1;
	padding: 16px 14px;
	position: relative;
	z-index: 9;
	min-height: 50px
}

@media (max-width:1300px) {
	.main-menu-1-0 .nav-menu>.menu-item {
		padding: 16px 7px;
		font-size: 18px
	}
}

@media (max-width:1200px) {
	.main-menu-1-0 .nav-menu>.menu-item {
		padding: 16px 7px;
		font-size: 14px
	}
}

@media (min-width:1470px) {
	.main-menu-1-0 .nav-menu>.menu-item {
		font-size: 20px;
		font-weight: bold;
		padding-left: 21px;
		padding-right: 21px
	}
}

@media (min-width:1920px) {
	.main-menu-1-0 .nav-menu>.menu-item {
		padding-left: 24.5px;
		padding-right: 24.5px
	}
}

.main-menu-1-0 .nav-menu>.menu-item .menu-toggle a,
.main-menu-1-0 .nav-menu>.menu-item>a,
.main-menu-1-0 .nav-menu>.menu-item i,
.main-menu-1-0 .nav-menu>.menu-item span {
	color: #000;
	font-family: "Microsoft YaHei", "微软雅黑", Montserrat, "Helvetica", "Lucida Grande", "Lucida Sans", STXihei, "华文细黑", sans-serif
}

.main-menu-1-0 .nav-menu>.menu-item:last-child .level-menu {
	right: 0;
	left: auto
}

.main-menu-1-0 .nav-menu>.menu-item.active,
.main-menu-1-0 .nav-menu>.menu-item:hover,
.main-menu-1-0 .nav-menu>.menu-item:focus {
	background-color: #fff;
	z-index: 999
}

.main-menu-1-0 .nav-menu>.menu-item.active .menu-toggle a,
.main-menu-1-0 .nav-menu>.menu-item:hover .menu-toggle a,
.main-menu-1-0 .nav-menu>.menu-item:focus .menu-toggle a,
.main-menu-1-0 .nav-menu>.menu-item.active a,
.main-menu-1-0 .nav-menu>.menu-item:hover a,
.main-menu-1-0 .nav-menu>.menu-item:focus a,
.main-menu-1-0 .nav-menu>.menu-item.active i,
.main-menu-1-0 .nav-menu>.menu-item:hover i,
.main-menu-1-0 .nav-menu>.menu-item:focus i,
.main-menu-1-0 .nav-menu>.menu-item.active span,
.main-menu-1-0 .nav-menu>.menu-item:hover span,
.main-menu-1-0 .nav-menu>.menu-item:focus span {
	color: #3e6fb7
}

@media (min-width:992px) and (max-width:1200px) {
	.main-menu-1-0 .nav-menu>.menu-item {
		padding-left: 9px;
		padding-right: 9px
	}
}

.main-menu-1-0 .nav-menu>.menu-item .level-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	overflow: visible;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin: 0;
	float: left;
	list-style: none;
	background-clip: padding-box;
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	min-width: 125%;
	z-index: 99
}

.main-menu-1-0 .nav-menu>.menu-item .level-menu .level-menu {
	min-width: 100%
}

@media (max-width:480px) {
	.main-menu-1-0 .nav-menu>.menu-item .level-menu {
		top: 100%;
		left: 0;
		z-index: 99;
		margin-top: -1px;
		margin-left: -1px;
		min-width: 100%;
		position: absolute;
		display: none
	}
}

.main-menu-1-0 .nav-menu>.menu-item .level-menu>li {
	display: block !important;
	border-top: 1px solid #c6c6c6;
	position: relative;
	width: 100%
}

.main-menu-1-0 .nav-menu>.menu-item .level-menu>li>a {
	color: #777;
	font-size: 14px;
	text-align: left;
	display: block;
	padding: 14px 14px;
	overflow: hidden;
	clear: both;
	font-weight: normal;
	white-space: nowrap
}

.main-menu-1-0 .nav-menu .menu-phone {
	padding: 16px 14px;
	background-color: #7fcd60;
	color: #fff;
	min-height: 50px;
	float: right
}

.main-menu-1-0 .nav-menu .menu-phone i {
	margin-right: 7px
}

.main-menu-1-0 .nav-menu .level-menu {
	display: none;
	background-color: #fff
}

.main-menu-1-0 .nav-menu .level-menu a {
	font-size: 16px;
	line-height: 1
}

.main-menu-1-0 .nav-menu .level-menu .active-item.active:not(.expanded) a {
	background-color: #f5f5f5
}

.main-menu-1-0 .nav-menu .level-menu .menu-item {
	position: relative;
	border-top: 1px solid #e5e5e5
}

.main-menu-1-0 .nav-menu .level-menu .menu-item>a {
	color: #333
}

.main-menu-1-0 .nav-menu .level-menu .menu-item>a.is-active,
.main-menu-1-0 .nav-menu .level-menu .menu-item>a:hover {
	background-color: #f5f5f5
}

.main-menu-1-0 .nav-menu .level-menu .menu-item:first-child {
	border-top: 0
}

.main-menu-1-0 .nav-menu .level-menu .menu-item .level-menu {
	position: absolute;
	left: 100%;
	top: 0
}

.main-menu-1-0 .nav-menu .open>.dropdown-menu {
	display: block
}

.main-menu-1-0 .menu-toggle {
	display: block
}

.main-menu-1-0 .menu-toggle i {
	position: relative;
	font-family: "davyin";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px dashed;
	border-top: 5px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.main-menu-1-0 .open .menu-toggle i {
	border-top: none;
	border-bottom: 5px dashed;
	border-bottom: 5px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	margin-bottom: 2px
}

.main-menu-1-0 .open>.dropdown-menu {
	display: block
}

.main-menu-1-0 .open>a {
	outline: 0
}

.main-menu-1-0.bg-color-primary .nav-menu>.menu-item .menu-toggle,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item .menu-toggle a,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item a,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item i {
	color: #fff
}

.main-menu-1-0.bg-color-primary .nav-menu>.menu-item .menu-toggle:hover,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item .menu-toggle a:hover,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item a:hover,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item i:hover {
	color: #3e6fb7
}

.main-menu-1-0.bg-color-primary .nav-menu>.menu-item.active,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:hover,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:focus {
	background-color: #fff
}

.main-menu-1-0.bg-color-primary .nav-menu>.menu-item.active .menu-toggle a,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:hover .menu-toggle a,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:focus .menu-toggle a,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item.active a,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:hover a,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:focus a,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item.active i,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:hover i,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:focus i,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item.active span,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:hover span,
.main-menu-1-0.bg-color-primary .nav-menu>.menu-item:focus span {
	color: #3e6fb7
}

.main-menu-1-0.main-menu-bg-light .nav-menu.menu>.menu-item .menu-toggle,
.main-menu-1-0.main-menu-bg-light .nav-menu.menu>.menu-item .menu-toggle a,
.main-menu-1-0.main-menu-bg-light .nav-menu.menu>.menu-item a,
.main-menu-1-0.main-menu-bg-light .nav-menu.menu>.menu-item i {
	color: #333
}

.main-menu-1-0.main-menu-bg-light .nav-menu.menu>.menu-item .menu-toggle:hover,
.main-menu-1-0.main-menu-bg-light .nav-menu.menu>.menu-item .menu-toggle a:hover,
.main-menu-1-0.main-menu-bg-light .nav-menu.menu>.menu-item a:hover,
.main-menu-1-0.main-menu-bg-light .nav-menu.menu>.menu-item i:hover {
	color: #3e6fb7
}

.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item.active .menu-toggle a,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item.active .menu-toggle i {
	color: #3e6fb7
}

.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle a,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item a,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item i {
	color: #333
}

.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle:hover,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle a:hover,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item a:hover,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item i:hover {
	color: #3e6fb7
}

.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item>a,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item>i,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle>a,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle>i {
	color: #fff
}

.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item:hover .menu-toggle>a,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item:hover .menu-toggle>i,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item:hover>a,
.main-menu-1-0.main-menu-bg-base .nav-menu.menu>.menu-item:hover>i {
	color: #3e6fb7
}

@media (max-width:992px) {
	.main-menu-1-0 {
		display: none
	}
}

.main-menu-1-1 .nav-menu {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	position: relative;
	z-index: 99
}

.main-menu-1-1 .nav-menu>.menu-item {
	display: block;
	line-height: 1;
	padding: 16px 14px;
	position: relative;
	z-index: 9;
	min-height: 50px
}

@media (max-width:1300px) {
	.main-menu-1-1 .nav-menu>.menu-item {
		padding: 16px 7px;
		font-size: 18px
	}
}

@media (max-width:1200px) {
	.main-menu-1-1 .nav-menu>.menu-item {
		padding: 16px 7px;
		font-size: 14px
	}
}

@media (min-width:1470px) {
	.main-menu-1-1 .nav-menu>.menu-item {
		font-size: 20px;
		font-weight: bold;
		padding-left: 21px;
		padding-right: 21px
	}
}

@media (min-width:1920px) {
	.main-menu-1-1 .nav-menu>.menu-item {
		padding-left: 24.5px;
		padding-right: 24.5px
	}
}

.main-menu-1-1 .nav-menu>.menu-item .menu-toggle a,
.main-menu-1-1 .nav-menu>.menu-item>a,
.main-menu-1-1 .nav-menu>.menu-item i,
.main-menu-1-1 .nav-menu>.menu-item span {
	color: #000;
	font-family: "Microsoft YaHei", "微软雅黑", Montserrat, "Helvetica", "Lucida Grande", "Lucida Sans", STXihei, "华文细黑", sans-serif
}

.main-menu-1-1 .nav-menu>.menu-item:last-child .level-menu {
	right: 0;
	left: auto
}

.main-menu-1-1 .nav-menu>.menu-item.active,
.main-menu-1-1 .nav-menu>.menu-item:hover,
.main-menu-1-1 .nav-menu>.menu-item:focus {
	background-color: #fff;
	z-index: 999
}

.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a,
.main-menu-1-1 .nav-menu>.menu-item:hover .menu-toggle a,
.main-menu-1-1 .nav-menu>.menu-item:focus .menu-toggle a,
.main-menu-1-1 .nav-menu>.menu-item.active a,
.main-menu-1-1 .nav-menu>.menu-item:hover a,
.main-menu-1-1 .nav-menu>.menu-item:focus a,
.main-menu-1-1 .nav-menu>.menu-item.active i,
.main-menu-1-1 .nav-menu>.menu-item:hover i,
.main-menu-1-1 .nav-menu>.menu-item:focus i,
.main-menu-1-1 .nav-menu>.menu-item.active span,
.main-menu-1-1 .nav-menu>.menu-item:hover span,
.main-menu-1-1 .nav-menu>.menu-item:focus span {
	color: #3e6fb7
}

@media (min-width:992px) and (max-width:1200px) {
	.main-menu-1-1 .nav-menu>.menu-item {
		padding-left: 9px;
		padding-right: 9px
	}
}

.main-menu-1-1 .nav-menu>.menu-item .level-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	overflow: visible;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin: 0;
	float: left;
	list-style: none;
	background-clip: padding-box;
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	min-width: 125%;
	z-index: 99
}

.main-menu-1-1 .nav-menu>.menu-item .level-menu .level-menu {
	min-width: 100%
}

@media (max-width:480px) {
	.main-menu-1-1 .nav-menu>.menu-item .level-menu {
		top: 100%;
		left: 0;
		z-index: 99;
		margin-top: -1px;
		margin-left: -1px;
		min-width: 100%;
		position: absolute;
		display: none
	}
}

.main-menu-1-1 .nav-menu>.menu-item .level-menu>li {
	display: block !important;
	border-top: 1px solid #c6c6c6;
	position: relative;
	width: 100%
}

.main-menu-1-1 .nav-menu>.menu-item .level-menu>li>a {
	color: #777;
	font-size: 14px;
	text-align: left;
	display: block;
	padding: 14px 14px;
	overflow: hidden;
	clear: both;
	font-weight: normal;
	white-space: nowrap
}

.main-menu-1-1 .nav-menu .menu-phone {
	padding: 16px 14px;
	background-color: #7fcd60;
	color: #fff;
	min-height: 50px;
	float: right
}

.main-menu-1-1 .nav-menu .menu-phone i {
	margin-right: 7px
}

.main-menu-1-1 .nav-menu .level-menu {
	display: none;
	background-color: #fff
}

.main-menu-1-1 .nav-menu .level-menu a {
	font-size: 16px;
	line-height: 1
}

.main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a {
	background-color: #f5f5f5
}

.main-menu-1-1 .nav-menu .level-menu .menu-item {
	position: relative;
	border-top: 1px solid #e5e5e5
}

.main-menu-1-1 .nav-menu .level-menu .menu-item>a {
	color: #333
}

.main-menu-1-1 .nav-menu .level-menu .menu-item>a.is-active,
.main-menu-1-1 .nav-menu .level-menu .menu-item>a:hover {
	background-color: #f5f5f5
}

.main-menu-1-1 .nav-menu .level-menu .menu-item:first-child {
	border-top: 0
}

.main-menu-1-1 .nav-menu .level-menu .menu-item .level-menu {
	position: absolute;
	left: 100%;
	top: 0
}

.main-menu-1-1 .nav-menu .open>.dropdown-menu {
	display: block
}

.main-menu-1-1 .menu-toggle {
	display: block
}

.main-menu-1-1 .menu-toggle i {
	position: relative;
	font-family: "davyin";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px dashed;
	border-top: 5px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.main-menu-1-1 .open .menu-toggle i {
	border-top: none;
	border-bottom: 5px dashed;
	border-bottom: 5px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	margin-bottom: 2px
}

.main-menu-1-1 .open>.dropdown-menu {
	display: block
}

.main-menu-1-1 .open>a {
	outline: 0
}

.main-menu-1-1.bg-color-primary .nav-menu>.menu-item .menu-toggle,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item .menu-toggle a,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item a,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item i {
	color: #fff
}

.main-menu-1-1.bg-color-primary .nav-menu>.menu-item .menu-toggle:hover,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item .menu-toggle a:hover,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item a:hover,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item i:hover {
	color: #3e6fb7
}

.main-menu-1-1.bg-color-primary .nav-menu>.menu-item.active,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:hover,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:focus {
	background-color: #fff
}

.main-menu-1-1.bg-color-primary .nav-menu>.menu-item.active .menu-toggle a,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:hover .menu-toggle a,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:focus .menu-toggle a,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item.active a,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:hover a,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:focus a,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item.active i,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:hover i,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:focus i,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item.active span,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:hover span,
.main-menu-1-1.bg-color-primary .nav-menu>.menu-item:focus span {
	color: #3e6fb7
}

.main-menu-1-1.main-menu-bg-light .nav-menu.menu>.menu-item .menu-toggle,
.main-menu-1-1.main-menu-bg-light .nav-menu.menu>.menu-item .menu-toggle a,
.main-menu-1-1.main-menu-bg-light .nav-menu.menu>.menu-item a,
.main-menu-1-1.main-menu-bg-light .nav-menu.menu>.menu-item i {
	color: #333
}

.main-menu-1-1.main-menu-bg-light .nav-menu.menu>.menu-item .menu-toggle:hover,
.main-menu-1-1.main-menu-bg-light .nav-menu.menu>.menu-item .menu-toggle a:hover,
.main-menu-1-1.main-menu-bg-light .nav-menu.menu>.menu-item a:hover,
.main-menu-1-1.main-menu-bg-light .nav-menu.menu>.menu-item i:hover {
	color: #3e6fb7
}

.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item.active .menu-toggle a,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item.active .menu-toggle i {
	color: #3e6fb7
}

.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle a,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item a,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item i {
	color: #333
}

.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle:hover,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle a:hover,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item a:hover,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item i:hover {
	color: #3e6fb7
}

.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item>a,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item>i,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle>a,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item .menu-toggle>i {
	color: #fff
}

.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item:hover .menu-toggle>a,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item:hover .menu-toggle>i,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item:hover>a,
.main-menu-1-1.main-menu-bg-base .nav-menu.menu>.menu-item:hover>i {
	color: #3e6fb7
}

@media (max-width:992px) {
	.main-menu-1-1 {
		display: none
	}
}

.main-menu-1-1 .nav-menu {
	min-height: 68px
}

.main-menu-1-1 .nav-menu>.menu-item {
	padding: 26px 14px
}

.main-menu-1-1 .nav-menu>.menu-item.active {
	background-color: transparent
}

.main-menu-1-1 .nav-menu>.menu-item:hover {
	background-color: #fff
}

.main-menu-1-1 .menu-code {
	float: right;
	max-height: 68px
}

.menu-2-0 {
	border-top: 1px solid #c6c6c6
}

.menu-2-0.bg-primary {
	border: none
}

.menu-2-0.bg-primary .menu>.menu-item a {
	color: #fff
}

.menu-2-0.bg-primary .menu>.menu-item.active,
.menu-2-0.bg-primary .menu>.menu-item:hover {
	background-color: #fff
}

.menu-2-0.bg-primary .menu>.menu-item.active>a::after,
.menu-2-0.bg-primary .menu>.menu-item:hover>a::after {
	display: none
}

.menu-2-0 .menu>.menu-item {
	position: initial;
	display: inline-block;
	vertical-align: middle
}

.menu-2-0 .menu>.menu-item.active>a,
.menu-2-0 .menu>.menu-item:hover>a {
	color: #3e6fb7
}

.menu-2-0 .menu>.menu-item.active>a::after,
.menu-2-0 .menu>.menu-item:hover>a::after {
	content: "";
	width: 80%;
	height: 2px;
	background-color: #3e6fb7;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.menu-2-0 .menu>.menu-item:hover .menu-child {
	transition: all .3s;
	transform: translateY(0);
	z-index: 9;
	opacity: 1
}

.menu-2-0 .menu>.menu-item:hover>a::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px 8px 0 8px;
	border-style: solid;
	border-color: #3e6fb7 transparent transparent;
	z-index: 99
}

.menu-2-0 .menu>.menu-item a {
	display: block;
	padding: 14px;
	font-size: 16px;
	line-height: 1;
	position: relative;
	color: #000
}

.menu-2-0 .menu>.menu-item .menu-child {
	width: 100%;
	min-width: initial;
	padding: 21px;
	transform: translateY(-20px);
	opacity: 0;
	z-index: -1;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
	margin: 0
}

.menu-2-0 .menu>.menu-item .menu-child .menu-item {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	border: none;
	color: #777;
	position: relative
}

.menu-2-0 .menu>.menu-item .menu-child .menu-item a.is-active,
.menu-2-0 .menu>.menu-item .menu-child .menu-item a:hover {
	color: #3e6fb7
}

.menu-2-0 .menu>.menu-item .menu-child .menu-item a.is-active::after,
.menu-2-0 .menu>.menu-item .menu-child .menu-item a:hover::after {
	content: "";
	width: 80%;
	height: 2px;
	background-color: #3e6fb7;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.menu-2-0 .menu>.menu-item .menu-child .menu-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%)
}

.menu-2-0 .menu>.menu-item .menu-child .menu-item:last-child::before {
	display: none
}

.menu-2-0 .menu>.menu-item .menu-child .menu-item a {
	color: #777
}

@media (max-width:992px) {
	.menu-2-0 {
		display: none
	}
}

.menu-3-0 {
	display: none
}

.menu-3-0 .menu.menu-desktop ul {
	padding-left: 0;
	margin-top: 0
}

.menu-3-0 .menu.menu-desktop li.menu-item {
	z-index: 9;
	position: relative
}

.menu-3-0 .menu.menu-desktop li.menu-item:hover {
	z-index: 10
}

.menu-3-0 .menu.menu-desktop li.menu-item:hover a,
.menu-3-0 .menu.menu-desktop li.menu-item:hover span {
	color: #fff
}

.menu-3-0 .menu.menu-desktop>li {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden
}

.menu-3-0 .menu.menu-desktop>li:hover {
	z-index: 10;
	background-color: rgba(62, 111, 183, 0.8);
	overflow: visible
}

.menu-3-0 .menu.menu-desktop>li:hover>a,
.menu-3-0 .menu.menu-desktop>li:hover>span {
	position: relative;
	z-index: 11;
	color: #fff
}

.menu-3-0 .menu.menu-desktop>li:hover .sub-menu-container {
	transition: all .3s;
	height: auto;
	transform: translateY(0px);
	opacity: 1;
	padding: 7px 0
}

.menu-3-0 .menu.menu-desktop>li.active {
	z-index: 10;
	background-color: rgba(62, 111, 183, 0.8)
}

.menu-3-0 .menu.menu-desktop>li.active>a,
.menu-3-0 .menu.menu-desktop>li.active>span {
	position: relative;
	z-index: 11;
	color: #fff
}

.menu-3-0 .menu.menu-desktop>li:nth-last-child(1) .sub-menu-container,
.menu-3-0 .menu.menu-desktop>li:nth-last-child(2) .sub-menu-container {
	left: auto;
	right: 0
}

.menu-3-0 .menu.menu-desktop>li:nth-last-child(1) .third-menu-container,
.menu-3-0 .menu.menu-desktop>li:nth-last-child(2) .third-menu-container {
	left: auto;
	right: 100%
}

.menu-3-0 .menu.menu-desktop>li>a,
.menu-3-0 .menu.menu-desktop>li>span {
	display: inline-block;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	padding: 14px;
	font-weight: bold
}

.menu-3-0 .menu.menu-desktop .sub-menu-container {
	min-width: calc(100% + (14px*2));
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	height: 0;
	overflow: hidden;
	display: block;
	background-color: rgba(62, 111, 183, 0.8);
	color: #fff;
	transition: all .3s;
	transform: translateY(-25px);
	opacity: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.menu-3-0 .menu.menu-desktop .sub-menu-container:hover {
	overflow: visible
}

.menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu a,
.menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu span {
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 14px;
	display: block;
	white-space: nowrap
}

.menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu li {
	border-bottom: 1px solid #fff
}

.menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu li:last-child {
	border-bottom: none
}

.menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu>li:hover {
	color: #3e6fb7;
	background-color: #fff;
	overflow: visible
}

.menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu>li:hover .third-menu-container {
	height: auto;
	transition: all .3s;
	transform: translateX(0);
	opacity: 1;
	min-width: 0
}

.menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu>li:hover a,
.menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu>li:hover span {
	color: #3e6fb7
}

.menu-3-0 .menu.menu-desktop .third-menu-container {
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	transform: translateX(-50px);
	opacity: 0;
	height: 0;
	overflow: hidden;
	width: auto;
	background-color: #fff;
	color: #3e6fb7;
	min-width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.menu-3-0 .menu.menu-desktop .third-menu-container:hover {
	overflow: visible
}

.menu-3-0 .menu.menu-desktop .third-menu-container .third-menu {
	display: block;
	width: 100%
}

.menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li {
	display: block;
	border-bottom-color: #3e6fb7
}

.menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li:hover {
	background-color: rgba(62, 111, 183, 0.8);
	color: #fff
}

.menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li:hover a,
.menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li:hover span {
	color: #fff
}

.menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li>a,
.menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li>span {
	white-space: nowrap;
	display: block;
	color: inherit;
	font-size: 14px;
	line-height: 1.5
}

@media (min-width:992px) {
	.menu-3-0 {
		display: block
	}
}

.header-top-1 {
	background-color: #f5f5f5;
	line-height: 20px;
	color: #171311
}

.header-top-1.bg-black {
	background-color: #6b798b;
	color: #fff
}

.header-top-1.bg-black .header-top-mobile {
	color: #fff
}

.header-top-1.bg-black .header-top-mobile i,
.header-top-1.bg-black .header-top-mobile a,
.header-top-1.bg-black .header-top-mobile p {
	color: #fff
}

.header-top-1.bg-black .header-top-mobile .header-top-translate {
	margin-right: 0
}

.header-top-1 .header-top-translate {
	font-size: 16px;
	padding: 14px 7px;
	margin-left: 14px;
	margin-right: 14px
}

.header-top-1 .header-top-translate li.is-active {
	display: none
}

.header-top-1 .header-top-translate a {
	color: inherit;
	display: block;
	width: 100%;
	line-height: 20px
}

.header-top-1 .inner {
	padding-top: 0;
	padding-bottom: 0
}

.header-top-1 .header-top-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-top-1 .header-top-content.header-top-pc {
	max-height: 46px;
	overflow: hidden
}

@media (max-width:992px) {
	.header-top-1 .header-top-content.header-top-pc {
		display: none
	}
}

.header-top-1 .header-top-content.header-top-pc .header-top-time,
.header-top-1 .header-top-content.header-top-pc .header-top-weather {
	margin: 0 14px
}

.header-top-1 .header-top-content.header-top-pc .header-top-time i,
.header-top-1 .header-top-content.header-top-pc .header-top-weather i {
	color: #3e6fb7;
	margin-right: 7px;
	font-size: 18px;
	vertical-align: middle
}

.header-top-1 .header-top-content.header-top-pc .header-top-time {
	margin-left: 0;
	color: #034ea2
}

.header-top-1 .header-top-content.header-top-pc .header-top-contact {
	margin-left: 14px;
	font-size: 16px;
	color: #034ea2;
	padding: 14px 7px
}

.header-top-1 .header-top-content.header-top-pc .header-top-contact i {
	margin-right: 7px
}

.header-top-1 .header-top-content.header-top-pc .header-top-search {
	font-size: 18px;
	padding: 14px 7px
}

.header-top-1 .header-top-content.header-top-pc .header-top-search a {
	padding: 0;
	color: inherit;
	display: block
}

.header-top-1 .header-top-mobile {
	padding: 7px 0
}

.header-top-1 .header-top-mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile {
		display: none
	}
}

.header-top-1 .header-top-mobile .header-top-item {
	float: left;
	color: #034ea2;
	font-size: 26px
}

.header-top-1 .header-top-mobile .header-top-item.header-top-phone {
	float: right;
	margin-top: 7px;
	font-size: 24px
}

.header-top-1 .header-top-mobile .header-top-item.header-top-search {
	float: right;
	margin: 0 14px;
	margin-top: 5.6px
}

.header-top-1 .header-top-mobile .header-top-item.header-top-logo {
	max-width: 50%;
	margin-left: 35px
}

.header-top-1 .header-top-mobile .header-top-item .menu-container {
	z-index: 99
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container {
		width: 200px;
		position: relative
	}
}

@media (min-width:1200px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container {
		width: 220px;
		height: 120px
	}
}

@media (min-width:1470px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container {
		width: 320px
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container.expanded {
	background-color: transparent;
	color: #3e6fb7
}

.header-top-1 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-menu {
	display: none
}

.header-top-1 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-close {
	display: inline-block
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .expand-toggle {
	padding: 7px;
	position: relative;
	background-color: transparent
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media (min-width:1200px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .expand-toggle a {
	display: inline-block;
	color: inherit
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
	font-size: 32px
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
		font-size: 16px;
		margin-right: 5px
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .expand-toggle i.icon-close {
	display: none
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
	display: none
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
		display: inline-block
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body {
	padding-bottom: 70px;
	display: none;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	border-right: 1px solid #c6c6c6;
	background-color: #3e6fb7;
	color: #fff;
	overflow: auto
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body a {
	color: #fff
}

@media (min-width:1200px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body {
		height: calc(100vh - 120px)
	}
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) {
		padding: 14px
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
	padding: 14px
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
		font-size: 16px
	}

	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded) {
		overflow: visible
	}

	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded)>.menu-child-container {
		transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 1;
		left: 100%;
		right: auto
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded {
	overflow: visible
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item {
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a,
.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	font-size: inherit
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a {
	color: inherit
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
	position: relative;
	display: none
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
		padding: 14px;
		position: absolute;
		display: block;
		top: 0;
		width: auto;
		opacity: 0;
		left: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		border-radius: 4px
	}

	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 100%;
		width: 0;
		height: 0;
		border-width: 12px 12px 12px 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container .menu-level-2 {
	display: none
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
	padding-right: 14px;
	padding-left: 14px
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child i {
	z-index: 99
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
		white-space: nowrap
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 100%
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
		float: none;
		display: inline-block
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #616161
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	margin-right: 7px;
	position: relative;
	display: block;
	color: #fff
}

@media only screen and (min-width:768px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:hover:before {
		transform: scaleX(1)
	}
}

@media (min-width:992px) {
	.header-top-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
		margin-top: 14px
	}
}

.header-top-1 #header-btns {
	background-color: transparent;
	padding: 7px
}

.header-top-1 #header-btns .hamburger-inner,
.header-top-1 #header-btns .hamburger-inner:after,
.header-top-1 #header-btns .hamburger-inner:before {
	background-color: #3e6fb7
}

@media (max-width:992px) {
	.header-top-1 {
		background-color: transparent
	}
}

@media (max-width:992px) {
	.header-top-box .inner.hidden-xs {
		display: none !important
	}
}

.header-top-box .header-top-banner {
	padding: 14px 0;
	position: relative
}

.header-top-box .header-top-banner:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-top-box .header-top-banner .header-top-logo {
	max-width: 60%;
	z-index: 9;
	position: relative
}

.header-top-box .header-top-banner .media-img {
	right: 0;
	width: 55%;
	background-size: 100%;
	position: absolute;
	top: 0;
	z-index: 1
}

.header-top-box .header-top-banner .header-top-code {
	margin-top: 7px
}

.header-top-box .header-bg-white .inner {
	padding-top: 0;
	padding-bottom: 0
}

.header-top-box .header-bg-white .header-top-banner {
	padding-top: 0;
	padding-bottom: 0
}

.header-top-box .header-bg-white .header-top-banner .header-top-logo img {
	padding: 14px 0;
	width: 80%
}

.header-top-box .header-bg-white.hidden-md .header-top-logo img {
	padding: 12px 0
}

.header-top-box .header-bg-white.hidden-md .media-img {
	width: 100%
}

@media (min-width:768px) {
	.header-top-box .header-bg-white.hidden-md {
		display: none
	}
}

.header-top-box .search-mobile-form {
	padding: 14px 0;
	display: none
}

.header-top-box .search-mobile-form .search-input {
	overflow: hidden
}

.header-top-box .search-mobile-form .search-input input {
	height: 37px;
	padding: 14px 7px
}

.header-top-box .search-mobile-form button {
	background-color: #3e6fb7;
	padding: 10.5px 21px
}

.header-2-0 {
	background-color: #f5f5f5;
	line-height: 20px;
	color: #171311;
	background-color: transparent
}

.header-2-0.bg-black {
	background-color: #6b798b;
	color: #fff
}

.header-2-0.bg-black .header-top-mobile {
	color: #fff
}

.header-2-0.bg-black .header-top-mobile i,
.header-2-0.bg-black .header-top-mobile a,
.header-2-0.bg-black .header-top-mobile p {
	color: #fff
}

.header-2-0.bg-black .header-top-mobile .header-top-translate {
	margin-right: 0
}

.header-2-0 .header-top-translate {
	font-size: 16px;
	padding: 14px 7px;
	margin-left: 14px;
	margin-right: 14px
}

.header-2-0 .header-top-translate li.is-active {
	display: none
}

.header-2-0 .header-top-translate a {
	color: inherit;
	display: block;
	width: 100%;
	line-height: 20px
}

.header-2-0 .inner {
	padding-top: 0;
	padding-bottom: 0
}

.header-2-0 .header-top-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-2-0 .header-top-content.header-top-pc {
	max-height: 46px;
	overflow: hidden
}

@media (max-width:992px) {
	.header-2-0 .header-top-content.header-top-pc {
		display: none
	}
}

.header-2-0 .header-top-content.header-top-pc .header-top-time,
.header-2-0 .header-top-content.header-top-pc .header-top-weather {
	margin: 0 14px
}

.header-2-0 .header-top-content.header-top-pc .header-top-time i,
.header-2-0 .header-top-content.header-top-pc .header-top-weather i {
	color: #3e6fb7;
	margin-right: 7px;
	font-size: 18px;
	vertical-align: middle
}

.header-2-0 .header-top-content.header-top-pc .header-top-time {
	margin-left: 0;
	color: #034ea2
}

.header-2-0 .header-top-content.header-top-pc .header-top-contact {
	margin-left: 14px;
	font-size: 16px;
	color: #034ea2;
	padding: 14px 7px
}

.header-2-0 .header-top-content.header-top-pc .header-top-contact i {
	margin-right: 7px
}

.header-2-0 .header-top-content.header-top-pc .header-top-search {
	font-size: 18px;
	padding: 14px 7px
}

.header-2-0 .header-top-content.header-top-pc .header-top-search a {
	padding: 0;
	color: inherit;
	display: block
}

.header-2-0 .header-top-mobile {
	padding: 7px 0
}

.header-2-0 .header-top-mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile {
		display: none
	}
}

.header-2-0 .header-top-mobile .header-top-item {
	float: left;
	color: #3e6fb7;
	font-size: 26px
}

.header-2-0 .header-top-mobile .header-top-item.header-top-phone {
	float: right;
	margin-top: 7px;
	font-size: 24px
}

.header-2-0 .header-top-mobile .header-top-item.header-top-search {
	float: right;
	margin: 0 14px;
	margin-top: 5.6px
}

.header-2-0 .header-top-mobile .header-top-item.header-top-logo {
	max-width: 50%;
	margin-left: 35px
}

.header-2-0 .header-top-mobile .header-top-item .menu-container {
	z-index: 99
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container {
		width: 200px;
		position: relative
	}
}

@media (min-width:1200px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container {
		width: 220px;
		height: 120px
	}
}

@media (min-width:1470px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container {
		width: 320px
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container.expanded {
	background-color: transparent;
	color: #3e6fb7
}

.header-2-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-menu {
	display: none
}

.header-2-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-close {
	display: inline-block
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
	padding: 7px;
	position: relative;
	background-color: transparent
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media (min-width:1200px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .expand-toggle a {
	display: inline-block;
	color: inherit
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
	font-size: 32px
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
		font-size: 16px;
		margin-right: 5px
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i.icon-close {
	display: none
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
	display: none
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
		display: inline-block
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body {
	padding-bottom: 70px;
	display: none;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	border-right: 1px solid #c6c6c6;
	background-color: #3e6fb7;
	color: #fff;
	overflow: auto
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body a {
	color: #fff
}

@media (min-width:1200px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body {
		height: calc(100vh - 120px)
	}
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) {
		padding: 14px
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
	padding: 14px
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
		font-size: 16px
	}

	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded) {
		overflow: visible
	}

	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded)>.menu-child-container {
		transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 1;
		left: 100%;
		right: auto
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded {
	overflow: visible
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item {
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a,
.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	font-size: inherit
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a {
	color: inherit
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
	position: relative;
	display: none
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
		padding: 14px;
		position: absolute;
		display: block;
		top: 0;
		width: auto;
		opacity: 0;
		left: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		border-radius: 4px
	}

	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 100%;
		width: 0;
		height: 0;
		border-width: 12px 12px 12px 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container .menu-level-2 {
	display: none
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
	padding-right: 14px;
	padding-left: 14px
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child i {
	z-index: 99
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
		white-space: nowrap
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 100%
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
		float: none;
		display: inline-block
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #616161
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	margin-right: 7px;
	position: relative;
	display: block;
	color: #fff
}

@media only screen and (min-width:768px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:hover:before {
		transform: scaleX(1)
	}
}

@media (min-width:992px) {
	.header-2-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
		margin-top: 14px
	}
}

.header-2-0 #header-btns {
	background-color: transparent;
	padding: 7px
}

.header-2-0 #header-btns .hamburger-inner,
.header-2-0 #header-btns .hamburger-inner:after,
.header-2-0 #header-btns .hamburger-inner:before {
	background-color: #3e6fb7
}

@media (max-width:992px) {
	.header-2-0 {
		background-color: transparent
	}
}

.header-2-0 .header-top-box-top {
	background-color: #3e6fb7;
	position: relative
}

.header-2-0 .header-top-box-top .search-mobile-form {
	width: 60%;
	margin: auto
}

.header-2-0 .header-top-box-top .search-mobile-form .search-input {
	width: 100%;
	position: relative;
	border-radius: 20px
}

.header-2-0 .header-top-box-top .search-mobile-form .search-input button {
	position: absolute;
	right: 0;
	top: 0;
	color: #3e6fb7;
	background-color: transparent;
	border: none;
	z-index: 2;
	border-radius: 20px
}

.header-2-0 .header-top-box-top .search-mobile-form .search-input input {
	padding-right: 65px;
	padding-left: 14px;
	border-radius: 20px
}

.header-2-0 .header-top-box-top .search-mobile-form-translate {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3
}

.header-2-0 .header-top-box-top .search-mobile-form-translate a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 7px 14px
}

.header-2-0 .header-top-banner .header-top-banner-logo {
	display: table-cell;
	vertical-align: middle;
	width: 35%
}

.header-2-0 .header-top-banner .header-top-banner-right {
	display: none;
	vertical-align: middle;
	text-align: right
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-banner-item a {
	color: #777
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-banner-item:last-child::before {
	display: none
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #000;
	text-align: left
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-banner-item .icon {
	color: #777
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-search {
	font-size: 22px;
	margin-top: -5px
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-search a {
	color: #3e6fb7
}

.header-2-0 .header-top-banner .header-top-banner-right .header-top-search .icon {
	color: #3e6fb7
}

@media (min-width:992px) {
	.header-2-0 .header-top-banner .header-top-banner-right {
		display: table-cell
	}

	.header-2-0 .search-mobile-form-translate {
		display: none
	}
}

@media (max-width:992px) {
	.header-2-0 .search-mobile-form {
		display: block
	}

	.header-2-0 .header-top-banner .header-top-banner-logo {
		width: 70%
	}

	.header-2-0 .header-top-mobile {
		display: table-cell;
		vertical-align: middle
	}

	.header-2-0 .header-top-mobile .header-top-btns {
		float: right
	}

	.header-2-0 .header-top-mobile .header-top-btns .menu-body {
		margin-top: 14px
	}
}

.header-3-0 {
	background-color: #fff;
	color: #3e6fb7;
	z-index: 10
}

@media screen and (min-width: 992px) {
	.header-3-0 {
		padding-top: 14px
	}
}

@media screen and (min-width: 1200px) {
	.header-3-0 {
		padding-top: 28px
	}
}

.header-3-0>.sticky-wrapper {
	text-align: center;
	border-bottom: 1px solid #c6c6c6;
	position: relative
}

.header-3-0 .header-body {
	display: inline-block;
	text-align: left
}

@media (max-width:991px) {
	.header-3-0 .header-body {
		display: block
	}
}

.header-3-0 .header-body .logo {
	display: inline-block;
	margin-right: 14px;
	vertical-align: middle
}

@media (max-width:991px) {
	.header-3-0 .header-body .logo {
		text-align: center;
		display: block;
		padding-right: 14px;
		padding-left: 14px;
		overflow: hidden
	}
}

.header-3-0 .header-body .logo img {
	max-height: 40px
}

@media (max-width:991px) {
	.header-3-0 .header-body .logo img {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.header-3-0 .header-body .menu-desktop {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: -10px
}

.header-3-0 .header-body .menu-desktop .menu-item {
	display: inline-block;
	letter-spacing: normal
}

.header-3-0 .header-body .menu-desktop .menu-item:not(.item-child) {
	white-space: normal;
	padding-left: 7px;
	padding-right: 7px
}

@media screen and (min-width: 1470px) {
	.header-3-0 .header-body .menu-desktop .menu-item:not(.item-child) {
		padding-right: 14px;
		padding-left: 14px
	}
}

.header-3-0 .header-body .menu-desktop .menu-item:not(.item-child).active>a,
.header-3-0 .header-body .menu-desktop .menu-item:not(.item-child):hover>a {
	color: #3e6fb7
}

.header-3-0 .header-body .menu-desktop .menu-item:not(.item-child).active>a:after,
.header-3-0 .header-body .menu-desktop .menu-item:not(.item-child):hover>a:after {
	left: 0;
	right: 0
}

.header-3-0 .header-body .menu-desktop .menu-item:not(.item-child)>a {
	position: relative;
	line-height: 60px;
	color: #616161;
	display: block;
	font-weight: bold
}

.header-3-0 .header-body .menu-desktop .menu-item:not(.item-child)>a:after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	bottom: 0;
	left: 50%;
	right: 50%;
	background-color: #3e6fb7
}

.header-3-0 .header-body .menu-desktop .menu-item:not(.item-child):hover>.menu-child {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	z-index: 10;
	opacity: 1;
	transform: translateY(0)
}

.header-3-0 .header-body .menu-desktop .menu-item.item-child:not(:last-child) {
	margin-right: 21px
}

.header-3-0 .header-body .menu-desktop .menu-item.item-child.active>a,
.header-3-0 .header-body .menu-desktop .menu-item.item-child:hover>a {
	color: #3e6fb7
}

.header-3-0 .header-body .menu-desktop .menu-item.item-child.active>a:before,
.header-3-0 .header-body .menu-desktop .menu-item.item-child:hover>a:before {
	background-color: #3e6fb7
}

.header-3-0 .header-body .menu-desktop .menu-item.item-child>a {
	color: #616161;
	position: relative;
	line-height: 50px
}

.header-3-0 .header-body .menu-desktop .menu-item.item-child>a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	left: -10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #616161
}

.header-3-0 .header-body .menu-desktop .menu-child {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	transform: translateY(-20px);
	white-space: nowrap;
	letter-spacing: -10px;
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5)
}

.header-3-0 .header-body .search {
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle
}

.header-3-0 .header-body .search .btn {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	background-color: #91aeda;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	padding: 0;
	margin-left: -15px;
	z-index: 1;
	position: relative
}

.header-3-0 .header-body .search .btn:focus {
	outline: none
}

.header-3-0 .header-body .search .btn>i {
	line-height: 30px;
	top: 0
}

.header-3-0 .header-body .search .btn:hover {
	background-color: #3e6fb7
}

.header-3-0 .header-body .search form {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.header-3-0 .header-body .search form input {
	height: 30px;
	line-height: 30px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 0 14px;
	margin: 0;
	background-color: #f2f2f2;
	border: none
}

.header-3-0 .header-body .search form input:focus {
	background-color: #fafafa
}

.header-3-0 .header-body .language {
	display: inline-block;
	vertical-align: middle
}

.header-3-0 .header-body .language a {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	background-color: #91aeda
}

.header-3-0 .header-body .language a:hover {
	background-color: #3e6fb7
}

.header-3-0 .header-body .menu-mobile-container {
	display: inline-block;
	vertical-align: middle
}

.header-3-0 .header-body .menu-mobile-container label {
	margin: 0;
	height: 100%;
	width: calc(40px + 14px * 2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer
}

.header-3-0 .header-body .menu-mobile-container .menu-mobile-toggle {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: relative;
	display: inline-block;
	font-family: "davyin";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 14px;
	font-size: 30px;
	width: 30px;
	height: 30px
}

.header-3-0 .header-body .menu-mobile-container .menu-mobile-toggle:before {
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	position: absolute;
	content: "\e602"
}

.header-3-0 .header-body .menu-mobile-container .menu-mobile-toggle:after {
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	position: absolute;
	content: "\e61e";
	opacity: 0
}

.header-3-0 .header-body .menu-mobile-container input:checked~.menu-mobile-toggle:before {
	opacity: 0
}

.header-3-0 .header-body .menu-mobile-container input:checked~.menu-mobile-toggle:after {
	opacity: 1
}

.header-3-0 .header-body .menu-mobile-container input:checked~.menu-mobile {
	opacity: 1;
	z-index: 1
}

.header-3-0 .header-body .menu-mobile-container .menu-mobile {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	background: #fff;
	top: 100%;
	opacity: 0;
	z-index: -1
}

.header-3-0 .header-body .menu-mobile {
	padding-bottom: 70px;
	height: calc(100vh - 100%);
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: #3e6fb7;
	color: #fff;
	z-index: 99
}

.header-3-0 .header-body .menu-mobile .menu {
	padding-top: 14px;
	padding-bottom: 14px
}

.header-3-0 .header-body .menu-mobile .menu .menu-item {
	line-height: 20px;
	padding-right: 14px;
	padding-left: 14px
}

.header-3-0 .header-body .menu-mobile .menu .menu-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-3-0 .header-body .menu-mobile .menu .menu-item.expanded>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.header-3-0 .header-body .menu-mobile .menu .menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	padding: 7px;
	margin-left: 14px;
	line-height: inherit;
	color: inherit;
	font-size: inherit
}

.header-3-0 .header-body .menu-mobile .menu .menu-item>a {
	overflow: hidden;
	margin-right: 14px;
	color: inherit;
	line-height: inherit;
	font-size: inherit
}

.header-3-0 .header-body .menu-mobile .menu>.menu-item {
	font-size: 14px;
	text-align: left;
	display: block;
	border-bottom: 1px solid #c6c6c6
}

.header-3-0 .header-body .menu-mobile .menu>.menu-item>a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px
}

.header-3-0 .header-body .menu-mobile .menu .sub-menu-container {
	display: none
}

.header-3-0 .header-body .menu-mobile .menu .sub-menu>.menu-item {
	display: block;
	font-size: 13px
}

.header-3-0 .header-body .menu-mobile .menu .sub-menu>.menu-item>a:not(.title) {
	display: inline-block;
	margin-bottom: 7px
}

.header-3-0 .header-body .menu-mobile .menu .sub-menu>.menu-item .title {
	text-transform: uppercase;
	display: block;
	margin-bottom: 7px;
	margin-right: 0
}

.header-3-0 .header-body .menu-mobile .back-to-home,
.header-3-0 .header-body .menu-mobile #block-languageswitcher {
	padding-right: 14px;
	padding-left: 14px
}

.header-3-0 .header-body .menu-mobile .back-to-home i,
.header-3-0 .header-body .menu-mobile #block-languageswitcher i,
.header-3-0 .header-body .menu-mobile .back-to-home a,
.header-3-0 .header-body .menu-mobile #block-languageswitcher a {
	color: inherit;
	font-size: 13px
}

.header-3-0 .header-body .menu-mobile .back-to-home i,
.header-3-0 .header-body .menu-mobile #block-languageswitcher i {
	margin-right: 7px
}

.header-3-0 .header-body .menu-mobile .second-menu-mobile {
	margin-left: 14px;
	margin-right: 14px
}

.header-3-0 .header-body .menu-mobile .second-menu-mobile li a {
	color: inherit
}

.header-3-0 .header-body .menu-mobile-toggle a {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	font-size: 36px;
	line-height: 60px;
	color: inherit;
	opacity: 0.7
}

.header-3-0 .header-body .menu-mobile-toggle a:hover {
	opacity: 1
}

.header-3-0 .header-body .menu-mobile-toggle a.hamburger {
	padding: 0
}

.header-3-0 .header-body .menu-mobile-toggle.expanded a:not(.hamburger) {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotateZ(45deg)
}

.header-3-0 .header-body .menu-mobile-toggle.expanded a.hamburger--collapse .hamburger-inner {
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.header-3-0 .header-body .menu-mobile-toggle.expanded a.hamburger--collapse .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(-90deg)
}

.header-3-0 .header-body .menu-mobile-toggle.expanded a.hamburger--collapse .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}

.header-3-0 .header-body .menu-mobile-toggle .hamburger.hamburger--collapse .hamburger-inner,
.header-3-0 .header-body .menu-mobile-toggle .hamburger.hamburger--collapse .hamburger-inner:after,
.header-3-0 .header-body .menu-mobile-toggle .hamburger.hamburger--collapse .hamburger-inner:before {
	background-color: #3e6fb7
}

.header-3-0 .header-body .search-mobile-toggle a {
	font-size: 36px;
	line-height: 60px;
	color: inherit
}

.header-3-0 ul,
.header-3-0 ol {
	margin: 0;
	padding: 0
}

.header-3-0 ul>li,
.header-3-0 ol>li {
	margin-bottom: 0
}

.header-4-0 {
	background-color: #f5f5f5;
	line-height: 20px;
	color: #171311;
	background-color: transparent
}

.header-4-0.bg-black {
	background-color: #6b798b;
	color: #fff
}

.header-4-0.bg-black .header-top-mobile {
	color: #fff
}

.header-4-0.bg-black .header-top-mobile i,
.header-4-0.bg-black .header-top-mobile a,
.header-4-0.bg-black .header-top-mobile p {
	color: #fff
}

.header-4-0.bg-black .header-top-mobile .header-top-translate {
	margin-right: 0
}

.header-4-0 .header-top-translate {
	font-size: 16px;
	padding: 14px 7px;
	margin-left: 14px;
	margin-right: 14px
}

.header-4-0 .header-top-translate li.is-active {
	display: none
}

.header-4-0 .header-top-translate a {
	color: inherit;
	display: block;
	width: 100%;
	line-height: 20px
}

.header-4-0 .inner {
	padding-top: 0;
	padding-bottom: 0
}

.header-4-0 .header-top-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-4-0 .header-top-content.header-top-pc {
	max-height: 46px;
	overflow: hidden
}

@media (max-width:992px) {
	.header-4-0 .header-top-content.header-top-pc {
		display: none
	}
}

.header-4-0 .header-top-content.header-top-pc .header-top-time,
.header-4-0 .header-top-content.header-top-pc .header-top-weather {
	margin: 0 14px
}

.header-4-0 .header-top-content.header-top-pc .header-top-time i,
.header-4-0 .header-top-content.header-top-pc .header-top-weather i {
	color: #3e6fb7;
	margin-right: 7px;
	font-size: 18px;
	vertical-align: middle
}

.header-4-0 .header-top-content.header-top-pc .header-top-time {
	margin-left: 0;
	color: #034ea2
}

.header-4-0 .header-top-content.header-top-pc .header-top-contact {
	margin-left: 14px;
	font-size: 16px;
	color: #034ea2;
	padding: 14px 7px
}

.header-4-0 .header-top-content.header-top-pc .header-top-contact i {
	margin-right: 7px
}

.header-4-0 .header-top-content.header-top-pc .header-top-search {
	font-size: 18px;
	padding: 14px 7px
}

.header-4-0 .header-top-content.header-top-pc .header-top-search a {
	padding: 0;
	color: inherit;
	display: block
}

.header-4-0 .header-top-mobile {
	padding: 7px 0
}

.header-4-0 .header-top-mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile {
		display: none
	}
}

.header-4-0 .header-top-mobile .header-top-item {
	float: left;
	color: #3e6fb7;
	font-size: 26px
}

.header-4-0 .header-top-mobile .header-top-item.header-top-phone {
	float: right;
	margin-top: 7px;
	font-size: 24px
}

.header-4-0 .header-top-mobile .header-top-item.header-top-search {
	float: right;
	margin: 0 14px;
	margin-top: 5.6px
}

.header-4-0 .header-top-mobile .header-top-item.header-top-logo {
	max-width: 50%;
	margin-left: 35px
}

.header-4-0 .header-top-mobile .header-top-item .menu-container {
	z-index: 99
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container {
		width: 200px;
		position: relative
	}
}

@media (min-width:1200px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container {
		width: 220px;
		height: 120px
	}
}

@media (min-width:1470px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container {
		width: 320px
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container.expanded {
	background-color: transparent;
	color: #3e6fb7
}

.header-4-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-menu {
	display: none
}

.header-4-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-close {
	display: inline-block
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
	padding: 7px;
	position: relative;
	background-color: transparent
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media (min-width:1200px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .expand-toggle a {
	display: inline-block;
	color: inherit
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
	font-size: 32px
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
		font-size: 16px;
		margin-right: 5px
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i.icon-close {
	display: none
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
	display: none
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
		display: inline-block
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body {
	padding-bottom: 70px;
	display: none;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	border-right: 1px solid #c6c6c6;
	background-color: #3e6fb7;
	color: #fff;
	overflow: auto
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body a {
	color: #fff
}

@media (min-width:1200px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body {
		height: calc(100vh - 120px)
	}
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) {
		padding: 14px
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
	padding: 14px
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
		font-size: 16px
	}

	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded) {
		overflow: visible
	}

	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded)>.menu-child-container {
		transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 1;
		left: 100%;
		right: auto
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded {
	overflow: visible
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item {
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a,
.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	font-size: inherit
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a {
	color: inherit
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
	position: relative;
	display: none
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
		padding: 14px;
		position: absolute;
		display: block;
		top: 0;
		width: auto;
		opacity: 0;
		left: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		border-radius: 4px
	}

	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 100%;
		width: 0;
		height: 0;
		border-width: 12px 12px 12px 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container .menu-level-2 {
	display: none
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
	padding-right: 14px;
	padding-left: 14px
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child i {
	z-index: 99
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
		white-space: nowrap
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 100%
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
		float: none;
		display: inline-block
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #616161
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	margin-right: 7px;
	position: relative;
	display: block;
	color: #fff
}

@media only screen and (min-width:768px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:hover:before {
		transform: scaleX(1)
	}
}

@media (min-width:992px) {
	.header-4-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
		margin-top: 14px
	}
}

.header-4-0 #header-btns {
	background-color: transparent;
	padding: 7px
}

.header-4-0 #header-btns .hamburger-inner,
.header-4-0 #header-btns .hamburger-inner:after,
.header-4-0 #header-btns .hamburger-inner:before {
	background-color: #3e6fb7
}

@media (max-width:992px) {
	.header-4-0 {
		background-color: transparent
	}
}

.header-4-0 .header-top-box-top {
	background-color: #3e6fb7;
	position: relative
}

.header-4-0 .header-top-box-top .search-mobile-form {
	width: 60%;
	margin: auto
}

.header-4-0 .header-top-box-top .search-mobile-form .search-input {
	width: 100%;
	position: relative;
	border-radius: 20px
}

.header-4-0 .header-top-box-top .search-mobile-form .search-input button {
	position: absolute;
	right: 0;
	top: 0;
	color: #3e6fb7;
	background-color: transparent;
	border: none;
	z-index: 2;
	border-radius: 20px
}

.header-4-0 .header-top-box-top .search-mobile-form .search-input input {
	padding-right: 65px;
	padding-left: 14px;
	border-radius: 20px
}

.header-4-0 .header-top-box-top .search-mobile-form-translate {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3
}

.header-4-0 .header-top-box-top .search-mobile-form-translate a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 7px 14px
}

.header-4-0 .header-top-banner .header-top-banner-logo {
	display: table-cell;
	vertical-align: middle;
	width: 35%
}

.header-4-0 .header-top-banner .header-top-banner-right {
	display: none;
	vertical-align: middle;
	text-align: right
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-banner-item a {
	color: #777
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-banner-item:last-child::before {
	display: none
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #000;
	text-align: left
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-banner-item .icon {
	color: #777
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-search {
	font-size: 22px;
	margin-top: -5px
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-search a {
	color: #3e6fb7
}

.header-4-0 .header-top-banner .header-top-banner-right .header-top-search .icon {
	color: #3e6fb7
}

@media (min-width:992px) {
	.header-4-0 .header-top-banner .header-top-banner-right {
		display: table-cell
	}

	.header-4-0 .search-mobile-form-translate {
		display: none
	}
}

@media (max-width:992px) {
	.header-4-0 .search-mobile-form {
		display: block
	}

	.header-4-0 .header-top-banner .header-top-banner-logo {
		width: 70%
	}

	.header-4-0 .header-top-mobile {
		display: table-cell;
		vertical-align: middle
	}

	.header-4-0 .header-top-mobile .header-top-btns {
		float: right
	}

	.header-4-0 .header-top-mobile .header-top-btns .menu-body {
		margin-top: 14px
	}
}

.header-4-0 .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-4-0 .header-top-banner-item a {
	color: #3e6fb7
}

.header-4-0 .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-4-0 .header-top-banner-item:last-child::before {
	display: none
}

.header-4-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #3e6fb7;
	text-align: left
}

.header-4-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-4-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-4-0 .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-4-0 .header-top-banner-item .icon {
	color: #3e6fb7
}

.header-4-0 .header-top-left {
	padding-top: 7px;
	color: #777
}

.header-4-0 .header-top-left .header-top-search .icon-search {
	top: -1px
}

.header-4-0 .header-top-left i {
	color: #fff;
	background-color: #777;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	position: relative;
	font-size: 12px;
	vertical-align: top;
	margin-top: -1.5px;
	margin-right: 3.5px
}

.header-4-0 .header-top-left i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -1px
}

.header-4-0 .header-top-left span {
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: inherit;
	vertical-align: middle
}

.header-4-0 .header-top {
	padding: 7px 0;
	display: none
}

.header-4-0 .header-top.bg-primary .header-top-banner-item {
	padding: 7px 10px
}

.header-4-0 .header-top.bg-primary .header-top-banner-item::before {
	display: none
}

.header-4-0 .header-top.bg-primary .header-top-banner-item a,
.header-4-0 .header-top.bg-primary .header-top-banner-item i {
	color: #fff
}

.header-4-0 .header-content {
	padding: 14px 0
}

.header-4-0 .header-content .header-logo {
	float: left;
	position: relative;
	z-index: 9;
	max-width: 80%
}

.header-4-0 .header-content .header-logo img {
	height: auto;
	width: 100%
}

@media (min-width:992px) {
	.header-4-0 .header-content .header-logo {
		max-width: initial
	}

	.header-4-0 .header-content .header-logo img {
		height: 60px;
		width: auto
	}
}

.header-4-0 .header-content .menu-3-0 {
	text-align: right;
	padding-top: 7px
}

@media (min-width:992px) {
	.header-4-0 .header-top {
		display: block
	}

	.header-4-0 .header-content {
		padding: 28px 0
	}
}

@media (min-width:992px) and (max-width:1320px) {
	.header-4-0 .header-content {
		padding: 14px 0;
		padding-top: 28px
	}

	.header-4-0 .header-content .header-logo {
		width: 100%;
		margin-bottom: 7px
	}

	.header-4-0 .header-content .header-logo img {
		height: 50px
	}
}

@media (min-width:1320px) and (max-width:1600px) {

	.header-4-0 .menu-3-0 .menu.menu-desktop>li>a,
	.header-4-0 .menu-3-0 .menu.menu-desktop>li span {
		padding: 14px 7px
	}
}

@media (max-width:992px) {
	.header-4-0 .header-top-mobile {
		display: block
	}
}

.header-5-0 {
	background-color: #f5f5f5;
	line-height: 20px;
	color: #171311;
	background-color: transparent
}

.header-5-0.bg-black {
	background-color: #6b798b;
	color: #fff
}

.header-5-0.bg-black .header-top-mobile {
	color: #fff
}

.header-5-0.bg-black .header-top-mobile i,
.header-5-0.bg-black .header-top-mobile a,
.header-5-0.bg-black .header-top-mobile p {
	color: #fff
}

.header-5-0.bg-black .header-top-mobile .header-top-translate {
	margin-right: 0
}

.header-5-0 .header-top-translate {
	font-size: 16px;
	padding: 14px 7px;
	margin-left: 14px;
	margin-right: 14px
}

.header-5-0 .header-top-translate li.is-active {
	display: none
}

.header-5-0 .header-top-translate a {
	color: inherit;
	display: block;
	width: 100%;
	line-height: 20px
}

.header-5-0 .inner {
	padding-top: 0;
	padding-bottom: 0
}

.header-5-0 .header-top-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-5-0 .header-top-content.header-top-pc {
	max-height: 46px;
	overflow: hidden
}

@media (max-width:992px) {
	.header-5-0 .header-top-content.header-top-pc {
		display: none
	}
}

.header-5-0 .header-top-content.header-top-pc .header-top-time,
.header-5-0 .header-top-content.header-top-pc .header-top-weather {
	margin: 0 14px
}

.header-5-0 .header-top-content.header-top-pc .header-top-time i,
.header-5-0 .header-top-content.header-top-pc .header-top-weather i {
	color: #3e6fb7;
	margin-right: 7px;
	font-size: 18px;
	vertical-align: middle
}

.header-5-0 .header-top-content.header-top-pc .header-top-time {
	margin-left: 0;
	color: #034ea2
}

.header-5-0 .header-top-content.header-top-pc .header-top-contact {
	margin-left: 14px;
	font-size: 16px;
	color: #034ea2;
	padding: 14px 7px
}

.header-5-0 .header-top-content.header-top-pc .header-top-contact i {
	margin-right: 7px
}

.header-5-0 .header-top-content.header-top-pc .header-top-search {
	font-size: 18px;
	padding: 14px 7px
}

.header-5-0 .header-top-content.header-top-pc .header-top-search a {
	padding: 0;
	color: inherit;
	display: block
}

.header-5-0 .header-top-mobile {
	padding: 7px 0
}

.header-5-0 .header-top-mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile {
		display: none
	}
}

.header-5-0 .header-top-mobile .header-top-item {
	float: left;
	color: #3e6fb7;
	font-size: 26px
}

.header-5-0 .header-top-mobile .header-top-item.header-top-phone {
	float: right;
	margin-top: 7px;
	font-size: 24px
}

.header-5-0 .header-top-mobile .header-top-item.header-top-search {
	float: right;
	margin: 0 14px;
	margin-top: 5.6px
}

.header-5-0 .header-top-mobile .header-top-item.header-top-logo {
	max-width: 50%;
	margin-left: 35px
}

.header-5-0 .header-top-mobile .header-top-item .menu-container {
	z-index: 99
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container {
		width: 200px;
		position: relative
	}
}

@media (min-width:1200px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container {
		width: 220px;
		height: 120px
	}
}

@media (min-width:1470px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container {
		width: 320px
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container.expanded {
	background-color: transparent;
	color: #3e6fb7
}

.header-5-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-menu {
	display: none
}

.header-5-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-close {
	display: inline-block
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
	padding: 7px;
	position: relative;
	background-color: transparent
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media (min-width:1200px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .expand-toggle a {
	display: inline-block;
	color: inherit
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
	font-size: 32px
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
		font-size: 16px;
		margin-right: 5px
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i.icon-close {
	display: none
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
	display: none
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
		display: inline-block
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body {
	padding-bottom: 70px;
	display: none;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	border-right: 1px solid #c6c6c6;
	background-color: #3e6fb7;
	color: #fff;
	overflow: auto
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body a {
	color: #fff
}

@media (min-width:1200px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body {
		height: calc(100vh - 120px)
	}
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) {
		padding: 14px
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
	padding: 14px
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
		font-size: 16px
	}

	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded) {
		overflow: visible
	}

	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded)>.menu-child-container {
		transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 1;
		left: 100%;
		right: auto
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded {
	overflow: visible
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item {
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a,
.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	font-size: inherit
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a {
	color: inherit
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
	position: relative;
	display: none
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
		padding: 14px;
		position: absolute;
		display: block;
		top: 0;
		width: auto;
		opacity: 0;
		left: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		border-radius: 4px
	}

	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 100%;
		width: 0;
		height: 0;
		border-width: 12px 12px 12px 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container .menu-level-2 {
	display: none
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
	padding-right: 14px;
	padding-left: 14px
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child i {
	z-index: 99
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
		white-space: nowrap
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 100%
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
		float: none;
		display: inline-block
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #616161
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	margin-right: 7px;
	position: relative;
	display: block;
	color: #fff
}

@media only screen and (min-width:768px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:hover:before {
		transform: scaleX(1)
	}
}

@media (min-width:992px) {
	.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
		margin-top: 14px
	}
}

.header-5-0 #header-btns {
	background-color: transparent;
	padding: 7px
}

.header-5-0 #header-btns .hamburger-inner,
.header-5-0 #header-btns .hamburger-inner:after,
.header-5-0 #header-btns .hamburger-inner:before {
	background-color: #3e6fb7
}

@media (max-width:992px) {
	.header-5-0 {
		background-color: transparent
	}
}

.header-5-0 .header-top-box-top {
	background-color: #3e6fb7;
	position: relative
}

.header-5-0 .header-top-box-top .search-mobile-form {
	width: 60%;
	margin: auto
}

.header-5-0 .header-top-box-top .search-mobile-form .search-input {
	width: 100%;
	position: relative;
	border-radius: 20px
}

.header-5-0 .header-top-box-top .search-mobile-form .search-input button {
	position: absolute;
	right: 0;
	top: 0;
	color: #3e6fb7;
	background-color: transparent;
	border: none;
	z-index: 2;
	border-radius: 20px
}

.header-5-0 .header-top-box-top .search-mobile-form .search-input input {
	padding-right: 65px;
	padding-left: 14px;
	border-radius: 20px
}

.header-5-0 .header-top-box-top .search-mobile-form-translate {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3
}

.header-5-0 .header-top-box-top .search-mobile-form-translate a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 7px 14px
}

.header-5-0 .header-top-banner .header-top-banner-logo {
	display: table-cell;
	vertical-align: middle;
	width: 35%
}

.header-5-0 .header-top-banner .header-top-banner-right {
	display: none;
	vertical-align: middle;
	text-align: right
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-banner-item a {
	color: #777
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-banner-item:last-child::before {
	display: none
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #000;
	text-align: left
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-banner-item .icon {
	color: #777
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-search {
	font-size: 22px;
	margin-top: -5px
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-search a {
	color: #3e6fb7
}

.header-5-0 .header-top-banner .header-top-banner-right .header-top-search .icon {
	color: #3e6fb7
}

@media (min-width:992px) {
	.header-5-0 .header-top-banner .header-top-banner-right {
		display: table-cell
	}

	.header-5-0 .search-mobile-form-translate {
		display: none
	}
}

@media (max-width:992px) {
	.header-5-0 .search-mobile-form {
		display: block
	}

	.header-5-0 .header-top-banner .header-top-banner-logo {
		width: 70%
	}

	.header-5-0 .header-top-mobile {
		display: table-cell;
		vertical-align: middle
	}

	.header-5-0 .header-top-mobile .header-top-btns {
		float: right
	}

	.header-5-0 .header-top-mobile .header-top-btns .menu-body {
		margin-top: 14px
	}
}

.header-5-0 .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-5-0 .header-top-banner-item a {
	color: #3e6fb7
}

.header-5-0 .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-5-0 .header-top-banner-item:last-child::before {
	display: none
}

.header-5-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #3e6fb7;
	text-align: left
}

.header-5-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-5-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-5-0 .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-5-0 .header-top-banner-item .icon {
	color: #3e6fb7
}

.header-5-0 .header-top-left {
	padding-top: 7px;
	color: #777
}

.header-5-0 .header-top-left .header-top-search .icon-search {
	top: -1px
}

.header-5-0 .header-top-left i {
	color: #fff;
	background-color: #777;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	position: relative;
	font-size: 12px;
	vertical-align: top;
	margin-top: -1.5px;
	margin-right: 3.5px
}

.header-5-0 .header-top-left i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -1px
}

.header-5-0 .header-top-left span {
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: inherit;
	vertical-align: middle
}

.header-5-0 .header-top {
	padding: 7px 0;
	display: none
}

.header-5-0 .header-top.bg-primary .header-top-banner-item {
	padding: 7px 10px
}

.header-5-0 .header-top.bg-primary .header-top-banner-item::before {
	display: none
}

.header-5-0 .header-top.bg-primary .header-top-banner-item a,
.header-5-0 .header-top.bg-primary .header-top-banner-item i {
	color: #fff
}

.header-5-0 .header-content {
	padding: 14px 0
}

.header-5-0 .header-content .header-logo {
	float: left;
	position: relative;
	z-index: 9;
	max-width: 80%
}

.header-5-0 .header-content .header-logo img {
	height: auto;
	width: 100%
}

@media (min-width:992px) {
	.header-5-0 .header-content .header-logo {
		max-width: initial
	}

	.header-5-0 .header-content .header-logo img {
		height: 60px;
		width: auto
	}
}

.header-5-0 .header-content .menu-3-0 {
	text-align: right;
	padding-top: 7px
}

@media (min-width:992px) {
	.header-5-0 .header-top {
		display: block
	}

	.header-5-0 .header-content {
		padding: 28px 0
	}
}

@media (min-width:992px) and (max-width:1320px) {
	.header-5-0 .header-content {
		padding: 14px 0;
		padding-top: 28px
	}

	.header-5-0 .header-content .header-logo {
		width: 100%;
		margin-bottom: 7px
	}

	.header-5-0 .header-content .header-logo img {
		height: 50px
	}
}

@media (min-width:1320px) and (max-width:1600px) {

	.header-5-0 .menu-3-0 .menu.menu-desktop>li>a,
	.header-5-0 .menu-3-0 .menu.menu-desktop>li span {
		padding: 14px 7px
	}
}

@media (max-width:992px) {
	.header-5-0 .header-top-mobile {
		display: block
	}
}

.header-5-0 .header-top-box-top {
	background-color: #101a29
}

.header-5-0 .header-top-box-top .search-mobile-form .search-input button {
	color: #101a29
}

.header-5-0 .header-top-mobile .header-top-item {
	color: #101a29
}

.header-5-0 .header-top-mobile .header-top-item .menu-container.expanded {
	color: #101a29
}

.header-5-0 .header-top-mobile .header-top-item .menu-container .menu-body {
	background-color: #101a29
}

.header-5-0 .header-search {
	float: right;
	position: relative;
	z-index: 9;
	margin-left: 28px;
	height: 60px;
	display: none
}

.header-5-0 .header-search a {
	display: inline-block;
	background-color: #101a29;
	color: #fff;
	padding: 10.5px 21px;
	border-radius: 20px;
	text-align: center;
	position: relative;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: 1px solid #101a29
}

.header-5-0 .header-search a:hover {
	background-color: transparent;
	color: #101a29
}

.header-5-0 .header-search a i {
	margin-left: 7px;
	font-size: 11px;
	top: -1px
}

.header-5-0 .menu-3-0 .menu.menu-desktop>li:hover,
.header-5-0 .menu-3-0 .menu.menu-desktop>li.active {
	background-color: rgba(16, 26, 41, 0.8)
}

.header-5-0 .menu-3-0 .menu.menu-desktop .sub-menu-container {
	background-color: rgba(16, 26, 41, 0.8)
}

.header-5-0 .menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu>li:hover {
	color: #101a29
}

.header-5-0 .menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu>li:hover a,
.header-5-0 .menu-3-0 .menu.menu-desktop .sub-menu-container .sub-menu>li:hover span {
	color: #101a29
}

.header-5-0 .menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li {
	border-bottom-color: #101a29
}

.header-5-0 .menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li:hover {
	background-color: rgba(16, 26, 41, 0.8);
	color: #fff
}

.header-5-0 .menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li:hover a,
.header-5-0 .menu-3-0 .menu.menu-desktop .third-menu-container .third-menu>li:hover span {
	color: #fff
}

@media (min-width:992px) {
	.header-5-0 .header-search {
		display: block
	}
}

.header-6-0 {
	background-color: #f5f5f5;
	line-height: 20px;
	color: #171311;
	background-color: transparent
}

.header-6-0.bg-black {
	background-color: #6b798b;
	color: #fff
}

.header-6-0.bg-black .header-top-mobile {
	color: #fff
}

.header-6-0.bg-black .header-top-mobile i,
.header-6-0.bg-black .header-top-mobile a,
.header-6-0.bg-black .header-top-mobile p {
	color: #fff
}

.header-6-0.bg-black .header-top-mobile .header-top-translate {
	margin-right: 0
}

.header-6-0 .header-top-translate {
	font-size: 16px;
	padding: 14px 7px;
	margin-left: 14px;
	margin-right: 14px
}

.header-6-0 .header-top-translate li.is-active {
	display: none
}

.header-6-0 .header-top-translate a {
	color: inherit;
	display: block;
	width: 100%;
	line-height: 20px
}

.header-6-0 .inner {
	padding-top: 0;
	padding-bottom: 0
}

.header-6-0 .header-top-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-6-0 .header-top-content.header-top-pc {
	max-height: 46px;
	overflow: hidden
}

@media (max-width:992px) {
	.header-6-0 .header-top-content.header-top-pc {
		display: none
	}
}

.header-6-0 .header-top-content.header-top-pc .header-top-time,
.header-6-0 .header-top-content.header-top-pc .header-top-weather {
	margin: 0 14px
}

.header-6-0 .header-top-content.header-top-pc .header-top-time i,
.header-6-0 .header-top-content.header-top-pc .header-top-weather i {
	color: #3e6fb7;
	margin-right: 7px;
	font-size: 18px;
	vertical-align: middle
}

.header-6-0 .header-top-content.header-top-pc .header-top-time {
	margin-left: 0;
	color: #034ea2
}

.header-6-0 .header-top-content.header-top-pc .header-top-contact {
	margin-left: 14px;
	font-size: 16px;
	color: #034ea2;
	padding: 14px 7px
}

.header-6-0 .header-top-content.header-top-pc .header-top-contact i {
	margin-right: 7px
}

.header-6-0 .header-top-content.header-top-pc .header-top-search {
	font-size: 18px;
	padding: 14px 7px
}

.header-6-0 .header-top-content.header-top-pc .header-top-search a {
	padding: 0;
	color: inherit;
	display: block
}

.header-6-0 .header-top-mobile {
	padding: 7px 0
}

.header-6-0 .header-top-mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile {
		display: none
	}
}

.header-6-0 .header-top-mobile .header-top-item {
	float: left;
	color: #3e6fb7;
	font-size: 26px
}

.header-6-0 .header-top-mobile .header-top-item.header-top-phone {
	float: right;
	margin-top: 7px;
	font-size: 24px
}

.header-6-0 .header-top-mobile .header-top-item.header-top-search {
	float: right;
	margin: 0 14px;
	margin-top: 5.6px
}

.header-6-0 .header-top-mobile .header-top-item.header-top-logo {
	max-width: 50%;
	margin-left: 35px
}

.header-6-0 .header-top-mobile .header-top-item .menu-container {
	z-index: 99
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container {
		width: 200px;
		position: relative
	}
}

@media (min-width:1200px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container {
		width: 220px;
		height: 120px
	}
}

@media (min-width:1470px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container {
		width: 320px
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container.expanded {
	background-color: transparent;
	color: #3e6fb7
}

.header-6-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-menu {
	display: none
}

.header-6-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-close {
	display: inline-block
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
	padding: 7px;
	position: relative;
	background-color: transparent
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media (min-width:1200px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .expand-toggle a {
	display: inline-block;
	color: inherit
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
	font-size: 32px
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
		font-size: 16px;
		margin-right: 5px
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i.icon-close {
	display: none
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
	display: none
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
		display: inline-block
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body {
	padding-bottom: 70px;
	display: none;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	border-right: 1px solid #c6c6c6;
	background-color: #3e6fb7;
	color: #fff;
	overflow: auto
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body a {
	color: #fff
}

@media (min-width:1200px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body {
		height: calc(100vh - 120px)
	}
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) {
		padding: 14px
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
	padding: 14px
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
		font-size: 16px
	}

	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded) {
		overflow: visible
	}

	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded)>.menu-child-container {
		transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 1;
		left: 100%;
		right: auto
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded {
	overflow: visible
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item {
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a,
.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	font-size: inherit
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a {
	color: inherit
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
	position: relative;
	display: none
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
		padding: 14px;
		position: absolute;
		display: block;
		top: 0;
		width: auto;
		opacity: 0;
		left: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		border-radius: 4px
	}

	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 100%;
		width: 0;
		height: 0;
		border-width: 12px 12px 12px 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container .menu-level-2 {
	display: none
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
	padding-right: 14px;
	padding-left: 14px
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child i {
	z-index: 99
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
		white-space: nowrap
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 100%
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
		float: none;
		display: inline-block
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #616161
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	margin-right: 7px;
	position: relative;
	display: block;
	color: #fff
}

@media only screen and (min-width:768px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:hover:before {
		transform: scaleX(1)
	}
}

@media (min-width:992px) {
	.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
		margin-top: 14px
	}
}

.header-6-0 #header-btns {
	background-color: transparent;
	padding: 7px
}

.header-6-0 #header-btns .hamburger-inner,
.header-6-0 #header-btns .hamburger-inner:after,
.header-6-0 #header-btns .hamburger-inner:before {
	background-color: #3e6fb7
}

@media (max-width:992px) {
	.header-6-0 {
		background-color: transparent
	}
}

.header-6-0 .header-top-box-top {
	background-color: #3e6fb7;
	position: relative
}

.header-6-0 .header-top-box-top .search-mobile-form {
	width: 60%;
	margin: auto
}

.header-6-0 .header-top-box-top .search-mobile-form .search-input {
	width: 100%;
	position: relative;
	border-radius: 20px
}

.header-6-0 .header-top-box-top .search-mobile-form .search-input button {
	position: absolute;
	right: 0;
	top: 0;
	color: #3e6fb7;
	background-color: transparent;
	border: none;
	z-index: 2;
	border-radius: 20px
}

.header-6-0 .header-top-box-top .search-mobile-form .search-input input {
	padding-right: 65px;
	padding-left: 14px;
	border-radius: 20px
}

.header-6-0 .header-top-box-top .search-mobile-form-translate {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3
}

.header-6-0 .header-top-box-top .search-mobile-form-translate a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 7px 14px
}

.header-6-0 .header-top-banner .header-top-banner-logo {
	display: table-cell;
	vertical-align: middle;
	width: 35%
}

.header-6-0 .header-top-banner .header-top-banner-right {
	display: none;
	vertical-align: middle;
	text-align: right
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-banner-item a {
	color: #777
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-banner-item:last-child::before {
	display: none
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #000;
	text-align: left
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-banner-item .icon {
	color: #777
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-search {
	font-size: 22px;
	margin-top: -5px
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-search a {
	color: #3e6fb7
}

.header-6-0 .header-top-banner .header-top-banner-right .header-top-search .icon {
	color: #3e6fb7
}

@media (min-width:992px) {
	.header-6-0 .header-top-banner .header-top-banner-right {
		display: table-cell
	}

	.header-6-0 .search-mobile-form-translate {
		display: none
	}
}

@media (max-width:992px) {
	.header-6-0 .search-mobile-form {
		display: block
	}

	.header-6-0 .header-top-banner .header-top-banner-logo {
		width: 70%
	}

	.header-6-0 .header-top-mobile {
		display: table-cell;
		vertical-align: middle
	}

	.header-6-0 .header-top-mobile .header-top-btns {
		float: right
	}

	.header-6-0 .header-top-mobile .header-top-btns .menu-body {
		margin-top: 14px
	}
}

.header-6-0 .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-6-0 .header-top-banner-item a {
	color: #3e6fb7
}

.header-6-0 .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-6-0 .header-top-banner-item:last-child::before {
	display: none
}

.header-6-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #3e6fb7;
	text-align: left
}

.header-6-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-6-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-6-0 .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-6-0 .header-top-banner-item .icon {
	color: #3e6fb7
}

.header-6-0 .header-top-left {
	padding-top: 7px;
	color: #777
}

.header-6-0 .header-top-left .header-top-search .icon-search {
	top: -1px
}

.header-6-0 .header-top-left i {
	color: #fff;
	background-color: #777;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	position: relative;
	font-size: 12px;
	vertical-align: top;
	margin-top: -1.5px;
	margin-right: 3.5px
}

.header-6-0 .header-top-left i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -1px
}

.header-6-0 .header-top-left span {
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: inherit;
	vertical-align: middle
}

.header-6-0 .header-top {
	padding: 7px 0;
	display: none
}

.header-6-0 .header-top.bg-primary .header-top-banner-item {
	padding: 7px 10px
}

.header-6-0 .header-top.bg-primary .header-top-banner-item::before {
	display: none
}

.header-6-0 .header-top.bg-primary .header-top-banner-item a,
.header-6-0 .header-top.bg-primary .header-top-banner-item i {
	color: #fff
}

.header-6-0 .header-content {
	padding: 14px 0
}

.header-6-0 .header-content .header-logo {
	float: left;
	position: relative;
	z-index: 9;
	max-width: 80%
}

.header-6-0 .header-content .header-logo img {
	height: auto;
	width: 100%
}

@media (min-width:992px) {
	.header-6-0 .header-content .header-logo {
		max-width: initial
	}

	.header-6-0 .header-content .header-logo img {
		height: 60px;
		width: auto
	}
}

.header-6-0 .header-content .menu-3-0 {
	text-align: right;
	padding-top: 7px
}

@media (min-width:992px) {
	.header-6-0 .header-top {
		display: block
	}

	.header-6-0 .header-content {
		padding: 28px 0
	}
}

@media (min-width:992px) and (max-width:1320px) {
	.header-6-0 .header-content {
		padding: 14px 0;
		padding-top: 28px
	}

	.header-6-0 .header-content .header-logo {
		width: 100%;
		margin-bottom: 7px
	}

	.header-6-0 .header-content .header-logo img {
		height: 50px
	}
}

@media (min-width:1320px) and (max-width:1600px) {

	.header-6-0 .menu-3-0 .menu.menu-desktop>li>a,
	.header-6-0 .menu-3-0 .menu.menu-desktop>li span {
		padding: 14px 7px
	}
}

@media (max-width:992px) {
	.header-6-0 .header-top-mobile {
		display: block
	}
}

.header-6-0 .header-top {
	background-color: #3e6fb7
}

.header-6-0 .header-top .header-top-banner-item iframe {
	display: inline-block;
	vertical-align: middle
}

.header-6-0 .header-top .header-top-banner-item::before {
	background-color: #fff
}

.header-6-0 .header-top .header-top-banner-item span {
	font-size: 14px
}

.header-6-0 .header-top .header-top-banner-item a,
.header-6-0 .header-top .header-top-banner-item .icon {
	color: #fff
}

.header-6-0 .header-top .header-top-banner-item a:hover,
.header-6-0 .header-top .header-top-banner-item .icon:hover,
.header-6-0 .header-top .header-top-banner-item a.active,
.header-6-0 .header-top .header-top-banner-item .icon.active {
	color: #eac958
}

.header-6-0 .header-content {
	padding: 14px 0
}

.header-6-0 .header-content.inside-c-tb {
	padding-top: 0;
	padding-bottom: 0
}

.header-6-0 .header-content .menu-3-0 .menu.menu-desktop>li.menu-item.active>a {
	color: #fff
}

.header-6-0 .header-content .menu-3-0 .menu.menu-desktop>li.menu-item.active:hover>a {
	color: #fff
}

.header-6-0 .header-content .menu-3-0 .menu.menu-desktop>li>a,
.header-6-0 .header-content .menu-3-0 .menu.menu-desktop>li>span {
	font-weight: normal
}

@media (min-width:992px) {
	.header-6-0 .header-top-box-top {
		background-color: #f2f2f2
	}

	.header-6-0 .header-content .header-logo {
		background-color: #fff;
		padding: 14px 21px;
		margin-top: -66px;
		height: 100px;
		box-shadow: 0 0 20px -10px #000;
		width: auto
	}

	.header-6-0 .header-content .header-logo .header-logo-media {
		position: relative;
		top: 50%;
		transform: translateY(-50%)
	}

	.header-6-0 .header-content .menu-3-0 {
		padding-top: 40px
	}
}

@media (min-width:1320px) {
	.header-6-0 .header-content .header-logo {
		height: 130px
	}

	.header-6-0 .header-content .header-logo img {
		height: auto;
		width: 100%
	}

	.header-6-0 .header-content .menu-3-0 {
		padding-top: 0;
		padding-left: 400px
	}
}

.header-6-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	display: inline-block
}

.header-6-1 {
	background-color: #f5f5f5;
	line-height: 20px;
	color: #171311;
	background-color: transparent
}

@media (min-width:992px) {
	.header-6-1 {
		background-color: white
	}
}

.header-6-1.bg-black {
	background-color: #6b798b;
	color: #fff
}

.header-6-1.bg-black .header-top-mobile {
	color: #fff
}

.header-6-1.bg-black .header-top-mobile i,
.header-6-1.bg-black .header-top-mobile a,
.header-6-1.bg-black .header-top-mobile p {
	color: #fff
}

.header-6-1.bg-black .header-top-mobile .header-top-translate {
	margin-right: 0
}

.header-6-1 .header-top-translate {
	font-size: 16px;
	padding: 14px 7px;
	margin-left: 14px;
	margin-right: 14px
}

.header-6-1 .header-top-translate li.is-active {
	display: none
}

.header-6-1 .header-top-translate a {
	color: inherit;
	display: block;
	width: 100%;
	line-height: 20px
}

.header-6-1 .inner {
	padding-top: 0;
	padding-bottom: 0
}

.header-6-1 .header-top-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-6-1 .header-top-content.header-top-pc {
	max-height: 46px;
	overflow: hidden
}

@media (max-width:992px) {
	.header-6-1 .header-top-content.header-top-pc {
		display: none
	}
}

.header-6-1 .header-top-content.header-top-pc .header-top-time,
.header-6-1 .header-top-content.header-top-pc .header-top-weather {
	margin: 0 14px
}

.header-6-1 .header-top-content.header-top-pc .header-top-time i,
.header-6-1 .header-top-content.header-top-pc .header-top-weather i {
	color: #3e6fb7;
	margin-right: 7px;
	font-size: 18px;
	vertical-align: middle
}

.header-6-1 .header-top-content.header-top-pc .header-top-time {
	margin-left: 0;
	color: #034ea2
}

.header-6-1 .header-top-content.header-top-pc .header-top-contact {
	margin-left: 14px;
	font-size: 16px;
	color: #034ea2;
	padding: 14px 7px
}

.header-6-1 .header-top-content.header-top-pc .header-top-contact i {
	margin-right: 7px
}

.header-6-1 .header-top-content.header-top-pc .header-top-search {
	font-size: 18px;
	padding: 14px 7px
}

.header-6-1 .header-top-content.header-top-pc .header-top-search a {
	padding: 0;
	color: inherit;
	display: block
}

.header-6-1 .header-top-mobile {
	padding: 7px 0
}

.header-6-1 .header-top-mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile {
		display: none
	}
}

.header-6-1 .header-top-mobile .header-top-item {
	float: left;
	color: #3e6fb7;
	font-size: 26px
}

.header-6-1 .header-top-mobile .header-top-item.header-top-phone {
	float: right;
	margin-top: 7px;
	font-size: 24px
}

.header-6-1 .header-top-mobile .header-top-item.header-top-search {
	float: right;
	margin: 0 14px;
	margin-top: 5.6px
}

.header-6-1 .header-top-mobile .header-top-item.header-top-logo {
	max-width: 50%;
	margin-left: 35px
}

.header-6-1 .header-top-mobile .header-top-item .menu-container {
	z-index: 99
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container {
		width: 200px;
		position: relative
	}
}

@media (min-width:1200px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container {
		width: 220px;
		height: 120px
	}
}

@media (min-width:1470px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container {
		width: 320px
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container.expanded {
	background-color: transparent;
	color: #3e6fb7
}

.header-6-1 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-menu {
	display: none
}

.header-6-1 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-close {
	display: inline-block
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .expand-toggle {
	padding: 7px;
	position: relative;
	background-color: transparent
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media (min-width:1200px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .expand-toggle a {
	display: inline-block;
	color: inherit
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
	font-size: 32px
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
		font-size: 16px;
		margin-right: 5px
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .expand-toggle i.icon-close {
	display: none
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
	display: none
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
		display: inline-block
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body {
	padding-bottom: 70px;
	display: none;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	border-right: 1px solid #c6c6c6;
	background-color: #3e6fb7;
	color: #fff;
	overflow: auto
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body a {
	color: #fff
}

@media (min-width:1200px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body {
		height: calc(100vh - 120px)
	}
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) {
		padding: 14px
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
	padding: 14px
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
		font-size: 16px
	}

	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded) {
		overflow: visible
	}

	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded)>.menu-child-container {
		transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 1;
		left: 100%;
		right: auto
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded {
	overflow: visible
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item {
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a,
.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	font-size: inherit
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a {
	color: inherit
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
	position: relative;
	display: none
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
		padding: 14px;
		position: absolute;
		display: block;
		top: 0;
		width: auto;
		opacity: 0;
		left: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		border-radius: 4px
	}

	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 100%;
		width: 0;
		height: 0;
		border-width: 12px 12px 12px 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container .menu-level-2 {
	display: none
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
	padding-right: 14px;
	padding-left: 14px
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child i {
	z-index: 99
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
		white-space: nowrap
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 100%
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
		float: none;
		display: inline-block
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #616161
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	margin-right: 7px;
	position: relative;
	display: block;
	color: #fff
}

@media only screen and (min-width:768px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:hover:before {
		transform: scaleX(1)
	}
}

@media (min-width:992px) {
	.header-6-1 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
		margin-top: 14px
	}
}

.header-6-1 #header-btns {
	background-color: transparent;
	padding: 7px
}

.header-6-1 #header-btns .hamburger-inner,
.header-6-1 #header-btns .hamburger-inner:after,
.header-6-1 #header-btns .hamburger-inner:before {
	background-color: #3e6fb7
}

@media (max-width:992px) {
	.header-6-1 {
		background-color: transparent
	}
}

.header-6-1 .header-top-box-top {
	background-color: #3e6fb7;
	position: relative
}

.header-6-1 .header-top-box-top .search-mobile-form {
	width: 60%;
	margin: auto
}

.header-6-1 .header-top-box-top .search-mobile-form .search-input {
	width: 100%;
	position: relative;
	border-radius: 20px
}

.header-6-1 .header-top-box-top .search-mobile-form .search-input button {
	position: absolute;
	right: 0;
	top: 0;
	color: #3e6fb7;
	background-color: transparent;
	border: none;
	z-index: 2;
	border-radius: 20px
}

.header-6-1 .header-top-box-top .search-mobile-form .search-input input {
	padding-right: 65px;
	padding-left: 14px;
	border-radius: 20px
}

.header-6-1 .header-top-box-top .search-mobile-form-translate {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3
}

.header-6-1 .header-top-box-top .search-mobile-form-translate a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 7px 14px
}

.header-6-1 .header-top-banner .header-top-banner-logo {
	display: table-cell;
	vertical-align: middle;
	width: 35%
}

.header-6-1 .header-top-banner .header-top-banner-right {
	display: none;
	vertical-align: middle;
	text-align: right
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-banner-item a {
	color: #777
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-banner-item:last-child::before {
	display: none
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #000;
	text-align: left
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-banner-item .icon {
	color: #777
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-search {
	font-size: 22px;
	margin-top: -5px
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-search a {
	color: #3e6fb7
}

.header-6-1 .header-top-banner .header-top-banner-right .header-top-search .icon {
	color: #3e6fb7
}

@media (min-width:992px) {
	.header-6-1 .header-top-banner .header-top-banner-right {
		display: table-cell
	}

	.header-6-1 .search-mobile-form-translate {
		display: none
	}
}

@media (max-width:992px) {
	.header-6-1 .search-mobile-form {
		display: block
	}

	.header-6-1 .header-top-banner .header-top-banner-logo {
		width: 70%
	}

	.header-6-1 .header-top-mobile {
		display: table-cell;
		vertical-align: middle
	}

	.header-6-1 .header-top-mobile .header-top-btns {
		float: right
	}

	.header-6-1 .header-top-mobile .header-top-btns .menu-body {
		margin-top: 14px
	}
}

.header-6-1 .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-6-1 .header-top-banner-item a {
	color: #3e6fb7
}

.header-6-1 .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-6-1 .header-top-banner-item:last-child::before {
	display: none
}

.header-6-1 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #3e6fb7;
	text-align: left
}

.header-6-1 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-6-1 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-6-1 .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-6-1 .header-top-banner-item .icon {
	color: #3e6fb7
}

.header-6-1 .header-top-left {
	padding-top: 7px;
	color: #777
}

.header-6-1 .header-top-left .header-top-search .icon-search {
	top: -1px
}

.header-6-1 .header-top-left i {
	color: #fff;
	background-color: #777;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	position: relative;
	font-size: 12px;
	vertical-align: top;
	margin-top: -1.5px;
	margin-right: 3.5px
}

.header-6-1 .header-top-left i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -1px
}

.header-6-1 .header-top-left span {
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: inherit;
	vertical-align: middle
}

.header-6-1 .header-top {
	padding: 7px 0;
	display: none
}

.header-6-1 .header-top.bg-primary .header-top-banner-item {
	padding: 7px 10px
}

.header-6-1 .header-top.bg-primary .header-top-banner-item::before {
	display: none
}

.header-6-1 .header-top.bg-primary .header-top-banner-item a,
.header-6-1 .header-top.bg-primary .header-top-banner-item i {
	color: #fff
}

.header-6-1 .header-content {
	padding: 14px 0
}

.header-6-1 .header-content .header-logo {
	float: left;
	position: relative;
	z-index: 9;
	max-width: 80%
}

.header-6-1 .header-content .header-logo img {
	height: auto;
	width: 100%
}

@media (min-width:992px) {
	.header-6-1 .header-content .header-logo {
		max-width: initial
	}

	.header-6-1 .header-content .header-logo img {
		height: 60px;
		width: auto
	}
}

.header-6-1 .header-content .menu-3-0 {
	text-align: right;
	padding-top: 7px
}

@media (min-width:992px) {
	.header-6-1 .header-top {
		display: block
	}

	.header-6-1 .header-content {
		padding: 28px 0
	}
}

@media (min-width:992px) and (max-width:1320px) {
	.header-6-1 .header-content {
		padding: 14px 0;
		padding-top: 28px
	}

	.header-6-1 .header-content .header-logo {
		width: 100%;
		margin-bottom: 7px
	}

	.header-6-1 .header-content .header-logo img {
		height: 50px
	}
}

@media (min-width:1320px) and (max-width:1600px) {

	.header-6-1 .menu-3-0 .menu.menu-desktop>li>a,
	.header-6-1 .menu-3-0 .menu.menu-desktop>li span {
		padding: 14px 7px
	}
}

@media (max-width:992px) {
	.header-6-1 .header-top-mobile {
		display: block
	}
}

.header-6-1 .header-top .header-top-banner-item iframe {
	display: inline-block;
	vertical-align: middle
}

.header-6-1 .header-top .header-top-banner-item::before {
	background-color: #b2b2b2
}

.header-6-1 .header-top .header-top-banner-item span {
	font-size: 14px
}

.header-6-1 .header-top .header-top-banner-item a,
.header-6-1 .header-top .header-top-banner-item .icon {
	color: #666
}

.header-6-1 .header-top .header-top-banner-item a:hover,
.header-6-1 .header-top .header-top-banner-item .icon:hover,
.header-6-1 .header-top .header-top-banner-item a.active,
.header-6-1 .header-top .header-top-banner-item .icon.active {
	color: #eac958
}

@media (min-width:992px) {
	.header-6-1 .header-top .header-top-banner-item .header-top-search {
		padding-left: 20px;
		font-size: 20px
	}
}

.header-6-1 .header-content {
	padding: 14px 0
}

.header-6-1 .header-content.inside-c-tb {
	padding-top: 0;
	padding-bottom: 0
}

.header-6-1 .header-content .menu-3-0 .menu.menu-desktop>li.menu-item {
	background-color: transparent
}

.header-6-1 .header-content .menu-3-0 .menu.menu-desktop>li.menu-item.active>a {
	color: #62c3d0
}

.header-6-1 .header-content .menu-3-0 .menu.menu-desktop>li.menu-item.active:hover>a {
	color: #62c3d0
}

.header-6-1 .header-content .menu-3-0 .menu.menu-desktop>li>a,
.header-6-1 .header-content .menu-3-0 .menu.menu-desktop>li>span {
	font-weight: normal;
	color: #333
}

@media (min-width:992px) {

	.header-6-1 .header-content .menu-3-0 .menu.menu-desktop>li>a,
	.header-6-1 .header-content .menu-3-0 .menu.menu-desktop>li>span {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (min-width:992px) {
	.header-6-1 .header-content .header-logo {
		background-color: #fff;
		padding: 14px 21px;
		margin-top: -66px;
		height: 100px;
		width: auto
	}

	.header-6-1 .header-content .header-logo .header-logo-media {
		position: relative;
		top: 50%;
		transform: translateY(-50%)
	}

	.header-6-1 .header-content .menu-3-0 {
		padding-top: 40px
	}
}

@media (min-width:1320px) {
	.header-6-1 .header-top {
		height: 100px;
		line-height: 100px
	}

	.header-6-1 .header-content {
		border-top: 1px solid #e0e0e0
	}

	.header-6-1 .header-content .header-logo {
		height: 100px;
		margin-top: -120px
	}

	.header-6-1 .header-content .header-logo img {
		height: auto;
		width: 100%
	}

	.header-6-1 .header-content .menu-3-0 {
		padding-top: 0px;
		text-align: left
	}
}

.header-7-0 {
	background-color: #d31f1f;
	color: #fff
}

.header-7-0 .header-body {
	padding-top: 14px;
	padding-bottom: 14px
}

@media screen and (min-width: 992px) {
	.header-7-0 .header-body {
		padding-top: 28px;
		padding-bottom: 28px
	}
}

.header-7-0 .header-body .header-logo img {
	height: 40px
}

.header-7-0 .header-body .header-toolbar {
	position: relative;
	top: 7px;
	display: none
}

@media (min-width:768px) {
	.header-7-0 .header-body .header-toolbar {
		width: 100%;
		display: block;
		margin-top: 7px
	}
}

@media screen and (min-width: 1200px) {
	.header-7-0 .header-body .header-toolbar {
		width: auto;
		margin-top: 0
	}
}

.header-7-0 .header-body .header-toolbar .item:not(:last-child) {
	margin-right: 28px
}

.header-7-0 .header-body .header-toolbar .item input {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	color: #616161;
	background-color: #fff;
	vertical-align: middle;
	border-radius: 5px 5px 5px 5px;
	padding-left: 14px;
	padding-right: 28px;
	padding-top: 7px;
	padding-bottom: 7px
}

.header-7-0 .header-body .header-toolbar .item .icon {
	margin-left: -28px;
	color: #d31f1f;
	vertical-align: middle
}

.header-7-0 .header-body .header-toolbar a[data-btn-submit="true"] {
	padding-left: 28px;
	padding-right: 28px;
	border-radius: 5px 5px 5px 5px;
	line-height: 32px;
	background-color: #fff;
	color: #616161;
	overflow: hidden
}

.header-7-0 .header-body .header-toolbar a[data-btn-submit="true"]:focus,
.header-7-0 .header-body .header-toolbar a[data-btn-submit="true"]:hover,
.header-7-0 .header-body .header-toolbar a[data-btn-submit="true"].active {
	color: #616161
}

.header-7-0 .header-body .header-toolbar a[data-btn-submit="true"]:before {
	background-color: #d9d9d9
}

.header-9-0 {
	background-color: #f5f5f5;
	line-height: 20px;
	color: #171311;
	background-color: transparent
}

.header-9-0.bg-black {
	background-color: #6b798b;
	color: #fff
}

.header-9-0.bg-black .header-top-mobile {
	color: #fff
}

.header-9-0.bg-black .header-top-mobile i,
.header-9-0.bg-black .header-top-mobile a,
.header-9-0.bg-black .header-top-mobile p {
	color: #fff
}

.header-9-0.bg-black .header-top-mobile .header-top-translate {
	margin-right: 0
}

.header-9-0 .header-top-translate {
	font-size: 16px;
	padding: 14px 7px;
	margin-left: 14px;
	margin-right: 14px
}

.header-9-0 .header-top-translate li.is-active {
	display: none
}

.header-9-0 .header-top-translate a {
	color: inherit;
	display: block;
	width: 100%;
	line-height: 20px
}

.header-9-0 .inner {
	padding-top: 0;
	padding-bottom: 0
}

.header-9-0 .header-top-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-9-0 .header-top-content.header-top-pc {
	max-height: 46px;
	overflow: hidden
}

@media (max-width:992px) {
	.header-9-0 .header-top-content.header-top-pc {
		display: none
	}
}

.header-9-0 .header-top-content.header-top-pc .header-top-time,
.header-9-0 .header-top-content.header-top-pc .header-top-weather {
	margin: 0 14px
}

.header-9-0 .header-top-content.header-top-pc .header-top-time i,
.header-9-0 .header-top-content.header-top-pc .header-top-weather i {
	color: #3e6fb7;
	margin-right: 7px;
	font-size: 18px;
	vertical-align: middle
}

.header-9-0 .header-top-content.header-top-pc .header-top-time {
	margin-left: 0;
	color: #034ea2
}

.header-9-0 .header-top-content.header-top-pc .header-top-contact {
	margin-left: 14px;
	font-size: 16px;
	color: #034ea2;
	padding: 14px 7px
}

.header-9-0 .header-top-content.header-top-pc .header-top-contact i {
	margin-right: 7px
}

.header-9-0 .header-top-content.header-top-pc .header-top-search {
	font-size: 18px;
	padding: 14px 7px
}

.header-9-0 .header-top-content.header-top-pc .header-top-search a {
	padding: 0;
	color: inherit;
	display: block
}

.header-9-0 .header-top-mobile {
	padding: 7px 0
}

.header-9-0 .header-top-mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile {
		display: none
	}
}

.header-9-0 .header-top-mobile .header-top-item {
	float: left;
	color: #3e6fb7;
	font-size: 26px
}

.header-9-0 .header-top-mobile .header-top-item.header-top-phone {
	float: right;
	margin-top: 7px;
	font-size: 24px
}

.header-9-0 .header-top-mobile .header-top-item.header-top-search {
	float: right;
	margin: 0 14px;
	margin-top: 5.6px
}

.header-9-0 .header-top-mobile .header-top-item.header-top-logo {
	max-width: 50%;
	margin-left: 35px
}

.header-9-0 .header-top-mobile .header-top-item .menu-container {
	z-index: 99
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container {
		width: 200px;
		position: relative
	}
}

@media (min-width:1200px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container {
		width: 220px;
		height: 120px
	}
}

@media (min-width:1470px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container {
		width: 320px
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container.expanded {
	background-color: transparent;
	color: #3e6fb7
}

.header-9-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-menu {
	display: none
}

.header-9-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-close {
	display: inline-block
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
	padding: 7px;
	position: relative;
	background-color: transparent
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media (min-width:1200px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .expand-toggle a {
	display: inline-block;
	color: inherit
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
	font-size: 32px
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
		font-size: 16px;
		margin-right: 5px
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i.icon-close {
	display: none
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
	display: none
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
		display: inline-block
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body {
	padding-bottom: 70px;
	display: none;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	border-right: 1px solid #c6c6c6;
	background-color: #3e6fb7;
	color: #fff;
	overflow: auto
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body a {
	color: #fff
}

@media (min-width:1200px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body {
		height: calc(100vh - 120px)
	}
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) {
		padding: 14px
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
	padding: 14px
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
		font-size: 16px
	}

	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded) {
		overflow: visible
	}

	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded)>.menu-child-container {
		transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 1;
		left: 100%;
		right: auto
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded {
	overflow: visible
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item {
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a,
.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	font-size: inherit
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a {
	color: inherit
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
	position: relative;
	display: none
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
		padding: 14px;
		position: absolute;
		display: block;
		top: 0;
		width: auto;
		opacity: 0;
		left: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		border-radius: 4px
	}

	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 100%;
		width: 0;
		height: 0;
		border-width: 12px 12px 12px 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container .menu-level-2 {
	display: none
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
	padding-right: 14px;
	padding-left: 14px
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child i {
	z-index: 99
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
		white-space: nowrap
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 100%
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
		float: none;
		display: inline-block
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #616161
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	margin-right: 7px;
	position: relative;
	display: block;
	color: #fff
}

@media only screen and (min-width:768px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:hover:before {
		transform: scaleX(1)
	}
}

@media (min-width:992px) {
	.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
		margin-top: 14px
	}
}

.header-9-0 #header-btns {
	background-color: transparent;
	padding: 7px
}

.header-9-0 #header-btns .hamburger-inner,
.header-9-0 #header-btns .hamburger-inner:after,
.header-9-0 #header-btns .hamburger-inner:before {
	background-color: #3e6fb7
}

@media (max-width:992px) {
	.header-9-0 {
		background-color: transparent
	}
}

.header-9-0 .header-top-box-top {
	background-color: #3e6fb7;
	position: relative
}

.header-9-0 .header-top-box-top .search-mobile-form {
	width: 60%;
	margin: auto
}

.header-9-0 .header-top-box-top .search-mobile-form .search-input {
	width: 100%;
	position: relative;
	border-radius: 20px
}

.header-9-0 .header-top-box-top .search-mobile-form .search-input button {
	position: absolute;
	right: 0;
	top: 0;
	color: #3e6fb7;
	background-color: transparent;
	border: none;
	z-index: 2;
	border-radius: 20px
}

.header-9-0 .header-top-box-top .search-mobile-form .search-input input {
	padding-right: 65px;
	padding-left: 14px;
	border-radius: 20px
}

.header-9-0 .header-top-box-top .search-mobile-form-translate {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3
}

.header-9-0 .header-top-box-top .search-mobile-form-translate a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 7px 14px
}

.header-9-0 .header-top-banner .header-top-banner-logo {
	display: table-cell;
	vertical-align: middle;
	width: 35%
}

.header-9-0 .header-top-banner .header-top-banner-right {
	display: none;
	vertical-align: middle;
	text-align: right
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-banner-item a {
	color: #777
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-banner-item:last-child::before {
	display: none
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #000;
	text-align: left
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-banner-item .icon {
	color: #777
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-search {
	font-size: 22px;
	margin-top: -5px
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-search a {
	color: #3e6fb7
}

.header-9-0 .header-top-banner .header-top-banner-right .header-top-search .icon {
	color: #3e6fb7
}

@media (min-width:992px) {
	.header-9-0 .header-top-banner .header-top-banner-right {
		display: table-cell
	}

	.header-9-0 .search-mobile-form-translate {
		display: none
	}
}

@media (max-width:992px) {
	.header-9-0 .search-mobile-form {
		display: block
	}

	.header-9-0 .header-top-banner .header-top-banner-logo {
		width: 70%
	}

	.header-9-0 .header-top-mobile {
		display: table-cell;
		vertical-align: middle
	}

	.header-9-0 .header-top-mobile .header-top-btns {
		float: right
	}

	.header-9-0 .header-top-mobile .header-top-btns .menu-body {
		margin-top: 14px
	}
}

.header-9-0 .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-9-0 .header-top-banner-item a {
	color: #3e6fb7
}

.header-9-0 .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-9-0 .header-top-banner-item:last-child::before {
	display: none
}

.header-9-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #3e6fb7;
	text-align: left
}

.header-9-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-9-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-9-0 .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-9-0 .header-top-banner-item .icon {
	color: #3e6fb7
}

.header-9-0 .header-top-left {
	padding-top: 7px;
	color: #777
}

.header-9-0 .header-top-left .header-top-search .icon-search {
	top: -1px
}

.header-9-0 .header-top-left i {
	color: #fff;
	background-color: #777;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	position: relative;
	font-size: 12px;
	vertical-align: top;
	margin-top: -1.5px;
	margin-right: 3.5px
}

.header-9-0 .header-top-left i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -1px
}

.header-9-0 .header-top-left span {
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: inherit;
	vertical-align: middle
}

.header-9-0 .header-top {
	padding: 7px 0;
	display: none
}

.header-9-0 .header-top.bg-primary .header-top-banner-item {
	padding: 7px 10px
}

.header-9-0 .header-top.bg-primary .header-top-banner-item::before {
	display: none
}

.header-9-0 .header-top.bg-primary .header-top-banner-item a,
.header-9-0 .header-top.bg-primary .header-top-banner-item i {
	color: #fff
}

.header-9-0 .header-content {
	padding: 14px 0
}

.header-9-0 .header-content .header-logo {
	float: left;
	position: relative;
	z-index: 9;
	max-width: 80%
}

.header-9-0 .header-content .header-logo img {
	height: auto;
	width: 100%
}

@media (min-width:992px) {
	.header-9-0 .header-content .header-logo {
		max-width: initial
	}

	.header-9-0 .header-content .header-logo img {
		height: 60px;
		width: auto
	}
}

.header-9-0 .header-content .menu-3-0 {
	text-align: right;
	padding-top: 7px
}

@media (min-width:992px) {
	.header-9-0 .header-top {
		display: block
	}

	.header-9-0 .header-content {
		padding: 28px 0
	}
}

@media (min-width:992px) and (max-width:1320px) {
	.header-9-0 .header-content {
		padding: 14px 0;
		padding-top: 28px
	}

	.header-9-0 .header-content .header-logo {
		width: 100%;
		margin-bottom: 7px
	}

	.header-9-0 .header-content .header-logo img {
		height: 50px
	}
}

@media (min-width:1320px) and (max-width:1600px) {

	.header-9-0 .menu-3-0 .menu.menu-desktop>li>a,
	.header-9-0 .menu-3-0 .menu.menu-desktop>li span {
		padding: 14px 7px
	}
}

@media (max-width:992px) {
	.header-9-0 .header-top-mobile {
		display: block
	}
}

.header-9-0 .header-top {
	background-color: #3e6fb7
}

.header-9-0 .header-top .header-top-banner-item iframe {
	display: inline-block;
	vertical-align: middle
}

.header-9-0 .header-top .header-top-banner-item::before {
	background-color: #fff
}

.header-9-0 .header-top .header-top-banner-item span {
	font-size: 14px
}

.header-9-0 .header-top .header-top-banner-item a,
.header-9-0 .header-top .header-top-banner-item .icon {
	color: #fff
}

.header-9-0 .header-top .header-top-banner-item a:hover,
.header-9-0 .header-top .header-top-banner-item .icon:hover,
.header-9-0 .header-top .header-top-banner-item a.active,
.header-9-0 .header-top .header-top-banner-item .icon.active {
	color: #eac958
}

.header-9-0 .header-content {
	padding: 14px 0
}

.header-9-0 .header-content.inside-c-tb {
	padding-top: 0;
	padding-bottom: 0
}

.header-9-0 .header-content .menu-3-0 .menu.menu-desktop>li.menu-item.active>a {
	color: #fff
}

.header-9-0 .header-content .menu-3-0 .menu.menu-desktop>li.menu-item.active:hover>a {
	color: #fff
}

.header-9-0 .header-content .menu-3-0 .menu.menu-desktop>li>a,
.header-9-0 .header-content .menu-3-0 .menu.menu-desktop>li>span {
	font-weight: normal
}

@media (min-width:992px) {
	.header-9-0 .header-top-box-top {
		background-color: #f2f2f2
	}

	.header-9-0 .header-content .header-logo {
		background-color: #fff;
		padding: 14px 21px;
		margin-top: -66px;
		height: 100px;
		box-shadow: 0 0 20px -10px #000;
		width: auto
	}

	.header-9-0 .header-content .header-logo .header-logo-media {
		position: relative;
		top: 50%;
		transform: translateY(-50%)
	}

	.header-9-0 .header-content .menu-3-0 {
		padding-top: 40px
	}
}

@media (min-width:1320px) {
	.header-9-0 .header-content .header-logo {
		height: 130px
	}

	.header-9-0 .header-content .header-logo img {
		height: auto;
		width: 100%
	}

	.header-9-0 .header-content .menu-3-0 {
		padding-top: 0;
		padding-left: 400px
	}
}

.header-9-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	display: inline-block
}

.header-9-0 .header-top-box-top {
	background-color: #3e6fb7
}

.header-9-0 .header-top {
	background-color: #fff;
	padding: 14px 0;
	display: block
}

.header-9-0 .header-top .header-top-left {
	color: #3e6fb7;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	padding-top: 0;
	text-align: center
}

.header-9-0 .header-top .header-top-banner-item::before {
	display: none
}

.header-9-0 .header-top .header-top-banner-item a,
.header-9-0 .header-top .header-top-banner-item .icon {
	color: #3e6fb7
}

.header-9-0 .header-top .header-top-banner-item a:hover,
.header-9-0 .header-top .header-top-banner-item .icon:hover,
.header-9-0 .header-top .header-top-banner-item a.active,
.header-9-0 .header-top .header-top-banner-item .icon.active {
	color: #3e6fb7
}

@media (min-width:992px) {
	.header-9-0 .header-top-left {
		font-size: 24px;
		text-align: left
	}

	.header-9-0 .header-top-right {
		display: block
	}
}

.header-10-0 {
	background-color: #f5f5f5;
	line-height: 20px;
	color: #171311;
	background-color: transparent
}

.header-10-0.bg-black {
	background-color: #6b798b;
	color: #fff
}

.header-10-0.bg-black .header-top-mobile {
	color: #fff
}

.header-10-0.bg-black .header-top-mobile i,
.header-10-0.bg-black .header-top-mobile a,
.header-10-0.bg-black .header-top-mobile p {
	color: #fff
}

.header-10-0.bg-black .header-top-mobile .header-top-translate {
	margin-right: 0
}

.header-10-0 .header-top-translate {
	font-size: 16px;
	padding: 14px 7px;
	margin-left: 14px;
	margin-right: 14px
}

.header-10-0 .header-top-translate li.is-active {
	display: none
}

.header-10-0 .header-top-translate a {
	color: inherit;
	display: block;
	width: 100%;
	line-height: 20px
}

.header-10-0 .inner {
	padding-top: 0;
	padding-bottom: 0
}

.header-10-0 .header-top-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-10-0 .header-top-content.header-top-pc {
	max-height: 46px;
	overflow: hidden
}

@media (max-width:992px) {
	.header-10-0 .header-top-content.header-top-pc {
		display: none
	}
}

.header-10-0 .header-top-content.header-top-pc .header-top-time,
.header-10-0 .header-top-content.header-top-pc .header-top-weather {
	margin: 0 14px
}

.header-10-0 .header-top-content.header-top-pc .header-top-time i,
.header-10-0 .header-top-content.header-top-pc .header-top-weather i {
	color: #3e6fb7;
	margin-right: 7px;
	font-size: 18px;
	vertical-align: middle
}

.header-10-0 .header-top-content.header-top-pc .header-top-time {
	margin-left: 0;
	color: #034ea2
}

.header-10-0 .header-top-content.header-top-pc .header-top-contact {
	margin-left: 14px;
	font-size: 16px;
	color: #034ea2;
	padding: 14px 7px
}

.header-10-0 .header-top-content.header-top-pc .header-top-contact i {
	margin-right: 7px
}

.header-10-0 .header-top-content.header-top-pc .header-top-search {
	font-size: 18px;
	padding: 14px 7px
}

.header-10-0 .header-top-content.header-top-pc .header-top-search a {
	padding: 0;
	color: inherit;
	display: block
}

.header-10-0 .header-top-mobile {
	padding: 7px 0
}

.header-10-0 .header-top-mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile {
		display: none
	}
}

.header-10-0 .header-top-mobile .header-top-item {
	float: left;
	color: #3e6fb7;
	font-size: 26px
}

.header-10-0 .header-top-mobile .header-top-item.header-top-phone {
	float: right;
	margin-top: 7px;
	font-size: 24px
}

.header-10-0 .header-top-mobile .header-top-item.header-top-search {
	float: right;
	margin: 0 14px;
	margin-top: 5.6px
}

.header-10-0 .header-top-mobile .header-top-item.header-top-logo {
	max-width: 50%;
	margin-left: 35px
}

.header-10-0 .header-top-mobile .header-top-item .menu-container {
	z-index: 99
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container {
		width: 200px;
		position: relative
	}
}

@media (min-width:1200px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container {
		width: 220px;
		height: 120px
	}
}

@media (min-width:1470px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container {
		width: 320px
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container.expanded {
	background-color: transparent;
	color: #3e6fb7
}

.header-10-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-menu {
	display: none
}

.header-10-0 .header-top-mobile .header-top-item .menu-container.expanded .expand-toggle i.icon-close {
	display: inline-block
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
	padding: 7px;
	position: relative;
	background-color: transparent
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media (min-width:1200px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .expand-toggle a {
	display: inline-block;
	color: inherit
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
	font-size: 32px
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i {
		font-size: 16px;
		margin-right: 5px
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .expand-toggle i.icon-close {
	display: none
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
	display: none
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .expand-toggle span.toggle-title {
		display: inline-block
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body {
	padding-bottom: 70px;
	display: none;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	border-right: 1px solid #c6c6c6;
	background-color: #3e6fb7;
	color: #fff;
	overflow: auto
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body a {
	color: #fff
}

@media (min-width:1200px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body {
		height: calc(100vh - 120px)
	}
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) {
		padding: 14px
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
	padding: 14px
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item {
		font-size: 16px
	}

	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded) {
		overflow: visible
	}

	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded)>.menu-child-container {
		transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 1;
		left: 100%;
		right: auto
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded {
	overflow: visible
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-item>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item {
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a,
.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	font-size: inherit
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a {
	color: inherit
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
	position: relative;
	display: none
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
		padding: 14px;
		position: absolute;
		display: block;
		top: 0;
		width: auto;
		opacity: 0;
		left: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		border-radius: 4px
	}

	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 100%;
		width: 0;
		height: 0;
		border-width: 12px 12px 12px 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child-container .menu-level-2 {
	display: none
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
	padding-right: 14px;
	padding-left: 14px
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child i {
	z-index: 99
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child {
		white-space: nowrap
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 100%
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li i {
	margin-top: 4px
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
		float: none;
		display: inline-block
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #616161
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	margin-right: 7px;
	position: relative;
	display: block;
	color: #fff
}

@media only screen and (min-width:768px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:hover:before {
		transform: scaleX(1)
	}
}

@media (min-width:992px) {
	.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
		margin-top: 14px
	}
}

.header-10-0 #header-btns {
	background-color: transparent;
	padding: 7px
}

.header-10-0 #header-btns .hamburger-inner,
.header-10-0 #header-btns .hamburger-inner:after,
.header-10-0 #header-btns .hamburger-inner:before {
	background-color: #3e6fb7
}

@media (max-width:992px) {
	.header-10-0 {
		background-color: transparent
	}
}

.header-10-0 .header-top-box-top {
	background-color: #3e6fb7;
	position: relative
}

.header-10-0 .header-top-box-top .search-mobile-form {
	width: 60%;
	margin: auto
}

.header-10-0 .header-top-box-top .search-mobile-form .search-input {
	width: 100%;
	position: relative;
	border-radius: 20px
}

.header-10-0 .header-top-box-top .search-mobile-form .search-input button {
	position: absolute;
	right: 0;
	top: 0;
	color: #3e6fb7;
	background-color: transparent;
	border: none;
	z-index: 2;
	border-radius: 20px
}

.header-10-0 .header-top-box-top .search-mobile-form .search-input input {
	padding-right: 65px;
	padding-left: 14px;
	border-radius: 20px
}

.header-10-0 .header-top-box-top .search-mobile-form-translate {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3
}

.header-10-0 .header-top-box-top .search-mobile-form-translate a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 7px 14px
}

.header-10-0 .header-top-banner .header-top-banner-logo {
	display: table-cell;
	vertical-align: middle;
	width: 35%
}

.header-10-0 .header-top-banner .header-top-banner-right {
	display: none;
	vertical-align: middle;
	text-align: right
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-banner-item a {
	color: #777
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-banner-item:last-child::before {
	display: none
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #000;
	text-align: left
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-banner-item .icon {
	color: #777
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-search {
	font-size: 22px;
	margin-top: -5px
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-search a {
	color: #3e6fb7
}

.header-10-0 .header-top-banner .header-top-banner-right .header-top-search .icon {
	color: #3e6fb7
}

@media (min-width:992px) {
	.header-10-0 .header-top-banner .header-top-banner-right {
		display: table-cell
	}

	.header-10-0 .search-mobile-form-translate {
		display: none
	}
}

@media (max-width:992px) {
	.header-10-0 .search-mobile-form {
		display: block
	}

	.header-10-0 .header-top-banner .header-top-banner-logo {
		width: 70%
	}

	.header-10-0 .header-top-mobile {
		display: table-cell;
		vertical-align: middle
	}

	.header-10-0 .header-top-mobile .header-top-btns {
		float: right
	}

	.header-10-0 .header-top-mobile .header-top-btns .menu-body {
		margin-top: 14px
	}
}

.header-10-0 .header-top-banner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5
}

.header-10-0 .header-top-banner-item a {
	color: #3e6fb7
}

.header-10-0 .header-top-banner-item::before {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #777;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-50%)
}

.header-10-0 .header-top-banner-item:last-child::before {
	display: none
}

.header-10-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #3e6fb7;
	text-align: left
}

.header-10-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode img {
	box-shadow: 0 0 20px -10px #000
}

.header-10-0 .header-top-banner-item.header-top-banner-item-qrcode .header-qrcode::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.header-10-0 .header-top-banner-item.header-top-banner-item-qrcode:hover .header-qrcode {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	top: 100%;
	padding-top: 10px
}

.header-10-0 .header-top-banner-item .icon {
	color: #3e6fb7
}

.header-10-0 .header-top-left {
	padding-top: 7px;
	color: #777
}

.header-10-0 .header-top-left .header-top-search .icon-search {
	top: -1px
}

.header-10-0 .header-top-left i {
	color: #fff;
	background-color: #777;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	position: relative;
	font-size: 12px;
	vertical-align: top;
	margin-top: -1.5px;
	margin-right: 3.5px
}

.header-10-0 .header-top-left i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -1px
}

.header-10-0 .header-top-left span {
	padding: 7px 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: inherit;
	vertical-align: middle
}

.header-10-0 .header-top {
	padding: 7px 0;
	display: none
}

.header-10-0 .header-top.bg-primary .header-top-banner-item {
	padding: 7px 10px
}

.header-10-0 .header-top.bg-primary .header-top-banner-item::before {
	display: none
}

.header-10-0 .header-top.bg-primary .header-top-banner-item a,
.header-10-0 .header-top.bg-primary .header-top-banner-item i {
	color: #fff
}

.header-10-0 .header-content {
	padding: 14px 0
}

.header-10-0 .header-content .header-logo {
	float: left;
	position: relative;
	z-index: 9;
	max-width: 80%
}

.header-10-0 .header-content .header-logo img {
	height: auto;
	width: 100%
}

@media (min-width:992px) {
	.header-10-0 .header-content .header-logo {
		max-width: initial
	}

	.header-10-0 .header-content .header-logo img {
		height: 60px;
		width: auto
	}
}

.header-10-0 .header-content .menu-3-0 {
	text-align: right;
	padding-top: 7px
}

@media (min-width:992px) {
	.header-10-0 .header-top {
		display: block
	}

	.header-10-0 .header-content {
		padding: 28px 0
	}
}

@media (min-width:992px) and (max-width:1320px) {
	.header-10-0 .header-content {
		padding: 14px 0;
		padding-top: 28px
	}

	.header-10-0 .header-content .header-logo {
		width: 100%;
		margin-bottom: 7px
	}

	.header-10-0 .header-content .header-logo img {
		height: 50px
	}
}

@media (min-width:1320px) and (max-width:1600px) {

	.header-10-0 .menu-3-0 .menu.menu-desktop>li>a,
	.header-10-0 .menu-3-0 .menu.menu-desktop>li span {
		padding: 14px 7px
	}
}

@media (max-width:992px) {
	.header-10-0 .header-top-mobile {
		display: block
	}
}

.header-10-0 .header-top {
	background-color: #3e6fb7
}

.header-10-0 .header-top .header-top-banner-item iframe {
	display: inline-block;
	vertical-align: middle
}

.header-10-0 .header-top .header-top-banner-item::before {
	background-color: #fff
}

.header-10-0 .header-top .header-top-banner-item span {
	font-size: 14px
}

.header-10-0 .header-top .header-top-banner-item a,
.header-10-0 .header-top .header-top-banner-item .icon {
	color: #fff
}

.header-10-0 .header-top .header-top-banner-item a:hover,
.header-10-0 .header-top .header-top-banner-item .icon:hover,
.header-10-0 .header-top .header-top-banner-item a.active,
.header-10-0 .header-top .header-top-banner-item .icon.active {
	color: #eac958
}

.header-10-0 .header-content {
	padding: 14px 0
}

.header-10-0 .header-content.inside-c-tb {
	padding-top: 0;
	padding-bottom: 0
}

.header-10-0 .header-content .menu-3-0 .menu.menu-desktop>li.menu-item.active>a {
	color: #fff
}

.header-10-0 .header-content .menu-3-0 .menu.menu-desktop>li.menu-item.active:hover>a {
	color: #fff
}

.header-10-0 .header-content .menu-3-0 .menu.menu-desktop>li>a,
.header-10-0 .header-content .menu-3-0 .menu.menu-desktop>li>span {
	font-weight: normal
}

@media (min-width:992px) {
	.header-10-0 .header-top-box-top {
		background-color: #f2f2f2
	}

	.header-10-0 .header-content .header-logo {
		background-color: #fff;
		padding: 14px 21px;
		margin-top: -66px;
		height: 100px;
		box-shadow: 0 0 20px -10px #000;
		width: auto
	}

	.header-10-0 .header-content .header-logo .header-logo-media {
		position: relative;
		top: 50%;
		transform: translateY(-50%)
	}

	.header-10-0 .header-content .menu-3-0 {
		padding-top: 40px
	}
}

@media (min-width:1320px) {
	.header-10-0 .header-content .header-logo {
		height: 130px
	}

	.header-10-0 .header-content .header-logo img {
		height: auto;
		width: 100%
	}

	.header-10-0 .header-content .menu-3-0 {
		padding-top: 0;
		padding-left: 400px
	}
}

.header-10-0 .header-top-mobile .header-top-item .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	display: inline-block
}

.header-10-0 .sticky-wrapper.stuck {
	background-color: #fff
}

.header-10-0 .header-top-box-top {
	background-color: #3e6fb7
}

.header-10-0 .header-top-left {
	padding-top: 0
}

.header-10-0 .header-top-left {
	text-align: left
}

.header-10-0 .menu-3-0 .menu.menu-desktop>li.menu-item.active>a {
	color: #fff
}

.header-10-0 .menu-3-0 .menu.menu-desktop>li.menu-item.active:hover>a {
	color: #fff
}

.header-10-0 .menu-3-0 .menu.menu-desktop>li>a,
.header-10-0 .menu-3-0 .menu.menu-desktop>li>span {
	font-weight: normal
}

.header-10-0 .header-top {
	background-color: transparent
}

.header-10-0 .header-top .header-top-banner-item {
	padding: 14px
}

.header-10-0 .header-top .header-top-banner-item .header-top-translate {
	line-height: 1;
	border: 1px solid #3e6fb7;
	padding: 3px;
	border-radius: 50%;
	margin: 0
}

.header-10-0 .header-top .header-top-banner-item .header-top-translate a {
	font-size: 14px
}

.header-10-0 .header-top .header-top-banner-item .header-top-translate:hover {
	border-color: #7fcd60;
	background-color: #7fcd60
}

.header-10-0 .header-top .header-top-banner-item .header-top-translate:hover a {
	color: #fff
}

.header-10-0 .header-top .header-top-banner-item iframe {
	display: inline-block;
	vertical-align: middle
}

.header-10-0 .header-top .header-top-banner-item::before {
	background-color: #c6c6c6
}

.header-10-0 .header-top .header-top-banner-item span {
	font-size: 18px
}

.header-10-0 .header-top .header-top-banner-item a,
.header-10-0 .header-top .header-top-banner-item .icon {
	color: #3e6fb7;
	font-size: 18px;
	line-height: 1
}

.header-10-0 .header-top .header-top-banner-item a:hover,
.header-10-0 .header-top .header-top-banner-item .icon:hover,
.header-10-0 .header-top .header-top-banner-item a.active,
.header-10-0 .header-top .header-top-banner-item .icon.active {
	color: #7fcd60
}

@media (min-width:992px) {
	.header-10-0 .header-content {
		padding: 0
	}

	.header-10-0 .header-content .header-logo {
		margin-top: 0
	}
}

@media (min-width:1200px) {
	.header-10-0 .menu-3-0 {
		padding-left: 400px
	}

	.header-10-0 .header-top-left {
		text-align: right
	}

	.header-10-0 .header-content .header-logo {
		margin-top: -66px;
		margin-bottom: -64px
	}
}

.header-11-0 {
	position: relative;
	z-index: 19
}

.header-11-0 .sticky-wrapper.stuck {
	background-color: #fff;
	box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.2)
}

.header-11-0 .header-body {
	position: relative
}

@media screen and (max-width:991px) {
	.header-11-0 .header-body.expanded .header-menu-toggle .icon-menu {
		opacity: 0
	}

	.header-11-0 .header-body.expanded .header-menu-toggle .icon-close {
		opacity: 1
	}

	.header-11-0 .header-body.expanded .header-menu {
		display: block
	}
}

.header-11-0 .header-top {
	border-bottom: 1px solid #c6c6c6
}

.header-11-0 .header-top-box {
	display: flex;
	align-items: center;
	padding-top: 14px;
	padding-bottom: 14px
}

@media screen and (min-width: 992px) {
	.header-11-0 .header-top-box {
		justify-content: space-between;
		padding-top: 21px;
		padding-bottom: 21px
	}
}

.header-11-0 .header-top-box .header-menu-toggle {
	position: relative;
	width: 2.5rem;
	height: 2.5rem
}

@media screen and (min-width: 992px) {
	.header-11-0 .header-top-box .header-menu-toggle {
		display: none
	}
}

.header-11-0 .header-top-box .header-menu-toggle .icon-menu,
.header-11-0 .header-top-box .header-menu-toggle .icon-close {
	font-size: 2.5rem;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .3s
}

.header-11-0 .header-top-box .header-menu-toggle .icon-menu {
	opacity: 1
}

.header-11-0 .header-top-box .header-menu-toggle .icon-close {
	opacity: 0
}

.header-11-0 .header-top-box .header-toolbar {
	display: flex;
	align-items: center
}

.header-11-0 .header-top-box .header-toolbar .header-link,
.header-11-0 .header-top-box .header-toolbar .header-extralink {
	display: none
}

@media screen and (min-width: 992px) {

	.header-11-0 .header-top-box .header-toolbar .header-link,
	.header-11-0 .header-top-box .header-toolbar .header-extralink {
		display: block
	}
}

.header-11-0 .header-top-box .header-toolbar .header-search {
	position: relative
}

.header-11-0 .header-top-box .header-toolbar .header-search:hover {
	background-color: #3e6fb7;
	color: #fff
}

.header-11-0 .header-top-box .header-toolbar .header-search:hover .header-search--form {
	display: flex
}

.header-11-0 .header-top-box .header-toolbar .header-search .icon-search {
	font-size: 1.5rem
}

.header-11-0 .header-top-box .header-toolbar .header-search .header-search--form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	z-index: 5
}

.header-11-0 .header-top-box .header-toolbar .header-search .header-search--form .form-input,
.header-11-0 .header-top-box .header-toolbar .header-search .header-search--form .btn-submit {
	padding: 7px 28px;
	line-height: 1.5
}

.header-11-0 .header-top-box .header-toolbar .header-search .header-search--form .form-input {
	background-color: #f2f2f2;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.header-11-0 .header-top-box .header-toolbar .header-search .header-search--form .btn-submit {
	background-color: rgba(62, 111, 183, 0.3);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.header-11-0 .header-top-box .header-toolbar .header-search .header-search--form .btn-submit:hover {
	background-color: #3e6fb7;
	color: #fff
}

.header-11-0 .header-top-box .header-logo .header-logo-image {
	max-height: 60px
}

.header-11-0 .header-menu .menu .menu-item-title {
	color: inherit
}

@media screen and (max-width:991px) {
	.header-11-0 .header-menu {
		position: absolute;
		display: none;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: #fff;
		z-index: 5;
		padding-bottom: 28px;
		height: calc(100vh - 100%);
		overflow-y: auto;
		overflow-x: hidden
	}

	.header-11-0 .header-menu .menu-close {
		padding: 14px;
		text-align: right
	}

	.header-11-0 .header-menu .menu-close .icon-close {
		font-size: 1.5rem
	}

	.header-11-0 .header-menu .menu.menu-parent {
		border-top: 1px solid #c6c6c6
	}

	.header-11-0 .header-menu .menu.menu-parent>.menu-item {
		border-bottom: 1px solid #c6c6c6
	}

	.header-11-0 .header-menu .menu .menu-item {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 0 14px
	}

	.header-11-0 .header-menu .menu .menu-item>.icon-down {
		padding: 7px 14px;
		transition: transform .3s
	}

	.header-11-0 .header-menu .menu .menu-item>.menu-item-title {
		padding: 7px 14px
	}

	.header-11-0 .header-menu .menu .menu-item.expanded {
		background-color: #f2f2f2
	}

	.header-11-0 .header-menu .menu .menu-item.expanded>.icon-down {
		transform: rotate(-180deg)
	}

	.header-11-0 .header-menu .menu .menu-item.expanded>.menu-level-1 {
		display: block
	}

	.header-11-0 .header-menu .menu .menu-item.expanded>.menu-level-2 {
		display: flex
	}

	.header-11-0 .header-menu .menu.menu-child {
		width: 100%;
		display: none;
		flex-wrap: wrap;
		margin-top: 7px
	}
}

@media screen and (min-width: 992px) {
	.header-11-0 .header-menu {
		background-color: #3e6fb7;
		color: #fff
	}

	.header-11-0 .header-menu .menu-close {
		display: none
	}

	.header-11-0 .header-menu .menu .menu-item {
		padding: 14px;
		position: relative
	}

	.header-11-0 .header-menu .menu .menu-item>.icon-down,
	.header-11-0 .header-menu .menu .menu-item>.menu-item-title {
		color: inherit
	}

	.header-11-0 .header-menu .menu .menu-item:hover {
		background-color: #3e6fb7;
		color: #fff
	}

	.header-11-0 .header-menu .menu .menu-item:hover>.menu-child {
		display: block
	}

	.header-11-0 .header-menu .menu.menu-parent {
		display: flex
	}

	.header-11-0 .header-menu .menu.menu-parent>.menu-item.active,
	.header-11-0 .header-menu .menu.menu-parent>.menu-item:hover {
		background-color: #fff;
		color: #616161
	}

	.header-11-0 .header-menu .menu.menu-child {
		display: none;
		padding: 14px 0;
		position: absolute;
		top: 100%;
		left: 0;
		white-space: nowrap;
		min-width: 120%;
		text-align: center;
		z-index: 5;
		box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2)
	}

	.header-11-0 .header-menu .menu.menu-child>.menu-item>.icon-down {
		transform: rotate(-90deg)
	}

	.header-11-0 .header-menu .menu.menu-level-1 {
		background-color: #fff;
		color: #616161
	}

	.header-11-0 .header-menu .menu.menu-level-1>.menu-item.active,
	.header-11-0 .header-menu .menu.menu-level-1>.menu-item:hover {
		background-color: #3e6fb7;
		color: #fff
	}

	.header-11-0 .header-menu .menu.menu-level-2 {
		left: 100%;
		top: 0;
		background-color: #3e6fb7;
		color: #fff
	}

	.header-11-0 .header-menu .menu.menu-level-2>.menu-item.active,
	.header-11-0 .header-menu .menu.menu-level-2>.menu-item:hover {
		background-color: #fff;
		color: #616161
	}
}

.header-12-0 {
	position: relative;
	z-index: 19
}

.header-12-0 .sticky-wrapper.stuck {
	background-color: #fff;
	box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.2)
}

.header-12-0 .header-body {
	position: relative;
	display: flex;
	align-items: center
}

@media screen and (min-width: 992px) {
	.header-12-0 .header-body {
		display: block
	}
}

@media screen and (max-width:991px) {
	.header-12-0 .header-body.expanded .header-menu-toggle .icon-menu {
		opacity: 0
	}

	.header-12-0 .header-body.expanded .header-menu-toggle .icon-close {
		opacity: 1
	}

	.header-12-0 .header-body.expanded .header-menu {
		display: block
	}
}

.header-12-0 .header-menu-toggle {
	position: relative;
	width: 2.5rem;
	height: 2.5rem
}

@media screen and (min-width: 992px) {
	.header-12-0 .header-menu-toggle {
		display: none
	}
}

.header-12-0 .header-menu-toggle .icon-menu,
.header-12-0 .header-menu-toggle .icon-close {
	font-size: 2.5rem;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .3s
}

.header-12-0 .header-menu-toggle .icon-menu {
	opacity: 1
}

.header-12-0 .header-menu-toggle .icon-close {
	opacity: 0
}

.header-12-0 .header-toolbar {
	display: flex;
	align-items: center
}

@media screen and (min-width: 992px) {
	.header-12-0 .header-toolbar {
		float: right
	}
}

.header-12-0 .header-toolbar .header-link,
.header-12-0 .header-toolbar .header-extralink {
	display: none
}

@media screen and (min-width: 992px) {

	.header-12-0 .header-toolbar .header-link,
	.header-12-0 .header-toolbar .header-extralink {
		display: block
	}
}

.header-12-0 .header-toolbar .header-search {
	position: relative
}

.header-12-0 .header-toolbar .header-search.expanded {
	background-color: #3e6fb7;
	color: #fff
}

.header-12-0 .header-toolbar .header-search.expanded .header-search--form {
	display: flex
}

.header-12-0 .header-toolbar .header-search .icon-search {
	font-size: 1.5rem
}

.header-12-0 .header-toolbar .header-search .header-search--form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	z-index: 5
}

.header-12-0 .header-toolbar .header-search .header-search--form .icon-close {
	position: absolute;
	right: 7px;
	top: 7px;
	color: #616161;
	font-size: 1.57142857rem;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity .3s
}

.header-12-0 .header-toolbar .header-search .header-search--form .icon-close:hover {
	opacity: 1
}

.header-12-0 .header-toolbar .header-search .header-search--form .form-input,
.header-12-0 .header-toolbar .header-search .header-search--form .btn-submit {
	padding: 7px 28px;
	line-height: 1.5
}

.header-12-0 .header-toolbar .header-search .header-search--form .form-input {
	background-color: #f2f2f2;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.header-12-0 .header-toolbar .header-search .header-search--form .btn-submit {
	background-color: rgba(62, 111, 183, 0.3);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.header-12-0 .header-toolbar .header-search .header-search--form .btn-submit:hover {
	background-color: #3e6fb7;
	color: #fff
}

@media screen and (min-width: 992px) {
	.header-12-0 .header-logo {
		float: left
	}
}

.header-12-0 .header-logo .header-logo-image {
	max-height: 60px
}

@media screen and (min-width: 992px) {
	.header-12-0 .header-menu {
		float: left;
		width: 100%;
		margin-top: 14px
	}
}

@media screen and (min-width:1800px) {
	.header-12-0 .header-menu {
		float: none;
		display: flex;
		justify-content: center;
		width: auto;
		margin-top: 0
	}
}

.header-12-0 .header-menu .menu .menu-item-title {
	color: inherit
}

@media screen and (max-width:991px) {
	.header-12-0 .header-menu {
		position: absolute;
		display: none;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: #fff;
		z-index: 5;
		padding-bottom: 28px;
		height: calc(100vh - 100%);
		overflow-y: auto;
		overflow-x: hidden
	}

	.header-12-0 .header-menu .menu-close {
		padding: 14px;
		text-align: right
	}

	.header-12-0 .header-menu .menu-close .icon-close {
		font-size: 1.5rem
	}

	.header-12-0 .header-menu .menu.menu-parent {
		border-top: 1px solid #c6c6c6
	}

	.header-12-0 .header-menu .menu.menu-parent>.menu-item {
		border-bottom: 1px solid #c6c6c6
	}

	.header-12-0 .header-menu .menu .menu-item {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 0 14px
	}

	.header-12-0 .header-menu .menu .menu-item>.icon-down {
		padding: 7px 14px;
		transition: transform .3s
	}

	.header-12-0 .header-menu .menu .menu-item>.menu-item-title {
		padding: 7px 14px
	}

	.header-12-0 .header-menu .menu .menu-item.expanded {
		background-color: #f2f2f2
	}

	.header-12-0 .header-menu .menu .menu-item.expanded>.icon-down {
		transform: rotate(-180deg)
	}

	.header-12-0 .header-menu .menu .menu-item.expanded>.menu-level-1 {
		display: block
	}

	.header-12-0 .header-menu .menu .menu-item.expanded>.menu-level-2 {
		display: flex
	}

	.header-12-0 .header-menu .menu.menu-child {
		width: 100%;
		display: none;
		flex-wrap: wrap;
		margin-top: 7px
	}
}

@media screen and (min-width: 992px) {
	.header-12-0 .header-menu .menu-close {
		display: none
	}

	.header-12-0 .header-menu .menu .menu-item {
		padding: 14px;
		position: relative
	}

	.header-12-0 .header-menu .menu .menu-item>.icon-down,
	.header-12-0 .header-menu .menu .menu-item>.menu-item-title {
		color: inherit
	}

	.header-12-0 .header-menu .menu .menu-item:hover {
		background-color: #3e6fb7;
		color: #fff
	}

	.header-12-0 .header-menu .menu .menu-item:hover>.menu-child {
		display: block
	}

	.header-12-0 .header-menu .menu.menu-parent {
		display: flex
	}

	.header-12-0 .header-menu .menu.menu-parent>.menu-item.active,
	.header-12-0 .header-menu .menu.menu-parent>.menu-item:hover {
		background-color: #fff;
		color: #616161
	}

	.header-12-0 .header-menu .menu.menu-child {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		white-space: nowrap;
		min-width: 120%;
		text-align: center;
		z-index: 5;
		box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.6);
		background-color: #fff;
		color: #616161
	}

	.header-12-0 .header-menu .menu.menu-child>.menu-item>.icon-down {
		transform: rotate(-90deg)
	}

	.header-12-0 .header-menu .menu.menu-child>.menu-item.active,
	.header-12-0 .header-menu .menu.menu-child>.menu-item:hover {
		background-color: #3e6fb7;
		color: #fff
	}

	.header-12-0 .header-menu .menu.menu-level-2 {
		left: 100%;
		top: 0
	}
}

.footer-1-0 {
	background-color: #101a29;
	padding: 21px 0;
	color: #fff
}

.footer-1-0 .footer-logo {
	max-width: 280px;
	margin-bottom: 35px
}

.footer-1-0 .footer-logo-middle {
	margin-bottom: 42px
}

.footer-1-0 .footer-title {
	margin-bottom: 35px;
	margin-top: 21px;
	padding-bottom: 7px;
	border-bottom: 4px solid #7fcd60;
	font-size: 18px;
	line-height: 1;
	display: inline-block
}

.footer-1-0 .footer-item {
	line-height: 1.3;
	margin-bottom: 14px
}

@media (min-width:768px) {
	.footer-1-0 .row {
		margin-left: -21px;
		margin-right: -21px
	}

	.footer-1-0 .row .col-sm-4 {
		padding-left: 21px;
		padding-right: 21px
	}
}

.footer-2-0 {
	background-color: #3e6fb7;
	color: #fff;
	padding: 21px 0;
	text-align: center
}

.footer-2-0 .footer-item {
	line-height: 1.3;
	margin-bottom: 14px
}

.footer-2-0 .footer-item:last-child {
	margin-bottom: 0
}

.footer-3-0 {
	background-color: #101a29;
	padding: 21px 0;
	color: #fff;
	background-color: #333
}

.footer-3-0 .footer-logo {
	max-width: 280px;
	margin-bottom: 35px
}

.footer-3-0 .footer-logo-middle {
	margin-bottom: 42px
}

.footer-3-0 .footer-title {
	margin-bottom: 35px;
	margin-top: 21px;
	padding-bottom: 7px;
	border-bottom: 4px solid #7fcd60;
	font-size: 18px;
	line-height: 1;
	display: inline-block
}

.footer-3-0 .footer-item {
	line-height: 1.3;
	margin-bottom: 14px
}

@media (min-width:768px) {
	.footer-3-0 .row {
		margin-left: -21px;
		margin-right: -21px
	}

	.footer-3-0 .row .col-sm-4 {
		padding-left: 21px;
		padding-right: 21px
	}
}

.footer-3-0 .footer-title {
	border-color: #3e6fb7;
	padding-bottom: 14px;
	margin-bottom: 28px;
	overflow: hidden
}

.footer-3-0 .footer-logo-bottom .footer-item {
	display: inline-block;
	margin-right: 7px;
	text-align: center;
	vertical-align: top
}

.footer-3-0 .footer-logo-bottom .footer-item img {
	max-width: 80px
}

.footer-3-0 .footer-logo-bottom .footer-item .footer-item-title {
	margin: 7px;
	line-height: 1.5
}

.footer-3-0 .footer-logo-bottom .footer-item:last-child {
	margin-right: 0
}

.footer-3-0 .footer-bottom {
	margin-top: 14px;
	padding: 14px 0;
	padding-bottom: 0;
	text-align: center;
	border-top: 1px solid #eee
}

.footer-3-0 .footer-bottom .footer-text {
	line-height: 1.5;
	color: #eee
}

@media (min-width:768px) {
	.footer-3-0 .footer-bottom {
		padding: 21px 0;
		padding-bottom: 0
	}
}

.footer-3-1 {
	background-color: #101a29;
	padding: 21px 0;
	color: #fff;
	background-color: transparent;
	color: #000;
	padding: 0
}

.footer-3-1 .footer-logo {
	max-width: 280px;
	margin-bottom: 35px
}

.footer-3-1 .footer-logo-middle {
	margin-bottom: 42px
}

.footer-3-1 .footer-title {
	margin-bottom: 35px;
	margin-top: 21px;
	padding-bottom: 7px;
	border-bottom: 4px solid #7fcd60;
	font-size: 18px;
	line-height: 1;
	display: inline-block
}

.footer-3-1 .footer-item {
	line-height: 1.3;
	margin-bottom: 14px
}

@media (min-width:768px) {
	.footer-3-1 .row {
		margin-left: -21px;
		margin-right: -21px
	}

	.footer-3-1 .row .col-sm-4 {
		padding-left: 21px;
		padding-right: 21px
	}
}

.footer-3-1>.inner {
	padding-top: 14px;
	padding-bottom: 14px
}

.footer-3-1 .footer-code .footer-item {
	display: inline-block;
	max-width: 85px;
	margin-right: 14px;
	vertical-align: top;
	width: 30%
}

.footer-3-1 .footer-code .footer-item:last-child {
	margin-right: 0
}

.footer-3-1 .footer-code .footer-item .footer-item-title {
	margin: 7px;
	line-height: 1.5
}

.footer-3-1 .footer-title {
	margin-top: 0;
	margin-bottom: 21px
}

.footer-3-1 .footer-bottom {
	background-color: #333;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	padding: 10.5px 0
}

@media (min-width:992px) {
	.footer-3-1>.inner {
		padding-top: 21px;
		padding-bottom: 21px
	}

	.footer-3-1 .footer-code {
		text-align: center
	}

	.footer-3-1 .footer-code .footer-item {
		text-align: center;
		max-width: 117px
	}
}

.footer-4-0 {
	background-color: #2c343f;
	color: #fff
}

.footer-4-0 .footer-body .info {
	margin-bottom: 14px
}

.footer-4-0 .footer-body .info .item {
	display: inline-block;
	position: relative;
	list-style: none
}

.footer-4-0 .footer-body .info .item:hover .popover {
	opacity: 1;
	z-index: 1;
	transform: translate(-50%, -20px)
}

.footer-4-0 .footer-body .info .item:not(:last-child) {
	margin-right: 14px
}

.footer-4-0 .footer-body .info .item>a {
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #6b798b;
	color: #fff;
	border-radius: 25px;
	font-size: 30px
}

.footer-4-0 .footer-body .info .item>a:hover {
	background-color: #3e6fb7
}

.footer-4-0 .footer-body .info .item .popover {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	z-index: -1;
	opacity: 0;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 10px);
	padding: 14px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.5)
}

.footer-4-0 .footer-body .info .item .popover:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.footer-4-0 .footer-body .info .item .popover img {
	width: 150px;
	max-width: 150px
}

.footer-4-0 .footer-body .info .item .popover .text {
	white-space: nowrap
}

.footer-4-0 .footer-body .phone {
	margin-bottom: 14px
}

.footer-4-0 .footer-body .phone .title {
	font-size: 13px
}

.footer-4-0 .footer-body .phone .number {
	margin-top: 7px;
	position: relative
}

.footer-4-0 .footer-body .phone .number:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.footer-4-0 .footer-body .phone .number>span {
	display: inline-block;
	padding: 7px;
	position: relative;
	background-color: #2c343f;
	font-size: 1.875rem
}

.footer-4-0 .footer-body .logo img {
	height: 40px
}

.footer-4-0 .footer-body .copyright {
	font-size: 13px;
	opacity: 0.5;
	line-height: 20px;
	color: #fff
}

.footer-4-0 .footer-body .copyright p,
.footer-4-0 .footer-body .copyright span {
	color: inherit
}

.footer-4-0 .footer-body .copyright a {
	opacity: 0.6;
	color: inherit;
	position: relative;
	font-style: oblique
}

@media only screen and (min-width:768px) {
	.footer-4-0 .footer-body .copyright a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.footer-4-0 .footer-body .copyright a:hover:before {
		transform: scaleX(1)
	}
}

.footer-5-0 .footer-content {
	padding: 14px 0;
	padding-top: 0
}

.footer-5-0 .footer-bottom {
	text-align: center;
	padding: 14px 0;
	line-height: 1.5
}

.footer-5-0 .footer-bottom span {
	margin: 0 14px
}

.footer-5-0 .footer-title {
	font-size: 16px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-top: 14px;
	margin-bottom: 7px
}

.footer-5-0 .footer-item {
	line-height: 1.5;
	margin-bottom: 7px
}

.footer-5-0 .footer-item span,
.footer-5-0 .footer-item div,
.footer-5-0 .footer-item p {
	line-height: inherit
}

.footer-5-0 .footer-item.footer-item-table span {
	float: left
}

.footer-5-0 .footer-item.footer-item-table .footer-item-text {
	display: block;
	overflow: hidden
}

.footer-5-0 .footer-item .footer-item-text {
	display: inline;
	word-break: break-all
}

.footer-5-0 .footer-code {
	display: inline-block;
	margin-right: 28px
}

.footer-5-0 .footer-code:last-child {
	margin-right: 0
}

.footer-5-0 .footer-code .footer-item-title {
	text-align: center;
	padding: 7px 0
}

.footer-5-0 .footer-code img {
	max-width: 120px
}

@media (min-width:992px) {
	.footer-5-0 .footer-content {
		padding: 28px 0
	}

	.footer-5-0 .footer-title {
		margin-top: 0;
		margin-bottom: 21px
	}
}

.footer-6-0 .footer-content {
	padding: 14px 0;
	padding-top: 0
}

.footer-6-0 .footer-bottom {
	text-align: center;
	padding: 14px 0;
	line-height: 1.5
}

.footer-6-0 .footer-bottom span {
	margin: 0 14px
}

.footer-6-0 .footer-title {
	font-size: 16px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-top: 14px;
	margin-bottom: 7px
}

.footer-6-0 .footer-item {
	line-height: 1.5;
	margin-bottom: 7px
}

.footer-6-0 .footer-item span,
.footer-6-0 .footer-item div,
.footer-6-0 .footer-item p {
	line-height: inherit
}

.footer-6-0 .footer-item.footer-item-table span {
	float: left
}

.footer-6-0 .footer-item.footer-item-table .footer-item-text {
	display: block;
	overflow: hidden
}

.footer-6-0 .footer-item .footer-item-text {
	display: inline;
	word-break: break-all
}

.footer-6-0 .footer-code {
	display: inline-block;
	margin-right: 28px
}

.footer-6-0 .footer-code:last-child {
	margin-right: 0
}

.footer-6-0 .footer-code .footer-item-title {
	text-align: center;
	padding: 7px 0
}

.footer-6-0 .footer-code img {
	max-width: 120px
}

@media (min-width:992px) {
	.footer-6-0 .footer-content {
		padding: 28px 0
	}

	.footer-6-0 .footer-title {
		margin-top: 0;
		margin-bottom: 21px
	}
}

.footer-6-0 .inner {
	position: relative;
	z-index: 2
}

.footer-6-0 .footer-content {
	position: relative
}

.footer-6-0 .footer-content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 26, 41, 0.07000000000000001)
}

.footer-6-0 a {
	color: #000
}

.footer-6-0 a:hover {
	color: #101a29
}

.footer-6-0 .footer-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.footer-6-0 .footer-title {
	color: #000;
	font-size: 20px;
	margin-bottom: 21px
}

.footer-6-0 .footer-title::after {
	content: "";
	display: block;
	width: 50px;
	margin-top: 7px;
	background-color: #101a29;
	height: 6px
}

.footer-6-0 .footer-content-left .footer-item-box {
	margin-left: -14px;
	margin-right: -14px
}

.footer-6-0 .footer-content-left .footer-item-box:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.footer-6-0 .footer-content-left .footer-item-box .footer-item {
	padding-left: 14px;
	padding-right: 14px;
	float: left;
	width: 50%
}

.footer-6-0 .footer-content-middle .footer-item-box {
	margin-left: -14px;
	margin-right: -14px
}

.footer-6-0 .footer-content-middle .footer-item-box:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.footer-6-0 .footer-content-middle .footer-item-box .footer-item {
	padding-left: 14px;
	padding-right: 14px;
	float: left
}

.footer-6-0 .footer-content-middle .footer-item-box .footer-item .footer-item {
	padding: 0;
	width: 100%
}

.footer-6-0 .footer-content-middle .footer-item-box .footer-item.footer-code {
	width: 30%;
	margin-right: 0
}

.footer-6-0 .footer-content-middle .footer-item-box .footer-item.footer-code img {
	max-width: 100%
}

.footer-6-0 .footer-content-middle .footer-item-box .footer-item.footer-item-text {
	width: 70%
}

@media (min-width:992px) {
	.footer-6-0 .footer-content {
		padding: 42px 0
	}
}

.footer-7-0 {
	background-color: #3e6fb7;
	padding: 35px 0;
	padding-bottom: 21px
}

.footer-7-0 .footer-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.footer-7-0 .footer-body .footer-title {
	float: left;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	padding-right: 28px;
	margin-right: 28px;
	position: relative
}

.footer-7-0 .footer-body .footer-title::after {
	content: "";
	display: block;
	height: 18px;
	width: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.footer-7-0 .footer-body .footer-content {
	overflow: hidden
}

.footer-7-0 .footer-body .footer-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
	margin-bottom: 14px
}

.footer-7-0 .footer-body .footer-item:last-child {
	margin-right: 0
}

.footer-7-0 .footer-body .footer-item a {
	font-size: 16px;
	line-height: 1.5;
	color: #fff
}

.footer-8-0 .footer-body {
	position: relative
}

.footer-8-0 .footer-logo {
	overflow: hidden;
	min-height: 80px
}

.footer-8-0 .footer-logo .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.footer-8-0 .footer-content {
	text-align: center;
	margin-top: 7px
}

.footer-8-0 .footer-content .footer-content-title {
	padding: 7px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5
}

.footer-8-0 .footer-content .footer-content-subtitle {
	padding: 7px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.5
}

.footer-8-0 .footer-link {
	text-align: center;
	padding-bottom: 7px
}

.footer-8-0 .footer-link .footer-link-item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 7px 14px
}

.footer-8-0 .footer-link .footer-link-item:hover a {
	color: #3e6fb7;
	background-color: #fff
}

.footer-8-0 .footer-link .footer-link-item:hover .popover {
	opacity: 1;
	z-index: 1;
	transform: translate(-50%, -20px)
}

.footer-8-0 .footer-link .footer-link-item .popover {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	z-index: -1;
	opacity: 0;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 10px);
	padding: 14px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.5)
}

.footer-8-0 .footer-link .footer-link-item .popover:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.footer-8-0 .footer-link .footer-link-item .popover img {
	width: 110px;
	max-width: 110px
}

.footer-8-0 .footer-link .footer-link-item .popover .text {
	white-space: nowrap
}

.footer-8-0 .footer-link .footer-link-item:last-child::before {
	display: none
}

.footer-8-0 .footer-link .footer-link-item::before {
	content: "";
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	width: 1px;
	background-color: #fff;
	opacity: 0.5
}

.footer-8-0 .footer-link .footer-link-item a {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 0;
	height: 40px;
	width: 40px;
	position: relative
}

.footer-8-0 .footer-link .footer-link-item a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.footer-8-0 .footer-bottom {
	background-color: #333;
	padding: 14px 0
}

.footer-8-0 .footer-bottom .footer-bottom-text {
	color: #fff;
	opacity: 0.5;
	text-align: center;
	font-size: 14px;
	line-height: 1.5
}

@media (min-width:992px) {
	.footer-8-0 .footer-content {
		padding: 4px 0;
		margin-top: 0
	}

	.footer-8-0 .footer-content .footer-content-title {
		padding: 14px;
		font-size: 20px
	}

	.footer-8-0 .footer-content .footer-content-subtitle {
		padding: 14px;
		font-size: 30px
	}

	.footer-8-0 .footer-link {
		margin-top: 14px;
		padding-bottom: 0
	}

	.footer-8-0 .footer-link .footer-link-item a {
		padding: 14px
	}
}

.footer-9-0 .footer-body {
	background-color: rgba(62, 111, 183, 0.8);
	color: #fff;
	padding: 14px 0;
	margin-top: 60px;
	position: relative
}

.footer-9-0 .footer-body::before {
	content: "";
	display: block;
	border-width: 0 0 60px 100vw;
	border-style: solid;
	border-color: transparent transparent #3e6fb7 transparent;
	opacity: 0.8;
	position: absolute;
	top: -60px;
	right: 0
}

.footer-9-0 .footer-body .footer-logo {
	text-align: center;
	margin-bottom: 14px
}

.footer-9-0 .footer-body .footer-link {
	text-align: center
}

.footer-9-0 .footer-body .footer-link .footer-link-item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 7px 14px;
	text-align: center
}

.footer-9-0 .footer-body .footer-link .footer-link-item a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 14px 7px;
	border-radius: 8px;
	transition: all .3s;
	width: 95px
}

.footer-9-0 .footer-body .footer-link .footer-link-item a i {
	font-size: 30px;
	margin-bottom: 7px
}

.footer-9-0 .footer-body .footer-link .footer-link-item a .footer-link-title {
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.footer-9-0 .footer-body .footer-link .footer-link-item:hover .popover {
	opacity: 1;
	z-index: 9;
	transform: translate(-50%, -20px)
}

.footer-9-0 .footer-body .footer-link .footer-link-item:hover a {
	background-color: #fff;
	color: #3e6fb7
}

.footer-9-0 .footer-body .footer-link .footer-link-item .popover {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	z-index: -1;
	opacity: 0;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 10px);
	padding: 14px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.5)
}

.footer-9-0 .footer-body .footer-link .footer-link-item .popover:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.footer-9-0 .footer-body .footer-link .footer-link-item .popover img {
	width: 110px;
	max-width: 110px
}

.footer-9-0 .footer-body .footer-link .footer-link-item .popover .text {
	white-space: nowrap
}

.footer-9-0 .footer-body .footer-bottom {
	font-size: 16px;
	margin: 14px 0;
	text-align: center;
	line-height: 1
}

.footer-9-0 .footer-body .footer-bottom::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 1px;
	background-color: #fff;
	margin-right: 14px
}

@media (min-width:768px) {
	.footer-9-0 .footer-body {
		margin-top: 114px
	}

	.footer-9-0 .footer-body::before {
		border-width: 0 0 114px 100vw;
		top: -114px
	}

	.footer-9-0 .footer-body .footer-link {
		text-align: right
	}

	.footer-9-0 .footer-body .footer-logo {
		margin-top: 14px;
		text-align: left
	}
}

@media (min-width:992px) {
	.footer-9-0 .footer-body .footer-logo img {
		width: auto;
		height: 82px
	}

	.footer-9-0 .footer-body .footer-link .footer-link-item a {
		width: 124px;
		height: 124px;
		padding: 21px 7px
	}

	.footer-9-0 .footer-body .footer-link .footer-link-item a i {
		font-size: 44px
	}

	.footer-9-0 .footer-body .footer-link .footer-link-item a .footer-link-title {
		font-size: 18px
	}

	.footer-9-0 .footer-body .footer-bottom {
		text-align: left;
		font-size: 28px;
		margin-bottom: 14px;
		padding-left: 10%;
		position: relative;
		top: -14px
	}
}

.footer-11-0 .footer-body {
	padding-top: 56px;
	padding-bottom: 84px
}

.footer-11-0 .footer-item--title {
	font-size: 18px;
	color: #3e6fb7
}

.footer-11-0 .footer-item--title:after {
	content: "";
	display: block;
	margin-top: 14px;
	width: 100px;
	height: 2px;
	background-color: #3e6fb7
}

.footer-11-0 .footer-item--body {
	font-size: 14px
}

.footer-11-0 .footer-qrcode--item {
	width: 148px
}

.footer-11-0 .footer-copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px;
	background-color: #3e6fb7;
	color: #fff;
	font-size: 12px
}

.footer-12-0 {
	background-color: #034ea2;
	padding-top: 21px;
	padding-bottom: 21px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #fff
}

@media (min-width:1200px) {
	.footer-12-0 {
		padding-top: 42px;
		padding-bottom: 42px
	}
}

@media (min-width:1200px) {
	.footer-12-0 .row.gutters--custom {
		display: flex
	}
}

@media (min-width:1470px) {
	.footer-12-0 .row.gutters--custom {
		margin-left: -28px;
		margin-right: -28px
	}
}

@media (min-width:1200px) {
	.footer-12-0 .row.gutters--custom>[class|="col"]:not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.25)
	}
}

@media (min-width:1470px) {
	.footer-12-0 .row.gutters--custom>[class|="col"] {
		padding-left: 28px;
		padding-right: 28px
	}
}

.footer-12-0 .footer-item {
	margin-bottom: 28px
}

@media (min-width:1200px) {
	.footer-12-0 .footer-item {
		margin-bottom: 0
	}
}

.footer-12-0 .footer-item.item-qrcode {
	text-align: center
}

.footer-12-0 .footer-item.item-qrcode .item-logo {
	margin-bottom: 28px;
	max-width: 100%
}

.footer-12-0 .footer-item.item-qrcode .item-qrcodes:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.footer-12-0 .footer-item.item-qrcode .item-qrcodes .qrcode-item {
	/*float: left*/
}

.footer-12-0 .footer-item.item-qrcode .item-qrcodes .qrcode-item:first-child {
	margin-right: 28px
}

.footer-12-0 .footer-item.item-qrcode .item-media img {
	width: 145px;
	height: 145px;
	object-fit: contain;
	object-position: center
}

.footer-12-0 .footer-item.item-qrcode .item-label {
	margin-top: 14px
}

.footer-12-0 .footer-item.item-copyright {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 28px;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #fff
}

.footer-12-0 .footer-item .item-body {
	max-width: 100%;
	display: table
}

.footer-12-0 .footer-item .item-body.item-email {
	display: block
}

.footer-12-0 .footer-item .item-body.item-email:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.footer-12-0 .footer-item .item-body.item-email .item-label,
.footer-12-0 .footer-item .item-body.item-email .item-separator,
.footer-12-0 .footer-item .item-body.item-email .item-values {
	display: block;
	float: left
}

.footer-12-0 .footer-item .item-body.item-email .item-content .item-values {
	word-break: break-all
}

.footer-12-0 .footer-item .item-body .item-content {
	display: table-row
}

.footer-12-0 .footer-item .item-body .item-content .item-label {
	position: relative;
	display: table-cell;
	white-space: nowrap;
	text-align-last: justify
}

.footer-12-0 .footer-item .item-body .item-content .item-values {
	display: table-cell
}

.footer-12-0 .footer-item .item-title {
	font-size: 18px;
	color: inherit;
	margin-bottom: 28px;
	font-weight: bold
}

@media (min-width:1200px) {
	.footer-12-0 .footer-item .item-title {
		font-size: 20px
	}
}

.footer-12-0 .footer-item .item-title:after {
	content: "";
	display: block;
	width: 55px;
	height: 5px;
	background-color: #ffffff;
	margin-top: 14px
}

.footer-12-0 .footer-item .item-content {
	margin-bottom: 7px;
	line-height: 2
}

.footer-12-0 a {
	color: inherit
}

.calendar-1-0 a {
	color: #000
}

.calendar-1-0 .calendar-top {
	text-align: right;
	margin-bottom: 28px
}

.calendar-1-0 .calendar-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.calendar-1-0 .calendar-top[class*="col-"] {
	padding: 0
}

.calendar-1-0 .calendar-top-title {
	float: left;
	color: #3e6fb7;
	margin-top: 3.5px
}

.calendar-1-0 .calendar-top-title .calendar-top-title-content {
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 1
}

.calendar-1-0 .calendar-top-title .calendar-top-title-content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-left: 14px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.calendar-1-0 .calendar-top-subtitle {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	margin-left: 28px
}

.calendar-1-0 .calendar-top-subtitle span {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	float: left;
	margin-right: 14px
}

.calendar-1-0 .calendar-content {
	margin: 14px 0
}

.calendar-1-0 .calendar-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.calendar-1-0 .calendar-table {
	overflow: auto
}

.calendar-1-0 .calendar-table table {
	width: 100%;
	min-width: 800px;
	background-color: transparent;
	border: 1px solid #c6c6c6;
	margin: auto
}

.calendar-1-0 .calendar-table table tbody tr th,
.calendar-1-0 .calendar-table table tbody tr td {
	padding-left: 7px;
	padding-right: 7px;
	min-width: 60px;
	width: 120px
}

.calendar-1-0 .calendar-table table tbody tr th:first-child,
.calendar-1-0 .calendar-table table tbody tr td:first-child {
	width: 60px
}

.calendar-1-0 .calendar-table table tbody tr th {
	background-color: #f2f2f2;
	border-right: 1px solid #c6c6c6
}

.calendar-1-0 .calendar-table table tbody tr td {
	border-right: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6
}

.calendar-1-0 .calendar-table table tbody tr td span,
.calendar-1-0 .calendar-table table tbody tr td a {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	margin: 3.5px 0
}

.calendar-1-0 .calendar-table .calendar-table-title {
	text-align: center;
	margin-bottom: 3.5px
}

.calendar-1-0 .calendar-table .calendar-table-subtitle {
	text-align: center;
	font-weight: normal;
	color: #777
}

.calendar-1-0 .calendar-text-item {
	line-height: 1.5;
	color: #777
}

.calendar-1-0 .calendar-link {
	margin: 14px 0
}

.calendar-1-0 .calendar-link a {
	color: #fff;
	background-color: #7fcd60;
	padding: 7px 14px;
	border-radius: 20px;
	border: 1px solid #7fcd60;
	display: inline-block;
	text-align: center;
	min-width: 100px
}

.calendar-1-0 .calendar-link a:hover {
	background-color: transparent;
	color: #7fcd60
}

.calendar-1-0 .calendar-bottom {
	font-size: 16px;
	line-height: 1.5;
	color: #777;
	margin-top: 14px;
	margin-bottom: 7px
}

.calendar-1-0 .calendar-bg-color {
	display: block;
	text-align: center;
	height: 22px !important;
	width: 22px !important;
	border-radius: 50%;
	float: none !important;
	margin: 3.5px auto !important
}

@media (max-width:768px) {
	.calendar-1-0 .calendar-top {
		text-align: left
	}

	.calendar-1-0 .calendar-top-subtitle {
		margin-left: 0;
		margin-right: 14px;
		font-size: 14px
	}

	.calendar-1-0 .calendar-top-subtitle span {
		margin-right: 7px;
		margin-top: 2.5px;
		height: 18px;
		width: 18px
	}

	.calendar-1-0 .calendar-top-subtitle:last-child {
		margin-right: 0
	}

	.calendar-1-0 .calendar-top-title {
		float: none;
		margin-bottom: 14px;
		line-height: 1.5
	}

	.calendar-1-0 .calendar-table {
		margin-bottom: 14px
	}
}

.calendar-1-1 a {
	color: #000
}

.calendar-1-1 .calendar-top {
	text-align: right;
	margin-bottom: 28px
}

.calendar-1-1 .calendar-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.calendar-1-1 .calendar-top[class*="col-"] {
	padding: 0
}

.calendar-1-1 .calendar-top-title {
	float: left;
	color: #3e6fb7;
	margin-top: 3.5px
}

.calendar-1-1 .calendar-top-title .calendar-top-title-content {
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 1
}

.calendar-1-1 .calendar-top-title .calendar-top-title-content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-left: 14px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.calendar-1-1 .calendar-top-subtitle {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	margin-left: 28px
}

.calendar-1-1 .calendar-top-subtitle span {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	float: left;
	margin-right: 14px
}

.calendar-1-1 .calendar-content {
	margin: 14px 0
}

.calendar-1-1 .calendar-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.calendar-1-1 .calendar-table {
	overflow: auto
}

.calendar-1-1 .calendar-table table {
	width: 100%;
	min-width: 800px;
	background-color: transparent;
	border: 1px solid #c6c6c6;
	margin: auto
}

.calendar-1-1 .calendar-table table tbody tr th,
.calendar-1-1 .calendar-table table tbody tr td {
	padding-left: 7px;
	padding-right: 7px;
	min-width: 60px;
	width: 120px
}

.calendar-1-1 .calendar-table table tbody tr th:first-child,
.calendar-1-1 .calendar-table table tbody tr td:first-child {
	width: 60px
}

.calendar-1-1 .calendar-table table tbody tr th {
	background-color: #f2f2f2;
	border-right: 1px solid #c6c6c6
}

.calendar-1-1 .calendar-table table tbody tr td {
	border-right: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6
}

.calendar-1-1 .calendar-table table tbody tr td span,
.calendar-1-1 .calendar-table table tbody tr td a {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	margin: 3.5px 0
}

.calendar-1-1 .calendar-table .calendar-table-title {
	text-align: center;
	margin-bottom: 3.5px
}

.calendar-1-1 .calendar-table .calendar-table-subtitle {
	text-align: center;
	font-weight: normal;
	color: #777
}

.calendar-1-1 .calendar-text-item {
	line-height: 1.5;
	color: #777
}

.calendar-1-1 .calendar-link {
	margin: 14px 0
}

.calendar-1-1 .calendar-link a {
	color: #fff;
	background-color: #7fcd60;
	padding: 7px 14px;
	border-radius: 20px;
	border: 1px solid #7fcd60;
	display: inline-block;
	text-align: center;
	min-width: 100px
}

.calendar-1-1 .calendar-link a:hover {
	background-color: transparent;
	color: #7fcd60
}

.calendar-1-1 .calendar-bottom {
	font-size: 16px;
	line-height: 1.5;
	color: #777;
	margin-top: 14px;
	margin-bottom: 7px
}

.calendar-1-1 .calendar-bg-color {
	display: block;
	text-align: center;
	height: 22px !important;
	width: 22px !important;
	border-radius: 50%;
	float: none !important;
	margin: 3.5px auto !important
}

@media (max-width:768px) {
	.calendar-1-1 .calendar-top {
		text-align: left
	}

	.calendar-1-1 .calendar-top-subtitle {
		margin-left: 0;
		margin-right: 14px;
		font-size: 14px
	}

	.calendar-1-1 .calendar-top-subtitle span {
		margin-right: 7px;
		margin-top: 2.5px;
		height: 18px;
		width: 18px
	}

	.calendar-1-1 .calendar-top-subtitle:last-child {
		margin-right: 0
	}

	.calendar-1-1 .calendar-top-title {
		float: none;
		margin-bottom: 14px;
		line-height: 1.5
	}

	.calendar-1-1 .calendar-table {
		margin-bottom: 14px
	}
}

.calendar-1-2 a {
	color: #000
}

.calendar-1-2 .calendar-top {
	text-align: right;
	margin-bottom: 28px
}

.calendar-1-2 .calendar-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.calendar-1-2 .calendar-top[class*="col-"] {
	padding: 0
}

.calendar-1-2 .calendar-top-title {
	float: left;
	color: #3e6fb7;
	margin-top: 3.5px
}

.calendar-1-2 .calendar-top-title .calendar-top-title-content {
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 1
}

.calendar-1-2 .calendar-top-title .calendar-top-title-content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-left: 14px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.calendar-1-2 .calendar-top-subtitle {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	margin-left: 28px
}

.calendar-1-2 .calendar-top-subtitle span {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	float: left;
	margin-right: 14px
}

.calendar-1-2 .calendar-content {
	margin: 14px 0
}

.calendar-1-2 .calendar-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.calendar-1-2 .calendar-table {
	overflow: auto
}

.calendar-1-2 .calendar-table table {
	width: 100%;
	min-width: 800px;
	background-color: transparent;
	border: 1px solid #c6c6c6;
	margin: auto
}

.calendar-1-2 .calendar-table table tbody tr th,
.calendar-1-2 .calendar-table table tbody tr td {
	padding-left: 7px;
	padding-right: 7px;
	min-width: 60px;
	width: 120px
}

.calendar-1-2 .calendar-table table tbody tr th:first-child,
.calendar-1-2 .calendar-table table tbody tr td:first-child {
	width: 60px
}

.calendar-1-2 .calendar-table table tbody tr th {
	background-color: #f2f2f2;
	border-right: 1px solid #c6c6c6
}

.calendar-1-2 .calendar-table table tbody tr td {
	border-right: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6
}

.calendar-1-2 .calendar-table table tbody tr td span,
.calendar-1-2 .calendar-table table tbody tr td a {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	margin: 3.5px 0
}

.calendar-1-2 .calendar-table .calendar-table-title {
	text-align: center;
	margin-bottom: 3.5px
}

.calendar-1-2 .calendar-table .calendar-table-subtitle {
	text-align: center;
	font-weight: normal;
	color: #777
}

.calendar-1-2 .calendar-text-item {
	line-height: 1.5;
	color: #777
}

.calendar-1-2 .calendar-link {
	margin: 14px 0
}

.calendar-1-2 .calendar-link a {
	color: #fff;
	background-color: #7fcd60;
	padding: 7px 14px;
	border-radius: 20px;
	border: 1px solid #7fcd60;
	display: inline-block;
	text-align: center;
	min-width: 100px
}

.calendar-1-2 .calendar-link a:hover {
	background-color: transparent;
	color: #7fcd60
}

.calendar-1-2 .calendar-bottom {
	font-size: 16px;
	line-height: 1.5;
	color: #777;
	margin-top: 14px;
	margin-bottom: 7px
}

.calendar-1-2 .calendar-bg-color {
	display: block;
	text-align: center;
	height: 22px !important;
	width: 22px !important;
	border-radius: 50%;
	float: none !important;
	margin: 3.5px auto !important
}

@media (max-width:768px) {
	.calendar-1-2 .calendar-top {
		text-align: left
	}

	.calendar-1-2 .calendar-top-subtitle {
		margin-left: 0;
		margin-right: 14px;
		font-size: 14px
	}

	.calendar-1-2 .calendar-top-subtitle span {
		margin-right: 7px;
		margin-top: 2.5px;
		height: 18px;
		width: 18px
	}

	.calendar-1-2 .calendar-top-subtitle:last-child {
		margin-right: 0
	}

	.calendar-1-2 .calendar-top-title {
		float: none;
		margin-bottom: 14px;
		line-height: 1.5
	}

	.calendar-1-2 .calendar-table {
		margin-bottom: 14px
	}
}

.calendar-1-2 .calendar-top-title .calendar-top-title-content::before {
	display: none
}

.calendar-1-2 .calendar-bottom {
	color: #000
}

.calendar-1-2 .calendar-text-item {
	color: #000
}

.calendar-1-2 .calendar-text {
	padding-bottom: 28px;
	border-bottom: 1px solid #808080
}

.calendar-1-2 .calendar-tag {
	margin-top: 14px;
	margin-bottom: 14px
}

.calendar-1-2 .calendar-tag .tag-item {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	margin-right: 28px
}

.calendar-1-2 .calendar-tag .tag-item span {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	float: left;
	margin-right: 14px
}

.calendar-1-2 table>thead>tr>th {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	background-color: #e5e5e5;
	color: #282b00;
	font-size: 16px;
	font-weight: normal;
	padding: 14px
}

@media (min-width:1200px) {
	.calendar-1-2 table>thead>tr>th {
		font-size: 20px;
		padding: 21px
	}
}

@media (min-width:1470px) {
	.calendar-1-2 table>thead>tr>th {
		font-size: 24px
	}
}

.calendar-1-2 table>tbody>tr>td {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	background-color: #ffffff;
	color: #595757;
	font-size: 14px;
	padding: 14px
}

@media (min-width:1200px) {
	.calendar-1-2 table>tbody>tr>td {
		font-size: 16px;
		padding: 21px
	}
}

@media (min-width:1470px) {
	.calendar-1-2 table>tbody>tr>td {
		font-size: 20px;
		padding: 21px
	}
}

.calendar-1-2 .calendar-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 7px
}

.calendar-1-2 .calendar-head:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.calendar-1-2 .calendar-head {
		margin-bottom: 14px
	}
}

.calendar-1-2 .calendar-head .calendar-icon {
	float: left;
	line-height: 1;
	border-radius: 999px;
	color: #034ea2;
	font-size: 24px;
	margin-right: 7px
}

@media (min-width:1200px) {
	.calendar-1-2 .calendar-head .calendar-icon {
		font-size: 26px
	}
}

@media (min-width:1470px) {
	.calendar-1-2 .calendar-head .calendar-icon {
		font-size: 30px
	}
}

.calendar-1-2 .calendar-head .calendar-title {
	font-size: 24px
}

.calendar-1-2 .calendar-head .calendar-title:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.calendar-1-2 .calendar-head .calendar-title {
		font-size: 26px
	}
}

@media (min-width:1470px) {
	.calendar-1-2 .calendar-head .calendar-title {
		font-size: 30px
	}
}

.calendar-1-2 .calendar-head .calendar-title .part {
	float: left
}

.calendar-1-2 .calendar-head .calendar-title .part.part-1 {
	color: #171311
}

.calendar-1-2 .calendar-head .calendar-title .part.part-2 {
	color: #034ea2
}

.calendar-2-0 .calendar-top {
	text-align: right;
	margin-bottom: 14px;
	padding-bottom: 28px;
	border-bottom: 1px solid #c6c6c6
}

.calendar-2-0 .calendar-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.calendar-2-0 .calendar-top-title {
	float: left;
	margin-top: 3.5px;
	overflow: hidden
}

.calendar-2-0 .calendar-top-title .calendar-top-title-content {
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	font-weight: bold
}

.calendar-2-0 .calendar-top-subtitle {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	margin-left: 28px
}

.calendar-2-0 .calendar-top-subtitle span {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	float: left;
	margin-right: 14px
}

.calendar-2-0 .calendar-table {
	overflow: auto
}

.calendar-2-0 .calendar-table table {
	width: 100%;
	min-width: 992px;
	background-color: transparent;
	border: 1px solid #c6c6c6;
	margin: auto
}

.calendar-2-0 .calendar-table table tbody tr th,
.calendar-2-0 .calendar-table table tbody tr td {
	padding-left: 7px;
	padding-right: 7px;
	width: 30px
}

.calendar-2-0 .calendar-table table tbody tr th {
	background-color: #f2f2f2;
	border-right: 1px solid #c6c6c6;
	text-align: center
}

.calendar-2-0 .calendar-table table tbody tr th[rowspan*="2"] {
	background-color: transparent
}

.calendar-2-0 .calendar-table table tbody tr th .calendar-table-title {
	display: inline-block
}

.calendar-2-0 .calendar-table table tbody tr th .calendar-table-subtitle {
	display: inline-block
}

.calendar-2-0 .calendar-table table tbody tr td {
	border-right: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6
}

.calendar-2-0 .calendar-table table tbody tr td span,
.calendar-2-0 .calendar-table table tbody tr td a {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin: 3.5px 0
}

.calendar-2-0 .calendar-table .calendar-table-title {
	text-align: center;
	margin-bottom: 3.5px
}

.calendar-2-0 .calendar-table .calendar-table-subtitle {
	text-align: center;
	font-weight: normal;
	color: #777
}

.calendar-2-0 .calendar-content-top {
	font-size: 16px;
	line-height: 1.5;
	color: #777;
	margin-top: 14px;
	margin-bottom: 14px
}

.calendar-2-0 .calendar-bottom {
	margin: 14px 0
}

.calendar-2-0 .calendar-bottom .calendar-bottom-content {
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 1.5;
	color: #3e6fb7
}

.calendar-2-0 .calendar-bottom .calendar-bottom-content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-left: 14px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.calendar-2-0 .calendar-bg-color {
	display: block;
	text-align: center;
	height: 22px !important;
	width: 22px !important;
	border-radius: 50%;
	float: none !important;
	margin: 3.5px auto !important
}

@media (max-width:768px) {
	.calendar-2-0 .calendar-top {
		text-align: left
	}

	.calendar-2-0 .calendar-top-subtitle {
		margin-left: 0;
		margin-right: 14px;
		font-size: 14px
	}

	.calendar-2-0 .calendar-top-subtitle span {
		margin-right: 7px;
		margin-top: 2.5px;
		height: 18px;
		width: 18px
	}

	.calendar-2-0 .calendar-top-subtitle:last-child {
		margin-right: 0
	}

	.calendar-2-0 .calendar-top-title {
		float: none;
		margin-bottom: 14px;
		line-height: 1.5
	}

	.calendar-2-0 .calendar-table {
		margin-bottom: 14px
	}
}

.calendar-2-1 .calendar-top {
	text-align: right;
	margin-bottom: 14px;
	padding-bottom: 28px;
	border-bottom: 1px solid #c6c6c6
}

.calendar-2-1 .calendar-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.calendar-2-1 .calendar-top-title {
	float: left;
	margin-top: 3.5px;
	overflow: hidden
}

.calendar-2-1 .calendar-top-title .calendar-top-title-content {
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	font-weight: bold
}

.calendar-2-1 .calendar-top-subtitle {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	margin-left: 28px
}

.calendar-2-1 .calendar-top-subtitle span {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	float: left;
	margin-right: 14px
}

.calendar-2-1 .calendar-table {
	overflow: auto
}

.calendar-2-1 .calendar-table table {
	width: 100%;
	min-width: 992px;
	background-color: transparent;
	border: 1px solid #c6c6c6;
	margin: auto
}

.calendar-2-1 .calendar-table table tbody tr th,
.calendar-2-1 .calendar-table table tbody tr td {
	padding-left: 7px;
	padding-right: 7px;
	width: 30px
}

.calendar-2-1 .calendar-table table tbody tr th {
	background-color: #f2f2f2;
	border-right: 1px solid #c6c6c6;
	text-align: center
}

.calendar-2-1 .calendar-table table tbody tr th[rowspan*="2"] {
	background-color: transparent
}

.calendar-2-1 .calendar-table table tbody tr th .calendar-table-title {
	display: inline-block
}

.calendar-2-1 .calendar-table table tbody tr th .calendar-table-subtitle {
	display: inline-block
}

.calendar-2-1 .calendar-table table tbody tr td {
	border-right: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6
}

.calendar-2-1 .calendar-table table tbody tr td span,
.calendar-2-1 .calendar-table table tbody tr td a {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin: 3.5px 0
}

.calendar-2-1 .calendar-table .calendar-table-title {
	text-align: center;
	margin-bottom: 3.5px
}

.calendar-2-1 .calendar-table .calendar-table-subtitle {
	text-align: center;
	font-weight: normal;
	color: #777
}

.calendar-2-1 .calendar-content-top {
	font-size: 16px;
	line-height: 1.5;
	color: #777;
	margin-top: 14px;
	margin-bottom: 14px
}

.calendar-2-1 .calendar-bottom {
	margin: 14px 0
}

.calendar-2-1 .calendar-bottom .calendar-bottom-content {
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 1.5;
	color: #3e6fb7
}

.calendar-2-1 .calendar-bottom .calendar-bottom-content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-left: 14px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.calendar-2-1 .calendar-bg-color {
	display: block;
	text-align: center;
	height: 22px !important;
	width: 22px !important;
	border-radius: 50%;
	float: none !important;
	margin: 3.5px auto !important
}

@media (max-width:768px) {
	.calendar-2-1 .calendar-top {
		text-align: left
	}

	.calendar-2-1 .calendar-top-subtitle {
		margin-left: 0;
		margin-right: 14px;
		font-size: 14px
	}

	.calendar-2-1 .calendar-top-subtitle span {
		margin-right: 7px;
		margin-top: 2.5px;
		height: 18px;
		width: 18px
	}

	.calendar-2-1 .calendar-top-subtitle:last-child {
		margin-right: 0
	}

	.calendar-2-1 .calendar-top-title {
		float: none;
		margin-bottom: 14px;
		line-height: 1.5
	}

	.calendar-2-1 .calendar-table {
		margin-bottom: 14px
	}
}

.calendar-2-1 .calendar-table table tbody tr td span,
.calendar-2-1 .calendar-table table tbody tr td a {
	display: none
}

.calendar-2-1 .calendar-table table tbody tr td span:first-child,
.calendar-2-1 .calendar-table table tbody tr td a:first-child {
	display: block
}

.calendar-3-0 .calendar-content {
	overflow: auto
}

.calendar-3-0 .calendar-content table {
	background-color: transparent;
	min-width: 800px
}

.calendar-3-0 .calendar-content table tr th,
.calendar-3-0 .calendar-content table tr td {
	border: none;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 20px
}

.calendar-3-0 .calendar-content table tr th .table-top-date {
	font-size: 14px;
	font-weight: normal
}

.calendar-3-0 .calendar-content table tr th .table-top-week {
	font-size: 14px
}

.calendar-3-0 .calendar-content table tbody {
	border: none;
	background-color: transparent;
	padding: 7px 0
}

.calendar-3-0 .calendar-content table tbody:nth-child(odd) {
	background-color: #f2f2f2
}

.calendar-3-0 .calendar-content table thead {
	background-color: #c6c6c6
}

.calendar-3-0 .calendar-content table thead tr th {
	background-color: #c6c6c6
}

.calendar-3-1 table thead tr th {
	text-align: center;
	background-color: #f2f2f2;
	border-bottom: none;
	font-size: 1.125rem;
	font-weight: normal
}

.calendar-3-1 table tbody tr td {
	text-align: center;
	border-bottom: 1px solid #c6c6c6;
	border-top: none;
	font-size: .875rem
}

.slick-slide:focus,
.slick-slide a:focus {
	outline: none !important
}

.carousel-4 .slick-slide {
	position: relative
}

.carousel-4 .slick-slide .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.carousel-4 .slick-slide .carousel-inner {
	padding-top: 65%
}

.carousel-4 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-4 .slick-slide .carousel-inner .carousel-wrapper {
	position: relative;
	bottom: 21px;
	width: 100%;
	line-height: 1;
	text-align: center
}

.carousel-4 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carousel-4.dots-inside .slick-dots {
	width: 100%;
	bottom: 21px
}

.carousel-4 .dots-animate-width li.slick-active {
	width: 20px
}

.carousel-4 .dots-animate-width li.slick-active button:before {
	background-color: #3e6fb7 !important
}

.carousel-4 .media-md {
	display: none
}

@media (min-width:768px) {
	.carousel-4 .slick-slide .carousel-inner {
		padding-top: 325px
	}

	.carousel-4 .slick-slide .carousel-inner .carousel-wrapper {
		position: absolute;
		bottom: 7px;
		width: 60%;
		text-align: left
	}

	.carousel-4.dots-inside .slick-dots {
		right: 14px;
		left: auto;
		width: auto
	}
}

@media (min-width:992px) {
	.carousel-4 .media-md {
		display: block
	}

	.carousel-4 .media-xs {
		display: none
	}
}

.carousel-4-1 .slick-slide {
	position: relative
}

.carousel-4-1 .slick-slide .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.carousel-4-1 .slick-slide .carousel-inner {
	padding-top: 65%
}

.carousel-4-1 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-4-1 .slick-slide .carousel-inner .carousel-wrapper {
	position: relative;
	bottom: 21px;
	width: 100%;
	line-height: 1;
	text-align: center
}

.carousel-4-1 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carousel-4-1.dots-inside .slick-dots {
	width: 100%;
	bottom: 21px
}

.carousel-4-1 .dots-animate-width li.slick-active {
	width: 20px
}

.carousel-4-1 .dots-animate-width li.slick-active button:before {
	background-color: #3e6fb7 !important
}

.carousel-4-1 .media-md {
	display: none
}

@media (min-width:768px) {
	.carousel-4-1 .slick-slide .carousel-inner {
		padding-top: 325px
	}

	.carousel-4-1 .slick-slide .carousel-inner .carousel-wrapper {
		position: absolute;
		bottom: 7px;
		width: 60%;
		text-align: left
	}

	.carousel-4-1.dots-inside .slick-dots {
		right: 14px;
		left: auto;
		width: auto
	}
}

@media (min-width:992px) {
	.carousel-4-1 .media-md {
		display: block
	}

	.carousel-4-1 .media-xs {
		display: none
	}
}

.carousel-4-1 .slick-slide .carousel-inner::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, #333 100%)
}

.carousel-4-1 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
	font-size: 16px
}

@media (min-width:768px) {
	.carousel-4-1 .slick-slide .carousel-inner {
		padding-top: 65%
	}

	.carousel-4-1 .slick-slide .carousel-inner .carousel-wrapper {
		bottom: 35px;
		left: 0;
		width: 100%;
		padding: 0 14px
	}
}

.carousel-5 {
	padding: 0 21px
}

.carousel-5 .slick-slide .carousel-inner {
	padding: 21px
}

.carousel-5 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-5 .slick-slide .carousel-inner .carousel-wrapper {
	text-align: center;
	height: 55px
}

.carousel-5 .slick-slide .carousel-inner .carousel-wrapper img {
	display: inline-block;
	text-align: center;
	height: 100%;
	width: auto
}

.carousel-5.arrow-inside .slick-prev:before,
.carousel-5.arrow-inside .slick-next:before {
	color: #a4a4a4
}

.carousel-5-1 {
	padding: 0 21px
}

.carousel-5-1 .slick-slide .carousel-inner {
	padding: 21px
}

.carousel-5-1 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-5-1 .slick-slide .carousel-inner .carousel-wrapper {
	text-align: center;
	height: 55px
}

.carousel-5-1 .slick-slide .carousel-inner .carousel-wrapper img {
	display: inline-block;
	text-align: center;
	height: 100%;
	width: auto
}

.carousel-5-1.arrow-inside .slick-prev:before,
.carousel-5-1.arrow-inside .slick-next:before {
	color: #a4a4a4
}

.carousel-5-1 .slick-slide .carousel-inner {
	padding: 21px 7px
}

.carousel-5-1 .slick-slide .carousel-inner .carousel-wrapper {
	height: 85px
}

.bg-primary .carousel-5-1.arrow-inside .slick-prev:before,
.bg-primary .carousel-5-1.arrow-inside .slick-next:before {
	color: #fff
}

.carousel-5-bg,
.carousel-6-bg {
	padding: 14px 0
}

.carousel-6-bg {
	padding: 35px 0
}

.carousel-6 {
	padding: 0 21px
}

.carousel-6 .slick-slide .carousel-inner {
	padding: 21px
}

.carousel-6 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-6.arrow-inside .slick-prev:before,
.carousel-6.arrow-inside .slick-next:before {
	color: #a4a4a4;
	font-weight: bold
}

.carousel-6-v2 {
	position: relative;
	color: #fff;
	padding: 40px 0
}

.carousel-6-v2 .bg-img {
	position: absolute;
	object-fit: cover;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.carousel-6-v2 .title,
.carousel-6-v2 .more a,
.carousel-6-v2 p {
	color: #fff
}

.carousel-6-v2 .more a:hover {
	color: #3e6fb7
}

.carousel-6-v2 .text-content {
	max-width: 800px;
	margin: 20px auto 40px
}

.carousel-6-v2 .card {
	border-radius: 6px;
	background-color: transparent;
	transition: all .2s ease-in;
	cursor: pointer;
	margin: 0 4px
}

.carousel-6-v2 .card img {
	position: relative;
	margin: 0 auto;
	width: 100%;
	top: 0px;
	transition: all .2s ease-in;
	border-radius: 4px
}

.carousel-6-v2 .card:hover {
	background-color: #3e6fb7
}

.carousel-6-v2 .card:hover img {
	width: 90%;
	top: 10px
}

.carousel-6-v2 .slick-prev {
	left: -40px !important
}

.carousel-6-v2 .slick-next {
	right: -40px !important
}

.carousel-6-v2 .slick-arrow {
	height: 36px;
	width: 36px;
	top: 35%;
	opacity: 0
}

.carousel-6-v2 .slick-arrow:before {
	font-size: 36px
}

.carousel-6-v2:hover .slick-arrow {
	opacity: 1
}

.carousel-7-box {
	position: relative
}

.carousel-7-box i {
	color: #fff
}

.carousel-7-box .carousel-menu {
	overflow: hidden
}

.carousel-7-box .carousel-menu.toggle-menu .carousel-menu-bg {
	background-color: rgba(51, 51, 51, 0.8);
	z-index: 3
}

.carousel-7-box .carousel-menu .carousel-menu-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	transition: 0.5s;
	z-index: 1
}

.carousel-7-box .carousel-menu .carousel-menu-content {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 3
}

.carousel-7-box .carousel-menu .carousel-menu-body {
	background-color: #333;
	display: none;
	overflow: auto
}

.carousel-7-box .carousel-menu-item-quick {
	cursor: pointer;
	background-color: #333;
	color: #fff;
	padding: 10.5px 14px;
	font-size: 16px;
	vertical-align: middle;
	min-width: 160px
}

.carousel-7-box .carousel-menu-item-quick i {
	font-size: 26px;
	vertical-align: middle;
	margin-right: 7px;
	margin-bottom: -3px
}

.carousel-7-box .carousel-menu-item-quick span {
	vertical-align: middle
}

.carousel-7-box .carousel-menu-body-close {
	text-align: right;
	font-size: 26px;
	padding: 0 14px
}

.carousel-7-box .carousel-menu-body-close .icon-close {
	cursor: pointer
}

.carousel-7-box .carousel-menu-item-title {
	margin-bottom: 21px
}

.carousel-7-box .carousel-menu-item-li {
	background-color: #fff;
	color: #000;
	padding: 10.5px 14px;
	margin-bottom: 14px;
	font-size: 16px;
	margin-left: 7px;
	box-shadow: -7px 7px 0px -1px #7fcd60
}

.carousel-7-box .carousel-menu-item-li a {
	font-size: 16px;
	color: #000
}

.carousel-7-box .carousel-menu-item {
	float: left;
	margin-top: 42px;
	overflow: auto
}

.carousel-7-box .carousel-menu-body {
	float: right;
	height: 100%
}

.carousel-7-box .carousel-menu-body {
	padding: 14px 0;
	min-width: 180px
}

.carousel-7-box .carousel-menu-body-li {
	padding: 14px 21px;
	font-size: 16px;
	color: #fff;
	text-align: center
}

.carousel-7-box .carousel-menu-body-li a {
	font-size: 16px;
	color: #fff
}

@media (max-width:768px) {

	.carousel-7-box .carousel-menu-item-quick,
	.carousel-7-box .carousel-menu-body,
	.carousel-7-box .carousel-menu-body-close {
		min-width: auto;
		font-size: 14px
	}

	.carousel-7-box .carousel-menu-item-quick i,
	.carousel-7-box .carousel-menu-body i,
	.carousel-7-box .carousel-menu-body-close i {
		font-size: 24px
	}

	.carousel-7-box .carousel-menu-item-li,
	.carousel-7-box .carousel-menu-item-li {
		font-size: 14px
	}

	.carousel-7-box .carousel-menu-item-li a,
	.carousel-7-box .carousel-menu-item-li a {
		font-size: 14px
	}
}

.carousel-7 {
	z-index: 2
}

.carousel-7 .slick-slide {
	position: relative
}

.carousel-7 .slick-slide .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.carousel-7 .slick-slide .carousel-inner {
	padding: 0;
	min-height: 600px
}

.carousel-7 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-7.dots-inside .slick-dots {
	width: 100%;
	bottom: 21px
}

.carousel-7 .dots-animate-width li.slick-active {
	width: 25px
}

.carousel-7 .dots-animate-width li.slick-active button:before {
	background-color: #3e6fb7 !important
}

.carousel-7 .media-md {
	display: none
}

@media (min-width:992px) {
	.carousel-7 .media-md {
		display: block
	}

	.carousel-7 .media-xs {
		display: none
	}
}

@media (max-width:768px) {
	.carousel-7 .carousel-inner {
		min-height: 400px
	}
}

.carousel-8 {
	z-index: 2;
	margin-bottom: 35px
}

.carousel-8 .slick-slide {
	position: relative
}

.carousel-8 .slick-slide .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.carousel-8 .slick-slide .carousel-inner {
	padding: 0;
	min-height: 600px
}

.carousel-8 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-8.dots-inside .slick-dots {
	width: 100%;
	bottom: 21px
}

.carousel-8 .dots-animate-width li.slick-active {
	width: 25px
}

.carousel-8 .dots-animate-width li.slick-active button:before {
	background-color: #3e6fb7 !important
}

.carousel-8 .media-md {
	display: none
}

@media (min-width:992px) {
	.carousel-8 .media-md {
		display: block
	}

	.carousel-8 .media-xs {
		display: none
	}
}

@media (max-width:768px) {
	.carousel-8 .carousel-inner {
		min-height: 400px
	}
}

.carousel-8 .slick-slide .carousel-inner {
	min-height: auto
}

.carousel-8 .dots-highlight li button:before {
	background-color: #3e6fb7 !important
}

.carousel-9-box {
	position: relative;
	overflow: hidden
}

.carousel-9-box i {
	color: #fff
}

.carousel-9-box .carousel-menu {
	overflow: hidden
}

.carousel-9-box .carousel-menu.toggle-menu .carousel-menu-bg {
	background-color: rgba(51, 51, 51, 0.8);
	z-index: 3
}

.carousel-9-box .carousel-menu .carousel-menu-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	transition: 0.5s;
	z-index: 1
}

.carousel-9-box .carousel-menu .carousel-menu-content {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 3
}

.carousel-9-box .carousel-menu .carousel-menu-body {
	background-color: #333;
	display: none;
	overflow: auto
}

.carousel-9-box .carousel-menu-item-quick {
	cursor: pointer;
	background-color: #333;
	color: #fff;
	padding: 10.5px 14px;
	font-size: 16px;
	vertical-align: middle;
	min-width: 160px
}

.carousel-9-box .carousel-menu-item-quick i {
	font-size: 26px;
	vertical-align: middle;
	margin-right: 7px;
	margin-bottom: -3px
}

.carousel-9-box .carousel-menu-item-quick span {
	vertical-align: middle
}

.carousel-9-box .carousel-menu-body-close {
	text-align: right;
	font-size: 26px;
	padding: 0 14px
}

.carousel-9-box .carousel-menu-body-close .icon-close {
	cursor: pointer
}

.carousel-9-box .carousel-menu-item-title {
	margin-bottom: 21px
}

.carousel-9-box .carousel-menu-item-li {
	background-color: #fff;
	color: #000;
	padding: 10.5px 14px;
	margin-bottom: 14px;
	font-size: 16px;
	margin-left: 7px;
	box-shadow: -7px 7px 0px -1px #7fcd60
}

.carousel-9-box .carousel-menu-item-li a {
	font-size: 16px;
	color: #000
}

.carousel-9-box .carousel-menu-item {
	float: left;
	margin-top: 42px;
	overflow: auto
}

.carousel-9-box .carousel-menu-body {
	float: right;
	height: 100%
}

.carousel-9-box .carousel-menu-body {
	padding: 14px 0;
	min-width: 180px
}

.carousel-9-box .carousel-menu-body-li {
	padding: 14px 21px;
	font-size: 16px;
	color: #fff;
	text-align: center
}

.carousel-9-box .carousel-menu-body-li a {
	font-size: 16px;
	color: #fff
}

@media (max-width:768px) {

	.carousel-9-box .carousel-menu-item-quick,
	.carousel-9-box .carousel-menu-body,
	.carousel-9-box .carousel-menu-body-close {
		min-width: auto;
		font-size: 14px
	}

	.carousel-9-box .carousel-menu-item-quick i,
	.carousel-9-box .carousel-menu-body i,
	.carousel-9-box .carousel-menu-body-close i {
		font-size: 24px
	}

	.carousel-9-box .carousel-menu-item-li,
	.carousel-9-box .carousel-menu-item-li {
		font-size: 14px
	}

	.carousel-9-box .carousel-menu-item-li a,
	.carousel-9-box .carousel-menu-item-li a {
		font-size: 14px
	}
}

.carousel-9-box .carousel-action {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 42%;
	height: 100%;
	background-color: #3e6fb7;
	color: #fff
}

.carousel-9-box .carousel-action::before {
	content: "";
	width: 0;
	height: 0;
	border-width: 0px 0px 500px 110px;
	border-style: solid;
	border-color: #3e6fb7 transparent #3e6fb7;
	position: absolute;
	left: -110px;
	top: 0
}

.carousel-9-box .carousel-action a {
	color: #fff
}

.carousel-9-box .carousel-action .carousel-action-content {
	max-width: 480px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 7px
}

.carousel-9-box .carousel-action .carousel-action-content a {
	display: inline-block;
	text-align: center;
	margin-bottom: 14px
}

.carousel-9-box .carousel-action .carousel-action-content .action-media {
	width: 58px;
	height: 58px;
	position: relative;
	margin: 7px auto
}

.carousel-9-box .carousel-action .carousel-action-content .action-media .media-img {
	position: absolute;
	background-size: 100%
}

.carousel-9-box .carousel-action .carousel-action-content .action-media.action-media-mobile {
	display: none
}

.carousel-9-box .carousel-action .carousel-action-content .action-text {
	font-size: 16px;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (max-width:768px) {
	.carousel-9-box .carousel-action {
		position: inherit;
		width: 100%;
		background-color: transparent
	}

	.carousel-9-box .carousel-action .carousel-action-content {
		max-width: 100%;
		position: inherit;
		transform: inherit;
		margin-top: 14px
	}

	.carousel-9-box .carousel-action .carousel-action-content a {
		margin-bottom: 0
	}

	.carousel-9-box .carousel-action .carousel-action-content .action-text {
		color: #000
	}

	.carousel-9-box .carousel-action .carousel-action-content .action-media {
		display: none
	}

	.carousel-9-box .carousel-action .carousel-action-content .action-media.action-media-mobile {
		display: block
	}
}

.carousel-9 {
	z-index: 2
}

.carousel-9 .slick-slide {
	position: relative
}

.carousel-9 .slick-slide .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.carousel-9 .slick-slide .carousel-inner {
	padding: 0;
	min-height: 600px
}

.carousel-9 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-9.dots-inside .slick-dots {
	width: 100%;
	bottom: 21px
}

.carousel-9 .dots-animate-width li.slick-active {
	width: 25px
}

.carousel-9 .dots-animate-width li.slick-active button:before {
	background-color: #3e6fb7 !important
}

.carousel-9 .media-md {
	display: none
}

@media (min-width:992px) {
	.carousel-9 .media-md {
		display: block
	}

	.carousel-9 .media-xs {
		display: none
	}
}

@media (max-width:768px) {
	.carousel-9 .carousel-inner {
		min-height: 400px
	}
}

.carousel-9 .slick-slide .media-img {
	background-position: left center
}

.carousel-9 .slick-slide .carousel-inner {
	min-height: auto;
	height: 500px;
	position: relative
}

.carousel-9 .slick-slide .carousel-inner .carousel-wrapper {
	padding-left: 10%;
	padding-right: 10%;
	position: absolute;
	bottom: 40px;
	width: 100%;
	line-height: 1;
	text-align: center
}

.carousel-9 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none
}

@media (max-width:768px) {
	.carousel-9 .slick-slide .carousel-inner {
		min-height: 200px;
		height: auto
	}

	.carousel-9 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
		display: block
	}
}

.carousel-10 {
	z-index: 2
}

.carousel-10 .slick-slide {
	position: relative
}

.carousel-10 .slick-slide .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.carousel-10 .slick-slide .carousel-inner {
	padding: 0;
	min-height: 600px
}

.carousel-10 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-10.dots-inside .slick-dots {
	width: 100%;
	bottom: 21px
}

.carousel-10 .dots-animate-width li.slick-active {
	width: 25px
}

.carousel-10 .dots-animate-width li.slick-active button:before {
	background-color: #3e6fb7 !important
}

.carousel-10 .media-md {
	display: none
}

@media (min-width:992px) {
	.carousel-10 .media-md {
		display: block
	}

	.carousel-10 .media-xs {
		display: none
	}
}

@media (max-width:768px) {
	.carousel-10 .carousel-inner {
		min-height: 400px
	}
}

.carousel-10 .carousel-body-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9
}

.carousel-10 .slick-slide .carousel-inner {
	height: 560px
}

.carousel-10 .slick-slide .carousel-inner .carousel-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 14px
}

.carousel-10 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 28px;
	line-height: 1.5;
	text-shadow: 1px 2px 1px #000;
	font-weight: bold
}

.carousel-10 .slick-slide .carousel-inner .carousel-wrapper .carousel-link {
	margin-top: 28px
}

.carousel-10 .slick-slide .carousel-inner .carousel-wrapper .carousel-link a {
	font-size: 16px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 11.2px 25.2px
}

.carousel-10 .slick-slide .carousel-inner .carousel-wrapper .carousel-link a:hover {
	background-color: #3e6fb7;
	border-color: #3e6fb7
}

.carousel-10.carousel-video .video-3 .video-3-content {
	padding: 0;
	height: 560px;
	min-height: 600px;
	border: none
}

.carousel-10.carousel-video .video-3 .video-3-content .video-modal {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	border: 4px solid #fff;
	transition: all .3s
}

.carousel-10.carousel-video .video-3 .video-3-content .video-modal:hover {
	border-color: #3e6fb7;
	background-color: #3e6fb7;
	color: #fff
}

.carousel-10.carousel-video .video-3 .video-3-content .video-modal:hover i {
	color: #fff
}

.carousel-10.carousel-video .video-3 .video-3-content .video-modal i {
	font-size: 24px;
	margin-left: 2px
}

.carousel-10.carousel-video .dy-video-2 {
	padding: 0;
	height: 560px;
	min-height: 600px;
	border: none
}

.carousel-10.carousel-video .dy-video-2 .vjs-poster {
	background-position: center;
	background-size: cover;
	width: 100%
}

.carousel-10.carousel-video.dots-inside .slick-dots {
	bottom: 55px
}

.carousel-10.dots-inside .slick-dots.dots-animate-width li {
	width: 16px;
	height: 16px
}

.carousel-10.dots-inside .slick-dots.dots-animate-width li button:before {
	border-radius: 15px
}

.carousel-10.dots-inside .slick-dots.dots-animate-width li.slick-active {
	width: 44px;
	height: 16px
}

@media (max-width:768px) {
	.carousel-10 .slick-slide .carousel-inner {
		height: 300px;
		min-height: auto
	}

	.carousel-10 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
		font-size: 20px
	}

	.carousel-10 .slick-slide .carousel-inner .carousel-wrapper .carousel-link a {
		font-size: 14px
	}

	.carousel-10.carousel-video .video-3 .video-3-content {
		height: 300px;
		min-height: auto
	}

	.carousel-10.carousel-video .dy-video-2 {
		height: 300px;
		min-height: auto
	}
}

.carousel-11 {
	background-color: transparent;
	border-top: none
}

.carousel-11.dy-carousel-2-0 .carousel-item {
	height: auto !important
}

.carousel-11 .card-3 .card-media {
	border-radius: 5px;
	overflow: hidden
}

.carousel-11 .card-3 .card-content {
	color: #000;
	margin-bottom: 10.5px;
	position: initial;
	background-image: none
}

.carousel-11 .card-3 .card-content .card-title a {
	position: relative;
	color: #3e6fb7;
	background-color: transparent;
	padding: 0;
	border-radius: 0
}

@media only screen and (min-width:768px) {
	.carousel-11 .card-3 .card-content .card-title a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.carousel-11 .card-3 .card-content .card-title a:hover:before {
		transform: scaleX(1)
	}
}

.carousel-11 .head {
	height: auto;
	padding: 0;
	margin-bottom: 0
}

.carousel-11 .head:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.carousel-11 .head .title-wrapper-4 {
	float: left
}

.carousel-11 .head .title-wrapper-4 .title-wrapper-content {
	margin-bottom: 14px
}

.carousel-11 .head .carousel-btns {
	float: right
}

.carousel-11 .head .carousel-btns:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.carousel-11 .head .carousel-btns .btn-prev,
.carousel-11 .head .carousel-btns .btn-next {
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	line-height: 60px;
	opacity: 0.7
}

.carousel-11 .head .carousel-btns .btn-prev:not(:last-child),
.carousel-11 .head .carousel-btns .btn-next:not(:last-child) {
	margin-right: 14px
}

.carousel-11 .head .carousel-btns .btn-prev .icon,
.carousel-11 .head .carousel-btns .btn-next .icon {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	line-height: 31px;
	font-size: 18px;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	background-color: #6b798b;
	vertical-align: middle
}

.carousel-11 .head .carousel-btns .btn-prev:hover,
.carousel-11 .head .carousel-btns .btn-next:hover {
	opacity: 1
}

.carousel-11 .head .carousel-btns .btn-prev:hover .icon,
.carousel-11 .head .carousel-btns .btn-next:hover .icon {
	transform: none;
	background-color: #3e6fb7
}

.carousel-11 .head form {
	width: 100%
}

.carousel-11 .head form:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media screen and (min-width: 992px) {
	.carousel-11 .head form {
		float: right;
		margin-right: 14px;
		margin-top: 0;
		width: auto
	}
}

.carousel-11 .head form .form-item {
	width: 100%;
	margin-bottom: 14px;
	margin-top: 0;
	float: left
}

.carousel-11 .head form .form-item .select2-container .select2-selection--single {
	height: 31px
}

@media screen and (min-width: 992px) {
	.carousel-11 .head form .form-item {
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 60px
	}
}

.carousel-11 .head form .form-item .select2 {
	height: 31px;
	line-height: 31px
}

.carousel-11 .head form .form-item:not(:last-child) {
	margin-right: 7px
}

.carousel-11 .head form .form-item:not(.item-btn) {
	min-width: 160px
}

.carousel-11 .head form .form-item.item-btn {
	width: 100%
}

@media screen and (min-width: 992px) {
	.carousel-11 .head form .form-item.item-btn {
		width: auto
	}
}

.carousel-11 .head form .form-item.item-btn .btn {
	width: 100%
}

.carousel-11 .head form .form-item .form-select {
	width: 100%
}

.carousel-11 .dy-carousel .slick-list {
	margin: 0 -7px
}

.carousel-11-1 {
	background-color: transparent;
	border-top: none
}

.carousel-11-1.dy-carousel-2-0 .carousel-item {
	height: auto !important
}

.carousel-11-1 .card-3 .card-media {
	border-radius: 5px;
	overflow: hidden
}

.carousel-11-1 .card-3 .card-content {
	color: #000;
	margin-bottom: 10.5px;
	position: initial;
	background-image: none
}

.carousel-11-1 .card-3 .card-content .card-title a {
	position: relative;
	color: #3e6fb7;
	background-color: transparent;
	padding: 0;
	border-radius: 0
}

@media only screen and (min-width:768px) {
	.carousel-11-1 .card-3 .card-content .card-title a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.carousel-11-1 .card-3 .card-content .card-title a:hover:before {
		transform: scaleX(1)
	}
}

.carousel-11-1 .head {
	height: auto;
	padding: 0;
	margin-bottom: 0
}

.carousel-11-1 .head:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.carousel-11-1 .head .title-wrapper-4 {
	float: left
}

.carousel-11-1 .head .title-wrapper-4 .title-wrapper-content {
	margin-bottom: 14px
}

.carousel-11-1 .head .carousel-btns {
	float: right
}

.carousel-11-1 .head .carousel-btns:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.carousel-11-1 .head .carousel-btns .btn-prev,
.carousel-11-1 .head .carousel-btns .btn-next {
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	line-height: 60px;
	opacity: 0.7
}

.carousel-11-1 .head .carousel-btns .btn-prev:not(:last-child),
.carousel-11-1 .head .carousel-btns .btn-next:not(:last-child) {
	margin-right: 14px
}

.carousel-11-1 .head .carousel-btns .btn-prev .icon,
.carousel-11-1 .head .carousel-btns .btn-next .icon {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	line-height: 31px;
	font-size: 18px;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	background-color: #6b798b;
	vertical-align: middle
}

.carousel-11-1 .head .carousel-btns .btn-prev:hover,
.carousel-11-1 .head .carousel-btns .btn-next:hover {
	opacity: 1
}

.carousel-11-1 .head .carousel-btns .btn-prev:hover .icon,
.carousel-11-1 .head .carousel-btns .btn-next:hover .icon {
	transform: none;
	background-color: #3e6fb7
}

.carousel-11-1 .head form {
	width: 100%
}

.carousel-11-1 .head form:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media screen and (min-width: 992px) {
	.carousel-11-1 .head form {
		float: right;
		margin-right: 14px;
		margin-top: 0;
		width: auto
	}
}

.carousel-11-1 .head form .form-item {
	width: 100%;
	margin-bottom: 14px;
	margin-top: 0;
	float: left
}

.carousel-11-1 .head form .form-item .select2-container .select2-selection--single {
	height: 31px
}

@media screen and (min-width: 992px) {
	.carousel-11-1 .head form .form-item {
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 60px
	}
}

.carousel-11-1 .head form .form-item .select2 {
	height: 31px;
	line-height: 31px
}

.carousel-11-1 .head form .form-item:not(:last-child) {
	margin-right: 7px
}

.carousel-11-1 .head form .form-item:not(.item-btn) {
	min-width: 160px
}

.carousel-11-1 .head form .form-item.item-btn {
	width: 100%
}

@media screen and (min-width: 992px) {
	.carousel-11-1 .head form .form-item.item-btn {
		width: auto
	}
}

.carousel-11-1 .head form .form-item.item-btn .btn {
	width: 100%
}

.carousel-11-1 .head form .form-item .form-select {
	width: 100%
}

.carousel-11-1 .dy-carousel .slick-list {
	margin: 0 -7px
}

.carousel-11-2 .carousel-header {
	height: auto;
	padding: 0;
	margin-bottom: 0
}

.carousel-11-2 .carousel-header:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.carousel-11-2 .carousel-header .title-wrapper-4 {
	float: left
}

.carousel-11-2 .carousel-header .title-wrapper-4 .title-wrapper-content {
	margin-bottom: 14px
}

.carousel-11-2 .carousel-header .carousel-btns {
	float: right;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.carousel-11-2 .carousel-header .carousel-btns:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.carousel-11-2 .carousel-header .carousel-btns .btn-prev,
.carousel-11-2 .carousel-header .carousel-btns .btn-next {
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	line-height: 60px;
	opacity: 0.7
}

.carousel-11-2 .carousel-header .carousel-btns .btn-prev:not(:last-child),
.carousel-11-2 .carousel-header .carousel-btns .btn-next:not(:last-child) {
	margin-right: 14px
}

.carousel-11-2 .carousel-header .carousel-btns .btn-prev .icon,
.carousel-11-2 .carousel-header .carousel-btns .btn-next .icon {
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	border-radius: 5px 5px 5px 5px;
	background-color: #fafafa;
	color: #616161;
	vertical-align: middle
}

.carousel-11-2 .carousel-header .carousel-btns .btn-prev:hover,
.carousel-11-2 .carousel-header .carousel-btns .btn-next:hover {
	opacity: 1
}

.carousel-11-2 .carousel-header form {
	width: 100%
}

.carousel-11-2 .carousel-header form:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media screen and (min-width: 992px) {
	.carousel-11-2 .carousel-header form {
		float: right;
		margin-right: 14px;
		margin-top: 0;
		width: auto
	}
}

.carousel-11-2 .carousel-header form .form-item {
	width: 100%;
	margin-bottom: 14px;
	margin-top: 0;
	float: left
}

.carousel-11-2 .carousel-header form .form-item .select2-container .select2-selection--single {
	height: 31px
}

@media screen and (min-width: 992px) {
	.carousel-11-2 .carousel-header form .form-item {
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 60px
	}
}

.carousel-11-2 .carousel-header form .form-item .select2 {
	height: 31px;
	line-height: 31px
}

.carousel-11-2 .carousel-header form .form-item:not(:last-child) {
	margin-right: 7px
}

.carousel-11-2 .carousel-header form .form-item:not(.item-btn) {
	min-width: 160px
}

.carousel-11-2 .carousel-header form .form-item.item-btn {
	width: 100%
}

@media screen and (min-width: 992px) {
	.carousel-11-2 .carousel-header form .form-item.item-btn {
		width: auto
	}
}

.carousel-11-2 .carousel-header form .form-item.item-btn .btn {
	width: 100%
}

.carousel-11-2 .carousel-header form .form-item .form-select {
	width: 100%
}

.carousel-11-2 .carousel-body {
	margin-left: -7px;
	margin-right: -7px
}

@media screen and (min-width: 992px) {
	.carousel-11-2 .carousel-body {
		margin-left: -14px;
		margin-right: -14px
	}
}

.carousel-11-2 .carousel-body .carousel-item {
	overflow: hidden;
	padding: 14px 0;
	padding-left: 7px;
	padding-right: 7px
}

@media screen and (min-width: 992px) {
	.carousel-11-2 .carousel-body .carousel-item {
		padding-right: 14px;
		padding-left: 14px
	}
}

.carousel-11-2 .carousel-body .carousel-item a {
	color: inherit
}

.carousel-11-2 .carousel-body .carousel-item .showcase-media {
	position: relative;
	height: 0;
	padding-top: 128.57142857%;
	overflow: hidden;
	margin-bottom: 21px
}

.carousel-11-2 .carousel-body .carousel-item .showcase-media:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.carousel-11-2 .carousel-body .carousel-item .showcase-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.carousel-11-2 .carousel-body .carousel-item .showcase-title {
	margin-bottom: 21px;
	font-size: 18px;
	line-height: 1
}

.carousel-11-2 .carousel-body .carousel-item .showcase-subtitle {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.75
}

.carousel-11-2 .carousel-body .carousel-item .showcase-tag {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.75
}

.carousel-11v3 {
	padding: 50px 0
}

.carousel-11v3 .card .feature {
	position: relative
}

.carousel-11v3 .card .feature .overlay {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	transition: all .1s ease-in;
	background-color: transparent;
	font-size: 12px;
	background-image: url("https://www.sysu8h.com.cn/themes/images/bg-01.png");
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 3px solid #3e6fb7
}

.carousel-11v3 .card .feature .overlay .icon {
	font-size: large;
	margin-top: 10px;
	color: #3e6fb7
}

.carousel-11v3 .card .feature .overlay a {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%
}

.carousel-11v3 .card .feature:hover .overlay {
	opacity: 1;
	background-color: #fafafa
}

.carousel-11v3 .card .title a {
	color: #616161
}

.carousel-11v3 .card .title a:hover {
	color: #3e6fb7
}

.carousel-11v3 .slick-arrow {
	display: none !important
}

.carousel-11v3 .slick-arrow:before {
	color: #3e6fb7 !important
}

.carousel-11v3:hover .slick-arrow {
	display: block !important
}

.carousel-11v3 .slick-next:before,
.carousel-11v3 .slick-prev:before {
	font-size: 64px
}

.carousel-11v3 .slick-prev {
	left: -40px !important
}

.carousel-11v3 .slick-next {
	right: -4px !important
}

@media (max-width:768px) {

	.carousel-11v3 .slick-next,
	.carousel-11v3 .slick-prev {
		opacity: 0
	}
}

.carousel-12-0 {
	position: relative
}

.carousel-12-0:not(.not-mask) {
	background-color: rgba(99, 119, 145, 0.5)
}

.carousel-12-0 .carousel-body {
	display: block;
	white-space: nowrap;
	overflow: hidden
}

.carousel-12-0 .carousel-body .carousel-item {
	width: 50%;
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: top;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	position: relative
}

.carousel-12-0 .carousel-body .carousel-item:before,
.carousel-12-0 .carousel-body .carousel-item:after {
	transition: all .3s;
	content: "";
	position: absolute;
	display: block;
	z-index: 1
}

.carousel-12-0 .carousel-body .carousel-item:before {
	left: 0;
	top: 0;
	right: 100%;
	bottom: 100%;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff
}

.carousel-12-0 .carousel-body .carousel-item:after {
	right: 0;
	bottom: 0;
	left: 100%;
	top: 100%;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff
}

.carousel-12-0 .carousel-body .carousel-item:hover:before {
	right: 0;
	bottom: 0
}

.carousel-12-0 .carousel-body .carousel-item:hover:after {
	left: 0;
	top: 0
}

.carousel-12-0 .carousel-body .carousel-item:before,
.carousel-12-0 .carousel-body .carousel-item:after {
	border-radius: 5px 5px 5px 5px
}

@media screen and (min-width: 992px) {
	.carousel-12-0 .carousel-body .carousel-item {
		width: 11.11111111%
	}
}

@media screen and (min-width: 1200px) {
	.carousel-12-0 .carousel-body .carousel-item {
		width: 8.33333333%
	}
}

.carousel-12-0 .carousel-body .carousel-item img {
	width: 100%
}

.carousel-12-0 .carousel-more {
	float: right;
	margin-left: 14px;
	margin-right: 14px
}

.carousel-12-0 .carousel-more .more>a {
	background-color: #3e6fb7;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 14px
}

.carousel-12-0 .carousel-more .more>a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.carousel-12-0 .carousel-more .more>a .icon {
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #3e6fb7;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	margin-left: 14px
}

.carousel-12-1 {
	position: relative
}

.carousel-12-1:not(.not-mask) {
	background-color: rgba(99, 119, 145, 0.5)
}

.carousel-12-1 .carousel-body {
	display: block;
	white-space: nowrap;
	overflow: hidden
}

.carousel-12-1 .carousel-body .carousel-item {
	width: 50%;
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: top;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	position: relative
}

.carousel-12-1 .carousel-body .carousel-item:before,
.carousel-12-1 .carousel-body .carousel-item:after {
	transition: all .3s;
	content: "";
	position: absolute;
	display: block;
	z-index: 1
}

.carousel-12-1 .carousel-body .carousel-item:before {
	left: 0;
	top: 0;
	right: 100%;
	bottom: 100%;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff
}

.carousel-12-1 .carousel-body .carousel-item:after {
	right: 0;
	bottom: 0;
	left: 100%;
	top: 100%;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff
}

.carousel-12-1 .carousel-body .carousel-item:hover:before {
	right: 0;
	bottom: 0
}

.carousel-12-1 .carousel-body .carousel-item:hover:after {
	left: 0;
	top: 0
}

.carousel-12-1 .carousel-body .carousel-item:before,
.carousel-12-1 .carousel-body .carousel-item:after {
	border-radius: 5px 5px 5px 5px
}

@media screen and (min-width: 992px) {
	.carousel-12-1 .carousel-body .carousel-item {
		width: 11.11111111%
	}
}

@media screen and (min-width: 1200px) {
	.carousel-12-1 .carousel-body .carousel-item {
		width: 8.33333333%
	}
}

.carousel-12-1 .carousel-body .carousel-item img {
	width: 100%
}

.carousel-12-1 .carousel-more {
	float: right;
	margin-left: 14px;
	margin-right: 14px
}

.carousel-12-1 .carousel-more .more>a {
	background-color: #3e6fb7;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 14px
}

.carousel-12-1 .carousel-more .more>a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.carousel-12-1 .carousel-more .more>a .icon {
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #3e6fb7;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	margin-left: 14px
}

.carousel-12-1 .carousel-body .carousel-item {
	width: 200px
}

.carousel-12-1 .carousel-body .carousel-item a {
	position: relative;
	z-index: 2
}

.carousel-12-1 .carousel-body .carousel-item:before,
.carousel-12-1 .carousel-body .carousel-item:after {
	border-color: #3e6fb7
}

.carousel-13-0 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 28px;
	padding-bottom: 77px
}

.carousel-13-0 .title-wrapper-4 {
	text-align: center;
	color: #fff
}

.carousel-13-0 .title-wrapper-4 .title-wrapper-content::after {
	background-color: #fff
}

.carousel-13-0 .title-wrapper-4 a {
	color: #fff
}

.carousel-13-0 .dy-carousel-1-1 .slick-slide .carousel-inner {
	padding: 14px 0;
	text-align: left
}

.carousel-13-0 .dy-carousel-1-1 .slick-slide .carousel-inner .carousel-wrapper {
	padding: 0 14px
}

.carousel-13-0 .dy-carousel-1-1 .slick-slide .carousel-inner::after {
	display: none
}

.carousel-13-0 .slick-dots li {
	height: 15px;
	width: 15px
}

.carousel-13-0 .slick-dots li button::before {
	background-color: #fff;
	border-radius: 15px
}

.carousel-13-0 .slick-dots.dots-animate-width li.slick-active {
	height: 15px;
	width: 50px
}

@media (max-width:992px) {
	.carousel-13-0 {
		padding: 14px 0;
		padding-bottom: 56px
	}

	.carousel-13-0 .dy-carousel-1-1 .slick-slide .carousel-inner .carousel-wrapper {
		padding: 0 7px
	}

	.carousel-13-0 .card-7-1 {
		height: auto
	}

	.carousel-13-0 .card-7-1 p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical
	}
}

.carousel-13-1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 28px;
	padding-bottom: 77px
}

.carousel-13-1 .title-wrapper-4 {
	text-align: center;
	color: #fff
}

.carousel-13-1 .title-wrapper-4 .title-wrapper-content::after {
	background-color: #fff
}

.carousel-13-1 .title-wrapper-4 a {
	color: #fff
}

.carousel-13-1 .dy-carousel-1-1 .slick-slide .carousel-inner {
	padding: 14px 0;
	text-align: left
}

.carousel-13-1 .dy-carousel-1-1 .slick-slide .carousel-inner .carousel-wrapper {
	padding: 0 14px
}

.carousel-13-1 .dy-carousel-1-1 .slick-slide .carousel-inner::after {
	display: none
}

.carousel-13-1 .slick-dots li {
	height: 15px;
	width: 15px
}

.carousel-13-1 .slick-dots li button::before {
	background-color: #fff;
	border-radius: 15px
}

.carousel-13-1 .slick-dots.dots-animate-width li.slick-active {
	height: 15px;
	width: 50px
}

@media (max-width:992px) {
	.carousel-13-1 {
		padding: 14px 0;
		padding-bottom: 56px
	}

	.carousel-13-1 .dy-carousel-1-1 .slick-slide .carousel-inner .carousel-wrapper {
		padding: 0 7px
	}

	.carousel-13-1 .card-7-1 {
		height: auto
	}

	.carousel-13-1 .card-7-1 p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical
	}
}

.carousel-13-1 .title-wrapper-4 {
	text-align: center;
	color: #000
}

.carousel-13-1 .title-wrapper-4 .title-wrapper-content::after {
	background-color: #3e6fb7
}

.carousel-13-1 .title-wrapper-4 a {
	color: #000
}

.carousel-13-1 .slick-dots li {
	height: 15px;
	width: 15px
}

.carousel-13-1 .slick-dots li button::before {
	background-color: #c6c6c6;
	border-radius: 15px
}

.carousel-13-1 .slick-dots.dots-animate-width li.slick-active {
	height: 15px;
	width: 50px
}

.carousel-13-1 .slick-dots.dots-animate-width li.slick-active button::before {
	background-color: #3e6fb7
}

.carousel-13-1 .slick-list {
	margin-left: -7px;
	margin-right: -7px
}

.carousel-13-1 .slick-list .slick-slide {
	padding-left: 7px;
	padding-right: 7px
}

.carousel-13-1 .slick-list .slick-slide a {
	display: block;
	position: relative;
	overflow: hidden
}

.carousel-13-1 .slick-list .slick-slide a:before {
	content: "";
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	display: block;
	background-color: #3e6fb7
}

.carousel-13-1 .slick-list .slick-slide a:after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	opacity: 0;
	z-index: -1;
	content: "+";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 60px
}

.carousel-13-1 .slick-list .slick-slide a:hover:before {
	z-index: 1;
	opacity: 0.7
}

.carousel-13-1 .slick-list .slick-slide a:hover:after {
	z-index: 1;
	opacity: 1;
	transform: translate(-50%, -50%) rotate(90deg)
}

.carousel-13-1 .slick-list .slick-slide a:hover img {
	transform: scale(1.05)
}

.carousel-13-1 .slick-list .slick-slide a img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	width: 100%
}

.carousel-13-1 .slick-list .slick-slide .title {
	padding: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carousel-13-2 {
	margin-bottom: 28px
}

.carousel-13-2 .title-wrapper-2-1 .title-wrapper-left {
	font-size: 24px
}

.carousel-13-2 .title-wrapper-2-1 .title-wrapper-left::before {
	background-color: #3e6fb7
}

.carousel-13-2 .slick-dots li {
	height: 15px;
	width: 15px
}

.carousel-13-2 .slick-dots li button::before {
	background-color: #c6c6c6;
	border-radius: 15px
}

.carousel-13-2 .slick-dots.dots-animate-width li.slick-active {
	height: 15px;
	width: 50px
}

.carousel-13-2 .slick-dots.dots-animate-width li.slick-active button::before {
	background-color: #3e6fb7
}

.carousel-13-2 .slick-list {
	margin-left: -7px;
	margin-right: -7px
}

.carousel-13-2 .slick-list .slick-slide {
	padding-left: 7px;
	padding-right: 7px
}

.carousel-13-2 .slick-list .slick-slide a {
	display: block;
	color: #000
}

.carousel-13-2 .slick-list .slick-slide a:hover .media .media-img {
	transform: scale(1.05)
}

.carousel-13-2 .slick-list .slick-slide .media {
	padding-top: 64%;
	position: relative;
	overflow: hidden
}

.carousel-13-2 .slick-list .slick-slide .media .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	left: 0
}

.carousel-13-2 .slick-list .slick-slide .title {
	padding: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carousel-13-3 {
	margin-bottom: 28px;
	margin-bottom: 35px
}

.carousel-13-3 .title-wrapper-2-1 .title-wrapper-left {
	font-size: 24px
}

.carousel-13-3 .title-wrapper-2-1 .title-wrapper-left::before {
	background-color: #3e6fb7
}

.carousel-13-3 .slick-dots li {
	height: 15px;
	width: 15px
}

.carousel-13-3 .slick-dots li button::before {
	background-color: #c6c6c6;
	border-radius: 15px
}

.carousel-13-3 .slick-dots.dots-animate-width li.slick-active {
	height: 15px;
	width: 50px
}

.carousel-13-3 .slick-dots.dots-animate-width li.slick-active button::before {
	background-color: #3e6fb7
}

.carousel-13-3 .slick-list {
	margin-left: -7px;
	margin-right: -7px
}

.carousel-13-3 .slick-list .slick-slide {
	padding-left: 7px;
	padding-right: 7px
}

.carousel-13-3 .slick-list .slick-slide a {
	display: block;
	color: #000
}

.carousel-13-3 .slick-list .slick-slide a:hover .media .media-img {
	transform: scale(1.05)
}

.carousel-13-3 .slick-list .slick-slide .media {
	padding-top: 64%;
	position: relative;
	overflow: hidden
}

.carousel-13-3 .slick-list .slick-slide .media .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	left: 0
}

.carousel-13-3 .slick-list .slick-slide .title {
	padding: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carousel-13-3 .slick-dots {
	bottom: -33px
}

.carousel-13-3 .dy-carousel.arrow-inside .slick-prev {
	left: -45px
}

.carousel-13-3 .dy-carousel.arrow-inside .slick-prev::before {
	color: #3e6fb7;
	font-weight: bold;
	font-size: 30px
}

.carousel-13-3 .dy-carousel.arrow-inside .slick-next {
	right: -45px
}

.carousel-13-3 .dy-carousel.arrow-inside .slick-next::before {
	color: #3e6fb7;
	font-weight: bold;
	font-size: 30px
}

.carousel-13-3 .carousel-item {
	position: relative
}

.carousel-13-3 .carousel-item a {
	position: relative
}

.carousel-13-3 .carousel-item a:hover .carousel-body {
	color: #3e6fb7
}

.carousel-13-3 .carousel-body {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 10px 0
}

.carousel-13-3 .carousel-body::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	height: 100%;
	opacity: 0.8;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, #000 100%)
}

.carousel-13-3 .carousel-body .title {
	position: relative;
	z-index: 2;
	text-align: center
}

.carousel-13-3 .carousel-body .time {
	position: relative;
	z-index: 2;
	padding: 0 14px;
	font-size: 14px;
	opacity: 0.75;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center
}

.carousel-13-4 {
	margin-bottom: 28px;
	margin-bottom: 0
}

.carousel-13-4 .title-wrapper-2-1 .title-wrapper-left {
	font-size: 24px
}

.carousel-13-4 .title-wrapper-2-1 .title-wrapper-left::before {
	background-color: #3e6fb7
}

.carousel-13-4 .slick-dots li {
	height: 15px;
	width: 15px
}

.carousel-13-4 .slick-dots li button::before {
	background-color: #c6c6c6;
	border-radius: 15px
}

.carousel-13-4 .slick-dots.dots-animate-width li.slick-active {
	height: 15px;
	width: 50px
}

.carousel-13-4 .slick-dots.dots-animate-width li.slick-active button::before {
	background-color: #3e6fb7
}

.carousel-13-4 .slick-list {
	margin-left: -7px;
	margin-right: -7px
}

.carousel-13-4 .slick-list .slick-slide {
	padding-left: 7px;
	padding-right: 7px
}

.carousel-13-4 .slick-list .slick-slide a {
	display: block;
	color: #000
}

.carousel-13-4 .slick-list .slick-slide a:hover .media .media-img {
	transform: scale(1.05)
}

.carousel-13-4 .slick-list .slick-slide .media {
	padding-top: 64%;
	position: relative;
	overflow: hidden
}

.carousel-13-4 .slick-list .slick-slide .media .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	left: 0
}

.carousel-13-4 .slick-list .slick-slide .title {
	padding: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carousel-13-4 .carousel-item {
	position: relative
}

.carousel-13-4 .dy-carousel {
	margin-bottom: 35px
}

.carousel-13-4 .slick-list .slick-slide .media {
	padding-top: 65%
}

.carousel-13-4 .slick-dots {
	bottom: -30px
}

.carousel-13-4 .title {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	background-color: rgba(62, 111, 183, 0.8);
	color: #fff
}

.carousel-14-0 {
	z-index: 2
}

.carousel-14-0 .slick-slide {
	position: relative
}

.carousel-14-0 .slick-slide .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.carousel-14-0 .slick-slide .carousel-inner {
	padding: 0;
	min-height: 600px
}

.carousel-14-0 .slick-slide .carousel-inner::after {
	background: none
}

.carousel-14-0.dots-inside .slick-dots {
	width: 100%;
	bottom: 21px
}

.carousel-14-0 .dots-animate-width li.slick-active {
	width: 25px
}

.carousel-14-0 .dots-animate-width li.slick-active button:before {
	background-color: #3e6fb7 !important
}

.carousel-14-0 .media-md {
	display: none
}

@media (min-width:992px) {
	.carousel-14-0 .media-md {
		display: block
	}

	.carousel-14-0 .media-xs {
		display: none
	}
}

@media (max-width:768px) {
	.carousel-14-0 .carousel-inner {
		min-height: 400px
	}
}

.carousel-14-0 .carousel-body-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9
}

.carousel-14-0 .slick-slide .carousel-inner {
	height: 560px
}

.carousel-14-0 .slick-slide .carousel-inner .carousel-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 14px
}

.carousel-14-0 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 28px;
	line-height: 1.5;
	text-shadow: 1px 2px 1px #000;
	font-weight: bold
}

.carousel-14-0 .slick-slide .carousel-inner .carousel-wrapper .carousel-link {
	margin-top: 28px
}

.carousel-14-0 .slick-slide .carousel-inner .carousel-wrapper .carousel-link a {
	font-size: 16px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 11.2px 25.2px
}

.carousel-14-0 .slick-slide .carousel-inner .carousel-wrapper .carousel-link a:hover {
	background-color: #3e6fb7;
	border-color: #3e6fb7
}

.carousel-14-0.carousel-video .video-3 .video-3-content {
	padding: 0;
	height: 560px;
	min-height: 600px;
	border: none
}

.carousel-14-0.carousel-video .video-3 .video-3-content .video-modal {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	border: 4px solid #fff;
	transition: all .3s
}

.carousel-14-0.carousel-video .video-3 .video-3-content .video-modal:hover {
	border-color: #3e6fb7;
	background-color: #3e6fb7;
	color: #fff
}

.carousel-14-0.carousel-video .video-3 .video-3-content .video-modal:hover i {
	color: #fff
}

.carousel-14-0.carousel-video .video-3 .video-3-content .video-modal i {
	font-size: 24px;
	margin-left: 2px
}

.carousel-14-0.carousel-video .dy-video-2 {
	padding: 0;
	height: 560px;
	min-height: 600px;
	border: none
}

.carousel-14-0.carousel-video .dy-video-2 .vjs-poster {
	background-position: center;
	background-size: cover;
	width: 100%
}

.carousel-14-0.carousel-video.dots-inside .slick-dots {
	bottom: 55px
}

.carousel-14-0.dots-inside .slick-dots.dots-animate-width li {
	width: 16px;
	height: 16px
}

.carousel-14-0.dots-inside .slick-dots.dots-animate-width li button:before {
	border-radius: 15px
}

.carousel-14-0.dots-inside .slick-dots.dots-animate-width li.slick-active {
	width: 44px;
	height: 16px
}

@media (max-width:768px) {
	.carousel-14-0 .slick-slide .carousel-inner {
		height: 300px;
		min-height: auto
	}

	.carousel-14-0 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
		font-size: 20px
	}

	.carousel-14-0 .slick-slide .carousel-inner .carousel-wrapper .carousel-link a {
		font-size: 14px
	}

	.carousel-14-0.carousel-video .video-3 .video-3-content {
		height: 300px;
		min-height: auto
	}

	.carousel-14-0.carousel-video .dy-video-2 {
		height: 300px;
		min-height: auto
	}
}

.carousel-14-0 .slick-slide .carousel-inner {
	padding-top: 0;
	min-height: 300px;
	height: 450px
}

@media (max-width:992px) {
	.carousel-14-0 .slick-slide .carousel-inner {
		height: auto;
		padding-top: 56.25%
	}
}

.carousel-14-0.carousel-video .video-3 .video-3-content {
	padding-top: 0;
	min-height: 300px;
	height: 450px
}

@media (max-width:992px) {
	.carousel-14-0.carousel-video .video-3 .video-3-content {
		height: auto;
		padding-top: 56.25%
	}
}

.carousel-14-0.carousel-video .video-3 .video-3-content .video-modal {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	border: 4px solid #fff;
	transition: all .3s
}

.carousel-14-0.carousel-video .video-3 .video-3-content .video-modal:hover {
	border-color: #3e6fb7;
	background-color: #3e6fb7;
	color: #fff
}

.carousel-14-0.carousel-video .video-3 .video-3-content .video-modal:hover i {
	color: #fff
}

.carousel-14-0.carousel-video .video-3 .video-3-content .video-modal i {
	font-size: 24px;
	margin-left: 2px
}

.carousel-14-0.carousel-video .dy-video-2 {
	padding-top: 0;
	min-height: 300px;
	height: 450px
}

@media (max-width:992px) {
	.carousel-14-0.carousel-video .dy-video-2 {
		height: auto;
		padding-top: 56.25%
	}
}

.carousel-14-0.carousel-video .dy-video-2 .vjs-poster {
	background-position: center;
	background-size: cover;
	width: 100%
}

.carousel-14-0.carousel-video.dots-inside .slick-dots {
	bottom: 50px
}

.carousel-14-0.dots-inside .slick-dots.dots-animate-width li {
	width: 100px;
	height: 5px
}

.carousel-14-0.dots-inside .slick-dots.dots-animate-width li button:before {
	border-radius: 15px
}

.carousel-14-0.dots-inside .slick-dots.dots-animate-width li.slick-active {
	width: 100px;
	height: 5px
}

@media (max-width:992px) {
	.carousel-14-0.dots-inside .slick-dots.dots-animate-width li {
		width: 10%
	}

	.carousel-14-0.dots-inside .slick-dots.dots-animate-width li.slick-active {
		width: 10%
	}
}

.carousel-14-0 .dots-highlight li button:before {
	background-color: #ccc !important
}

.carousel-14-0 .dots-highlight li.slick-active button:before {
	background: #fff !important
}

@media (max-width:768px) {
	.carousel-14-0 .slick-slide .carousel-inner {
		height: 0;
		min-height: auto;
		padding-top: 56.25% !important;
		margin-top: 0 !important
	}

	.carousel-14-0.carousel-video .video-3 .video-3-content {
		height: 0;
		min-height: auto;
		padding-top: 56.25% !important;
		margin-top: 0 !important
	}

	.carousel-14-0.carousel-video .dy-video-2 {
		height: 0;
		min-height: auto;
		padding-top: 56.25% !important;
		margin-top: 0 !important
	}
}

.carousel-15-0 .card-9-0 .card-content {
	padding-bottom: 49px
}

.carousel-15-0 .slick-dots {
	text-align: right;
	right: 14px;
	bottom: 21px
}

.carousel-15-0 .slick-dots.dots-animate-width li {
	width: 15px;
	height: 15px
}

.carousel-15-0 .slick-dots.dots-animate-width li button:before {
	border-radius: 50%
}

.carousel-15-0 .slick-dots.dots-animate-width li.slick-active {
	width: 15px;
	height: 15px
}

.carousel-15-0 .slick-dots.dots-highlight li button:before {
	background-color: #fff !important
}

.carousel-15-0 .slick-dots.dots-highlight li.slick-active button:before {
	background: #3e6fb7 !important
}

.carousel-16-0 {
	padding: 28px;
	padding-top: 7px;
	padding-bottom: 28px
}

.carousel-16-0.arrow-inside .slick-prev:before,
.carousel-16-0.arrow-inside .slick-next:before {
	color: #000
}

.carousel-16-1 {
	padding: 28px;
	padding-top: 7px;
	padding-bottom: 28px;
	padding: 28px 35px
}

.carousel-16-1.arrow-inside .slick-prev:before,
.carousel-16-1.arrow-inside .slick-next:before {
	color: #000
}

.carousel-16-2 {
	padding: 28px;
	padding-top: 7px;
	padding-bottom: 28px
}

.carousel-16-2.arrow-inside .slick-prev:before,
.carousel-16-2.arrow-inside .slick-next:before {
	color: #000
}

.carousel-16-2 .card-11-0 .card-content {
	background-color: rgba(62, 111, 183, 0.8)
}

.carousel-17-0 .carousel-item .carousel-media {
	position: relative;
	padding-top: 55%;
	height: 0
}

.carousel-17-0 .carousel-item .carousel-media .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.carousel-17-0 .carousel-item .carousel-body {
	position: relative;
	top: -25px
}

.carousel-17-0 .carousel-item .carousel-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.carousel-17-0 .carousel-item .carousel-body .carousel-body-left {
	float: left;
	width: 120px;
	text-align: center
}

.carousel-17-0 .carousel-item .carousel-body .carousel-body-right {
	overflow: hidden;
	padding-top: 25px
}

.carousel-17-0 .carousel-item .carousel-body .carousel-date {
	background-color: #3e6fb7;
	color: #fff;
	margin: 0 20.3px;
	padding: 7px 3.5px
}

.carousel-17-0 .carousel-item .carousel-body .carousel-date .carousel-day {
	font-size: 34px;
	line-height: 1;
	margin-top: 3.5px;
	margin-bottom: 7px;
	font-style: italic;
	margin-left: -7px
}

.carousel-17-0 .carousel-item .carousel-body .carousel-date .carousel-years {
	font-size: 12px;
	line-height: 1.5
}

.carousel-17-0 .carousel-item .carousel-body .carousel-title {
	font-size: 20px;
	line-height: 1.5;
	margin: 7px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold
}

.carousel-17-0 .carousel-item .carousel-body .carousel-title a {
	font-size: inherit;
	line-height: inherit;
	color: inherit
}

.carousel-17-0 .carousel-item .carousel-body .carousel-title a:hover {
	color: #3e6fb7
}

.carousel-17-0 .carousel-item .carousel-body .carousel-text {
	color: #808080;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5;
	height: calc(14px * 1.5 * 3);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.carousel-17-0 .carousel-item .carousel-body .carousel-text p {
	font-size: inherit;
	margin: 0
}

.carousel-17-0 .slick-dots {
	text-align: right;
	right: 14px;
	bottom: 140px
}

.carousel-17-0 .slick-dots.dots-animate-width li {
	width: 12px;
	height: 12px
}

.carousel-17-0 .slick-dots.dots-animate-width li button:before {
	border-radius: 50%
}

.carousel-17-0 .slick-dots.dots-animate-width li.slick-active {
	width: 12px;
	height: 12px
}

.carousel-17-0 .slick-dots.dots-highlight li button:before {
	background-color: #fff !important
}

.carousel-17-0 .slick-dots.dots-highlight li.slick-active button:before {
	background: #3e6fb7 !important
}

.carousel-18-0 {
	padding: 14px 0;
	position: relative
}

.carousel-18-0 .dy-carousel {
	padding: 28px 56px;
	z-index: 99
}

.carousel-18-0 .carousel-item {
	padding: 0 14px
}

.carousel-18-0 .slick-arrow {
	background-color: #101a29;
	color: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px
}

.carousel-18-0 .slick-arrow:before {
	font-size: 16px
}

.carousel-18-0 .slick-arrow.slick-next:before {
	margin-left: 1px
}

.carousel-18-0 .slick-arrow.slick-prev:before {
	margin-left: -3px
}

.carousel-18-0 .carousel-bg-media {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 25%;
	z-index: 2
}

.carousel-18-0 .carousel-bg-media::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 15%;
	background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0) 90%);
	z-index: 99
}

.carousel-18-0 .carousel-bg-media::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	width: 15%;
	background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0) 90%);
	z-index: 99
}

.carousel-18-0 .carousel-bg-media .media-img {
	position: absolute;
	height: 100%;
	width: 100%
}

@media (min-width:992px) {
	.carousel-18-0 .dy-carousel {
		padding: 28px;
		padding-right: 15%
	}

	.carousel-18-0 .slick-arrow.slick-prev {
		display: none !important
	}

	.carousel-18-0 .slick-arrow.slick-next {
		right: 3%
	}

	.carousel-18-0 .carousel-bg-media {
		display: block
	}
}

.carousel-19-0 {
	position: relative
}

.carousel-19-0 .dy-carousel {
	transition: all .3s
}

.carousel-19-0 .dy-carousel+.carousel-link {
	display: none;
	transition: all .3s
}

.carousel-19-0 .dy-carousel.slick-initialized+.carousel-link {
	display: block;
	transition: all .3s
}

.carousel-19-0 .carousel-body .carousel-item .item-media {
	height: 400px
}

@media screen and (min-width: 992px) {
	.carousel-19-0 .carousel-body .carousel-item .item-media {
		height: 0;
		padding-top: 31.25%
	}
}

.carousel-19-0 .carousel-link {
	height: 400px
}

@media screen and (min-width: 992px) {
	.carousel-19-0 .carousel-link {
		position: absolute;
		height: 100%;
		width: 40%;
		right: 0;
		top: 0
	}
}

@media screen and (min-width: 1200px) {
	.carousel-19-0 .carousel-link {
		width: 30%
	}
}

.carousel-19-0 .carousel-link .row {
	height: 100%
}

.carousel-19-0 .carousel-link .row>[class*="col-"] {
	height: 33.33333333%
}

.carousel-19-0 .carousel-link .item {
	padding: 14px;
	position: relative;
	height: 100%;
	transition: all .3s
}

.carousel-19-0 .carousel-link .item:hover,
.carousel-19-0 .carousel-link .item:focus {
	transition: all .3s
}

.carousel-19-0 .carousel-link .item>a,
.carousel-19-0 .carousel-link .item>span {
	display: inline-block;
	color: inherit;
	width: 100%;
	height: 100%
}

.carousel-19-0 .carousel-link .item>a:hover,
.carousel-19-0 .carousel-link .item>span:hover {
	color: inherit
}

.carousel-19-0 .carousel-link .item.bg-primary {
	background-color: #3e6fb7;
	color: #fff
}

.carousel-19-0 .carousel-link .item.bg-primary:hover,
.carousel-19-0 .carousel-link .item.bg-primary:focus {
	background-color: #95afd6
}

.carousel-19-0 .carousel-link .item.bg-second {
	background-color: #7fcd60;
	color: #fff
}

.carousel-19-0 .carousel-link .item.bg-second:hover,
.carousel-19-0 .carousel-link .item.bg-second:focus {
	background-color: #7193c7
}

.carousel-19-0 .carousel-link .item.bg-third {
	background-color: #101a29;
	color: #fff
}

.carousel-19-0 .carousel-link .item.bg-third:hover,
.carousel-19-0 .carousel-link .item.bg-third:focus {
	background-color: #f2f2f2
}

.carousel-19-0 .carousel-link .item.bg-third:hover span,
.carousel-19-0 .carousel-link .item.bg-third:focus span {
	color: #000
}

.carousel-19-0 .carousel-link .item.bg-third .item-body .media {
	border-color: #7fcd60
}

.carousel-19-0 .carousel-link .item.bg-white {
	background-color: #fff
}

.carousel-19-0 .carousel-link .item.bg-white:hover,
.carousel-19-0 .carousel-link .item.bg-white:focus {
	background-color: #17263b
}

.carousel-19-0 .carousel-link .item.bg-white:hover span,
.carousel-19-0 .carousel-link .item.bg-white:focus span {
	color: #fff
}

.carousel-19-0 .carousel-link .item.bg-white .item-body .media {
	border-color: #7fcd60
}

.carousel-19-0 .carousel-link .item .item-body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

.carousel-19-0 .carousel-link .item .item-body .media {
	margin-bottom: 7px;
	border: 1px solid #c6c6c6;
	position: relative;
	border-radius: 50%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px
}

@media screen and (min-width: 1200px) {
	.carousel-19-0 .carousel-link .item .item-body .media {
		margin-bottom: 14px;
		width: 60px;
		height: 60px
	}
}

@media screen and (min-width: 1200px) {
	.carousel-19-0 .carousel-link .item .item-body .media {
		width: 80px;
		height: 80px
	}
}

.carousel-19-0 .carousel-link .item .item-body .media img {
	padding: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%
}

@media screen and (min-width: 992px) {
	.carousel-19-0 .carousel-link .item .item-body .media img {
		padding: 14px
	}
}

.carousel-19-0 .dy-carousel.dots-inside .slick-dots {
	bottom: 14px
}

@media screen and (min-width: 992px) {
	.carousel-19-0 .dy-carousel.dots-inside .slick-dots {
		padding-right: calc(40% + 14px);
		text-align: right
	}
}

@media screen and (min-width: 1200px) {
	.carousel-19-0 .dy-carousel.dots-inside .slick-dots {
		padding-right: calc(30% + 14px)
	}
}

.carousel-19-0 .dots-highlight li {
	opacity: 0.7
}

.carousel-19-0 .dots-highlight li:hover {
	opacity: 1
}

.carousel-19-0 .dots-highlight li button:before {
	background-color: #3e6fb7 !important
}

.carousel-19-0 .dots-highlight li.slick-active button:before {
	background-color: #3e6fb7 !important
}

.carousel-20-0 {
	padding-top: 0;
	padding-bottom: 30px
}

.carousel-20-0:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.carousel-20-0 .carousel-nav {
	overflow: hidden;
	display: none;
	transition: all .3s
}

.carousel-20-0 .carousel-nav.slick-initialized {
	display: block;
	transition: all .3s
}

@media screen and (min-width: 992px) {
	.carousel-20-0 .carousel-nav {
		width: 110px;
		height: 310px;
		float: left
	}
}

.carousel-20-0 .carousel-nav .carousel-item {
	height: 110px;
	width: 110px;
	padding: 10px
}

.carousel-20-0 .carousel-nav .carousel-item.slick-active .item-media {
	opacity: 1
}

.carousel-20-0 .carousel-nav .carousel-item .item-media {
	opacity: 0.5
}

.carousel-20-0 .carousel-nav .item-media {
	position: relative;
	width: 100%;
	height: 100%
}

.carousel-20-0 .carousel-nav .item-media .media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center
}

.carousel-20-0 .carousel-nav .slick-prev,
.carousel-20-0 .carousel-nav .slick-next {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	background-color: #3e6fb7;
	opacity: 0.5;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%) rotate(90deg)
}

.carousel-20-0 .carousel-nav .slick-prev:hover,
.carousel-20-0 .carousel-nav .slick-next:hover {
	opacity: 1
}

.carousel-20-0 .carousel-nav .slick-prev:before,
.carousel-20-0 .carousel-nav .slick-next:before {
	color: #fff
}

.carousel-20-0 .carousel-nav .slick-prev {
	top: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.carousel-20-0 .carousel-nav .slick-next {
	top: auto;
	right: auto;
	bottom: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.carousel-20-0 .carousel-body {
	display: none;
	transition: all .3s
}

.carousel-20-0 .carousel-body.slick-initialized {
	display: block;
	transition: all .3s
}

@media screen and (min-width: 992px) {
	.carousel-20-0 .carousel-body {
		width: calc(100% - 120px);
		float: right
	}
}

.carousel-20-0 .carousel-body .item-media {
	height: 310px;
	margin-bottom: 14px
}

@media screen and (min-width: 992px) {
	.carousel-20-0 .carousel-body .item-media {
		margin-bottom: 0
	}
}

.carousel-20-0 .carousel-body .item-body {
	text-align: center
}

@media screen and (min-width: 992px) {
	.carousel-20-0 .carousel-body .item-body {
		text-align: left
	}
}

.carousel-20-0 .carousel-body .item-body>div:not(:last-child) {
	margin-bottom: 14px
}

@media screen and (min-width: 992px) {
	.carousel-20-0 .carousel-body .item-body>div:not(:last-child) {
		margin-bottom: 28px
	}
}

.carousel-20-0 .carousel-body .item-body .day {
	text-align: center;
	width: 70px;
	line-height: 1.5;
	font-size: 36px;
	background-color: #3e6fb7;
	color: #fff;
	border-top-left-radius: 3px
}

.carousel-20-0 .carousel-body .item-body .month {
	text-align: center;
	width: 70px;
	line-height: 1.5;
	font-size: 1rem;
	background-color: #7fcd60;
	color: #fff;
	border-bottom-left-radius: 3px
}

.carousel-20-0 .carousel-body .item-body .title {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carousel-20-0 .carousel-body .item-body .desc {
	font-size: 0.875rem;
	line-height: 1.5;
	max-height: calc(0.875rem * 1.5 * 4);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.carousel-20-0 .carousel-body .item-body .more a {
	border-radius: 5px 5px 5px 5px
}

.carousel-20-0 .carousel-body .slick-dots li {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	vertical-align: middle;
	background-color: #3e6fb7;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	opacity: 0.7
}

.carousel-20-0 .carousel-body .slick-dots li:hover {
	opacity: 1
}

.carousel-20-0 .carousel-body .slick-dots li:not(:last-child) {
	margin-right: 7px
}

.carousel-20-0 .carousel-body .slick-dots li.slick-active {
	width: 80px;
	opacity: 1
}

.carousel-20-0 .carousel-body .slick-dots li button:before {
	content: none
}

@media screen and (min-width: 992px) {
	.carousel-21-0 .carousel-body {
		padding-left: 28px;
		padding-right: 28px
	}
}

@media screen and (min-width: 1200px) {
	.carousel-21-0 .carousel-body {
		padding-left: 56px;
		padding-right: 56px
	}
}

@media screen and (min-width: 1200px) {
	.carousel-21-0 .carousel-body {
		padding-left: 112px;
		padding-right: 112px
	}
}

.carousel-21-0 .carousel-body .carousel-item {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: relative;
	box-shadow: 0 0 25px -5px #000
}

.carousel-21-0 .carousel-body .carousel-item:not(.slick-active) {
	transform: scale(.75) translateX(25%);
	opacity: 0.75
}

.carousel-21-0 .carousel-body .carousel-item.slick-active {
	z-index: 1
}

.carousel-21-0 .carousel-body .carousel-item.slick-active~.carousel-item {
	transform: scale(.75) translateX(-25%)
}

.carousel-21-0 .carousel-body .carousel-item .item-media {
	height: 0;
	padding-top: 140%;
	position: relative
}

.carousel-21-0 .carousel-body .carousel-item .item-media .media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center
}

.carousel-21-0 .carousel-body.dy-carousel .slick-list {
	overflow-y: visible
}

.carousel-21-0 .carousel-body .slick-prev,
.carousel-21-0 .carousel-body .slick-next {
	width: auto;
	height: auto
}

.carousel-21-0 .carousel-body .slick-prev:before,
.carousel-21-0 .carousel-body .slick-next:before {
	color: #d31f1f;
	font-size: 48px
}

.carousel-21-0 .carousel-body .slick-prev {
	left: 0
}

.carousel-21-0 .carousel-body .slick-next {
	right: 0
}

.carousel-22-0 {
	overflow: hidden !important
}

.carousel-22-0 .carousel-nav {
	overflow: hidden;
	margin-left: -7px;
	margin-right: -7px
}

@media screen and (min-width: 992px) {
	.carousel-22-0 .carousel-nav {
		margin-left: -14px;
		margin-right: -14px
	}
}

.carousel-22-0 .carousel-nav .carousel-item {
	padding-left: 7px;
	padding-right: 7px
}

@media screen and (min-width: 992px) {
	.carousel-22-0 .carousel-nav .carousel-item {
		padding-right: 14px;
		padding-left: 14px
	}
}

.carousel-22-0 .carousel-nav .carousel-item:hover .item-media:before,
.carousel-22-0 .carousel-nav .carousel-item.slick-current .item-media:before {
	border-color: #3e6fb7
}

.carousel-22-0 .carousel-nav .carousel-item .item-media {
	padding-top: 66.66666667%;
	background-position: center;
	position: relative
}

.carousel-22-0 .carousel-nav .carousel-item .item-media:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid transparent;
	box-sizing: border-box
}

.carousel-22-0 .carousel-nav .slick-prev,
.carousel-22-0 .carousel-nav .slick-next {
	width: auto;
	height: auto;
	z-index: 1
}

.carousel-22-0 .carousel-nav .slick-prev:before,
.carousel-22-0 .carousel-nav .slick-next:before {
	padding: 7px;
	background-color: #3e6fb7;
	color: #fff
}

.carousel-22-0 .carousel-nav .slick-prev {
	left: 7px
}

@media screen and (min-width: 992px) {
	.carousel-22-0 .carousel-nav .slick-prev {
		left: 14px
	}
}

.carousel-22-0 .carousel-nav .slick-prev:before {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.carousel-22-0 .carousel-nav .slick-next {
	right: 7px
}

@media screen and (min-width: 992px) {
	.carousel-22-0 .carousel-nav .slick-next {
		right: 14px
	}
}

.carousel-22-0 .carousel-nav .slick-next:before {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.carousel-22-0 .carousel-nav .slick-track {
	margin-left: 0
}

.carousel-22-0 .carousel-nav .slick-slide.slick-current .carousel-item .item-media:before {
	border-color: #3e6fb7
}

.carousel-22-0 .carousel-body {
	overflow: hidden;
	margin-bottom: 14px
}

.carousel-22-0 .carousel-body .carousel-item .item-media {
	padding-top: 66.66666667%;
	background-position: center
}

.carousel-22-0 .carousel-body .carousel-item .item-body {
	text-align: center;
	padding: 14px
}

.carousel-22-0 .carousel-body .carousel-item .item-body a,
.carousel-22-0 .carousel-body .carousel-item .item-body span {
	display: inline-block;
	vertical-align: top;
	color: #616161;
	opacity: 0.7;
	line-height: 20px;
	font-size: .875rem
}

.carousel-22-0 .carousel-body .slick-dots {
	bottom: 53px
}

@media screen and (min-width: 992px) {
	.carousel-23-0 .slick-dots {
		bottom: -50px
	}
}

.carousel-23-0 .slick-arrow:before {
	color: #fff;
	font-weight: 900
}

.carousel-23-0 .carousel-item>a {
	display: block;
	position: relative
}

.carousel-23-0 .carousel-item>a:after,
.carousel-23-0 .carousel-item>a:before {
	transition: all .3s;
	content: "";
	position: absolute;
	display: block;
	z-index: 1
}

.carousel-23-0 .carousel-item>a:before {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-top: 0 solid #fff;
	border-left: 0 solid #fff
}

.carousel-23-0 .carousel-item>a:after {
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	border-bottom: 0 solid #fff;
	border-right: 0 solid #fff
}

.carousel-23-0 .carousel-item>a:hover:before {
	border-top-width: 2px;
	border-left-width: 2px
}

.carousel-23-0 .carousel-item>a:hover:after {
	border-bottom-width: 2px;
	border-right-width: 2px
}

.carousel-23-0 .carousel-item>a img {
	height: 40px
}

.carousel-24-0 {
	background-color: #f8f9f9;
	padding: 30px 0
}

@media screen and (min-width: 992px) {
	.carousel-24-0 {
		padding: 70px 0
	}
}

.carousel-24-0 .carousel-header {
	font-weight: bold;
	color: #444;
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px
}

@media screen and (min-width: 992px) {
	.carousel-24-0 .carousel-header {
		margin-bottom: 50px
	}
}

.carousel-24-0 .carousel-body {
	padding-bottom: 30px
}

@media screen and (min-width: 992px) {
	.carousel-24-0 .carousel-body {
		padding-bottom: 60px
	}
}

.carousel-24-0 .carousel-body .carousel-item-wrapper {
	padding-left: 20px;
	padding-right: 20px
}

.carousel-24-0 .carousel-body .carousel-item-wrapper .carousel-item {
	padding: 20px;
	background-color: white;
	text-align: center;
	font-size: 14px;
	color: #333
}

.carousel-24-0 .carousel-body .carousel-item-wrapper .carousel-item .item-media {
	margin-bottom: 15px
}

.carousel-24-0 .carousel-body .carousel-item-wrapper .carousel-item .item-media img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.carousel-24-0 .carousel-body .carousel-item-wrapper .carousel-item .item-name {
	font-size: 20px;
	margin-bottom: 10px
}

.carousel-24-0 .slick-dots li:not(.slick-active) button:before {
	color: #d8d8d8
}

.carousel-24-0 .slick-slider .slick-list .slick-track {
	display: flex
}

.carousel-24-0 .slick-slider .slick-list .slick-track .carousel-item-wrapper,
.carousel-24-0 .slick-slider .slick-list .slick-track .carousel-item {
	height: 100%
}

.carousel-24-0 .slick-slide {
	height: auto
}

.carousel-24-0 .slick-slide>div {
	height: 100%
}

.carousel-25-0 .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 20px
}

@media screen and (min-width: 992px) {
	.carousel-25-0 .slick-dots {
		bottom: 60px
	}
}

.carousel-25-0 .slick-dots li {
	width: auto;
	height: auto
}

.carousel-25-0 .slick-dots li.slick-active button:before {
	width: 12px;
	height: 12px
}

.carousel-25-0 .slick-dots li button {
	width: auto;
	height: auto
}

.carousel-25-0 .slick-dots li button:before {
	width: 12px;
	height: 2px;
	background-color: #fff;
	position: relative;
	display: block;
	content: "";
	opacity: 1
}

.carousel-26-0 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 56px;
	padding-bottom: 56px;
	color: #fff
}

@media screen and (min-width: 992px) {
	.carousel-26-0 {
		padding-top: 112px;
		padding-bottom: 112px
	}
}

.carousel-26-0 .carousel-header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.carousel-26-0 .carousel-header .carousel-title {
	font-size: 2.14285714rem;
	color: inherit
}

.carousel-26-0 .carousel-header .carousel-more {
	display: inline-flex;
	justify-content: center;
	overflow: hidden
}

.carousel-26-0 .carousel-header .carousel-more:hover .carousel-more--text {
	background-color: #3e6fb7;
	color: #fff
}

.carousel-26-0 .carousel-header .carousel-more .carousel-more--text {
	display: flex;
	align-items: center;
	padding: 7px 14px;
	background-color: rgba(62, 111, 183, 0.7);
	color: #fff;
	border-radius: 2px 0 0 2px;
	transition: all .3s
}

.carousel-26-0 .carousel-header .carousel-more>.icon {
	display: flex;
	align-items: center;
	background-color: #3e6fb7;
	color: #fff;
	padding: 7px 14px;
	border-radius: 0 2px 2px 0
}

.carousel-26-0 .carousel-item .item-body {
	padding: 28px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	color: #616161
}

.carousel-26-0 .carousel-item .item-body:hover .item-image {
	transform: scale(1.05)
}

.carousel-26-0 .carousel-item .item-body:hover .item-name {
	text-decoration: underline
}

@media screen and (min-width: 992px) {
	.carousel-26-0 .carousel-item .item-body {
		padding: 56px
	}
}

.carousel-26-0 .carousel-item .item-media {
	position: relative;
	padding-top: 100%
}

.carousel-26-0 .carousel-item .item-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top center;
	border-radius: 9999px;
	transition: transform .3s
}

.carousel-26-0 .carousel-item .item-name {
	font-size: 2.14285714rem
}

.carousel-26-0 .carousel-item .item-separator:after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #3e6fb7
}

@media screen and (min-width: 992px) {
	.carousel-26-0 .slick-list {
		margin-left: -28px;
		margin-right: -28px
	}

	.carousel-26-0 .slick-list .slick-slide {
		padding-left: 28px;
		padding-right: 28px
	}
}

.carousel-26-0 .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center
}

.carousel-26-0 .slick-dots li {
	width: auto;
	height: auto
}

.carousel-26-0 .slick-dots li.slick-active button:before {
	width: 12px;
	height: 12px
}

.carousel-26-0 .slick-dots li button {
	width: auto;
	height: auto
}

.carousel-26-0 .slick-dots li button:before {
	width: 12px;
	height: 2px;
	background-color: #fff;
	position: relative;
	display: block;
	content: "";
	opacity: 1
}

.carousel-26-0 .slick-track {
	display: flex
}

.carousel-26-0 .slick-track .carousel-item {
	height: 100%
}

.carousel-26-0 .slick-track .carousel-item .item-body {
	height: 100%
}

.carousel-26-0 .slick-track .slick-slide {
	height: auto
}

.carousel-26-0 .slick-track .slick-slide>div {
	height: 100%
}

.carousel-27-0 {
	display: flex !important;
	flex-wrap: wrap
}

.carousel-27-0 .dy-carousel {
	width: 100%
}

@media screen and (min-width: 992px) {
	.carousel-27-0 .dy-carousel {
		width: calc(9 / 12 * 100%)
	}
}

.carousel-27-0 .carousel-body {
	width: 100%;
	position: relative
}

@media screen and (min-width: 992px) {
	.carousel-27-0 .carousel-body {
		width: calc(4 / 12 * 100%);
		margin-left: -8.33333333%;
		display: flex;
		flex-direction: column
	}
}

.carousel-27-0 .carousel-body .carousel-content {
	background-color: #f2f2f2;
	padding: 28px
}

@media screen and (min-width: 992px) {
	.carousel-27-0 .carousel-body .carousel-content {
		flex: auto;
		padding: 56px 28px;
		display: flex;
		align-items: center
	}
}

@media screen and (min-width:1200px) {
	.carousel-27-0 .carousel-body .carousel-content {
		padding: 84px 56px
	}
}

@media screen and (min-width:1470px) {
	.carousel-27-0 .carousel-body .carousel-content {
		padding: 112px 84px
	}
}

.carousel-27-0 .carousel-body .item-title {
	font-size: 30px
}

.carousel-27-0 .carousel-body .item-more {
	font-size: 1rem
}

.carousel-27-0 .carousel-dots {
	position: absolute;
	bottom: calc(100% + 7px);
	left: 0;
	width: 100%
}

@media screen and (min-width: 992px) {
	.carousel-27-0 .carousel-dots {
		position: relative;
		top: 0;
		height: 100px;
		display: flex;
		align-items: center
	}
}

.carousel-27-0 .slick-list,
.carousel-27-0 .slick-track {
	height: 100%
}

.carousel-27-0 .slick-track {
	display: flex
}

.carousel-27-0 .slick-track .slick-slide {
	float: none;
	height: auto
}

.carousel-27-0 .slick-track .slick-slide>div {
	height: 100%
}

.carousel-27-0 .slick-track .item-media,
.carousel-27-0 .slick-track .carousel-item {
	height: 100%
}

.carousel-27-0 .slick-dots {
	position: relative;
	bottom: 0;
	padding-left: calc(1 / 12 * 100vw)
}

@media screen and (min-width: 992px) {
	.carousel-27-0 .slick-dots {
		text-align: left
	}
}

.carousel-27-0 .slick-dots li.slick-active button:before {
	color: #8d526d;
	opacity: 0.75
}

.carousel-27-0 .slick-dots li button {
	width: 20px;
	height: 20px;
	color: #333;
	font-size: 0px !important;
	line-height: inherit;
	text-shadow: none
}

.carousel-27-0 .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #d8d8d8;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block
}

.carousel-28-0 .slick-list {
	position: relative
}

.carousel-28-0 .slick-list:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	height: 100px
}

@media (min-width:1200px) {
	.carousel-28-0 .slick-list:after {
		height: 290px;
		max-height: 25%
	}
}

.carousel-28-0 .carousel-item {
	display: block !important
}

.carousel-28-0 .carousel-item>span,
.carousel-28-0 .carousel-item>a {
	display: block;
	width: 100%
}

@media (min-width:1200px) {
	.carousel-28-0 .carousel-item .item-media {
		position: relative;
		padding-top: calc(650 / 1920 * 100%)
	}
}

.carousel-28-0 .carousel-item .item-media img {
	width: 100%;
	/*min-height: 320px;*/
	object-fit: cover;
	object-position: center
}

@media (min-width:1200px) {
	.carousel-28-0 .carousel-item .item-media img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0
	}
}

.carousel-28-0 .carousel-item .item-media img.media-pc {
	display: none
}

@media (min-width:1200px) {
	.carousel-28-0 .carousel-item .item-media img.media-pc {
		display: block
	}
}

@media (min-width:1200px) {
	.carousel-28-0 .carousel-item .item-media img.media-mobile {
		display: none
	}
}

.carousel-28-0 .slick-dots {
	text-align: center;
	right: 0;
	bottom: 10px;
	padding-left: 10px;
	padding-right: 10px
}

.carousel-28-0 .slick-dots li {
	width: 16px;
	height: 16px
}

.carousel-28-0 .slick-dots li button {
	width: 16px;
	height: 16px;
	color: transparent;
	background-color: transparent;
	border: 2px solid #e6f2fa;
	border-radius: 50%;
	box-sizing: border-box
}

.carousel-28-0 .slick-dots li button:before {
	display: none
}

.carousel-28-0 .slick-dots li.slick-active {
	width: 16px;
	height: 16px
}

.carousel-28-0 .slick-dots li.slick-active button {
	background-color: #e6f2fa
}

.carousel-29-0 .carousel-header {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 7px 14px
}

@media (min-width:1200px) {
	.carousel-29-0 .carousel-header {
		margin-bottom: 28px
	}
}

.carousel-29-0 .carousel-header .carousel-title {
	font-size: 24px
}

.carousel-29-0 .carousel-header .carousel-title:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.carousel-29-0 .carousel-header .carousel-title {
		font-size: 26px
	}
}

@media (min-width:1470px) {
	.carousel-29-0 .carousel-header .carousel-title {
		font-size: 30px
	}
}

.carousel-29-0 .carousel-header .carousel-title .part {
	float: left
}

.carousel-29-0 .carousel-header .carousel-title .part.part-1 {
	color: #171311
}

.carousel-29-0 .carousel-header .carousel-title .part.part-2 {
	color: #034ea2
}

.carousel-29-0 .carousel-item {
	height: auto
}

.carousel-29-0 .carousel-item img {
	width: 100%
}

.carousel-29-0 .carousel-item>span,
.carousel-29-0 .carousel-item>a {
	display: flex;
	flex-direction: column;
	color: #171311;
	height: 100%
}

.carousel-29-0 .carousel-item>span:hover,
.carousel-29-0 .carousel-item>a:hover {
	opacity: 1
}

.carousel-29-0 .carousel-item>span:hover .item-head,
.carousel-29-0 .carousel-item>a:hover .item-head {
	/*background-color: rgba(0, 129, 204, 0.92)*/
}

/*.carousel-29-0 .carousel-item>span:hover .item-body,*/
.carousel-29-0 .carousel-item>span:hover,
/*.carousel-29-0 .carousel-item>a:hover .item-body {*/
.carousel-29-0 .carousel-item>a:hover {
	border: 1px solid #034ea2;
	/*box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.13)*/
	-webkit-box-shadow:0px 12px 17px 4px rgba(62,66,66,0.22);
	-moz-box-shadow: 0px 12px 17px 4px rgba(62,66,66,0.22);
	box-shadow: 0px 12px 17px 4px rgba(62,66,66,0.22);
}

.carousel-29-0 .carousel-item>span .item-media,
.carousel-29-0 .carousel-item>a .item-media {
	flex: none;
	position: relative;
	padding-top: calc(312 / 228 * 100%);
	height: 0
}

.carousel-29-0 .carousel-item>span .item-media img,
.carousel-29-0 .carousel-item>a .item-media img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center
}

.carousel-29-0 .carousel-item>span .item-head,
.carousel-29-0 .carousel-item>a .item-head {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #034ea2;
	color: #fff;
	padding: 14px 14px
}

.carousel-29-0 .carousel-item>span .item-head .item-name,
.carousel-29-0 .carousel-item>a .item-head .item-name {
	float: left;
	font-size: 16px;
	margin-right: 28px;
	line-height: 26px
}

@media (min-width:1200px) {

	.carousel-29-0 .carousel-item>span .item-head .item-name,
	.carousel-29-0 .carousel-item>a .item-head .item-name {
		font-size: 18px
	}
}

.carousel-29-0 .carousel-item>span .item-head .item-department,
.carousel-29-0 .carousel-item>a .item-head .item-department {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 26px;
	text-align: right
}

@media (min-width:1200px) {

	.carousel-29-0 .carousel-item>span .item-head .item-department,
	.carousel-29-0 .carousel-item>a .item-head .item-department {
		font-size: 16px
	}
}

.carousel-29-0 .carousel-item>span .item-body,
.carousel-29-0 .carousel-item>a .item-body {
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 17.5px;
	background-color: #fff
}

.carousel-29-0 .carousel-item>span .item-body .item-saparator,
.carousel-29-0 .carousel-item>a .item-body .item-saparator {
	margin-left: 14px;
	margin-right: 14px
}

.carousel-29-0 .carousel-item>span .item-body .item-position,
.carousel-29-0 .carousel-item>a .item-body .item-position,
.carousel-29-0 .carousel-item>span .item-body .item-jobtitle,
.carousel-29-0 .carousel-item>a .item-body .item-jobtitle {
	flex: 1 1 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carousel-29-0 .carousel-footer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 28px;
	justify-content: space-between
}

@media (min-width:1200px) {
	.carousel-29-0 .carousel-footer {
		margin-top: 42px;
		padding-left: 150px;
		padding-right: 150px;
		justify-content: center
	}
}

@media (min-width:1470px) {
	.carousel-29-0 .carousel-footer {
		margin-top: 70px
	}
}

.carousel-29-0 .carousel-footer .carousel-pagination {
	width: 100%
}

@media (min-width:1200px) {
	.carousel-29-0 .carousel-footer .carousel-pagination {
		width: auto
	}
}

.carousel-29-0 .carousel-footer .carousel-more {
	width: 100%;
	text-align: center
}

@media (min-width:1200px) {
	.carousel-29-0 .carousel-footer .carousel-more {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: auto
	}
}

.carousel-29-0 .carousel-footer .carousel-more a {
	display: block;
	font-size: 16px
}

@media (min-width:1200px) {
	.carousel-29-0 .carousel-footer .carousel-more a {
		font-size: 18px
	}
}

.carousel-29-0 .carousel-footer .carousel-more a:hover {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px
}

.carousel-29-0 .dy-carousel {
	overflow: hidden
}

.carousel-29-0 .slick-track {
	margin-left: 0
}

.carousel-29-0 .slick-list {
	margin-left: -10px;
	margin-right: -10px
}

@media (min-width:1200px) {
	.carousel-29-0 .slick-list {
		margin-left: -15px;
		margin-right: -15px
	}
}

.carousel-29-0 .slick-list .slick-slide {
	/*padding-left: 10px;*/
	/*padding-right: 10px*/
	padding: 10px;
}

@media (min-width:1200px) {
	.carousel-29-0 .slick-list .slick-slide {
		/*padding-left: 15px;*/
		/*padding-right: 15px*/
		padding: 10px;

	}
}

.carousel-29-0 .slick-dots {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	right: 0;
	bottom: 0;
	padding-left: 10px;
	padding-right: 10px
}

.carousel-29-0 .slick-dots li {
	width: 16px;
	height: 16px;
	margin-top: 7px;
	margin-bottom: 7px
}

.carousel-29-0 .slick-dots li button {
	width: 16px;
	height: 16px;
	color: transparent;
	background-color: transparent;
	border: 2px solid #034ea2;
	border-radius: 50%;
	box-sizing: border-box
}

.carousel-29-0 .slick-dots li button:before {
	display: none
}

.carousel-29-0 .slick-dots li.slick-active {
	width: 16px;
	height: 16px
}

.carousel-29-0 .slick-dots li.slick-active button {
	background-color: #034ea2
}

@media (min-width:1200px) {
	.carousel-30-0 .carousel-body {
		padding-left: 150px;
		padding-right: 150px
	}
}

.carousel-30-0 .carousel-item>span,
.carousel-30-0 .carousel-item>a {
	display: block
}

.carousel-30-0 .carousel-item>span:hover .item-media img,
.carousel-30-0 .carousel-item>a:hover .item-media img {
	transform: translateY(-10px)
}

.carousel-30-0 .carousel-item>span .item-media img,
.carousel-30-0 .carousel-item>a .item-media img {
	transition: all .3s;
	width: 100%
}

.carousel-30-0 .slick-list {
	margin-left: -10px;
	margin-right: -10px
}

@media (min-width:1200px) {
	.carousel-30-0 .slick-list {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media (min-width:1470px) {
	.carousel-30-0 .slick-list {
		margin-left: -30px;
		margin-right: -30px
	}
}

.carousel-30-0 .slick-list .slick-slide {
	padding-left: 10px;
	padding-right: 10px
}

@media (min-width:1200px) {
	.carousel-30-0 .slick-list .slick-slide {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:1470px) {
	.carousel-30-0 .slick-list .slick-slide {
		padding-left: 30px;
		padding-right: 30px
	}
}

.carousel-30-0 .slick-track {
	display: flex;
	align-items: center
}

.carousel-30-0 .slick-prev {
	left: 0
}

@media (min-width:1200px) {
	.carousel-30-0 .slick-prev {
		left: -25px
	}
}

.carousel-30-0 .slick-next {
	right: 0
}

@media (min-width:1200px) {
	.carousel-30-0 .slick-next {
		right: -25px
	}
}

.carousel-30-0 .slick-prev,
.carousel-30-0 .slick-next {
	z-index: 1
}

.carousel-30-0 .slick-prev:before,
.carousel-30-0 .slick-next:before {
	color: #034ea2;
	font-weight: bold
}

.custom-dropdown {
	display: inline-block;
	min-width: 120px;
	position: relative
}

.custom-dropdown.full {
	display: block
}

.custom-dropdown .dropdown-input {
	display: block;
	position: relative;
	padding-right: 14px;
	font-size: 14px;
	border: 1px solid #c6c6c6
}

@media (min-width:992px) {
	.custom-dropdown .dropdown-input {
		font-size: 16px
	}
}

.custom-dropdown .dropdown-input.expanded .icon {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotateX(180deg)
}

.custom-dropdown .dropdown-input label {
	display: block;
	width: 100%;
	line-height: 35px;
	height: 35px;
	padding-right: 14px;
	padding-left: 14px;
	color: inherit;
	font-weight: normal;
	margin-bottom: 0;
	box-sizing: border-box
}

.custom-dropdown .dropdown-input .icon {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	top: 0;
	line-height: 35px;
	position: absolute;
	right: 5px;
	font-size: inherit;
	color: inherit
}

.custom-dropdown .dropdown-list {
	max-height: 230px;
	overflow: auto;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.5600000000000001), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	z-index: 3;
	background-color: #fff;
	color: #3e6fb7;
	padding-left: 0
}

.custom-dropdown .dropdown-list li {
	list-style: none;
	margin-bottom: 0;
	line-height: normal
}

.custom-dropdown .dropdown-list li.active {
	background-color: #3e6fb7;
	color: #fff
}

.custom-dropdown .dropdown-list li:hover {
	background-color: #5884c6;
	color: #fff
}

.custom-dropdown .dropdown-list li a {
	display: block;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: inherit
}

.hero-11-0 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	display: none
}

@media (min-width:992px) {
	.hero-11-0 {
		display: block
	}
}

.hero-11-1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 27%
}

@media (min-width:992px) {
	.hero-11-1 {
		min-height: 430px
	}
}

.hero-12-0 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 110px
}

.hero-12-0 .inner {
	min-height: inherit
}

.hero-12-0 .hero-content {
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%)
}

.hero-12-0 .hero-title {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 7px
}

.hero-12-0 span {
	font-size: 16px;
	line-height: 1.5
}

.hero-12-0 .hero-subtitle {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	margin-left: 14px
}

@media (min-width:992px) {
	.hero-12-0 {
		min-height: 180px
	}

	.hero-12-0 .hero-title {
		font-size: 24px
	}

	.hero-12-0 span {
		font-size: 28px
	}

	.hero-12-0 .hero-subtitle {
		font-size: 48px
	}
}

.hero-13-0 {
	background-position: center;
	position: relative;
	height: 200px
}

@media screen and (min-width: 992px) {
	.hero-13-0 {
		height: 0;
		padding-top: 12.5%
	}
}

.hero-13-0 .hero-body {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 14px;
	padding-left: 14px;
	text-align: center;
	width: 100%;
	line-height: 1.2
}

.hero-13-0 .hero-body .title {
	font-size: 2.5rem;
	text-shadow: 0 0 1px #fff
}

.hero-14-0 .hero-media {
	background-position: center;
	height: 100vh
}

.hero-15-0 .hero-body {
	position: relative;
	display: flex;
	flex-direction: column
}

@media screen and (min-width: 992px) {
	.hero-15-0 .hero-body {
		flex-direction: row
	}
}

.hero-15-0 .hero-body .hero-media {
	position: relative
}

@media screen and (min-width: 992px) {
	.hero-15-0 .hero-body .hero-media {
		flex: 1;
		width: 0
	}

	.hero-15-0 .hero-body .hero-media .dy-carousel,
	.hero-15-0 .hero-body .hero-media .slick-list,
	.hero-15-0 .hero-body .hero-media .slick-track {
		height: 100%
	}

	.hero-15-0 .hero-body .hero-media .slick-dots li.slick-active button:before {
		background-color: #3e6fb7 !important
	}
}

.hero-15-0 .hero-body .hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.hero-15-0 .hero-body .item-body-row {
	display: grid;
	background-color: white;
	position: relative;
	overflow: hidden;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 30px;
	padding-bottom: 30px
}

@media screen and (min-width: 992px) {
	.hero-15-0 .hero-body .item-body-row {
		display: inline-grid;
		box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.2)
	}
}

.hero-15-0 .hero-body .item-body-row .item-body-wrapper {
	padding: 40px;
	text-align: center;
	background-color: white;
	font-size: 20px;
	color: #666;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

@media screen and (min-width: 992px) {
	.hero-15-0 .hero-body .item-body-row .item-body-wrapper {
		padding: 40px 80px
	}
}

.hero-15-0 .hero-body .item-body-row .item-body-wrapper:hover {
	transition: all .3s;
	transform: scale(1.05);
	color: #3e6fb7;
	box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.2)
}

.hero-15-0 .hero-body .item-body-row .item-body-wrapper:nth-child(even) {
	border-right: 0px
}

.hero-15-0 .hero-body .item-body-row .item-body-wrapper:nth-last-child(1),
.hero-15-0 .hero-body .item-body-row .item-body-wrapper:nth-last-child(2) {
	border-bottom: 0px
}

.hero-15-0 .hero-body .item-body-row .item-body-wrapper .item-media {
	width: 65px;
	text-align: center;
	margin: 0 auto 20px
}

.hero-16-0 {
	position: relative
}

.hero-16-0 .item-body {
	position: relative
}

.hero-16-0 .item-body .item-media {
	height: 150px
}

.hero-16-0 .item-body .item-media img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.hero-16-0 .item-body .item-text-wrapper {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: white
}

.hero-16-0 .item-body .item-text-wrapper .item-text-body {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media screen and (min-width: 992px) {
	.hero-16-0 .item-body .item-text-wrapper .item-text-body {
		justify-content: end
	}
}

@media screen and (min-width: 992px) {
	.hero-16-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb {
		padding-bottom: 10px
	}
}

.hero-16-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb nav.breadcrumb {
	display: block;
	margin-top: 0;
	margin-bottom: 0
}

.hero-16-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb nav.breadcrumb ul {
	padding-left: 0;
	list-style: none
}

.hero-16-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb nav.breadcrumb ul li {
	color: white
}

.hero-16-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb nav.breadcrumb ul li a {
	color: white;
	font-size: 14px
}

.hero-16-0 .item-body .item-text-wrapper .item-text-body .item-breadcrumb nav.breadcrumb ul li a:hover {
	color: #3e6fb7
}

.hero-16-0:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(55, 156, 165, 0.6) 85%)
}

@media screen and (min-width: 992px) {
	.hero-16-0:after {
		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 60%, rgba(55, 156, 165, 0.45) 85%, #379ca5 111%)
	}
}

.dy-list-1-0.list-1-v1 .title,
.dy-list-1-0.list-1-v1 .title a {
	color: #3e6fb7
}

.dy-list-1-0.list-1-v1 .title a:hover {
	text-decoration: underline
}

.dy-list-1-0.list-1-v1 .list-item {
	padding-left: 14px;
	padding-right: 14px
}

.dy-list-1-0.list-1-v1 .list-item:hover {
	background-color: #3e6fb7
}

.dy-list-1-0.list-1-v1 .list-item:hover .title a,
.dy-list-1-0.list-1-v1 .list-item:hover .time,
.dy-list-1-0.list-1-v1 .list-item:hover .list-text p,
.dy-list-1-0.list-1-v1 .list-item:hover .title {
	color: #fff
}

.dy-list-1-0.list-1-v1 .list-item .list-media {
	right: auto;
	left: 0
}

.dy-list-1-0.list-1-v1 .list-item.no-img .list-body {
	width: 100%
}

.dy-list-1-0.list-1-v1 .list-item.no-img .list-body.has-media {
	width: 100%
}

.dy-list-1-0.list-1-v1 .list-item.no-img .list-media {
	display: none
}

@media (min-width:992px) {
	.dy-list-1-0.list-1-v1 .list-item .list-body {
		float: right
	}

	.dy-list-1-0.list-1-v1 .list-item .list-body.has-media {
		width: calc(75% - 14px * 2.5)
	}

	.dy-list-1-0.list-1-v1 .list-item .list-media {
		position: relative;
		float: left
	}

	.dy-list-1-0.list-1-v1 .list-item .list-media .media-img {
		padding-top: 65%
	}
}

.dy-list-1-0.list-1-v1.list-6 .list-box.list-item .list-body {
	float: none
}

.dy-list-1-0.list-1-v1.list-6 .list-box.list-item .list-body .list-left .list-media {
	width: auto;
	margin-bottom: 0;
	margin-top: 0
}

.dy-list-1-0.list-1-v1.list-6 .list-box.list-item .list-body .list-left .list-media .media-img {
	padding-bottom: initial;
	height: 100%
}

.dy-list-1-0.list-1-v1.list-6 .list-box.list-item .list-content .list-text-second {
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	max-height: calc(14px * 1.5 * 8)
}

@media (max-width:992px) {
	.dy-list-1-0.list-1-v1.list-6 .list-box.list-item .list-content .list-text-second {
		-webkit-line-clamp: 5;
		max-height: calc(14px * 1.5 * 5)
	}
}

.dy-list-3-0 .list-item .title {
	line-height: 30px
}

.dy-list-3-0.list-3-1 .list-item {
	float: none;
	width: 100%
}

.dy-list-3-0.list-3-1 .list-item a {
	font-size: 14px
}

.dy-list-3-0.list-3-2 .list-item {
	float: none;
	width: 100%;
	border-bottom: 1px dashed #c6c6c6;
	padding-bottom: 14px
}

.dy-list-3-0.list-3-2 .list-item a {
	font-size: 14px
}

.dy-list-3-0.list-3-3 .title-wrapper-1 {
	border: none
}

.dy-list-3-0.list-3-3 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.dy-list-3-0.list-3-3 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.dy-list-3-0.list-3-3 .list-item {
	float: none;
	width: 100%
}

.dy-list-3-0.list-3-3 .list-item a {
	font-size: 14px
}

.dy-list-3-0.list-3-3 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.dy-list-3-0.list-3-3 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.dy-list-3-0.list-3-3 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.dy-list-3-0.list-3-3 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.dy-list-3-0.list-3-3 .list-body .title a {
	line-height: 25px
}

.dy-list-3-0.list-3-3 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.dy-list-3-0.list-3-4 .title-wrapper-1 {
	border: none
}

.dy-list-3-0.list-3-4 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.dy-list-3-0.list-3-4 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.dy-list-3-0.list-3-4 .list-item {
	float: none;
	width: 100%
}

.dy-list-3-0.list-3-4 .list-item a {
	font-size: 14px
}

.dy-list-3-0.list-3-4 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.dy-list-3-0.list-3-4 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.dy-list-3-0.list-3-4 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.dy-list-3-0.list-3-4 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.dy-list-3-0.list-3-4 .list-body .title a {
	line-height: 25px
}

.dy-list-3-0.list-3-4 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.dy-list-3-0.list-3-4 .list-body-left {
	width: 80px
}

.dy-list-3-0.list-3-4 .list-body .title {
	-webkit-line-clamp: 2;
	max-height: 50px
}

.dy-list-3-0.list-3-5 .title-wrapper-1 {
	border: none
}

.dy-list-3-0.list-3-5 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.dy-list-3-0.list-3-5 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.dy-list-3-0.list-3-5 .list-item {
	float: none;
	width: 100%
}

.dy-list-3-0.list-3-5 .list-item a {
	font-size: 14px
}

.dy-list-3-0.list-3-5 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.dy-list-3-0.list-3-5 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.dy-list-3-0.list-3-5 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.dy-list-3-0.list-3-5 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.dy-list-3-0.list-3-5 .list-body .title a {
	line-height: 25px
}

.dy-list-3-0.list-3-5 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.dy-list-3-0.list-3-5 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dy-list-3-0.list-3-5 .list-link {
	text-align: right;
	margin-bottom: 7px
}

.dy-list-3-0.list-3-5 .list-link a {
	display: inline-block;
	color: #3e6fb7;
	font-size: 14px;
	line-height: 24px
}

.dy-list-3-0.list-3-6 .title-wrapper-1 {
	border: none
}

.dy-list-3-0.list-3-6 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.dy-list-3-0.list-3-6 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.dy-list-3-0.list-3-6 .list-item {
	float: none;
	width: 100%
}

.dy-list-3-0.list-3-6 .list-item a {
	font-size: 14px
}

.dy-list-3-0.list-3-6 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.dy-list-3-0.list-3-6 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.dy-list-3-0.list-3-6 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.dy-list-3-0.list-3-6 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.dy-list-3-0.list-3-6 .list-body .title a {
	line-height: 25px
}

.dy-list-3-0.list-3-6 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.dy-list-3-0.list-3-6 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 14px
}

.dy-list-3-0.list-3-6 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dy-list-3-0.list-3-6 .list-link {
	margin-top: 21px
}

.dy-list-3-0.list-3-6 .list-link a {
	background-color: #3e6fb7;
	border: 1px solid #3e6fb7;
	color: #fff;
	line-height: 1.5;
	padding: 7px;
	min-width: 125px;
	display: inline-block;
	text-align: center
}

.dy-list-3-0.list-3-6 .list-link a i {
	margin-left: 7px
}

.dy-list-3-0.list-3-6 .list-link a:hover {
	background-color: #fff;
	color: #3e6fb7
}

.dy-list-3-0.list-3-7 {
	border-top: 6px solid #3e6fb7;
	padding: 28px 35px
}

.dy-list-3-0.list-3-7 .title-wrapper-1 {
	border: none
}

.dy-list-3-0.list-3-7 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.dy-list-3-0.list-3-7 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.dy-list-3-0.list-3-7 .list-item {
	float: none;
	width: 100%
}

.dy-list-3-0.list-3-7 .list-item a {
	font-size: 14px
}

.dy-list-3-0.list-3-7 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.dy-list-3-0.list-3-7 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.dy-list-3-0.list-3-7 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.dy-list-3-0.list-3-7 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.dy-list-3-0.list-3-7 .list-body .title a {
	line-height: 25px
}

.dy-list-3-0.list-3-7 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.dy-list-3-0.list-3-7 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 21px
}

@media (min-width:992px) {
	.dy-list-3-0.list-3-7 .list-top-title {
		font-size: 30px
	}
}

.dy-list-3-0.list-3-7 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px
}

.dy-list-3-0.list-3-7 .list-body .title a {
	font-size: inherit
}

.dy-list-3-0.list-3-7 .list-link {
	text-align: right
}

.dy-list-3-0.list-3-7 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.dy-list-3-0.list-3-7 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.dy-list-3-0.list-3-7 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.dy-list-3-0.list-3-7 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s
}

.dy-list-3-0.list-3-7 .list-link a i {
	margin-left: 7px
}

.dy-list-3-0.list-3-8 .title-wrapper-1 {
	border: none
}

.dy-list-3-0.list-3-8 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.dy-list-3-0.list-3-8 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.dy-list-3-0.list-3-8 .list-item {
	float: none;
	width: 100%
}

.dy-list-3-0.list-3-8 .list-item a {
	font-size: 14px
}

.dy-list-3-0.list-3-8 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.dy-list-3-0.list-3-8 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.dy-list-3-0.list-3-8 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.dy-list-3-0.list-3-8 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.dy-list-3-0.list-3-8 .list-body .title a {
	line-height: 25px
}

.dy-list-3-0.list-3-8 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.dy-list-3-0.list-3-8 .time {
	color: #fff
}

.dy-list-3-0.list-3-8 .list-top-title {
	position: relative;
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.dy-list-3-0.list-3-8 .list-top-title-content {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 35px
}

@media (min-width:992px) {
	.dy-list-3-0.list-3-8 .list-top-title-content {
		font-size: 30px
	}
}

.dy-list-3-0.list-3-8 .list-content {
	padding: 28px 35px
}

.dy-list-3-0.list-3-8 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 16px
}

.dy-list-3-0.list-3-8 .list-body .title a {
	font-size: inherit;
	color: #fff
}

.dy-list-3-0.list-3-8 .list-link {
	text-align: right
}

.dy-list-3-0.list-3-8 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.dy-list-3-0.list-3-8 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.dy-list-3-0.list-3-8 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.dy-list-3-0.list-3-8 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s;
	color: #fff
}

.dy-list-3-0.list-3-8 .list-link a i {
	margin-left: 7px
}

.list-4 .list-item .title {
	line-height: 30px
}

.list-4.list-3-1 .list-item {
	float: none;
	width: 100%
}

.list-4.list-3-1 .list-item a {
	font-size: 14px
}

.list-4.list-3-2 .list-item {
	float: none;
	width: 100%;
	border-bottom: 1px dashed #c6c6c6;
	padding-bottom: 14px
}

.list-4.list-3-2 .list-item a {
	font-size: 14px
}

.list-4.list-3-3 .title-wrapper-1 {
	border: none
}

.list-4.list-3-3 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4.list-3-3 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4.list-3-3 .list-item {
	float: none;
	width: 100%
}

.list-4.list-3-3 .list-item a {
	font-size: 14px
}

.list-4.list-3-3 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4.list-3-3 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4.list-3-3 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4.list-3-3 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4.list-3-3 .list-body .title a {
	line-height: 25px
}

.list-4.list-3-3 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4.list-3-4 .title-wrapper-1 {
	border: none
}

.list-4.list-3-4 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4.list-3-4 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4.list-3-4 .list-item {
	float: none;
	width: 100%
}

.list-4.list-3-4 .list-item a {
	font-size: 14px
}

.list-4.list-3-4 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4.list-3-4 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4.list-3-4 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4.list-3-4 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4.list-3-4 .list-body .title a {
	line-height: 25px
}

.list-4.list-3-4 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4.list-3-4 .list-body-left {
	width: 80px
}

.list-4.list-3-4 .list-body .title {
	-webkit-line-clamp: 2;
	max-height: 50px
}

.list-4.list-3-5 .title-wrapper-1 {
	border: none
}

.list-4.list-3-5 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4.list-3-5 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4.list-3-5 .list-item {
	float: none;
	width: 100%
}

.list-4.list-3-5 .list-item a {
	font-size: 14px
}

.list-4.list-3-5 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4.list-3-5 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4.list-3-5 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4.list-3-5 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4.list-3-5 .list-body .title a {
	line-height: 25px
}

.list-4.list-3-5 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4.list-3-5 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-4.list-3-5 .list-link {
	text-align: right;
	margin-bottom: 7px
}

.list-4.list-3-5 .list-link a {
	display: inline-block;
	color: #3e6fb7;
	font-size: 14px;
	line-height: 24px
}

.list-4.list-3-6 .title-wrapper-1 {
	border: none
}

.list-4.list-3-6 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4.list-3-6 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4.list-3-6 .list-item {
	float: none;
	width: 100%
}

.list-4.list-3-6 .list-item a {
	font-size: 14px
}

.list-4.list-3-6 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4.list-3-6 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4.list-3-6 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4.list-3-6 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4.list-3-6 .list-body .title a {
	line-height: 25px
}

.list-4.list-3-6 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4.list-3-6 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 14px
}

.list-4.list-3-6 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-4.list-3-6 .list-link {
	margin-top: 21px
}

.list-4.list-3-6 .list-link a {
	background-color: #3e6fb7;
	border: 1px solid #3e6fb7;
	color: #fff;
	line-height: 1.5;
	padding: 7px;
	min-width: 125px;
	display: inline-block;
	text-align: center
}

.list-4.list-3-6 .list-link a i {
	margin-left: 7px
}

.list-4.list-3-6 .list-link a:hover {
	background-color: #fff;
	color: #3e6fb7
}

.list-4.list-3-7 {
	border-top: 6px solid #3e6fb7;
	padding: 28px 35px
}

.list-4.list-3-7 .title-wrapper-1 {
	border: none
}

.list-4.list-3-7 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4.list-3-7 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4.list-3-7 .list-item {
	float: none;
	width: 100%
}

.list-4.list-3-7 .list-item a {
	font-size: 14px
}

.list-4.list-3-7 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4.list-3-7 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4.list-3-7 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4.list-3-7 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4.list-3-7 .list-body .title a {
	line-height: 25px
}

.list-4.list-3-7 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4.list-3-7 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 21px
}

@media (min-width:992px) {
	.list-4.list-3-7 .list-top-title {
		font-size: 30px
	}
}

.list-4.list-3-7 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px
}

.list-4.list-3-7 .list-body .title a {
	font-size: inherit
}

.list-4.list-3-7 .list-link {
	text-align: right
}

.list-4.list-3-7 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.list-4.list-3-7 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-4.list-3-7 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.list-4.list-3-7 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s
}

.list-4.list-3-7 .list-link a i {
	margin-left: 7px
}

.list-4.list-3-8 .title-wrapper-1 {
	border: none
}

.list-4.list-3-8 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4.list-3-8 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4.list-3-8 .list-item {
	float: none;
	width: 100%
}

.list-4.list-3-8 .list-item a {
	font-size: 14px
}

.list-4.list-3-8 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4.list-3-8 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4.list-3-8 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4.list-3-8 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4.list-3-8 .list-body .title a {
	line-height: 25px
}

.list-4.list-3-8 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4.list-3-8 .time {
	color: #fff
}

.list-4.list-3-8 .list-top-title {
	position: relative;
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.list-4.list-3-8 .list-top-title-content {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 35px
}

@media (min-width:992px) {
	.list-4.list-3-8 .list-top-title-content {
		font-size: 30px
	}
}

.list-4.list-3-8 .list-content {
	padding: 28px 35px
}

.list-4.list-3-8 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 16px
}

.list-4.list-3-8 .list-body .title a {
	font-size: inherit;
	color: #fff
}

.list-4.list-3-8 .list-link {
	text-align: right
}

.list-4.list-3-8 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.list-4.list-3-8 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-4.list-3-8 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.list-4.list-3-8 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s;
	color: #fff
}

.list-4.list-3-8 .list-link a i {
	margin-left: 7px
}

.list-4 .list-body .list-item {
	float: none;
	width: 100%
}

.list-4 .list-body .list-item a {
	font-size: 14px
}

.list-4 .list-body .list-item-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-4 .list-body .list-text {
	font-size: 14px;
	color: #999;
	display: block;
	margin-right: 90px;
	line-height: 20px;
	margin-top: 3.5px
}

.list-4 .list-body .list-text p {
	display: inline;
	color: #777
}

.list-4 .list-body .list-text .list-text-link {
	font-size: 12px;
	color: #999;
	display: inline-block
}

.list-4 .list-body .list-text .list-text-link:hover {
	color: #3e6fb7
}

.list-4 .list-body .open-text .title {
	font-size: 16px;
	color: #3e6fb7
}

.list-4 .list-body .open-text .title a {
	font-size: 16px;
	color: #3e6fb7
}

.list-4 .list-body .open-text .list-text {
	display: block
}

.list-4 .list-bottom {
	text-align: right;
	margin: 28px 0
}

.list-4 .list-bottom .list-bottom-link {
	display: inline-block;
	font-size: 12px;
	color: #3e6fb7;
	border: 1px solid #3e6fb7;
	line-height: 1;
	padding: 12.6px 30.8px
}

.list-4-1 .list-item .title {
	line-height: 30px
}

.list-4-1.list-3-1 .list-item {
	float: none;
	width: 100%
}

.list-4-1.list-3-1 .list-item a {
	font-size: 14px
}

.list-4-1.list-3-2 .list-item {
	float: none;
	width: 100%;
	border-bottom: 1px dashed #c6c6c6;
	padding-bottom: 14px
}

.list-4-1.list-3-2 .list-item a {
	font-size: 14px
}

.list-4-1.list-3-3 .title-wrapper-1 {
	border: none
}

.list-4-1.list-3-3 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-1.list-3-3 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-1.list-3-3 .list-item {
	float: none;
	width: 100%
}

.list-4-1.list-3-3 .list-item a {
	font-size: 14px
}

.list-4-1.list-3-3 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-1.list-3-3 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-1.list-3-3 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-1.list-3-3 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-1.list-3-3 .list-body .title a {
	line-height: 25px
}

.list-4-1.list-3-3 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-1.list-3-4 .title-wrapper-1 {
	border: none
}

.list-4-1.list-3-4 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-1.list-3-4 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-1.list-3-4 .list-item {
	float: none;
	width: 100%
}

.list-4-1.list-3-4 .list-item a {
	font-size: 14px
}

.list-4-1.list-3-4 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-1.list-3-4 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-1.list-3-4 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-1.list-3-4 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-1.list-3-4 .list-body .title a {
	line-height: 25px
}

.list-4-1.list-3-4 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-1.list-3-4 .list-body-left {
	width: 80px
}

.list-4-1.list-3-4 .list-body .title {
	-webkit-line-clamp: 2;
	max-height: 50px
}

.list-4-1.list-3-5 .title-wrapper-1 {
	border: none
}

.list-4-1.list-3-5 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-1.list-3-5 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-1.list-3-5 .list-item {
	float: none;
	width: 100%
}

.list-4-1.list-3-5 .list-item a {
	font-size: 14px
}

.list-4-1.list-3-5 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-1.list-3-5 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-1.list-3-5 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-1.list-3-5 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-1.list-3-5 .list-body .title a {
	line-height: 25px
}

.list-4-1.list-3-5 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-1.list-3-5 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-4-1.list-3-5 .list-link {
	text-align: right;
	margin-bottom: 7px
}

.list-4-1.list-3-5 .list-link a {
	display: inline-block;
	color: #3e6fb7;
	font-size: 14px;
	line-height: 24px
}

.list-4-1.list-3-6 .title-wrapper-1 {
	border: none
}

.list-4-1.list-3-6 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-1.list-3-6 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-1.list-3-6 .list-item {
	float: none;
	width: 100%
}

.list-4-1.list-3-6 .list-item a {
	font-size: 14px
}

.list-4-1.list-3-6 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-1.list-3-6 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-1.list-3-6 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-1.list-3-6 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-1.list-3-6 .list-body .title a {
	line-height: 25px
}

.list-4-1.list-3-6 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-1.list-3-6 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 14px
}

.list-4-1.list-3-6 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-4-1.list-3-6 .list-link {
	margin-top: 21px
}

.list-4-1.list-3-6 .list-link a {
	background-color: #3e6fb7;
	border: 1px solid #3e6fb7;
	color: #fff;
	line-height: 1.5;
	padding: 7px;
	min-width: 125px;
	display: inline-block;
	text-align: center
}

.list-4-1.list-3-6 .list-link a i {
	margin-left: 7px
}

.list-4-1.list-3-6 .list-link a:hover {
	background-color: #fff;
	color: #3e6fb7
}

.list-4-1.list-3-7 {
	border-top: 6px solid #3e6fb7;
	padding: 28px 35px
}

.list-4-1.list-3-7 .title-wrapper-1 {
	border: none
}

.list-4-1.list-3-7 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-1.list-3-7 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-1.list-3-7 .list-item {
	float: none;
	width: 100%
}

.list-4-1.list-3-7 .list-item a {
	font-size: 14px
}

.list-4-1.list-3-7 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-1.list-3-7 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-1.list-3-7 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-1.list-3-7 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-1.list-3-7 .list-body .title a {
	line-height: 25px
}

.list-4-1.list-3-7 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-1.list-3-7 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 21px
}

@media (min-width:992px) {
	.list-4-1.list-3-7 .list-top-title {
		font-size: 30px
	}
}

.list-4-1.list-3-7 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px
}

.list-4-1.list-3-7 .list-body .title a {
	font-size: inherit
}

.list-4-1.list-3-7 .list-link {
	text-align: right
}

.list-4-1.list-3-7 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.list-4-1.list-3-7 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-4-1.list-3-7 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.list-4-1.list-3-7 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s
}

.list-4-1.list-3-7 .list-link a i {
	margin-left: 7px
}

.list-4-1.list-3-8 .title-wrapper-1 {
	border: none
}

.list-4-1.list-3-8 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-1.list-3-8 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-1.list-3-8 .list-item {
	float: none;
	width: 100%
}

.list-4-1.list-3-8 .list-item a {
	font-size: 14px
}

.list-4-1.list-3-8 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-1.list-3-8 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-1.list-3-8 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-1.list-3-8 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-1.list-3-8 .list-body .title a {
	line-height: 25px
}

.list-4-1.list-3-8 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-1.list-3-8 .time {
	color: #fff
}

.list-4-1.list-3-8 .list-top-title {
	position: relative;
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.list-4-1.list-3-8 .list-top-title-content {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 35px
}

@media (min-width:992px) {
	.list-4-1.list-3-8 .list-top-title-content {
		font-size: 30px
	}
}

.list-4-1.list-3-8 .list-content {
	padding: 28px 35px
}

.list-4-1.list-3-8 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 16px
}

.list-4-1.list-3-8 .list-body .title a {
	font-size: inherit;
	color: #fff
}

.list-4-1.list-3-8 .list-link {
	text-align: right
}

.list-4-1.list-3-8 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.list-4-1.list-3-8 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-4-1.list-3-8 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.list-4-1.list-3-8 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s;
	color: #fff
}

.list-4-1.list-3-8 .list-link a i {
	margin-left: 7px
}

.list-4-1 .list-body .list-item {
	float: none;
	width: 100%
}

.list-4-1 .list-body .list-item a {
	font-size: 14px
}

.list-4-1 .list-body .list-item-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-4-1 .list-body .list-text {
	font-size: 14px;
	color: #999;
	display: block;
	margin-right: 90px;
	line-height: 20px;
	margin-top: 3.5px
}

.list-4-1 .list-body .list-text p {
	display: inline;
	color: #777
}

.list-4-1 .list-body .list-text .list-text-link {
	font-size: 12px;
	color: #999;
	display: inline-block
}

.list-4-1 .list-body .list-text .list-text-link:hover {
	color: #3e6fb7
}

.list-4-1 .list-body .open-text .title {
	font-size: 16px;
	color: #3e6fb7
}

.list-4-1 .list-body .open-text .title a {
	font-size: 16px;
	color: #3e6fb7
}

.list-4-1 .list-body .open-text .list-text {
	display: block
}

.list-4-1 .list-bottom {
	text-align: right;
	margin: 28px 0
}

.list-4-1 .list-bottom .list-bottom-link {
	display: inline-block;
	font-size: 12px;
	color: #3e6fb7;
	border: 1px solid #3e6fb7;
	line-height: 1;
	padding: 12.6px 30.8px
}

.list-4-1 .list-item {
	margin: 7px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #c6c6c6
}

.list-4-1 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-4-1 .list-item:hover a {
	color: #3e6fb7
}

.list-4-1 .list-item:hover a .title {
	color: #3e6fb7
}

.list-4-1 .list-item:hover a .list-text {
	color: #3e6fb7
}

.list-4-1 .list-item-left {
	margin-right: 14px;
	float: left;
	width: 165px
}

.list-4-1 .list-item-left .list-media {
	position: relative;
	height: 0;
	padding-top: 75%
}

.list-4-1 .list-item-left .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-1 .list-item-right .title {
	color: #000;
	font-size: 1rem
}

.list-4-1 .list-item-right .list-text {
	margin-right: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 60px;
	margin-bottom: 7px
}

.list-4-1 .list-item-right .time {
	display: block;
	float: none;
	text-align: left;
	margin-left: 0
}

.list-4-1 .list-bottom {
	margin: 14px 0
}

.list-4-1 .list-bottom .list-bottom-link {
	display: inline-block;
	color: #3e6fb7;
	font-size: 14px;
	line-height: 24px;
	border: none;
	padding: 7px 0
}

.list-4-2 .list-item .title {
	line-height: 30px
}

.list-4-2.list-3-1 .list-item {
	float: none;
	width: 100%
}

.list-4-2.list-3-1 .list-item a {
	font-size: 14px
}

.list-4-2.list-3-2 .list-item {
	float: none;
	width: 100%;
	border-bottom: 1px dashed #c6c6c6;
	padding-bottom: 14px
}

.list-4-2.list-3-2 .list-item a {
	font-size: 14px
}

.list-4-2.list-3-3 .title-wrapper-1 {
	border: none
}

.list-4-2.list-3-3 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-2.list-3-3 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-2.list-3-3 .list-item {
	float: none;
	width: 100%
}

.list-4-2.list-3-3 .list-item a {
	font-size: 14px
}

.list-4-2.list-3-3 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-2.list-3-3 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-2.list-3-3 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-2.list-3-3 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-2.list-3-3 .list-body .title a {
	line-height: 25px
}

.list-4-2.list-3-3 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-2.list-3-4 .title-wrapper-1 {
	border: none
}

.list-4-2.list-3-4 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-2.list-3-4 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-2.list-3-4 .list-item {
	float: none;
	width: 100%
}

.list-4-2.list-3-4 .list-item a {
	font-size: 14px
}

.list-4-2.list-3-4 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-2.list-3-4 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-2.list-3-4 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-2.list-3-4 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-2.list-3-4 .list-body .title a {
	line-height: 25px
}

.list-4-2.list-3-4 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-2.list-3-4 .list-body-left {
	width: 80px
}

.list-4-2.list-3-4 .list-body .title {
	-webkit-line-clamp: 2;
	max-height: 50px
}

.list-4-2.list-3-5 .title-wrapper-1 {
	border: none
}

.list-4-2.list-3-5 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-2.list-3-5 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-2.list-3-5 .list-item {
	float: none;
	width: 100%
}

.list-4-2.list-3-5 .list-item a {
	font-size: 14px
}

.list-4-2.list-3-5 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-2.list-3-5 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-2.list-3-5 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-2.list-3-5 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-2.list-3-5 .list-body .title a {
	line-height: 25px
}

.list-4-2.list-3-5 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-2.list-3-5 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-4-2.list-3-5 .list-link {
	text-align: right;
	margin-bottom: 7px
}

.list-4-2.list-3-5 .list-link a {
	display: inline-block;
	color: #3e6fb7;
	font-size: 14px;
	line-height: 24px
}

.list-4-2.list-3-6 .title-wrapper-1 {
	border: none
}

.list-4-2.list-3-6 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-2.list-3-6 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-2.list-3-6 .list-item {
	float: none;
	width: 100%
}

.list-4-2.list-3-6 .list-item a {
	font-size: 14px
}

.list-4-2.list-3-6 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-2.list-3-6 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-2.list-3-6 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-2.list-3-6 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-2.list-3-6 .list-body .title a {
	line-height: 25px
}

.list-4-2.list-3-6 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-2.list-3-6 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 14px
}

.list-4-2.list-3-6 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-4-2.list-3-6 .list-link {
	margin-top: 21px
}

.list-4-2.list-3-6 .list-link a {
	background-color: #3e6fb7;
	border: 1px solid #3e6fb7;
	color: #fff;
	line-height: 1.5;
	padding: 7px;
	min-width: 125px;
	display: inline-block;
	text-align: center
}

.list-4-2.list-3-6 .list-link a i {
	margin-left: 7px
}

.list-4-2.list-3-6 .list-link a:hover {
	background-color: #fff;
	color: #3e6fb7
}

.list-4-2.list-3-7 {
	border-top: 6px solid #3e6fb7;
	padding: 28px 35px
}

.list-4-2.list-3-7 .title-wrapper-1 {
	border: none
}

.list-4-2.list-3-7 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-2.list-3-7 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-2.list-3-7 .list-item {
	float: none;
	width: 100%
}

.list-4-2.list-3-7 .list-item a {
	font-size: 14px
}

.list-4-2.list-3-7 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-2.list-3-7 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-2.list-3-7 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-2.list-3-7 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-2.list-3-7 .list-body .title a {
	line-height: 25px
}

.list-4-2.list-3-7 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-2.list-3-7 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 21px
}

@media (min-width:992px) {
	.list-4-2.list-3-7 .list-top-title {
		font-size: 30px
	}
}

.list-4-2.list-3-7 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px
}

.list-4-2.list-3-7 .list-body .title a {
	font-size: inherit
}

.list-4-2.list-3-7 .list-link {
	text-align: right
}

.list-4-2.list-3-7 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.list-4-2.list-3-7 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-4-2.list-3-7 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.list-4-2.list-3-7 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s
}

.list-4-2.list-3-7 .list-link a i {
	margin-left: 7px
}

.list-4-2.list-3-8 .title-wrapper-1 {
	border: none
}

.list-4-2.list-3-8 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-4-2.list-3-8 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-4-2.list-3-8 .list-item {
	float: none;
	width: 100%
}

.list-4-2.list-3-8 .list-item a {
	font-size: 14px
}

.list-4-2.list-3-8 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-4-2.list-3-8 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-4-2.list-3-8 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-2.list-3-8 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-4-2.list-3-8 .list-body .title a {
	line-height: 25px
}

.list-4-2.list-3-8 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-4-2.list-3-8 .time {
	color: #fff
}

.list-4-2.list-3-8 .list-top-title {
	position: relative;
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.list-4-2.list-3-8 .list-top-title-content {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 35px
}

@media (min-width:992px) {
	.list-4-2.list-3-8 .list-top-title-content {
		font-size: 30px
	}
}

.list-4-2.list-3-8 .list-content {
	padding: 28px 35px
}

.list-4-2.list-3-8 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 16px
}

.list-4-2.list-3-8 .list-body .title a {
	font-size: inherit;
	color: #fff
}

.list-4-2.list-3-8 .list-link {
	text-align: right
}

.list-4-2.list-3-8 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.list-4-2.list-3-8 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-4-2.list-3-8 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.list-4-2.list-3-8 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s;
	color: #fff
}

.list-4-2.list-3-8 .list-link a i {
	margin-left: 7px
}

.list-4-2 .list-body .list-item {
	float: none;
	width: 100%
}

.list-4-2 .list-body .list-item a {
	font-size: 14px
}

.list-4-2 .list-body .list-item-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-4-2 .list-body .list-text {
	font-size: 14px;
	color: #999;
	display: block;
	margin-right: 90px;
	line-height: 20px;
	margin-top: 3.5px
}

.list-4-2 .list-body .list-text p {
	display: inline;
	color: #777
}

.list-4-2 .list-body .list-text .list-text-link {
	font-size: 12px;
	color: #999;
	display: inline-block
}

.list-4-2 .list-body .list-text .list-text-link:hover {
	color: #3e6fb7
}

.list-4-2 .list-body .open-text .title {
	font-size: 16px;
	color: #3e6fb7
}

.list-4-2 .list-body .open-text .title a {
	font-size: 16px;
	color: #3e6fb7
}

.list-4-2 .list-body .open-text .list-text {
	display: block
}

.list-4-2 .list-bottom {
	text-align: right;
	margin: 28px 0
}

.list-4-2 .list-bottom .list-bottom-link {
	display: inline-block;
	font-size: 12px;
	color: #3e6fb7;
	border: 1px solid #3e6fb7;
	line-height: 1;
	padding: 12.6px 30.8px
}

.list-4-2 .list-item {
	margin: 7px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #c6c6c6
}

.list-4-2 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-4-2 .list-item:hover a {
	color: #3e6fb7
}

.list-4-2 .list-item:hover a .title {
	color: #3e6fb7
}

.list-4-2 .list-item:hover a .list-text {
	color: #3e6fb7
}

.list-4-2 .list-item-left {
	margin-right: 14px;
	float: left;
	width: 165px
}

.list-4-2 .list-item-left .list-media {
	position: relative;
	height: 0;
	padding-top: 75%
}

.list-4-2 .list-item-left .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-4-2 .list-item-right .title {
	color: #000;
	font-size: 1rem
}

.list-4-2 .list-item-right .list-text {
	margin-right: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 60px;
	margin-bottom: 7px
}

.list-4-2 .list-item-right .time {
	display: block;
	float: none;
	text-align: left;
	margin-left: 0
}

.list-4-2 .list-bottom {
	margin: 14px 0
}

.list-4-2 .list-bottom .list-bottom-link {
	display: inline-block;
	color: #3e6fb7;
	font-size: 14px;
	line-height: 24px;
	border: none;
	padding: 7px 0
}

.list-4-2 .list-right {
	float: right;
	margin-left: 7px
}

.list-4-2 .list-bottom {
	text-align: left
}

.list-4-2 .list-item {
	border-bottom-style: dashed
}

.list-4-2 .tag {
	color: #777;
	font-size: 12px;
	padding-right: 14px;
	position: relative
}

.list-4-2 .tag::after {
	content: "";
	height: 13px;
	width: 1px;
	background-color: #777;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.list-4-2 .time {
	float: none;
	font-size: 12px
}

.list-5 .list-media {
	height: 0;
	position: relative;
	padding-top: 56%;
	margin-bottom: 21px;
	margin-top: -14px;
	border-top: 5px solid #3e6fb7
}

.list-5 .list-media .media-img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0
}

.list-5 .list-item {
	padding: 14px 0;
	border-bottom: 1px solid #c6c6c6
}

.list-5 .list-item .title {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px
}

.list-5 .list-item .time {
	font-size: 12px;
	text-align: left
}

.list-6 .list-item {
	/*padding: 28px 0;*/
	/*border-bottom: 1px solid #c6c6c6;*/
	background-color: #c6c6c65c;
	margin:10px;
	border: 1px solid #034ea2;
	border-radius: 8px;
}

.list-6 .list-item:first-child {
	padding-top: 0
}

.list-6 .list-item .list-body {
	overflow: hidden;
	padding: 20px;
}

.list-6 .list-item .list-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-6 .list-item .list-body .list-media {
	position: relative;
	height: 0;
	padding-top: 120%
}

.list-6 .list-item .list-body .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-6 .list-item .list-body .list-left {
	float: left;
	margin-right: 14px;
	width: 40%;
	max-width: 185px
}

.list-6 .list-item .list-body .list-content .list-title {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 14px;
	font-weight: 600;
}

.list-6 .list-item .list-body .list-content .list-text {
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 42px
}

.list-6 .list-item .list-body .list-content .list-text p {
	display: inline;
	color: #777
}

@media (min-width:992px) {
	.list-6 .list-item .list-body .list-left {
		margin-right: 28px
	}

	.list-6 .list-item .list-content .list-text {
		margin-bottom: 11.2px
	}
}

.list-6v1 .lists {
	display: flex;
	flex-wrap: wrap
}

.list-6v1 .lists .item {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
	margin-bottom: 20px;
	background: transform;
	transition: all .2s;
	border-radius: 4px
}

.list-6v1 .lists .item .card {
	padding: 30px
}

.list-6v1 .lists .item .card .media img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	line-height: 1;
	object-fit: cover
}

.list-6v1 .lists .item .card .title a {
	color: #616161
}

.list-6v1 .lists .item .card .title a:hover {
	color: #3e6fb7
}

.list-6v1 .lists .item .card .sub-title {
	color: #777
}

.list-6v1 .lists .item .card .second-title {
	color: #3e6fb7
}

.list-6v1 .lists .item:hover {
	background: #fff;
	box-shadow: 0px 0px 5.3px rgba(0, 0, 0, 0.017), 0px 0px 17.9px rgba(0, 0, 0, 0.028), 0px 0px 80px rgba(0, 0, 0, 0.05)
}

@media (min-width:768px) {
	.list-6v1 .lists .item {
		width: 50%
	}
}

@media (min-width:992px) {
	.list-6v1 .lists .item {
		width: 25%
	}
}

.list-7 .list-item {
	padding: 30.8px 0;
	border-bottom: 1px solid #c6c6c6
}

.list-7 .list-item:last-child {
	border: none
}

.list-7 .list-item .list-media {
	background-color: #7fcd60;
	text-align: center;
	padding: 16.8px 7px;
	margin: 0 auto 21px
}

.list-7 .list-item .list-media img {
	width: 40px;
	height: 40px
}

.list-7 .list-item .list-media .list-title {
	color: #fff;
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.2
}

.list-7 .list-item .list-content .list-text {
	margin: 7px 0;
	padding: 0 14px;
	float: left;
	width: 50%
}

.list-7 .list-item .list-content .list-text .list-i {
	border: 1px solid #3e6fb7;
	border-radius: 50%;
	font-size: 10px;
	display: block;
	text-align: center;
	margin-right: 7px;
	color: #3e6fb7;
	width: 18px;
	height: 18px;
	margin-top: -1px;
	float: left
}

.list-7 .list-item .list-content .list-text .list-link {
	display: block;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%
}

.list-7 .list-item .list-content .list-text a {
	display: block
}

.list-7 .list-item .list-content .list-text a:hover .list-link {
	color: #3e6fb7
}

@media (min-width:992px) {
	.list-7 .list-item {
		display: table;
		width: 100%
	}

	.list-7 .list-item .list-left {
		display: table-cell;
		vertical-align: middle;
		width: 170px
	}

	.list-7 .list-item .list-left .list-media {
		margin: 0;
		width: 120px
	}

	.list-7 .list-item .list-right {
		display: table-cell;
		vertical-align: middle
	}

	.list-7 .list-item .list-right .list-content {
		padding: 0 14px
	}

	.list-7 .list-item .list-right .list-content .list-text {
		width: 20%
	}
}

.list-8 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 11px 24px 4px rgba(204, 204, 204, 0.23);
	padding: 28px 42px
}

.list-8 .list-body {
	padding: 28px 42px
}

.list-8 .list-body .list-item {
	border-bottom: 1px solid #c6c6c6
}

.list-8 .list-body .list-item .list-content {
	padding: 14px 0;
	position: relative;
	margin-top: 5px
}

.list-8 .list-body .list-item .list-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-8 .list-body .list-item .list-content .list-order {
	background-color: #c6c6c6;
	color: #777;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 18px;
	text-align: center;
	position: relative;
	line-height: 1;
	position: absolute;
	top: 10px
}

.list-8 .list-body .list-item .list-content .list-order span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1
}

.list-8 .list-body .list-item .list-content .list-link {
	float: right;
	font-size: 30px;
	color: #3e6fb7
}

.list-8 .list-body .list-item .list-content .list-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	font-size: 16px;
	padding-left: 50px;
	margin-top: 5px
}

@media (max-width:992px) {
	.list-8 {
		padding: 14px 0;
		padding-bottom: 56px
	}

	.list-8 .list-body {
		padding: 14px
	}

	.list-8 .title-wrapper-3 .title-wrapper-right {
		bottom: 28px
	}
}

.list-8-1 .list-body .list-item {
	border-bottom: 1px solid #c6c6c6;
	border: none
}

.list-8-1 .list-body .list-item .list-content {
	padding: 14px 0;
	position: relative;
	margin-top: 5px
}

.list-8-1 .list-body .list-item .list-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-8-1 .list-body .list-item .list-content .list-order {
	background-color: #c6c6c6;
	color: #777;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 18px;
	text-align: center;
	position: relative;
	line-height: 1;
	position: absolute;
	top: 10px
}

.list-8-1 .list-body .list-item .list-content .list-order span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1
}

.list-8-1 .list-body .list-item .list-content .list-link {
	float: right;
	font-size: 30px;
	color: #3e6fb7
}

.list-8-1 .list-body .list-item .list-content .list-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	font-size: 16px;
	padding-left: 50px;
	margin-top: 5px
}

.list-8-1 .list-body .list-item a {
	display: inline-block;
	max-width: 100%;
	color: #000
}

.list-8-1 .list-body .list-item a:hover {
	color: #3e6fb7
}

.list-8-1 .list-body .list-item .list-content {
	display: inline-block;
	padding: 7px 0;
	max-width: 100%
}

.list-8-1 .list-body .list-item .list-content .list-title {
	padding-left: 28px
}

.list-8-1 .list-body .list-item .list-content .list-link {
	float: left
}

.list-8v2 .lists .item {
	display: flex;
	border: 1px solid #c6c6c6;
	padding: 20px;
	margin-bottom: 20px
}

.list-8v2 .lists .item>:first-child {
	flex: 1 1 auto
}

.list-9 .list-item .title {
	line-height: 30px
}

.list-9.list-3-1 .list-item {
	float: none;
	width: 100%
}

.list-9.list-3-1 .list-item a {
	font-size: 14px
}

.list-9.list-3-2 .list-item {
	float: none;
	width: 100%;
	border-bottom: 1px dashed #c6c6c6;
	padding-bottom: 14px
}

.list-9.list-3-2 .list-item a {
	font-size: 14px
}

.list-9.list-3-3 .title-wrapper-1 {
	border: none
}

.list-9.list-3-3 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-9.list-3-3 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-9.list-3-3 .list-item {
	float: none;
	width: 100%
}

.list-9.list-3-3 .list-item a {
	font-size: 14px
}

.list-9.list-3-3 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-9.list-3-3 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-9.list-3-3 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-9.list-3-3 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-9.list-3-3 .list-body .title a {
	line-height: 25px
}

.list-9.list-3-3 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-9.list-3-4 .title-wrapper-1 {
	border: none
}

.list-9.list-3-4 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-9.list-3-4 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-9.list-3-4 .list-item {
	float: none;
	width: 100%
}

.list-9.list-3-4 .list-item a {
	font-size: 14px
}

.list-9.list-3-4 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-9.list-3-4 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-9.list-3-4 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-9.list-3-4 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-9.list-3-4 .list-body .title a {
	line-height: 25px
}

.list-9.list-3-4 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-9.list-3-4 .list-body-left {
	width: 80px
}

.list-9.list-3-4 .list-body .title {
	-webkit-line-clamp: 2;
	max-height: 50px
}

.list-9.list-3-5 .title-wrapper-1 {
	border: none
}

.list-9.list-3-5 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-9.list-3-5 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-9.list-3-5 .list-item {
	float: none;
	width: 100%
}

.list-9.list-3-5 .list-item a {
	font-size: 14px
}

.list-9.list-3-5 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-9.list-3-5 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-9.list-3-5 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-9.list-3-5 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-9.list-3-5 .list-body .title a {
	line-height: 25px
}

.list-9.list-3-5 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-9.list-3-5 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-9.list-3-5 .list-link {
	text-align: right;
	margin-bottom: 7px
}

.list-9.list-3-5 .list-link a {
	display: inline-block;
	color: #3e6fb7;
	font-size: 14px;
	line-height: 24px
}

.list-9.list-3-6 .title-wrapper-1 {
	border: none
}

.list-9.list-3-6 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-9.list-3-6 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-9.list-3-6 .list-item {
	float: none;
	width: 100%
}

.list-9.list-3-6 .list-item a {
	font-size: 14px
}

.list-9.list-3-6 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-9.list-3-6 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-9.list-3-6 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-9.list-3-6 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-9.list-3-6 .list-body .title a {
	line-height: 25px
}

.list-9.list-3-6 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-9.list-3-6 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 14px
}

.list-9.list-3-6 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-9.list-3-6 .list-link {
	margin-top: 21px
}

.list-9.list-3-6 .list-link a {
	background-color: #3e6fb7;
	border: 1px solid #3e6fb7;
	color: #fff;
	line-height: 1.5;
	padding: 7px;
	min-width: 125px;
	display: inline-block;
	text-align: center
}

.list-9.list-3-6 .list-link a i {
	margin-left: 7px
}

.list-9.list-3-6 .list-link a:hover {
	background-color: #fff;
	color: #3e6fb7
}

.list-9.list-3-7 {
	border-top: 6px solid #3e6fb7;
	padding: 28px 35px
}

.list-9.list-3-7 .title-wrapper-1 {
	border: none
}

.list-9.list-3-7 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-9.list-3-7 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-9.list-3-7 .list-item {
	float: none;
	width: 100%
}

.list-9.list-3-7 .list-item a {
	font-size: 14px
}

.list-9.list-3-7 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-9.list-3-7 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-9.list-3-7 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-9.list-3-7 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-9.list-3-7 .list-body .title a {
	line-height: 25px
}

.list-9.list-3-7 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-9.list-3-7 .list-top-title {
	font-size: 24px;
	line-height: 1.5;
	color: #3e6fb7;
	margin-bottom: 21px
}

@media (min-width:992px) {
	.list-9.list-3-7 .list-top-title {
		font-size: 30px
	}
}

.list-9.list-3-7 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px
}

.list-9.list-3-7 .list-body .title a {
	font-size: inherit
}

.list-9.list-3-7 .list-link {
	text-align: right
}

.list-9.list-3-7 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.list-9.list-3-7 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-9.list-3-7 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.list-9.list-3-7 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s
}

.list-9.list-3-7 .list-link a i {
	margin-left: 7px
}

.list-9.list-3-8 .title-wrapper-1 {
	border: none
}

.list-9.list-3-8 .title-wrapper-1 .title-wrapper-left {
	color: #000
}

.list-9.list-3-8 .title-wrapper-1:hover .title-wrapper-left {
	color: #3e6fb7
}

.list-9.list-3-8 .list-item {
	float: none;
	width: 100%
}

.list-9.list-3-8 .list-item a {
	font-size: 14px
}

.list-9.list-3-8 .list-body-left {
	width: 100px;
	margin-right: 14px;
	float: left
}

.list-9.list-3-8 .list-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.list-9.list-3-8 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-9.list-3-8 .list-body .title {
	white-space: inherit;
	text-overflow: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 75px;
	line-height: 1.5
}

.list-9.list-3-8 .list-body .title a {
	line-height: 25px
}

.list-9.list-3-8 .list-body .time {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}

.list-9.list-3-8 .time {
	color: #fff
}

.list-9.list-3-8 .list-top-title {
	position: relative;
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.list-9.list-3-8 .list-top-title-content {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 35px
}

@media (min-width:992px) {
	.list-9.list-3-8 .list-top-title-content {
		font-size: 30px
	}
}

.list-9.list-3-8 .list-content {
	padding: 28px 35px
}

.list-9.list-3-8 .list-body .title {
	display: block;
	max-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 16px
}

.list-9.list-3-8 .list-body .title a {
	font-size: inherit;
	color: #fff
}

.list-9.list-3-8 .list-link {
	text-align: right
}

.list-9.list-3-8 .list-link a {
	margin-top: 14px;
	display: inline-block;
	transition: all .2s;
	position: relative
}

@media only screen and (min-width:768px) {
	.list-9.list-3-8 .list-link a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-9.list-3-8 .list-link a:hover:before {
		transform: scaleX(1)
	}
}

.list-9.list-3-8 .list-link a:hover {
	opacity: 0.8;
	transition: all .2s;
	color: #fff
}

.list-9.list-3-8 .list-link a i {
	margin-left: 7px
}

.list-9 .list-body .list-item {
	float: none;
	width: 100%
}

.list-9 .list-body .list-item a {
	font-size: 14px
}

.list-9 .list-body .list-item-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-9 .list-body .list-text {
	font-size: 14px;
	color: #999;
	display: block;
	margin-right: 90px;
	line-height: 20px;
	margin-top: 3.5px
}

.list-9 .list-body .list-text p {
	display: inline;
	color: #777
}

.list-9 .list-body .list-text .list-text-link {
	font-size: 12px;
	color: #999;
	display: inline-block
}

.list-9 .list-body .list-text .list-text-link:hover {
	color: #3e6fb7
}

.list-9 .list-body .open-text .title {
	font-size: 16px;
	color: #3e6fb7
}

.list-9 .list-body .open-text .title a {
	font-size: 16px;
	color: #3e6fb7
}

.list-9 .list-body .open-text .list-text {
	display: block
}

.list-9 .list-bottom {
	text-align: right;
	margin: 28px 0
}

.list-9 .list-bottom .list-bottom-link {
	display: inline-block;
	font-size: 12px;
	color: #3e6fb7;
	border: 1px solid #3e6fb7;
	line-height: 1;
	padding: 12.6px 30.8px
}

.list-9 .list-item {
	margin: 7px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #c6c6c6
}

.list-9 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-9 .list-item:hover a {
	color: #3e6fb7
}

.list-9 .list-item:hover a .title {
	color: #3e6fb7
}

.list-9 .list-item:hover a .list-text {
	color: #3e6fb7
}

.list-9 .list-item-left {
	margin-right: 14px;
	float: left;
	width: 165px
}

.list-9 .list-item-left .list-media {
	position: relative;
	height: 0;
	padding-top: 75%
}

.list-9 .list-item-left .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.list-9 .list-item-right .title {
	color: #000;
	font-size: 1rem
}

.list-9 .list-item-right .list-text {
	margin-right: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 60px;
	margin-bottom: 7px
}

.list-9 .list-item-right .time {
	display: block;
	float: none;
	text-align: left;
	margin-left: 0
}

.list-9 .list-bottom {
	margin: 14px 0
}

.list-9 .list-bottom .list-bottom-link {
	display: inline-block;
	color: #3e6fb7;
	font-size: 14px;
	line-height: 24px;
	border: none;
	padding: 7px 0
}

.list-9 .list-body .list-item {
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 14px
}

.list-9 .list-body .list-item a {
	font-size: 16px
}

.list-9 .time {
	display: block;
	float: none;
	text-align: left;
	margin-left: 0;
	line-height: 20px
}

.list-9 .list-bottom {
	text-align: left;
	margin-top: 0
}

.list-9 .list-bottom .list-bottom-link {
	padding: 0
}

@media (max-width:992px) {
	.list-9 .list-body {
		margin-top: 14px
	}
}

.list-10 .list-item {
	margin-bottom: 21px
}

.list-10 .list-item-left {
	display: table-cell;
	vertical-align: middle;
	padding-right: 14px
}

.list-10 .list-item-right {
	display: table-cell;
	vertical-align: middle
}

.list-10 .list-item-time {
	min-width: 70px;
	text-align: center;
	background-color: #3e6fb7;
	color: #fff
}

.list-10 .list-item-time .list-item-day {
	background-color: #3966a8;
	font-size: 36px;
	line-height: 1;
	padding: 7px 0
}

.list-10 .list-item-time .list-item-month {
	font-size: 16px;
	line-height: 1.5
}

.list-10 .list-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #000;
	line-height: 1.5
}

.list-10 .list-text:hover a {
	color: #3e6fb7
}

.list-10 .list-text a {
	color: #000
}

.list-10 .list-bottom {
	margin: 14px 0;
	text-align: right
}

.list-10 .list-bottom .list-bottom-link {
	display: inline-block;
	color: #3e6fb7;
	font-size: 14px;
	line-height: 24px;
	border: none;
	padding: 7px 0
}

.list-11 .list-item {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #c6c6c6
}

.list-11 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-11 .list-item .list-left {
	width: 100%
}

.list-11 .list-item .list-left .list-media {
	position: relative;
	height: 0;
	padding-top: 75%
}

.list-11 .list-item .list-left .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.list-11 .list-item .list-content {
	padding: 14px 0
}

.list-11 .list-item .list-title {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 48px;
	margin-bottom: 14px
}

.list-11 .list-item .list-title a {
	font-size: inherit;
	color: inherit
}

.list-11 .list-item .list-bottom {
	color: #999;
	text-align: center
}

.list-11 .list-item .list-bottom .list-time,
.list-11 .list-item .list-bottom .list-tag {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	padding-right: 21px;
	margin-right: 21px
}

.list-11 .list-item .list-bottom .list-time::after,
.list-11 .list-item .list-bottom .list-tag::after {
	content: "";
	display: block;
	width: 1px;
	height: 70%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #999
}

.list-11 .list-item .list-bottom .list-tag {
	margin-right: 0
}

.list-11 .list-item .list-bottom .list-tag::after {
	display: none
}

.list-11 .list-item .list-share {
	margin-top: 14px
}

.list-11 .list-item .share-1 {
	margin: 0
}

.list-11 .list-item .share-1 .share-content {
	border: none;
	padding: 0
}

.list-11 .list-item .share-1 .share-item {
	width: 26px;
	height: 26px;
	font-size: 15px;
	background-color: #c6c6c6
}

.list-11 .list-item .share-1 .share-item:hover {
	background-color: #3e6fb7;
	color: #fff
}

.list-11 .list-item .share-1 .share-item:hover a {
	color: #fff
}

@media (min-width:992px) {
	.list-11 .list-item {
		margin-bottom: 21px;
		padding-bottom: 21px
	}

	.list-11 .list-item .list-left {
		width: 165px;
		display: table-cell;
		vertical-align: middle
	}

	.list-11 .list-item .list-content {
		display: table-cell;
		vertical-align: middle;
		padding-left: 28px
	}

	.list-11 .list-item .list-bottom {
		text-align: left
	}

	.list-11 .list-item .list-bottom .list-tag {
		margin-right: 21px
	}

	.list-11 .list-item .list-bottom .list-tag::after {
		display: block
	}

	.list-11 .list-item .list-bottom .list-share {
		display: inline-block;
		vertical-align: middle;
		margin-top: 0
	}
}

.list-11-1 .list-item {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #c6c6c6
}

.list-11-1 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-11-1 .list-item .list-left {
	width: 100%
}

.list-11-1 .list-item .list-left .list-media {
	position: relative;
	height: 0;
	padding-top: 75%
}

.list-11-1 .list-item .list-left .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.list-11-1 .list-item .list-content {
	padding: 14px 0
}

.list-11-1 .list-item .list-title {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 48px;
	margin-bottom: 14px
}

.list-11-1 .list-item .list-title a {
	font-size: inherit;
	color: inherit
}

.list-11-1 .list-item .list-bottom {
	color: #999;
	text-align: center
}

.list-11-1 .list-item .list-bottom .list-time,
.list-11-1 .list-item .list-bottom .list-tag {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	padding-right: 21px;
	margin-right: 21px
}

.list-11-1 .list-item .list-bottom .list-time::after,
.list-11-1 .list-item .list-bottom .list-tag::after {
	content: "";
	display: block;
	width: 1px;
	height: 70%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #999
}

.list-11-1 .list-item .list-bottom .list-tag {
	margin-right: 0
}

.list-11-1 .list-item .list-bottom .list-tag::after {
	display: none
}

.list-11-1 .list-item .list-share {
	margin-top: 14px
}

.list-11-1 .list-item .share-1 {
	margin: 0
}

.list-11-1 .list-item .share-1 .share-content {
	border: none;
	padding: 0
}

.list-11-1 .list-item .share-1 .share-item {
	width: 26px;
	height: 26px;
	font-size: 15px;
	background-color: #c6c6c6
}

.list-11-1 .list-item .share-1 .share-item:hover {
	background-color: #3e6fb7;
	color: #fff
}

.list-11-1 .list-item .share-1 .share-item:hover a {
	color: #fff
}

@media (min-width:992px) {
	.list-11-1 .list-item {
		margin-bottom: 21px;
		padding-bottom: 21px
	}

	.list-11-1 .list-item .list-left {
		width: 165px;
		display: table-cell;
		vertical-align: middle
	}

	.list-11-1 .list-item .list-content {
		display: table-cell;
		vertical-align: middle;
		padding-left: 28px
	}

	.list-11-1 .list-item .list-bottom {
		text-align: left
	}

	.list-11-1 .list-item .list-bottom .list-tag {
		margin-right: 21px
	}

	.list-11-1 .list-item .list-bottom .list-tag::after {
		display: block
	}

	.list-11-1 .list-item .list-bottom .list-share {
		display: inline-block;
		vertical-align: middle;
		margin-top: 0
	}
}

.list-11-1 .list-item .list-content {
	padding-bottom: 0
}

.list-11-1 .list-item .list-top {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #c6c6c6;
	position: relative
}

.list-11-1 .list-item .list-top::after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #3e6fb7;
	position: absolute;
	left: 0;
	bottom: -1px
}

.list-11-1 .list-item .list-title {
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
	font-size: 20px;
	color: #3e6fb7;
	font-weight: bold
}

.list-11-1 .list-item .list-tag {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 14px;
	color: #999;
	margin-bottom: 5px;
	font-size: 12px
}

.list-11-1 .list-item .list-search {
	float: right;
	display: none
}

.list-11-1 .list-item .list-search.show-mobile {
	margin-top: 14px;
	display: block
}

.list-11-1 .list-item .list-search a {
	display: inline-block;
	background-color: #3e6fb7;
	color: #fff;
	padding: 7px 14px;
	border-radius: 5px;
	border: 1px solid #3e6fb7
}

.list-11-1 .list-item .list-search a:hover {
	background-color: transparent;
	color: #3e6fb7
}

.list-11-1 .list-item .list-search a i {
	margin-right: 3px
}

.list-11-1 .list-item .list-text {
	font-size: 14px;
	line-height: 1.5;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 84px
}

.list-11-1 .list-item .list-text p {
	margin: 0;
	font-size: inherit
}

@media (min-width:768px) {
	.list-11-1 .list-item .list-search {
		display: block
	}

	.list-11-1 .list-item .list-search.show-mobile {
		display: none
	}
}

@media (min-width:992px) {
	.list-11-1 .list-item {
		display: table;
		width: 100%
	}

	.list-11-1 .list-item .list-left {
		width: 220px;
		vertical-align: top
	}

	.list-11-1 .list-item .list-content {
		vertical-align: top;
		padding-left: 28px
	}

	.list-11-1 .list-item .list-tag {
		font-size: 14px
	}
}

.list-11-2 .list-body {
	margin-bottom: -14px
}

.list-11-2 .list-body .item {
	margin-bottom: 28px
}

.list-11-2 .list-body .item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-11-2 .list-body .item .item-calendar {
	text-align: center;
	float: left;
	margin-right: 14px;
	width: 70px;
	color: #fff
}

.list-11-2 .list-body .item .item-calendar .day {
	font-size: 2.25rem;
	background-color: #3e6fb7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	line-height: 1.3
}

.list-11-2 .list-body .item .item-calendar .month {
	line-height: 1.5;
	font-size: 1rem;
	background-color: #7298cf;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.list-11-2 .list-body .item .item-body {
	float: right;
	width: calc(100% - 70px - 14px)
}

.list-11-2 .list-body .item .item-body .title {
	margin-bottom: 14px;
	padding-top: 7px;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.list-11-2 .list-body .item .item-body .title a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	color: inherit;
	line-height: inherit
}

@media only screen and (min-width:768px) {
	.list-11-2 .list-body .item .item-body .title a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-11-2 .list-body .item .item-body .title a:hover:before {
		transform: scaleX(1)
	}
}

.list-11-2 .list-body .item .item-body .title a:before {
	bottom: 0
}

.list-11-2 .list-body .item .item-body .item-info {
	font-size: .875rem;
	line-height: 1.5;
	color: #8a8a8a
}

.list-11-2 .list-body .item .item-body .item-info:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-11-2 .list-body .item .item-body .item-info>div {
	float: left;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.list-11-2 .list-body .item .item-body .item-info>div:not(:last-child) {
	padding-right: 14px;
	margin-right: 14px
}

.list-11-2 .list-body .item .item-body .item-info>div:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	left: calc(100% - 1px);
	top: 0;
	background-color: #9c9c9c
}

.list-11-2 .list-body .item .item-body .item-info>div:nth-last-child(1),
.list-11-2 .list-body .item .item-body .item-info>div:nth-last-child(1)~div {
	width: 100%
}

.list-11-2 .list-body .item .item-body .item-info>div:nth-last-child(2),
.list-11-2 .list-body .item .item-body .item-info>div:nth-last-child(2)~div {
	width: calc((100% - 14px * 2)/2)
}

.list-11-2 .list-body .item .item-body .item-info>div:nth-last-child(3),
.list-11-2 .list-body .item .item-body .item-info>div:nth-last-child(3)~div {
	width: calc((100% - 14px * 2 * 2)/3)
}

.list-11-2 .list-footer {
	margin: 14px 0
}

.list-11-2 .list-footer .btn {
	position: relative;
	font-size: .875rem;
	padding: 7px 0
}

@media only screen and (min-width:768px) {
	.list-11-2 .list-footer .btn:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-11-2 .list-footer .btn:hover:before {
		transform: scaleX(1)
	}
}

.list-11-2 .list-footer .btn:before {
	bottom: 0
}

.list-11-2 .list-footer .btn .icon {
	font-size: 1em;
	vertical-align: middle
}

.list-12-remind {
	margin: 14px 0
}

.list-12-remind .list-item {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 14px 0;
	padding-right: 21px
}

.list-12-remind .list-item:last-child {
	padding-right: 0
}

.list-12-remind .list-item .list-block {
	background-color: #fafafa;
	height: 15px;
	width: 15px;
	margin-right: 14px;
	float: left
}

.list-12-0 .list-bg-color {
	color: #fff
}

.list-12-0 .list-popup-box {
	cursor: pointer;
	position: relative
}

.list-12-0 .list-popup-box .list-popup {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	top: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #000;
	text-align: left
}

.list-12-0 .list-popup-box .list-popup::before {
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-bottom-color: #fff
}

.list-12-0 .list-popup-box .list-popup-content {
	padding: 14px;
	min-width: 200px;
	background-color: #fff;
	box-shadow: 0 0 20px -10px #000
}

.list-12-0 .list-popup-box .list-popup-content .list-popup-item {
	margin-bottom: 7px
}

.list-12-0 .list-popup-box .list-popup-content .list-popup-item:last-child {
	margin-bottom: 0
}

.list-12-0 .list-popup-box .list-popup-content .list-popup-item-color {
	color: #3e6fb7
}

.list-12-0 .list-popup-box:hover .list-popup {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: auto;
	top: 100%;
	padding-top: 10px
}

@media (max-width:992px) {

	.list-12-0 .list-popup-box:nth-last-child(1) .list-popup,
	.list-12-0 .list-popup-box:nth-last-child(2) .list-popup,
	.list-12-0 .list-popup-box:nth-last-child(3) .list-popup {
		right: 0;
		left: auto
	}

	.list-12-0 .list-popup-box:nth-last-child(1) .list-popup::before,
	.list-12-0 .list-popup-box:nth-last-child(2) .list-popup::before,
	.list-12-0 .list-popup-box:nth-last-child(3) .list-popup::before {
		right: 20px;
		left: auto
	}

	.list-12-0 .list-popup-box:nth-last-child(4) .list-popup {
		left: 50%;
		right: auto;
		transform: translateX(-50%)
	}

	.list-12-0 .list-popup-box:nth-last-child(4) .list-popup::before {
		left: 50%;
		right: auto;
		transform: translateX(-50%)
	}
}

.list-12-0 .list-item {
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #c6c6c6
}

.list-12-0 .list-item .list-left {
	vertical-align: top;
	display: table-cell;
	width: 120px;
	border-radius: 6px;
	overflow: hidden
}

.list-12-0 .list-item .list-left .list-media {
	position: relative;
	height: 0;
	padding-top: 120%
}

.list-12-0 .list-item .list-left .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: top center
}

.list-12-0 .list-item .list-content {
	vertical-align: top;
	display: table-cell;
	padding-left: 14px
}

.list-12-0 .list-item .list-title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	margin-bottom: 7px
}

.list-12-0 .list-item .list-text {
	margin-bottom: 7px;
	line-height: 1.5;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 48px
}

.list-12-0 .list-item .list-text .list-text-bold {
	font-weight: bold
}

.list-12-0 .list-item .list-text p {
	margin: 0;
	display: inline
}

.list-12-0 .list-item .list-table table {
	width: 100%;
	background-color: transparent;
	text-align: center
}

.list-12-0 .list-item .list-table table tbody tr th {
	border: none;
	text-align: center;
	font-weight: normal;
	padding: 10px 0px
}

.list-12-0 .list-item .list-table table tbody tr td {
	background-color: #fafafa;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	text-align: center;
	padding: 10px 0px
}

.list-12-0 .list-item .list-table table tbody tr td:last-child {
	border-right: none
}

.list-12-0 .list-item .list-table table tbody tr td.list-table-tag {
	background-color: #3e6fb7;
	color: #fff
}

.list-12-0 .list-12-remind .list-item {
	border: none;
	margin-bottom: 0
}

@media (max-width:992px) {
	.list-12-0 .list-popup-box .list-popup {
		left: 0;
		transform: none
	}

	.list-12-0 .list-popup-box .list-popup::before {
		left: 20px;
		top: -9px;
		transform: none
	}
}

.list-13-0 {
	font-family: Times New Roman, arial, "Microsoft YaHei", "微软雅黑", SimSun, Arial, Helvetica, Tahoma, STXihei, "华文细黑", sans-serif
}

.list-13-0 .item {
	list-style: none
}

.list-13-0 .item:not(:last-child) {
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 28px;
	padding-bottom: 28px
}

.list-13-0 .item .item-media {
	position: relative;
	padding-bottom: 66.66666667%;
	overflow: hidden
}

.list-13-0 .item .item-media .media {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center
}

.list-13-0 .item .item-media .media:hover {
	transform: scale(1.05)
}

.list-13-0 .item .item-body {
	padding-left: 14px
}

.list-13-0 .item .item-body .title {
	font-size: 1.125rem;
	color: #616161
}

.list-13-0 .item .item-body .title:hover {
	color: #1b72b1
}

.list-13-0 .item .item-body .title>a {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

@media only screen and (min-width:768px) {
	.list-13-0 .item .item-body .title>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-13-0 .item .item-body .title>a:hover:before {
		transform: scaleX(1)
	}
}

.list-13-0 .item .item-body .title>a:before {
	bottom: 2px
}

.list-13-0 .item .item-body .title:not(:last-child) {
	margin-bottom: 14px
}

.list-13-0 .item .item-body .title:hover {
	color: #1b72b1
}

.list-13-0 .item .item-body .date {
	color: #3e6fb7;
	opacity: 0.7
}

.list-13-0 .item .item-body .date:not(:last-child) {
	margin-bottom: 14px
}

.list-13-0 .item .item-body .desc {
	opacity: 0.7;
	line-height: 1.4;
	max-height: 89.59999999999999px;
	overflow: hidden;
	min-height: 84px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height: 0
}

.list-13-0 .item .item-body .desc:not(:last-child) {
	margin-bottom: 14px
}

.list-13-0 .item .item-body .btn {
	position: relative
}

.list-13-0 .item .item-body .btn:hover {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition-delay: 0.3s;
	background-color: #3e6fb7;
	color: #fff
}

.list-13-0 .item .item-body .btn:hover:before {
	right: 0;
	bottom: 0
}

.list-13-0 .item .item-body .btn:hover:after {
	left: 0;
	top: 0
}

.list-13-0 .item .item-body .btn:before {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: calc(100% - 10px);
	top: 0;
	bottom: calc(100% - 5px);
	border-top: 1px solid #3e6fb7;
	border-left: 1px solid #3e6fb7
}

.list-13-0 .item .item-body .btn:after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: calc(100% - 10px);
	bottom: 0;
	top: calc(100% - 5px);
	border-right: 1px solid #3e6fb7;
	border-bottom: 1px solid #3e6fb7
}

.list-13-0 .item .item-body p,
.list-13-0 .item .item-body span,
.list-13-0 .item .item-body a {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit
}

.list-13-0 ul {
	margin: 0;
	padding: 14px 0
}

.list-14-0 {
	font-family: Times New Roman, arial, "Microsoft YaHei", "微软雅黑", SimSun, Arial, Helvetica, Tahoma, STXihei, "华文细黑", sans-serif
}

.list-14-0 .item {
	background-color: #f2f2f2
}

.list-14-0 .item:not(:last-child) {
	margin-bottom: 28px
}

.list-14-0 .item .item-media {
	position: relative;
	padding-bottom: 66.66666667%;
	overflow: hidden;
	padding-bottom: 142.85714286%
}

.list-14-0 .item .item-media .media {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center
}

.list-14-0 .item .item-media .media:hover {
	transform: scale(1.05)
}

.list-14-0 .item .item-body {
	padding: 14px
}

@media screen and (min-width: 992px) {
	.list-14-0 .item .item-body {
		padding: 28px
	}
}

.list-14-0 .item .item-body .btn {
	float: right;
	position: relative;
	margin-left: 28px
}

.list-14-0 .item .item-body .btn:hover {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition-delay: 0.3s;
	background-color: #3e6fb7;
	color: #fff
}

.list-14-0 .item .item-body .btn:hover:before {
	right: 0;
	bottom: 0
}

.list-14-0 .item .item-body .btn:hover:after {
	left: 0;
	top: 0
}

.list-14-0 .item .item-body .btn:before {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: calc(100% - 10px);
	top: 0;
	bottom: calc(100% - 5px);
	border-top: 1px solid #3e6fb7;
	border-left: 1px solid #3e6fb7
}

.list-14-0 .item .item-body .btn:after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: calc(100% - 10px);
	bottom: 0;
	top: calc(100% - 5px);
	border-right: 1px solid #3e6fb7;
	border-bottom: 1px solid #3e6fb7
}

.list-14-0 .item .item-body .title {
	overflow: hidden;
	font-size: 1.125rem;
	color: #616161;
	line-height: 31px
}

.list-14-0 .item .item-body .title:hover {
	color: #1b72b1
}

.list-14-0 .item .item-body .title>a {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

@media only screen and (min-width:768px) {
	.list-14-0 .item .item-body .title>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-14-0 .item .item-body .title>a:hover:before {
		transform: scaleX(1)
	}
}

.list-14-0 .item .item-body .title>a:before {
	bottom: 2px
}

.list-14-0 .item .item-body .title:not(:last-child) {
	margin-bottom: 14px
}

.list-14-0 .item .item-body .title:hover {
	color: #1b72b1
}

.list-14-0 .item .item-body .title:not(:last-child) {
	margin-bottom: 14px
}

@media screen and (min-width: 992px) {
	.list-14-0 .item .item-body .title:not(:last-child) {
		margin-bottom: 28px
	}
}

.list-14-0 .item .item-body .desc {
	font-size: 16px;
	line-height: 1.5;
	max-height: 72px;
	overflow: hidden;
	min-height: 63px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 0
}

.list-14-0 .item .item-body p,
.list-14-0 .item .item-body span,
.list-14-0 .item .item-body a {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit
}

.list-14-0 ul {
	margin: 0;
	padding: 28px 0
}

.list-14-0 ul li {
	list-style: none
}

.list-15-0 .item {
	text-align: center;
	margin-bottom: 14px
}

@media screen and (min-width: 992px) {
	.list-15-0 .item {
		margin-bottom: 28px
	}
}

.list-15-0 .item .item-media {
	position: relative;
	padding-bottom: 66.66666667%;
	overflow: hidden
}

.list-15-0 .item .item-media .media {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center
}

.list-15-0 .item .item-media .media:hover {
	transform: scale(1.05)
}

.list-15-0 .item .item-media.media-20-27 {
	padding-bottom: 135%
}

.list-15-0 .item .item-media.media-4-3 {
	padding-bottom: 75%
}

.list-15-0 .item .item-media.media-16-9 {
	padding-bottom: 56.25%
}

.list-15-0 .item .item-body {
	padding: 14px;
	background-color: #f2f2f2
}

@media screen and (min-width: 992px) {
	.list-15-0 .item .item-body {
		padding: 28px
	}
}

.list-15-0 .item .item-body .title {
	font-size: 1.125rem;
	color: #616161;
	line-height: 1.3
}

.list-15-0 .item .item-body .title:hover {
	color: #1b72b1
}

.list-15-0 .item .item-body .title>a {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

@media only screen and (min-width:768px) {
	.list-15-0 .item .item-body .title>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-15-0 .item .item-body .title>a:hover:before {
		transform: scaleX(1)
	}
}

.list-15-0 .item .item-body .title>a:before {
	bottom: 2px
}

.list-15-0 .item .item-body .title:not(:last-child) {
	margin-bottom: 14px
}

.list-15-0 .item .item-body .title:hover {
	color: #1b72b1
}

.list-15-0 .item .item-body .title:not(:last-child) {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 14px
}

.list-15-0 .item .item-body .desc {
	font-size: 16px;
	line-height: 1.5;
	height: 72px;
	overflow: hidden;
	min-height: 63px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 0
}

.list-15-0 .item .item-body .desc:not(:last-child) {
	margin-bottom: 28px
}

.list-15-0 .item .item-body .btn {
	position: relative
}

.list-15-0 .item .item-body .btn:hover {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition-delay: 0.3s;
	background-color: #3e6fb7;
	color: #fff
}

.list-15-0 .item .item-body .btn:hover:before {
	right: 0;
	bottom: 0
}

.list-15-0 .item .item-body .btn:hover:after {
	left: 0;
	top: 0
}

.list-15-0 .item .item-body .btn:before {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: calc(100% - 10px);
	top: 0;
	bottom: calc(100% - 5px);
	border-top: 1px solid #3e6fb7;
	border-left: 1px solid #3e6fb7
}

.list-15-0 .item .item-body .btn:after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: calc(100% - 10px);
	bottom: 0;
	top: calc(100% - 5px);
	border-right: 1px solid #3e6fb7;
	border-bottom: 1px solid #3e6fb7
}

.list-15-0 .item .item-body p,
.list-15-0 .item .item-body span,
.list-15-0 .item .item-body a {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit
}

.list-15-0 ul {
	padding-top: 14px;
	padding-bottom: 14px
}

@media screen and (min-width: 992px) {
	.list-15-0 ul {
		padding-top: 28px;
		padding-bottom: 28px
	}
}

.list-15-0 ul li {
	list-style: none
}

.list-15-2 .item {
	text-align: center;
	margin-bottom: 14px
}

@media screen and (min-width: 992px) {
	.list-15-2 .item {
		margin-bottom: 28px
	}
}

.list-15-2 .item .item-media {
	position: relative;
	padding-bottom: 66.66666667%;
	overflow: hidden
}

.list-15-2 .item .item-media .media {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center
}

.list-15-2 .item .item-media .media:hover {
	transform: scale(1.05)
}

.list-15-2 .item .item-media.media-20-27 {
	padding-bottom: 135%
}

.list-15-2 .item .item-media.media-4-3 {
	padding-bottom: 75%
}

.list-15-2 .item .item-media.media-16-9 {
	padding-bottom: 56.25%
}

.list-15-2 .item .item-body {
	padding: 14px;
	background-color: #f2f2f2
}

@media screen and (min-width: 992px) {
	.list-15-2 .item .item-body {
		padding: 28px
	}
}

.list-15-2 .item .item-body .title {
	font-size: 1.125rem;
	color: #616161;
	line-height: 1.3
}

.list-15-2 .item .item-body .title:hover {
	color: #1b72b1
}

.list-15-2 .item .item-body .title>a {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

@media only screen and (min-width:768px) {
	.list-15-2 .item .item-body .title>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.list-15-2 .item .item-body .title>a:hover:before {
		transform: scaleX(1)
	}
}

.list-15-2 .item .item-body .title>a:before {
	bottom: 2px
}

.list-15-2 .item .item-body .title:not(:last-child) {
	margin-bottom: 14px
}

.list-15-2 .item .item-body .title:hover {
	color: #1b72b1
}

.list-15-2 .item .item-body .title:not(:last-child) {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 14px
}

.list-15-2 .item .item-body .desc {
	font-size: 16px;
	line-height: 1.5;
	height: 72px;
	overflow: hidden;
	min-height: 63px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 0
}

.list-15-2 .item .item-body .desc:not(:last-child) {
	margin-bottom: 28px
}

.list-15-2 .item .item-body .btn {
	position: relative
}

.list-15-2 .item .item-body .btn:hover {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition-delay: 0.3s;
	background-color: #3e6fb7;
	color: #fff
}

.list-15-2 .item .item-body .btn:hover:before {
	right: 0;
	bottom: 0
}

.list-15-2 .item .item-body .btn:hover:after {
	left: 0;
	top: 0
}

.list-15-2 .item .item-body .btn:before {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: calc(100% - 10px);
	top: 0;
	bottom: calc(100% - 5px);
	border-top: 1px solid #3e6fb7;
	border-left: 1px solid #3e6fb7
}

.list-15-2 .item .item-body .btn:after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: calc(100% - 10px);
	bottom: 0;
	top: calc(100% - 5px);
	border-right: 1px solid #3e6fb7;
	border-bottom: 1px solid #3e6fb7
}

.list-15-2 .item .item-body p,
.list-15-2 .item .item-body span,
.list-15-2 .item .item-body a {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit
}

.list-15-2 ul {
	padding-top: 14px;
	padding-bottom: 14px
}

@media screen and (min-width: 992px) {
	.list-15-2 ul {
		padding-top: 28px;
		padding-bottom: 28px
	}
}

.list-15-2 ul li {
	list-style: none
}

.list-15-2 .item:hover .item-body .title,
.list-15-2 .item:hover .item-body .desc {
	color: #3e6fb7
}

.list-15-2 .item .item-body .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #7fcd60
}

.list-15-2 .item .item-body .desc:not(:last-child) {
	margin-bottom: 14px
}

.list-15-2 .item .item-body .desc.line-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 25px
}

.list-16-0 ul li {
	list-style: none
}

.list-16-0 .list-item {
	border: 1px solid #c6c6c6;
	padding: 28px;
	border-radius: 8px;
	margin-bottom: 14px;
	height: 265px;
	overflow: hidden
}

.list-16-0 .list-top {
	position: relative;
	padding-bottom: 21px;
	border-bottom: 1px solid #c6c6c6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-16-0 .list-top:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-16-0 .list-top::before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #3e6fb7;
	position: absolute;
	left: 0;
	bottom: -1px
}

.list-16-0 .list-top .list-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-16-0 .list-top .list-title a {
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: inherit
}

.list-16-0 .list-top .list-title a:hover {
	color: #3e6fb7
}

.list-16-0 .list-top .list-title .tag {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	background-color: #3e6fb7;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	font-weight: normal;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-16-0 .list-top .list-tag {
	float: right;
	margin-top: 7px;
	color: #777
}

.list-16-0 .list-content {
	padding: 14px 0;
	margin-bottom: 14px;
	border-bottom: 1px dashed #c6c6c6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-16-0 .list-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-16-0 .list-content .list-subtitle {
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	border-right: 2px solid #c6c6c6;
	padding: 0 14px
}

.list-16-0 .list-content .list-subtitle:first-child {
	padding-left: 0
}

.list-16-0 .list-content .list-subtitle a {
	display: block;
	color: inherit;
	font-size: inherit
}

.list-16-0 .list-content .list-subtitle a:hover {
	color: #3e6fb7
}

.list-16-0 .list-text {
	line-height: 1.6;
	color: #777;
	overflow: hidden;
	display: -webkit-box;
	max-height: 76.8px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.list-16-0 .list-link {
	text-align: right;
	color: #000
}

.list-16-0 .list-link a {
	display: inline-block;
	color: inherit;
	font-size: inherit;
	margin-top: 7px
}

.list-16-0 .list-link a:hover {
	color: #3e6fb7
}

.list-17-0 ul li {
	list-style: none
}

.list-17-0 .list-item {
	margin-bottom: 14px
}

.list-18-0 .masonry-item {
	padding-bottom: 14px
}

.list-18-0 .masonry-item a {
	display: block;
	position: relative;
	overflow: hidden
}

.list-18-0 .masonry-item a:before {
	content: "";
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	display: block;
	background-color: #3e6fb7
}

.list-18-0 .masonry-item a:after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	opacity: 0;
	z-index: -1;
	content: "+";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 60px
}

.list-18-0 .masonry-item a:hover:before {
	z-index: 1;
	opacity: 0.7
}

.list-18-0 .masonry-item a:hover:after {
	z-index: 1;
	opacity: 1;
	transform: translate(-50%, -50%) rotate(90deg)
}

.list-18-0 .masonry-item a:hover img {
	transform: scale(1.05)
}

.list-18-0 .masonry-item a img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	width: 100%
}

.list-18-0 .masonry-item .title {
	padding: 14px;
	font-size: .88888889rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.list-19-0 ul li {
	list-style: none
}

.list-19-0 .list-item {
	margin-bottom: 14px
}

.list-20-0 ul li {
	list-style: none
}

.list-20-0 .list-item {
	margin-bottom: 14px
}

.list-21-0 ul li {
	list-style: none
}

.list-21-0 .list-item {
	margin-bottom: 14px
}

.list-21-1 ul li {
	list-style: none
}

.list-21-1 .list-item {
	margin-bottom: 14px
}

.list-21-1 .card-8-0 .card-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	display: inline-block;
	border-bottom: 1px dashed #c6c6c6;
	max-width: 100%
}

.list-21-2 ul li {
	list-style: none
}

.list-21-2 .list-item {
	margin-bottom: 14px
}

.list-21-2 .card-8-0 .card-body {
	padding: 0;
	border: none
}

.list-21-2 .card-8-0 .card-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	display: inline-block;
	max-width: 100%
}

.list-21-3 ul li {
	list-style: none
}

.list-21-3 .list-item {
	margin-bottom: 14px
}

.list-21-3 .card-8-0 .card-body {
	padding: 0;
	border: none
}

.list-21-3 .card-8-0 .card-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	display: inline-block;
	max-width: 100%
}

.list-21-3 .card-8-0 .card-media {
	padding-top: 53%
}

.list-21-3 .card-8-0 .card-body {
	position: relative
}

.list-21-3 .card-8-0 .card-body .card-tag {
	background-color: #3e6fb7;
	color: #fff;
	font-size: 14px;
	height: 27px;
	width: 27px;
	text-align: center;
	line-height: 27px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999
}

.list-21-3 .card-8-0 .card-title {
	font-size: 20px
}

.list-22-0 .list-item {
	position: relative;
	margin-bottom: 14px;
	padding: 11.9px 14px;
	margin-bottom: 0
}

.list-22-0 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-22-0 .list-item:hover {
	background-color: #3e6fb7;
	color: #fff
}

.list-22-0 .list-item:hover .list-date {
	color: inherit
}

.list-22-0 .list-item:hover .list-date .list-day {
	color: inherit
}

.list-22-0 .list-item:hover .list-title {
	color: inherit
}

.list-22-0 .list-item:hover .list-title a:hover {
	color: inherit
}

.list-22-0 .list-item .list-item-left {
	float: left;
	width: 60px;
	text-align: center;
	margin-right: 14px
}

.list-22-0 .list-item .list-item-right {
	overflow: hidden
}

.list-22-0 .list-item .list-date {
	color: #777
}

.list-22-0 .list-item .list-date .list-day {
	font-size: 20px;
	line-height: 1;
	margin-top: 3.5px;
	margin-bottom: 3.5px;
	font-style: italic;
	margin-left: -7px;
	color: #034ea2;
	font-weight: bold
}

@media (min-width:1200px) {
	.list-22-0 .list-item .list-date .list-day {
		font-size: 24px
	}
}

.list-22-0 .list-item .list-date .list-years {
	font-size: 12px;
	line-height: 1.5;
	color: inherit
}

@media (min-width:1200px) {
	.list-22-0 .list-item .list-date .list-years {
		font-size: 14px
	}
}

.list-22-0 .list-item .list-title {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.5;
	padding-top: 7px;
	font-weight: bold
}

@media (min-width:1200px) {
	.list-22-0 .list-item .list-title {
		font-size: 18px
	}
}

.list-22-0 .list-item .list-title a {
	font-size: inherit;
	color: inherit
}

.list-22-0 .list-item .list-title a:hover {
	color: #1b72b1
}

.list-22-0 .list-item .list-title p {
	font-size: inherit;
	margin: 0
}

.list-22-0 .list-link {
	margin-top: 21px
}

@media (max-width:768px) {
	.list-22-0 .list-link {
		margin-bottom: 21px
	}
}

.list-22-0 .list-link a {
	background-color: #3e6fb7;
	border: 1px solid #3e6fb7;
	color: #fff;
	line-height: 1.5;
	padding: 7px;
	min-width: 125px;
	display: inline-block;
	text-align: center
}

.list-22-0 .list-link a i {
	margin-left: 7px
}

.list-22-0 .list-link a:hover {
	background-color: #fff;
	color: #3e6fb7
}

.list-23-0 .list-item {
	padding: 14px 0;
	border-bottom: 1px dashed #000
}

.list-23-0 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-23-0 .list-item:last-child {
	border: none
}

.list-23-0 .list-item .list-time {
	float: left;
	color: #777;
	font-size: 16px;
	line-height: 1.5;
	margin-right: 14px
}

.list-23-0 .list-item .list-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 1.5;
	color: #000
}

.list-23-0 .list-item .list-title a {
	font-size: inherit;
	color: inherit
}

.list-23-0 .list-item .list-title a:hover {
	color: #1b72b1
}

.list-23-1 .list-item {
	padding: 14px 0;
	border-bottom: 1px dashed #000
}

.list-23-1 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-23-1 .list-item:last-child {
	border: none
}

.list-23-1 .list-item .list-time {
	float: left;
	color: #777;
	font-size: 16px;
	line-height: 1.5;
	margin-right: 14px
}

.list-23-1 .list-item .list-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 1.5;
	color: #000
}

.list-23-1 .list-item .list-title a {
	font-size: inherit;
	color: inherit
}

.list-23-1 .list-item .list-title a:hover {
	color: #1b72b1
}

.list-23-1 .list-item:last-child {
	border-bottom: 1px dashed #000
}

.list-23-1 .list-item .list-title {
	overflow: hidden;
	height: calc(16px * 1.5 * 2);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
	text-overflow: initial
}

.list-23-1 .list-link {
	text-align: right;
	margin: 28px 0
}

.list-23-1 .list-link a {
	border: 1px solid #c6c6c6;
	color: #777;
	padding: 7px 14px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	min-width: 125px;
	display: inline-block
}

.list-23-1 .list-link a i {
	margin-left: 7px;
	font-size: 12px;
	line-height: 1.5;
	top: -1.5px
}

.list-23-1 .list-link a:hover {
	background-color: #3e6fb7;
	border-color: #3e6fb7;
	color: #fff
}

.list-23-2 .list-item {
	padding: 14px 0;
	border-bottom: 1px dashed #000
}

.list-23-2 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-23-2 .list-item:last-child {
	border: none
}

.list-23-2 .list-item .list-time {
	float: left;
	color: #777;
	font-size: 16px;
	line-height: 1.5;
	margin-right: 14px
}

.list-23-2 .list-item .list-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 1.5;
	color: #000
}

.list-23-2 .list-item .list-title a {
	font-size: inherit;
	color: inherit
}

.list-23-2 .list-item .list-title a:hover {
	color: #1b72b1
}

.list-23-2 .list-item {
	border: none
}

.list-24-0 .list-item {
	padding: 14px 0
}

.list-24-0 a {
	font-size: inherit;
	color: inherit
}

.list-24-0 a:hover {
	color: #3e6fb7
}

.list-24-0 .list-title {
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold
}

.list-24-0 .list-time {
	margin-bottom: 7px
}

.list-24-0 .list-time .list-tag {
	display: inline-block;
	max-width: 48%;
	font-size: 14px;
	line-height: 1.5;
	color: #919191
}

.list-24-0 .list-text {
	font-size: 14px;
	color: #777;
	overflow: hidden;
	line-height: 1.5;
	height: calc(14px * 1.5 * 2);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.list-24-0 .list-text p {
	margin: 0;
	font-size: inherit
}

.list-25-0 ul li {
	list-style: none
}

.list-25-0 .list-item {
	margin-bottom: 14px
}

.list-25-0 .list-item {
	margin-bottom: 21px
}

.list-25-0 ul {
	padding-left: 0
}

.list-26-0 .list-header {
	margin-bottom: 14px
}

.list-26-0 .item {
	margin-right: 14px;
	margin-bottom: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #c6c6c6;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.list-26-0 .item:hover {
	color: #d31f1f;
	border-color: #d31f1f
}

.list-26-0 .item.active {
	background-color: #d31f1f;
	color: #fff;
	border-color: #d31f1f
}

.list-26-0 .item a {
	color: inherit;
	font-size: .875rem
}

.list-27-0 .list-top .list-card {
	position: relative;
	overflow: hidden;
	margin-bottom: 14px
}

.list-27-0 .list-top .list-card a .list-media {
	transition: all .3s
}

.list-27-0 .list-top .list-card a:hover .list-media {
	transform: scale(1.05);
	transition: all .3s
}

.list-27-0 .list-top .list-card .list-media {
	padding-top: 67%;
	position: relative;
	overflow: hidden
}

.list-27-0 .list-top .list-card .list-media .media-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.list-27-0 .list-top .list-card .title {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	padding: 14px 24.5px;
	position: relative;
	z-index: 2
}

.list-27-0 .list-top .list-card .title-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.list-27-0 .list-top .list-card .title-wrapper::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	height: 100%;
	opacity: 0.7;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #333 50%, #333 100%)
}

.list-27-0 .list-content {
	overflow: hidden
}

.list-27-0 .list-content .list-item {
	padding: 14px 0;
	position: relative;
	padding-left: 50px
}

.list-27-0 .list-content .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-27-0 .list-content .list-item:first-child .list-icon {
	font-size: 37px;
	left: 0
}

.list-27-0 .list-content .list-item:last-child .list-icon::after,
.list-27-0 .list-content .list-item:only-child .list-icon::after {
	display: none
}

.list-27-0 .list-content .list-icon {
	position: absolute;
	left: 3.5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #3e6fb7
}

.list-27-0 .list-content .list-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
	width: 1px;
	height: 45px;
	background-color: #3e6fb7
}

.list-27-0 .list-content .list-calendar {
	text-align: center;
	float: left;
	margin-right: 14px;
	width: 80px
}

.list-27-0 .list-content .list-calendar .day {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 7px
}

.list-27-0 .list-content .list-calendar .years {
	font-size: 16px;
	line-height: 1.5
}

.list-27-0 .list-content .list-body {
	float: left;
	width: calc(100% - 80px - 14px)
}

.list-27-0 .list-content .list-title {
	font-size: 18px;
	line-height: 1.5;
	margin: 10.5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.list-27-0 .list-content .list-title:hover a {
	color: #3e6fb7
}

.list-27-0 .list-content .list-title a,
.list-27-0 .list-content .list-title span {
	font-size: inherit;
	color: #000
}

.list-27-0 .list-content .list-text {
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

@media (max-width:480px) {
	.list-27-0 .list-content .list-item {
		padding-left: 46px
	}

	.list-27-0 .list-content .list-icon::after {
		bottom: -50px;
		height: 40px
	}

	.list-27-0 .list-content .list-calendar {
		margin-right: 7px
	}

	.list-27-0 .list-content .list-calendar .day {
		font-size: 36px
	}

	.list-27-0 .list-content .list-body {
		width: calc(100% - 80px - 7px)
	}

	.list-27-0 .list-content .list-title {
		margin: 7px 0
	}
}

.list-28-0 .list-content .list-item {
	padding: 21px 28px;
	min-height: 100px;
	box-shadow: 0px 1px 4px 1px rgba(229, 229, 229, 0.36);
	margin-bottom: 14px
}

.list-28-0 .list-content .list-item:last-child {
	margin-bottom: 0
}

.list-28-0 .list-content .list-title {
	color: #000;
	margin-bottom: 14px
}

.list-28-0 .list-content .list-title a,
.list-28-0 .list-content .list-title span {
	color: inherit;
	line-height: 1.5;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: inline-block
}

.list-28-0 .list-content .list-title a:hover,
.list-28-0 .list-content .list-title span:hover {
	color: #3e6fb7
}

.list-28-0 .list-content .list-time {
	color: #777;
	font-size: 14px;
	line-height: 1
}

.list-29-0.transparent-date .list-content .list-item .list-calendar {
	border: 1px solid #c6c6c6
}

.list-29-0.transparent-date .list-content .list-item .list-calendar .day,
.list-29-0.transparent-date .list-content .list-item .list-calendar .month {
	background-color: transparent;
	color: #000
}

.list-29-0.tab-list {
	transition: all .3s
}

.list-29-0.tab-list .tab-nav .tab-nav-item {
	margin-right: 14px;
	color: #000;
	cursor: pointer
}

.list-29-0.tab-list .tab-nav .tab-nav-item.active,
.list-29-0.tab-list .tab-nav .tab-nav-item:hover {
	color: #3e6fb7
}

.list-29-0.tab-list .tab-content .tab-pane {
	display: none;
	transition: all .3s
}

.list-29-0.tab-list .tab-content .tab-pane.active {
	display: block
}

.list-29-0 .list-media {
	padding-top: 72%;
	position: relative;
	overflow: hidden
}

@media (min-width:992px) {
	.list-29-0 .list-media {
		min-height: 495px
	}
}

.list-29-0 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.list-29-0 .carousel-4-1 .slick-slide .carousel-inner {
	padding-top: 72%;
	padding-bottom: 0
}

@media (min-width:992px) {
	.list-29-0 .carousel-4-1 .slick-slide .carousel-inner {
		min-height: 495px
	}
}

.list-29-0 .carousel-4-1 .slick-slide .carousel-inner .carousel-wrapper {
	bottom: 16px
}

.list-29-0 .carousel-4-1 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
	margin-bottom: 0;
	line-height: 1.5;
	width: 80%
}

.list-29-0 .carousel-4-1 .dots-animate-width li {
	width: 14px;
	height: 14px
}

.list-29-0 .carousel-4-1 .dots-animate-width li button::before {
	border-radius: 50%
}

.list-29-0 .carousel-4-1 .dots-animate-width li.slick-active {
	width: 14px;
	height: 14px
}

.list-29-0 .list-content .list-item {
	margin-bottom: 35px
}

.list-29-0 .list-content .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-29-0 .list-content .list-item .list-calendar {
	text-align: center;
	float: left;
	margin-right: 14px;
	width: 70px;
	color: #fff
}

.list-29-0 .list-content .list-item .list-calendar .day {
	font-size: 36px;
	background-color: #3e6fb7;
	line-height: 1.3
}

.list-29-0 .list-content .list-item .list-calendar .month {
	line-height: 1.5;
	font-size: 1rem;
	background-color: #7fcd60
}

.list-29-0 .list-content .list-item .list-body {
	float: right;
	width: calc(100% - 70px - 14px)
}

.list-29-0 .list-content .list-item .list-body .list-title {
	color: #000;
	margin-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.list-29-0 .list-content .list-item .list-body .list-title a,
.list-29-0 .list-content .list-item .list-body .list-title span {
	color: inherit;
	font-size: 18px;
	line-height: 1.5
}

.list-29-0 .list-content .list-item .list-body .list-title a:hover,
.list-29-0 .list-content .list-item .list-body .list-title span:hover {
	color: #3e6fb7
}

.list-29-0 .list-content .list-item .list-body .list-text {
	font-size: 14px;
	color: #777;
	overflow: hidden;
	line-height: 1.5;
	height: calc(14px * 1.5 * 2);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.list-29-0 .list-link {
	text-align: right
}

.list-29-0 .list-link a {
	display: inline-block;
	font-size: 12px;
	color: #3e6fb7;
	border: 1px solid #3e6fb7;
	line-height: 1;
	padding: 14px;
	min-width: 124px;
	text-align: center;
	transition: all .2s
}

.list-29-0 .list-link a:hover {
	color: #fff;
	background-color: #3e6fb7;
	transition: all .2s
}

@media (max-width:992px) {

	.list-29-0 .list-media,
	.list-29-0 .carousel-4-1 {
		margin-bottom: 28px
	}

	.list-29-0 .list-media .slick-slide .carousel-inner,
	.list-29-0 .carousel-4-1 .slick-slide .carousel-inner {
		padding-left: 14px;
		padding-right: 14px
	}

	.list-29-0 .list-media .slick-slide .carousel-inner .carousel-wrapper,
	.list-29-0 .carousel-4-1 .slick-slide .carousel-inner .carousel-wrapper {
		bottom: 50px
	}

	.list-29-0 .list-media .slick-slide .carousel-inner .carousel-wrapper .carousel-title,
	.list-29-0 .carousel-4-1 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
		width: 100%
	}
}

.list-29v2 .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px 0
}

.list-29v2 .item a {
	color: #616161
}

.list-29v2 .item a:hover {
	text-decoration: underline
}

.list-29v2 .item .day {
	font-size: 30px
}

.list-29v2 .left {
	position: relative;
	padding: 10px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #c6c6c6;
	border-radius: 4px;
	margin-right: 30px
}

.list-29v2 .left .top {
	position: absolute;
	top: -9px;
	line-height: 1;
	background-color: #3e6fb7;
	color: #fff;
	font-size: small;
	padding: 2px 10px;
	border-radius: 2px
}

.list-30-0 .list-media {
	padding-top: 58%;
	position: relative;
	overflow: hidden;
	margin-top: 14px
}

@media (min-width:992px) {
	.list-30-0 .list-media {
		min-height: 407px;
		margin-top: 0
	}
}

.list-30-0 .list-media .media-img {
	position: absolute;
	top: 0;
	left: 0
}

.list-30-0 .list-item {
	padding: 11.2px 0;
	border-bottom: 1px dashed #c6c6c6
}

.list-30-0 .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.list-30-0 .list-item .list-time {
	float: right;
	margin-left: 7px;
	color: #777;
	font-size: 14px;
	line-height: 1.6
}

.list-30-0 .list-item .list-title {
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.list-30-0 .list-item .list-title a,
.list-30-0 .list-item .list-title span {
	color: inherit;
	font-size: 14px;
	line-height: 1.6
}

.list-30-0 .list-item .list-title a:hover,
.list-30-0 .list-item .list-title span:hover {
	color: #3e6fb7
}

.list-31-0 ul {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media screen and (min-width: 992px) {
	.list-31-0 ul {
		margin-right: -20px
	}
}

.list-31-0 ul .item-body-wrapper {
	width: 100%;
	padding-bottom: 35px
}

@media screen and (min-width: 992px) {
	.list-31-0 ul .item-body-wrapper {
		width: 33.33333333%;
		padding-right: 20px
	}
}

@media (min-width:1470px) {
	.list-31-0 ul .item-body-wrapper {
		width: 20%
	}
}

.list-31-0 ul .item-body-wrapper .item-body {
	padding: 20px;
	background-color: #f5f5f5;
	height: 100%
}

.list-31-0 ul .item-body-wrapper .item-body .item-media {
	margin-bottom: 15px
}

.list-31-0 ul .item-body-wrapper .item-body .item-media img {
	width: 100%
}

.list-31-0 ul .item-body-wrapper .item-body .item-text {
	text-align: center;
	font-size: 14px;
	color: #333
}

.list-31-0 ul .item-body-wrapper .item-body .item-text .item-name {
	margin-bottom: 7px;
	font-size: 20px
}

.list-32-0 .list-header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.list-32-0 .list-header .list-title {
	font-size: 2.14285714rem
}

.list-32-0 .list-header>a {
	display: inline-flex;
	justify-content: center;
	overflow: hidden
}

.list-32-0 .list-header>a:hover>span {
	background-color: #3e6fb7;
	color: #fff
}

.list-32-0 .list-header>a>span {
	display: flex;
	align-items: center;
	padding: 7px 14px;
	background-color: rgba(62, 111, 183, 0.7);
	color: #fff;
	border-radius: 2px 0 0 2px;
	transition: all .3s
}

.list-32-0 .list-header>a>.icon {
	display: flex;
	align-items: center;
	background-color: #3e6fb7;
	color: #fff;
	padding: 7px 14px;
	border-radius: 0 2px 2px 0
}

.list-32-0 .list-body .list-item .item-body {
	background-color: #3e6fb7;
	padding: 28px;
	color: #fff
}

.list-32-0 .list-body .list-item .item-date {
	display: inline-block;
	padding: 14px;
	background-color: #fff;
	color: #101a29;
	margin-top: -28px;
	transform: translateY(-50%);
	text-align: center
}

.list-32-0 .list-body .list-item .item-day {
	line-height: 1;
	font-size: 2.14285714rem
}

.list-32-0 .list-body .list-item .item-year_month {
	font-size: 13px
}

.list-32-0 .list-body .list-item .item-title {
	color: inherit;
	font-size: 18px
}

.list-32-0 .list-body .list-item .item-title:hover {
	color: inherit;
	text-decoration: underline
}

.list-33-0 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff
}

.list-33-0 .list-body {
	padding: 28px
}

@media screen and (min-width: 992px) {
	.list-33-0 .list-body {
		padding: 56px 56px 112px
	}
}

.list-33-0 .list-title {
	text-align: center;
	color: inherit;
	font-size: 2.14285714rem
}

.list-33-0 .list-item {
	padding: 14px 28px;
	margin-bottom: 14px
}

.list-33-0 .list-item:hover {
	background-color: rgba(255, 255, 255, 0.7);
	color: #3e6fb7
}

.list-33-0 .list-item:hover .item-title {
	border-bottom-color: transparent
}

.list-33-0 .list-item:hover .item-title:after {
	border-left-color: inherit
}

.list-33-0 .list-item .item-title {
	display: block;
	color: inherit;
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
	position: relative
}

.list-33-0 .list-item .item-title:after {
	display: block;
	content: "";
	border-width: 8px 0 8px 8px;
	border-style: solid;
	border-color: transparent;
	position: absolute;
	right: 0
}

@media screen and (min-width: 992px) {
	.list-34-0 .list-more {
		width: 120px;
		text-align: right
	}
}

@media screen and (min-width: 992px) {
	.list-34-0 .list-title {
		font-size: 2.85714286rem;
		padding-left: 120px
	}
}

.list-35-0 {
	padding-top: 28px;
	padding-bottom: 28px
}

@media screen and (min-width: 992px) {
	.list-35-0 {
		padding-top: 56px;
		padding-bottom: 56px
	}
}

.list-35-0 .list-header {
	position: relative;
	z-index: 1
}

.list-35-0 .list-header:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: #3e6fb7 transparent transparent transparent
}

@media screen and (min-width: 992px) {
	.list-35-0 .list-header:after {
		top: 50%;
		left: 100%;
		transform: translateY(-50%);
		border-width: 16px 0 16px 16px;
		border-color: transparent transparent transparent #3e6fb7
	}
}

@media screen and (min-width: 992px) {
	.list-35-0 .list-title {
		font-size: 2.85714286rem
	}
}

.list-35-0 .item-day {
	font-size: 36px
}

@media screen and (min-width: 992px) {
	.list-35-0 .item-day {
		font-size: 2.85714286rem
	}
}

.list-35-0 [class*="col-"]:not(:last-child) .list-item {
	border-bottom: 1px solid #c6c6c6
}

@media screen and (min-width: 992px) {
	.list-35-0 [class*="col-"]:not(:last-child) .list-item {
		border-right: 1px solid #c6c6c6;
		border-bottom: none
	}
}

.list-35-0.dislocation .list-body {
	transform: translateY(112px);
	position: relative;
	z-index: 1
}

@media screen and (min-width: 992px) {
	.list-35-0.dislocation .list-body {
		transform: translateY(168px)
	}
}

.list-36-0 {
	padding-top: 28px;
	padding-bottom: 28px
}

@media screen and (min-width: 992px) {
	.list-36-0 {
		padding-top: 56px;
		padding-bottom: 56px
	}
}

.list-36-0 .item-play {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.71428571rem;
	line-height: 1
}

@media screen and (min-width: 992px) {
	.list-36-0 .item-play {
		font-size: 3.28571429rem
	}
}

.list-36-0.dislocation {
	padding-top: 140px;
	padding-bottom: 196px
}

@media screen and (min-width: 992px) {
	.list-36-0.dislocation {
		padding-top: 224px;
		padding-bottom: 336px
	}
}

.list-36-0 .slick-list {
	display: flex;
	flex-direction: row
}

@media screen and (min-width: 992px) {
	.list-36-0 .slick-list {
		margin-left: -14px;
		margin-right: -14px
	}
}

@media screen and (min-width:1470px) {
	.list-36-0 .slick-list {
		margin-left: -21px;
		margin-right: -21px
	}
}

.list-36-0 .slick-list .slick-track {
	display: flex;
	flex-direction: row
}

@media screen and (min-width: 992px) {
	.list-36-0 .slick-list .slick-slide {
		padding-left: 14px;
		padding-right: 14px
	}
}

@media screen and (min-width:1470px) {
	.list-36-0 .slick-list .slick-slide {
		padding-left: 21px;
		padding-right: 21px
	}
}

.list-36-0 .slick-dots {
	bottom: -30px
}

.list-36-0 .slick-dots li {
	transition: all .3s;
	vertical-align: middle;
	background-color: #3e6fb7;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	opacity: 0.7
}

.list-36-0 .slick-dots li:hover {
	opacity: 1
}

.list-36-0 .slick-dots li:not(:last-child) {
	margin-right: 7px
}

.list-36-0 .slick-dots li.slick-active {
	width: 55px;
	opacity: 1
}

.list-36-0 .slick-dots li button:before {
	content: none
}

.list-37-0 {
	position: relative;
	z-index: 1
}

@media screen and (min-width: 992px) {
	.list-37-0 .list-title {
		font-size: 2.85714286rem
	}
}

.list-37-0.dislocation {
	margin-top: -112px
}

@media screen and (min-width: 992px) {
	.list-37-0.dislocation {
		margin-top: -224px
	}
}

@media screen and (min-width: 992px) {
	.list-38-0 .list-more {
		width: 120px;
		text-align: right
	}
}

@media screen and (min-width: 992px) {
	.list-38-0 .list-title {
		font-size: 2.85714286rem;
		padding-left: 120px
	}
}

.list-38-0 .list-item {
	box-shadow: 0 0 24px rgba(153, 153, 153, 0.31)
}

.list-38-0 .item-media {
	overflow: hidden
}

.list-38-0 .item-img {
	padding-top: calc(125% + 14px * 2 * 1.25);
	transition: all .3s
}

.list-38-0 .item-img:hover {
	transform: scale(1.15)
}

.list-38-0 .item-body {
	position: relative;
	padding-top: calc((125% + 14px * 2 * 1.25) * 7 / 5);
	height: 0
}

@media screen and (min-width: 992px) {
	.list-38-0 .item-title {
		font-size: 2.14285714rem
	}
}

.list-38-0 .item-title:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #3e6fb7;
	margin-top: 14px
}

.list-38-0 .slimScrollDiv {
	padding-right: 14px;
	margin-right: -14px
}

.list-38-0 .dy-carousel {
	margin-top: -28px;
	margin-bottom: -28px
}

.list-38-0 .slick-list {
	padding-top: 28px;
	padding-bottom: 28px;
	width: 100%
}

@media screen and (min-width: 992px) {
	.list-38-0 .slick-list {
		margin-left: -28px;
		margin-right: -28px
	}
}

@media screen and (min-width: 992px) {
	.list-38-0 .slick-track .slick-slide {
		padding-left: 28px;
		padding-right: 28px
	}
}

.list-38-0 .slick-prev,
.list-38-0 .slick-next {
	width: 36px;
	height: 36px;
	z-index: 1
}

.list-38-0 .slick-prev:before,
.list-38-0 .slick-next:before {
	font-size: 36px;
	font-weight: bold;
	color: #3e6fb7
}

.list-38-0 .slick-prev {
	left: auto;
	right: calc(100% + 14px)
}

@media screen and (max-width:991px) {
	.list-38-0 .slick-prev {
		left: 0;
		right: auto
	}
}

.list-38-0 .slick-next {
	right: auto;
	left: calc(100% + 14px)
}

@media screen and (max-width:991px) {
	.list-38-0 .slick-next {
		left: auto;
		right: 0
	}
}

.map-1-0 .map-wrapper {
	width: 100%;
	height: 400px;
	overflow: hidden
}

@media screen and (min-width: 992px) {
	.map-1-0 .map-wrapper {
		height: 550px
	}
}

@media screen and (min-width: 1470px) {
	.map-1-0 .map-wrapper {
		height: 650px
	}
}

.map-1-0 .map-wrapper .amap-info-close {
	right: 5px !important;
	opacity: 0.7;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.map-1-0 .map-wrapper .amap-info-close:hover {
	opacity: 1
}

.map-1-0 .map-wrapper .info-addr {
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 7px
}

.map-1-0 .map-wrapper .amap-info-combo .keyword {
	height: auto
}

.map-1-0 .map-wrapper .amap-icon img {
	width: 30px
}

.map-2-0 .map-wrapper {
	height: 400px
}

@media screen and (min-width: 992px) {
	.map-2-0 .map-wrapper {
		height: 550px
	}
}

.map-2-0 .map-lists .list-item {
	display: none
}

.map-2-0 .map-lists .list-item.active {
	display: block
}

.map-2-0 .map-lists .list-item .item-media {
	margin-bottom: 14px;
	position: relative;
	height: 0;
	padding-top: 100px
}

.map-2-0 .map-lists .list-item .item-media img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.map-2-0 .map-lists .list-item .item-media img:hover {
	top: calc(50% - 5px);
	box-shadow: 0 5px 15px -5px #000
}

.map-3-0 .map-body {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.6)
}

.map-3-0 .map-body .map-wrapper {
	width: 100%;
	height: 400px
}

@media screen and (min-width: 992px) {
	.map-3-0 .map-body .map-wrapper {
		height: 500px
	}
}

@media screen and (min-width: 1200px) {
	.map-3-0 .map-body .map-wrapper {
		height: 650px
	}
}

.map-3-0 .map-body .map-wrapper .info-title {
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	margin-bottom: 7px;
	line-height: 1.5
}

.map-3-0 .map-body .map-wrapper .info-title .carousel-5-1.arrow-inside .slick-prev:before,
.map-3-0 .map-body .map-wrapper .info-title .carousel-5-1.arrow-inside .slick-next:before {
	color: #fff
}

.map-3-0 .map-body .map-wrapper .info-addr {
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 7px
}

.map-3-0 .map-body .map-wrapper .amap-info-combo .keyword {
	height: auto
}

.map-3-0 .map-body .map-wrapper .amap-icon img {
	width: 30px
}

.map-3-0 .map-body .map-toolbar {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000
}

.map-3-0 .map-body .map-toolbar ul {
	margin: 14px;
	padding-left: 0
}

.map-3-0 .map-body .map-toolbar ul li {
	list-style: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 14px;
	background-color: #6b798b;
	color: #fff;
	text-align: center;
	cursor: pointer;
	opacity: 0.7
}

.map-3-0 .map-body .map-toolbar ul li.active {
	opacity: 1;
	background-color: #3e6fb7
}

.map-3-0 .map-body .map-toolbar ul li:hover {
	opacity: 1
}

.map-3-0 .map-body .map-mode {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 1000
}

.map-3-0 .map-body .map-mode ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.map-3-0 .map-body .map-mode ul li {
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 1.5;
	list-style: none;
	box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #8ba4dc;
	background: #fff;
	color: #616161;
	opacity: 0.7;
	cursor: pointer
}

.map-3-0 .map-body .map-mode ul li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.map-3-0 .map-body .map-mode ul li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.map-3-0 .map-body .map-mode ul li:hover {
	opacity: 1
}

.map-3-0 .map-body .map-mode ul li.active {
	opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 3px;
	border-left: 1px solid #8ba4dc;
	border-top: 1px solid #8ba4dc;
	border-bottom: 1px solid #8ba4dc;
	background: #8ea8e0;
	color: #fff
}

.map-3-1 .map-body {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.6)
}

.map-3-1 .map-body .map-wrapper {
	width: 100%;
	height: 400px
}

@media screen and (min-width: 992px) {
	.map-3-1 .map-body .map-wrapper {
		height: 500px
	}
}

@media screen and (min-width: 1200px) {
	.map-3-1 .map-body .map-wrapper {
		height: 650px
	}
}

.map-3-1 .map-body .map-wrapper .info-title {
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	margin-bottom: 7px;
	line-height: 1.5
}

.map-3-1 .map-body .map-wrapper .info-title .carousel-5-1.arrow-inside .slick-prev:before,
.map-3-1 .map-body .map-wrapper .info-title .carousel-5-1.arrow-inside .slick-next:before {
	color: #fff
}

.map-3-1 .map-body .map-wrapper .info-addr {
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 7px
}

.map-3-1 .map-body .map-wrapper .amap-info-combo .keyword {
	height: auto
}

.map-3-1 .map-body .map-wrapper .amap-icon img {
	width: 30px
}

.map-3-1 .map-body .map-toolbar {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000
}

.map-3-1 .map-body .map-toolbar ul {
	margin: 14px;
	padding-left: 0
}

.map-3-1 .map-body .map-toolbar ul li {
	list-style: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 14px;
	background-color: #6b798b;
	color: #fff;
	text-align: center;
	cursor: pointer;
	opacity: 0.7
}

.map-3-1 .map-body .map-toolbar ul li.active {
	opacity: 1;
	background-color: #3e6fb7
}

.map-3-1 .map-body .map-toolbar ul li:hover {
	opacity: 1
}

.map-3-1 .map-body .map-mode {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 1000
}

.map-3-1 .map-body .map-mode ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.map-3-1 .map-body .map-mode ul li {
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 1.5;
	list-style: none;
	box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #8ba4dc;
	background: #fff;
	color: #616161;
	opacity: 0.7;
	cursor: pointer
}

.map-3-1 .map-body .map-mode ul li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.map-3-1 .map-body .map-mode ul li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.map-3-1 .map-body .map-mode ul li:hover {
	opacity: 1
}

.map-3-1 .map-body .map-mode ul li.active {
	opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 3px;
	border-left: 1px solid #8ba4dc;
	border-top: 1px solid #8ba4dc;
	border-bottom: 1px solid #8ba4dc;
	background: #8ea8e0;
	color: #fff
}

.map-3-1 .map-body .map-toolbar {
	box-sizing: border-box;
	overflow: visible;
	padding-left: 7px;
	padding-right: 7px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	width: 100%;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0
}

.map-3-1 .map-body .map-toolbar:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:768px) {
	.map-3-1 .map-body .map-toolbar {
		width: 750px
	}
}

@media (min-width:992px) {
	.map-3-1 .map-body .map-toolbar {
		width: 970px;
		max-width: calc(100% - 14px * 4)
	}
}

@media (min-width:1200px) {
	.map-3-1 .map-body .map-toolbar {
		width: 1170px;
		max-width: calc(100% - 14px * 8)
	}
}

.map-3-1 .map-body .map-toolbar .inner,
.map-3-1 .map-body .map-toolbar .inner-sm,
.map-3-1 .map-body .map-toolbar .inner-lg {
	max-width: 100%;
	padding: 0
}

.map-3-1 .map-body .map-toolbar ul {
	margin: 0
}

.map-3-1 .map-body .map-toolbar ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.map-3-1 .map-body .map-toolbar ul li {
	float: left;
	padding-left: 28px;
	padding-right: 28px;
	border-radius: 0;
	width: auto;
	height: auto
}

.map-3-1 .amap-info-close {
	right: 5px !important;
	opacity: 0.7;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.map-3-1 .amap-info-close:hover {
	opacity: 1
}

.map-3-1 .amap-info-content {
	padding: 0
}

.map-4-0 .map-container {
	height: 450px
}

@media screen and (min-width: 992px) {
	.map-4-0 .map-container {
		height: 650px
	}
}

.map-4-0 .amap-info .amap-info-contentContainer .amap-adcontent-body {
	border-radius: 5px;
	box-shadow: 10px 10px 40px -8px rgba(0, 0, 0, 0.4)
}

.map-4-0 .amap-info .amap-info-contentContainer .amap-info-combo .keyword-input {
	height: auto
}

.map-4-0 .amap-info .amap-info-contentContainer .amap-adcombo-close {
	background-color: #fafafa
}

.map-4-0 .amap-toolbar {
	display: none
}

@media screen and (min-width: 992px) {
	.map-4-0 .amap-toolbar {
		display: block
	}
}

.panel-ui .icon_lists .icon-left-1-0 {
	font-size: 20px
}

.video-3 .video-3-content {
	border-top: 5px solid #3e6fb7;
	position: relative;
	padding-top: 70%
}

.video-3 .video-3-content .video-modal {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.6);
	height: 55px;
	width: 55px
}

.video-3 .video-3-content .video-modal i {
	font-size: 24px;
	color: #7fcd60;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.video-4-0 .video-header .title h2 {
	display: inline-block;
	font-size: 2.125rem;
	line-height: 1.3;
	position: relative;
	color: #fff;
	text-shadow: 0 0 5px #000
}

.video-4-0 .video-header .title h2:before,
.video-4-0 .video-header .title h2:after {
	content: "";
	width: 20px;
	height: 1px;
	background: #8faadc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.video-4-0 .video-header .title h2:before {
	left: -40px
}

.video-4-0 .video-header .title h2:after {
	right: -40px
}

.video-4-0 .video-body .video {
	background-color: #000
}

.video-4-0 .video-body .video video {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	outline: none
}

.video-4-1 .video-body {
	position: relative
}

.video-4-1 .video-body:before {
	float: left;
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%
}

.video-4-1 .video-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.video-4-1 .video-body .video-modal {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.video-4-1 .video-body .video-modal .icon {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	text-shadow: 0 0 1px #000;
	font-size: 3.25rem;
	color: #7fcd60;
	opacity: 0.7
}

.video-4-1 .video-body .video-modal .icon:hover {
	opacity: 1
}

.video-5-0 .video-content {
	position: relative;
	padding-top: 55%
}

.video-5-0 .video-content .video-play {
	position: absolute;
	left: 28px;
	bottom: 28px;
	border-radius: 50%;
	background-color: #fff;
	height: 55px;
	width: 55px
}

.video-5-0 .video-content .video-play i {
	font-size: 24px;
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 3px
}

.sidebar-menu-v1.bg-primary {
	margin: 21px 0;
	background-color: #fff
}

.sidebar-menu-v1.bg-primary .menu .menu-item>a {
	background-color: #3e6fb7;
	color: #fff
}

.sidebar-menu-v1.bg-primary .menu .menu-item:hover>a,
.sidebar-menu-v1.bg-primary .menu .menu-item.active>a {
	background-color: #124c75
}

.sidebar-menu-v1.bg-primary .menu .menu-item .level-menu {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 2px
}

.tab-4 .tab-nav {
	margin-bottom: 21px;
	border-bottom: 1px solid #c6c6c6
}

.tab-4 .tab-nav li {
	cursor: pointer
}

.tab-4 .tab-nav li a {
	font-size: 20px
}

.tab-4 .tab-nav li.active {
	border-bottom: 1px solid #c6c6c6;
	position: relative
}

.tab-4 .tab-nav li.active::before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #3e6fb7;
	left: 0;
	bottom: -2px
}

.tab-4-1 {
	overflow: hidden
}

.tab-4-1 .tab-nav {
	margin-bottom: 21px;
	border-bottom: 1px solid #c6c6c6
}

.tab-4-1 .tab-nav li {
	cursor: pointer
}

.tab-4-1 .tab-nav li a {
	font-size: 20px
}

.tab-4-1 .tab-nav li.active {
	border-bottom: 1px solid #c6c6c6;
	position: relative
}

.tab-4-1 .tab-nav li.active::before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #3e6fb7;
	left: 0;
	bottom: -2px
}

.tab-4-1 .tab-nav {
	border-bottom: 4px solid #c6c6c6
}

.tab-4-1 .tab-nav li {
	width: auto !important;
	margin-right: 14px
}

.tab-4-1 .tab-nav li:last-child {
	margin-right: 0
}

.tab-4-1 .tab-nav li a {
	font-size: 16px;
	font-weight: bold;
	padding: 21px 0;
	color: #000
}

.tab-4-1 .tab-nav li.active a {
	color: #3e6fb7
}

.tab-4-1 .tab-nav li.active::before {
	height: 4px;
	bottom: -5px
}

@media (min-width:992px) {
	.tab-4-1 .tab-nav li {
		margin-right: 28px
	}

	.tab-4-1 .tab-nav li a {
		font-size: 24px
	}
}

.tab-4-2 .tab-nav {
	margin-bottom: 14px;
	display: none;
	position: relative
}

.tab-4-2 .tab-item {
	width: auto !important;
	margin-right: 21px;
	display: inline-block
}

.tab-4-2 .tab-item.outside-lg-b {
	margin-bottom: 77px
}

.tab-4-2 .tab-item:last-child {
	margin-right: 0
}

.tab-4-2 .tab-item>a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 60px;
	position: relative
}

.tab-4-2 .tab-item.active>a,
.tab-4-2 .tab-item:hover>a {
	color: #3e6fb7
}

.tab-4-2 .tab-item.active>a::before,
.tab-4-2 .tab-item:hover>a::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	background-color: #3e6fb7;
	left: 0;
	height: 4px;
	bottom: -4px;
	z-index: 1
}

.tab-4-2 .tab-item.active .tab-submenu {
	display: block
}

.tab-4-2 .tab-item .tab-border {
	border-bottom: 4px solid #c6c6c6;
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%
}

.tab-4-2 .tab-mobile {
	text-align: left;
	color: #3e6fb7;
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6
}

.tab-4-2 .menu-container {
	z-index: 99
}

@media (min-width:992px) {
	.tab-4-2 .menu-container {
		width: 200px;
		position: relative
	}
}

@media (min-width:1200px) {
	.tab-4-2 .menu-container {
		width: 220px;
		height: 120px
	}
}

@media (min-width:1470px) {
	.tab-4-2 .menu-container {
		width: 320px
	}
}

.tab-4-2 .menu-container.expanded {
	background-color: transparent;
	color: #3e6fb7
}

.tab-4-2 .menu-container.expanded .expand-toggle i.icon-menu {
	display: none
}

.tab-4-2 .menu-container.expanded .expand-toggle i.icon-close {
	display: inline-block
}

.tab-4-2 .menu-container .expand-toggle {
	padding: 7px;
	position: relative;
	background-color: transparent
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media (min-width:1200px) {
	.tab-4-2 .menu-container .expand-toggle {
		padding-right: 14px;
		padding-left: 14px
	}
}

.tab-4-2 .menu-container .expand-toggle a {
	display: block;
	color: inherit
}

.tab-4-2 .menu-container .expand-toggle .tab-mobile-title {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	padding-top: 2px
}

.tab-4-2 .menu-container .expand-toggle i {
	font-size: 32px;
	float: left
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .expand-toggle i {
		font-size: 16px;
		margin-right: 5px
	}
}

.tab-4-2 .menu-container .expand-toggle i.icon-close {
	display: none
}

.tab-4-2 .menu-container .expand-toggle span.toggle-title {
	display: none
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .expand-toggle span.toggle-title {
		display: inline-block
	}
}

.tab-4-2 .menu-container .menu-body {
	padding-bottom: 70px;
	display: none;
	z-index: 998;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	border-right: 1px solid #c6c6c6;
	background-color: #3e6fb7;
	color: #fff;
	overflow: auto
}

.tab-4-2 .menu-container .menu-body a {
	color: #fff
}

@media (min-width:1200px) {
	.tab-4-2 .menu-container .menu-body {
		height: calc(100vh - 120px)
	}
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) {
		padding: 14px
	}
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-item {
	padding: 14px
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-item>i {
	margin-top: 4px
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-item {
		font-size: 16px
	}

	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded) {
		overflow: visible
	}

	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-item:hover:not(.expanded)>.menu-child-container {
		transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 1;
		left: 100%;
		right: auto
	}
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded {
	overflow: visible
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-item.expanded>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg)
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-item>i.icon-plus {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child)>.menu-item {
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a,
.tab-4-2 .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	font-size: inherit
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child)>.menu-item>a {
	color: inherit
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child)>.menu-item>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
	position: relative;
	display: none
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child-container {
		padding: 14px;
		position: absolute;
		display: block;
		top: 0;
		width: auto;
		opacity: 0;
		left: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		border-radius: 4px
	}

	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 100%;
		width: 0;
		height: 0;
		border-width: 12px 12px 12px 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent
	}
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child-container .menu-level-2 {
	display: none
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child {
	padding-right: 14px;
	padding-left: 14px
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child i {
	z-index: 99
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child {
		white-space: nowrap
	}
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
	float: left;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 100%
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li i {
	margin-top: 4px
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li {
		float: none;
		display: inline-block
	}
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #616161
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>span.category {
		font-size: 16px
	}
}

.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
	margin-right: 7px;
	position: relative;
	display: block;
	color: #fff
}

@media only screen and (min-width:768px) {
	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a:hover:before {
		transform: scaleX(1)
	}
}

@media (min-width:992px) {
	.tab-4-2 .menu-container .menu-body .menu:not(.menu-child) .menu-child>li>a {
		margin-top: 14px
	}
}

@media (min-width:768px) {
	.tab-4-2 .tab-nav {
		display: block
	}
}

.tab-4-2.has-child .tab-nav {
	border-bottom: none
}

.tab-4-2.has-child .tab-submenu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	padding-top: 10px
}

.tab-4-2.has-child .tab-submenu .tab-submenu-content {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 7px
}

.tab-4-2.has-child .tab-submenu .tab-submenu-content.active {
	display: block
}

.tab-4-2.has-child .tab-submenu .tab-submenu-item {
	display: inline-block
}

.tab-4-2.has-child .tab-submenu .tab-submenu-item.active a,
.tab-4-2.has-child .tab-submenu .tab-submenu-item:hover a {
	color: #3e6fb7;
	background-color: #c6c6c6
}

.tab-4-2.has-child .tab-submenu .tab-submenu-item a {
	font-size: 14px;
	color: #000;
	display: block;
	padding: 14px
}

.tab-4-3 {
	overflow: hidden
}

.tab-4-3 .tab-nav {
	margin-bottom: 21px;
	border-bottom: 1px solid #c6c6c6
}

.tab-4-3 .tab-nav li {
	cursor: pointer
}

.tab-4-3 .tab-nav li a {
	font-size: 20px
}

.tab-4-3 .tab-nav li.active {
	border-bottom: 1px solid #c6c6c6;
	position: relative
}

.tab-4-3 .tab-nav li.active::before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #3e6fb7;
	left: 0;
	bottom: -2px
}

.tab-4-3 .tab-nav {
	border-bottom: 4px solid #c6c6c6
}

.tab-4-3 .tab-nav li {
	width: auto !important;
	margin-right: 14px
}

.tab-4-3 .tab-nav li:last-child {
	margin-right: 0
}

.tab-4-3 .tab-nav li a {
	font-size: 16px;
	font-weight: bold;
	padding: 21px 0;
	color: #000
}

.tab-4-3 .tab-nav li.active a {
	color: #3e6fb7
}

.tab-4-3 .tab-nav li.active::before {
	height: 4px;
	bottom: -5px
}

@media (min-width:992px) {
	.tab-4-3 .tab-nav li {
		margin-right: 28px
	}

	.tab-4-3 .tab-nav li a {
		font-size: 24px
	}
}

.tab-4-3 .tab-nav {
	position: relative;
	border-bottom-color: #b2b2b2
}

.tab-4-3 .tab-nav li {
	position: static
}

.tab-4-3 .tab-nav li a[data-toggle="tab"] {
	border-bottom: 4px solid transparent;
	margin-bottom: -4px
}

.tab-4-3 .tab-nav li.active {
	position: static
}

.tab-4-3 .tab-nav li.active a[data-toggle="tab"] {
	border-bottom-color: #3e6fb7
}

.tab-4-3 .tab-nav li.active:before {
	content: none
}

.tab-4-3 .tab-nav li.active .more {
	display: block
}

.tab-4-3 .tab-nav .more {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	display: none;
	position: absolute;
	line-height: 69px;
	color: #3e6fb7;
	opacity: 1;
	right: 0;
	font-size: .875rem;
	width: auto;
	padding: 0;
	margin-bottom: -4px;
	bottom: 0
}

.tab-4-3 .tab-nav .more:hover {
	opacity: 0.5
}

.tab-4-3 .tab-link {
	display: block;
	text-align: right
}

.tab-4-3 .tab-link .tab-link-item.active .more {
	display: block
}

.tab-4-3 .tab-link .more {
	display: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	color: #3e6fb7;
	line-height: 1.5;
	opacity: 1;
	font-size: .875rem;
	width: auto;
	padding: 0;
	font-weight: bold
}

.tab-4-3 .tab-link .more:hover {
	opacity: 0.5
}

@media (min-width:768px) {
	.tab-4-3 .tab-link {
		position: absolute;
		right: 0;
		top: 0
	}

	.tab-4-3 .tab-link .more {
		line-height: 77px
	}
}

.tab-4-4 {
	overflow: hidden
}

.tab-4-4 .tab-nav {
	margin-bottom: 21px;
	border-bottom: 1px solid #c6c6c6
}

.tab-4-4 .tab-nav li {
	cursor: pointer
}

.tab-4-4 .tab-nav li a {
	font-size: 20px
}

.tab-4-4 .tab-nav li.active {
	border-bottom: 1px solid #c6c6c6;
	position: relative
}

.tab-4-4 .tab-nav li.active::before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #3e6fb7;
	left: 0;
	bottom: -2px
}

.tab-4-4 .tab-nav {
	border-bottom: 4px solid #c6c6c6
}

.tab-4-4 .tab-nav li {
	width: auto !important;
	margin-right: 14px
}

.tab-4-4 .tab-nav li:last-child {
	margin-right: 0
}

.tab-4-4 .tab-nav li a {
	font-size: 16px;
	font-weight: bold;
	padding: 21px 0;
	color: #000
}

.tab-4-4 .tab-nav li.active a {
	color: #3e6fb7
}

.tab-4-4 .tab-nav li.active::before {
	height: 4px;
	bottom: -5px
}

@media (min-width:992px) {
	.tab-4-4 .tab-nav li {
		margin-right: 28px
	}

	.tab-4-4 .tab-nav li a {
		font-size: 24px
	}
}

.tab-4-4 .tab-nav {
	position: relative;
	border-bottom-color: #b2b2b2
}

.tab-4-4 .tab-nav li {
	position: static
}

.tab-4-4 .tab-nav li a[data-toggle="tab"] {
	border-bottom: 4px solid transparent;
	margin-bottom: -4px
}

.tab-4-4 .tab-nav li.active {
	position: static
}

.tab-4-4 .tab-nav li.active a[data-toggle="tab"] {
	border-bottom-color: #3e6fb7
}

.tab-4-4 .tab-nav li.active:before {
	content: none
}

.tab-4-4 .tab-nav li.active .more {
	display: block
}

.tab-4-4 .tab-nav .more {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	display: none;
	position: absolute;
	line-height: 69px;
	color: #3e6fb7;
	opacity: 1;
	right: 0;
	font-size: .875rem;
	width: auto;
	padding: 0;
	margin-bottom: -4px;
	bottom: 0
}

.tab-4-4 .tab-nav .more:hover {
	opacity: 0.5
}

.tab-4-4 .tab-link {
	display: block;
	text-align: right
}

.tab-4-4 .tab-link .tab-link-item.active .more {
	display: block
}

.tab-4-4 .tab-link .more {
	display: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	color: #3e6fb7;
	line-height: 1.5;
	opacity: 1;
	font-size: .875rem;
	width: auto;
	padding: 0;
	font-weight: bold
}

.tab-4-4 .tab-link .more:hover {
	opacity: 0.5
}

@media (min-width:768px) {
	.tab-4-4 .tab-link {
		position: absolute;
		right: 0;
		top: 0
	}

	.tab-4-4 .tab-link .more {
		line-height: 77px
	}
}

.tab-4-4 .tab-nav {
	border-bottom: none;
	margin-bottom: 7px
}

.tab-4-4 .tab-nav li a[data-toggle="tab"] {
	border-bottom: none;
	margin-bottom: 0
}

.tab-4-4 .tab-nav li.active {
	border-bottom: none
}

.tab-4-4 .tab-nav li.active a[data-toggle="tab"] {
	border-bottom: none
}

.tab-4-4 .tab-link .more:hover {
	opacity: 1
}

@media (min-width:768px) {
	.tab-4-4 .tab-link {
		top: 24.5px
	}

	.tab-4-4 .tab-link .more {
		line-height: 1.5
	}
}

.tab-5-0 {
	overflow: hidden !important
}

.tab-5-0 .tab-wrapper {
	height: 395px
}

.tab-5-0 .tab-content .tab-content-item {
	display: none
}

.tab-5-0 .tab-content .tab-content-item .card-6-1 {
	margin-bottom: 14px
}

@media (min-width:768px) {
	.tab-5-0 .tab-content .tab-content-item .card-6-1 {
		margin-bottom: 0
	}

	.tab-5-0 .tab-content .tab-content-item .card-6-1 .card-media {
		padding-top: initial;
		height: 395px
	}
}

.tab-5-0 .tab-content .tab-content-item.active {
	display: block
}

.tab-5-0 .tab-wrapper .tab-wrapper-item .list-24-0 .list-item {
	padding: 14px
}

.tab-5-0 .tab-wrapper .tab-wrapper-item.active {
	color: #3e6fb7;
	background-color: #3e6fb7
}

.tab-5-0 .tab-wrapper .tab-wrapper-item.active a {
	color: #fff
}

.tab-5-0 .tab-wrapper .tab-wrapper-item.active .list-24-0 .list-title,
.tab-5-0 .tab-wrapper .tab-wrapper-item.active .list-24-0 .list-time .list-tag,
.tab-5-0 .tab-wrapper .tab-wrapper-item.active .list-24-0 .list-text {
	color: #fff
}

.tab-5-0 .row.row-lg {
	margin-left: -21px;
	margin-right: -21px
}

.tab-5-0 .row.row-lg [class*="col-"] {
	padding-left: 21px;
	padding-right: 21px
}

.tab-6-0 {
	overflow: hidden
}

.tab-6-0 .tab-nav {
	margin-bottom: 21px;
	border-bottom: 1px solid #c6c6c6
}

.tab-6-0 .tab-nav li {
	cursor: pointer
}

.tab-6-0 .tab-nav li a {
	font-size: 20px
}

.tab-6-0 .tab-nav li.active {
	border-bottom: 1px solid #c6c6c6;
	position: relative
}

.tab-6-0 .tab-nav li.active::before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #3e6fb7;
	left: 0;
	bottom: -2px
}

.tab-6-0 .tab-nav {
	border-bottom: 4px solid #c6c6c6
}

.tab-6-0 .tab-nav li {
	width: auto !important;
	margin-right: 14px
}

.tab-6-0 .tab-nav li:last-child {
	margin-right: 0
}

.tab-6-0 .tab-nav li a {
	font-size: 16px;
	font-weight: bold;
	padding: 21px 0;
	color: #000
}

.tab-6-0 .tab-nav li.active a {
	color: #3e6fb7
}

.tab-6-0 .tab-nav li.active::before {
	height: 4px;
	bottom: -5px
}

@media (min-width:992px) {
	.tab-6-0 .tab-nav li {
		margin-right: 28px
	}

	.tab-6-0 .tab-nav li a {
		font-size: 24px
	}
}

.tab-6-0 .tab-nav {
	border: none;
	overflow: auto;
	margin-bottom: 0
}

.tab-6-0 .tab-nav .is-link {
	text-align: center;
	float: left
}

.tab-6-0 .tab-nav .is-link a {
	padding: 21px 0;
	display: inline-block;
	color: #000
}

.tab-6-0 .tab-nav .is-link a:hover {
	color: #101a29
}

.tab-6-0 .tab-nav li,
.tab-6-0 .tab-nav .is-link {
	margin: 0;
	padding: 0 14px
}

.tab-6-0 .tab-nav li a,
.tab-6-0 .tab-nav .is-link a {
	font-weight: normal
}

.tab-6-0 .tab-nav li.active,
.tab-6-0 .tab-nav .is-link.active {
	border: none;
	background-color: #fff
}

.tab-6-0 .tab-nav li.active a,
.tab-6-0 .tab-nav .is-link.active a {
	color: #101a29
}

.tab-6-0 .tab-nav li.active::before,
.tab-6-0 .tab-nav .is-link.active::before {
	bottom: auto;
	top: 0;
	height: 5px;
	background-color: #101a29
}

.tab-6-0 .tab-content {
	background-color: #fff;
	margin-top: 0
}

@media (min-width:992px) {

	.tab-6-0 .tab-nav li,
	.tab-6-0 .tab-nav .is-link {
		padding: 0 28px
	}

	.tab-6-0 .tab-nav li a,
	.tab-6-0 .tab-nav .is-link a {
		font-size: 18px;
		font-weight: normal
	}
}

@media (max-width:768px) {
	.tab-6-0 .is-link {
		overflow: visible;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		position: relative;
		flex: 1
	}

	.tab-6-0 .is-link a {
		font-size: 16px;
		width: 100%;
		white-space: nowrap
	}
}

.tab-7-0 .tab-head {
	margin-bottom: 14px
}

.tab-7-0 .tab-head:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.tab-7-0 .tab-head {
		margin-bottom: 14px
	}
}

.tab-7-0 .tab-head .list-icon {
	float: left;
	padding: 3.5px;
	background-color: #034ea2;
	line-height: 1;
	border-radius: 999px;
	color: #fff;
	font-size: 24px;
	margin-right: 7px
}

@media (min-width:1200px) {
	.tab-7-0 .tab-head .list-icon {
		font-size: 26px
	}
}

@media (min-width:1470px) {
	.tab-7-0 .tab-head .list-icon {
		font-size: 30px
	}
}

.tab-7-0 .tab-head .list-title {
	font-size: 24px
}

.tab-7-0 .tab-head .list-title:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.tab-7-0 .tab-head .list-title {
		font-size: 26px
	}
}

@media (min-width:1470px) {
	.tab-7-0 .tab-head .list-title {
		font-size: 30px
	}
}

.tab-7-0 .tab-head .list-title .part {
	float: left
}

.tab-7-0 .tab-head .list-title .part.part-1 {
	color: #171311
}

.tab-7-0 .tab-head .list-title .part.part-2 {
	color: #034ea2
}

.tab-7-0 .tab-nav {
	display: flex;
	white-space: nowrap
}

.tab-7-0 .tab-nav .tab-item {
	flex: auto;
	display: flex;
	padding: 14px 14px;
	background-color: #034ea2;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .3s
}

.tab-7-0 .tab-nav .tab-item .icon {
	color: #fff;
	font-size: 18px;
	margin-right: 14px
}

@media (min-width:1200px) {
	.tab-7-0 .tab-nav .tab-item .icon {
		font-size: 20px
	}
}

@media (min-width:1470px) {
	.tab-7-0 .tab-nav .tab-item .icon {
		font-size: 24px
	}
}

.tab-7-0 .tab-nav .tab-item .item-title {
	color: #fff;
	font-weight: bold;
	font-size: 18px
}

@media (min-width:1200px) {
	.tab-7-0 .tab-nav .tab-item .item-title {
		font-size: 20px
	}
}

@media (min-width:1470px) {
	.tab-7-0 .tab-nav .tab-item .item-title {
		font-size: 24px
	}
}

.tab-7-0 .tab-nav .tab-item:hover,
.tab-7-0 .tab-nav .tab-item.active {
	background-color: #e6f2fa
}

.tab-7-0 .tab-nav .tab-item:hover .icon,
.tab-7-0 .tab-nav .tab-item.active .icon {
	color: #034ea2
}

.tab-7-0 .tab-nav .tab-item:hover .item-title,
.tab-7-0 .tab-nav .tab-item.active .item-title {
	color: #595757
}

.tab-7-0 .tab-content {
	margin-top: 14px
}

@media (min-width:1200px) {
	.tab-7-0 .tab-content {
		margin-top: 28px
	}
}

.tab-7-0 .tab-content .tab-item {
	display: none
}

.tab-7-0 .tab-content .tab-item.active {
	display: block
}

.tab-7-0 .tab-content .tab-item .tab-list {
	overflow: visible;
	margin-bottom: -14px
}

.tab-7-0 .tab-content .tab-item .tab-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.tab-7-0 .tab-content .tab-item .tab-list {
		margin-bottom: -28px
	}
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item {
	gap: 14px;
	padding: 14px;
	position: relative;
	font-size: 16px;
	border-radius: 8px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	margin-bottom: 14px;
	line-height: 25px;
	background-color: #ebebeb;
	color: #171311;
	border: 1px solid #034ea2
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:768px) {
	.tab-7-0 .tab-content .tab-item .tab-list .list-item {
		width: calc((100% - 14px) / 2);
		margin-right: 14px
	}

	.tab-7-0 .tab-content .tab-item .tab-list .list-item:nth-child(2n) {
		margin-right: 0
	}
}

@media (min-width:1200px) {
	.tab-7-0 .tab-content .tab-item .tab-list .list-item {
		width: calc((100% - 14px * 2 * 3) / 4);
		margin-right: 28px;
		margin-bottom: 28px;
		font-size: 18px;
		padding: 21px
	}

	.tab-7-0 .tab-content .tab-item .tab-list .list-item:nth-child(2n) {
		margin-right: 28px
	}

	.tab-7-0 .tab-content .tab-item .tab-list .list-item:nth-child(4n) {
		margin-right: 0
	}
}

@media (min-width:1200px) {
	.tab-7-0 .tab-content .tab-item .tab-list .list-item {
		width: calc((100% - 14px * 4 * 3) / 4);
		margin-right: 56px
	}

	.tab-7-0 .tab-content .tab-item .tab-list .list-item:nth-child(2n) {
		margin-right: 56px
	}

	.tab-7-0 .tab-content .tab-item .tab-list .list-item:nth-child(4n) {
		margin-right: 0
	}
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item.expanded.has-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-color: #e5e5e5
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item.expanded .item-icon .icon {
	color: #034ea2
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item.expanded .item-icon .icon-minus {
	display: block
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item.expanded .item-icon .icon-plus {
	display: none
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item.expanded .item-child {
	display: block
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item.has-child {
	cursor: pointer
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item:hover {
	color: #fff;
	background-color: #034ea2;
}
.tab-7-0 .tab-content .tab-item .tab-list .list-item:hover .icon{
	color: #fff;
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-body {
	float: left;
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 1
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-body a {
	color: inherit;
	opacity: 1
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-body a:hover {
	color: inherit;
	opacity: 1;
	text-decoration: underline
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .icon {
	line-height: 25px;
	color: #034ea2
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-icon {
	float: right;
	position: relative;
	z-index: 1;
	color: #034ea2;
	margin-left: 14px
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-icon .icon-minus {
	display: none
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-icon .icon-left-1-0 {
	transform: scale(.5) translateX(50%)
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-child {
	display: none;
	position: absolute;
	top: 100%;
	width: calc(100% + 2px);
	left: -1px;
	padding: 7px 14px;
	background-color: #ebebeb;
	z-index: 2;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
	margin-top: 1px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #034ea2;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

@media (min-width:1200px) {
	.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-child {
		padding-left: 21px;
		padding-right: 21px
	}
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-child .child-item {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #171311
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-child .child-item:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-child .child-item:hover {
	color: #034ea2;
	opacity: 1
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-child .child-item span {
	float: left
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-child .child-item .icon {
	margin-left: 14px;
	float: right
}

.tab-7-0 .tab-content .tab-item .tab-list .list-item .item-child .child-item .icon-left-1-0 {
	transform: scale(.5) translateX(50%)
}

.navigation-3 .nav-title {
	border-bottom: 2px solid #3e6fb7;
	padding-bottom: 14px;
	font-size: 14px
}

.navigation-3 .nav-title h3 {
	font-size: 24px
}

.navigation-3 .nav-section ul.filter-checkbox {
	padding-left: 0
}

.navigation-3 .nav-section ul.filter-checkbox li {
	margin-bottom: 0
}

.navigation-3 .nav-section ul.filter-checkbox li a {
	color: inherit;
	font-size: 14px
}

.navigation-3 .nav-section ul.filter-checkbox li .btn-choose {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 26px
}

.navigation-3 .nav-section ul.filter-checkbox li .btn-choose i {
	color: #3e6fb7
}

.navigation-3 .nav-section ul.filter-checkbox.not-input li a {
	position: relative;
	padding-left: 20px;
	color: #3e6fb7;
	font-size: 16px;
	display: inline-block;
	line-height: 25px;
	font-weight: bold
}

.navigation-3 .nav-section ul.filter-checkbox.not-input li a .icon {
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	vertical-align: middle;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.navigation-3 .nav-section ul.filter-checkbox.not-input li a .icon-check {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	opacity: 0
}

.navigation-3 .nav-section ul.filter-checkbox.not-input li a .icon-uncheck {
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.navigation-3 .nav-section ul.filter-checkbox.not-input li a.active .icon-check {
	opacity: 1
}

.navigation-3 .nav-section ul.filter-checkbox.not-input li a.active .icon-uncheck {
	opacity: 0
}

.navigation-3 .nav-section ul.filter-letter li a {
	display: inline-block;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
	color: #3e6fb7;
	padding: 4.9px;
	line-height: 1.2
}

.navigation-3 .nav-section ul.filter-letter li a.active,
.navigation-3 .nav-section ul.filter-letter li a:hover {
	background-color: #3e6fb7;
	color: #fff
}

.navigation-3 .nav-sub-title {
	color: inherit;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 14px;
	display: block
}

.navigation-3 .nav-select .form-select {
	width: 100%
}

.navigation-3 .nav-search {
	position: relative
}

.navigation-3 .nav-search input {
	width: 100%;
	padding-right: 40px
}

.navigation-3 .nav-search .nav-search-button {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 0px;
	top: -1px;
	height: 100%;
	cursor: pointer;
	font-size: 20px;
	padding: 0 10.5px
}

.navigation-3 li {
	list-style: none
}

.navigation-3 .custom-dropdown {
	display: inline-block;
	min-width: 120px;
	position: relative
}

.navigation-3 .custom-dropdown.full {
	display: block
}

.navigation-3 .custom-dropdown .dropdown-input {
	display: block;
	position: relative;
	padding-right: 14px;
	font-size: 14px;
	border: 1px solid #c6c6c6
}

@media (min-width:992px) {
	.navigation-3 .custom-dropdown .dropdown-input {
		font-size: 16px
	}
}

.navigation-3 .custom-dropdown .dropdown-input.expanded .icon {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotateX(180deg)
}

.navigation-3 .custom-dropdown .dropdown-input label {
	display: block;
	width: 100%;
	line-height: 35px;
	height: 35px;
	padding-right: 14px;
	padding-left: 14px;
	color: inherit;
	font-weight: normal;
	margin-bottom: 0;
	box-sizing: border-box
}

.navigation-3 .custom-dropdown .dropdown-input .icon {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	top: 0;
	line-height: 35px;
	position: absolute;
	right: 5px;
	font-size: inherit;
	color: inherit
}

.navigation-3 .custom-dropdown .dropdown-list {
	max-height: 230px;
	overflow: auto;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
	z-index: 3;
	background-color: #fff;
	color: #3e6fb7;
	padding-left: 0
}

.navigation-3 .custom-dropdown .dropdown-list li {
	list-style: none;
	margin-bottom: 0;
	line-height: normal
}

.navigation-3 .custom-dropdown .dropdown-list li.active {
	background-color: #3e6fb7;
	color: #fff
}

.navigation-3 .custom-dropdown .dropdown-list li:hover {
	background-color: #5884c6;
	color: #fff
}

.navigation-3 .custom-dropdown .dropdown-list li a {
	display: block;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: inherit
}

.navigation-4-0 .nav-title {
	border-bottom: 2px solid #3e6fb7;
	padding-bottom: 14px;
	font-size: 14px
}

.navigation-4-0 .nav-title h3 {
	font-size: 24px
}

.navigation-4-0 .nav-section ul.filter-checkbox {
	padding-left: 0
}

.navigation-4-0 .nav-section ul.filter-checkbox li {
	margin-bottom: 0
}

.navigation-4-0 .nav-section ul.filter-checkbox li a {
	color: inherit;
	font-size: 14px
}

.navigation-4-0 .nav-section ul.filter-checkbox li .btn-choose {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 26px
}

.navigation-4-0 .nav-section ul.filter-checkbox li .btn-choose i {
	color: #3e6fb7
}

.navigation-4-0 .nav-section ul.filter-checkbox.not-input li a {
	position: relative;
	padding-left: 20px;
	color: #3e6fb7;
	font-size: 16px;
	display: inline-block;
	line-height: 25px;
	font-weight: bold
}

.navigation-4-0 .nav-section ul.filter-checkbox.not-input li a .icon {
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	vertical-align: middle;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.navigation-4-0 .nav-section ul.filter-checkbox.not-input li a .icon-check {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	opacity: 0
}

.navigation-4-0 .nav-section ul.filter-checkbox.not-input li a .icon-uncheck {
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.navigation-4-0 .nav-section ul.filter-checkbox.not-input li a.active .icon-check {
	opacity: 1
}

.navigation-4-0 .nav-section ul.filter-checkbox.not-input li a.active .icon-uncheck {
	opacity: 0
}

.navigation-4-0 .nav-section ul.filter-letter li a {
	display: inline-block;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
	color: #3e6fb7;
	padding: 4.9px;
	line-height: 1.2
}

.navigation-4-0 .nav-section ul.filter-letter li a.active,
.navigation-4-0 .nav-section ul.filter-letter li a:hover {
	background-color: #3e6fb7;
	color: #fff
}

.navigation-4-0 .nav-sub-title {
	color: inherit;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 14px;
	display: block
}

.navigation-4-0 .nav-select .form-select {
	width: 100%
}

.navigation-4-0 .nav-search {
	position: relative
}

.navigation-4-0 .nav-search input {
	width: 100%;
	padding-right: 40px
}

.navigation-4-0 .nav-search .nav-search-button {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 0px;
	top: -1px;
	height: 100%;
	cursor: pointer;
	font-size: 20px;
	padding: 0 10.5px
}

.navigation-4-0 li {
	list-style: none
}

.navigation-4-0 .custom-dropdown {
	display: inline-block;
	min-width: 120px;
	position: relative
}

.navigation-4-0 .custom-dropdown.full {
	display: block
}

.navigation-4-0 .custom-dropdown .dropdown-input {
	display: block;
	position: relative;
	padding-right: 14px;
	font-size: 14px;
	border: 1px solid #c6c6c6
}

@media (min-width:992px) {
	.navigation-4-0 .custom-dropdown .dropdown-input {
		font-size: 16px
	}
}

.navigation-4-0 .custom-dropdown .dropdown-input.expanded .icon {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotateX(180deg)
}

.navigation-4-0 .custom-dropdown .dropdown-input label {
	display: block;
	width: 100%;
	line-height: 35px;
	height: 35px;
	padding-right: 14px;
	padding-left: 14px;
	color: inherit;
	font-weight: normal;
	margin-bottom: 0;
	box-sizing: border-box
}

.navigation-4-0 .custom-dropdown .dropdown-input .icon {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	top: 0;
	line-height: 35px;
	position: absolute;
	right: 5px;
	font-size: inherit;
	color: inherit
}

.navigation-4-0 .custom-dropdown .dropdown-list {
	max-height: 230px;
	overflow: auto;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
	z-index: 3;
	background-color: #fff;
	color: #3e6fb7;
	padding-left: 0
}

.navigation-4-0 .custom-dropdown .dropdown-list li {
	list-style: none;
	margin-bottom: 0;
	line-height: normal
}

.navigation-4-0 .custom-dropdown .dropdown-list li.active {
	background-color: #3e6fb7;
	color: #fff
}

.navigation-4-0 .custom-dropdown .dropdown-list li:hover {
	background-color: #5884c6;
	color: #fff
}

.navigation-4-0 .custom-dropdown .dropdown-list li a {
	display: block;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: inherit
}

.navigation-4-0.box-shadow {
	box-shadow: 0 5px 10px -12px rgba(0, 0, 0, 0.5600000000000001), 0 4px 24px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}

.navigation-4-0 .nav-third-title {
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	margin-bottom: 7px
}

.navigation-4-0 .nav-search-item {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 7px;
	margin-right: 7px;
	font-size: 14px;
	line-height: 1;
	background-color: #3e6fb7;
	color: #fff;
	border-radius: 4px;
	padding: 7px;
	position: relative;
	border: 1px solid transparent
}

.navigation-4-0 .nav-search-item .text {
	margin-right: 7px;
	position: relative;
	z-index: 1
}

.navigation-4-0 .nav-search-item .icon-close {
	cursor: pointer;
	z-index: 1
}

.navigation-4-0 .nav-search-item .icon-close:hover~.hover-status {
	z-index: 0
}

.navigation-4-0 .nav-search-item .hover-status {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	border-radius: 4px;
	background-color: #a51b00;
	z-index: -1
}

.navigation-4v1 {
	background-color: #3e6fb7;
	color: #fff
}

.navigation-4v1 a {
	color: #fff
}

.navigation-4v1 a:hover {
	text-decoration: underline
}

.navigation-4v1 .wrapper .media {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start
}

.navigation-4v1 .wrapper .media .title {
	width: 100px;
	text-align: center
}

.navigation-4v1 .wrapper .item {
	margin-bottom: 10px;
	margin-right: 10px
}

@media (min-width:768px) {
	.navigation-4v1 .wrapper {
		display: flex;
		flex: 0 0 100%
	}

	.navigation-4v1 .wrapper .media {
		flex: 0 1 25%
	}

	.navigation-4v1 .wrapper .right {
		display: flex;
		flex-wrap: wrap;
		flex: 0 1 75%
	}

	.navigation-4v1 .wrapper .right .item {
		flex: 0 1 calc(100% / 3 - 10px)
	}

	.navigation-4v1 .wrapper .right .item a {
		white-space: nowrap;
		text-overflow: ellipsis
	}
}

.sidebar-5-0 {
	font-family: Times New Roman, arial, "Microsoft YaHei", "微软雅黑", SimSun, Arial, Helvetica, Tahoma, STXihei, "华文细黑", sans-serif
}

.sidebar-5-0 ul li {
	display: block;
	position: relative;
	list-style: none
}

.sidebar-5-0 ul li.title {
	padding: 14px;
	font-weight: bold;
	font-size: 1.5rem
}

.sidebar-5-0 ul li.title .carousel-5-1.arrow-inside .slick-prev:before,
.sidebar-5-0 ul li.title .carousel-5-1.arrow-inside .slick-next:before {
	color: #fff
}

.sidebar-5-0 ul li.title .icon {
	margin-right: 14px
}

.sidebar-5-0 ul li:not(.title) {
	border-bottom: 1px solid #c6c6c6;
	font-size: 1.125rem
}

.sidebar-5-0 ul li:not(.title)>a {
	display: block;
	padding: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	font-weight: bold;
	color: #616161
}

.sidebar-5-0 ul li:not(.title):after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background-color: #3e6fb7
}

.sidebar-5-0 ul li:not(.title):hover>a,
.sidebar-5-0 ul li:not(.title).active>a {
	color: #3e6fb7
}

.sidebar-5-0 ul li:not(.title):hover:after,
.sidebar-5-0 ul li:not(.title).active:after {
	left: 0;
	right: 0
}

.sidebar-6-0 {
	position: relative;
	margin-bottom: 14px
}

.sidebar-6-0 .sidebar-header {
	padding: 28px;
	background-color: #3e6fb7;
	color: #fff
}

.sidebar-6-0 .sidebar-header i {
	margin-right: 14px;
	display: inline-block;
	font-size: 20px
}

.sidebar-6-0 .sidebar-header h2 {
	font-size: 20px;
	color: inherit;
	font-weight: normal;
	display: inline-block
}

.sidebar-6-0 .sidebar-header+ul.menu {
	margin-top: 0;
	border: 0
}

.sidebar-6-0 .sidebar-toggle {
	position: relative;
	width: 1em;
	height: 1em;
	margin-right: 14px
}

.sidebar-6-0 .sidebar-toggle .icon {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .3s
}

.sidebar-6-0 .sidebar-toggle .icon-close {
	opacity: 0
}

.sidebar-6-0 .sidebar-toggle .icon-menu {
	opacity: 1
}

.sidebar-6-0.expanded .sidebar-toggle .icon-close {
	opacity: 1
}

.sidebar-6-0.expanded .sidebar-toggle .icon-menu {
	opacity: 0
}

.sidebar-6-0 ul.menu {
	background-color: inherit;
	margin-top: 0
}

.sidebar-6-0 ul.menu a,
.sidebar-6-0 ul.menu span {
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
	font-size: 16px
}

.sidebar-6-0 ul.menu a.active,
.sidebar-6-0 ul.menu span.active,
.sidebar-6-0 ul.menu a:hover,
.sidebar-6-0 ul.menu span:hover {
	color: #3e6fb7
}

.sidebar-6-0 ul.menu li {
	position: relative;
	background-color: inherit;
	border-bottom: 1px solid #c6c6c6
}

.sidebar-6-0 ul.menu li:last-child {
	border-bottom: none
}

.sidebar-6-0 ul.menu li:last-child .menu-child li:last-child {
	border-bottom: 1px solid #c6c6c6
}

.sidebar-6-0 ul.menu li.expanded {
	z-index: 9
}

.sidebar-6-0 ul.menu li.expanded>i {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: rotateX(180deg)
}

.sidebar-6-0 ul.menu li i {
	position: absolute;
	right: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	font-size: 18px;
	line-height: 21px;
	cursor: pointer;
	opacity: 0.5;
	padding: 0;
	border-radius: 50%;
	z-index: 9;
	top: 14px;
	padding: 7px
}

.sidebar-6-0 ul.menu li i:hover {
	opacity: 1
}

.sidebar-6-0 ul.menu li>a,
.sidebar-6-0 ul.menu li>span {
	display: block;
	padding: 21px 14px;
	color: inherit;
	background-color: #f2f2f2
}

.sidebar-6-0 ul.menu li.active .menu-child {
	display: block
}

.sidebar-6-0 ul.menu .menu-child {
	display: none;
	z-index: 2;
	background-color: inherit;
	padding-left: 0;
	margin-top: 0
}

.sidebar-6-0 ul.menu .menu-child li {
	border-bottom: none;
	padding: 0;
	width: 100%;
	padding-left: 14px;
	padding-right: 14px;
	border-bottom: 1px solid #c6c6c6
}

.sidebar-6-0 ul.menu .menu-child li:last-child {
	border-bottom: none
}

.sidebar-6-0 ul.menu .menu-child li:hover a,
.sidebar-6-0 ul.menu .menu-child li.active a,
.sidebar-6-0 ul.menu .menu-child li:hover span,
.sidebar-6-0 ul.menu .menu-child li.active span {
	color: #3e6fb7
}

.sidebar-6-0 ul.menu .menu-child li a,
.sidebar-6-0 ul.menu .menu-child li span {
	display: block;
	padding: 0;
	padding: 14px 0;
	background-color: transparent
}

.sidebar-6-0 ul.menu li {
	background-color: #3e6fb7;
	color: #fff;
	border-bottom: 2px solid #fff
}

.sidebar-6-0 ul.menu li:hover>a {
	background-color: #3e6fb7;
	color: #7fcd60
}

.sidebar-6-0 ul.menu li.active {
	background-color: #124c75
}

.sidebar-6-0 ul.menu li.active>a {
	background-color: #124c75;
	color: #7fcd60;
	font-weight: bold
}

.sidebar-6-0 ul.menu li>a {
	background-color: #3e6fb7;
	color: #fff;
	padding: 14px
}

.sidebar-6-0 ul.menu li i {
	top: 7px
}

.sidebar-6-0 ul.menu>li>i,
.sidebar-6-0 ul.menu>li>span,
.sidebar-6-0 ul.menu>li>a {
	font-size: 18px
}

.sidebar-6-0 ul.menu .menu-child li {
	background-color: #3e6fb7;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: none;
	padding-left: 28px
}

.sidebar-6-0 ul.menu .menu-child li:hover>a {
	background-color: #3e6fb7;
	color: #7fcd60
}

.sidebar-6-0 ul.menu .menu-child li.active {
	background-color: #124c75
}

.sidebar-6-0 ul.menu .menu-child li.active>a {
	background-color: #124c75;
	color: #7fcd60;
	font-weight: bold
}

.sidebar-6-0 ul.menu .menu-child li>a {
	background-color: #3e6fb7;
	color: #fff
}

.sidebar-7-0 .sidebar-item {
	padding: 7px
}

.sidebar-7-0 .sidebar-item i {
	float: right
}

.sidebar-7-0 .sidebar-item a,
.sidebar-7-0 .sidebar-item span {
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	font-size: 16px;
	display: block;
	padding: 14px
}

.sidebar-7-0 .sidebar-item a:after,
.sidebar-7-0 .sidebar-item span:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.sidebar-7-0 .sidebar-item a:hover,
.sidebar-7-0 .sidebar-item span:hover {
	border-color: #3e6fb7;
	background-color: #3e6fb7;
	color: #fff
}

.sidebar-7-0 .sidebar-item.active a,
.sidebar-7-0 .sidebar-item.active span {
	border-color: #3e6fb7;
	background-color: #3e6fb7;
	color: #fff
}

.sidebar-7-0 .sidebar-item .sidebar-item-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.sidebar-8-0 {
	padding: 21px 28px;
	margin-bottom: 14px
}

.sidebar-8-0.bg-primary a,
.sidebar-8-0.bg-primary span {
	color: #fff
}

.sidebar-8-0 .sidebar-header {
	text-align: center;
	margin-bottom: 14px
}

.sidebar-8-0 .sidebar-header img {
	max-width: 120px
}

.sidebar-8-0 .sidebar-content {
	text-align: center;
	position: relative
}

.sidebar-8-0 .sidebar-content .sidebar-item {
	position: relative
}

.sidebar-8-0 .sidebar-content .sidebar-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.5;
	left: 0
}

.sidebar-8-0 .sidebar-content .sidebar-item.expanded i {
	transform: rotateX(180deg);
	transition: all .3s
}

.sidebar-8-0 .sidebar-content .sidebar-item i {
	position: absolute;
	right: 0;
	line-height: 68px;
	cursor: pointer
}

.sidebar-8-0 .sidebar-content .sidebar-item>a,
.sidebar-8-0 .sidebar-content .sidebar-item>span {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	padding: 14px 0;
	color: inherit;
	padding-right: 16px
}

.sidebar-8-0 .sidebar-content .sidebar-item>a:hover,
.sidebar-8-0 .sidebar-content .sidebar-item>span:hover {
	color: #eac958
}

.sidebar-8-0 .sidebar-content .sidebar-item .menu-child {
	display: none
}

.sidebar-8-0 .sidebar-content .sidebar-item .menu-child>li:last-child a {
	padding-bottom: 21px
}

.sidebar-8-0 .sidebar-content .sidebar-item .menu-child>li>a,
.sidebar-8-0 .sidebar-content .sidebar-item .menu-child>li>span {
	display: inline-block;
	padding-bottom: 7px
}

.sidebar-8-0 .sidebar-content .sidebar-item .menu-child>li>a:hover,
.sidebar-8-0 .sidebar-content .sidebar-item .menu-child>li>span:hover {
	color: #eac958
}

.sidebar-8-0 .sidebar-content .sidebar-item .menu-child>li.active>a,
.sidebar-8-0 .sidebar-content .sidebar-item .menu-child>li.active>span {
	color: #eac958
}

.sidebar-8-0 .sidebar-content .sidebar-item.active>a,
.sidebar-8-0 .sidebar-content .sidebar-item.active>span {
	color: #eac958
}

@media (min-width:992px) {
	.sidebar-8-0 {
		min-height: 450px
	}

	.sidebar-8-0 .sidebar-content .sidebar-item>a,
	.sidebar-8-0 .sidebar-content .sidebar-item>span {
		font-size: 18px;
		padding: 21px 0
	}

	.sidebar-8-0 .sidebar-content .sidebar-item .menu-child>li>a,
	.sidebar-8-0 .sidebar-content .sidebar-item .menu-child>li>span {
		display: block;
		padding-bottom: 14px
	}
}

.sidebar-8-1 {
	padding: 21px 28px;
	margin-bottom: 14px
}

.sidebar-8-1.bg-primary a,
.sidebar-8-1.bg-primary span {
	color: #fff
}

.sidebar-8-1 .sidebar-header {
	text-align: center;
	margin-bottom: 14px
}

.sidebar-8-1 .sidebar-header img {
	max-width: 120px
}

.sidebar-8-1 .sidebar-content {
	text-align: center;
	position: relative
}

.sidebar-8-1 .sidebar-content .sidebar-item {
	position: relative
}

.sidebar-8-1 .sidebar-content .sidebar-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.5;
	left: 0
}

.sidebar-8-1 .sidebar-content .sidebar-item.expanded i {
	transform: rotateX(180deg);
	transition: all .3s
}

.sidebar-8-1 .sidebar-content .sidebar-item i {
	position: absolute;
	right: 0;
	line-height: 68px;
	cursor: pointer
}

.sidebar-8-1 .sidebar-content .sidebar-item>a,
.sidebar-8-1 .sidebar-content .sidebar-item>span {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	padding: 14px 0;
	color: inherit;
	padding-right: 16px
}

.sidebar-8-1 .sidebar-content .sidebar-item>a:hover,
.sidebar-8-1 .sidebar-content .sidebar-item>span:hover {
	color: #eac958
}

.sidebar-8-1 .sidebar-content .sidebar-item .menu-child {
	display: none
}

.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li:last-child a {
	padding-bottom: 21px
}

.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li>a,
.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li>span {
	display: inline-block;
	padding-bottom: 7px
}

.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li>a:hover,
.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li>span:hover {
	color: #eac958
}

.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li.active>a,
.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li.active>span {
	color: #eac958
}

.sidebar-8-1 .sidebar-content .sidebar-item.active>a,
.sidebar-8-1 .sidebar-content .sidebar-item.active>span {
	color: #eac958
}

@media (min-width:992px) {
	.sidebar-8-1 {
		min-height: 450px
	}

	.sidebar-8-1 .sidebar-content .sidebar-item>a,
	.sidebar-8-1 .sidebar-content .sidebar-item>span {
		font-size: 18px;
		padding: 21px 0
	}

	.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li>a,
	.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li>span {
		display: block;
		padding-bottom: 14px
	}
}

.sidebar-8-1 .sidebar-content .sidebar-item {
	text-align: center
}

.sidebar-8-1 .sidebar-content .sidebar-item>a,
.sidebar-8-1 .sidebar-content .sidebar-item>span {
	text-align: center
}

.sidebar-8-1 .sidebar-content .sidebar-item>a:hover,
.sidebar-8-1 .sidebar-content .sidebar-item>span:hover {
	color: #7fcd60
}

.sidebar-8-1 .sidebar-content .sidebar-item .menu-child {
	padding: 0;
	text-align: center
}

.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li {
	text-align: center
}

.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li>a:hover,
.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li>span:hover {
	color: #7fcd60
}

.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li.active>a,
.sidebar-8-1 .sidebar-content .sidebar-item .menu-child>li.active>span {
	color: #7fcd60
}

.sidebar-8-1 .sidebar-content .sidebar-item.active>a,
.sidebar-8-1 .sidebar-content .sidebar-item.active>span {
	color: #7fcd60
}

.pager-1-0 ul li {
	list-style: none;
	display: inline-block
}

.pager-1-0 ul li.active:not(.disabled)>a .carousel-5-1.arrow-inside .slick-prev:before,
.pager-1-0 ul li:focus:not(.disabled)>a .carousel-5-1.arrow-inside .slick-prev:before,
.pager-1-0 ul li:hover:not(.disabled)>a .carousel-5-1.arrow-inside .slick-prev:before,
.pager-1-0 ul li.active:not(.disabled)>a .carousel-5-1.arrow-inside .slick-next:before,
.pager-1-0 ul li:focus:not(.disabled)>a .carousel-5-1.arrow-inside .slick-next:before,
.pager-1-0 ul li:hover:not(.disabled)>a .carousel-5-1.arrow-inside .slick-next:before {
	color: #fff
}

.pager-1-0 ul li:not(:last-child) {
	margin-right: 7px
}

.pager-1-0 ul li>a {
	display: block;
	text-align: center;
	border: 1px solid #c6c6c6;
	line-height: 40px;
	width: 40px;
	border-radius: 3px
}

.pager-2-0 .pager-item:not(:last-child) {
	margin-bottom: 14px
}

.pager-2-0 .pager-item .pager-back,
.pager-2-0 .pager-item .pager-prev,
.pager-2-0 .pager-item .pager-next {
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	font-size: 16px;
	line-height: 1.5;
	color: #616161;
	opacity: 0.7;
	max-width: calc(50% - 14px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.pager-2-0 .pager-item .pager-back:hover,
.pager-2-0 .pager-item .pager-prev:hover,
.pager-2-0 .pager-item .pager-next:hover {
	opacity: 1;
	color: #3e6fb7
}

.searchbar-1-0 form:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.searchbar-1-0 .form-item {
	float: left;
	margin: 0
}

.searchbar-1-0 .form-item:not(.item-btn) {
	width: 220px
}

.searchbar-1-0 .form-item.item-btn {
	width: auto
}

.searchbar-1-0 .form-item:not(:last-child) {
	margin-right: 14px
}

.searchbar-1-0 .form-item .icon {
	box-sizing: border-box;
	line-height: 32px;
	height: 32px;
	font-size: 1.5em;
	color: #777;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6
}

.searchbar-2-0 .searchbar-content {
	padding: 21px 14px;
	border: 1px solid #c6c6c6;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04)
}

.searchbar-2-0 .disabled {
	color: #777 !important
}

.searchbar-2-0 .tab-4-1 .tab-nav {
	border-width: 2px
}

.searchbar-2-0 .tab-4-1 .tab-nav li::before {
	height: 2px
}

.searchbar-2-0 .tab-4-1 .tab-nav li a {
	font-size: 16px;
	padding: 14px 0;
	font-weight: normal;
	padding-top: 4px
}

.searchbar-2-0 .tab-4-1 .tab-nav li.active::before {
	bottom: -3px
}

.searchbar-2-0 .tab-4-1 .tab-nav li.active a {
	font-weight: bold
}

.searchbar-2-0 .searchbar-tab-content .searchbar-tab-item {
	color: #000;
	display: inline-block;
	padding: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	font-size: 16px
}

.searchbar-2-0 .searchbar-tab-content .searchbar-tab-item.active {
	display: inline-block;
	background-color: #3e6fb7;
	border-radius: 3px;
	color: #fff
}

.searchbar-2-0 .searchbar-item {
	width: 100%;
	margin-bottom: 14px
}

.searchbar-2-0 .searchbar-item:last-child {
	margin-bottom: 0
}

.searchbar-2-0 .searchbar-item .searchbar-title {
	font-size: 18px;
	line-height: 1.5;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px
}

.searchbar-2-0 .searchbar-bottom {
	margin-top: 42px;
	padding: 14px 0;
	border-bottom: 1px solid #c6c6c6
}

.searchbar-2-0 .searchbar-bottom:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.searchbar-2-0 .searchbar-bottom .searchbar-bottom-title {
	font-size: 16px;
	color: #777;
	margin-top: 7px;
	float: left
}

.searchbar-2-0 .searchbar-bottom .searchbar-bottom-content {
	margin-top: 14px;
	float: left;
	width: 100%
}

.searchbar-2-0 .searchbar-bottom .searchbar-bottom-content a {
	display: inline-block;
	font-size: 16px;
	background-color: #3e6fb7;
	color: #fff;
	border-radius: 3px;
	padding: 7px;
	margin-right: 7px;
	margin-bottom: 7px
}

.searchbar-2-0 .searchbar-bottom .searchbar-bottom-content a:last-child {
	margin-right: 0
}

.searchbar-2-0 .searchbar-bottom .searchbar-bottom-text {
	font-size: 16px;
	color: #777;
	margin-top: 7px;
	float: right
}

.searchbar-2-0 .searchbar-bottom .searchbar-bottom-text .bold {
	color: #3e6fb7
}

@media (min-width:992px) {
	.searchbar-2-0 .searchbar-item {
		display: table
	}

	.searchbar-2-0 .searchbar-item .searchbar-left {
		display: table-cell;
		vertical-align: top;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 120px
	}

	.searchbar-2-0 .searchbar-item .searchbar-item-content {
		display: table-cell;
		vertical-align: top
	}

	.searchbar-2-0 .searchbar-bottom .searchbar-bottom-content {
		margin-top: 0;
		margin-left: 14px;
		width: auto
	}
}

.searchbar-3-0 .searchbar-body {
	border-bottom: 1px solid #c6c6c6
}

.searchbar-3-0 .searchbar-body .searchbar-item {
	height: 44px;
	line-height: 44px
}

.searchbar-3-0 .searchbar-body .searchbar-item.category {
	margin-top: 0
}

.searchbar-3-0 .searchbar-body .searchbar-item.category:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.searchbar-3-0 .searchbar-body .searchbar-item.category label,
.searchbar-3-0 .searchbar-body .searchbar-item.category a {
	float: left;
	margin-right: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	margin-bottom: 0;
	font-weight: bold;
	color: #616161;
	opacity: 0.7;
	position: relative
}

.searchbar-3-0 .searchbar-body .searchbar-item.category label.active span,
.searchbar-3-0 .searchbar-body .searchbar-item.category a.active span,
.searchbar-3-0 .searchbar-body .searchbar-item.category label:hover span,
.searchbar-3-0 .searchbar-body .searchbar-item.category a:hover span,
.searchbar-3-0 .searchbar-body .searchbar-item.category label input:checked~span,
.searchbar-3-0 .searchbar-body .searchbar-item.category a input:checked~span {
	opacity: 1;
	color: #3e6fb7
}

.searchbar-3-0 .searchbar-body .searchbar-item.category label.active span:before,
.searchbar-3-0 .searchbar-body .searchbar-item.category a.active span:before,
.searchbar-3-0 .searchbar-body .searchbar-item.category label:hover span:before,
.searchbar-3-0 .searchbar-body .searchbar-item.category a:hover span:before,
.searchbar-3-0 .searchbar-body .searchbar-item.category label input:checked~span:before,
.searchbar-3-0 .searchbar-body .searchbar-item.category a input:checked~span:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #3e6fb7;
	top: 0;
	left: 0
}

.searchbar-3-0 .searchbar-body .searchbar-item.category label>a,
.searchbar-3-0 .searchbar-body .searchbar-item.category a>a {
	font-size: inherit;
	line-height: inherit;
	color: inherit
}

.searchbar-3-0 .searchbar-body .searchbar-item.select-wrapper {
	width: 100px
}

.searchbar-4-0 {
	padding: 14px 0;
	border-bottom: 1px solid #c6c6c6
}

.searchbar-4-0:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.searchbar-4-0 .searchbar-title {
	float: left;
	margin-top: 21px;
	font-size: 24px
}

@media (min-width:992px) {
	.searchbar-4-0 .searchbar-title {
		font-size: 36px
	}
}

.searchbar-4-0 .searchbar-content {
	text-align: right
}

.searchbar-4-0 .searchbar-content .form-item {
	display: inline-block;
	margin-right: 14px
}

.searchbar-4-0 .searchbar-content .form-item input,
.searchbar-4-0 .searchbar-content .form-item button {
	border-radius: 3px
}

.searchbar-4-0 .searchbar-content .form-item button {
	height: 31.5px;
	padding: 0px 21px;
	display: block
}

.searchbar-4-0 .searchbar-content .form-item:last-child {
	margin-right: 0
}

@media (max-width:768px) {
	.searchbar-4-0 .searchbar-title {
		float: none;
		text-align: center;
		margin-top: 0;
		margin-bottom: 7px
	}

	.searchbar-4-0 .searchbar-content {
		text-align: center
	}

	.searchbar-4-0 .searchbar-content .form-item {
		width: 32%;
		margin-right: 7px
	}

	.searchbar-4-0 .searchbar-content .form-item:last-child {
		margin-right: 0
	}

	.searchbar-4-0 .searchbar-content .form-item.form-item-top {
		width: 100%
	}

	.searchbar-4-0 .searchbar-content .form-item button {
		height: 30px;
		margin: auto
	}

	.searchbar-4-0 .searchbar-content .form-item.item-btn {
		width: auto
	}
}

.searchbar-4-1 {
	padding: 14px 0;
	border-bottom: 1px solid #c6c6c6;
	border-bottom: none
}

.searchbar-4-1:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.searchbar-4-1 .searchbar-title {
	float: left;
	margin-top: 21px;
	font-size: 24px
}

@media (min-width:992px) {
	.searchbar-4-1 .searchbar-title {
		font-size: 36px
	}
}

.searchbar-4-1 .searchbar-content {
	text-align: right
}

.searchbar-4-1 .searchbar-content .form-item {
	display: inline-block;
	margin-right: 14px
}

.searchbar-4-1 .searchbar-content .form-item input,
.searchbar-4-1 .searchbar-content .form-item button {
	border-radius: 3px
}

.searchbar-4-1 .searchbar-content .form-item button {
	height: 31.5px;
	padding: 0px 21px;
	display: block
}

.searchbar-4-1 .searchbar-content .form-item:last-child {
	margin-right: 0
}

@media (max-width:768px) {
	.searchbar-4-1 .searchbar-title {
		float: none;
		text-align: center;
		margin-top: 0;
		margin-bottom: 7px
	}

	.searchbar-4-1 .searchbar-content {
		text-align: center
	}

	.searchbar-4-1 .searchbar-content .form-item {
		width: 32%;
		margin-right: 7px
	}

	.searchbar-4-1 .searchbar-content .form-item:last-child {
		margin-right: 0
	}

	.searchbar-4-1 .searchbar-content .form-item.form-item-top {
		width: 100%
	}

	.searchbar-4-1 .searchbar-content .form-item button {
		height: 30px;
		margin: auto
	}

	.searchbar-4-1 .searchbar-content .form-item.item-btn {
		width: auto
	}
}

.searchbar-4-1 .searchbar-title {
	color: #3e6fb7
}

.searchbar-4-1 .searchbar-link a {
	display: block;
	border: 1px solid #3e6fb7;
	padding: 7px;
	font-size: 14px;
	border-radius: 2px;
	line-height: 1.3
}

.searchbar-4-1 .searchbar-link a i {
	margin-right: 7px
}

@media (max-width:768px) {
	.searchbar-4-1 .searchbar-content .form-item {
		width: auto
	}
}

.searchbar-5-0 .searchbar-box {
	background-color: #fff;
	padding: 14px;
	box-shadow: 0 0 20px -10px #000
}

.searchbar-5-0 .searchbar-box:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.searchbar-5-0 .searchbar-media {
	text-align: center;
	margin-bottom: 7px
}

.searchbar-5-0 .searchbar-media img {
	max-width: 96px
}

.searchbar-5-0 .searchbar-body {
	overflow: hidden
}

.searchbar-5-0 .searchbar-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.searchbar-5-0 .searchbar-content .searchbar-item {
	margin-bottom: 14px
}

.searchbar-5-0 .searchbar-content .searchbar-item .searchbar-input-title {
	margin-bottom: 7px;
	line-height: 1.5;
	font-size: 16px;
	text-align: left
}

.searchbar-5-0 .searchbar-content .searchbar-item input,
.searchbar-5-0 .searchbar-content .searchbar-item select {
	line-height: 40px;
	height: 40px;
	border-radius: 3px;
	padding-left: 7px;
	padding-right: 7px;
	width: 100%
}

.searchbar-5-0 .searchbar-content .searchbar-item select {
	padding-right: 21px
}

.searchbar-5-0 .searchbar-content .searchbar-item button {
	border-radius: 3px;
	background-color: #7fcd60;
	border-color: #7fcd60;
	min-width: 100px;
	padding: 12px
}

.searchbar-5-0 .searchbar-content .searchbar-item button i {
	margin-right: 7px;
	font-size: 16px
}

@media (min-width:992px) {
	.searchbar-5-0 {
		text-align: center
	}

	.searchbar-5-0 .searchbar-box {
		padding: 25.2px 21px
	}

	.searchbar-5-0 .searchbar-media {
		display: inline-block;
		vertical-align: middle;
		margin-right: 21px;
		margin-bottom: 0
	}

	.searchbar-5-0 .searchbar-content.searchbar-sm-2 .searchbar-item {
		margin-right: 10%
	}

	.searchbar-5-0 .searchbar-content.searchbar-sm-2 .searchbar-item:last-child {
		margin-right: 0
	}

	.searchbar-5-0 .searchbar-content .searchbar-item {
		display: inline-block;
		vertical-align: top;
		margin-top: 3.5px;
		margin-bottom: 0;
		margin-right: 14px
	}

	.searchbar-5-0 .searchbar-content .searchbar-item input,
	.searchbar-5-0 .searchbar-content .searchbar-item select {
		width: 180px
	}

	.searchbar-5-0 .searchbar-content .searchbar-item:last-child {
		margin-right: 0
	}

	.searchbar-5-0 .searchbar-content .searchbar-item button {
		margin-top: 31px
	}

	.searchbar-5-0 .searchbar-body {
		display: inline-block;
		vertical-align: middle
	}
}

@media (min-width:1200px) {
	.searchbar-5-0 .searchbar-box {
		padding: 25.2px 49px
	}

	.searchbar-5-0 .searchbar-media {
		margin-right: 49px
	}
}

.searchbar-6-0 .form-group {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 14px
}

.searchbar-6-0 .form-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 14px;
	margin-top: 0;
	margin-bottom: 0
}

.searchbar-6-0 .form-item .item-label {
	flex: none;
	margin-bottom: 0
}

.searchbar-6-0 .form-item .item-body {
	flex: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 7px 14px
}

.searchbar-6-0 .form-item .item-body .btn-choose {
	flex: none;
	margin-bottom: 0
}

.searchbar-6-0 .form-item .item-body .form-text {
	flex: auto;
	line-height: 36px;
	height: 38px
}

.searchbar-6-0 .form-item .item-body .btn {
	width: 120px;
	height: 38px
}

.pagenav-1-0 {
	margin-bottom: 14px;
	text-align: center;
	letter-spacing: -10px
}

.pagenav-1-0 a {
	display: inline-block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	color: #aaa;
	letter-spacing: normal
}

.pagenav-1-0 a:last-child {
	border-right: 1px solid #c6c6c6
}

.pagenav-1-0 a.lighter {
	color: #3e6fb7
}

.pagenav-1-0 a:hover,
.pagenav-1-0 a.active {
	opacity: 1;
	background-color: #3e6fb7;
	color: #fff
}

.pagenav-2-0 {
	display: inline-block;
	box-shadow: 0px 2px 10px rgba(107, 107, 107, 0.2);
	padding: 7px;
	border-top: 5px solid #3e6fb7;
	border-bottom: 5px solid #3e6fb7;
	background-color: #fff
}

.pagenav-2-0:hover .pagenav-item:not(:hover) {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.5
}

.pagenav-2-0 .pagenav-item {
	text-align: center
}

.pagenav-2-0 .pagenav-item .pagenav-title {
	color: #3e6fb7;
	padding: 7px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px
}

.pagenav-2-0 .pagenav-item .pagenav-media {
	position: relative
}

.pagenav-2-0 .pagenav-item .pagenav-media>img {
	width: 80px
}

.pagenav-2-0 .pagenav-item .pagenav-media .pagenav-media-hover {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	right: calc(80%);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: 120px;
	z-index: 99;
	color: #000;
	text-align: left
}

.pagenav-2-0 .pagenav-item .pagenav-media .pagenav-media-hover img {
	box-shadow: 0 0 20px -10px #000
}

.pagenav-2-0 .pagenav-item .pagenav-media .pagenav-media-hover::before {
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-left-color: #fff
}

.pagenav-2-0 .pagenav-item .pagenav-media:hover .pagenav-media-hover {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 120px;
	right: 100%;
	margin-right: 20px
}

@media (max-width:768px) {
	.pagenav-2-0 {
		width: 100%
	}

	.pagenav-2-0 .pagenav-item {
		float: left;
		width: 33.3%
	}

	.pagenav-2-0 .pagenav-item .pagenav-media .pagenav-media-hover {
		left: 50%;
		transform: translateX(-50%);
		top: auto
	}

	.pagenav-2-0 .pagenav-item .pagenav-media .pagenav-media-hover::before {
		border-left-color: transparent;
		border-top-color: #fff;
		left: 50%;
		transform: translateX(-50%);
		top: 100%
	}

	.pagenav-2-0 .pagenav-item .pagenav-media:hover .pagenav-media-hover {
		bottom: 100%;
		margin-bottom: 20px;
		margin-right: 0
	}
}

@media (min-width:768px) {
	.pagenav-2-0 {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		right: 7px;
		z-index: 99
	}

	.pagenav-2-0 .pagenav-item .pagenav-media>img {
		width: 50px
	}
}

@media (min-width:1200px) {
	.pagenav-2-0 .pagenav-item .pagenav-title {
		font-size: 14px;
		font-weight: bold
	}

	.pagenav-2-0 .pagenav-item .pagenav-media>img {
		width: 80px
	}
}

.pagenav-3-0 .pagenav-content {
	text-align: center;
	margin: 14px 0
}

.pagenav-3-0 .pagenav-item {
	background-color: #f2f2f2;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #c6c6c6;
	padding: 7px;
	margin-bottom: 3.5px;
	position: relative
}

.pagenav-3-0 .pagenav-item a,
.pagenav-3-0 .pagenav-item span {
	display: block;
	position: relative;
	z-index: 9
}

.pagenav-3-0 .pagenav-item:hover {
	translate: all .2s;
	border-color: #7fcd60
}

.pagenav-3-0 .pagenav-item:hover::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(127, 205, 96, 0.2);
	z-index: 2
}

.pagenav-3-0 .pagenav-item .pagenav-media {
	width: 30px;
	height: auto;
	padding-top: 0
}

.pagenav-3-0 .pagenav-item .pagenav-media .media-img {
	padding-top: 100%
}

.pagenav-3-0 .pagenav-wechat {
	position: relative
}

.pagenav-3-0 .pagenav-wechat .pagenav-wechat-media,
.pagenav-3-0 .pagenav-wechat .pagenav-title-media {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: calc(100% - 20px);
	width: 0;
	opacity: 0;
	overflow: hidden;
	height: auto;
	z-index: 99
}

.pagenav-3-0 .pagenav-wechat .pagenav-wechat-media::before,
.pagenav-3-0 .pagenav-wechat .pagenav-title-media::before {
	top: 50%;
	transform: translatey(-50%);
	content: "";
	display: block;
	position: absolute;
	right: 0;
	box-shadow: 0 0 20px -10px #000;
	border: 10px solid transparent;
	border-left-color: #fff
}

.pagenav-3-0 .pagenav-wechat .pagenav-wechat-media img,
.pagenav-3-0 .pagenav-wechat .pagenav-title-media img {
	padding: 7px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 20px -10px #000
}

.pagenav-3-0 .pagenav-wechat .pagenav-title-media .pagenav-title {
	background-color: #fff;
	padding: 14px;
	box-shadow: 0 0 20px -10px #000;
	line-height: 1.5;
	font-size: 16px
}

.pagenav-3-0 .pagenav-wechat:hover .pagenav-wechat-media,
.pagenav-3-0 .pagenav-wechat:hover .pagenav-title-media {
	overflow: visible;
	transition: all .3s;
	opacity: 1;
	width: 130px;
	right: 100%;
	padding-right: 20px
}

@media (min-width:992px) {
	.pagenav-3-0 .pagenav-content {
		display: inline-block;
		position: fixed;
		right: 14px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 999;
		margin: auto;
		opacity: 0.3
	}

	.pagenav-3-0 .pagenav-content:hover {
		opacity: 1
	}

	.pagenav-3-0 .pagenav-item {
		padding: 10.5px;
		display: block
	}

	.pagenav-3-0 .pagenav-item .pagenav-media {
		width: 35px
	}
}

.pagenav-3-1 {
	text-align: center
}

.pagenav-3-1 .pagenav-item {
	color: #7fcd60;
	margin-bottom: 7px
}

.pagenav-3-1 .pagenav-item i {
	font-size: 36px;
	line-height: 1
}

.pagenav-3-1 .pagenav-item .pagenav-item-text {
	font-size: 14px;
	line-height: 1.5
}

.pagenav-3-1 .pagenav-media .pagenav-item {
	display: none;
	cursor: pointer
}

.pagenav-3-1 .pagenav-media .pagenav-item:hover,
.pagenav-3-1 .pagenav-media .pagenav-item.active {
	color: #bde5ae
}

.pagenav-3-1 .pagenav-item-share .share-1 {
	margin: 7px auto
}

@media (min-width:992px) {
	.pagenav-3-1 {
		display: inline-block;
		min-width: 80px
	}

	.pagenav-3-1 .pagenav-item {
		margin-bottom: 14px
	}

	.pagenav-3-1 .pagenav-media .pagenav-item {
		display: block
	}

	.pagenav-3-1 .pagenav-content {
		position: absolute;
		left: 101%;
		top: 45px;
		z-index: 999
	}

	.pagenav-3-1 .pagenav-item-share {
		display: none
	}

	.pagenav-3-1 .pagenav-item-share .share-1 .share-content {
		border: none;
		padding: 0
	}

	.pagenav-3-1 .pagenav-item-share .share-1 .share-content .share-item {
		display: block;
		margin: 7px auto
	}

	.pagenav-3-1 .pagenav-item-share .share-1 .share-content .share-item:hover {
		border-color: #7fcd60
	}

	.pagenav-3-1 .pagenav-item-share .share-1 .share-content .share-item:hover a {
		color: #7fcd60
	}

	.pagenav-3-1 .pagenav-item-share .share-1 .share-content .share-wechat .share-qrcode-wechat {
		left: calc(80%);
		right: auto;
		transform: translatey(-50%);
		top: 50%
	}

	.pagenav-3-1 .pagenav-item-share .share-1 .share-content .share-wechat .share-qrcode-wechat::before {
		transform: translatey(-50%);
		top: 50%;
		right: auto;
		left: 0;
		border-right-color: #fff;
		border-bottom-color: transparent
	}

	.pagenav-3-1 .pagenav-item-share .share-1 .share-content .share-wechat:hover .share-qrcode-wechat {
		right: 100%;
		padding-top: 0;
		padding-left: 20px
	}
}

.gototop-1-0 {
	height: auto !important;
	text-align: center
}

.gototop-1-0 span:before {
	content: "";
	display: block;
	margin: 0 auto 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fff transparent
}

.showcase-4 ul {
	padding-left: 0
}

.showcase-4 li {
	list-style-type: none
}

.showcase-4 .showcase-body {
	overflow: hidden;
	padding: 14px 0;
	border-bottom: 4px solid #3e6fb7
}

.showcase-4 .showcase-body .showcase-media {
	position: relative;
	height: 0;
	padding-top: 120%;
	overflow: hidden;
	margin-bottom: 21px
}

.showcase-4 .showcase-body .showcase-media:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.showcase-4 .showcase-body .showcase-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.showcase-4 .showcase-body .showcase-title {
	margin-bottom: 21px;
	font-size: 18px;
	line-height: 1;
	color: #000
}

.showcase-4 .showcase-body .showcase-title a {
	display: block;
	color: #000
}

.showcase-4 .showcase-body .showcase-title:hover a {
	color: #3e6fb7
}

.showcase-4 .showcase-body .showcase-subtitle {
	margin-bottom: 14px;
	color: #777;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.showcase-4 .showcase-body .showcase-tag {
	margin-bottom: 14px;
	color: #777;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.showcase-4-1 ul {
	padding-left: 0
}

.showcase-4-1 li {
	list-style-type: none
}

.showcase-4-1 .showcase-body {
	overflow: hidden;
	padding: 14px 0;
	border-bottom: 4px solid #3e6fb7
}

.showcase-4-1 .showcase-body .showcase-media {
	position: relative;
	height: 0;
	padding-top: 120%;
	overflow: hidden;
	margin-bottom: 21px
}

.showcase-4-1 .showcase-body .showcase-media:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.showcase-4-1 .showcase-body .showcase-media .media-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.showcase-4-1 .showcase-body .showcase-title {
	margin-bottom: 21px;
	font-size: 18px;
	line-height: 1;
	color: #000
}

.showcase-4-1 .showcase-body .showcase-title a {
	display: block;
	color: #000
}

.showcase-4-1 .showcase-body .showcase-title:hover a {
	color: #3e6fb7
}

.showcase-4-1 .showcase-body .showcase-subtitle {
	margin-bottom: 14px;
	color: #777;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.showcase-4-1 .showcase-body .showcase-tag {
	margin-bottom: 14px;
	color: #777;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.showcase-4-1 .showcase-body {
	border-bottom: none
}

.showcase-4-1 .showcase-body .showcase-media {
	padding-top: 128.57142857%
}

.showcase-5 {
	padding: 42px 7px
}

.showcase-5 ul {
	padding-left: 0
}

.showcase-5 li {
	list-style-type: none
}

.showcase-5 .showcase-container {
	margin-top: 28px;
	overflow: hidden
}

.showcase-5 .showcase-container .row {
	margin-top: -1px;
	margin-left: -21px;
	margin-right: -21px
}

.showcase-5 .showcase-item {
	padding: 21px;
	border-top: 1px solid #c6c6c6
}

.showcase-5 .showcase-tag {
	font-size: 24px;
	line-height: 1;
	color: #777;
	margin-bottom: 21px
}

.showcase-5 .showcase-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 7px;
	overflow: hidden;
	height: 44px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.showcase-5 .showcase-i {
	font-size: 24px;
	line-height: 1;
	color: #3e6fb7;
	text-align: right
}

@media (min-width:992px) {
	.showcase-5 {
		padding-left: 0;
		padding-right: 0
	}

	.showcase-5 .showcase-item {
		border-top: 1px solid #85a6d6;
		border-right: 1px solid #85a6d6;
		margin-bottom: 0
	}
}

.showcase-5-1 {
	padding: 42px 7px
}

.showcase-5-1 ul {
	padding-left: 0
}

.showcase-5-1 li {
	list-style-type: none
}

.showcase-5-1 .showcase-container {
	margin-top: 28px;
	overflow: hidden
}

.showcase-5-1 .showcase-container .row {
	margin-top: -1px;
	margin-left: -21px;
	margin-right: -21px
}

.showcase-5-1 .showcase-item {
	padding: 21px;
	border-top: 1px solid #c6c6c6
}

.showcase-5-1 .showcase-tag {
	font-size: 24px;
	line-height: 1;
	color: #777;
	margin-bottom: 21px
}

.showcase-5-1 .showcase-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 7px;
	overflow: hidden;
	height: 44px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.showcase-5-1 .showcase-i {
	font-size: 24px;
	line-height: 1;
	color: #3e6fb7;
	text-align: right
}

@media (min-width:992px) {
	.showcase-5-1 {
		padding-left: 0;
		padding-right: 0
	}

	.showcase-5-1 .showcase-item {
		border-top: 1px solid #85a6d6;
		border-right: 1px solid #85a6d6;
		margin-bottom: 0
	}
}

.showcase-5-1 .title-wrapper-3 .title-wrapper-right a {
	font-size: 14px
}

.showcase-5-1 .title-wrapper-3 .title-wrapper-right i {
	margin-right: 7px
}

.showcase-5-1 .showcase-tab {
	text-align: center;
	margin: 21px 0
}

.showcase-5-1 .showcase-tab .showcase-tab-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px
}

.showcase-5-1 .showcase-tab .showcase-tab-item.active a {
	border: 1px solid #3e6fb7
}

.showcase-5-1 .showcase-tab .showcase-tab-item a {
	font-size: 14px;
	line-height: 1;
	padding: 7px 14px;
	border-radius: 15px;
	color: #000;
	display: inline-block;
	border: 1px solid transparent
}

.showcase-5-1 .showcase-tab .showcase-tab-item a:hover {
	border: 1px solid #3e6fb7
}

.showcase-5-1 .showcase-tab-container {
	display: none
}

.showcase-5-1 .showcase-tab-container.active {
	display: block
}

.showcase-6 {
	background-color: #3e6fb7;
	color: #fff;
	text-align: center
}

.showcase-6 .showcase-item {
	padding: 14px 0
}

.showcase-6 .showcase-title {
	font-size: 36px;
	line-height: 1;
	margin: 14px 0;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Georgia-Bold"
}

.showcase-6 a {
	color: #fff
}

.showcase-6 a:hover {
	color: #fff
}

.showcase-6 .showcase-subtitle {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:992px) {
	.showcase-6 {
		padding: 21px 0
	}
}

.showcase-7 {
	position: relative;
	padding: 21px 0;
	padding-top: 7px
}

.showcase-7 .media-img {
	position: absolute;
	left: 0;
	top: 0
}

.showcase-7 .title-wrapper-4 {
	color: #fff
}

.showcase-7 .list-3-5 {
	background-color: #fff;
	padding: 21px;
	border-radius: 6px;
	margin-bottom: 7px
}

@media (min-width:992px) {
	.showcase-7 {
		padding: 63px 0;
		padding-top: 35px
	}
}

.showcase-8 {
	position: relative;
	padding: 21px 0;
	padding-top: 7px
}

.showcase-8 .media-img {
	position: absolute;
	left: 0;
	top: 0
}

.showcase-8 .title-wrapper-4 {
	color: #fff;
	text-align: center
}

.showcase-8 .title-wrapper-4 .title-wrapper-content::after {
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%)
}

.showcase-8 .card-3 {
	margin-bottom: 14px
}

@media (min-width:992px) {
	.showcase-8 {
		padding: 49px 0;
		padding-top: 21px
	}
}

.showcase-9-0 .showcase-header .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.showcase-9-0 .showcase-header .title h2 {
	display: inline-block;
	font-size: 2.125rem;
	line-height: 1.3;
	position: relative
}

.showcase-9-0 .showcase-header .title h2:before,
.showcase-9-0 .showcase-header .title h2:after {
	content: "";
	width: 20px;
	height: 1px;
	background: #8faadc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.showcase-9-0 .showcase-header .title h2:before {
	left: -40px
}

.showcase-9-0 .showcase-header .title h2:after {
	right: -40px
}

.showcase-9-0 .showcase-header .desc {
	font-size: 1.375rem;
	color: #3e6fb7
}

.showcase-9-0 .showcase-header .desc p {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	margin-bottom: 0
}

.showcase-9-0 .showcase-body .item {
	margin-bottom: 14px
}

.showcase-9-0 .showcase-body .item:hover .item-media .media {
	transform: scale(1.05)
}

.showcase-9-0 .showcase-body .item:hover .item-body .title {
	color: #3e6fb7
}

.showcase-9-0 .showcase-body .item:hover .item-body .title:after {
	background-color: #3e6fb7
}

.showcase-9-0 .showcase-body .item .item-media {
	padding-bottom: 65%;
	position: relative;
	overflow: hidden
}

.showcase-9-0 .showcase-body .item .item-media .media {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.showcase-9-0 .showcase-body .item .item-body {
	padding: 28px;
	border-bottom: 1px solid #c6c6c6
}

.showcase-9-0 .showcase-body .item .item-body .title {
	text-align: center;
	color: #616161;
	font-size: 1.125rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.showcase-9-0 .showcase-body .item .item-body .title:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	margin: 14px auto 0;
	background-color: #616161
}

.showcase-9-1 .showcase-header .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.showcase-9-1 .showcase-header .title h2 {
	display: inline-block;
	font-size: 2.125rem;
	line-height: 1.3;
	position: relative
}

.showcase-9-1 .showcase-header .title h2:before,
.showcase-9-1 .showcase-header .title h2:after {
	content: "";
	width: 20px;
	height: 1px;
	background: #8faadc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.showcase-9-1 .showcase-header .title h2:before {
	left: -40px
}

.showcase-9-1 .showcase-header .title h2:after {
	right: -40px
}

.showcase-9-1 .showcase-header .desc {
	font-size: 1.375rem;
	color: #3e6fb7
}

.showcase-9-1 .showcase-header .desc p {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	margin-bottom: 0
}

.showcase-9-1 .showcase-body .item {
	margin-bottom: 14px
}

.showcase-9-1 .showcase-body .item:hover .item-media .media {
	transform: scale(1.05)
}

.showcase-9-1 .showcase-body .item:hover .item-body .title {
	color: #3e6fb7
}

.showcase-9-1 .showcase-body .item:hover .item-body .title:after {
	background-color: #3e6fb7
}

.showcase-9-1 .showcase-body .item .item-media {
	padding-bottom: 65%;
	position: relative;
	overflow: hidden
}

.showcase-9-1 .showcase-body .item .item-media .media {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.showcase-9-1 .showcase-body .item .item-body {
	padding: 28px;
	border-bottom: 1px solid #c6c6c6
}

.showcase-9-1 .showcase-body .item .item-body .title {
	text-align: center;
	color: #616161;
	font-size: 1.125rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.showcase-9-1 .showcase-body .item .item-body .title:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	margin: 14px auto 0;
	background-color: #616161
}

.showcase-9-1 .showcase-header .title {
	overflow: visible
}

.showcase-9-1 .showcase-body .item .item-body {
	border-bottom: none
}

.showcase-9-1 .showcase-body .item .item-body .title {
	font-weight: bold
}

.showcase-9-1 .showcase-body .item .item-body .title:after {
	content: none
}

.showcase-10-0 .showcase-header .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.showcase-10-0 .showcase-header .title h2 {
	display: inline-block;
	font-size: 2.125rem;
	line-height: 1.3;
	position: relative
}

.showcase-10-0 .showcase-header .title h2:before,
.showcase-10-0 .showcase-header .title h2:after {
	content: "";
	width: 20px;
	height: 1px;
	background: #8faadc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.showcase-10-0 .showcase-header .title h2:before {
	left: -40px
}

.showcase-10-0 .showcase-header .title h2:after {
	right: -40px
}

.showcase-10-0 .showcase-body .list {
	padding-bottom: 66.66666667%;
	position: relative
}

@media (max-width:991px) {
	.showcase-10-0 .showcase-body .list {
		margin-top: 14px
	}
}

@media screen and (min-width: 992px) {
	.showcase-10-0 .showcase-body .list {
		margin-right: 14px
	}
}

.showcase-10-0 .showcase-body .list ul {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-left: 0
}

.showcase-10-0 .showcase-body .list ul li {
	list-style: none;
	position: relative;
	padding-right: 14px;
	padding-left: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #c6c6c6
}

.showcase-10-0 .showcase-body .list ul li:hover>a {
	color: #3e6fb7;
	border-bottom-color: #3e6fb7
}

.showcase-10-0 .showcase-body .list ul li:hover:before {
	background-color: #3e6fb7
}

.showcase-10-0 .showcase-body .list ul li>a {
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #616161;
	max-width: 100%
}

.showcase-10-0 .showcase-body .list ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #616161
}

@media (max-width:991px) {
	.showcase-10-0 .showcase-body .slide {
		margin-top: 14px
	}
}

.showcase-10-0 .showcase-body .slide .item {
	outline: none
}

.showcase-10-0 .showcase-body .slide .item .item-media {
	position: relative;
	padding-bottom: 66.66666667%
}

.showcase-10-0 .showcase-footer .more>a {
	background-color: #3e6fb7;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 14px
}

.showcase-10-0 .showcase-footer .more>a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.showcase-10-0 .showcase-footer .more>a .icon {
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #3e6fb7;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	margin-left: 14px
}

.showcase-10-0 .slick-dots li button:before {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.showcase-10-1 .carousel-4 .slick-slide .carousel-inner {
	padding-top: 60%
}

.showcase-10-1 .carousel-4 .slick-slide .carousel-inner .carousel-wrapper {
	padding: 14px;
	text-align: center;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%
}

.showcase-10-1 .carousel-4 .slick-slide .carousel-inner .carousel-wrapper .carousel-title {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.5
}

.showcase-10-1 .tab-4-1 .tab-nav {
	padding-right: 52px
}

.showcase-10-1 .list-4-1 .list-bottom {
	position: absolute;
	top: 0;
	right: 7px
}

.showcase-10-1 .list-4-1 .list-bottom i {
	font-weight: bold;
	margin-right: 7px
}

.showcase-11-0 .showcase-header .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.showcase-11-0 .showcase-header .title h2 {
	display: inline-block;
	font-size: 2.125rem;
	line-height: 1.3;
	position: relative
}

.showcase-11-0 .showcase-header .title h2:before,
.showcase-11-0 .showcase-header .title h2:after {
	content: "";
	width: 20px;
	height: 1px;
	background: #8faadc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.showcase-11-0 .showcase-header .title h2:before {
	left: -40px
}

.showcase-11-0 .showcase-header .title h2:after {
	right: -40px
}

.showcase-11-0 .showcase-header .title h2 {
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.showcase-11-0 .showcase-header .title h2:after,
.showcase-11-0 .showcase-header .title h2:before {
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5)
}

.showcase-11-0 .showcase-body .item:hover .item-media .media {
	transform: scale(1.05)
}

.showcase-11-0 .showcase-body .item:hover .item-body .title {
	color: #3e6fb7
}

.showcase-11-0 .showcase-body .item .item-media {
	overflow: hidden;
	position: relative;
	padding-bottom: 65%
}

.showcase-11-0 .showcase-body .item .item-media .media {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.showcase-11-0 .showcase-body .item .item-body {
	padding: 21px 14px
}

.showcase-11-0 .showcase-body .item .item-body .title {
	font-size: 1.125rem;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5)
}

.showcase-11-0 .showcase-footer .more>a {
	background-color: #3e6fb7;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 14px
}

.showcase-11-0 .showcase-footer .more>a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.showcase-11-0 .showcase-footer .more>a .icon {
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #3e6fb7;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	margin-left: 14px
}

@media (min-width:992px) {
	.showcase-12-0 .row {
		margin-left: -14px;
		margin-right: -14px
	}

	.showcase-12-0 .row [class*="col-"] {
		padding-left: 14px;
		padding-right: 14px
	}
}

.showcase-13-0 {
	text-align: center
}

.showcase-13-0 a {
	color: #000
}

.showcase-13-0 a:hover {
	color: #101a29
}

.showcase-13-0 a:hover .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transform: scale(1.1)
}

.showcase-13-0 a:hover .showcase-text {
	background-color: #101a29;
	color: #fff
}

.showcase-13-0 .showcase-media {
	position: relative;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	display: none
}

.showcase-13-0 .showcase-media .media-img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.showcase-13-0 .showcase-content {
	letter-spacing: -5px;
	margin: 0 -7px
}

.showcase-13-0 .showcase-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.showcase-13-0 .showcase-item {
	text-align: center;
	float: left;
	width: calc(100%/3);
	margin-bottom: 14px;
	letter-spacing: normal;
	padding: 0 7px
}

.showcase-13-0 .showcase-item .showcase-item-content {
	border: 1px solid #c6c6c6
}

.showcase-13-0 .showcase-text {
	line-height: 1.5;
	padding: 7px 0;
	background-color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@media (min-width:992px) {
	.showcase-13-0 .showcase-content {
		margin: 0 -10.5px
	}

	.showcase-13-0 .showcase-item {
		width: calc(100%/9);
		min-width: 120px;
		padding: 0 10.5px
	}

	.showcase-13-0 .showcase-media {
		display: block
	}

	.showcase-13-0 .showcase-text {
		font-size: 16px
	}
}

.showcase-14-0 .showcase-media {
	position: relative;
	height: 0;
	padding-top: 56.25%
}

.showcase-14-0 .showcase-content {
	margin-top: 14px
}

.showcase-14-0 .showcase-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

@media (min-width:1470px) {
	.showcase-14-0 .showcase-text {
		-webkit-line-clamp: 10
	}
}

.showcase-14-0 .showcase-text p {
	margin-bottom: 0
}

.showcase-14-0 .showcase-link {
	margin: 14px 0;
	text-align: right
}

.showcase-14-0 .showcase-link a {
	display: inline-block;
	border: 1px solid #3e6fb7;
	color: #3e6fb7;
	padding: 7px 14px;
	min-width: 180px;
	line-height: 1.5;
	text-align: center
}

.showcase-14-0 .showcase-link a:hover {
	background-color: #3e6fb7;
	color: #fff
}

@media (min-width:992px) {
	.showcase-14-0 .showcase-content {
		margin-top: 0
	}

	.showcase-14-0 .showcase-link {
		text-align: left
	}

	.showcase-14-0 .inner .row {
		margin-left: -21px;
		margin-right: -21px
	}

	.showcase-14-0 .inner .row .col-md-6 {
		padding-left: 21px;
		padding-right: 21px
	}
}

.showcase-14-0 .title-wrapper-4 .title-wrapper-content {
	font-weight: bold;
	font-size: 22px;
	padding: 0;
	color: #034ea2
}

@media (min-width:1200px) {
	.showcase-14-0 .title-wrapper-4 .title-wrapper-content {
		font-size: 28px
	}
}

@media (min-width:1470px) {
	.showcase-14-0 .title-wrapper-4 .title-wrapper-content {
		font-size: 32px
	}
}

.showcase-14-0 .title-wrapper-4 .title-wrapper-content:after {
	display: none
}

.showcase-14-0 .showcase-text {
	line-height: 1.8;
	color: #171311
}

.showcase-14-0 .showcase-text p {
	line-height: 1.8;
	color: #171311
}

.showcase-14-0 .showcase-more {
	flex: none;
	margin-top: 14px
}

@media (min-width:1200px) {
	.showcase-14-0 .showcase-more {
		margin-top: 28px
	}
}

.showcase-14-0 .showcase-more a {
	display: inline-block;
	transition: all .3s
}

.showcase-14-0 .showcase-more a:hover {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px
}

.showcase-14-0 .row {
	display: flex
}

.showcase-14-0 .showcase-content {
	display: flex;
	flex-direction: column;
	height: 100%
}

.showcase-14-0 .showcase-content .showcase-text {
	flex: auto
}

.showcase-14-0 .showcase-content .title-wrapper-4,
.showcase-14-0 .showcase-content .showcase-more {
	flex: none
}

.showcase-14-0 .showcase-content .showcase-more {
	text-align: right
}

.showcase-14-2 .title-wrapper-1-2 {
	padding-top: 0
}

.showcase-14-2 .showcase-media {
	position: relative;
	height: 0;
	padding-top: 115%
}

.showcase-14-2 .showcase-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 17;
	-webkit-box-orient: vertical;
	line-height: 1.5
}

.showcase-14-2 .showcase-text p {
	font-size: 16px;
	line-height: 1.5
}

.showcase-15-0 {
	position: relative;
	padding: 14px 0;
	overflow: hidden
}

.showcase-15-0 .showcase-media {
	height: auto;
	position: relative;
	overflow: hidden;
	width: 100%
}

.showcase-15-0 .showcase-media .media-img {
	padding-bottom: 63%;
	height: 450px
}

.showcase-15-0 .showcase-body {
	height: auto;
	background-color: rgba(62, 111, 183, 0.85);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7px;
	right: 7px;
	padding: 28px;
	color: #fff
}

.showcase-15-0 .showcase-body .showcase-title {
	font-size: 24px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	margin-bottom: 14px
}

.showcase-15-0 .showcase-body .showcase-text {
	margin: 14px 0;
	color: #fff;
	line-height: 2
}

@media (max-width:1200px) {
	.showcase-15-0 .showcase-body .showcase-text {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical
	}
}

.showcase-15-0 .showcase-body .showcase-text p {
	margin-bottom: 0;
	color: inherit;
	line-height: 1.6;
	text-align: justify
}

.showcase-15-0 .showcase-body .showcase-link a {
	margin-top: 14px;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	min-width: 185px;
	padding: 10.5px 7px
}

.showcase-15-0 .showcase-body .showcase-link a:hover {
	background-color: #fff;
	color: #3e6fb7
}

@media (min-width:992px) {
	.showcase-15-0 {
		padding: 0
	}

	.showcase-15-0 .showcase-media {
		float: left;
		width: 68.5%;
		height: auto
	}

	.showcase-15-0 .showcase-media.right {
		float: right
	}

	.showcase-15-0 .showcase-body {
		float: right;
		width: 58%;
		position: absolute;
		right: 0;
		left: auto;
		z-index: 9
	}

	.showcase-15-0 .showcase-body.left {
		left: 0;
		right: auto
	}
}

.showcase-16-0 {
	position: relative;
	padding: 14px 0
}

.showcase-16-0 .showcase-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f2f2f2
}

.showcase-16-0 .showcase-item {
	position: relative;
	margin-bottom: 14px
}

.showcase-16-0 .showcase-item:hover .showcase-media .media-img {
	transition: all .3s;
	transform: scale(1.1)
}

.showcase-16-0 .showcase-item:hover .showcase-content {
	background-color: rgba(62, 111, 183, 0.6)
}

.showcase-16-0 .showcase-item .showcase-media {
	position: relative;
	height: 0;
	padding-top: 72%;
	overflow: hidden
}

.showcase-16-0 .showcase-item .showcase-media .media-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	transition: all .3s
}

.showcase-16-0 .showcase-item .showcase-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(62, 111, 183, 0.85);
	text-align: center;
	min-height: 150px
}

.showcase-16-0 .showcase-item .showcase-title {
	color: #fff;
	font-size: 28px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 28px 14px;
	padding-top: 0
}

.showcase-16-0 .showcase-item .showcase-title::after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 48px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

@media (min-width:992px) {
	.showcase-16-0 {
		padding-top: 42px
	}

	.showcase-16-0 .showcase-bg {
		height: 65%
	}

	.showcase-16-0 .row {
		margin-left: -14px;
		margin-right: -14px
	}

	.showcase-16-0 .row .col-md-6 {
		padding-left: 14px;
		padding-right: 14px
	}
}

.showcase-17-0 {
	padding: 28px 0
}

.showcase-17-0 .showcase-left {
	margin-bottom: 14px
}

.showcase-17-0 .showcase-left .showcase-item a:hover {
	color: #fff;
	text-decoration: underline
}

.showcase-17-0 .showcase-item {
	height: 264px;
	position: relative;
	overflow: hidden
}

.showcase-17-0 .showcase-item a:hover {
	color: #fff;
	text-decoration: unset
}

.showcase-17-0 .showcase-item .showcase-item-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 14px
}

.showcase-17-0 .showcase-item i {
	font-size: 55px;
	padding-bottom: 14px
}

.showcase-17-0 .showcase-item .showcase-title {
	font-size: 24px;
	line-height: 1.5;
	padding: 14px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.showcase-17-0 .showcase-item .showcase-text {
	font-size: 16px;
	line-height: 1.5
}

.showcase-17-0 .showcase-item .showcase-subtitle {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 60px;
	background-color: #101a29;
	font-size: 24px;
	line-height: 1;
	min-width: 220px;
	padding: 14px;
	color: #fff;
	text-align: center
}

@media (min-width:992px) {
	.showcase-17-0 {
		padding: 63px 0
	}

	.showcase-17-0 .showcase-left {
		padding-right: 5%;
		margin-bottom: 0
	}

	.showcase-17-0 .showcase-right {
		padding-left: 5%
	}
}

.showcase-18-0 .showcase-item {
	padding: 14px
}

@media screen and (min-width: 992px) {
	.showcase-18-0 .showcase-item {
		padding: 28px
	}
}

@media screen and (min-width: 1200px) {
	.showcase-18-0 .showcase-item {
		padding: 56px
	}
}

.showcase-18-0 .showcase-item .title {
	color: #3e6fb7
}

.showcase-18-0 .showcase-item .title .icon {
	font-size: 2.5rem;
	margin-bottom: 14px
}

.showcase-18-0 .showcase-item .desc {
	height: 6rem;
	font-size: 1rem;
	line-height: 1.5;
	overflow: auto
}

.showcase-18-0 .showcase-item .desc p,
.showcase-18-0 .showcase-item .desc span {
	margin: 0;
	font-size: inherit;
	line-height: inherit
}

.showcase-18-0 .showcase-item .more a {
	color: inherit
}

.showcase-18-0 .showcase-item .more a:hover {
	color: inherit
}

.showcase-20-0 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 14px 0
}

.showcase-20-0 .title-wrapper-4 {
	color: #fff;
	text-align: center
}

.showcase-20-0 .title-wrapper-4 .title-wrapper-content {
	font-size: 36px
}

.showcase-20-0 .title-wrapper-4 .title-wrapper-content::after {
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	width: 70px;
	height: 4px
}

.showcase-20-0 .showcase-body .showcase-item {
	position: relative;
	float: left;
	width: calc(100%/2);
	overflow: hidden
}

.showcase-20-0 .showcase-body .showcase-item:hover .media-img {
	transition: all .3s;
	transform: scale(1.1)
}

.showcase-20-0 .showcase-body .showcase-item .media-img {
	padding-top: 100%;
	transition: all .3s
}

.showcase-20-0 .showcase-body .item-title {
	padding: 14px 7px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.showcase-20-0 .showcase-body .item-title a {
	color: #fff
}

@media (min-width:992px) {
	.showcase-20-0 {
		padding: 80px 0 100px;
		margin-bottom: 130px
	}

	.showcase-20-0 .title-wrapper-4 {
		text-align: left
	}

	.showcase-20-0 .showcase-body {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%
	}

	.showcase-20-0 .showcase-body .showcase-item {
		float: left;
		width: calc(100%/4);
		margin-bottom: 0;
		min-height: 290px
	}

	.showcase-20-0 .showcase-body .showcase-item .media-img {
		position: absolute
	}
}

.showcase-21-0 .showcase-body .showcase-media {
	height: 0;
	padding-top: 125%;
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	transition: all .3s
}

.showcase-21-0 .showcase-body .showcase-media:hover {
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.75);
	transform: translateY(-5px)
}

.showcase-21-0 .showcase-body .showcase-media .media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center
}

.showcase-21-0 .showcase-body .showcase-list .list {
	margin-top: 14px;
	height: 0;
	position: relative;
	padding-top: calc(7/10 * 125% - 14px * 4 - 25px)
}

@media screen and (min-width: 992px) {
	.showcase-21-0 .showcase-body .showcase-list .list {
		margin-top: 0
	}
}

.showcase-21-0 .showcase-body .showcase-list ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0
}

.showcase-21-0 .showcase-body .showcase-list ul li {
	list-style: none;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 0;
	border-bottom: 1px solid #c6c6c6
}

.showcase-21-0 .showcase-body .showcase-list ul li a {
	position: relative;
	display: inline-block;
	color: inherit;
	font-size: 1.125rem;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.5
}

@media only screen and (min-width:768px) {
	.showcase-21-0 .showcase-body .showcase-list ul li a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.showcase-21-0 .showcase-body .showcase-list ul li a:hover:before {
		transform: scaleX(1)
	}
}

.showcase-21-0 .showcase-body .showcase-list ul li a:before {
	bottom: 0
}

.showcase-21-0 .showcase-body .showcase-list .more {
	margin-top: 14px
}

.showcase-21-0 .showcase-body .showcase-list .more a {
	display: inline-block;
	font-weight: bold;
	position: relative;
	font-size: 1.125rem;
	line-height: 25px
}

@media only screen and (min-width:768px) {
	.showcase-21-0 .showcase-body .showcase-list .more a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		bottom: -2px;
		left: 0;
		border-bottom: 1px solid;
		visibility: visible;
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-ms-transform-origin: left;
		transform-origin: left;
		transition: all .3s ease-in-out 0s
	}

	.showcase-21-0 .showcase-body .showcase-list .more a:hover:before {
		transform: scaleX(1)
	}
}

.showcase-21-0 .showcase-media-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	text-align: center;
	width: 100%
}

.showcase-21-0 .showcase-media-title .media-title {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.showcase-21-0 .showcase-media-title .media-title a {
	color: inherit;
	line-height: inherit
}

.showcase-21-0 .showcase-media-title .media-title a:hover {
	text-decoration: underline
}

.showcase-21-0 .showcase-media-title::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	height: 100%;
	opacity: 0.9;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, #000 100%)
}

.showcase-22-0 .showcase-body {
	margin-bottom: -28px
}

.showcase-22-0 .showcase-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.showcase-22-0 .showcase-body .showcase-item {
	width: 100%;
	float: left;
	margin-bottom: 28px
}

@media (min-width:768px) {
	.showcase-22-0 .showcase-body .showcase-item {
		width: calc((100% - 14px)* 1/2)
	}

	.showcase-22-0 .showcase-body .showcase-item:not(:nth-child(2n)) {
		margin-right: 14px
	}
}

@media screen and (min-width: 1200px) {
	.showcase-22-0 .showcase-body .showcase-item.not-media {
		width: calc((100% - 14px * 3 * 1.5)* 1/3)
	}

	.showcase-22-0 .showcase-body .showcase-item:not(.not-media) {
		width: calc((100% - 14px * 3 * 1.5) * 2/9)
	}

	.showcase-22-0 .showcase-body .showcase-item:not(:last-child) {
		margin-right: 21px
	}

	.showcase-22-0 .showcase-body .showcase-item:last-child {
		margin-right: 0
	}
}

.showcase-22-0 .showcase-body .showcase-item.not-media {
	padding: 28px;
	position: relative;
	background-color: #7ea0d3;
	color: #fff
}

.showcase-22-0 .showcase-body .showcase-item.not-media:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.showcase-22-0 .showcase-body .showcase-item.not-media .item-title,
.showcase-22-0 .showcase-body .showcase-item.not-media .item-more {
	text-align: center
}

.showcase-22-0 .showcase-body .showcase-item.not-media .item-title {
	position: relative;
	font-size: 1.875rem
}

.showcase-22-0 .showcase-body .showcase-item.not-media .item-title .icon {
	position: absolute;
	font-size: 3rem;
	opacity: 0.5;
	left: 0
}

.showcase-22-0 .showcase-body .showcase-item.not-media .item-desc {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.5;
	max-height: 11.25rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6
}

@media (min-width:768px) {
	.showcase-22-0 .showcase-body .showcase-item.not-media .item-desc {
		max-height: none;
		height: 22.5rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 12
	}
}

@media screen and (min-width: 992px) {
	.showcase-22-0 .showcase-body .showcase-item.not-media .item-desc {
		height: 26.25rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 14
	}
}

@media screen and (min-width: 1200px) {
	.showcase-22-0 .showcase-body .showcase-item.not-media .item-desc {
		height: 11.25rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6
	}
}

@media screen and (min-width: 1470px) {
	.showcase-22-0 .showcase-body .showcase-item.not-media .item-desc {
		height: 15rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8
	}
}

.showcase-22-0 .showcase-body .showcase-item.not-media:before {
	content: "";
	display: block;
	height: 0;
	float: left
}

@media (min-width:768px) {
	.showcase-22-0 .showcase-body .showcase-item.not-media:before {
		padding-top: calc(100% + 14px * 4 + 2.0625rem + 32px)
	}
}

@media screen and (min-width: 1200px) {
	.showcase-22-0 .showcase-body .showcase-item.not-media:before {
		padding-top: calc(2/3 * 100% + 14px * 3 + 2.0625rem + 32px)
	}
}

.showcase-22-0 .showcase-body .showcase-item.not-media .item-body {
	padding: 14px
}

@media (min-width:768px) {
	.showcase-22-0 .showcase-body .showcase-item.not-media .item-body {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 28px
	}
}

.showcase-22-0 .showcase-body .showcase-item.not-media .item-more a {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	border-radius: 5px 5px 5px 5px;
	border-color: #fff;
	color: inherit
}

.showcase-22-0 .showcase-body .showcase-item.not-media .item-more a:hover {
	background-color: #fff;
	color: #3e6fb7
}

.showcase-22-0 .showcase-body .showcase-item:not(.not-media) .item-more a {
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	border-radius: 5px 5px 5px 5px;
	border-color: #3e6fb7;
	color: #3e6fb7
}

.showcase-22-0 .showcase-body .showcase-item:not(.not-media) .item-more a:hover {
	background-color: #3e6fb7;
	color: #fff
}

.showcase-22-0 .showcase-body .showcase-item .item-title {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	font-size: 1.375rem
}

.showcase-22-0 .showcase-body .showcase-item .item-media {
	position: relative;
	height: 0;
	padding-top: 100%
}

.showcase-22-0 .showcase-body .showcase-item .item-media .media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	transition: all .3s
}

.showcase-22-0 .showcase-body .showcase-item .item-media .media:hover {
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.75);
	transform: translateY(-5px)
}

.showcase-24-1 .item-title a,
.showcase-24-0 .item-title a {
	font-size: 18px;
	line-height: 1.5;
	height: 54px;
	overflow: hidden
}

.showcase-24-1 .item-media .item-hover,
.showcase-24-0 .item-media .item-hover {
	transition: opacity .3s;
	opacity: 0
}

.showcase-24-1 .item-media:hover .item-hover,
.showcase-24-0 .item-media:hover .item-hover {
	opacity: 1
}

.showcase-25-0 .showcase-container {
	display: flex;
	flex-wrap: wrap
}

@media screen and (min-width: 992px) {
	.showcase-25-0 .showcase-container {
		margin-bottom: -24.5px
	}
}

.showcase-25-0 .showcase-group {
	display: flex;
	flex-direction: column
}

.showcase-25-0 .showcase-group:not(:last-child) {
	margin-bottom: 24.5px
}

@media screen and (min-width: 992px) {
	.showcase-25-0 .showcase-group:not(:last-child) {
		margin-bottom: 0
	}
}

.showcase-25-0 .showcase-item {
	position: relative;
	flex: 1 1 auto
}

@media screen and (min-width: 992px) {
	.showcase-25-0 .showcase-item.is-float {
		margin-top: -84px
	}
}

.showcase-25-0 .showcase-item:not(:last-child) {
	margin-bottom: 24.5px
}

.showcase-25-0 .showcase-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.showcase-25-0 .showcase-body {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.showcase-25-0 .showcase-body .item-title {
	font-size: 2.85714286rem;
	font-weight: bold;
	text-align: center
}

.showcase-25-0 .showcase-body .item-title a {
	color: inherit
}

.showcase-25-0 .showcase-body .item-title a:hover {
	text-decoration: underline
}

.showcase-26-0 {
	position: relative
}

@media screen and (min-width: 992px) {
	.showcase-26-0 {
		height: 100vh;
		overflow: hidden
	}
}

.showcase-26-0 .showcase-header {
	position: relative
}

@media screen and (min-width: 992px) {
	.showcase-26-0 .showcase-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1
	}
}

.showcase-26-0 .showcase-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.showcase-26-0 .showcase-mask img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.showcase-26-0 .showcase-body {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px
}

@media screen and (min-width: 992px) {
	.showcase-26-0 .showcase-body {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
		z-index: 1
	}
}

.showcase-26-0 .showcase-body:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 60%, rgba(55, 156, 165, 0.6) 85%, #379ca5 111%)
}

@media screen and (min-width: 992px) {
	.showcase-26-0 .showcase-body:after {
		background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10%, rgba(55, 156, 165, 0.6) 85%, #379ca5 111%)
	}
}

.showcase-26-0 .showcase-body .inner {
	position: relative;
	z-index: 1
}

.showcase-26-0 .showcase-body .item-declaration {
	font-size: 14px;
	color: white;
	text-align: center
}

.showcase-26-0 .showcase-body .item-body {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 25px
}

@media screen and (min-width: 992px) {
	.showcase-26-0 .showcase-body .item-body {
		margin-bottom: 50px;
		align-items: end
	}
}

.showcase-26-0 .showcase-body .item-body .item-version-list {
	width: 100%;
	display: flex;
	flex-direction: column
}

@media screen and (min-width: 992px) {
	.showcase-26-0 .showcase-body .item-body .item-version-list {
		width: 66.66666667%;
		flex-direction: row
	}
}

.showcase-26-0 .showcase-body .item-body .item-version-list .item-version {
	margin-bottom: 20px;
	padding: 40px;
	font-size: 36px;
	color: white;
	text-align: right;
	width: 100%
}

@media screen and (min-width: 992px) {
	.showcase-26-0 .showcase-body .item-body .item-version-list .item-version {
		margin-bottom: 0px
	}
}

.showcase-26-0 .showcase-body .item-body .item-version-list .item-version:nth-child(1) {
	background-color: #52bdcb
}

.showcase-26-0 .showcase-body .item-body .item-version-list .item-version:nth-child(2) {
	background-color: #62c3d0
}

.showcase-26-0 .showcase-body .item-body .item-version-list .item-version:nth-child(3) {
	background-color: #72c9d5
}

.showcase-26-0 .showcase-body .item-body .item-version-list .item-version:hover {
	transition: all .3s;
	transform: scale(1.05)
}

.showcase-26-0 .showcase-body .item-body .item-version-list .item-version .item-media {
	width: 125px;
	text-align: left;
	margin-bottom: 30px
}

.showcase-26-0 .showcase-body .item-body .item-app-list {
	flex: 1;
	display: flex;
	flex-direction: row;
	padding: 30px 0;
	background-color: white
}

.showcase-26-0 .showcase-body .item-body .item-app-list .item-app {
	flex: 1;
	padding: 0 30px;
	border-right: 1px solid #d9d9d9;
	text-align: center;
	font-size: 24px;
	color: #444444;
	position: relative
}

.showcase-26-0 .showcase-body .item-body .item-app-list .item-app:hover {
	transition: all .3s;
	transform: scale(1.05)
}

.showcase-26-0 .showcase-body .item-body .item-app-list .item-app:last-child {
	border-right: 0px
}

.showcase-26-0 .showcase-body .item-body .item-app-list .item-app .item-icon {
	font-size: 40px;
	color: #3e6fb7;
	margin-bottom: 15px
}

.showcase-26-0 .showcase-body .item-body .item-app-list .item-app .popover {
	border-radius: 6px;
	opacity: 0;
	z-index: -1;
	position: absolute;
	width: 140px;
	padding: 20px;
	background-color: #f5f5f5;
	bottom: 100%;
	margin-bottom: -10px;
	left: 50%;
	margin-left: -70px
}

.showcase-26-0 .showcase-body .item-body .item-app-list .item-app .popover:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #f5f5f5 transparent transparent transparent
}

.showcase-26-0 .showcase-body .item-body .item-app-list .item-app:hover .popover {
	opacity: 1;
	z-index: 1;
	margin-bottom: 10px
}

.showcase-27-0 .showcase-body .showcase-item {
	margin-bottom: 20px
}

@media screen and (min-width: 992px) {
	.showcase-27-0 .showcase-body .showcase-item {
		margin-bottom: 0px
	}
}

.showcase-27-0 .showcase-body .showcase-item:nth-child(1) .item-body {
	background-color: #eec074
}

.showcase-27-0 .showcase-body .showcase-item:nth-child(2) .item-body {
	background-color: #62c3d0
}

.showcase-27-0 .showcase-body .showcase-item:nth-child(3) .item-body {
	background-color: #066e32
}

.showcase-27-0 .showcase-body .showcase-item:nth-child(4) .item-body {
	background-color: #399ddb
}

.showcase-27-0 .showcase-body .showcase-item .item-body {
	color: white;
	padding: 35px 20px 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	position: relative
}

@media screen and (min-width: 992px) {
	.showcase-27-0 .showcase-body .showcase-item .item-body {
		padding: 70px 40px 40px
	}
}

.showcase-27-0 .showcase-body .showcase-item .item-body .item-title {
	margin-bottom: 60px;
	font-size: 36px;
	font-weight: bold;
	width: 1em
}

@media screen and (min-width: 992px) {
	.showcase-27-0 .showcase-body .showcase-item .item-body .item-title {
		margin-bottom: 120px
	}
}

.showcase-27-0 .showcase-body .showcase-item .item-body .item-more {
	text-align: right;
	width: 1em;
	margin: 0 0 0 auto
}

.showcase-27-0 .showcase-body .showcase-item .item-body .item-more::before {
	content: "";
	width: 1px;
	height: 50px;
	display: block;
	background-color: white;
	margin: 0 auto
}

.showcase-27-0 .showcase-body .showcase-item .item-body .item-more a:hover {
	color: white;
	opacity: 0.8
}

.showcase-27-0 .showcase-body .showcase-item .item-body .showcase-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.2;
	pointer-events: none
}

.showcase-27-0 .showcase-body .showcase-item .item-body .showcase-media img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.showcase-28-0 {
	background-color: #f8f9f9;
	padding-top: 25px;
	padding-bottom: 25px
}

@media screen and (min-width: 992px) {
	.showcase-28-0 {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.showcase-28-0 .title-wrapper-4-4 .title-wrapper-content {
	color: #444444
}

.showcase-28-0 .showcase-body {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px
}

@media screen and (min-width: 992px) {
	.showcase-28-0 .showcase-body {
		margin-bottom: 50px
	}
}

.showcase-28-0 .showcase-body .showcase-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px
}

@media screen and (min-width: 992px) {
	.showcase-28-0 .showcase-body .showcase-item {
		margin-bottom: 0px
	}
}

.showcase-28-0 .showcase-body .showcase-item .showcase-media img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.showcase-28-0 .showcase-body .showcase-item .item-body {
	flex: 1;
	background-color: white;
	font-size: 14px;
	color: #666;
	display: flex;
	flex-direction: column
}

.showcase-28-0 .showcase-body .showcase-item .item-body .item-date {
	margin: -14px auto 30px;
	color: white;
	text-align: center
}

.showcase-28-0 .showcase-body .showcase-item .item-body .item-date .date-text {
	padding: 7px 40px;
	background-color: #3e6fb7;
	color: white;
	border-radius: 3px
}

.showcase-28-0 .showcase-body .showcase-item .item-body .item-title,
.showcase-28-0 .showcase-body .showcase-item .item-body .item-text {
	padding-left: 20px;
	padding-right: 20px
}

.showcase-28-0 .showcase-body .showcase-item .item-body .item-title {
	color: #444;
	font-size: 18px;
	margin-bottom: 10px
}

.showcase-28-0 .showcase-body .showcase-item .item-body .item-text {
	margin-bottom: 30px;
	flex: 1
}

.showcase-28-0 .showcase-body .showcase-item .item-body .item-more {
	text-align: right;
	font-size: 12px
}

.showcase-28-0 .showcase-body .showcase-item .item-body .item-more .more-text {
	width: 38px;
	height: 38px;
	background-color: #3e6fb7;
	color: white;
	line-height: 32px;
	text-align: center;
	display: inline-block
}

.showcase-28-0 .showcase-body .showcase-item .item-body .item-more .more-text .icon-left-1-0 {
	zoom: 0.65
}

.showcase-28-0 .showcase-body .showcase-item .item-body .item-more .more-text:hover {
	color: white;
	opacity: 0.8
}

.showcase-28-0 .showcase-footer {
	text-align: center
}

.showcase-29-0 {
	position: relative
}

@media screen and (min-width: 992px) {
	.showcase-29-0.misplacement .showcase-media {
		top: 300px;
		bottom: -300px
	}
}

@media screen and (min-width:1200px) {
	.showcase-29-0.misplacement .showcase-media {
		top: 500px;
		bottom: -500px
	}
}

.showcase-29-0 .showcase-media {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.showcase-29-0 .showcase-carousel .carousel-item .item-date {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.showcase-29-0 .showcase-carousel .carousel-item .item-date:before,
.showcase-29-0 .showcase-carousel .carousel-item .item-date:after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #3e6fb7
}

.showcase-29-0 .showcase-carousel .carousel-toolbar {
	display: flex;
	align-items: center
}

.showcase-29-0 .showcase-carousel .carousel-toolbar .carousel-dots {
	flex: auto;
	position: relative
}

.showcase-29-0 .showcase-carousel .carousel-toolbar .carousel-dots .slick-dots {
	position: relative;
	bottom: 0
}

.showcase-29-0 .showcase-carousel .carousel-toolbar .carousel-dots .slick-dots li.slick-active button:before {
	background-color: #3e6fb7;
	color: transparent
}

.showcase-29-0 .showcase-carousel .carousel-toolbar .carousel-dots .slick-dots li button {
	width: 12px;
	height: 12px
}

.showcase-29-0 .showcase-carousel .carousel-toolbar .carousel-dots .slick-dots li button:before {
	content: "";
	background-color: #fff;
	color: transparent;
	border: 2px solid #3e6fb7;
	border-radius: 50%;
	width: 12px;
	height: 12px
}

.showcase-29-0 .showcase-carousel .carousel-toolbar .carousel-prev,
.showcase-29-0 .showcase-carousel .carousel-toolbar .carousel-next {
	flex: none;
	font-size: 0.5em;
	color: #3e6fb7
}

.showcase-29-0 .showcase-carousel .carousel-toolbar .carousel-prev {
	transform: rotateY(180deg)
}

.showcase-29-0 .showcase-list .list-header {
	font-size: 2.14285714rem
}

.showcase-29-0 .showcase-list .list-footer>span,
.showcase-29-0 .showcase-list .list-footer>a {
	display: inline-flex;
	justify-content: center;
	overflow: hidden
}

.showcase-29-0 .showcase-list .list-footer>span:hover>span,
.showcase-29-0 .showcase-list .list-footer>a:hover>span {
	background-color: #fff;
	color: #3e6fb7
}

.showcase-29-0 .showcase-list .list-footer>span>span,
.showcase-29-0 .showcase-list .list-footer>a>span {
	display: flex;
	align-items: center;
	padding: 7px 14px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	border-radius: 2px 0 0 2px;
	transition: all .3s
}

.showcase-29-0 .showcase-list .list-footer>span>.icon,
.showcase-29-0 .showcase-list .list-footer>a>.icon {
	display: flex;
	align-items: center;
	background-color: #fff;
	color: #3e6fb7;
	padding: 7px 14px;
	border-radius: 0 2px 2px 0
}

.showcase-29-0 .showcase-list--rt {
	background-color: #3e6fb7;
	color: #7fcd60
}

.showcase-29-0 .showcase-list--rt .list-body {
	border-top: 1px solid #7fcd60
}

.showcase-29-0 .showcase-list--rt .list-body .list-item {
	padding-top: 14px;
	padding-bottom: 14px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #7fcd60
}

.showcase-29-0 .showcase-list--rt .list-body .list-item .item-date {
	text-align: center;
	flex: none
}

.showcase-29-0 .showcase-list--rt .list-body .list-item .item-date .item-day {
	font-size: 2.14285714rem
}

.showcase-29-0 .showcase-list--rt .list-body .list-item .item-title {
	flex: auto
}

.showcase-29-0 .showcase-list--rb .list-body,
.showcase-29-0 .showcase-list--lb .list-body {
	border-top: 1px solid #6b798b
}

.showcase-29-0 .showcase-list--rb .list-item,
.showcase-29-0 .showcase-list--lb .list-item {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #6b798b
}

.showcase-29-0 .showcase-list--rb .list-footer>span:hover>span,
.showcase-29-0 .showcase-list--lb .list-footer>span:hover>span,
.showcase-29-0 .showcase-list--rb .list-footer>a:hover>span,
.showcase-29-0 .showcase-list--lb .list-footer>a:hover>span {
	background-color: #3e6fb7;
	color: #fff
}

.showcase-29-0 .showcase-list--rb .list-footer>span>span,
.showcase-29-0 .showcase-list--lb .list-footer>span>span,
.showcase-29-0 .showcase-list--rb .list-footer>a>span,
.showcase-29-0 .showcase-list--lb .list-footer>a>span {
	background-color: rgba(62, 111, 183, 0.7);
	color: #fff
}

.showcase-29-0 .showcase-list--rb .list-footer>span>.icon,
.showcase-29-0 .showcase-list--lb .list-footer>span>.icon,
.showcase-29-0 .showcase-list--rb .list-footer>a>.icon,
.showcase-29-0 .showcase-list--lb .list-footer>a>.icon {
	background-color: #3e6fb7;
	color: #fff
}

.showcase-29-0 .showcase-list--rb .item-body,
.showcase-29-0 .showcase-list--lb .item-body {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline
}

.showcase-29-0 .showcase-list--rb .item-body .item-date,
.showcase-29-0 .showcase-list--lb .item-body .item-date {
	font-size: 1rem;
	margin-left: 28px;
	color: #777
}

@media screen and (min-width:1200px) {
	.showcase-29-0 .showcase-list--lb {
		padding-left: 133px;
		padding-right: 133px
	}
}

@media screen and (min-width:1200px) {
	.showcase-29-0 .showcase-list--rb {
		padding-left: 84px;
		padding-right: 84px
	}
}

@media screen and (min-width: 992px) {
	.showcase-30-0 .showcase-list {
		position: relative;
		padding-top: calc(3 / 5 * 100% + 6px);
		height: 0
	}
}

@media screen and (min-width: 992px) {
	.showcase-30-0 .showcase-list .list-body {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0
	}
}

.showcase-30-0 .dy-carousel {
	display: flex;
	flex-direction: column
}

.showcase-30-0 .slick-list .slick-track .slick-slide .item-media {
	padding-top: calc(3 / 5 * 100%);
	height: 0
}

.showcase-30-0 .slick-dots {
	flex: none;
	position: relative;
	bottom: 0;
	display: flex;
	margin-top: -1px
}

.showcase-30-0 .slick-dots li {
	flex: auto;
	height: 6px;
	background-color: #616161;
	margin: 0
}

.showcase-30-0 .slick-dots li.slick-active {
	background-color: #3e6fb7
}

.showcase-30-0 .slick-dots li button {
	display: none
}

@media screen and (min-width: 992px) {
	.showcase-31-0 {
		padding-top: 105px;
		padding-bottom: 105px
	}
}

.showcase-31-0 .showcase-header {
	border-bottom: 2px solid #3e6fb7;
	padding-bottom: 14px
}

@media screen and (min-width: 992px) {
	.showcase-31-0 .showcase-header .showcase-title {
		font-size: 2.85714286rem
	}
}

@media screen and (min-width: 992px) {
	.showcase-31-0 .showcase-media {
		width: calc(50% + 14px * 4);
		right: auto
	}
}

.showcase-31-0 .showcase-body {
	padding: 14px
}

@media screen and (min-width: 992px) {
	.showcase-31-0 .showcase-body {
		padding: 42px 84px
	}
}

@media (min-width:768px) {
	.showcase-31-0 .showcase-body-media {
		right: calc((100vw - 750px) / -2 + 7px)
	}
}

@media (min-width:992px) {
	.showcase-31-0 .showcase-body-media {
		right: calc((100vw - 970px) / -2 + 7px)
	}
}

@media (min-width:1200px) {
	.showcase-31-0 .showcase-body-media {
		right: calc((100vw - 1170px) / -2 + 7px)
	}
}

@media screen and (min-width:1756px) {
	.showcase-31-0 .showcase-body-media {
		right: calc((100vw - 1700px) / -2 + 14px)
	}
}

.showcase-31-0 .showcase-list {
	height: 460px
}

.showcase-31-0 .showcase-list .list-item {
	padding: 7px 14px;
	color: #616161;
	transition: all .3s;
	background-color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media screen and (min-width: 992px) {
	.showcase-31-0 .showcase-list .list-item {
		padding: 10.5px 21px
	}
}

.showcase-31-0 .showcase-list .list-item .icon {
	transform: scale(.5) translateX(50%)
}

.showcase-31-0 .showcase-list .list-item a:hover {
	text-decoration: underline
}

.showcase-31-0 .showcase-list .list-item:hover {
	background-color: #3e6fb7;
	color: #fff
}

@media screen and (min-width:1756px) {
	.showcase-31-0 .showcase-list>[class*="col-"] {
		width: calc(1 / 3 * 100%)
	}
}

.showcase-32-0 .showcase-body .row {
	display: flex;
	flex-wrap: wrap
}

.showcase-32-0 .showcase-carousel {
	width: 100%;
	overflow: hidden
}

.showcase-32-0 .showcase-carousel .dy-carousel {
	height: 100%
}

.showcase-32-0 .showcase-carousel .carousel-item>span,
.showcase-32-0 .showcase-carousel .carousel-item>a {
	display: flex;
	flex-direction: column;
	height: 100%
}

.showcase-32-0 .showcase-carousel .carousel-item>span:hover .item-media img,
.showcase-32-0 .showcase-carousel .carousel-item>a:hover .item-media img {
	transform: scale(1.05)
}

.showcase-32-0 .showcase-carousel .carousel-item>span .item-media,
.showcase-32-0 .showcase-carousel .carousel-item>a .item-media {
	position: relative;
	overflow: hidden;
	padding-top: calc(9 / 16 * 100%)
}

.showcase-32-0 .showcase-carousel .carousel-item>span .item-media img,
.showcase-32-0 .showcase-carousel .carousel-item>a .item-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}

.showcase-32-0 .showcase-carousel .carousel-item>span .item-body,
.showcase-32-0 .showcase-carousel .carousel-item>a .item-body {
	flex: auto;
	padding-top: 21px;
	padding-bottom: 42px;
	padding-left: 21px;
	padding-right: 21px;
	background-color: #034ea2;
	color: #fff
}

.showcase-32-0 .showcase-carousel .carousel-item>span .item-body .item-date,
.showcase-32-0 .showcase-carousel .carousel-item>a .item-body .item-date {
	font-size: 16px
}

@media (min-width:1200px) {

	.showcase-32-0 .showcase-carousel .carousel-item>span .item-body .item-date,
	.showcase-32-0 .showcase-carousel .carousel-item>a .item-body .item-date {
		font-size: 18px
	}
}

.showcase-32-0 .showcase-carousel .carousel-item>span .item-body .item-title,
.showcase-32-0 .showcase-carousel .carousel-item>a .item-body .item-title {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width:1200px) {

	.showcase-32-0 .showcase-carousel .carousel-item>span .item-body .item-title,
	.showcase-32-0 .showcase-carousel .carousel-item>a .item-body .item-title {
		font-size: 20px
	}
}

.showcase-32-0 .showcase-carousel .slick-dots {
	text-align: right;
	right: 0;
	bottom: 10px;
	padding-right: 10px
}

.showcase-32-0 .showcase-carousel .slick-dots li {
	width: 12px;
	height: 12px
}

.showcase-32-0 .showcase-carousel .slick-dots li button {
	width: 12px;
	height: 12px;
	color: transparent;
	background-color: #e6f2fa;
	border-radius: 50%
}

.showcase-32-0 .showcase-carousel .slick-dots li button:before {
	display: none
}

.showcase-32-0 .showcase-carousel .slick-dots li.slick-active {
	width: 12px;
	height: 12px
}

.showcase-32-0 .showcase-carousel .slick-dots li.slick-active button {
	background-color: #c6d800
}

.showcase-32-0 .showcase-lists {
	width: 100%;
	overflow: hidden;
	position: relative
}

@media (min-width:1200px) {
	.showcase-32-0 .showcase-lists {
		padding-top: calc(9 / 16 * 100% + 126px)
	}
}

.showcase-32-0 .showcase-lists .scrollbar-y {
	flex: auto
}

.showcase-32-0 .showcase-lists .list-body {
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column
}

.showcase-32-0 .showcase-lists .list-item {
	flex: auto;
	display: flex;
	align-items: center;
	column-gap: 21px;
	padding: 7px 14px
}

.showcase-32-0 .showcase-lists .list-item:not(:last-child) {
	border-bottom: 1px solid #ccc
}

.showcase-32-0 .showcase-lists .list-item .item-date {
	flex: none;
	text-align: center
}

.showcase-32-0 .showcase-lists .list-item .item-date .item-day {
	color: #034ea2;
	font-size: 24px;
	font-weight: bold;
	font-style: italic
}

.showcase-32-0 .showcase-lists .list-item .item-date .item-year_month {
	font-size: 12px;
	color: #595757
}

.showcase-32-0 .showcase-lists .list-item .item-title {
	flex: auto;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width:992px) {
	.showcase-32-0 .showcase-lists .list-item .item-title {
		font-size: 18px
	}
}

.showcase-32-0 .showcase-lists .list-item .item-title a {
	color: #595757
}

.showcase-32-0 .showcase-lists .list-item .item-title a:hover {
	text-decoration: underline;
	text-underline-offset: 3px
}

.showcase-32-0 .showcase-lists .list-wrapper {
	display: flex;
	flex-direction: column
}

@media (min-width:1200px) {
	.showcase-32-0 .showcase-lists .list-wrapper {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		position: absolute
	}
}

.showcase-32-0 .showcase-more {
	flex: none;
	text-align: right;
	margin-top: 14px
}

@media (min-width:1200px) {
	.showcase-32-0 .showcase-more {
		margin-top: 28px
	}
}

.showcase-32-0 .showcase-more a {
	display: inline-block;
	transition: all .3s
}

.showcase-32-0 .showcase-more a:hover {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px
}

.showcase-33-0.theme-lighter {
	background-color: #e6f2fa;
	padding-top: 14px;
	padding-bottom: 14px
}

@media (min-width:1200px) {
	.showcase-33-0.theme-lighter {
		padding-top: 28px;
		padding-bottom: 28px
	}
}

@media (min-width:992px) {
	.showcase-33-0:not(.one-col) .showcase-lists {
		width: calc(50% - 14px)
	}

	.showcase-33-0:not(.one-col) .showcase-lists:first-child {
		float: left
	}

	.showcase-33-0:not(.one-col) .showcase-lists:last-child {
		float: right
	}
}

@media (min-width:1200px) {
	.showcase-33-0:not(.one-col) .showcase-lists {
		width: calc(50% - 14px * 2.5)
	}
}

@media (min-width:1470px) {
	.showcase-33-0:not(.one-col) .showcase-lists {
		width: calc(50% - 14px * 6.25)
	}
}

.showcase-33-0 .showcase-body:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

.showcase-33-0 .showcase-lists {
	overflow: hidden;
	width: 100%
}

.showcase-33-0 .showcase-lists .list-head {
	margin-bottom: 7px
}

.showcase-33-0 .showcase-lists .list-head:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.showcase-33-0 .showcase-lists .list-head {
		margin-bottom: 14px
	}
}

.showcase-33-0 .showcase-lists .list-head .list-icon {
	line-height: 1;
	border-radius: 999px;
	color: #034ea2;
	float: left;
	margin-right: 7px
}

.showcase-33-0 .showcase-lists .list-head .list-icon img {
	width: 36px;
	height: auto
}

.showcase-33-0 .showcase-lists .list-head .list-icon .icon {
	width: 24px;
	height: 24px;
	font-size: 24px
}

@media (min-width:1200px) {
	.showcase-33-0 .showcase-lists .list-head .list-icon .icon {
		width: 28px;
		height: 28px;
		font-size: 28px
	}
}

@media (min-width:1470px) {
	.showcase-33-0 .showcase-lists .list-head .list-icon .icon {
		width: 36px;
		height: 36px;
		font-size: 36px
	}
}

.showcase-33-0 .showcase-lists .list-head .list-title {
	float: left;
	font-size: 24px
}

.showcase-33-0 .showcase-lists .list-head .list-title:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.showcase-33-0 .showcase-lists .list-head .list-title {
		font-size: 26px
	}
}

@media (min-width:1470px) {
	.showcase-33-0 .showcase-lists .list-head .list-title {
		font-size: 30px
	}
}

.showcase-33-0 .showcase-lists .list-head .list-title .part {
	float: left
}

.showcase-33-0 .showcase-lists .list-head .list-title .part.part-1 {
	color: #171311
}

.showcase-33-0 .showcase-lists .list-head .list-title .part.part-2 {
	color: #034ea2
}

.showcase-33-0 .showcase-lists .list-body {
	flex: auto;
	display: flex;
	flex-direction: column
}

.showcase-33-0 .showcase-lists .list-body .list-item {
	flex: auto;
	display: flex;
	align-items: center;
	column-gap: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
	color: #171311;
	font-size: 16px
}

.showcase-33-0 .showcase-lists .list-body .list-item .item-department,
.showcase-33-0 .showcase-lists .list-body .list-item .separator {
	flex: none;
	font-weight: bold;
	line-height: 26px
}

.showcase-33-0 .showcase-lists .list-body .list-item .item-title {
	flex: auto;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.showcase-33-0 .showcase-lists .list-body .list-item .item-title a {
	color: inherit
}

.showcase-33-0 .showcase-lists .list-body .list-item .item-title a:hover {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px
}

.showcase-33-0 .showcase-lists .list-more {
	flex: none;
	margin-top: 14px;
	text-align: right
}

@media (min-width:1200px) {
	.showcase-33-0 .showcase-lists .list-more {
		margin-top: 21px
	}
}

.showcase-33-0 .showcase-lists .list-more a {
	display: inline-block;
	transition: all .3s;
	opacity: 1
}

.showcase-33-0 .showcase-lists .list-more a:hover {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px
}

.showcase-34-0 {
	position: relative;
	padding-top: 14px
}

@media (min-width:1200px) {
	.showcase-34-0 {
		padding-top: 28px
	}
}

.showcase-34-0 .showcase-media {
	position: absolute;
	width: 100%;
	height: 260px;
	left: 0;
	top: 0
}

@media (min-width:1200px) {
	.showcase-34-0 .showcase-media {
		height: 320px
	}
}

@media (min-width:1470px) {
	.showcase-34-0 .showcase-media {
		height: 350px
	}
}

.showcase-34-0 .showcase-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center
}

@media (min-width:1200px) {
	.showcase-34-0 .showcase-media img {
		position: relative
	}
}

.showcase-34-0 .showcase-media:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(23, 19, 17, 0.7)
}

.showcase-34-0 .showcase-head {
	margin-bottom: 7px
}

.showcase-34-0 .showcase-head:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.showcase-34-0 .showcase-head {
		margin-bottom: 14px
	}
}

.showcase-34-0 .showcase-head .showcase-icon {
	float: left;
	padding: 4.9px;
	background-color: #034ea2;
	line-height: 1;
	border-radius: 999px;
	color: #fff;
	font-size: 24px;
	margin-right: 7px
}

@media (min-width:1200px) {
	.showcase-34-0 .showcase-head .showcase-icon {
		font-size: 26px
	}
}

@media (min-width:1470px) {
	.showcase-34-0 .showcase-head .showcase-icon {
		font-size: 30px
	}
}

.showcase-34-0 .showcase-head .showcase-title {
	font-size: 24px
}

.showcase-34-0 .showcase-head .showcase-title:after {
	content: "";
	display: block;
	height: 0;
	clear: both
}

@media (min-width:1200px) {
	.showcase-34-0 .showcase-head .showcase-title {
		font-size: 26px
	}
}

@media (min-width:1470px) {
	.showcase-34-0 .showcase-head .showcase-title {
		font-size: 30px
	}
}

.showcase-34-0 .showcase-head .showcase-title .part {
	float: left
}

.showcase-34-0 .showcase-head .showcase-title .part.part-1 {
	color: #fff
}

.showcase-34-0 .showcase-head .showcase-title .part.part-2 {
	color: #034ea2
}

@media (min-width:1200px) {
	.showcase-34-0 .showcase-body {
		padding-left: 150px;
		padding-right: 150px
	}
}

.showcase-34-0 .showcase-body .showcase-item {
	display: block;
	position: relative
}

.showcase-34-0 .showcase-body .showcase-item:hover .item-media img {
	transform: scale(1.05)
}

.showcase-34-0 .showcase-body .showcase-item:hover .item-title {
	text-decoration: underline;
	text-underline-offset: 5px
}

.showcase-34-0 .showcase-body .showcase-item .item-media {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: calc(330 / 506 * 100%)
}

.showcase-34-0 .showcase-body .showcase-item .item-media:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background-image: linear-gradient(to top, rgba(0, 129, 204, 0.8), rgba(0, 129, 204, 0))*/
}

.showcase-34-0 .showcase-body .showcase-item .item-media img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}

.showcase-34-0 .showcase-body .showcase-item .item-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding-left: 14px;
	padding-right: 14px;
	color: #fff;
	font-weight: bold;
	z-index: 2;
	font-size: 20px;
	text-align: center
}

@media (min-width:1200px) {
	.showcase-34-0 .showcase-body .showcase-item .item-title {
		font-size: 24px
	}
}

@media (min-width:1470px) {
	.showcase-34-0 .showcase-body .showcase-item .item-title {
		font-size: 28px
	}
}

.showcase-35-0.bg-lighter {
	background-color: #f2f2f2;
	padding-top: 28px;
	padding-bottom: 28px
}

@media (min-width:1200px) {
	.showcase-35-0.bg-lighter {
		padding-top: 56px;
		padding-bottom: 56px
	}
}

.showcase-35-0 .showcase-title {
	text-align: center;
	margin-bottom: 28px;
	color: #3e6fb7;
	font-weight: bold
}

@media (min-width:1200px) {
	.showcase-35-0 .showcase-title {
		margin-bottom: 56px;
		font-size: 30px
	}
}

.showcase-35-0 .showcase-title:after,
.showcase-35-0 .showcase-title:before {
	display: inline-block;
	content: "—";
	margin: 0 7px
}

.showcase-35-0 .showcase-item {
	position: relative
}

@media (min-width:1200px) {
	.showcase-35-0 .showcase-item {
		height: 100%
	}
}

.showcase-35-0 .showcase-item .item-media {
	overflow: hidden;
	position: relative;
	padding-top: calc(346 / 640 * 100%)
}

.showcase-35-0 .showcase-item .item-media:hover img {
	transform: scale(1.05)
}

.showcase-35-0 .showcase-item .item-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}

.showcase-35-0 .showcase-item .item-title {
	margin-bottom: 7px
}

@media (min-width:1200px) {
	.showcase-35-0 .showcase-item .item-title {
		font-size: 24px;
		margin-bottom: 14px
	}
}

@media (min-width:1200px) {
	.showcase-35-0 .showcase-item .item-desc {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		font-size: 16px;
		line-height: 1.5;
		height: 96px
	}
}

@media (min-width:1470px) {
	.showcase-35-0 .showcase-item .item-desc {
		-webkit-line-clamp: 7;
		height: 168px
	}
}

.showcase-35-0 .showcase-item .item-more {
	margin-top: 28px
}

@media (min-width:1200px) {
	.showcase-35-0 .showcase-item .item-more {
		margin-top: 56px;
		position: absolute;
		bottom: 0;
		left: 0
	}
}

.showcase-35-0 .showcase-item .item-more a {
	display: inline-block;
	padding: 10.5px 14px;
	border: 1px solid #3e6fb7;
	color: #3e6fb7;
	transition: all .3s
}

.showcase-35-0 .showcase-item .item-more a:hover {
	background-color: #3e6fb7;
	color: #fff
}

.showcase-35-0 .showcase-item .item-more a .icon {
	margin-left: 7px
}

@media (min-width:1200px) {
	.showcase-35-0 .row {
		display: flex
	}
}

.showcase-35-0 .row>[class|="col"]:first-child {
	margin-bottom: 28px
}

@media (min-width:1200px) {
	.showcase-35-0 .row>[class|="col"]:first-child {
		margin-bottom: 0
	}
}

.showcase-36-0 .showcase-title {
	text-align: center;
	margin-bottom: 28px;
	color: #3e6fb7;
	font-weight: bold
}

@media (min-width:1200px) {
	.showcase-36-0 .showcase-title {
		margin-bottom: 56px;
		font-size: 30px
	}
}

.showcase-36-0 .showcase-title:after,
.showcase-36-0 .showcase-title:before {
	display: inline-block;
	content: "—";
	margin: 0 7px
}

.showcase-36-0 .showcase-item {
	margin-bottom: 28px
}

.showcase-36-0 .showcase-item .item-media {
	position: relative;
	overflow: hidden;
	padding-top: calc(100% * 210 / 358)
}

.showcase-36-0 .showcase-item .item-media:hover .item-play {
	background-color: #fff
}

.showcase-36-0 .showcase-item .item-media:hover img {
	transform: scale(1.05)
}

.showcase-36-0 .showcase-item .item-media img {
	transition: all .3s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center
}

.showcase-36-0 .showcase-item .item-media .item-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	padding: 15px;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.75);
	color: #3e6fb7;
	line-height: 1
}

.showcase-36-0 .showcase-item .item-title {
	margin-top: 14px
}

@media (min-width:1200px) {
	.showcase-36-0 .showcase-item .item-title {
		font-size: 24px;
		margin-top: 28px
	}
}

.showcase-36-0 .showcase-item .item-title a {
	color: inherit
}

.showcase-36-0 .showcase-item .item-title a:hover {
	color: inherit;
	opacity: 1
}
.ldly .list-title a {
	font-size: 32px;
	line-height: 42px;
}