/* 公共样式--public.css */
body.body-gray{
    background-color: #fbfbfb;
}
.container {
    width: 100%;
    min-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
}

.min {
    width: 1170px;
    margin: 0 auto;
}


.container .margin-right {
    margin-right: 0;
}
.container .margin-bottom {
    margin-bottom: 0;
}
.container .margin-top {
    margin-top: 0;
}
.container .border-bottom {
    border-bottom: none;
}
.container .border-right {
    border-right: none;
}
.delete-img{
    width: 100%;
    height: auto;
}

/* 设置input框placeholder字体大小及样式 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
    font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
    font-size: 16px;
}
.text-active{
    color: red;
}

.formsearch {
    display: inline-block;
}



/* 置顶按钮 */
.details-up {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 50px;
    bottom: 60px;
    cursor: pointer;
    display: none;

}
/* banner样式*/
#banner-shgk{
    background: url("../images/banner-shgk.jpg") center no-repeat;
}
#banner-djzl{
    background: url("../images/banner-djzl.jpg") center no-repeat;
}

#banner-rhzn{
    background: url("../images/banner-rhzn.jpg") center no-repeat;
}

#banner-shgk{
    background: url("../images/banner-shgk.jpg") center no-repeat;
}

#banner-lxwm{
    background: url("../images/banner-lxwm.jpg") center no-repeat;
}

#banner-shdt{
    background: url("../images/banner-shdt.jpg") center no-repeat;
}

#banner-zsyz{
    background: url("../images/banner-zsyz.jpg") center no-repeat;
}
#banner-hyfc{
    background: url("../images/banner-hyfc.jpg") center no-repeat;
}

#banner-whjs{
    background: url("../images/banner-whjs.jpg") center no-repeat;
}
.have-no-content img{
    width: 204px;
    height: 204px;
}
.search-empty-text{
     margin: 30px 0 0;
     font-size: 16px;
     text-align: center;
     color: #333;
     margin-right: 15px;
     overflow: hidden;
 }

.have-no-content{
    width: 1170px;
    background: #fff;
    text-align: center;
    margin: 0 auto 50px;
    padding: 90px 0;
    margin-bottom: 0px;
    margin-top:18px;
}

.listing-park {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fbfbfb;
}
.footer-active {
    position: fixed;
    left: 0;
    bottom: 0;
}

.tip-modal {
    position: fixed;
	top: 40px;
	left: 50%;
	margin: 0 auto;
	margin-left: -100px;
	width: auto;
	/* height: 30px; */
	line-height: 30px;
	padding: 4px 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #000;
	opacity: 0.65;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
	z-index: 9999;
}
.margin-right-frist{
    margin-left: 58px;
}