@import url("css/bootstrap.css?v4.0.0-beta.2");
@import url("css/font-awesome.css?4.70");
@import url("css/theme.css");
@import url("css/carousel.css");
@import url("css/animate.css");

/*  
Theme Name: 简站主题For2110
Theme URI: http://www.jianzhanpress.com
Description: 本主题为简站主题为www.jianzhanpress.com定制.
Version: 1.0
Author: 简站主题
Author URI: http://www.jianzhanpress.com
*/

.topbar {
	background:#f3f3f3;
	margin:0px;
	padding:0px;
}

@media (max-width: 767px) {
.topbar {
	display:none;
}
}
.topbar ul{
	margin:0px;
	padding:0px;
}
.topbar ul li{
	display:inline;
	line-height:45px;
	margin-right:15px;
}
.topbar ul li i{
	color:#666;
}
header.topbar {
	display: none !important;
}
.fixed-back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1090;
  background: #d81b1b; 
  color: rgb(255, 255, 255); 
  border-radius: 50%; 
  width: 50px; 
  height: 50px; 
  
  text-align: center; 
}
.fixed-back-to-top i {
  font-size:2rem; 
  line-height: 3rem; 
}
.fixed-back-to-top:hover {
	background: #a60606; color: rgb(255, 255, 255); text-decoration: none;
}
.fixed-back-to-top:focus {
	color: rgb(255, 255, 255);
}
.active.fixed-back-to-top {
	transform: translateY(0px); -webkit-transform: translateY(0);
}
html.mobile .fixed-back-to-top {
	display: none !important;
}
html.tablet .fixed-back-to-top {
	display: none !important;
}
@media all and (min-width:480px)
{
.fixed-back-to-top {
	right: 40px; bottom: 40px;
}
}

.bg-customer-box p {
    text-indent: 1em; /* 2em 是两个字符的宽度，可以根据需要调整 */
}

.image-text-wrapper {
    display: flex;
    align-items: center;
	margin-top: 30px;
}
 
.image-container img {
    min-width: 20%;
    height: 200px;
}
 
.text-container {
    margin-left: 20px; /* 或者你需要的间距 */
}