.pc_imgBox{
    display: block;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
}
.m_imgBox{
    display: block;
    width: 100%;
}
.carousel-indicators{
    background: transparent;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.navactive{
	background: grey;
	color: white;
}

.content{
	padding: 50px 15px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#b8c4cb, endColorStr=red);
	/*IE 6 7 8*/

	background: -ms-linear-gradient(top, #033360, #006495);
	/* IE 10 */

	background: -moz-linear-gradient(top, #033360, #006495);
	/*火狐*/

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#033360), to(#006495));
	/*谷歌*/

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#033360), to(#006495));
	/* Safari 4-5, Chrome 1-9*/

	background: -webkit-linear-gradient(top, #033360, #006495);
	/*Safari5.1 Chrome 10+*/

	background: -o-linear-gradient(top, #033360, #006495);
	/*Opera 11.10+*/
  }
.content .title{
	text-align: center;
	margin-bottom: 50px;
	color: white
  }
.content .title span{
	display: block;
	width: 80px;
	height: 3px;
	background: white;
	margin: 0 auto;
	margin-bottom: 5px;
  }
.content .title p{
	font-weight: bold;
	font-size: 14px;
	color: gray;
  }
.content .box{
	margin-top: 30px;
	display: flex;
	margin-left: 80px;
	margin-right: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
  }
.content .module{
	width: 140px;
	height: 350px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 10px;
	box-shadow: 0 2px 12px 0 rgba(51,51,51,0.05);
  }
.content .module img{
	width: 84px;
	height: 84px;
	border-radius: 42px;
	/* background: #0A4355; */
	margin-bottom: 15px;
	margin-top: 31px;
	transition: .5s;
  }
.content .module h4{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 11px;
  }
.content .module p{
	width: 140px;
	margin: 0 auto;
	font-size: 12px;
  }
.redline{
	width: 100%;
	height: 5px;
	background-color: red;
}
.grayline{
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
	background-color: #ccc;
}
.lbt{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}
.lbt1{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 500px;
}
.logo{
	float: left;
	margin-left: 20px;
	width: auto;
	height: 40px;
	margin-bottom: 10px;
}
a {
	color: #101010;
}
footer {
	background: black;
	color: #ccc;
	padding: 30px 15px 20px;
}

footer .fuwu {
	width: 100%;
	height: 107px;
	margin-bottom: 20px;
}

footer a {
	color: #ccc;
}

footer .fuwu dl {
	float: left;
	width: 30.3%;
	margin-left: 3%;
}

/* footer .fuwu dl:first-child {
	border-right: 1px solid #ccc;
} */

footer .fuwu dt {
	font-size: 18px;
	margin-bottom: 3px;
}

footer .fuwu dd {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 10px;
}

footer .address {
	line-height: 20px;
	margin-bottom: 50px;
}

footer .address p {
	margin-bottom: 10px;
}

footer p .left {
	width: 100px !important;
}

footer p .right {
	width: 100%;
	padding-left: 100px;
	margin-top: -20px;
}

footer p span {
	display: block;
}

.copyright {
	width: 400px;
	margin: 0 auto;
	font-size: 16px;
	color: #ccc;
	text-align: center;
	line-height: 20px;
}

  