
@media only screen and (min-width:768px){
	
	footer {
		visibility: hidden;
	}

}
@media (max-width:768px) {
   footer {
	color: #525252;
	text-align: center;
	padding-top: .8rem;
	padding-right: 0;
	padding-left: 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	background-image: linear-gradient(319deg, #f8f8f8 0%, #e8f4ff 37%, #ffffff 100%);
	padding-bottom: 0rem;
	}  
footer nav ul {  
    list-style: none;  
    padding: 0;  
    margin: 0;  
    display: flex;  
    justify-content: center;  
}  
  
footer nav ul li {  
    margin: 0 5px;  
}  
  
footer nav ul li a {
	color: #737373;
	text-decoration: none;
	font-size: .8rem;
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: .8rem;
	display: block;
	transition: background-color 0.3s;
	border-radius: 10px 10px 0px;
	margin-bottom: 0px;
}  
  
footer nav ul li a:hover {
	background-image: linear-gradient(319deg, #d8f4ff 0%, #e8f4ff 37%, #eff9f7 100%);
	text-decoration: none;
	margin-bottom: 0px;
	border-radius: 10px 10px 0px 0px;
}
footer nav ul li a:active  {

	text-decoration: none;
		margin-bottom: 0px;
}
	
.btm_container {
	padding-top: 0em;
}	
	
.cright {
      width: 100%;
    border-top: 1px solid #f5f5f5;
    padding-top: 1em;
    padding-bottom: 2.6em;
}	
	
	
}	

.rightt{
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 30px;
	position: absolute;
	right: 30px;
	border: 1px solid #d4d4d4;
	background-color: #FbFbFb;
}
.jiage{
	color: #d43942;
	text-decoration: underline;
	font-weight: bold;
}
.weixin{
	border-color: #f1f1f1;
	border-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #fefefe;
}


.fudong{
	background-color: rgb(255,255,255);
	bottom: 150px;
	height: 90px;
	width: 44px;
    position: fixed; /* 固定定位 */  
	right: 25px; /* 距离左侧30% */
	z-index: 11; /* 确保它位于图片上方 */
	border-radius: 30px;
	/* 添加一个统一的阴影 */  
	box-shadow: -4px 4px 8px rgba(224,224,224,0.50);
	-webkit-box-shadow: -4px 4px 8px rgba(224,224,224,0.50);
}
.fudongline{
	width: 25px;
	display: block;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	border-bottom: 1px solid #D5D5D5;
	margin: 0px 0px 0px 11px; /* 所有四个方向的外边距都为auto */
	padding-top: 10px;
}
.wechat-icon {  
	padding-top: 12px;
	padding-left: 14px;
	color:silver;
	cursor: pointer; /* 鼠标悬停时显示为手型 */  	
}
.wechat-icon:hover,.wechat-icon:active {  
color:lightgreen;
}
.wechat-info {  
    display: none;  /*默认隐藏 */  
    position: fixed; /* 固定定位 */  
    bottom: 150px; /* 根据图标位置调整 */  
    right: 80px; /* 根据图标位置调整 */  
    width: 150px; /* div宽度 */  
    padding: 10px; /* 内边距 */  
    background-color: white; /* 背景颜色 */  
    border: 1px solid #eee; /* 边框 */  
    box-shadow: 0 0 10px rgba(220,220, 220, 0.1); /* 阴影效果 */  
    z-index: 999; /* 确保div位于图标之下（如果需要） */  
    text-align: center; /* 文字居中 */  
}
.wechat-icon:hover + .wechat-info {  
    display: block; /* 显示div */  
} 
.wechat-qrcode {  
    max-width: 100%; /* 确保二维码适应div宽度 */  
    height: auto; /* 自动调整高度以保持比例 */  
}  
.dianhua-icon {  
	padding-top: 13px;
	padding-left: 14px;
	color:silver;
	cursor: pointer; /* 鼠标悬停时显示为手型 */  	
}
.dianhua-icon:hover ,.dianhua-icon:active {  
color:darkorange;
}
.dianhua-info {  
    display: none;  /*默认隐藏 */  
    position: fixed; /* 固定定位 */  
    bottom: 150px; /* 根据图标位置调整 */  
    right: 80px; /* 根据图标位置调整 */  
    width: 200px; /* div宽度 */  
    padding: 10px; /* 内边距 */  
    background-color: white; /* 背景颜色 */  
    border: 1px solid #eee; /* 边框 */  
    box-shadow: 0 0 10px rgba(220,220, 220, 0.1); /* 阴影效果 */  
    z-index: 998; /* 确保div位于图标之下（如果需要） */  
    text-align: center; /* 文字居中 */  
}  
.dianhua-icon:hover + .dianhua-info {  
    display: block; /* 显示div */  
}  
.btm_light .cbtm_col i {
	overflow: visible;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #ffffff;
	border: 1px solid #f6f6f6;
	border-radius: 50px;
	color: #6B6B6B;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	
	
	margin-right: 10px;

}
.btm_light .cbtm_col i:hover {
	overflow: visible;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #6B6B6B;
	border: 1px solid #e3e1e1;
	border-radius: 50px;
	color: #E9E9E9;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	
	
	margin-right: 10px;

}

.logos_btm i {
	overflow: visible;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #ffffff;
	border: 1px solid #e3e1e1;
	border-radius: 50px;
	color: #6B6B6B;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;

	margin-bottom: 15px;
	margin-left: 5px;
}

.logos_btm i:hover {
	overflow: visible;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #6B6B6B;
	border: 1px solid #e3e1e1;
	border-radius: 50px;
	color: #E9E9E9;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: px;
	padding-bottom: 10px;
	
	margin-bottom: 15px;
	margin-left: 5px;

}

.info_office i {
	overflow: visible;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #ffffff;
	border: 1px solid #e3e1e1;
	border-radius: 50px;
	color: #6B6B6B;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	
	
	margin-right: 10px;

}
.info_office i:hover {
	overflow: visible;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #6B6B6B;
	border: 1px solid #e3e1e1;
	border-radius: 50px;
	color: #E9E9E9;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	
	
	margin-right: 10px;

}


.info_hours i {
	overflow: visible;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #ffffff;
	border: 1px solid #e3e1e1;
	border-radius: 50px;
	color: #6B6B6B;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	
	
	margin-right: 10px;

}
.info_hours i:hover {
	overflow: visible;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #6B6B6B;
	border: 1px solid #e3e1e1;
	border-radius: 50px;
	color: #E9E9E9;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	
	
	margin-right: 10px;

}
.bai{
	color:#FFFFFF;
}
.juzhong {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.logoimage {  
    width: 200px;  
    height: 30px;  
    object-fit: cover; /* 保持图片比例，裁剪以适应容器 */  
}
.bg-pattern {
	background-image: url("../image/bg-pattern-3.png");
	background-size: cover;
	background-position: bottom;
}
.bgfaqi {
	background-image: url(/static/picture/bg.jpg);
    background-size: cover; /* 可选：让背景图像覆盖整个页面 */  
    background-position: center; /* 可选：让背景图像居中显示 */  
    background-repeat: no-repeat; /* 可选：防止背景图像重复 */  
	background-attachment: fixed; /* 固定背景图像 */  
}
.bgjishu {
	background-image: url(/static/picture/bgjishu.jpg);
    background-size: cover; /* 可选：让背景图像覆盖整个页面 */  
    background-position: center; /* 可选：让背景图像居中显示 */  
    background-repeat: no-repeat; /* 可选：防止背景图像重复 */  
	background-attachment: fixed; /* 固定背景图像 */  
}
.bg_theme2 {
	background-color: #ffffff;
	background-image: url(/static/picture/bgjishu.jpg);
	background-size: cover; /* 可选：让背景图像覆盖整个页面 */  
	background-position: center; /* 可选：让背景图像居中显示 */  
	background-repeat: no-repeat; /* 可选：防止背景图像重复 */  
	background-attachment: fixed; /* 固定背景图像 */  
   /*background-image: linear-gradient(319deg, #e8f4ff 0%, #e8f4ff 37%, #fff9f7 100%);*/
  }
