.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.my-shadow {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

a {
	transition: .5s ease-in-out;
}

.navbar-brand-image {
	height: initial;
}

/*  */
footer {
	font-size: 0.875rem;
	background-color: #485157 !important;
	border-top: none !important;
	color: #eee !important;
}

footer a {
	color: #eee !important;
}

/*  */
.home-company {
	background-color: #fff;
	background-image: url(../imgs/cover-about.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.home-title-wrap {
	min-height: 4rem;
}

.home-title-wrap .home-title {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}

.home-title-wrap .home-title .active {
	color: var(--tblr-blue);
}

.home-title-wrap .home-title svg {
	width: 1.8rem;
	height: 1.8rem;
}

.home-title-wrap .home-sub-title {
	font-size: 2.5rem;
	font-weight: 700;
	position: absolute;
	z-index: 1;
	color: var(--tblr-gray-200);
	top: -1.5rem;
	left: 0;
}

.home-about-txt {
	text-indent: 2rem;
	line-height: 2;
}

.home-about-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-about-item svg {
	width: 4rem;
	height: 4rem;
}

.add_num {
	font-size: 2rem;
	font-weight: 700;
}

#carousel-news,
#carousel-news .carousel-inner {
	height: 75vw;
	margin-bottom: 1rem;
}

#carousel-news .carousel-inner .carousel-item {
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#carousel-news .carousel-inner .carousel-item .carousel-caption-background {
	height: 30%;
}

.home-news-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-news-list li {
	padding: 0.875rem;
	background-color: rgba(0, 78, 162, .1);
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	transition: .5s ease-in-out;
}

.home-news-list li:last-child {
	margin-bottom: initial;
}

.home-news-list li:hover {
	background-color: rgba(0, 78, 162, 1);
	color: #fff;
}

.home-news-list li:hover a {
	color: #fff;
	transition: .5s ease-in-out;
}

.home-news-list li .newsDate {
	font-size: 1.8rem;
}

.home-news-list li .newsDate span {
	font-size: 1.2rem;
}

.home-news-list li a {
	color: #485157;
	flex: 1;
	text-indent: 1rem;
	font-size: 1.2rem;
	text-decoration: none;
}

/*  */
.home-title-wrap-y {
	position: relative;
	min-height: 4rem;
}

.home-title-wrap-y .home-title {
	font-size: 2rem;
	font-weight: 500;
	position: absolute;
	z-index: 9;
	color: var(--tblr-yellow);
	top: 0rem;
	left: 1rem;
}

.home-title-wrap-y .home-sub-title {
	font-size: 2.5rem;
	font-weight: 700;
	position: absolute;
	z-index: 1;
	color: var(--tblr-gray-100);
	top: -1.5rem;
	left: 0;
}


.home-products {
	background-color: rgba(46, 167, 224, .1);
}

.home-pro-item {
	height: 100%;
	background-color: rgba(46, 167, 224, .1);
	padding: 1rem;
}

.home-pro-item:hover {
	background-color: rgba(46, 167, 224, .3);
}

.home-pro-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: initial;
	text-decoration: none;
}

.home-pro-item .pro-pic {
	overflow: hidden;
	border-radius: 100%;
	border: 5px solid #fff;
}

.home-pro-item .pro-pic img {
	transition: all .4s ease;
}

.home-pro-item:hover .pro-pic img {
	transform: scale(1.1);
}

.home-pro-item .pro-intro {
	line-height: 2;
	text-indent: 2rem;
}

/*  */
.home-news {
	background-color: rgba(255, 255, 255, 1);
}

.home-news-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-news-item .pro-pic {
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
}

.home-news-item .pro-intro {
	line-height: 2;
}

/*  */
.home-links {
	background-color: #fff;
	background-image: url(../imgs/bg-links.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
	padding: 5rem 0 12rem 0;
}

.home-links .links-item {
	position: relative;
	padding-bottom: 85%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: all .4s ease;
}

.home-links .links-item .links-txt-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #CCC;
}

.home-links .links-item svg {
	width: 4rem;
	height: 4rem;
}

.home-links .links-item .tit {
	font-size: 2rem;
	font-weight: lighter;
}

.home-links .links-item h4 {
	font-weight: normal;
}

.home-links .links-item.newspaper {
	background-image: url(../imgs/newspaper.jpg);
}

.home-links .links-item.bidding {
	background-image: url(../imgs/bidding.jpg);
}

.home-links .links-item.join {
	background-image: url(../imgs/join.jpg);
}

.home-links .links-item:hover {
	transform: scale(1.1);
	z-index: 999;
}

.home-links .links-item:hover .links-txt-box {
	color: #fff;
}

/*  */
.sub-banner {
	position: relative;
	padding-bottom: 20%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.company .page-title {
	font-size: 2rem;
	line-height: 1;
	border-bottom: 6px solid #f76900;
	display: inline-block;
	position: relative;
}

.company .page-title:before {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 0;
	width: 0;
	border-bottom: 6px solid #f76900;
	left: -5px;
	border-left: 5px solid transparent;
}

.company .page-title:after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 0;
	width: 0;
	border-bottom: 6px solid #f76900;
	right: -5px;
	border-right: 5px solid transparent;
}

.company .page-pretitle {
	font-size: 1.2rem;
	color: #8b8b8b;
}

@media (max-width: 768px) {
	.sub-banner {
		padding-bottom: 40%;
	}
}

.sub-banner-wrap {
	left: 0;
	top: 0;
}

.sub-banner-title {
	color: #ffffff;
	font-size: 1.5rem;
	text-align: right;
}

.sub-banner-path {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 0.875rem;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.sub-banner-path .breadcrumb {
	padding: 1rem;
	color: #fff;
}

.sub-banner-path .breadcrumb a {
	color: #ffffff;
	/* font-size: 0.875rem; */
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #CCC;
}

.breadcrumb-item.active {
	font-weight: bold;
}

.sub-dropdown {
	display: inline-block;
	padding: 1rem 1rem 1rem 0;
	color: #fff;
	border-top-right-radius: 4px;
}

a.sub-dropdown {
	color: #fff;
	text-decoration: none;
}

/*  */
.sub-catalog {
	top: -2.5rem;
	background-color: #fff;
}

.sub-catalog .nav-link {
	line-height: 3;
}

.sub-catalog.nav-pills .nav-link {
	border-radius: 0;
	display: block;
	text-align: center;
}

.sub-catalog.nav-pills .nav-link.active,
.sub-catalog.nav-pills .show>.nav-link {
	border-left: 3px solid;
}

.sub-catalog-title {
	font-size: 1.5rem;
	line-height: 4.5;
	background-color: var(--tblr-orange);
	color: #fff;
}

.sub-path.page-header {
	margin: 2rem 0 0;
}

.sub-path.page-header h4 {
	color: var(--tblr-blue);
}

.topNewsPic {}

.topNewsTime {
	display: flex;
	flex-direction: column;
	width: 6rem;
	height: 6rem;
}

.topNewsTime span.date {
	font-size: 3rem;
	line-height: 1.2;
	font-weight: lighter;
}

.topNewsTime span.line {
	width: 4rem;
	border-bottom: 1px solid #fff;
}

.showpages td {
	padding: 4rem 0;
}

/*  */
.about-txt-content {
	line-height: 2;
}

/*  */
.about-swiper {
	/* background: linear-gradient(to right, #004EA2, #2EA7E0); */
	/* background-color: #2EA7E0; */
}

.about-swiper .txt-year {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.5;
	color: #666666;
	/* background-image: -webkit-linear-gradient(left, #8FC31F, #2EA7E0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

.about-swiper .txt-content {
	height: 15rem;
	overflow-y: scroll;
}

.about-swiper .swiper-year {
	/* width: 90%; */
}

.about-swiper .swiper-year .swiper-wrapper {
	height: 5rem;
	padding-top: 2rem;
}

.about-swiper .swiper-year .step-item {
	flex: initial;
	flex-shrink: 0;
}

.about-swiper .swiper-year .step-item.swiper-slide-thumb-active {
	font-size: 1.6rem !important;
	color: #333333 !important;
}

.about-swiper .swiper-year .swiper-wrapper .swiper-slide {
	color: #999999;
	height: initial;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: pointer;
}


.about-swiper .swiper-year .swiper-button-next,
.about-swiper .swiper-year .swiper-button-prev {
	color: #999999;
	width: 44px;
	height: 44px;
	background-color: #eee;
	border-radius: 100%;
	top: 34%;
}

.about-swiper .swiper-year .swiper-button-next svg,
.about-swiper .swiper-year .swiper-button-prev svg {
	width: 2rem;
	height: 2rem;
}

.about-swiper .swiper-year .swiper-button-next:after,
.about-swiper .swiper-year .swiper-button-prev:after {
	display: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
}

@media (min-width: 768px) {

	#carousel-news,
	#carousel-news .carousel-inner {
		height: 100%;
	}
}
