@import url("pagebar.css");
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/

body {
	font-size: 16px;
	line-height: 1.5;
	color: #333333 ;
}

@font-face {
	font-family: "MyFont";
	src:url('../fonts/SC-Heavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MyFont-time";
	src:url('../fonts/roboto-latin-400-normal.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
ul li{
	list-style: none;
	padding:0;
	margin:0;
}
a {
	color:#666666;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	color:#333333;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1500px;
	}
}

.scroll-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background:#0160b0;
	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;
}
.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;
}

.scroll-to-top:hover {
	background-color: #fff;
	color:#0160b0;
}
.scroll-to-top:hover  i{
	color:#0160b0;
}
@media (max-width: 480px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
	}
	.scroll-to-top i {
		font-size: 14px;
		line-height: 40px;
	}
}
.w-120{width:150%!important;}


.ratio-box {
	position: relative;
	overflow: hidden;
	width:100%;
}

.ratio-box > img {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.ratio1-1 {
	aspect-ratio:1/1;
}
.ratio3-1{
	aspect-ratio: 3/1;
}

.ratio-3{
	aspect-ratio: 4/3;
}
.ratio16-9{
	aspect-ratio: 16/9;
}
.ratio16-10{
	aspect-ratio: 16/10;
}
.ratio10-16{
	aspect-ratio: 10/16;
}
.ratio3-4{
	aspect-ratio: 3/4;
}



/*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%;
	left:0!important;
	transform: translateY(-50%);
}
.thumbnail .img-fluid{
	width:100%;
}
.thumbnail:hover img{
	transform: scale(1.05) translateY(-50%);
	position: absolute;
	top: 50%;
}


/*text-truncate*/
.text-truncate-1row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.text-truncate-2row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.text-truncate-3row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 91;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.main-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 91;
}

.main-nav .inner-container {
	padding:0;
	border-bottom:1px solid rgba(224,200,143,0.5);
}

.main-nav .top-box{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
	position: relative;
	min-height:6.25rem;
}
.main-nav .top-box .link a{
	color:rgba(255,255,255,0.8);
}
.main-nav .top-box .link a:hover{
	color:rgba(255,255,255,0.8);
}
.main-nav .nav-right{
	width:calc(100% - 540px);

}
.main-nav .logo-box {
	width:490px;
}
.main-nav .logo-box img{
	width:100%;
}

.main-nav .side-menu__toggler {
	display: none;
	width:36px;
}
.main-nav .side-search{
	display: none;
	width:36px;
	margin-right:0;
}
.search-box {
	position: relative;
	width: 12.5rem;

}
.search-box .search-icon {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	display: block;
	background-image:url(../images/icon_search.png);
	background-size: 100%;
	background-color: transparent;
	border: none;
	color:transparent;
}
.search-box .search-icon:hover {
}
.input_box {
	width: 12.5rem;
	height: 2.125rem;
	background: rgba(255,255,255,0.1);
	border-radius: 2rem;
	border: 1px solid rgba(224,200,143,0.3);
	padding-left:15px;
	color:rgba(255,255,255,0.5);
}

.input_box:focus {
	outline: none;
}
.input_box::-webkit-input-placeholder {
	color: rgba(255,255,255,0.8);
}

/* Firefox 19+ */
.input_box::-moz-placeholder {
	color: rgba(255,255,255,0.8);
}

/* IE 10-11 */
.input_box:-ms-input-placeholder {
	color: rgba(255,255,255,0.8);
}

/* 标准写法 - 放在最后 */
.input_box::placeholder {
	color: rgba(255,255,255,0.8);
}

.main-nav .main-navigation {
	width:100%;
	position: relative;
	z-index: 100;
	height:60px;
}

.main-nav .main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-navigation .dropdown-btn {
	display: none;
}

.main-nav .main-navigation .navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav .navigation-box>li {
	width:100%;
	text-align: center;
	position: relative;
}

.main-nav .navigation-box>li+li a{

}

.main-nav .navigation-box>li>a {
	padding:15px 0 ;
	font-size: 1.25rem;
	color:#ffffff;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	transition: 500ms;
}
.main-nav .navigation-box>li:hover>a {
	color:#e0c88f
}
.main-nav .navigation-box>li.active >a{
	color:#e0c88f
}

.main-nav .navigation-box>li:hover >a:after {
	content: "";
	height:3px;
	width:80%;
	background: #e0c88f;
	position: absolute;
	bottom:0;
	left:10%;
	transition: 500ms;
}

.main-nav .navigation-box>li.active >a:after{
	content: "";
	height:3px;
	width:80%;
	background: #ccb378;
	position: absolute;
	bottom:0;
	left:10%;
	transition: 500ms;
}

.main-nav .navigation-box .dropdown>a::after {
	content: "";
	font-family: "";
	font-size: 12px;
	font-weight: 900;
	margin-left: 0;
}


/* Second level menu */

.main-navigation .navigation-box > li > ul {
	position: absolute;
	width: 240px;
	left: 10%;
	padding: 0 8px;
	background-color: rgba(255,255,255,0.95);
	border-radius: 0;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: perspective(300px) scaleY(0) translateZ(0);
	transform: perspective(300px) scaleY(0) translateZ(0);
	visibility: hidden;
	opacity: 0;
	transition: transform 500ms ease, opacity 500ms ease, visibility 0s 500ms;
	z-index: 991;
}
.main-navigation .navigation-box > li:last-child > ul{
	position: absolute;
	width: 240px;
	right: 10%!important;
	left:auto;
}
.main-navigation .navigation-box > li:hover > ul {
	-webkit-transform: perspective(300px) scaleY(1) translateZ(0);
	transform: perspective(300px) scaleY(1) translateZ(0);
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.main-navigation .navigation-box>li ul>li {
	position: relative;
	text-align: left;
	padding-top: 0.9357rem;
	padding-bottom: 0.9357rem;
	padding-left: 1.25rem;
	padding-right: 0;
}
.main-navigation .navigation-box>li ul>li:after {
	content: "";
	height:1px;
	width:100%;
	background:rgba(0,0,0, 0.1) ;
	position: absolute;
	left:0;
	bottom:0;
}
.main-navigation .navigation-box>li ul>li:hover::after {
	height:2px;
	background: #e0c88f;
}
.main-navigation .navigation-box>li ul .dropdown>a {
	position: relative;
}

.main-navigation .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-navigation .navigation-box>li ul>li+li {

}

.main-navigation .navigation-box>li ul>li>a {
	position: relative;
	display: block;
	color: #333333;
	font-size: 1.125rem;
	line-height:1.5;
	word-break: break-all;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
}

/* stricked menu */
.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background:linear-gradient(to right, rgba(22,50,153,0.95), rgba(15,101,207,0.95));
	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%);
}


/*-------------------------------------------------------------- 
 # 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: 19rem;
	margin-left: auto;
	height: 100vh;
	background-color:#ffffff;
	z-index: 999999;
	overflow-y: auto;
	padding:0;
}
.side-menu__block-inner {
.search-box-mo {
	position: relative;
	padding:1.25rem;
	height:5rem;
	width: 100%;

}
.search-box-mo input,
.search-box-mo img,
.search-box-mo .search-icon {
	position: absolute;
	right:0.625rem;
	width: 3rem;
	cursor: pointer;
	font-size: 1.75rem;
	color:rgba(22,50,153,1) ;
}
.search-box-mo .search-icon:hover {
	color:rgba(22,50,153,1);
}
.search-box-mo .input_box {
	background: rgba(255, 255, 255, 1);
	height:3rem;
	padding: 0.3125rem 2.5rem 0.3125rem 0.625rem;
	font-size: 1rem;
	border-radius: 2.25rem;
	border: 1px solid rgba(22,50,153,1);
	color:#333333;
	width:calc(100% - 1.125rem);
	position: absolute;
	right:0.625rem;
	left:0.625rem;
}

.input_box::placeholder {
	color: #333333;
}
}

.side-menu__close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 9999999;
	font-size: 24px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__logo {
	height:4.8rem;
	display:flex;
	background:linear-gradient(to right, rgba(22,50,153,1), rgba(15,101,207,1));
	align-items: center;
	padding:1.25rem;
}
.side-menu__logo img{
	width:80%;
	position: relative;
	z-index: 10;
}


/* mobile-nav menu */
.mobile-nav__container {
	margin: 0 0;
	border-bottom: 1px solid #DBDCE0;
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


.mobile-nav__container ul>li .nav-icon{
	background:linear-gradient(to right, rgba(22,50,153,1), rgba(15,101,207,1));
	border-radius: 50%;
	display: inline-block;
	width:2rem;
	height:2rem;
	text-align: center;
}
.mobile-nav__container ul>li .nav-icon img{
	width:60%;
}

.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: 1.75rem;
	height: 1.75rem;
	font-size: 1.75rem;
	color: #b4b4b4;
	background-color: transparent;
	position: absolute;
	top: 1.25rem;
	right: 1rem;
	-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 {
	right: 0.5rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-nav__container li+li {
	border-top: 1px solid #DBDCE0;
}

.mobile-nav__container li>ul {
	background: #ffffff;
	border-top: 1px solid #DBDCE0;
	padding:0 36px;
}
.mobile-nav__container li>ul li{
	border-top: 1px solid #DBDCE0;
}
.mobile-nav__container li a {
	text-transform: uppercase;
	color: #333333;
	font-size: 1.5rem;
	display: block;
	padding: 1.5rem 0;
	padding-left: 1rem;
	padding-right: 1rem;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	background:linear-gradient(to right, rgba(22,50,153,0.05), rgba(15,101,207,0.05));
}

.mobile-nav__container li.active>a {
	color:rgba(22,50,153,1);
	font-weight: bold;
	background:linear-gradient(to right, rgba(22,50,153,0.05), rgba(15,101,207,0.05));
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.banner-section {
	position: relative;
}

.banner-carousel {
	position: relative;
}

.banner-carousel .slide-item {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:100vh;
	width: 100vw;
	overflow: hidden;
}

.banner-carousel .lazy-bg{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-color: #f0f0f0; /* 占位灰色 */
}
.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-animation-name: slideBgImage;
	animation-name: slideBgImage;
	-webkit-animation-duration: 7000ms;
	animation-duration: 7000ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}


.banner-carousel .bg_gradual{
	position: relative;

}
.banner-carousel .bg_gradual::before{
	height:50%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-image: linear-gradient(to bottom, rgba(1, 10, 41, 0.6), rgba(1, 10, 41, 0));
	-webkit-background-image:linear-gradient(to bottom, rgba(1, 10, 41, 0.6), rgba(1, 10, 41, 0));
}

/*owl-nav*/
.banner-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}
.banner-carousel .owl-nav .owl-prev,
.banner-carousel .owl-nav .owl-next {
	position: absolute;
	background: rgba(255, 255, 255, 0.15);
	width: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	border-radius: 50%;
	border: none!important;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	outline: none;
}
.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}
.banner-carousel .owl-nav .owl-prev {
	left: 2rem;
	top: 0;
}
.banner-carousel .owl-nav .owl-next {
	right: 2rem;
	top: 0;
}

.banner-carousel .owl-nav .owl-prev:after,
.banner-carousel .owl-nav .owl-next:after{
	font-family: "feather";
	font-weight: 900;
	position: absolute;
	top: 0;
	width: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	color: #ffffff;
	font-size: 1.8rem;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-carousel .owl-nav .owl-prev:after {
	content: "\e928";
	left: 0;
}

.banner-carousel .owl-nav .owl-next:after {
	content: "\e929";
	right: 0;
}
.banner-carousel .owl-nav .owl-prev:hover:after,
.banner-carousel .owl-nav .owl-next:hover:after {
	color: #0282ee;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover {
	opacity: 0.8;
	background-color: #fff;
}

/*.owl-dots*/
.banner-carousel .owl-dots{
	position: absolute;
	width:100%;
	text-align:center;
	bottom:3rem;
	z-index: 10;
}
.banner-carousel .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	cursor: pointer;
	outline: none;
}
.banner-carousel .owl-dots .owl-dot:focus{
	outline: none;
}
.banner-carousel .owl-dots .owl-dot span{
	width:0.625rem;
	height:0.625rem;
	margin-left:0.5rem;
	margin-right:0.5rem;
	background: rgba(255,255,255,0.6);
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px;
}
.banner-carousel .owl-dots .owl-dot.active span{
	background:#ccb378;
	width:0.375rem;
	height:0.375rem;
	border-radius: 0.375rem;
	opacity: 1;
	margin-top:-0.5rem;
	margin-right:0.625rem;
	margin-left:0.625rem;
	position: relative;
}
.banner-carousel .owl-dots .owl-dot.active span:after{
	content: "";
	width:1.25rem;
	height:1.25rem;
	border: 2px solid #ccb378;
	border-radius: 1.25rem;
	position: absolute;
	top:-0.475rem;
	left:-0.4375rem;
}


/*--------------------------------------------------------------
# carousel-control
--------------------------------------------------------------*/

.carousel-control-next,
.carousel-control-prev{
	font-size: 1rem;
	height: 2.5rem;
	width: 2.5rem;
	opacity: 0;
	top: calc(50% - 2.5rem);
	background-position: center;
	border-radius: 2.5rem;
}
.carousel-control-prev{
	background-image:url(../images/button_prev.png);
}
.carousel-control-next{
	background-image:url(../images/button_next.png);
}
.carousel-control-prev:hover{
	background-image:url(../images/button_prev_hover.png);
}
.carousel-control-next:hover{
	background-image:url(../images/button_next_hover.png);
}
.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:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right:1rem;
}
.carousel-control-prev {
	left: 1rem;
}




/*--------------------------------------------------------------
# Main Footer
--------------------------------------------------------------*/
.footer{
	background-image: url(../images/footer-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	color: rgba(255,255, 255, 0.8);
	font-size: 1rem;
	position: relative;
	margin-top:-10rem;
}

.footer p{
	margin:0;
	line-height:1.5;
}

.footer .footer-logo{
	width:25rem;
}
.footer .erweima{
	width:220px;
	background-color:rgba(192,169,141,0.2);
	border:1px solid rgba(192,169,141,0.5);
	padding:0.625rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .erweima .item{
	width:50%;
	text-align: center;
}
.footer .erweima .item span{
	display:block;
}
.footer .erweima img{
	width:100px;
}
.footer .contact p{
	padding:0.3125rem 0;
	display: flex;
	align-items: center;
}

.footer .footer-bottom{
	border-top:1px solid  rgba(255,255,255,0.2);
	color: rgba(255, 255, 255, 0.6);
	padding:0.9375rem 0;
	text-align: center;
	font-size: 1rem;
}


/*--------------------------------------------------------------
# Sub-container
--------------------------------------------------------------*/
.sub-container{
	position: relative;
	background-image: url(../images/sub-container-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom:10rem;
}

.banner-sub {
	height:31.25rem;
}
.left-box{
	width: 300px;
	flex-shrink: 0;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
    width:100%;

}
.sidebar-title{
	width:100%;
	height: 5rem;
	display: flex;
	align-items: center;
	position: relative;
}
.sidebar-title h3{
	font-weight: bold;
	font-size: 1.875rem;
	background: linear-gradient(90deg, #163299, #0282ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-align: left;
	padding-left:0;
	margin:0;
}
.title-toggle-icon{
	width:2rem;
	height:2rem;
	background-image: url(../images/mo-nav01-hover.png);
	opacity: 1;
	background-size: 100%;
	position: absolute;
	right:1rem;
	top:1.5rem;
}

.sidebar.mo .sidebar-title{
	height: 4.625rem;
	justify-content: flex-start;
	padding-left:0;
}
.sidebar.mo .sidebar-title .title-toggle-icon{
	width:1.875rem;
	height:1.875rem;
	background-image: url(../images/mo-nav01.png);
	opacity: 1;
	background-size: 100%;
	position: absolute;
	right:1rem;
	top:1.25rem;
}

.sidebar.mo .nav-link:hover,
.sidebar.mo .nav-item.active .nav-link,
.sidebar.mo .nav-item:focus-within .nav-link{
	font-size:1.5rem;
}
.side-nav {
	width:100%;
	background: #ffffff;
	border-bottom:5px solid #16339a;
	padding-bottom:1.25rem;
}

.sidebar.mo .side-nav .nav-item{
}
.side-nav .nav-item {
	width:100%;
	position: relative;
	transition: all 0.5s ease;
}

.side-nav .nav-link {
	width:100%;
	min-height:4.375rem;
	display: flex;
	align-items: center;
	text-align: left;
	color:#333333;
	font-size:1.25rem;
	padding-left:1.25rem;
	transition: all 0.5s ease;
}
.side-nav .nav-link:before{
	content:"";
	width:90%;
	height:1px;
	background:#E4E2E6 ;
	position: absolute;
	bottom:0;
	left:5%;
	right:5%;
}
.side-nav .nav-link:hover,
.side-nav .nav-item.active .nav-link,
.side-nav .nav-item:focus-within .nav-link{
	font-weight: 900;
	color:#163299;
	transition: all .5s ease;
	background: linear-gradient(to right, rgba(204,179,120,0), rgba(204,179,120,0.2));
}

.side-nav .nav-item.active > .nav-link::after,
.side-nav .nav-item:hover > .nav-link::after,
.side-nav .nav-item:focus-within .nav-link::after{
	content: "";
	height:0.875rem;
	width:2.75rem;
	background-image: url(../images/left-nav-hover.png);
	background-size: 100%;
	position: absolute;
	top: 1.75rem;
	right: 1.25rem;
	transition: width 300ms ease;
}


.side-nav .collapse {
	transition: all 0.2s ease;
}
.side-nav .toggle-icon {
	position: absolute;
	font-size: 18px;
	transition: transform 0.25s;
	color: #6c757d;
	right:1.25rem;
	top:1.625rem;
}
.side-nav .nav-item.active .toggle-icon,
.side-nav .nav-item:hover .toggle-icon,
.side-nav .nav-item:focus-within .toggle-icon{
	color:#ffffff

}
.side-nav .nav-link.no-children .toggle-icon {
	display: none;
}
.side-nav .nav-link[aria-expanded="true"] .toggle-icon {
	transform: rotate(90deg);
}

.side-nav .submenu {
	list-style: none;
	margin: 0;
	padding-left:5.5rem;
}

.sidebar.mo .side-nav .submenu {
	list-style: none;
	margin: 0;
	padding:0.625rem 0 0.625rem 4rem ;
}
.sidebar.mo .side-nav .subnav-item{
	width:33.3%;
	float:left;
}
.sidebar.mo .side-nav .submenu .submenu-link{
	height:3.125rem;
	line-height: 3.125rem;
}
.side-nav .submenu-link {
	display: block;
	height:2.5rem;
	line-height: 2.5rem;
	text-align:left;
	color:#666666;
	font-size: 1.125rem;
	transition: background 0.2s;
}
.side-nav .submenu-link:hover,
.side-nav .submenu-link:focus,
.side-nav .submenu-link.active{
	color:#192E78;
}


/*address-bar*/
.address-bar{
	height:5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom:1px solid #EFF0EF;
	width:100%;
}
.address-bar .lm-title {
	font-size: 1.5rem;
	gap: 9vw;
	color: #333333;
	position: relative;
	padding-left:0.625rem
}
.address-bar .lm-title:before {
	content: "";
	width: 0.3rem;
	height: 1.5rem;
	background: #192E78;
	position: absolute;
	left:0;
	top:0.4rem;
}

/*breadcrumb*/
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 1rem;
}
.breadcrumb li{
	cursor: pointer;
	padding:0 0.9375rem;
	position: relative;
}
.breadcrumb li.active{
	color:#333333;
	cursor: default;
}
.breadcrumb li:first-child{
	padding-left:1.75rem;
}
.breadcrumb li:first-child span{
}
.breadcrumb li:first-child:before{
	content: "";
	background-image: url(../images/breadcrumb-icon.png);
	background-size: 100%;
	width:1.25rem;
	height:1.25rem;
	color:#979797;
	position: absolute;
	left:0;
	top:0.125rem;
}

.breadcrumb li a{
	color:#979797;
}
.breadcrumb li:hover a,
.breadcrumb li a:hover{
	color:#333333;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	width:0.75rem;
	height:0.75rem;
	color:#979797;
	position: absolute;
	left: -0.625rem;
	top:0;
}

/*article*/
.article-box{
}
.article .title{
	margin-bottom:1.25rem;
	text-align: center;
	border-bottom: 1px solid rgba(217,217,217,0.78);
	padding:1.25rem 0;
}
.article .title h2{
	font-size: 2.125rem;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	margin-bottom:1.25rem;
}
.article .title-2{
	text-align: center;
	margin-bottom:1.25rem;
}
.article .title-2 h2{
	font-size: 2.125rem;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}
.article .publish-info{
	font-size: 1rem;
	color: #9F9E9E;
}

.teacher-intro{
	cursor: pointer;
	position: relative;
}

.teacher-intro:after {
	content: "";
	width: 100%;
	height:100%;
	background-image: url(../images/teacher-intro-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
.teacher-intro:before {
	content: "";
	width: 100%;
	height:100%;
	background: linear-gradient(to right, #163299, #0282ee);
	position: absolute;
	top: 0.625rem;
	left: 0.625rem;
	z-index: 0;
}

.teacher-intro > * {
	position: relative;
	z-index: 2;
}
.teacher-intro .item-img {
	margin:0 auto;
	width:12rem;
	flex-shrink: 0;
}

.teacher-intro .item-img img{
	width:100%;
}
.teacher-intro .item-body{
	position: relative;
	padding-left:1.875rem;
	padding-top:0;
}

.teacher-intro .title {
	background: linear-gradient(90deg, #163299, #0282ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 900;
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: 1.75rem;
	position: relative;
}
.teacher-intro .title:after{
	content: "";
	height:2px;
	width:100%;
	background: linear-gradient(to right, #163299, #0282ee);
	position: absolute;
	bottom:0;
	left:0;
}
.teacher-intro .title span{
	font-size: 1.125rem;
	margin-left:1.25rem;
	font-weight: normal;
}
.teacher-intro .summary {
	font-size: 1.125rem;
	color: #333333;
	padding: 0;
}
.teacher-intro .summary p{
	margin:0;
}


.article .more-article{
	padding:1.25rem 0;
	border-top: 1px solid rgba(217,217,217,0.78);
}

.article .more-article .item{
	display: block;
	padding:0.5rem 0;
	color:#333333;
	transition: all 500ms ease 0s;
	font-size: 1rem;
}

.article .more-article .item:hover{
	background: linear-gradient(90deg, #163299, #0282ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: all 500ms ease 0s;
}

.back-btn a{
	width:10rem;
	height:3.125rem;
	background: #ffffff;
	border: 1px solid #ccb378;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	color: #333333;
	margin:0.625rem auto;
}
.back-btn .img{
	margin-right:0.3125rem;
	width:1.375rem;
	height: 1.375rem;
	background-image: url(../images/icon_xq_back.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.back-btn a:hover{
	color: #ffffff;
	background: linear-gradient(90deg, #163299, #0282ee);
}
.back-btn a:hover .img{
	background-image: url(../images/icon_xq_back_hover.png);

}



.shengping{
	line-height: 1.8;
}

.shengping .intro{
	background-color:#124cb5 ;
	background-image: url(../images/bg-shengping.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size:100%;
	padding:1.25rem;
}
.shengping .intro img{
	width:450px;
}
.shengping .intro p{
	color:#ffffff;
	font-size: 1.125rem;
	text-indent: 2rem;
}
.shengping .intro-box1{
	border-radius: 10px;
	padding:1.25rem;
	font-size: 1.125rem;
	text-indent: 2rem;
}
.shengping .intro-box2{
	background-color: #eff5fc;
	border-radius: 10px;
	padding:1.25rem;
	font-size: 1.125rem;
	text-indent: 2rem;
}
.shengping .intro-box2 strong{
	color:#0953c9;
}
.shengping .list-timeline {
	margin-left:2.5rem;
	padding: 2.5rem 0 0.125rem 0;
	border-left: 2px solid #e8f0fb;
}
.shengping .title-1{
	background-color:#163299;
	background-image: url(../images/shengping-title-bg.jpg) ;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	padding:1.125rem 1.125rem 1.125rem 2rem;
	color:#ffffff;
	font-size: 1.5rem;
}
.shengping .title-1 i,
.shengping .title-1 em{
	font-size: 2.5rem;
	font-weight: bold;
}
.shengping .list-timeline .item {
	position: relative;
	margin-bottom: 2.5rem;
	padding-left: 2.5rem;
}

.shengping .list-timeline .item:before {
	content: "";
	position: absolute;
	top: 1.5rem;
	left: -0.75rem;
	width: 2.8125rem;
	height: 1.25rem;
	background-image: url(../images/jiedian.png) ;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left;
}
.shengping .list-timeline .item .content{
	background-color: #eff5fc;
	border-radius: 10px;
	padding:1.125rem;
}

.shengping .list-timeline .item .content .title-a{
	color:#0953c9;
	font-size: 1.25rem;
	font-weight: bold;
	padding-bottom:1rem;
	text-align: left;
	border-bottom:1px solid #cddef2;
}
.shengping .list-timeline .item .content p{
	color:#0953c9;
	font-size: 1.25rem;
	font-weight: bold;
	padding-bottom:1rem;
	text-align: left;
	border-bottom:1px solid #cddef2;
}
.shengping .list-timeline .item .info {
	line-height: 1.8;
	font-size: 1.125rem;
	margin-top: 10px;
	text-indent: 2rem;
}

.shengping .intro-box3{
	background-color: #eff5fc;
	padding:1.25rem;
	margin:2rem 0;
}
.shengping .intro-box3 .box-border{
	border:1px solid #0577e3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding:2rem;
	position: relative;
}
.shengping .intro-box3 .box-border:before{
	content:"";
	width:3.8125rem;
	height:2.6875rem;
	background-image: url(../images/yulu-icon1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left:1rem;
	top:-2rem;
}
.shengping .intro-box3 .box-border:after{
	content:"";
	width:3.8125rem;
	height:2.6875rem;
	background-image: url(../images/yulu-icon2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right:1rem;
	bottom:-2rem;
}
.shengping .intro-box3 .box-border div{
	font-size: 2.25rem;
	font-weight: bold;
	background: linear-gradient(90deg, #163299, #0282ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}


/*
block-title styles
*/

.block-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.25rem;
}

.block-title .title {
	position: relative;
	font-size: 2.5rem;
	color: #600064;
	font-weight: bold;
}
.block-title .title img{
	width:12rem;
}
.block-title .title_font {
	background: linear-gradient(90deg, #163299, #0282ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.block-title .title_font span{
	color:#e0c88f;
	font-size: 1.5rem;
	font-weight: normal;
	padding-left:0.625rem;
}
.block-title .more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.3rem;
	cursor: pointer;
	color: #666972;
	font-size: 1rem;
}
.block-title .more img {
	width:2.8125rem;
}

.block-title .more:hover {
	background: linear-gradient(90deg, #163299, #0282ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/*list-text*/
.list-text{
	position: relative;
	text-align: left;

}
.list-text li,
.list-text .item{
	cursor: pointer;
	transition: all 500ms ease 0s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding:1.8rem 0 1.4rem 0;
	border-bottom:1px solid #EDE8E3;
}

.list-text .title{
	font-size:2rem ;
	position: relative;
	width:calc(100% - 10rem);
	color:#333333 ;
}


.list-text li:hover .title,
.list-text .item:hover .title{
	color:#920303;
}
.list-text .time{
	width:10rem;
	display: block;
	color:#979797;
	font-size: 1.6rem;
	text-align: right;
}


/*list-text .media*/
.list-text .media{
	padding:1.4rem 0;
	border-bottom:1px solid #EDE8E3;
	cursor: pointer;
	position: relative;

}

.list-text .media .icon{
	width:3.8rem;
	height:3.8rem;
	background-size: 100%;
	margin-right:1.5rem;
}


.list-text .media .title{
	font-size:2rem ;
	font-weight: 400;
	margin:0;
	padding:0;
	position: relative;
	width:calc(100% - 10rem);
	color:#333333 ;
}
.list-text .media:hover .title{
	color:#920303;
}

.list-text .media .media-body{
	position: relative;
}

.list-text .media .time{
	color:#979797;
	font-size: 1.6rem;
	width:100px;
	position: absolute;
	right:0;
	top:0;
}

/*.list-title1*/
.list-title1{
}

.list-title1 .item {
	width:100%;
	padding:1rem 0;
	border-bottom: 1px solid #d9e2e8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:1rem;
	cursor: pointer;
	transition: all 500ms ease 0s;
}
.list-title1 .item:first-child{
	border-top: 1px solid #d9e2e8;
}


.list-title1 .title {
	color: #333;
	font-size: 1.125rem;
	flex-shrink:1;

}
.list-title1 .item:hover .title{
	font-weight: bold;
}
.list-title1 .item .body{
	width:calc(100% - 6.75rem);
}
.list-title1 .time {
	width:6.25rem;
	color: #908A90;
	font-size: 1.125rem;
	text-align: center;
	font-family: "MyFont-time";
	flex-shrink:0;
}
.list-title1 .time .time-all{
	display: block;
}
.list-title1 .time .day{
	color:#fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #ffffff;
}
.list-title1 .time .year{
	color:#fff;
	font-size: 1rem;
}
.list-title1 .time .day,
.list-title1 .time .year {
	display:none;
}
.list-title1 .item .summary{
	display: none;
	margin-top:0.9325rem;
	color:#999999;
	line-height: 1.6;
}
.list-title1 .item.cur .title,
.list-title1 .item:hover .title{
	font-weight: bold;
}
.list-title1 .item.cur .time,
.list-title1 .item:hover .time{
	padding:0 0.625rem;
	height:6.85rem;
	background: linear-gradient(to bottom right, #0282ee, #115bc4);
}
.list-title1 .item.cur .time .time-all,
.list-title1 .item:hover .time .time-all{
	display: none;
}
.list-title1 .item.cur .time .day,
.list-title1 .item.cur .time .year,
.list-title1 .item:hover .time .day,
.list-title1 .item:hover .time .year{
	display: block;
}
.list-title1 .item.cur .summary,
.list-title1 .item:hover .summary{
	display: block;
}
/*.list-title2*/
.list-title2{
}

.list-title2 .item {
	width:100%;
	height: 3.75rem;
	border-bottom: 1px solid #d9e2e8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 500ms ease 0s;
}
.list-title2 .item:first-child{
	border-top: 1px solid #d9e2e8;
}
.list-title2 .item:hover > * {
	transition: all 500ms ease 0s;
}

.list-title2 .title {
	color: #333;
	font-size: 1.125rem;
	flex-shrink:1;

}
.list-title2 .item:hover .title{
	font-weight: bold;
}

.list-title2 .time {
	width:6.25rem;
	color: #908A90;
	font-size: 1.125rem;
	font-family: "MyFont-time";
	flex-shrink:0;
}


/*.list-text3*/
.list-text3{
}

.list-text3 .item {
	display: block;
	cursor: pointer;
	padding:1.625rem 0;
	background: #ffffff;
	position: relative;
	border-bottom: 1px solid #E4E2E6;
	z-index: 1;
}

.list-text3 .title {
	transition: all 500ms ease 0s;
	position: relative;
	padding-left:1.25rem;
}
.list-text3 .title h5{
	font-size: 1.125rem;
	line-height: 1.5;
	color: #333333;
}
.list-text3 .item:hover .title{
	color: #600064;
	transition: all 500ms ease 0s;
}
.list-text3 .title:before {
	content: "";
	width:1rem;
	height:1rem;
	background:url(../images/index/icon_list1.png);
	position: absolute;
	top: 0.3125rem;
	left:0;
	transition: all 500ms ease 0s;
}
.list-text3 .item:hover .title:before {
	background:url(../images/index/icon_list1_hover.png);
	transition: all 500ms ease 0s;
}
.list-text3 .time {
	color: #908A90;
	font-size: 1.125rem;
	transition: all 500ms ease 0s;
	font-family: "MyFont-time";
}





/*--------------------------------------------------------------
# Home style
--------------------------------------------------------------*/
.bg-01{
	background-image: url(../images/bg-01.jpg);
	background-position:top center;
	background-repeat: no-repeat;
}


.section1{
	padding:2.5rem 0;
}

/*news-slide*/

.news-slide .carousel-inner{
}
.news-slide .carousel-item {
	position: relative;
	z-index: 1;
}




.news-slide .carousel-indicators{
	position:absolute;
	right:0;
	bottom:0.25rem;
	left:0;
	z-index:2;
	display:flex;
	justify-content:flex-end;
	padding:0;
	margin-right:0.9375rem;
	margin-left:0.9375rem;

}
.news-slide .carousel-indicators [data-bs-target]{
	border:none;
	background-color: rgba(255,255,255,0.5);
	width:8px;
	height:8px;
	border-radius: 8px;
	opacity: 1;
	margin-right:6px;
	margin-left:6px;
	text-indent:-999px;
	color:transparent;
}

.news-slide .carousel-indicators .active{
	background-image:url(../images/banner-dots-hover.png);
	background-color:rgba(255,255,255,0) ;
	background-size: 100%;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	position: relative;
	margin-top:-0.3125rem;
}

.news-slide .carousel-caption{
	background-image: linear-gradient(to top, rgb(0, 0, 0, 0.6),transparent);
	height:3.75rem;
	width:100%;
	left:0;
	bottom:0;
	z-index:100;
	text-align: left;
	padding-left:1rem;
	display: flex;
	align-items: center;
}
.news-slide .carousel-caption h5{
	font-size:18px;
	text-align: left;
	color:#ffffff;
	width:75%;
	line-height: 1.6;
}


.section-link{
	background-image: url(../images/section-link-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#1757bc ;
	padding:3rem 0;
}
.section-link .item{
	margin:0 auto;
	width: 10rem;
	height: 10rem;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	box-sizing: border-box;
}

.circle-border-svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none; /* 不阻挡鼠标hover */
}

.draw-stroke {
	fill: none;
	stroke:rgba(204,197,120,1);
	stroke-width: 1;
	/* 半径75，周长 2 * π * 75 ≈ 471.24 */
	stroke-dasharray: 471.24;
	stroke-dashoffset: 471.24;
	transform: rotate(-90deg);
	transform-origin: center center;
	transition: stroke-dashoffset 0.8s linear;
}

/* hover 绘制一圈边框 */
.circle-box:hover .draw-stroke {
	stroke-dashoffset: 0;
}

.section-link .icon{
	margin:0 auto;
	width:4.375rem;
	height:4.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-link .icon img{
	width:80%;
}
.section-link .text{
	color:#ffffff;
	font-size: 1.125rem;
	text-align: center;

}
.section-team{
	background-image: url(../images/bg-bottom.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	padding-bottom: 15rem;

}

.img_zd>img{border-radius: 100px;}
.img_zd{ position:relative; width:100%}
.img_zd>img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover;}

.team.swiper-container{}
.team .swiper-slide{ text-align: center; height: 25rem; padding: 1rem 0 0;}
.team .swiper-slide a{width: 9.375rem;display: inline-block;position: relative;margin: 0 auto;}

.team .swiper-slide .img{border-radius: 50%;overflow: hidden;background: #000;width: 100%;}
.team .swiper-slide .img img{ opacity: 0.7;transition: all 500ms ease 0s;}
.team .swiper-slide:hover .img img{ transform: scale(1.05);transition: all 500ms ease 0s;}
.team .swiper-slide .img .img_hezi{ padding-top: 100% !important;}
.team .swiper-slide .top{ position: absolute; top: 10rem; right: 0; bottom:0; left: 0;  padding: 0 .5rem;}
.team .swiper-slide .top h5{ width: 100%; text-align: center; font-size: 1rem;font-weight: bold; color: #000000;}
.team .swiper-slide .top p,
.team .swiper-slide .top h3{opacity: 0;visibility: hidden;display:none;width:50%;}


.team .swiper-slide.swiper-slide-active .img{ width:100%; box-shadow: 0px 0px 10px 0px rgba(100, 67, 0, 0.34);background:none;}
.team .swiper-slide.swiper-slide-active a{z-index: 1;width: 82%;}
.team .swiper-slide.swiper-slide-active .top{padding: 1.5rem 0;top:16.75rem;right: -1rem;left: -1rem;z-index: -1;}
.team .swiper-slide.swiper-slide-active .top h5{ font-size: 1.375rem; color: #392b22;}
.team .swiper-slide.swiper-slide-active .img img{opacity: 1;}
.team .dot{ text-align: center; padding: 0 30%;margin-top:-60px;height:60px;}

.team .miso_bottom{display: flex;justify-content:center;align-items: center;margin: 3rem 0 0;}
.team  .miso_bottom .swiper-pagination{position: relative;margin: 0 2rem;}
.team  .miso_bottom .swiper-button-next,
.team  .miso_bottom .swiper-button-prev{ position: relative; margin: 0 1.25rem; background-size: 100% 100% !important; transition: .5s;}
.team  .miso_bottom .swiper-button-prev{ background: url(../images/swiper-button-prev1.png) center no-repeat; width: 2.25rem; height:2.25rem;}
.team  .miso_bottom .swiper-button-next{ background: url(../images/swiper-button-next1.png) center no-repeat; width: 2.25rem; height:2.25rem;}
.team  .miso_bottom .swiper-button-prev:hover{ background: url(../images/swiper-button-prev1_on.png) center no-repeat;}
.team  .miso_bottom .swiper-button-next:hover{ background: url(../images/swiper-button-next1_on.png) center no-repeat;}
.team  .miso_bottom .swiper-pagination-clickable{ display: none; justify-content: center;}
.team  .miso_bottom .swiper-pagination-clickable .swiper-pagination-bullet{width: 1.125rem;height: 1.125rem;display: flex;position: relative;background: url("images/jsgd_li.png") no-repeat center center;opacity: 1;margin: 0 .25rem;justify-content:center;align-items:center;}
.team .miso_bottom .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{background: url("images/jsgd_li_on.png") no-repeat center center;opacity:1;background-size: cover;}
@media(max-width: 1200px){
	.team .swiper-slide a{max-width: 10rem;}
	.team .swiper-slide.swiper-slide-active a{ max-width: 18rem;}
}
@media(max-width: 992px){
	.team  .dot{text-align: center; padding: 0 10%;margin-top:50px;height:140px;}
	.team .swiper-slide .top{ position: absolute; top:6rem; right: 0; bottom:0; left: 0; display: block; padding: 0 .5rem;}
	.team .swiper-slide.swiper-slide-active .top{padding: 1.5rem 0;top:0rem;right: -1rem;left: -1rem;z-index: -1;}
	.team .swiper-slide{ height: auto; display: flex; align-items: center;}
	.team .swiper-slide a{max-width: 6rem;}
	.team .swiper-slide.swiper-slide-active a{ max-width: 9.375em;}
	.team .swiper-slide.swiper-slide-active a .top h5{ font-size: 14px;}
	.team .swiper-slide.swiper-slide-active a .top{ padding: 1.5rem 0;top:8.75rem;right: -1rem;left: -1rem;z-index: -1;}
}
@media(max-width: 768px){
	.team  .dot{text-align: center; padding: 0 10%;margin-top:50px;height:140px;}
	.team .swiper-slide .top{ position: absolute; top:6rem; right: 0; bottom:0; left: 0; display: block; padding: 0 .5rem;}
	.team .swiper-slide.swiper-slide-active .top{padding: 1.5rem 0;top:0rem;right: -1rem;left: -1rem;z-index: -1;}
	.team .swiper-slide{ height: auto; display: flex; align-items: center;}
	.team .swiper-slide a{max-width: 6rem;}
	.team .swiper-slide.swiper-slide-active a{ max-width: 9.375em;}
	.team .swiper-slide.swiper-slide-active a .top h5{ font-size: 14px;}
	.team .swiper-slide.swiper-slide-active a .top{ padding: 1.5rem 0;top:8.75rem;right: -1rem;left: -1rem;z-index: -1;}

}
	/*--------------------------------------------------------------
    # sub content style
    --------------------------------------------------------------*/
.content-main{

}



/*sub-list-title*/
.sub-list-title .item{
	padding:1.5rem 1rem;
	cursor: pointer;
	position: relative;
	-webkit-transition: 500ms;
	transition: 500ms;
	z-index: 0;
	border-bottom: 1px solid #E4E2E6;
}

.sub-list-title .item:after {
	content: "";
	width:100%;
	height:100%;
	background: linear-gradient(to right, #163299, #0282ee);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease; /* 更快更丝滑 */
	transition: all 300ms ease;
	z-index: 1;
}
.sub-list-title .item:hover::after {
	opacity: 1;
	-webkit-transition: all 300ms ease; /* 更快更丝滑 */
	transition: all 300ms ease;
}
.sub-list-title .item .title{
	color:#333333;
	margin:0;
	padding: 0;
	font-size:1.25rem;
	position: relative;
	z-index: 2;
}
.sub-list-title .item:hover .title{
	color:#ffffff;
}

.sub-list-title .item .time{
	color:#979797;
	width:7rem;
	font-family: "MyFont-time";
	position: relative;
	z-index: 2;
	text-align: right;
	display: flex;
	align-items: center;
}
.sub-list-title .item:hover .time{
	color:#ffffff;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list-title .item .time span{
	display: inline-block;
}
.sub-list-title .item .time-icon{
	width:1.2rem;
	height: 1rem;
	background-image: url(../images/ny/icon_list_right.png);
	background-size: 100%;
	margin-left:0.5rem;
}
.sub-list-title .item:hover .time-icon{
	background-image: url(../images/ny/icon_list_right_hover_white.png);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.sub-list-title.download .item .title{
	padding-left:2rem;
	background-image: url(../images/ny/icon_list_files.png);
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	background-position: left;

}
.sub-list-title.download .item:hover .title{
	background-image: url(../images/ny/icon_list_files_hover.png);
}
.sub-list-title.download .item .download-icon{
	width:1.5rem;
	height: 1.5rem;
	background-image: url(../images/ny/icon_list_download.png);
	background-size: 100%;
	display: inline-block;
	margin-left:0.5rem;
}
.sub-list-title.download .item:hover .download-icon{
	background-image: url(../images/ny/icon_list_download_hover.png);
	-webkit-transition: 500ms;
	transition: 500ms;
}
/*sub-list-media */
.sub-list-media{
}
.sub-list-media .item {
	 cursor: pointer;
	 -webkit-transition: 500ms;
	 transition: 500ms;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 min-height:4.375rem;
	 padding:2rem 0;
	 border-bottom: 1px solid #E4E2E6;
	position: relative;
	-webkit-transition: 500ms;
	transition: 500ms;
	backface-visibility: hidden;
 }


.sub-list-media .item::after {
	content: "";
	width: 0; /* 关键：默认隐藏 */
	height: 2px;
	border-bottom: 1px solid #163299;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: width 300ms ease; /* 更快更丝滑 */
	transition: width 300ms ease;
}

/* 鼠标滑过：宽度变100%，从左到右展开 */
.sub-list-media .item:hover::after {
	width: 100%;
}

.sub-list-media .item .item-body{
	position: relative;
	padding-left:1.875rem;
}
.sub-list-media .item .item-body:before{
	content: "";
	height:100%;
	width:1px;
	background: #f0e7d2;
	position: absolute;
	left:0;
	top:0;
}

.sub-list-media .title {
	color: #333;
	font-size: 1.25rem;
	line-height:1.8;
	margin-bottom: 0.5rem;
}

.sub-list-media .item:hover .title{
	background: linear-gradient(to right, #163299, #0282ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: bold;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list-media .summary {
	font-size: 1rem;
	color: #979797;
	line-height: 1.8;
}
.sub-list-media .time {
	width:6.875rem;
	flex-shrink:0;
	height:3.75rem;
	text-align: left;
	font-family: "MyFont-time";
}
.sub-list-media .time .day{
	font-size: 1.5rem;
	color: #080a2c;
	line-height: 36px;
	display: block;
}
.sub-list-media .time .year{
	font-size: 0.875rem;
	color: #4b5b76;
	display: block;
}

.sub-list-media .item:hover .year{
	color: #080a2c;
	-webkit-transition: 500ms;
	transition: 500ms;
}
/*sub-list-tuwen */
.sub-list-tuwen{

}
.sub-list-tuwen .item {
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding:2.5rem 0;
	border-bottom: 1px solid #E7E9EC;
	position: relative;
	-webkit-transition: 500ms;
	transition: 500ms;
	backface-visibility: hidden;
}


.sub-list-tuwen .item::after {
	content: "";
	width: 0; /* 关键：默认隐藏 */
	height: 1px;
	background: #163299;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: width 300ms ease; /* 更快更丝滑 */
	transition: width 300ms ease;
}

.sub-list-tuwen .item:hover::after {
	width: 100%;
}

.sub-list-tuwen .item .item-body{
	width:calc(100% - 19rem);
	position: relative;
	padding-left:1.25rem;
}

.sub-list-tuwen .title {
	color: #333;
	font-size: 1.25rem;
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
}

.sub-list-tuwen .item:hover .title{
	background: linear-gradient(to right, #163299, #0282ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: bold;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list-tuwen .summary {
	font-size: 1rem;
	color: #979797;
	line-height: 1.8;
}

.sub-list-tuwen .item-img {
	width:19rem;
}
.sub-list-tuwen .item-img img{
	width:100%;
}
.sub-list-tuwen .time{
	color: #4b5b76;
	font-size: 1.125rem;
	transition: all 500ms ease 0s;
	font-family: "MyFont-time";
	padding-left:1.125rem;
	background-image: url(../images/icon-time.png);
	background-size: 0.9375rem 0.9375rem;
	background-position: left;
	background-repeat: no-repeat;
}
.sub-list-tuwen .item:hover .time{
	color: #4b5b76;
}
.sub-list-tuwen .item .time .day{
	font-size: 1.125rem;
}
.sub-list-tuwen .item .time .year{
	font-size: 0.875rem;
}



/*list-card-ty*/
.list-card-ty{

}
.list-card-ty .item{
	display: block;
	background: #ffffff;
	border-bottom:1px solid #D5DADF;
	margin-bottom:1.25rem;
}
.list-card-ty .item::after {
	content: "";
	width: 0; /* 关键：默认隐藏 */
	height: 1px;
	background: #163299;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: width 300ms ease; /* 更快更丝滑 */
	transition: width 300ms ease;
}

.list-card-ty .item:hover::after {
	width: 100%;
}
.list-card-ty .item .caption{
	background: #ffffff;
	padding:0.625rem 0;
	text-align:left;
	transition: all 500ms ease 0s;
}

.list-card-ty .item .title{
	font-size: 1.125rem;
	line-height: 1.6;
	text-align: left;
	color:#333333;
}
.list-card-ty .item:hover .title{
	background: linear-gradient(to right, #163299, #0282ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: bold;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.list-card-ty .item .title.small{
	height:1.5rem;
}
.list-card-ty .item .time{
	color: #4b5b76;
	font-size: 1.125rem;
	transition: all 500ms ease 0s;
	font-family: "MyFont-time";
	padding-left:1.125rem;
	background-image: url(../images/icon-time.png);
	background-size: 0.9375rem 0.9375rem;
	background-position: left;
	background-repeat: no-repeat;

}

.list-card-ty .item:hover .time{
	color: #4b5b76;
}
.list-card-ty .item .time .day{
	font-size: 1.125rem;
}
.list-card-ty .item .time .year{
	font-size: 0.875rem;
}





/*sub-list-shizi-ml*/
.sub-list-shizi-ml{
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top center;
	padding:1.25rem;
	margin-bottom: 0.9375rem;
}

.sub-list-shizi-ml .item{
	height:2.25rem;
	width:6.5rem;
	float:left;
	font-size: 1rem;
	text-align: center;
	position: relative;
	color:#333333;
	display: flex;
	align-items: center;
	justify-content: center;
}


.sub-list-shizi-ml .item:hover{
	color:#0149B9;
}
.sub-list-shizi-ml .item:after{
	content: "";
	width:1px;
	height:1rem;
	background-color: #C0C7D2;
	position: absolute;
	right:0;
	top:0.65rem;
}

/*sub-list-shizi*/
.sub-list-shizi .item{
	display: block;
	margin-bottom:1.25rem;
	padding:1.25rem 1.25rem 0 1.25rem;
	background-image: url(../images/team-list-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	background-color: #FFFFFF;
	border: 1px solid #dae1e8;
	cursor: pointer;
	position: relative;
	z-index: 0;

}

.sub-list-shizi .item:hover{
	border: 1px solid #0282ee;
}
.sub-list-shizi .item .caption{
	color:#333333;
	transition: all 500ms ease 0s;
	position: relative;
	z-index: 0;
}

.sub-list-shizi .item .caption .title{
	height:3.75rem;
	color: #080a2c;
	font-size: 1.25rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content:flex-start;
	position: relative;
	width:100%;
}
.sub-list-shizi .item .caption .title:after{
	content: "";
	width:100%;
	height:0.875rem;
	background: url(../images/team-list-line.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left:0;
	bottom:0;
}
.sub-list-shizi .item .caption .summary{
	color: #4b5b76;
	font-size: 1rem;
	padding-top:0.625rem;
	height:7rem;
}
.sub-list-shizi .item .caption .summary .item-s{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap:5px;
	margin-bottom:0.625rem;
}
.sub-list-shizi .item .caption .summary .item-s:last-child{
	margin-bottom:0;
}
.sub-list-shizi .item .caption .summary .item-s img{
	width:1rem;
	margin-right:0.3125rem;
	margin-top:0.25rem;

}
