body {
	width:100%;
	padding:0px;
	margin:0px;
	background: #FAFCFF;
}
/*header {*/
/*    background: rgba(239,245,255,.9);*/
/*}*/
header {
	padding-top: 5px;
}
header .btn {
    height:35px;
	color: #0d6efd;
	--tblr-btn-border-color: #0d6efd;
}

header .btn:hover {
	color: var(--tblr-btn-hover-color);
	text-decoration: none;
	background-color: #0d6efd;
	border-color: var(--tblr-btn-hover-border-color);
}
.btn-primary {
	background-color: #357cfa !important;
}
.btn-outline-promotion {
    --tblr-btn-color: #999;
    --tblr-btn-bg: transparent;
    --tblr-btn-border-color: #ddd;
    --tblr-btn-hover-color: #fff;
    --tblr-btn-hover-border-color: transparent;
    --tblr-btn-hover-bg: #357cfa;
    --tblr-btn-active-color: #357cfa;
    --tblr-btn-active-bg: #357cfa;
}
.text-primary {
	color: #357cfa !important;
}
#banner-swiper {
	width:100%;
	height:100%;
}
#banner-swiper .swiper-content {
	width:100%;
	height:100%;
}
#banner-swiper .swiper-content .col{
	width:100%;
	height:100%;
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%,100%;
}
#banner-swiper h5{
	font-size: 42px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
	padding:0px 0px 30px 0px;
}
#banner-swiper p{
	font-size: 36px;
    font-weight: 400;
	color: #357cfa;
	line-height: 50px;
	letter-spacing: 4px;
}
#banner-swiper p .action{
	font-size: 20px;
	color: #357cfa;
}
	
#banner-swiper .swiper-button-prev:after{
    display: none;
}
#banner-swiper .swiper-button-next:after{
    display: none;
}
#banner-swiper .swiper-button-prev{
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23ccc' class='bi bi-arrow-left-circle-fill' viewBox='0 0 16 16'%3E %3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/%3E %3C/svg%3E") no-repeat;
    bottom: 15px;
}
#banner-swiper .swiper-button-next{
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23ccc' class='bi bi-arrow-right-circle-fill' viewBox='0 0 16 16'%3E %3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E %3C/svg%3E") no-repeat;
    bottom: 15px;
}
.bg-change {
}
.bg-change:hover {
	background:#eff5ff;
}
footer {
	font-size: 14px;
	padding-top:10px;
}
footer h5{
	font-size: 16px;
	font-weight:bold;
}
footer .figure-caption{
	color:#aab2c2;
}
footer .back {
	position: fixed;
	bottom: 20%;
	right:10px;
	z-index: 0;
	width: 74px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 5px 12px 22px 0 #edf2fb;
    cursor: pointer;
    background: -webkit-gradient(linear,left top,left bottom,from(#eff5ff),to(#fff));
    background: linear-gradient(180deg,#eff5ff,#fff);
    -webkit-box-shadow: 5px 12px 22px 0 #edf2fb;
    
}
footer .back img {
	border-style: none;
    width: 30px;
    height: 30px;
    margin: 14px auto;
    display: block;
}
footer .back:hover, footer .back:active {
	background: #ddd !important;
	color: #fff;
	text-decoration: none;
}
.foot-menu {
	margin:0 auto;
}
.foot-menu a {
	font-size:12px;
	color:#357cfa;
}
.foot-menu .active a {
	color:#206bc4;
}
.loading-guide {
	background: #000 url(../images/wx-guide.png) no-repeat top right;
	background-size: 100% auto;
	z-index: 9999;
}
#head-logo{
	/*width: 160px;*/
	height: 46px;
}
@media only screen and (min-width:0px) and (max-width:767.98px){
	#banner-swiper .swiper-content {
		padding:20px 5px 0px 5px;
	}
	#banner-swiper h5{
		font-size: 21px;
		font-weight: 350;
		color: #000;
		line-height: 25px;
		padding:0px 0px 5px 0px;
	}
	#banner-swiper p{
		font-size: 16px;
		font-weight: 200;
		color: #357cfa;
		line-height: 25px;
		letter-spacing: 2px;
	}
	#banner-swiper p .action{
		font-size: 12px;
		color: #357cfa;
	}
	#banner-swiper img{
		width:135px;
		height:125px;
	}
	header {
		background: #fff;
		margin-bottom:0px;
	}
	footer {
		background-color: white;
		font-size: 12px;
	}
	#head-logo{
		height: 2rem;
		width: auto;
	}
}