@import url("pagebar.css");
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/

body {
	font-size: 16px;
	line-height: 28px;
}

@font-face {
	font-family: "hyktj";
	src: url(../fonts/hyktj.ttf)
}
@font-face {
	font-family: "f015";
	src: url(../fonts/f015.ttf)
}
@font-face {
	font-family: "georgia";
	src: url(../fonts/georgia.ttf)
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
ul,li,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}

/* Cursor*/

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
	0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
	0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
	0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
	0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* bootstrap select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: inherit !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid #f4f4f4;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
	padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
	padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-black);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
	color: var(--thm-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-black);
	color: #fff;
	cursor: pointer;
}

.sm-gutters{margin-right:10px;margin-left:10px;}
.sm-gutters>.col,.no-gutters>[class*=col-]{padding-right:10px;padding-left:10px;}

.scroll-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #2666b5;
	border-radius: 50%;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 990;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
	border: 1px solid #2666b5;
}

@media (max-width: 480px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
	}
}

.scroll-to-top i {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (max-width: 480px) {
	.scroll-to-top i {
		font-size: 14px;
		line-height: 40px;
	}
}

.scroll-to-top:hover {
	background-color: #fff;

}

.scroll-to-top:hover i {
	color: var(--thm-black);
}

.post-pagination {
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.post-pagination a {
	color: var(--thm-black);
	font-size: 18px;
	font-weight: 700;
	border-style: solid;
	border-width: 1px;
	border-color: #e3e9ec;
	padding-left: 18.5px;
	padding-right: 18.5px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.post-pagination a.active,
.post-pagination a:hover {
	color: #fff;
	background-color: var(--thm-black);
	border-color: var(--thm-black);
}

.post-pagination a+a {
	margin-left: 10px;
}

.post-pagination a.active {
	cursor: auto;
}

.post-pagination__prev,
.post-pagination__next {
	border: none !important;
	background-color: transparent !important;
	text-decoration: underline;
	color: var(--thm-black) !important;
	text-transform: uppercase;
	font-size: 14px !important;
}

/* datepicker */
.datepicker-dropdown {
	min-width: 300px;
}

.datepicker-dropdown table {
	width: 100%;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	background-color: var(--thm-black);
	background-image: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	background-color: var(--thm-base);
	background-image: none;
}

/* preloader */

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999999;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid var(--thm-black);
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}
/*images size */
.aspect-box {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.aspect-box > * /* This targets .aspect-box__content */ {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.aspect-box:before /* This pseudo element uses the padding trick to set the height. */ {
	position: relative;
	display: block;
	content: "";

	box-sizing: border-box;
}
.square {
	aspect-ratio: '1:1';
}
.square:before {
	aspect-ratio: '1:1';
	padding-top: 100%;
}
.rectangle16-9{
	aspect-ratio: '16:9';
}
.rectangle16-9:before {
	padding-top: 56.25%;
}
.rectangle16-10{
	aspect-ratio: '16:10';
}
.rectangle16-10:before {
	padding-top: 62.5%;
}
.rectangle4-3{
	aspect-ratio: '4:3';
}
.rectangle4-3:before {
	padding-top: 75%;
}
.rectangle3-4{
	aspect-ratio: '3:4';
}
.rectangle3-4:before {
	padding-top: 120%;
}

/*ellipsis*/
.ellipsis-1row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ellipsis-2row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-3row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*bootstrap thumbnail特效1207*/
.thumbnail{
	overflow: hidden;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.thumbnail:hover{
	text-decoration: none;
}
.thumbnail img{
	cursor: pointer;
	transition: all 0.6s;
}
.thumbnail .img-fluid{
	width:100%;
}
.thumbnail:hover img{
	transform: scale(1.2);
}
.thumbnail .badge,
.thumbnail:hover .badge{
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
	font-weight: 100;
	border-radius: 0 0 0 10px;
}

.thumbnail .caption{
	color:#333333;
}
.thumbnail .intro-2{
	color:#666666;
	height:50px;
}


.thumbnail .ripple{
	position: absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
}
.thumbnail a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:80;
	opacity:80;
}


/*
block-title styles
*/

.block-title {
	position: relative;
}
.block-title.home {
	padding:40px 0;
	position: relative;
}

.home  .block-title-title {
	position: relative;
	height:50px;
}
.home  .block-title-title p{
	position: absolute;
	left:60px;
	top:5px;
	font-size: 44px;
	font-weight: 100;
	color:rgba(160,40,38,0.1);
	padding:0;
	margin:0;
	font-family: georgia;
}
.home  .block-title-title h3{
	position: absolute;
	left:10px;
	bottom:-10px;
	width:100%;
	font-size: 30px;
	font-weight: bold;
	color:#2666b5;
}

.block-title .more{
	position: absolute;
	right:0;
	top:60px;
}
.more
{

	width:80px;
	color: #666666;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.more:hover {
	position: absolute;
	color:#2666b5;
	right:-10px;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}



.block-title.home-center {
	padding:40px 0 60px 0;
}

.home-center  .block-title-title {
	position: relative;
	height:50px;
	text-align: center;
}

.home-center  .block-title-title p{
	text-align: center;
	font-size: 44px;
	font-weight: 100;
	color:rgba(160,40,38,0.1);
	padding:0;
	margin:0;
	font-family: georgia;
}
.home-center  .block-title-title h3{
	position: absolute;
	left:0;
	bottom:-10px;
	width:100%;
	font-size: 30px;
	font-weight: bold;
	color:#2666b5;
	font-family: "fzdbsj";
}


/*breadcrumb*/
.breadcrumb{
	background-color:transparent;
	font-size: 14px;

}


.breadcrumb-item a{color:rgba(255,255,255,0.8)}
.breadcrumb-item a:hover{color:#ffffff}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}
.breadcrumb-item+.breadcrumb-item a{color:rgba(255,255,255,0.8)}
.breadcrumb-item+.breadcrumb-item a:hover{color:#ffffff}
.breadcrumb-item+.breadcrumb-item::before{color:rgba(255,255,255,0.8);content:"/"}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}
.breadcrumb-item.active{color:#ffffff}
/*-------------------------------------------------------------- 
# Animations
--------------------------------------------------------------*/

@-webkit-keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@-webkit-keyframes slideBgImage {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@keyframes slideBgImage {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}




/*-------------------------------------------------------------- 
# Main Menu
--------------------------------------------------------------*/
.main-nav .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav .side-menu__toggler {
	display: none;
	color:#ffffff;
}

.main-nav {
	border-top: 5px solid #2666b5;
	padding-top:10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 91;
}

.main-nav .logo-box {
	padding: 0;
}
.main-nav .logo-box img{
	width:500px;
}

.main-nav .main-nav__main-navigation .search-link{
	text-align: right;
	color:rgba(255,255,255,0.6);
	font-size: 14px;
}
.main-nav .main-nav__main-navigation .search-link a{
	color:rgba(255,255,255,0.6);
}
.main-nav .main-nav__main-navigation {
	margin-left: auto;
}

.main-nav .main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav .dropdown-btn {
	display: none;
}

.main-nav .main-nav__main-navigation .main-nav__navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav .main-nav__navigation-box>li {
	padding: 10px 0 20px 0;
	white-space:nowrap;
}
.main-nav .main-nav__navigation-box>li.active {
	border-bottom:2px solid #ffffff;
}
.main-nav .main-nav__navigation-box>li+li {
	margin-left: 20px;
}

.main-nav .main-nav__navigation-box>li>a {
	font-size: 18px;
	color:#ffffff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav .main-nav__navigation-box .dropdown>a::after {
	content: "\e927";
	font-family: "feather";
	font-weight: 100;
	margin-left: 0;
}


/*--------------------------------------------------------------
# second Menu
--------------------------------------------------------------*/
.second-nav .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.second-nav .side-menu__toggler {
	display: none;
	color:#2666b5;
}

.second-nav {
	border-top: 5px solid #2666b5;
	padding-top:10px;
	position: relative;
	background: #ffffff;
	width: 100%;
	z-index: 91;
}

.second-nav .logo-box {
	padding: 0;
}
.second-nav .logo-box img{
	width:500px;
}

.second-nav .main-nav__main-navigation .search-link{
	text-align: right;
	color:rgba(0,0,0,0.5);
	font-size: 14px;
}
.second-nav .main-nav__main-navigation .search-link a{
	color:rgba(0,0,0,0.5);
}
.second-nav .main-nav__main-navigation {
	margin-left: auto;
}

.second-nav .main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.second-nav .dropdown-btn {
	display: none;
}

.second-nav .main-nav__main-navigation .main-nav__navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.second-nav .main-nav__navigation-box>li {
	padding: 10px 0 20px 0;
	white-space:nowrap;
}
.second-nav .main-nav__navigation-box>li.active {
	border-bottom:2px solid #2666b5;
}
.second-nav .main-nav__navigation-box>li+li {
	margin-left: 20px;
}

.second-nav .main-nav__navigation-box>li>a {
	font-size: 18px;
	color:#000000;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.second-nav .main-nav__navigation-box .dropdown>a::after {
	content: "\e927";
	font-family: "feather";
	font-weight: 100;
	margin-left: 0;
	font-size: 14px;
}


/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 320px;
	background-color: #fff;
	border-top: 2px solid #2666b5;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
	-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease,
	-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease,
	-webkit-transform 500ms ease;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
	-webkit-transform 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a::after {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-black-rgb), 0.15);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color: var(--thm-black);
	font-size: 16px;
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color: #2666b5;
}

/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: perspective(300px) scaleY(0) translateZ(30px);
	transform: perspective(300px) scaleY(0) translateZ(30px);

	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: perspective(300px) scaleY(1) translateZ(0);
	transform: perspective(300px) scaleY(1) translateZ(0);
	visibility: visible;
	opacity: 1;
}

/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: perspective(300px) scaleX(0);
	transform: perspective(300px) scaleX(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: perspective(300px) scaleX(1);
	transform: perspective(300px) scaleX(1);
	visibility: visible;
	opacity: 1;
}

/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
	display: none;
}

/* stricked menu */
.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background:#ffffff;
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.stricked-menu .logo-box {
	padding-top: 0;
	padding-bottom: 12px;
}
.stricked-menu .main-nav__right {
	padding-top: 0;
	padding-bottom: 20px;
}
.stricked-menu .main-nav__navigation-box>li>a {
	color: #000000;
}
.stricked-menu .logo_light, .logo_dark {
	display: none;
}
.stricked-menu .logo_dark {
	display: block;
}
.stricked-menu .main-nav__main-navigation .search-link{
	color:rgba(0,0,0,0.6);
}
.stricked-menu .main-nav__main-navigation .search-link a{
	color:rgba(0,0,0,0.6);
}
.stricked-menu .side-menu__toggler{
	color:#2666b5;
}

/*-------------------------------------------------------------- 
# Banner
--------------------------------------------------------------*/

.banner-section {
	position: relative;
}

.banner-carousel {
	position: relative;
}

.banner-carousel .slide-item {
	position: relative;
	display: block;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:780px;
	overflow: hidden;
}

.banner-carousel .slide-item .curved-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
}

.banner-carousel .slide-item .curved-layer:before {
	content: "";
	position: absolute;
	right: 0;
	top: -80%;
	width: 120%;
	height: 200%;
	opacity: 0.85;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: rotate(20deg) scaleX(0);
	transform: rotate(20deg) scaleX(0);
}

.banner-carousel .active .slide-item .curved-layer:before {
	-webkit-transform: rotate(20deg) scaleX(1);
	transform: rotate(20deg) scaleX(1);
	-webkit-transition: all 700ms linear;
	transition: all 700ms linear;
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-animation-name: slideBgImage;
	        animation-name: slideBgImage;
	-webkit-animation-duration: 7000ms;
	        animation-duration: 7000ms;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}

.banner-carousel .slide-item:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0;
	content: "";
	z-index: 1;
}

.banner-carousel .content-box {
	position: relative;
	margin: 0 auto;
	padding: 0 0px;
	z-index: 5;
}

.banner-carousel .content-box:before {
	position: absolute;
	content: "";
	left: -220px;
	top: -120px;
	width: 650px;
	height: 650px;
	border-radius: 50%;
}

.banner-carousel .content-box h3 {
	font-family: var(--thm-font);
	display: block;
	font-size: 24px;
	line-height: 1.15em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 35px;
	letter-spacing: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform: capitalize;
}

.banner-carousel .active .content-box h3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box h2 {
	display: block;
	font-size: 60px;
	line-height: 1.15em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 30px;
	position: relative;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform: capitalize;
}

.banner-carousel .content-box h2 span {
	font-weight: 300;
}

.banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 900ms ease;
	transition: all 900ms ease;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box .text {
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin: 0 auto;
	margin-bottom: 35px;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}


.banner-carousel .active .content-box .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box {
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	margin-top: 70px;
}

.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-carousel .content-box .btn-box .thm-btn {
	margin-right: 20px;
	padding: 13.5px 40.5px;
	background-color: #fff;
	color: var(--thm-black);
}

.banner-carousel .content-box .btn-box .thm-btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.banner-carousel .content-box .btn-box .thm-btn:last-child {
	margin: 0;
}

.banner-section .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;

}

.banner-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none!important;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	line-height: 56px;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	outline: none;
}

.banner-section .owl-theme .owl-nav .owl-prev:after {
	font-family: "feather";
	content: "\e928";
	font-weight: 900;
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	left: 0;
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover:after {
	color: #222;
}

.banner-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none!important;
	text-align: center;
	line-height: 56px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	outline: none;
}

.banner-section .owl-theme .owl-nav .owl-next:after {
	font-family: "feather";
	font-weight: 900;
	content: "\e929";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	right: 0;
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:hover:after {
	color: #222;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover,
.banner-section .owl-theme .owl-nav .owl-next:hover {
	opacity: 1;
	background-color: #fff;
}


.banner-section .btn-style-one .btn-title {
	background-color: #fff;
	color: #222;
}

.banner-section .btn-style-one:hover .btn-title {
	color: #fff;
}

.bg_gradual{
	position: relative;

}
.bg_gradual::before{
	height:200px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	-webkit-background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}


/*  */

.news-carousel {
	padding-bottom:50px;
}
.news-carousel .item{
	padding:20px 0;

}
.news-carousel-content {
	padding: 30px 20px;
	background:#ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.6s;
}
.news-carousel-single:hover .news-carousel-content {
	transform: scale(1.04);
}

.news-carousel-content h3 {
	margin: 0;
	padding:0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:#333333;
}


.news-carousel-image {
	overflow: hidden;
	position: relative;
}

.news-carousel-image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -190%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.3);
	transform: rotate(30deg) scale(1.3);
	background: -webkit-gradient(linear,
	left top, right top,
	color-stop(50%, rgba(255, 255, 255, 0)),
	to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0.7) 100%);
}

.news-carousel-single:hover .news-carousel-image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}


/*/!*owl-carousel*!/*/
/*.news-carousel.owl-theme .owl-nav {*/
	/*display: -webkit-box;*/
	/*display: flex;*/
	/*-webkit-box-align:left;*/
	/*align-items: left;*/
	/*-webkit-box-pack:left;*/
	/*justify-content:center;*/
	/*margin-top: 20px;*/
	/*margin-bottom:20px;*/
/*}*/


/*.news-carousel.owl-theme .owl-nav [class*=owl-] {*/
	/*width: 45px;*/
	/*height: 45px;*/
	/*border-radius: 30px;*/
	/*background-color: rgba(61,167,247,0.1);*/
	/*border:1px solid rgba(61,167,247,0.6);*/
	/*opacity: 50%;*/
	/*color:#ffffff;*/
	/*display: -webkit-box;*/
	/*display: flex;*/
	/*-webkit-box-align: center;*/
	/*align-items: center;*/
	/*-webkit-box-pack: center;*/
	/*justify-content: center;*/
	/*-webkit-transition: 500ms;*/
	/*transition: 500ms;*/
	/*position: relative;*/
	/*outline: none;*/
	/*margin: 0;*/
	/*padding: 0;*/
/*}*/

/*.news-carousel.owl-theme .owl-nav [class*=owl-]:hover {*/
	/*background-color: rgba(61,167,247,0.1);*/
	/*opacity: 1;*/
/*}*/


/*.news-carousel.owl-theme .owl-nav [class*=owl-]+[class*=owl-] {*/
	/*margin-left: 10px;*/
/*}*/

/*.news-carousel.owl-theme .owl-nav [class*=owl-] span {*/
	/*color: rgba(0, 0, 0, 0);*/
	/*display: -webkit-box;*/
	/*display: flex;*/
	/*-webkit-box-align: center;*/
	/*align-items: center;*/
	/*-webkit-box-pack: center;*/
	/*justify-content: center;*/
	/*position: relative;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*text-align: center;*/
/*}*/


/*.news-carousel.owl-theme .owl-nav [class*=owl-] span::before {*/
	/*content: "\f30a";*/
	/*font-family: "Font Awesome 5 Free";*/
	/*color:#3da7f1;*/
	/*font-size: 17px;*/
	/*font-weight: 900;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*text-align: center;*/
	/*display: -webkit-box;*/
	/*display: flex;*/
	/*-webkit-box-align: center;*/
	/*align-items: center;*/
	/*-webkit-box-pack: center;*/
	/*justify-content: center;*/
/*}*/

/*.news-carousel.owl-theme .owl-nav [class*=owl-]:nth-child(2) span::before {*/
	/*content: "\f30b";*/
/*}*/

.news-carousel.owl-theme .owl-dots{
	text-align:center;
	-webkit-tap-highlight-color:transparent;
	border: none;
}

.news-carousel.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
outline: none;
}
.news-carousel.owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:5px;
	margin:5px 4px;
	background-color:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px;
}
.news-carousel.owl-theme .owl-dots .owl-dot:hover span{
	background-color:#af2d2d;
}
.news-carousel.owl-theme .owl-dots .owl-dot.active span{
	background-color:#af2d2d;
	width:30px;
}


/*-------------------------------------------------------------- 
# Main Footer 
--------------------------------------------------------------*/
.site-footer{
	background-color:#761719;
	background-image:url(../images/footer-bg.jpg) ;
	background-size: 100%;
	color:#ffffff;
}
.footer-widget{
	text-align: center;
	padding:0;
}
.footer-widget img{
	width:100%;
}
.site-footer .slogan{
	padding-left:70px;
	font-size: 24px;
	margin-top:20px;
	font-family: "hyktj";

}
.site-footer .slogan span{
	margin:0 15px;
}
.site-footer-upper {
	padding:40px 0 20px 0;
}
.site-footer .widget {
	margin-bottom: 0px;
}
.site-footer .widget img{
	width:480px;
}
.site-footer .widget_title {
	margin-top:10px;
	margin-bottom: 15px;
	font-size: 18px;
	color:#ffffff;
}
.site-footer .widget ul{
	margin:0 0 0 70px;
	padding:0;
}
.site-footer .widget li{
	font-size: 14px;
	margin:0;
	padding:0;
	color:rgba(255,255,255,0.8);
}
.site-footer .widget a{
	font-size: 14px;
	margin:0;
	padding:0;
	color:rgba(255,255,255,0.6);
}
.site-footer .widget a:hover{
	color:rgba(255,255,255,0.8);
}
.site-footer .erweima{
	position: absolute;
	right:0;
	width:100px;
	margin-top:30px;
	text-align:center;
}
.site-footer .erweima p{
	text-align: center;
	font-size: 14px;
	margin-top:5px;
	padding-right:7px;
}
.site-footer .erweima img{
	width:100px;
}
.site-footer-bottom {
	font-size: 14px;
}
.site-footer-bottom .inner-container {
	border-top: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	color:rgba(255,255,255,0.5);
	padding:10px 0  10px 0;
}
.site-footer-bottom .inner-container p{
	margin:0;
	padding:0;
}


/*-------------------------------------------------------------- 
 # SideMenu 
 --------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
}

.side-menu__block-inner {
	position: relative;
	width: 300px;
	margin-left: auto;
	height: 100vh;
	background-color: #2666b5;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 60px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 9999999;
	font-size: 18px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__close-btn:hover {
	color:#ffffff;
}

.mobile-nav__container {
	margin: 40px 0;
	border-top: 1px solid rgba(255,255,255, 0.1);
	border-bottom: 1px solid rgba(255,255,255, 0.1);
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	width: 35px;
	height: 35px;
	background-color: transparent;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transfrom 500ms ease, color 500ms ease,
	background-color 500ms ease;
	transition: transfrom 500ms ease, color 500ms ease,
	background-color 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);

	color: #ffffff;
}

.mobile-nav__container li+li {
	border-top: 1px solid rgba(255,255,255, 0.1);
}

.mobile-nav__container li>ul {
	padding-left:20px;
	border-top: 1px solid transparent;
}
.mobile-nav__container li>ul li+li{
	border-top: 1px solid transparent;
}
.mobile-nav__container li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding: 10px 0;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 3px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	background-color:rgba(0,0,0,0.1);
	color: #ffffff;
}
.mobile-nav__container .search-link{
	display: block;
	position: absolute;
	bottom:-40px;
	left:34px;
}
.mobile-nav__container .search-link span{
	display: none
}
.mobile-nav__container .search-link a{
	color:#ffffff;
	font-size: 14px;
}

.side-menu__logo {
	padding-left: 30px;
}


/* side content */

.side-content__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-content__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-content__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
}

.side-content__block-inner {
	position: relative;
	width: 300px;
	height: 100vh;
	background-color: #fff;
	z-index: 999999;
	overflow-y: auto;
	padding: 20px 15px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

.side-content__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-content__block .main-navigation .submenu {
	display: none;
}

.side-content__block__text {
	text-align: center;
}

.side-content__block__title {
	font-size: 20px;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 15px;
}

.side-content__block-line {
	margin: 40px 0;
	border-color: rgba(48, 46, 47, 0.2);
}

.side-content__block-about {
	margin-top: 40px;
}

.side-content__block-about__btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.side-content__block-contact__list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.side-content__block-contact__list-item {
	color: var(--thm-black);
	font-size: 15px;
	position: relative;
	padding-left: 30px;
}

.side-content__block-contact__list-item a {
	color: inherit;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.side-content__block-contact__list-item a:hover {
	color: var(--thm-black);
}

.side-content__block-contact__list-item i {
	font-size: 17px;
	color: var(--thm-black);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.side-content__block-contact__list-item+.side-content__block-contact__list-item {
	margin-top: 10px;
}

.side-content__block__text-copy {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.side-content__block__text-copy a {
	color: inherit;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.side-content__block__text-copy a:hover {
	color: var(--thm-black);
}

.side-content__block__text a {
	color: var(--thm-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.side-content__block__text a:hover {
	color: var(--thm-black);
}

/*-------------------------------------------------------------- 
 # Search Popup 
 --------------------------------------------------------------*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: #000000;
	font-size: 18px;
	background-color: white;
	padding-left: 30px;
}

.search-popup__form ::-webkit-input-placeholder {
	opacity: 1;
	color: #888888;
}

.search-popup__form ::-moz-placeholder {
	opacity: 1;
	color: #888888;
}

.search-popup__form :-ms-input-placeholder {
	opacity: 1;
	color: #888888;
}

.search-popup__form ::-ms-input-placeholder {
	opacity: 1;
	color: #888888;
}

.search-popup__form ::placeholder {
	opacity: 1;
	color:#888888;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color:#888888;
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color:#888888;
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color:#888888;
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color:#888888;
}

.search-popup__form button[type="submit"] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #2666b5;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
	background-color:#2666b5;
	color: #fff;
}

/*list-text*/
.list-text{
	padding:0;
	margin:0;
}
.list-text.box{
border-top: 1px solid #b9c8df;
}

.list-text li{
	position: relative;
	padding:10px 0;
	list-style: none;
	cursor: pointer;
	transition: all 0.6s;
	border-bottom:1px solid #d0dbec;
}

.list-text li:hover{
	transform: scale(1.02);
	border-bottom:1px solid #2666b5;
}
.list-text li a{
	display: block;
	color:#333333;
}
.list-text li:hover a{
	display: block;
	color:#2666b5;
	-webkit-transition: 1s;
	transition: 1s;

}
.list-text li .title{
	margin-top:5px;
	font-size: 15px;
	padding-left:0;
	position: relative;
	width:calc(100% - 110px);
}
.list-text li .title:before{
	content: "";
	position: absolute;

}
.list-text li:hover .title:before{
	background: #2666b5;
	-webkit-transition: 1s;
	transition: 1s;
}

.list-text li .time{
	font-size: 14px;
	color:#999999;
	width:90px;
	position: absolute;
	right:0;
	top:8px;
}
.list-text li a:hover .time{
	color: #2666b5;
}
/*list-text-card*/
.list-text-card {
	cursor: pointer;
	padding: 16px 20px;
	background:#ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.6s;
	margin-bottom:20px;
}
.list-text-card:hover {
	transform: scale(1.04);
}

.list-text-card h3 {
	margin: 0;
	padding:0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:#333333;
}

/*list-text-media*/

.list-text.media{
}
.list-text.media .time{
	color:#2666b5;
	font-size: 14px;
}
.list-text.media  .time-left{
	position: relative;
	background:#278ce1;
	color:#ffffff;
	width:75px;
	height:100px;
	padding-top:25px;
	padding-left:10px;
	line-height: 18px;
	font-size: 16px;
	text-align:left;
}
.list-text.media  .time-left:before{
	position: absolute;
	content: "";
	width:8px;
	height:92px;
	background:rgba(39,140,225,0.5);
	top:8px;
	right:-8px;
}
.list-text.media  .time-left:after{
	position: absolute;
	content: "";
	width:75px;
	height:8px;
	background:rgba(39,140,225,0.5);
	bottom:-8px;
	right:-8px;
}
.list-text.media  .time-left .day{
	font-size: 20px;
}

.list-text.media .media-body{
	position: relative;
	z-index: 3;
	height:80px;
}

.list-text.media .media-body .title{
	width:100%;
	color:#333333;
	font-size: 18px;
	font-weight: normal;
	line-height: 150%;
	border-left:3px solid #2666b5;
	padding-left:10px;
}
.list-text.media .media-body .desc{
	margin-top:15px;
	width:100%;
	color:#333333;
	font-size: 12px;
	line-height: 18px;
}
.list-text .desc{
	font-size: 14px;
	margin:0;
}
.list-text .img{
	width:100px;
	margin-right:10px;
}
.list-text .img-bg{
	width:200px;
	margin-right:10px;
}
/*list-media*/
.list-media a{
	-webkit-transition: 500ms;
	transition: 500ms;
}
.list-media li{
	cursor: pointer;
	padding: 25px;
	background:#ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.6s;
	margin-bottom:20px;
}
.list-media li:hover{
	transform: scale(1.02);
}
.list-media .img{
	width:280px;
	margin-right:30px;
}
.list-media .title{
	font-size: 18px;
	line-height: 24px;
	color:#333333;
	font-weight: bold;
}
.list-media .summary{
	font-size:14px;
	line-height:22px;
	color:#666666;
}

.list-media .time{
	font-size:14px;
	color:#999999;
}

.list-media li:hover .title{
	color:#2666b5;
}
.list-media i{
	margin-top:15px;
	margin-right:30px;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.list-media li:hover i{
	margin-right:10px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

/*card*/
.sub-list.card{
	background: #ffffff;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.04);
	padding:0;
	border: 0;
	border-radius: 0;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
}
.sub-list.card:hover{
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.08);
	transform: scale(1.021);
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list.card  .caption {
	background: #ffffff;
	padding:0 15px;
}

.sub-list.card .caption h3 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	height:48px;
	color:#000000;
}

.sub-list.card .time{
	background-color: rgba(255,255,225,0.9);
	color: #000000;
	display: block;
	position: absolute;
	padding:6px 10px;
	font-size: 14px;
	top:-30px;
}

.sub-list.card  .time-left{
	position:absolute;
	top:10px;
	right:10px;
	background-color: rgba(255,255,255,0.9);
	color: #2666b5;
	width:56px;
	height:56px;
	padding-top:10px;
	padding-left:0;
	line-height: 20px;
	font-size: 12px;
	text-align:center;
}


.sub-list.card .time-left .day{
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.sub-list.card .summary{
	margin: 0 0 0 0;
	padding:0;
	color: #666666;
	line-height: 18px;
	font-size: 12px;
	height:56px;
}



.section-bg{
	background-image: url(../images/home-bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
.section1{

}
.section1 .block-title.home {
	padding:40px 0 60px 0;
	position: relative;
}
.section1 .bg-s1{
	background-color:#2666b5;
	background-image: url(../images/home-bg-s1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 0;
	padding:20px;
}
.news-img{

}
.news-slide{
	width:100%;
	position: absolute;
	background: #ffffff;
	padding:20px;
	right:0;
	top:-40px;
	z-index: 10;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}

.news-slide .carousel-control-next,
.news-slide .carousel-control-prev {
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	height: 40px;
	width: 40px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.news-slide.carousel:hover .carousel-control-next,
.news-slide.carousel:hover .carousel-control-prev {
	opacity: 1;
}
.news-slide .carousel-control-next {
	right: 10px;
}
.news-slide .carousel-control-prev {
	left: 10px;
}
.news-slide .carousel-inner{
	padding-bottom:100px;
}
.news-slide .carousel-item{
	position: relative;
}
.news-slide .carousel-indicators{

}
.news-slide .carousel-indicators li{
	background-color:rgba(0,0,0,0.3);
	width:20px;
}
.news-slide .carousel-indicators .active{
	background-color:#2f78a1;
}
.news-slide .carousel-caption{
	padding-left:0;
	height:100px;
	width:100%;
	left:0;
	bottom: -100px;
	z-index:100;
	background: #ffffff;
}

.news-slide .carousel-caption .title{
	font-size:20px;
	color:#000000;
	text-align: left;
	padding-left:10px;
	margin-bottom:10px;
	position: relative;
}
.news-slide .carousel-caption .title:after{
	position: absolute;
	content: "";
	width:4px;
	height:20px;
	background:#2666b5;
	top:2px;
	left:0;
}
.news-slide .carousel-caption .abstract{
	padding-left:12px;
	font-size:13px;
	line-height: 18px;
	color:#666666;
	text-align: left;
}
.section1 .list-card .card{
	margin:0 10px;
	border-radius: 0;
	border: none;
	background: transparent;
	color:#ffffff;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.section1 .list-card .card-body{
	padding:15px 15px;
	cursor: pointer;
	transition: all 0.6s;
}
.section1 .list-card .card:hover .card-body{
	background: rgba(255,255,255,0.1);
	transform: scale(1.02);
}
.section1 .list-card .card .arrow{
	width:30px;
	height:30px;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.4);
	text-align: center;
	line-height: 30px;
}
.section1 .list-card .card .arrow i{
	font-size: 20px;
	color:rgba(255,255,255,0.4);
}
.section1 .list-card .card .time{
	display: block;
	font-size: 14px;
}
.section1 .list-card .card .card-title{
	margin-top:5px;
	font-size: 18px;
	line-height: 150%;
	height:54px;
}
.section1 .list-card .card .card-text{
	margin-top:10px;
	font-size: 12px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height:100px;
}


.section2{
	padding-top:30px;
	position: relative;
}

.section3{
	color: #ffffff;

}
.section3 .bg-s3{
	padding-top:10px;
	padding-bottom:30px;
	background-color:#2666b5;
	background-image: url(../images/bg-logo.png);
	background-size:400px;
	background-repeat: no-repeat;
	background-position:300px 200px ;
	position: relative;
	z-index: 1;
}
.section3 .pic-s3{
	height:580px;
	background-size:cover;
	background-position:center;
	position: relative;
	margin-top:-60px;
	margin-bottom:-20px;
	z-index: 10;
	clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.section3 .pic-s3-2{
	height:620px;
	background-size:cover;
	background-position:center;
	position: relative;
	margin-top:-20px;
	margin-bottom:-20px;
	z-index: 10;
	clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section3 .intro{
	width:100%;
	margin:40px 0 0 25px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,0.2)
}
.section3 .intro h5{
	font-size: 18px;
	font-weight: bold;
}
.section3 .intro p{
	margin-top:20px;
	font-size: 14px;
	line-height: 150%;
}
.section3 .majors{
	width:100%;
	margin:10px 0 0 20px;
}

.section3 .majors a{
	width:auto;
	color:#ffffff;
	font-size: 17px;
	display: block;
	height:auto;
	line-height: 60px;
	padding:0 10px 0 25px;
	position: relative;
	transition: all 0.6s;
}

.section3 .majors a:hover{
	background: rgba(255,255,255,0.1);
	display: block;
	transform: scale(1.02);
}
.section3 .majors a i{
	display: block;
	position: absolute;
	left:5px;
	top:10px;
	font-size: 20px;
	margin-top:10px;
}
.section3 .majors h4{
	margin:20px 0;
	font-weight: bold;
	font-size: 18px;
}


.section4{
	padding-top:40px;
	padding-bottom:50px;
}
/* guojiao-pic */

.guojiao-pic {
	padding-bottom: 20px;
}

.guojiao-pic-content h3 {
	margin: 0;
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color:#000000;
	text-align: center;
}

.guojiao-pic-content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.guojiao-pic-content h3 a:hover {
	color:#000000;
}


.guojiao-pic-image {
	overflow: hidden;
	position: relative;
	background-color:#6d6d6d;
}
.guojiao-pic-image img {
	display: block; /* 避免底部空白 */
}

.guojiao-pic-image::after {
	content: '';
	position: absolute;
	top: 100%; /* 放置在图片下方 */
	left: 0;
	right: 0;
	bottom: -10px; /* 调整倒影的高度 */
	background: #000; /* 倒影颜色 */
	opacity: 0.5; /* 倒影透明度 */
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5); /* 创建倒影效果 */
}


.guojiao-pic-carousel.owl-theme .owl-dots{
	text-align:center;
	-webkit-tap-highlight-color:transparent;
	border: none;
}

.guojiao-pic-carousel.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	outline: none;
}
.guojiao-pic-carousel.owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:5px;
	margin:5px 4px;
	background-color:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px;
}
.guojiao-pic-carousel.owl-theme .owl-dots .owl-dot:hover span{
	background-color:#af2d2d;
}
.guojiao-pic-carousel.owl-theme .owl-dots .owl-dot.active span{
	background-color:#af2d2d;
	width:30px;
}


/*.image_gallery_item*/
.image_gallery_item {
	position: relative;
}
.gallary_hover_box {
	background-color: rgba(0,0,0,0.80);
	bottom: 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: absolute;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	right: 0px;
	left: 0px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.gallary_hover_box i {
	color: #fff;
	font-size: 24px;
}
.image_gallery_item:hover .gallary_hover_box {
	opacity: 1;
	visibility: visible;
}

.gallery_img img {
	transition: all 0.5s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.image_gallery_item:hover img{
	transform:translate(-50%, -50%) scale(1.25);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 100%;
	position: relative;
	height:400px;
}


.page-header::before {
	height:150px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.page-header .container {
	position: relative;
	text-align: center;
}

.page-header h2 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}

/*sub-container*/
.sub-container{
	margin-top:20px;
	position: relative;
	z-index: 10;
	padding-bottom:80px;
}

.address-bar{
	border-bottom:1px solid #c4d2e1;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	width:90%;
}

/*side-nav*/
.side-nav{
	margin-top: 20px;
	padding:20px;
	background-color: #f7f7f7;
}

.side-nav .nav-item{
	width:100%;
	padding: 10px 0 10px 0;
	border-bottom:1px solid #dfdfdf;
	position: relative;
}
.side-nav .nav-item i{
	display: block;
	opacity: 0;
	position: absolute;
	right:20px;
	top:25px;
	transition: opacity 1s ease-in-out;
}
.side-nav .nav-item:hover i{
	display: block;
	opacity: 1;
	transform: scale(1.02);

}
.side-nav .nav-item a{
	display: block;
	width:100%;
	color:#333333;
	text-align: left;
	transition: all 0.8s;

}
.side-nav .nav-item:hover a{
	font-weight: bold;
	color:#000000;
	transform: scale(1.02);
}
.side-nav .nav-item.active {
	width:100%;
	color:#000000;
	font-weight: bold;
	border-bottom:1px solid #333333;
}
.side-nav .nav-item.active a{
	color:#000000;
}
.side-nav .nav-item.active i{
	display: block;
	opacity: 1;
}
.sidebar-title{
	position: relative;
}
.sidebar-title h3{
	width:100%;
	height:100px;
	padding:20px;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
	text-align: left;
	background: rgba(52,102,182,0.9);
	margin-top:-120px;
}
.sidebar-title img{
	width:50px;
	position: absolute;
	bottom:10px;
	right:10px;
}
.sidebar-title2{
	margin-top:0;
	border-radius: 0;
	padding:10px 20px;
	font-size: 16px;
	color:#ffffff;
	background-color:#2666b5;
}
.sidebar-title2 h3{
	font-size:16px;
	padding: 0;
	margin: 0;
	position: relative;
}
.sidebar-title2 h3:after{
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 5px;
	top:0;
}

/*team*/
.team .media{
	background-color:#ffffff;
	background-image: url("../images/bg-logo.png");
	background-repeat: no-repeat;
	background-position: 350px 50px;
	background-size: 180px;
	margin-bottom:20px;
	padding: 20px 20px;

	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	-webkit-transition: 500ms;
	transition: 500ms;
	cursor: pointer;
}

.team .media:hover{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0, 0.1);
	transform: scale(1.02);
	-webkit-transition: 500ms;
	transition: 500ms;
}
.team .title{
	font-weight: bold;
	color:#af2f32;
	font-size:18px;
	border-bottom: 1px solid #ddd6c9;
	padding:15px 0;
}
.team  .media-body{
	padding-right:15px;

}
.team  .media-body i{
	position: absolute;
	bottom:15px;
	right:20px;
	-webkit-transition: 500ms;
	transition: 500ms;
	color:#2666b5;
}
.team .media:hover i{
	right:15px;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.team p{
	font-size: 13px;
	line-height: 24px;

}
/*article-box*/
.article-box{
	padding:50px;
	background-image:url(../images/article-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fbfbfb;
}
.article-box.ty{
	margin-top:-80px;
}
.article .title{
	margin-bottom:30px;

	text-align: center;
}
.article .title h2{
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	color:#000000;
	margin-bottom:25px;
}
.article .title p{
	font-size: 14px;
}
.article .publish-info{
	border-bottom: 1px solid #ebebeb;
	padding:8px;
	font-size: 14px;
	color:#666666;
}
.article .more-article{
	padding:20px 10px 10px;
	border-top: 1px solid #ebebeb;
}
.article .more-article p{
	margin:0;
}
.article .more-article a{
	font-size: 14px;
	color:#333333;
}
.article .more-article a:hover{
	text-decoration: underline;
	color:#066abc;
}