﻿@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: "fzxbs";
	src: url(../fonts/fzxbs.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;
	-webkit-transition: 500ms;
	transition: 500ms;
}
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: 1500px;
	}
}

/* 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: #2cabe0;
	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 #2cabe0;
}

@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 .ripple{
	position: absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
}
.thumbnail a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:80;
	opacity:80;
}

.thumbnail-up{
	overflow: hidden;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.thumbnail-up:hover{
	text-decoration: none;
}
.thumbnail-up img{
	cursor: pointer;
	transition: all 1s;
}
.thumbnail-up .img-fluid{
	width:100%;
}
.thumbnail-up:hover img{
	transform: translateY(-40px);
}
/*
block-title styles
*/

.block-title {
	position: relative;
	padding:10px 0;
	border-bottom:1px solid #eaeef5;
}


.block-title .more{
	position: absolute;
	right:0;
	top:10px;
	z-index: 100;
}
.more{
	width:60px;
	height:20px;
	line-height: 20px;
	color: #9aa1ab;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
}
.more:hover{
	color: #2cabe0;
}
.more img{
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease; /* 同时应用透明度和变换的过渡效果 */
	transform: translateX(0%); /* 初始位置在左侧 */
	top:3px;
	left:0;
	-webkit-transition: all 1000ms ease;
}

.more:hover img{
	opacity: 1; /* 鼠标滑过时变为可见 */
	transform: translateX(0); /* 鼠标滑过时移动到原位 */
	left:40px;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}


.block-title-title {
	position: relative;
	text-align: left;
	z-index: 1;
}

.block-title-title h3{
	font-size: 20px;
	font-weight: bold;
	color:#343743;
}


/*breadcrumb*/
.breadcrumb{
	background-color:transparent;
	font-size: 14px;
}
.breadcrumb-position{
	float:right;
	text-align: right;
}
.breadcrumb-item:before{
	color:rgba(0,0,0,0.4);
	content: "\f015";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right:5px;
}

.breadcrumb-item a{color:rgba(0,0,0,0.6)}
.breadcrumb-item a:hover{color:#2cabe0}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}
.breadcrumb-item+.breadcrumb-item a{color:rgba(0,0,0,0.6)}
.breadcrumb-item+.breadcrumb-item a:hover{color:#2cabe0;}
.breadcrumb-item+.breadcrumb-item::before{color:rgba(0,0,0,0.4);content:"/"}

.breadcrumb-item.active{color:rgba(0,0,0,0.6)}
/*-------------------------------------------------------------- 
# 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 {

}
.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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 91;
}

.main-nav .logo-box {
	padding:20px 0;
}
.main-nav .logo-box img{
	width:1000px;
}

.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 {
	position: relative;
	background:#0160b0;
	z-index: 100;
}
.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 {
	width:100%;
	text-align: center;
	position: relative;
}
.main-nav .main-nav__navigation-box>li.active:after {
	content: "";
	position: absolute;
	bottom:0;
}
.main-nav .main-nav__navigation-box>li+li {

}

.main-nav .main-nav__navigation-box>li>a {
	padding:10px 0 ;
	font-size: 16px;
	font-weight: bold;
	color:#ffffff;
	display: block;
	text-align: center;
	position: relative;
}

.main-nav .main-nav__navigation-box .dropdown>a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	margin-left:5px;
}




/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 130px;
	background-color: #fff;
	border-top: 2px solid #00b5fb;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform: perspective(300px) scaleY(0) translateZ(30px);
	transform: perspective(300px) scaleY(0) translateZ(30px);
	visibility: hidden;
	opacity: 0;
	transition: transform 500ms ease, visibility 500ms ease; /* 平滑过渡效果 */
	z-index: 991;
}

.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;
}

.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);
	word-break: keep-all;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	width:100%;
	color: var(--thm-black);
	font-size: 16px;
	line-height: 24px;
	word-break: break-all;
	padding-top: 10px;
	padding-bottom: 10px;
	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: #2cabe0;
}


/* 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-color:#0160b0;
	border-top: none;
	padding-top:10px;
	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: #ffffff;
}
.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:#ffffff;
}

/*-------------------------------------------------------------- 
# Banner
--------------------------------------------------------------*/

.banner-section {
	position: relative;
	z-index: 1;
}

.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:400px;
	overflow: hidden;
}

.banner-carousel .slide-item .curved-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
}



.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-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:150px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-image: linear-gradient(to bottom, rgba(1, 75, 139, 0.9), rgba(0, 0, 0, 0));
	-webkit-background-image: linear-gradient(to bottom, rgba(1, 75, 139, 0.9), rgba(0, 0, 0, 0));
}

/*swiper*/
.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-wrapper{


}
.swiper-slide {
	position: relative; /* 相对定位 */
	padding-top: 56.25%;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.swiper-slide video{
	position: absolute; /* 绝对定位 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-slide img{
	position: absolute; /* 绝对定位 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation-name: slideBgImage;
	animation-name: slideBgImage;
	-webkit-animation-duration: 8000ms;
	animation-duration: 8000ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}



.bg_gradual1{
	position: absolute;
	width:100%;
	top:0;left:0;

}
.bg_gradual1::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.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 */

/*owl-carousel*/
.xueshu-carousel.owl-theme .owl-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-align:center;
	align-items: center;
	-webkit-box-pack:center;
	justify-content:center;
	margin-top: 20px;
	margin-bottom:20px;
}


.xueshu-carousel.owl-theme .owl-nav [class*=owl-] {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	background-color: #2cabe0;
	border:1px solid #2cabe0;
	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;
}

.xueshu-carousel.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #2cabe0;
	opacity: 1;
}


.xueshu-carousel.owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
	margin-left: 10px;
}

.xueshu-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;
}


.xueshu-carousel.owl-theme .owl-nav [class*=owl-] span::before {
	content: "\e90e";
	font-family: "feather";
	color:#ffffff;
	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;
}

.xueshu-carousel.owl-theme .owl-nav [class*=owl-]:nth-child(2) span::before {
	content: "\e90f";
}


/*-------------------------------------------------------------- 
# Main Footer 
--------------------------------------------------------------*/
.site-footer{
	background-color:#0160b0;
	color:#ffffff;
}
.site-footer p{
	margin:0;
	color:rgba(255,255,255,0.8);
	font-size: 14px;
	line-height: 150%;
}
.site-footer-upper {
	padding:20px 0 10px 0;
}
.site-footer .widget {
	margin-bottom: 0px;
}
.site-footer .widget img{
	width:90%;
	margin:10px 0;
}
.site-footer .erweima{
	width:120px;
}
.site-footer .title{
	position: relative;
	margin-bottom:10px;
}

.copyright{
	color:rgba(255,255,255,0.3)!important;
	font-size: 13px;
	border-top:1px solid rgba(255,255,255,0.1);
	margin-top:20px;
	padding-top:10px;
	text-align: center;
}



/*-------------------------------------------------------------- 
 # 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: #0160b0;
	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: #2cabe0;
	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:#a62826;
	color: #fff;
}

/*list-text*/
.list-text{
	position: relative;
}
.list-text li{
	padding:14px 0 6px 0;
	position: relative;
	border-bottom:1px solid #e8edef;
	transition: .5s;
	cursor: pointer;
}
.list-text .title{
	padding-left:100px;
	position: relative;
	font-size:16px ;
	font-weight: normal;

}

.list-text li:hover{
	padding-left:5px;
	-webkit-transition: 500ms;
	transition: 500ms;
	background:rgba(255,255,255,0.5);
	color:#0588c2;
}
.list-text li:hover .time{
	left:15px;
	-webkit-transition: 500ms;
	transition: 500ms;
	color:#0588c2;
}
.list-text .time{
	display: block;
	color:#0588c2;
	font-size: 14px;
	position: absolute;
	left:10px;
	top:10px;
	-webkit-transition: 500ms;
	transition: 500ms;
	font-family: "georgia";
}


/*list-media*/
.list-media .media{
	-webkit-transition: 500ms;
	transition: 500ms;
}
.list-media .media:hover{
	padding-left:5px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.list-media .time{
	font-family: "georgia";
	color:#059fe6;
	font-size: 13px;
}
.list-media  .time-left{
	position: relative;
	color:#059fe6;
	width:80px;
	height:55px;
	padding:0 ;
	font-size: 14px;
	text-align: center;
	border-right:1px solid #e1eaf3;
	margin-right:20px;
}

.list-media  .time-left .day{
	display: block;
	font-size: 28px;
	font-family: "georgia";

}

.list-media .media-body{
	position: relative;
	z-index: 3;
}

.list-media .media-body:hover .title{
	color:#0588c2;
}
.list-media .media-body .title{
	text-align: left;
	font-weight: normal;
	width:100%;
	color:#343743;
	font-size: 16px;
	line-height: 150%;
}
.list-media .media-body .desc{
	margin-top:15px;
	width:100%;
	color:#343743;
	font-size: 12px;
	line-height: 18px;
}
.list-media .desc{
	font-size: 14px;
	margin:0;
}
.list-media .img{
	width:100px;
	margin-right:10px;
}
.list-media .img-bg{
	width:200px;
	margin-right:10px;
}
/*sub-list*/

.sub-list .list-text li{
	position: relative;
	padding:5px 0;
	list-style: none;
	cursor: pointer;
	transition: all 0.6s;
	border-bottom:1px solid transparent;

}

.sub-list  .list-text li:hover{
	padding-left:5px;
	border-bottom:1px solid #1f90ef;
}
.sub-list  .list-text li a{
	display: block;
	color:#343743;
}
.sub-list .list-text li:hover a{
	display: block;
	color:#1f90ef;
	-webkit-transition: 1s;
	transition: 1s;
}
.sub-list .list-text li .title{
	margin-top:5px;
	font-size: 16px;
	padding-left:0;
	position: relative;
	width:calc(100% - 110px);
}

.sub-list .list-text li .time{
	font-size: 14px;
	width:90px;
	position: absolute;
	left:auto;
	right:0!important;
	top:calc(50% - 14px);
	color: #0588c2;
	font-family: "georgia";
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list .list-text li:hover .time{
	right:-5px!important;
	color: #0588c2;
	-webkit-transition: 500ms;
	transition: 500ms;
}

/*card*/
.sub-list.card{
	background: #ffffff;
	border:none;
	padding:15px;
	border-radius: 0;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
}
.sub-list.card:hover{
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.08);
	background-color: #2a97dc;
	background-image: url(../images/bg-card.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list.card  .caption {
	padding-top:15px;
	height:100px;
	position: relative;
}
.sub-list.card  .caption.xsjl {
	padding-top:15px;
	height:160px;
	position: relative;
}
.sub-list.card .caption h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	height:48px;
	color:#3f4045;
}
.sub-list.card .caption p{
	margin:2px 0 0 0;
	font-size: 14px;
	color:#4d5257;
}
.sub-list.card .caption i{
	padding-right:10px;
	color:#3da7f1;
	font-size: 16px;
}

.sub-list.card:hover p,
.sub-list.card:hover i{
	color:#ffffff;
}
.sub-list.card .time{
	color: #2cabe0;
	display: block;
	font-size: 14px;
	position: absolute;
	bottom:0;
	left:0;
}
.sub-list.card:hover .time,
.sub-list.card:hover .caption h3{
	color:#ffffff;
}

.main-bg{
	background-color: #f8fafd;
	background-image: url(../images/main-bg.jpg);
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;

}


.section-link{
	z-index: 100;
	background-color: #e6f4fd ;
	background-image: url("../images/home-bg-s2.jpg");
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top:20px;
}
.section-link .container{
	position: relative;
}

.section-link .item{
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow-y: hidden;
	padding-bottom:15px;
	padding-top:25px;
	transition: transform 500ms ease, visibility 500ms ease; /* 平滑过渡效果 */
	color:#343743;
}
.section-link .item p{
	font-size: 18px;
	font-weight: bold;

}

.section-link .item:hover{
	background-color:#1984de;
	transform: scale(1.1);
	transition: transform 500ms ease, visibility 500ms ease; /* 平滑过渡效果 */
	color:#ffffff;
}
.section-link .item .icon{
	width:60px;
	height:60px;
	margin:0 auto 15px auto;
	background-image:url(../images/icon-bsdt-bg.png) ;
	background-size: 100%;
	text-align: center;
	position: relative;
	transition: transform 0.5s ease;
}
.section-link .item:hover .icon {
	transform: rotate(45deg);
	transition: transform 0.5s ease;
}
.section-link .item img{
	margin-top:25%;
	width:50%;
	transition: transform 0.5s ease;
}
.section-link .item:hover img {
	transform: rotate(-45deg);
	transition: transform 0.5s ease;
}



.section1{
	position: relative;
	z-index: 2;
	margin-top:-80px;
}

.section1 .card{
	padding: 13px 0;
	background:#ffffff;
	transition: all 0.6s;
	border:none;
	border-bottom:1px solid #e8edef;
	border-radius: 0;
	cursor: pointer;
}


.section1 .text2 .card:first-child{
	border-top:1px solid #e8edef;
}
.section1 .text2 .card{
	padding: 11px 0;
}


.news-slide{
	width:100%;
}

.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;
	border-radius: 10px;
	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:35px;
}
.news-slide .carousel-item{
	position: relative;
}
.news-slide .carousel-indicators{

}
.news-slide .carousel-indicators li{
	background-color:rgba(41,150,220,0.6);
	width:10px;
	height:10px;
	border-radius: 10px;
	margin:0 6px;
}
.news-slide .carousel-indicators .active{
	background-color:#2996dc;
	border-radius: 10px;
}
.news-slide .carousel-caption{
	padding:5px 10px;
	height:65px;
	width:100%;
	left:0;
	bottom: 0;
	z-index:100;
	background:rgba(25,132,222,0.8);
}
.news-slide .carousel-caption .title-box{
	text-align: left;
}
.news-slide .carousel-caption .title{
	font-size:16px;
	font-weight: bold;
	color:#ffffff;
}
.news-slide .carousel-caption .time{
	font-size: 14px;
	border-bottom:1px solid #ffffff;
	font-family: "georgia";
	margin-bottom:10px;
}

.section2{
	padding:20px 0;
}

.section2 .card{
	padding: 13px 0;
	background:#ffffff;
	transition: all 0.6s;
	border:none;
	border-bottom:1px solid #e8edef;
	border-radius: 0;
	cursor: pointer;
}
.section2 .box{
	padding:20px;
	width:100%;
}
.section2 .sdsf .block-title-title h3{
	color:#0160b0;
	font-size: 22px;
}
.section2 .sdsf.block-title {
	border-bottom:1px solid #0160b0;
}
.section2 .sdsf.block-title:before {
	content: "";
	position: absolute;
	width:7px;
	height:7px;
	border-radius: 7px;
	background: #0160b0;
	left:-7px;
	bottom: -4px;
}
.section2 .sdsf.block-title:after {
	content: "";
	position: absolute;
	width:7px;
	height:7px;
	border-radius: 7px;
	background: #0160b0;
	right: -7px;;
	bottom: -4px;
}
.section2 .sdsf .more-link{
	float:right;
}
.section2 .sdsf .more-link a{
	color:#343743;
	padding:0 5px;
	font-size: 14px;
}
.section2 .sdsf .more-link a:hover{
	color:#2996dc;
}

.img-link{
	display: block;
	width:100%;
	height:376px;
	background-image: url(../images/yx-bg.jpg);
	background-color: #1884de;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 150%;
	font-size: 28px;
	text-align: center;
	color:#ffffff;
	font-weight: bold;
	transition: all 0.6s;
}
.img-link:hover{
	color:#ffffff;
}
.img-link div{
	transition: all 0.6s;
}
.img-link:hover div{
	color:#ffffff;
	transform: scale(1.1);
	transition: all 0.6s;
}
.img-link .img{
	margin-top:calc(40% - 80px);
	margin-bottom:30px;
	width:80px;
}


.img-link.h2{
	height:236px;
}
.img-link.h2 .img{
	margin-top:calc(40% - 140px);
	margin-bottom:20px;
	width:80px;
}

	/*.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{
	position: relative;
	z-index: 2;
	padding-bottom:40px;
	margin-top:-60px
}
.sub-title{
	color:#0160b0;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	padding-top:10px;
	padding-left:20px;
}
.sub-title:before{
	content: "";
	height:24px;
	width:10px;
	background-color: #1f90ef;
	position: absolute;
	left:0;
	top:12px;
}

/*sub-nav*/
.sub-nav-box{
	height:90px;
	background: #ffffff;
	margin-bottom:30px;
}

.sub-nav{
	height:90px;
	padding-left:20px;

	border-bottom:1px solid #ebebeb;
}
.sub-nav .nav-item{
	background: transparent;
}
.sub-nav .nav-item h2{
	margin:0 20px  0 0;
	color:#333333;
	font-size: 18px;
	line-height: 90px;
	position: relative;
	text-align: center;
	transition: .5s
}
.sub-nav .nav-item:hover h2 {
	color:#000000;
}
.sub-nav .nav-item.active h2 {
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	color:#2cabe0;
	transition: .5s;
	position: relative;
}
.sub-nav .nav-item.active h2:after{
	content: "";
	position: absolute;
	height:4px;
	background: #2cabe0;
	width:100%;
	bottom: 0;
	right: 0;
}

.sub-nav3{
	border-bottom: 1px solid #e3e6f0;
}
.sub-nav3 .nav-item{
	background: transparent;

}
.sub-nav3 .nav-item h2{
	margin:0 0 0 ;
	padding:0 15px;
	color:#343743;
	font-size: 18px;
	line-height: 60px;
	position: relative;
	text-align: center;
	transition: .5s
}
.sub-nav3 .nav-item:hover h2 {
	color:#343743;
}
.sub-nav3 .nav-item.active h2 {
	font-size: 18px;
	font-weight: bold;
	color:#343743;
	transition: .5s;
	position: relative;
}
.sub-nav3 .nav-item.active h2:after{
	content: "";
	position: absolute;
	height:2px;
	background: #1f90ef;
	width:100%;
	bottom: 0;
	right: 0;
}
.sub-p{
	padding-top:80px;
}

.sub-box{
	position: relative;
	background: #ffffff;
	padding:20px;
	min-height:400px;
}

.article-bg{
	background-image:url(../images/article-bg.jpg);
	background-position: bottom right;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom:100px;
}
.address-bar{
	border-bottom:1px solid #c4d2e1;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	width:100%;
	height:100%;
	background-color: #ffffff;
	border-right:1px solid #e3e6f0;
	background-image:url(../images/siderbar-bg.jpg) ;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 110%;
}

/*side-nav*/
.side-nav{
	margin-top:0;
	padding:20px 20px 250px 20px;
}

.side-nav .nav-item{
	width:100%;
	padding: 10px 0 10px 0;
	border-bottom:1px solid #e3e6f0;
	position: relative;
}

.side-nav .nav-item:hover{
	color: #2cabe0;
}
.side-nav .nav-item img{
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease; /* 同时应用透明度和变换的过渡效果 */
	transform: translateX(50%); /* 初始位置在左侧 */
	top:30px;
	right:25px;
	-webkit-transition: all 1000ms ease;
}

.side-nav .nav-item:hover img{
	opacity: 1; /* 鼠标滑过时变为可见 */
	transform: translateX(0); /* 鼠标滑过时移动到原位 */
	right:10px;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.side-nav .nav-item.active img{
	opacity: 1; /* 鼠标滑过时变为可见 */
}

.side-nav .nav-item a{
	display: block;
	width:100%;
	color:#343743;
	text-align: left;
	transition: all 0.8s;

}
.side-nav .nav-item:hover a{
	font-weight: bold;
	color:#000000;
}
.side-nav .nav-item.active {
	width:100%;
	color:#343743;
	font-weight: bold;
}
.side-nav .nav-item.active a {
	color:#343743;
}
.side-nav .nav-item.active i{
	display: block;
	opacity: 1;
}
.sidebar-title{
	position: relative;
	margin-bottom:0;
}
.sidebar-title h3{
	width:100%;
	height:80px;
	padding:30px;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
	text-align: left;
	background: rgba(44,171,224,0.95);
	margin-top:-80px;
}

.sidebar-title2{
	margin-top:0;
	border-radius: 0;
	padding:10px 20px;
	font-size: 16px;
	color:#ffffff;
	background-color:#0160b0;
}
.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/card-team-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	margin-bottom:20px;
	padding:15px;
	border-left:4px solid #dfeefa;
	position: relative;
	-webkit-transition: 500ms;
	transition: 500ms;
	cursor: pointer;
	box-shadow: 0px 0px 20px 0px rgba(0,121,171, 0.1);
}

.team .media:hover{
	box-shadow: 0px 0px 20px 0px rgba(0,121,171, 0.2);
	transform: scale(1);
	-webkit-transition: 500ms;
	transition: 500ms;
	border-left:4px solid #2cabe0;
}
.team .title-box{
	padding:10px 0 ;
	border-bottom: 1px solid #ddd6c9;

}
.team .title-box p{
	color:#262b34;
	margin:0;
}
.team .title{
	font-weight: bold;
	color:#262b34;
	font-size:22px;
}
.team .title span{
	font-size: 14px;
	padding-left:25px;
}
.team .info{
	padding:10px 0 0 0;
}
.team .info p{
	margin:0;
}
.team  .media-body{
	padding-right:15px;

}
.team  .media-body i{
	position: absolute;
	bottom:15px;
	right:20px;
	-webkit-transition: 500ms;
	transition: 500ms;
	color:#a02925;
}
.team .media:hover i{
	right:15px;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.team p{
	font-size: 13px;
	line-height: 24px;
}


/*team*/
.team2 .media{
	background-color:#ffffff;
	border-bottom:4px solid #dfeefa;
	border-top:4px solid #eff7fd;
	position: relative;
	-webkit-transition: 500ms;
	transition: 500ms;
	cursor: pointer;
	box-shadow: 0px 0px 20px 0px rgba(0,121,171, 0.02);
	margin-top:50px;
}
.team2 .media.bg{
	background-image: url("../images/bg-card3.jpg");
	background-repeat: no-repeat;
	background-position: middle bottom;
	background-size: 100%;
}
.team2 .media:hover{
	box-shadow: 0px 0px 20px 0px rgba(0,121,171, 0.1);
	transform: scale(1.02);
	-webkit-transition: 500ms;
	transition: 500ms;
	border-bottom:4px solid #2cabe0;
}
.team2 .img{
	width:140px;
	margin-left:20px;
	margin-right:20px;
	margin-top:-30px;
}
.team2 .img2{
	width:140px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.team2 .title-box{
	padding:20px 0  15px 0;
}
.team2 .title-box2{
	padding:15px 0  5px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #cbe3f5;
}
.team2 .title{
	font-weight: bold;
	color:#262b34;
	font-size:20px;
}
.team2 .title span{
	font-weight:100;
	color:#262b34;
	font-size:20px;
	margin:0 10px;
}
.team2  .media-body{
	padding-right:15px;
}

.team2 p{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.team2 p.text{
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}


.box-shadow-light{
	background: #ffffff;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0, 0.02);
}
/*article-box*/
.article-box{
	padding:50px;
}
.article-box.ty{
}
.article .title{
	margin-bottom:30px;

	text-align: center;
}
.article .title h2{
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	color:#343743;
	margin-bottom:25px;
}
.article .title p{
	font-size: 14px;
}
.article .publish-info{
	border-bottom: 1px solid #eaeef5;
	border-top: 1px solid #eaeef5;
	padding:8px;
	font-size: 14px;
	color:#666666;
}
.article .more-article{
	padding:10px 20px;
	background: #f4f7fc;
}
.article .more-article p{
	margin:0 0 15px 0;
}
.article .more-article p:last-child{
	margin:0 0 0 0;
}
.article .more-article a{
	font-size: 14px;
	color:#333333;
}
.article .more-article a:hover{
	text-decoration: underline;
	color:#066abc;
}


.article-team{
	position: relative;
}
.article-team .img-box{
	position: relative;
}
.article-team .img-box .img-big{
	position: absolute;
	right:0;
	top:-36px;
	display: none;
	width:300px;
	transition: transform 0.5s ease;
 }
.article-team .img{
	width:140px;
	position: absolute;
	top:-36px;
	right:0;
}
.article-team .img img{
	width:100%;
	transition: transform 0.5s ease;
}
.article-team .img-box:hover .img-big{
	display: block;
}
.article-team .title h2{
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding:15px 20px;
	margin-top:40px;
}
.article-team h2{
	font-size: 18px;
	font-weight: bold;
	padding:10px 20px;
	border-left:4px solid #2cabe0;
	background-color: #f5f7f9;
	margin:20px 0;
}

.article-team .title .summary p{
	text-indent: 2rem;
}
.article-team .more-article{
	padding:20px 10px 10px;
	border-top: 1px solid #ebebeb;
}
.article-team .more-article p{
	margin:0;
}
.article-team .more-article a{
	font-size: 14px;
	color:#333333;
}
.article-team .more-article a:hover{
	text-decoration: underline;
	color:#066abc;
}


@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}



.zzjg-box{
	background-image: url(../images/bg-zzjg-title.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top:40px;

}
.zzjg-box .zz-title{
	font-size: 24px;
	text-align: center;
	height:80px;
}
.zzjg-box .card{
	background-color: #ffffff;
	background-image: url(../images/bg-logo.png);
	background-repeat: no-repeat;
	background-position: right 100px;
	box-shadow: 0 0 30px 10px rgba(0,121,171,0.08);
	border:none;
	border-top:4px solid rgba(44,171,224,0.5);
	padding:0;
	border-radius: 0;
	position: relative;
	margin-bottom:30px;
	min-height:360px;
}
.zzjg-box .card:hover{
	box-shadow: 0 0 30px 10px rgba(0,121,171,0.1);
	border-top:4px solid rgba(44,171,224,1);
}

.zzjg-box .card  .caption {
	padding:30px;
}

.zzjg-box .card .caption h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	height:80px;
	color:#3f4045;
	text-align: center;
	border-bottom:1px solid #ebebeb;
}

.zzjg-box .caption dl dt{
	width:80px;
}
.zzjg-box .caption dl dd{
	color:#666666;
	text-align: left;
	width:calc(100% - 80px);
}
.zzjg-box.jxdw .card{
	background-color: #ffffff;
	background-position: right 0;
	background-size: 60%;
	height:80px;
	min-height: 80px;
	line-height: 80px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.zzjg-box.jxdw .card:hover{
	background-color: #33b1e6;
	color:#ffffff;
}





