/* Move down content because we have a fixed navbar that is 50px tall */

ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.navbar{
	height:80px;
	background-color:#05164D;
	box-sizing: border-box;
	padding-top:20px;

}
.navbarzoom{
	height:50px;
	background-color:#43052E;;
	box-sizing: border-box;
	padding-top:10px;
	transition: all 0.3s ease-in-out;
}
#navtop a{
	color:#fff;
}
.logo a{
	font-size: 22px;
	font-weight: bold;
}
.logoazoom{
	font-size: 18px;
	font-weight: bold;
}
.tel400 a{
	
	font-size:20px;
}
.tel400 a::before {
	font-family: Glyphicons Halflings !important;
	content: "\E182";
	margin-right: 0px;
	vertical-align: middle;
}

.logo a::before {
	font-family: bootstrap-icons !important;
	content: "\F57F";
	margin-right: 5px;
	margin-top: 0px;
	display: block;
	float: left;
	padding-bottom: 0px
}
.btn-banner{
	background: #c90c0f;
	color: #fff;
	outline-color: #c90c0f;
	border-radius: 0px;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 700;
}
#menu{
	/*background: linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);*/
	background-color: #EDECE8;
}
#menu ul {
	overflow: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#menu ul li a{
	display: block;
	color:#6F6660;
	padding: 15px;
	font-size: 15px;
	font-weight: 300;
}
.btn-item{
	background: #c90c0f;
	color: #fff;
	outline-color: #c90c0f;
	border: 0px;
	border-radius: 0px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
}
.btn-case-item{
	background: #000;
	color: #fff;
	outline-color: #000;
	border: 0px;
	border-radius: 0px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
}
.dongni{
	background-attachment: scroll, fixed;
	background-color: #ec0927;
	background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.4),transparent), url("../images/di1.jpg");
	background-position: 0 0px, 50% 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto auto, cover;
	min-height: 300px;
	color:#fff;
}
.btn-news-link{
	background: #000;
	color: #fff;
	outline-color: #000;
	border: 0px;
	border-radius: 0px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
}
footer{
	background-color:#C90C0F;
	color:#fff;
	padding: 30px 0px;
	font-size: 18px;
	
}
footer .beian{
	font-weight: 100;
}

.weihuitem{
	text-align: center;
}
.starter-template{
	font-family: webfont-DIN-Medium;
}
.starter-template h1{
	text-align: center;
	margin-bottom: 55px;
}

footer a{
	color:#fff;
}
footer img{
	border: 5px solid #fff;
}


#shangpaitips{
	font-size:15px;
	margin-bottom: 30px;
	
}
#tiptitle{
	font-size: 18px;
	text-align:center;
	font-weight: bold;
	margin-bottom: 40px;
	background-color: #E5E5E5;
	padding: 15px 0px;

}
#shangpaitips .sheng{
	font-size:22px;
	font-weight: bold;;
	margin-top: 30px;
	border-left:5px solid #F200F2;
	padding-left: 15px;
	box-sizing: border-box;
}
#shangpaitips .item{
	display: block;
	font-size:16px;
	font-weight: 100;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 0px;

}
#shangpaitips .item .cityname{
	margin-right: 20px;
	color:#003399;
	font-weight: bold;
}
#shangpaitips .item .pai{
	margin-right: 20px;
	color:#000;
}
#shangpaitips .item .km{
	margin-right: 20px;
}
.modal-body{
	font-size:20px;
}
.landi{
	background-color: blue;
	color:#fff;
}
.pubtime{
	text-align:center;
	font-size:16px;
	margin-bottom:16px;
}
.pubtime::before{
	
font-family: bootstrap-icons !important;
  content: "\F293";
  margin-top: 2px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
   .dongni{
	   min-height: 200px;
   }
   .jumbotron p {
    margin-bottom: 10px;
    font-size: 12px;
	}
	 .jumbotron h1 {
		font-size:16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.btn-banner{
		padding: 10px 20px;
	}
}

