:root {
	--palegreen:#0d6fb8;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif;
}
.symbol {
   width: 1em;
   height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
.bg-gradient {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}
.fs-5 {
	font-size: 1.25rem !important;
}
.fs-7 {
	font-size: .875rem !important;
}
.fs-8 {
	font-size: .75rem !important;
}
.lh-1 {
	line-height: 1 !important;
}
.lh-sm {
	line-height: 1.25 !important;
}
.lh-base {
	line-height: 1.5 !important;
}
.lh-lg {
	line-height: 2 !important;
}

i.star{
	width: 1rem;
	font-style: normal;
}

/* 导航菜单自定义部分 */
.navik-header .logo {
    /*padding: 10px 40px 10px 0;*/
    padding-left: 0;
    text-align: left;
}
.navik-header .logo img {
	/*width: 150px;*/
}
.navik-menu ul ul li > a {
	font-style: normal;
}
/* 子页面左侧菜单 */
.navSub .list-group-item.active {
    /*color: #fff;*/
    background-color: var(--palegreen);
    border-color: var(--palegreen);
}

/* 首页展商/观众/媒体中的链接 */
.emphasize li > a {
	text-decoration: none;
}
.emphasize li > a:not(.btn) {
	color: inherit;
	display: block;
	position: relative;
	padding-left: 0;
	transition: all .2s ease-in-out;
}
.emphasize li > a:not(.btn)::before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	background: var(--palegreen);
	transition: all .2s ease-in-out;
}
.emphasize li:hover > a:not(.btn) {
	padding-left: 20px;
	color: var(--palegreen);
}
.emphasize li:hover > a:not(.btn)::before {
	width: 10px;
}

img.bg-image,
video.bg-image {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
img.fit-scale-down {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';	
}
.bg-image,
img.fit-scale-down {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.embed-responsive-2by1::before{
	padding-top: calc(1 / 2 * 100%);
}
.embed-responsive-3by1::before{
	padding-top: calc(1 / 3 * 100%);
}
.embed-responsive-13by5::before{
	padding-top: calc(5 / 13 * 100%);
}
.embed-responsive-3by4::before{
	padding-top: calc(4 / 3 * 100%);
}
.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

.carousel-fade .carousel-inner .carousel-item {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-slide {
	background-position:center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.carousel-indicators li{
	background-color: #2669ab;
}

/* 首页新闻 */
.homeNews .news-img img {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.homeNews .titlebar {
	font-size: 1.15rem;
	line-height: 1.6;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.homeNews:hover .titlebar {
	color: var(--palegreen) !important;
}


/* 首页盛典 */
.homeCeremony .card-img-overlay {
	background-image: linear-gradient(to top, #0d6fb8, transparent);
}

/* 首页客户评价*/
.testimonial {
    position: relative;
    margin-left: 3rem;
    padding: 4rem;
    padding-left: 70px;
}
.testimonial-quote {
    margin-bottom: 10px;
    color: #4E66F8;
    font-size: 1.5rem;
}
.testimonial-avatar {
    display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
    overflow: hidden;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: -5.665px 9.429px 35px 0px rgba(0,0,0,0.2);
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
}
.testimonial-text {
    color: #656565;
    font-size: 0.9rem;
    line-height: 1.8rem;
    line-height: 1.7rem;
}
.testimonial-content{
	max-height: 10rem;
	overflow-y: scroll;
}
.testimonial-content::-webkit-scrollbar {
    width: 6px;
}
.testimonial-content::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #eee;
}
.testimonial-content::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #3DB6A4;
}

/* 首页时间海报*/
.growposter .flex-fill {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.growposter .flex-fill:hover {
	cursor: pointer;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0 0 1rem rgba(0,0,0,.15);
	border-radius: .5rem;
	overflow: hidden;
	z-index: 2;
}

/* 手鼠移上去动画 */
.hover-moveup{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.hover-moveup:hover{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

/* 页脚 */
footer {
	background-color: #173780;
}
footer a {
	color: inherit;
}
footer a:hover {
	color: #fff;
}
footer .copyright {
	background-color: rgba(0,0,0,.3);
}

/* 在线客服按钮 */
.onlineService {
	position: fixed;
	display: block;
	top: 50%;
	right: 0;
	z-index: 21;
}

/* 右侧按钮*/
.fixed-right {
	position: fixed;
	display: block;
	bottom: 2rem;
	z-index: 20;
}
.fixed-right.backfix {
    left: 50%;
    margin-left: 660px;
}
.fixed-right.backfix-s {
    right: 1rem;
}
.fixed-right .item{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid rgba(150,150,150,0.15);
	text-align: center;
	font-size: 26px;
	color: #999;
	cursor: pointer;
	background: rgba(255,255,255,0.8);
}
.fixed-right .item:hover{
	color: #fff;
	background-color: var(--palegreen);
}
.fixed-right .menus {
    margin-bottom: 10px;
}
.fixed-right .menus .item {
    border-bottom: none;
}
.fixed-right .menus .item:last-child {
	border-bottom: 1px solid rgba(150,150,150,0.15);
}
.fixed-right .code-div {
	position: absolute;
	right: 100%;
	bottom: -50px;
	display: none;
	margin-right: -20px;
	padding-right: 30px;
}
.fixed-right .gotop {
	display: none;
}


/* 二级页面面包屑栏*/
.pagebar {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.pagebar > div {
	background-color: rgba(0,0,0,.5);
}

/* 二级页面*/
.newscontent-box{
	font-size: 18px;
	line-height: 1.8;
	text-align: justify;
}
.post-meta {
	line-height: 1;
	color: #888;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}
.post-meta > span{
	display: inline-block;
	padding: 0 1rem;
	border-right: 1px solid #f2f2f2;
}
.post-meta > span:last-child{
	padding-right: 0;
	border-right-width: 0;
}


/* 插件：展商产品*/
.pluginProductsList .card:hover,
.tab-productsList .card:hover{
	border-color: var(--primary) !important;
}
.pluginProductsList .card .caption,
.swiper-otherProductsList .swiper-slide .caption,
.tab-productsList .caption{
	color: var(--dark);
	height: 3rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.swiper-otherProductsList .swiper-slide .caption{
	height: auto;
}
.pluginProductsList .card .caption:hover,
.swiper-otherProductsList .swiper-slide .caption:hover,
.tab-productsList .caption:hover{
	color: var(--primary);
}
.thumbnailProducts{
	cursor: pointer;
}
.thumbnailProducts.active::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 2px solid transparent;
	border-color: var(--primary);
	z-index: 2;
}
.m-slide .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
}
.m-slide .bigPic {
	display: none;
	position: absolute;
	top: 0;
	right: -470px;
	width: 460px;
	height: 460px;
	z-index: 333;
	border: 1px solid #fff;
	overflow: hidden;
}
.m-slide .bigPic > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 920px;
}
.carousel-pageNum {
    position: absolute;
    display: inline-block;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 15;
    background-color: rgba(0,0,0,.5);
}


/* 超小屏幕 <576px */
@media screen and (max-width: 575px){
}

/* 小屏幕sm 次小屏≥576px */
@media screen and (min-width: 576px) {
}

/* 中等屏幕md 窄屏≥768px */
@media screen and (min-width: 768px) {
	.border-md {
		border: 1px solid #dee2e6 !important;
	}
	.border-md-left-0 {
		border-left: 0 !important;
	}
	.border-md-right-0 {
		border-right: 0 !important;
	}
	.rounded-md-left-0 {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}

}

/* 大屏幕lg 桌面显示器≥992px */
@media screen and (min-width: 992px) {
	.homeNews .caption {
		text-overflow: ellipsis;
		display: -webkit-box !important;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.homeNews:hover .news-img img {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	/* 二级页面*/
	.newscontent-box{
		font-size: 16px;
	}
}

/* 超大屏幕xl 大桌面显示器≥1200px */
@media screen and (min-width: 1200px) {
	/* 导航菜单 */
	.navik-header.sticky {
	    z-index: 999;
	}
	.navik-header.sticky .logo {
	    padding-right: 0;
	}
	.navik-header .logo {
	    padding: 0;
	}
	.navik-header .logo img {
		width: auto;
	}
	.navik-menu ul ul li > a {
		color: inherit;
	}
	.navik-menu ul ul li > a::before {
		top: 20px;
		background: var(--palegreen);
	}
	.navik-menu ul ul li:hover > a {
		color: var(--palegreen);
		font-weight: bold;
	}
	.navik-menu ul li>a,
	.navik-menu .mega-menu-heading,
	.navik-menu .mega-menu-desc {
		font-family: inherit; 
	}
	.navik-menu > ul > li > a {
	    /*height: 90px;*/
	    padding: 0 9px;
	    /*line-height: 90px;*/
	}
	.navik-menu.submenu-top-border li > ul {
    	border-top-color: var(--palegreen);
	}
	.navik-menu.menu-hover-2 > ul > li > a::after,
	.navik-menu.menu-hover-3 > ul > li > a::after {
	    bottom: -3px;
	    height: 3px;
	    background-color: var(--palegreen);
	}
	.navik-menu.menu-hover-4 > ul > li > a > .hover-transition::after {
		background-color: var(--palegreen);
	}
}
/* 特大屏幕XX-Large 大桌面显示器≥1200px */
@media screen and (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}

	/* 导航菜单 */
	.navik-header .logo img {
		/*width: 249px;*/
	}
	.navik-menu > ul > li > a {
	    /*height: 90px;*/
	    padding: 0 15px;
	    /*line-height: 90px;*/
	}
}