/* 首页样式
----------------------------------------------- */
/* -- slideShow -- */
#index .slide-show {
	position: relative;
}

#index .slide-show .swiper {
	position: static;
}

#index .slide-show .swiper-button-next.swiper-button-disabled,
#index .slide-show .swiper-button-prev.swiper-button-disabled {
	pointer-events: all;
}

#index .slide-show .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #DDDDDD;
	height: 960px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

#index .slide-show .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

#index .slide-show .swiper-pagination-bullet-active {
	background-color: #ccc;
}

#index .slide-show .swiper-button-prev {
	left: 50px;
}

#index .slide-show .swiper-button-next {
	right: 50px;
}

#index .slide-show .swiper-button-prev,
#index .slide-show .swiper-button-next {
	display: none;
	color: #FFF;
}

#index .slide-show:hover .swiper-button-prev,
#index .slide-show:hover .swiper-button-next {
	display: block;
}

.showdz {
	font-size: 48px;
	color: #fff;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
	letter-spacing: 10px;
}

.showxz {
	font-size: 26px;
	color: #115FAD;
    border-radius: 100px;
    padding: 0 20px;
	background-color: #fabe00;
	display: inline-block;
}
@media (max-width: 768px) {
    #index .slide-show .swiper-slide a {
        height: 400px;
    }
    
    #index .slide-show .swiper-slide a .container {
        text-align: center;
        padding: 0 20px;
    }
    
    .showdz {
        font-size: 30px;
        letter-spacing: 2px;
    }
    
    .showxz {
        font-size: 16px;
        padding: 4px 16px;
    }
    
    /* 修复移动端小圆点位置 */
    #index .slide-show .swiper-pagination {
        bottom: 50px !important;
    }
    
    #index .slide-show .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media (max-width:992px) {
	#index .slide-show .swiper-slide a {
		height: 400px;
	}
}

/* -- index-box -- */

#index .index-box1 {
	zoom: 1;
	padding: 0;
	background-image: url('/images/data/bst/gybj.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 960px;
	display: flex;
	align-items: center;
}

#index .index-box1 .container {
	width: 100%;
}

@media (max-width:992px) {
	#index .index-box1 {
		min-height: 500px;
		display: flex;
		align-items: center;
		background-size: cover;
		background-position: center center;
	}

	#index .index-box1 .container {
		width: 100%;
	}

	#index .index-box {
		padding: 30px 0;
	}
}

@media (max-width: 767px) {
	#index .index-box1 {
		padding-top: 40px;
		min-height: 400px;
	}
}

#index .index-box {
	zoom: 1;
	overflow: hidden;
	padding: 60px 0;
}

@media (max-width:992px) {
	#index .index-box {
		padding: 30px 0;
	}
}

#index .index-box.bg {}

#index .index-box h3 {
	text-align: center;
	margin: 0 0 30px 0;
}

#index .index-box h3 b {
	color: #115FAD;
	font-size: 30px;
}

#index .index-box h3 em {
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	color: #999;
}

#index .index-box .more {
	text-align: center;
	margin-top: 20px;
}

#index .index-box .more a {
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #DDD;
	color: #115FAD;
	border-radius: 5px;
	font-size: 14px;
}

#index .index-box .more a:hover {
	border: 1px solid #115FAD;
	background-color: #115FAD;
	color: #FFF;
}

/* -- stats-bar -- */
#index .stats-bar {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 0 15px;
}

#index .stats-row {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #FFFFFF;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	padding: 35px 40px;
	max-width: 1200px;
	margin: 0 auto;
}

#index .stats-item {
	flex: 1;
	color: #333333;
	padding: 0 25px;
}

#index .stats-number {
	display: block;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
	letter-spacing: 2px;
	color: #115FAD;
}

#index .stats-label {
	display: block;
	font-size: 15px;
	color: #666666;
	letter-spacing: 1px;
}

#index .stats-divider {
	width: 1px;
	height: 60px;
	background: #E0E0E0;
}

@media (max-width: 767px) {
	#index .stats-bar {
		bottom: -25px;
		padding: 0 8px;
	}

	#index .stats-row {
		flex-direction: row;
		padding: 12px 8px;
		border-radius: 10px;
	}

	#index .stats-item {
		padding: 0 4px;
	}

	#index .stats-divider {
		width: 1px;
		height: 30px;
		min-width: 1px;
	}

	#index .stats-number {
		font-size: 18px;
		margin-bottom: 2px;
		letter-spacing: 0;
	}

	#index .stats-label {
		font-size: 11px;
		letter-spacing: 0;
		white-space: nowrap;
	}
}

/* -- about -- */
#index .about .img img {
	width: 100%;
	border-radius: 5px;
}

#index .about h2 {
	line-height: 280%;
}

#index .about-title {
	text-align: left;
}

#index .about-title .about-line {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #115FAD;
	margin-bottom: 20px;
}

#index .about-title .about-title-wrap {
	position: relative;
	display: inline-block;
}

#index .about-title em {
	display: block;
	text-transform: uppercase;
	font-size: 60px;
	color: rgba(17, 95, 173, 0.1);
	letter-spacing: 6px;
	font-style: normal;
	font-weight: 700;
	font-family: Impact, 'Arial Black', sans-serif;
	line-height: 1;
	user-select: none;
	pointer-events: none;
}

#index .about-title b {
	position: absolute;
	left: 0;
	bottom: -20px;
	display: block;
	color: #000000;
	font-size: 36px;
	font-weight: 400;
	white-space: nowrap;
}

#index .about-title b a {
	color: #333333;
	text-decoration: none;
}

#index .about-title b a:hover {
	color: #115FAD;
}

@media (max-width: 750px) {
	#index .about h2,
	#index .about-title {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	#index .about-title {
		text-align: left;
	}

	#index .about-title .about-line {
		margin-left: 0;
		margin-right: auto;
	}

	#index .about-title .about-title-wrap {
		display: block;
	}

	#index .about-title em {
		font-size: 36px;
		letter-spacing: 3px;
	}

	#index .about-title b {
		font-size: 22px;
		bottom: -10px;
	}
}

#index .about .desc {
	color: #333;
	margin: 30px 0;
	font-size: 16px;
	text-align: justify !important;
}

	#index .about .more {
	text-align: left;
	margin-bottom: 20px;
	background: linear-gradient(to bottom, #2289df, #115FAD);
	display: inline-block;
	width: auto;
	text-align: center;
	padding: 10px 30px;
	border-radius: 100px;
}
#index .about .more a {
	color: #fff;
	white-space: nowrap;
}

@media (max-width:992px) {
	#index .about .img {
		margin-bottom: 0px;
	}

	#index .about .more {
		text-align: left;
		margin-bottom: 20px;
		background: linear-gradient(to bottom, #2289df, #115FAD);
		display: inline-block;
		width: auto;
		text-align: center;
		padding: 10px 30px;
		border-radius: 100px;
	}
	#index .about .more a {
		color: #fff;
		white-space: nowrap;
	}
}

/* -- recProduct -- */
#index .product-list {
	margin-bottom: 0px;
}

#index .product-list .row {
	margin-left: -15px;
	margin-right: -15px;
}

#index .product-list .col-md-3,
#index .product-list .col-6 {
	padding-left: 9px;
	padding-right: 9px;
}

#index .product-list .item {
	margin: 10px 0;
}

#index .product-list .item .img {
	border-radius: 5px;
}

#index .product-list .item .img img {
	width: 100%;
	border-radius: 5px;
}

#index .product-list .item .name {
	margin-top: 12px;
	font-size: 16px;
	text-align: center;
}

#index .product-list .item .price-box {
	margin-top: 5px;
}

#index .product-list .item .price-box .price {
	font-size: 18px;
}

/* -- article-list -- */
#index .article-list {
	margin-bottom: 20px;
}

#index .article-list .img {
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
}

#index .article-list .img img {
	width: 100%;
}

@media (min-width: 1100px) {
	#index .article-list .img img {
		width: 445px;
		height: 260px;
	}
}

#index .article-list .img em {
	display: block;
	background-color: #EEE;
	line-height: 278px;
	color: #999;
}

#index .article-list .item {
	zoom: 1;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#index .article-list .item dt {
	float: left;
	width: 70px;
	text-align: center;
	border-radius: 5px;
	margin-right: 15px;
}

#index .article-list .item dt em {
	display: block;
	background-color: #EEE;
	font-size: 26px;
	color: #999;
}

#index .article-list .item dt b {
	display: block;
	background-color: #DDD;
	font-size: 12px;
	padding: 4px 0;
	color: #555;
}

#index .article-list .item dd {
	margin-left: 85px;
	font-size: 15px;
	font-weight: bold;
	text-align: justify !important;
}

#index .article-list .item dd a {
	color: #000;
	font-size: 15px;
}

#index .article-list .item dd a:hover {
	color: #115FAD;
}

#index .article-list .item dd p {
	color: #999;
	line-height: 170%;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
	text-align: justify !important;
}

/* -- link-list -- */
#index .link-list {
	padding: 0px 0;
	text-align: center;
}

#index .link-list strong {
	color: #333;
	font-size: 30px;
}

#index .link-list a {
	color: #555;
	display: inline-block;
	margin-right: 10px;
}

#index .link-list a img {
	height: 44px;
	border: 1px solid #ddd;
	margin-bottom: 1rem;
	border-radius: 5px;
}