.zl_foot{
  max-width: 960px;
  margin: auto auto;
}
.carousel{
	width: 100%;
	background-color: #dddddd;
}
.carousel-inner{
	width: 100%;
}

@media(min-width:300px) and (max-width:600px){
	.carousel-inner img,
	.about_bg
	{
		width: 100%;
		height: 50%;
	}	
}

@media(min-width:701px) and (max-width:2000px){
	.carousel-inner img,
	.about_bg
	{
		width: 100%;
		height: 50%;
	}	
}

.black_line{
	background-color: #000;
	color: #fff;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	margin-bottom: 50px;
}
.container{
	width: 1170px;
}
.section-title {
  margin: 0 0 37px;
  padding: 0 15px;
  display: block;
  text-align: center;
}
.section-title .section-heading {
  font-family: 'Droid Sans';
  color: #354656;
  font-weight: 400;
  margin: 0 0 6px;
}
h1, .h1 {
  font-size: 36px;
  line-height: 40px;
}
.service .post {
  background-color: #f7f7f7;
  border: 1px solid #e4e8ea;
  text-align: center;
  border-radius: 4px;
  padding: 30px 15px 25px;
  margin: 0 0 40px;
  transition: all .3s ease 0s;
}
.service-icon {
  margin: 0 auto 11px;
  text-align: center;
  color: #2a7bc1;
}
.service .post .entry-header {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.service .post .service-icon i {
  transition: all .3s ease-out 0s;
}

.service .post .service-icon i {
  transition: all .3s ease-out 0s;

}
.service-icon i {
  font-size: 36px;
  line-height: normal;
}
.about_introduction_title,.about_busi_title{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px auto;
}
.about_introduction_content{
	max-width: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	margin: 20px auto;
}
.about_busi{
	display: flex;
	justify-content: center;
	font-size: 1em;
	margin: 20px auto;	
	max-width: 1200px;
}
.about_busi_sub_title{
	font-size: 1em;
	font-weight: bold;
	margin: 6px auto;
}

.user_table{
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	margin: 20px auto;
}
.page-link{
	cursor: pointer;
}
.pagination{
	margin-top: 20px;
}
.index_box{
	max-width: 80%;
	display: flex;
	margin: 50px auto;
}
.contact_box{
	width: 1100px;
	display: flex;
	margin: 50px auto;
}
.index_box .row,
.contact_box .row{
	width: 100%;
}
.index_img_list{

	height: 300px;
	display: flex;
	flex-direction: column;
	/* border-radius: 20px; */
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;		
	margin: 10px auto;
	border: 1px solid #e8e8e8;
}
.index_img_text{
	width: 100%;
	height: 85%;
	background-color: rgb(0, 0, 0,0.5);

}
.index_img_title{
	display: flex;
	width: 100%;
	font-weight: bold;
	font-size: 1.4em;
	color: #fff;
	justify-content: center;
	align-items: center;
	margin: 50px auto 10px auto;
	padding: 0 20px;
	box-sizing: border-box;
	overflow-wrap: break-word; /* 或 word-wrap: break-word */
	word-break: break-all; /* 注意：非标准值，实际用 overflow-wrap */

}

.index_img_content{
	display: flex;
	width: 100%;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;	
}

.index_img_btn{
	display: flex;
	width: 50%;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	justify-content: center;
	align-items: center;
	border: none;
	padding: 10px;
	background-color: #2a7bc1;
	border-radius: 40px;
	margin: 0 auto 0 auto;
	position: absolute;
	bottom: 40px;
	left: 25%;
	box-sizing: border-box;
}


.contact_img_list{
	height: 200px;
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: 100% 100%;		
	margin: 10px auto;
}

.contact_img_title{
	display: flex;
	font-size: 2em;
	color: #fff;
	margin: 20px 0 10px 0;
	font-weight: bold;
	width: 100%;
	padding-left:20px ;
	padding-right:20px ;
	box-sizing: border-box;
}
.contact_img_tel,
.contact_img_email,
.contact_img_content
{
	display: flex;
	font-size: 1.3em;
	color: #fff;
	margin: 20px 0 10px 0;
	font-weight: bold;
	width: 100%;
	padding-left:20px ;
	padding-right:20px ;
	box-sizing: border-box;
}
.contact_img_qrcode {
	display: flex;
	padding-left:20px ;
	padding-right:20px ;
	box-sizing: border-box;	
	justify-content: space-around;
}

.contact_img_qrcode img{
	width: 100px;
	height:100px;
	margin-right: 20rpx;
}
.contact_map{
	background-color: #2a7bc1;
	width: 100%;
	height: 450px;
}
.copyright{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


