﻿@import url("pagebar.css");
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
body {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	font-family: "Microsoft YaHei";
}
@font-face {
	font-family: "georgia";
	src: url(../fonts/georgia.ttf)
}


ul li{
	list-style: none;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	background-image: url(../images/bg-home1.jpg);
	background-position: top;
	background-size: 100%;
}

@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);
}

.scroll-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: linear-gradient(45deg, #0664c5, #0394ba) !important;
	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;
}

@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;
	}
}





/* 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: 50%;
	transform: translateY(-50%);
	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%;
}
.rectangle3-1{
	aspect-ratio: '3:1';
}
.rectangle3-1:before {
	padding-top: 31%;
}


.rectangle4-1{
	aspect-ratio: '4:1';
}
.rectangle4-1:before {
	padding-top: 25%;
}


.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%;
}
.rectangle10-16{
	aspect-ratio: '10:16';
}
.rectangle10-16:before {
	padding-top: 136%;
}
.rectangle3-4{
	aspect-ratio: '3:4';
}
.rectangle3-4:before {
	padding-top: 120%;
}
/*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;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.thumbnail .img-fluid{
	width:100%;
}
.thumbnail:hover img{
	transform: scale(1.1) translateY(-50%);
	position: absolute;
	top: 50%;
}
.thumbnail .badge,
.thumbnail:hover .badge{
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
	font-weight: 100;
	border-radius: 0 0 0 10px;
}


/*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;
}
/*image-hover*/
.image-hover {
	overflow: hidden;
	position: relative;
}

.image-hover::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	transform: rotate(30deg) scale(1.2);
	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%);
}

.item:hover .image-hover::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-nav {
	background:#f8fcfe url(../images/top-bg.jpg) no-repeat center;
	width: 100%;
	z-index: 91;
}
.main-nav .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav .side-menu__toggler {
	display: none;
	position: absolute;
	right:0;
	top:20px;
	color:#073e8f;
}

.main-nav .logo-box {
	width:100%;
	padding:30px 0;
	position: relative;
	text-align: center;
}
.main-nav .logo-box img{
	width:35%;
}
.main-nav .search-link{
	position: absolute;
	top:10px;
	right:0;
	text-align: right;
	color:#133a73;
	font-size: 14px;
}
.main-nav .search-link a{
	color:#133a73;
}

.main-nav .main-nav__main-navigation {
	position: relative;
	background:#073e8f;
	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+li {

}

.main-nav .main-nav__navigation-box>li>a {
	padding:10px 0 ;
	font-size: 16px;
	color:#ffffff;
	display: block;
	text-align: center;
	position: relative;
}
.main-nav .main-nav__navigation-box>li:hover >a:before {
	content: "";
	height:5px;
	width:100%;
	background: url(../images/nav-icon.png) no-repeat center;
	position: absolute;
	bottom:0;
	left:0;
}
.main-nav .main-nav__navigation-box>li.active a:before{
	content: "";
	height:5px;
	width:100%;
	background: url(../images/nav-icon.png) no-repeat center;
	position: absolute;
	bottom:0;
	left:0;
}
.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: 10px;
}

/* 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;
	min-width: 200px;
	padding:10px;
	background-color: #fff;
	border-radius: 10px;
	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;
	text-align: left;

}

.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(0,0,0, 0.05);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	position: relative;
	display: block;
	width:100%;
	color: #3f4045;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	word-break: break-all;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
}


.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a:before {
	content: "\e90f";
	font-family: "feather";
	font-size: 12px;
	font-weight: 900;
	margin-left: 10px;
	position: absolute;
	right:220px;
	top:10px;
	transition: right 0.7s; /* 平滑过渡效果 */
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a:before {
	right:0;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #f28920;
}



/* 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: #ffffff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	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: 14.25px;
	padding-bottom: 14.25px;
}

.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 22px 0;
}

.stricked-menu .main-nav__right {
	padding-top: 22px;
	padding-bottom: 22px;
}

/*-------------------------------------------------------------- 
 # 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:#073e8f;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 60px;
	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: var(--thm-base);
}
.side-menu__logo {
	padding-left: 30px;
}


.mobile-nav__container {
	margin: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.02);
	border-bottom: 1px solid rgba(255,255,255,0.02);
}

.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);
}

.mobile-nav__container li+li {
	border-top: 1px solid rgba(255,255,255,0.02);
}

.mobile-nav__container li>ul {
	background: rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.02);
	padding:0 18px;
}
.mobile-nav__container li>ul li{
	border-top: 1px solid rgba(255,255,255,0.02);
}
.mobile-nav__container li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 15px 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 {
	color: #ffffff;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {

}

.mobile-nav__container .navigation-box__right {
}




/*search*/
.search_wrap{
	position: absolute;
	right:50px;
	margin: 25px;
}
.search_wrap .form-control {
	border-radius: 20px;
	float:right;
	background-color: rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.25);
}
.search_wrap .form-control:focus {

}
.search_icon {
	border-radius: 22px;
	position: absolute;
	right: 2px;
	top: 3px;
	width:32px;
	height:32px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.search_icon i{
	font-size: 20px;
	color:rgba(255,255,255,0.8);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.search_icon:hover i{
	font-size: 20px;
	color:rgba(255,255,255,1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


/*-------------------------------------------------------------- 
 # 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: #0664c5;
	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:#009aff;
	color: #fff;
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.carousel-control-next,
.carousel-control-prev{
	background-color: rgba(0,0,0,0.5);
	font-size: 14px;
	height: 50px;
	border-radius: 30px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	transition: all 0.3s ease-in-out;

}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	opacity: 0;
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	background-color:transparent;
	border:1px solid #ffffff;
	color: #fff;
}

.banner-section {
	position: relative;
}
.banner-section,
.banner-section .carousel-item,
.banner-section .banner_content_wrap,
.banner-section .banner_content_wrap .carousel-item {
	/*height: 500px;*/
}

.banner-section .carousel-item{
	position: relative;

}
.banner-section .carousel-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.banner-section .carousel-item.active img {
	-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-section .carousel-caption{
	height:100px;
	right:0;
	bottom:0px;
	left:0;
	padding:50px 0 0 0;
	color:#ffffff;
	text-align:left;
	z-index:10;
}
.banner-section .carousel-caption h5{
	font-size:18px;
	text-align: center;
	color:#ffffff;
}
.banner-section .carousel-indicators{
	bottom:20px;
}
.banner-section .carousel-indicators li{
	border:1px solid rgba(255,255,255,0.9);
	background: rgba(255,255,255,0.9);
	width:20px;
	height:6px;
	border-radius: 15px;
	opacity: 1;
}
.banner-section .carousel-indicators li.active{
	width:30px;
	height:6px;
	background-color:#00b5fb;
	border:1px solid #00b5fb;
}


/*--------------------------------------------------------------
# Main Footer
--------------------------------------------------------------*/
.site-footer{
	background: #003582;
	color:#ffffff;
	position: relative;
	z-index: 1;
	height:250px;
}
.site-footer-inbox{
	position: absolute;
    top:-30px;
	z-index: 2;
	background-image:url(../images/bottom-bg2.png) ;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 80%;
	text-align: center;
	width:100%;
	height: 310px;
}
.site-footer .text-box .bordered{
	border-top:1px solid rgba(255,255,255,0.1);
	padding-top:20px;
}
.site-footer .text-box{
	width:100%;
	text-align: center;
	position: absolute;
	bottom:20px;
	z-index: 3;
}
.site-footer .box{
	width:70%;
	margin:0 auto;
}

.site-footer  p{
	margin:20px;
	padding:0;
	color:rgba(255,255,255,0.7);
	font-size: 14px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	height:300px;
	background-color:#0055aa ;
}

.page-header .container {
	position: relative;
	text-align: center;
}

.sub-container{
	position: relative;
	z-index: 10;
	margin-top:-40px;
	min-height: 400px;
}
.sub-right-box{
	padding:0 0 80px 0;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	width:95%;
	background-color:#eef4f9;
	background-size:100% ;
	border-bottom: 3px solid #073e8f;
	min-height: 300px;
	position: relative;
	margin-bottom:50px;
}

/*side-nav*/
.side-nav{
	padding:29px 0 30px 0;
}
.side-nav .nav-item a{
	display: block;
	width:100%;
	color:#000000;
	font-size:16px;
}

.side-nav .nav-item{
	width:100%;
	padding: 5px 0 5px 20px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
	overflow: hidden;


}
.side-nav .nav-item:hover{
	width:100%;
	position: relative;
	color:#073e8f;
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
.side-nav .nav-item.active{
	width:100%;
	color:#073e8f;
	font-weight: bold;
	background: #ffffff;
	border-top: 1px solid #e5edf5;
	border-bottom: 1px solid #e5edf5;
}
.side-nav .nav-item:hover a,
.side-nav .nav-item.active a{
	color:#073e8f;
}
.side-nav .nav-item i{
	color:#e87908;
	position: absolute;
	right:350px;
	top:20px;
	transition: right 0.7s; /* 平滑过渡效果 */
}
.side-nav .nav-item.active i,
.side-nav .nav-item:hover i{
	right:20px;
	transition: right 0.7s; /* 平滑过渡效果 */
}


.sidebar-title{
	padding:0 0;
}
.sidebar-title h3{
	width:100%;
	height:60px;
	line-height: 60px;
	font-size: 18px;
	margin-top:-58px;
	padding-left:40px;
	color:#ffffff;
	text-align: left;
	font-weight: bold;
	background: rgba(7,62,143,0.9);
}

.sidebar-title2{
	margin-top:0;
	border-radius: 0;
	padding:15px 20px;
	color:#ffffff;
	background: #073e8f;
}
.sidebar-title2 h3{
	font-size:20px;
	padding: 0;
	margin: 0;
	position: relative;
}
.sidebar-title2 h3:after{
	content: "\f036";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 15px;
	position: absolute;
	right: 5px;
	top:5px;
}


/*sub-nav*/
.sub-nav .nav-item{
	color:#888888;
	background: transparent;
}
.sub-nav .nav-item h2{
	margin:0 30px 10px 0;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	text-align: center;
	transition: .5s
}
.sub-nav .nav-item:hover h2 {
	font-size: 20px;

}
.sub-nav .nav-item.active h2 {
	font-size: 20px;
	font-weight: bold;
	background: transparent;
	color:#0450b0;
	transition: .5s;
	position: relative;
}
.sub-nav .nav-item.active h2:after{
	content: "";
	position: absolute;
	height:3px;
	background: #0450b0;
	width:100%;
	bottom: -12px;
	right: 0;
}



.sub-title{
	margin:10px 30px 10px 0;
	line-height: 30px;
	position: relative;
	text-align: left;

}
.sub-title h2{
	font-size: 24px;
	line-height: 30px;
	text-align:left;
	font-family: f015;
	color:#0450b0;
}
.sub-title span{
	display: block;
	font-size: 24px;
	color:rgba(1,96,176,0.1);
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	left:30px;
	bottom:-6px;
}

/*breadcrumb*/
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.breadcrumb li.active{
	color:#999999;
}
.breadcrumb li a{
	color:#888888;
}
.breadcrumb li a:hover{
	color:#0450b0;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color:#999999;
}
.border-box{
	width:100%;
	height:38px;
	border-bottom:1px solid #ebebeb;
}

/*
block-title styles
*/

.block-title {
	position: relative;
}
.block-title.home {
	padding:20px 0 ;
}

.block-title.home .block-title-title h3{
	margin:0;
	padding:0;
	font-size: 20px;
	color:#000000;
	font-weight: bold;
}

.block-title .more{
	position: absolute;
	right:0;
	top:20px;
}

.more
{
	width:90px;
	text-align: center;
	color: #808183;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}
.more::before{
	content: "";
	background-image: url(../images/icon-more.png);
	width:25px;
	height:11px;
	position: absolute;
	right:0;
	top:10px;

}
.more:hover {
	position: absolute;
	right:-10px;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	color: #808183;
}

/*list-media*/
.list-media{
	margin:0;
	padding:0;
}

.list-media li{
	padding:25px 20px;
	border-bottom:1px dashed #f2f6fb;
	-webkit-transition: 1s;
	transition: 1s;
}
.list-media li:hover{
	-webkit-transition: 1s;
	transition: 1s;
	transform: scale(1.01);
	background: #ffffff;
	box-shadow: 0px 10px 40px 0px rgba(32, 69, 145, 0.15)
}
.list-media a{
	color:#3f4045;
}
.list-media .media-img{
	width:260px;
}
.list-media .media-body{
	padding-left:35px;
}
.list-media .title{
	font-size: 17px;
	line-height: 24px;
	color:#3f4045;
	font-weight: bold;
}
.list-media li:hover .title{
	color:#073e8f;
}
.list-media .summary{
	font-size:14px;
	line-height:22px;
	color:#989898;
	padding:0;
	margin-bottom:5px;
}
.list-media .time{
	font-size:14px;
	color:#f69d29;
	position: relative;
	display: block;
	width:100px;
}

.list-media .time:before{
	content: "";
	width:50px;
	height:3px;
	background:#f69d29;
	position: absolute;
	left:-60px;
	top:12px;
}

/*list-text*/
.list-text{
	position: relative;

}
.list-text li{
	padding:14px 0 6px 0;
	position: relative;
	transition: .5s;
	cursor: pointer;
}

.list-text .title{
	color:#3f4045;
	width:calc(100% - 50px);
	position: relative;
	margin-left:50px;
	padding-left:10px;
	font-size:16px ;
}
.list-text .title:before{
	content: "";
	height:16px;
	width:1px;
	background: #f29e27;
	position: absolute;
	top:2px;
	left:0;
}
.list-text li:hover{
	transform: scale(1.02);
	-webkit-transition: 500ms;
	transition: 500ms;
	-webkit-transition: 500ms;
	transition: 500ms;
	background:rgba(255,255,255,0.5);
	color:#0588c2;
}
.list-text li:hover .title{
	color:#1950a7;
}
.list-text .time{
	width:50px;
	display: block;
	color:#888888;
	font-size: 13px;
	position: absolute;
	left:0;
	top:10px;
}



.sub-list .list-text1{
	position: relative;
}
.sub-list .list-text1 li{
	padding:18px 0 10px 0;
	position: relative;
	transition: .5s;
	cursor: pointer;
	border-bottom:1px solid #e8edef;
}
.sub-list .list-text1 .title{
	color:#3f4045;
	width:calc(100% - 120px);
	position: relative;
	margin-left:0;
	padding-left:10px;
	font-size:16px ;
}
.list-text1 .title:before{
	content: "";
	height:16px;
	width:1px;
	background: #f29e27;
	position: absolute;
	top:2px;
	left:0;
}
.sub-list .list-text1 li:hover{
	transform: scale(1.02);
	-webkit-transition: 500ms;
	transition: 500ms;
	-webkit-transition: 500ms;
	transition: 500ms;
	background:rgba(255,255,255,0.5);
	color:#0588c2;
}

.sub-list .list-text1 .time{
	width:100px;
	display: block;
	color:#888888;
	font-size: 13px;
	position: absolute;
	right:0!important;
	top:15px;
}

.sub-nav4{
	border-bottom: 1px solid #e8edef;

}
.sub-nav4 .nav-item{
	background: transparent;

}
.sub-nav4 .nav-item h2{
	margin:0 0 0 0;
	padding:0 15px;
	color:#073e8f;
	font-size: 16px;
	line-height: 60px;
	position: relative;
	text-align: center;
	transition: .5s
}
.sub-nav4 .nav-item:hover h2 {
	color:#000000;
}
.sub-nav4 .nav-item.active h2 {
	font-weight: bold;
	color:#073e8f;
	transition: .5s;
	position: relative;
}
.sub-nav4 .nav-item.active h2:after{
	content: "";
	position: absolute;
	height:2px;
	background: #073e8f;
	width:100%;
	bottom: 0;
	right: 0;
}


/*card*/
.sub-list.card{
	border: none;
	border-radius: 0;
	background: #f8f9fb;
	padding: 15px;
}
.sub-list.card  .caption {
	position: relative;
	padding:15px 0 0 0;
	position: relative;
}

.sub-list.card .caption h3 {
	margin-bottom: 20px;
	padding:0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color:#333333;
	height:45px;
}
.sub-list.card .caption h3:after{
	content: "";
	position: absolute;
	top:75px;
	left:0;
	background: #57b0b4;
	height:2px;
	width:65px;
}
.sub-list.card .caption .time{
	color: #666666;
	display: block;
	font-size: 14px;
}


/*article*/
.article-box{
	padding:30px;
	background: #ffffff;


}
.article .title{
	margin-bottom:30px;
	text-align: center;
}
.article .title h2{
	font-size: 26px;
	color:#333333;
	margin-bottom:15px;
}
.article .title p{
	font-size: 14px;
}
.article .publish-info{
	background-color:  rgba(0,0,0,0.02);
	padding:8px;
	font-size: 14px;
	color:#666666;
}
.article .more-article{
	padding:10px 15px;
	background-color:  rgba(0,0,0,0.03);
}
.article .more-article a{
	font-size: 14px;
	color:#333333;
}
.article .more-article a:hover{
	color:#0450b0;
	text-decoration: underline;
}
.article p{
	margin-bottom:0;
}

.article-team{
	position: relative;
}
.article-team .list-team1 .item{
	background:#ffffff!important;
	box-shadow: none;

}
.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: 17px;
	font-weight: bold;
	padding:10px 20px;
	background-color: #edf4fa;
	border-radius: 10px;
	margin:20px 0;
	position: relative;
}
.article-team h2:after{
	content: "";
	width:80px;
	height:2px;
	background: #f29e27;
	position: absolute;
	bottom:0;
	left:20px;
}
.article-team .title .summary p{
	text-indent: 2rem;
}

.article-team .more-article{
	padding:10px 15px;
	background-color:  rgba(0,0,0,0.03);
}
.article-team .more-article a{
	font-size: 14px;
	color:#333333;
}
.article-team .more-article a:hover{
	color:#0450b0;
	text-decoration: underline;
}
.section1{
	padding-top:40px;
}
.news-list{
	border-bottom:1px solid #1950a7;
}

.news-list .card{
	border: none;
	border-radius: 0;
	background-color: transparent;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.news-list .card  .caption {
	position: relative;
	padding:15px 0 15px 0;
	height:160px;
}
.news-list .card:hover{
	transform: scale(1.02);
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.news-list .card .caption h3 {
	margin-bottom: 10px;
	padding:0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color:#3f4045;
}
.news-list .card:hover .caption h3{
	color:#1950a7;
}
.news-list .card .caption p {
	padding:0;
	font-size: 14px;
	color:#6a6b70;
	line-height: 180%;
}
.news-list .card .caption .time{
	color: #f29e27;
	display: block;
	font-size: 14px;
}
.news-box{
	border-top:1px solid #1b56ae;
	border-bottom:1px solid #1b56ae;
	padding:18px 0 0 0;
}
.news-box img{
	width:100%;
}
.news-list2 .list-text{ padding:0 0 0 16px;}
.news-list2 .list-text li{
	padding:14px 10px 6px 0;
}
.news-list2 .list-text li:nth-child(odd){
	padding:14px 40px 6px 0;
}

.news-list3 ul li {
	padding: 15px 0;
	border-bottom:1px solid #e8edef;
	cursor: pointer;
	transition: .5s
}
.news-list3 ul li:first-child {
	border-top:1px solid #e8edef;
}
.news-list3.border-tb0 ul li:first-child {
	border-top:1px solid transparent;
}
.news-list3.border-tb0 ul li:last-child {
	border-bottom:1px solid transparent;
}
.news-list3 ul li:hover{
	transform: scale(1.02);
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.news-list3 ul li .title{
	font-size: 16px;
	color:#3f4045;
	line-height: 180%;
	transition: .5s
}

.news-list3 ul li:hover .title{
	color:#1950a7;
	transition: .5s
}
.news-list3  ul li .media-body{
	height:60px;
	margin-left:15px;
	position: relative;
}
.news-list3  ul li .media-body:before{
	content: "";
	height:45px;
	width:1px;
	background: #e8edef;
	position: absolute;
	left:-10px;
	top:10px;
}

.news-list3 .media-time{
	text-align: right;
	width:60px;
	position: relative;
	z-index: 3;
	color:#3f4045;
	padding:3px 8px 0 0;
	transition: .5s
}

.news-list3 .media-time .day{
	font-family: "georgia";
	font-size: 24px;
	display: block;
	width:100%
}
.news-list3 .media-time .year{
	font-size: 12px;
}

/*card*/
.home.card{
	background: #ffffff;
	box-shadow: 0px 0px 30px 0px rgba(32, 69, 145, 0.1);
	padding:15px 15px 0 15px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #1950a7;
	border-radius: 0;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
}

.section2{
	background: url(../images/bg-home3.jpg);
	background-size: 100%;
	background-position: center;
	padding:0;
	margin-top:30px;
}
.xm-box{
	width:10%;
	float:left;
	padding:0 10px;
}
.xm-item{
	text-align: center;
	height:160px;
	background-image: url(../images/xm-item-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.xm-item::before{
	content: '';
	position: absolute;
	top: 100%; /* 开始时完全在容器外部 */
	left: 0;
	width: 100%;
	height: 100%;
	background-color:  #003179; /* 你希望移动的颜色 */
	transition: top 0.5s; /* 平滑过渡效果 */
	z-index: 8;
}

.xm-item:hover::before{
	top: 0; /* 鼠标经过时移动到顶部 */
}
.xm-item p{
	font-size: 16px;
	color:#ffffff;
	font-weight: bold;
	line-height: 160px;
}
.xm-item .img-box{
	position: absolute;
	transition: bottom 0.8s;
	bottom:100%;
	width:100%;
	left:0;
}
.xm-item .img-box img{
	width:100%;
}
.xm-item:hover{
	background-image: none;
	padding-top:100px;
}
.xm-item:hover p{
	line-height: 100%;
	position: relative;
	z-index: 10;
	transition: 0.5s;
}
.xm-item:hover .img-box{
	z-index: 10;
	bottom:70px;
}



.section3{
	padding:20px 0 30px 0;
}

.section4{
	background: #f2f7fd;
	padding-top:40px;
	padding-bottom:40px;
}
.n-link{
	border:1px dashed #00468c;
	border-radius: 10px;
	padding: 30px 5px 15px 5px;
	margin:0 20px;
	text-align: center;
	cursor: pointer;
	color:#00468c;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}
.n-link::before{
	content: '';
	position: absolute;
	top: 100%; /* 开始时完全在容器外部 */
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #164d9e; /* 你希望移动的颜色 */
	transition: top 0.5s; /* 平滑过渡效果 */
	z-index: 8;
}

.n-link:hover::before{
	top: 0; /* 鼠标经过时移动到顶部 */
}
.n-link:hover p{
	color:#ffffff;
	position: relative;
	z-index: 10;
}

.n-link .icon{
	position: relative;
	z-index: 10;
	width:30px;
	height:30px;
	display: block;
	margin:0 auto 10px auto;
}
.n-link .icon.icon1{
	 background-image: url(../images/icon-link-01.png);
	 background-size: 100%;
 }
.n-link:hover .icon.icon1{
	background-image: url(../images/icon-link-01-w.png);
}
.n-link .icon.icon2{
	background-image: url(../images/icon-link-02.png);
	background-size: 100%;
}
.n-link:hover .icon.icon2{
	background-image: url(../images/icon-link-02-w.png);
}
.n-link .icon.icon3{
	background-image: url(../images/icon-link-03.png);
	background-size: 100%;
}
.n-link:hover .icon.icon3{
	background-image: url(../images/icon-link-03-w.png);
}
.n-link .icon.icon4{
	background-image: url(../images/icon-link-04.png);
	background-size: 100%;
}
.n-link:hover .icon.icon4{
	background-image: url(../images/icon-link-04-w.png);
}
.n-link .icon.icon5{
	background-image: url(../images/icon-link-05.png);
	background-size: 100%;
}
.n-link:hover .icon.icon5{
	background-image: url(../images/icon-link-05-w.png);
}

/*news-slide*/
.news-slide{
	margin-top:10px;
	margin-bottom:10px;
}
.news-slide .carousel-inner{
	padding-bottom:100px;
}
.news-slide .carousel-item{
	position: relative;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.news-slide .carousel-item:hover{
	transform: scale(1.02);
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.news-slide .carousel-indicators{
	bottom:-20px;
}
.news-slide .carousel-indicators li{
	border:1px solid #e8edef;
	background:#e8edef;
	width:15px;
	height:3px;
	border-radius: 15px;
	opacity: 1;
}
.news-slide .carousel-indicators li.active{
	width:20px;
	height:3px;
	background-color:#f28920;
}

.news-slide .carousel-caption{
	width:100%;
	height:90px;
	left:0;
	bottom:-90px;
	z-index:100;
	padding:15px 15px;
	text-align:center;
	background-color: #f5f7fa;
}
.news-slide .carousel-caption h5{
	font-weight: bold;
	font-size:16px;
	color:#083f8f;
	line-height: 180%;
}
.news-slide .carousel-caption .time{
	position: absolute;
	width:100px;
	top:-20px;
	left:calc(50% - 50px);
	background-color:#f29e27;
	color:#ffffff;
	display: block;
	font-family: georgia;
}

.news-slide .carousel-control-next,
.news-slide .carousel-control-prev{
	background-color: rgba(0,0,0,0.2);
	font-size: 14px;
	height: 40px;
	width: 40px;
	border-radius: 30px;
	opacity: 0;
	top: calc(50% - 50px);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.news-slide .carousel-control-next:hover,
.news-slide .carousel-control-prev:hover{
	background-color:rgba(6,100,197,0.7);
	color: #fff;
}

.news-slide .carousel-control-next {
	right: 15px;
}
.news-slide .carousel-control-prev {
	left: 15px;
}


/*list-team*/
.list-team{
	padding-left: 0;
	padding-right: 0;
}
.list-team .item {
	position: relative;
	padding:20px ;
	margin-bottom:50px;
}
.list-team  .caption {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	width: calc(100% - 20px);
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	-webkit-transition: 500ms;
	transition: 500ms;
	z-index: 11;
}
.list-team .item:hover .caption,
.list-team .caption:hover {
	background-color:#0450b0;
	color:#ffffff;
}
.list-team .caption h3 {
	color: #0450b0;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	font-weight: bold;
}
.list-team .item:hover .caption h3,
.list-team .caption:hover h3 {
	color: #fff;
}
.list-team .caption p {
	margin: 5px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.list-team .item:hover .caption p,
.list-team .caption:hover p {
	color: #fff;
}
.list-team  .image {
	overflow: hidden;
	position: relative;
	background-color: #6a6a6a;
}
.list-team .image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	transform: rotate(30deg) scale(1.2);
	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%);
}
.list-team .item:hover .image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.list-team .image>img {
	width: 100%;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

.list-team1 .media{
	margin-bottom:20px;
}
.list-team1 .item {
	position: relative;
	padding:20px 20px 28px 28px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0px rgba(32, 69, 145, 0.2);
	border-radius: 15px;
	cursor: pointer;
	-webkit-transition: 1s;
	transition: 1s;
}

.list-team1 .item:hover {
	background-color: #ffffff;
	box-shadow: 0px 0 40px 0px rgba(33, 37, 43, 0.1);
	-webkit-transition: 1s;
	transition: 1s;
}
.list-team1 .image{
	width:150px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin:10px 20px 10px 0;
	box-shadow: -8px 8px 0 0 #d5e5f3;
}
.list-team1 .image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	transform: rotate(30deg) scale(1.2);
	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%);
}
.list-team1 .item:hover .image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.list-team1 p{
	font-size: 14px;
	color:#333333;
	padding:0!important;
	margin-bottom:6px!important;
	line-height: 22px;
}

.list-team1 .media-body{
}
.list-team1 .media-body .title{
	width:100%;
	height:50px;
	line-height: 50px;
	position: relative;
	padding-left:2px;
	color:#073e8f;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:15px;
}
.list-team1 .media-body .title:before{
	content: "";
	position: absolute;
	left:-4px;
	bottom:0;
	width:100%;
	height:2px;
	background: linear-gradient(90deg, #bad4ea, #edf4f9);

}
.list-team1 .media-body .title:after{
	content: "";
	position: absolute;
	left:0;
	bottom:-1px;
	width:80px;
	height:4px;
	border-radius: 4px;
	background: #f29e27;
}

.list-team1 .btn-info{
	position: absolute;
	right:15px;
	bottom:20px;
	border-radius: 6px;
	font-size:12px;
	display:block;
	width:100px;
	padding:0 10px;
	text-align:center;
	background:#f29e27;
	border:1px dashed transparent;
	color:#ffffff;
	-webkit-transition: 1s;
	transition: 1s;
}
.list-team1 .item:hover .btn-info{

	background:#f29e27;
	border:1px dashed transparent;
	right:10px;
	-webkit-transition: 1s;
	transition: 1s;
}


.list-leader .media{
	margin-bottom:20px;
}
.list-leader .item {
	position: relative;
	padding:20px ;
	border-radius: 18px;
	background: linear-gradient(180deg, #deecf6, #ffffff);
	cursor: pointer;
	-webkit-transition: 1s;
	transition: 1s;
	box-shadow: 0px 10px 20px 0px rgba(32, 69, 145, 0.1);
	margin-bottom:40px;
	margin-top:40px;
}
.list-leader .item:hover {
	background-color: #ffffff;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	-webkit-transition: 1s;
	transition: 1s;
}
.list-leader .image{
	width:180px;
	overflow: hidden;
	position: relative;
	margin-top:-40px;
	margin-right:20px;
	border-radius: 15px;
}
.list-leader .image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	transform: rotate(30deg) scale(1.2);
	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%);
}
.list-leader .item:hover .image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.list-leader .title{
	border-bottom:1px solid #f29e27;
	padding:10px 0;
	margin-bottom:16px;
}
.list-leader h3{
	font-size: 24px;
	color:#073e8f;
	font-weight: bold;
}
.list-leader h3 span{
	font-size: 16px;
}
.list-leader p{
	font-size: 16px;
	line-height: 180%;
	color:#262b34;
	padding:0 0 0 14px!important;
	margin-bottom:8px!important;
	position: relative;
}
.list-leader p:after{
	content: "";
	position: absolute;
	left:0;
	top:10px;
	width:10px;
	height:10px;
	background: url(../images/icon-start.png);
}
/*xm*/
.xm-nav{
	background: #ffffff;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	padding:10px 0;
}
.xm-nav .nav-link{
	color:#073e8f;
	font-size:16px;
}
.xm-nav .active .nav-link{
	font-weight: bold;
}
.xm-title{
	background: rgba(7,62,143,0.9);
	width:200px;
	height:60px;
	line-height: 60px;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-top:-100px;


}
.xm-nav-box{
	position: relative;
	z-index: 10;
}
.section-about{
	padding:30px;
	background-color: #073e8f;
	background-image:url(../images/bg-xm01.jpg) ;
	background-repeat: no-repeat;
	background-position:center middle;
	background-size: cover;
}

.about {
	color:#ffffff;
	font-size: 15px;
}
.about .info{
	padding:50px 0 0 0;
}
.about h2{
	font-weight: bold;
	font-size: 24px;
}
.about .btn{
	border-radius: 20px;
	color:#005BAC;
	padding-left:30px;
	padding-right:30px;
}
.about .btn:hover{
	color:#66B845;
}


.xm-section2{
	padding:20px 0 80px 0;
}
