@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 18px;
	line-height: 2;
}
body {
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #fff;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	color: #005197;
	text-decoration: none;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1230px;
}
}
.image-link img {
	width: 100%;
	object-fit: cover;
}
.header {
	height: 700px;
	background: #5bd5fb top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
	margin-top: 20px;
}
.main-title-wrapper {
	text-align: center;
	margin-top: 7rem;
}
.main-text-wrapper {
	width: 80%;
	margin: 1rem auto;
	padding: 1rem 2rem;
	background-color: rgba(8, 71, 187, 0.7);
	border-radius: 1rem;
	color: #ff0;
	font-size: 1.125rem;
	text-indent: 2rem;
}
#topNav {
	background: #0883f3;
	position: relative;
}
#topNav.fixed-top {
	position: fixed;
}
#topNav .navbar {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#topNav .navbar-nav {
	justify-content: center; /*align-items: center;*/
}
#topNav .nav-item {
	position: relative;
	flex-grow: 1;
	text-align: center;
}
#topNav .nav-link.active {
	background: #005482;
	position: relative;
}
#topNav .nav-link:hover {
	background: #005482;
	opacity: 1;
}
#topNav .nav-link.active::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: calc(50% - 10px);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #fff;
}
#topNav .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Microsoft Yahei";
	font-size: 1.125rem;
	line-height: 50px;
}
#topNav .nav-link .iconfont {
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
}
#topNav a.on {
	background: url(../img/top_menu_on.png) center bottom no-repeat;
	color: #fff;
}
#topNav .nav-link:hover {
	background: #005482;
	color: #fff;
}
.bg-1 {
	background: #eef7ff;
}
#mainCarousel {
	height: 400px;
}
.carousel, .carousel-inner, .carousel-item {
	height: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainCarousel .carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}
#mainCarousel .carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
	background-color: #ff0000;
}
#mainCarousel .carousel-caption {
	background-color: rgba(0, 0, 0, 0.55);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 8rem 0.75rem 1rem;
	text-align: left;
}
#mainCarousel .carousel-caption a {
	color: #fff;
}
/* 右侧活动? */
.activity-sidebar {
	background: #eef7ff;
	height: 100%;
}
.activity-header {
	background: #ffb128;
	color: #fff;
	padding: 8px 15px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.activity-header a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.news-list-wrapper .entry-wrapper {
	display: flex;
	line-height: 40px;
	gap: 10px;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #666;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 6rem;
	text-align: right;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #046ec4;
}
.news-list2 .entry-wrapper::before {
	background: url(../img/icon-xinwen.png) left center no-repeat;
padding-left:.9rem;
}
.news-list2 .entry-wrapper::before {
	content: "";
	color: #666;
}
.experience-section {
	margin: 20px 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	padding: 15px;
}
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-title {
	font-size: 1.25rem;
	color: #0b7adf;
}
.section-more {
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.section-more:hover {
	color: #007bff;
}
.experience-item {
	margin-bottom: 12px;
}
.experience-item:last-child {
	margin-bottom: 0;
}
.experience-item a {
	color: #333;
	text-decoration: none;
	line-height: 1.6;
}
.experience-item a:hover {
	color: #007bff;
}
.experience-item .icon {
	color: #007bff;
	margin-right: 5px;
}
.experience-big-item {
	padding: 15px;
	background: #f2f9ff;
	min-height: 120px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.experience-big-item:last-child {
	margin-bottom: 0;
}
.experience-big-item h4 {
	font-size: 1.25rem;
	margin-bottom: 8px;
}
.experience-big-item h4 a {
	color: #333;
	text-decoration: none;
}
.experience-big-item h4 a:hover {
	color: #007bff;
}
.experience-big-item p {
	color: #999;
	margin-bottom: 0;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.g-wrap li {
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
	white-space: nowrap;
	margin-bottom: 1rem;
 padding: .8rem 1rem;
	border-radius: 6px;
}
.g-wrap li::before {
	content: "\2022";
padding-right:.5rem;
	color: #046ec4;
}
.gallery-section {
	position: relative;
}
.gallery-section .gallery-list {
	overflow: hidden;
}
.gallery-section .gallery-list {
	overflow: hidden;
}
.gallery-section .gallery-list .swiper-slide .entry-link {
	display: block;
	background: #fff;
	margin: 1rem 0;
}
.gallery-section .swiper-slide img {
	width: 100%;
	height: 180px;
	object-fit: cover;
padding:.5rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.gallery-section h4 {
margin-top:.5rem;
	font-size: 1rem;
	color: #333;
}
.gallery-section .swiper-button-prev {
	left: -35px;
}
.gallery-section .swiper-button-next {
	right: -35px;
}
.gallery-section .swiper-button-prev::after, .gallery-section .swiper-button-next::after {
	font-size: 1.35rem;
	font-weight: bold;
	background: rgba(0,0,0,.35);
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	flex: 0 0 30px;
}
.video-section {
	margin: 20px 10px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	padding: 1.5rem;
}
.video-item {
	margin-bottom: 15px;
}
.video-item img {
	width: 100%;
	height: 170px;
	object-position: center top;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 10px;
}
.video-item p { overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	color: #333;
	margin-bottom: 0;
	text-align: center;
}
 @media only screen and (max-width: 1100px) {
.header {
	height: 417px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.video-item img {
	width: 100%;
	height: 240px;
}
}
 @media only screen and (max-width: 767px) {
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
.header {
	height: 225px;
	background: url(../img/header-bg.jpg) top right no-repeat;
}
.main-title-wrapper img {
	width: 70%;
}
.main-title-wrapper {
	margin-top: 15px;
}
.top-logo-wrapper img {
	width: 180px;
	margin-top: 10px;
}
#topNav .nav-link {
	line-height: 25px;
}
#mainCarousel {
	height: 220px;
}
.experience-big-item {
	padding: 15px;
	min-height: auto;
}
.gallery-section .swiper-slide img {
	width: 100%;
	height: 220px;
}
.gallery-section .swiper-button-prev {
	left: 10px;
}
.gallery-section .swiper-button-next {
	right: 12px;
}
.video-item img {
	width: 100%;
	height: auto;
}
}
 @media only screen and (max-width: 575px) {
.header {
	height: 260px;
	background: bottom right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 80%;
}
.main-title-wrapper {
	margin-top: 3rem;
	margin-left: 20px;
}
.main-text-wrapper {
	width: 90%;
margin:.5rem auto;
	padding: 1rem;
	background-color: rgba(8, 71, 187, 0.7);
	border-radius: 1rem;
	color: #ff0;
font-size:.85rem;
	text-indent: 2rem;
}
.top-logo-wrapper {
	text-align: center;
}
.top-logo-wrapper img {
	margin: 10px auto;
}
}
