.homebox{
	width: 100%;
	margin-top: 40px;
}
.homebox .homebox-m{
	width: 1200px;
	margin: 0 auto;
}
.homebox .homebox-m .title{
	font-size: 28px;
	color: #282828;
	font-weight: bold;
	line-height: 46px;
}
.homebox-m-t{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
}
.homebox-m-t-l{
	float: left;
	width: 900px;
	height: 50px;
	background: #4ab238;
}
.homebox-m-t-l span{
	display: inline-block;
	margin-left: 22px;
}
.homebox-m-t-l ul{
	display: inline-block;
}
.homebox-m-t-l li{
	display: inline-block;
	margin: 0 3px;
}
.homebox-m-t-l .area{
	display: inline-block;
	margin-left: 74px;
}
.homebox-m-t-l .search{
	display: inline-block;
	width: 40px;
	height: 50px;
	text-align: center;
}
.homebox-m-t-l .search img{
	width: 28px;
	height: 22px;
	vertical-align: middle;
	margin-top: -4px;
}
.form-group{
	display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
}
label{
	display: inline-block;
    max-width: 100%;
}
.sr-only{
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.form-control{
	display: inline-block;
	width: 180px;
	height: 30px;
    padding: 4px 20px;
    font-size: 14px;
    line-height:30px;
    color: #282828;
    font-weight: bold;
    background-color: #fff;
    background-image: none;
    vertical-align: middle;
    border: none;
}
.homebox-m-t-r{
	width: 275px;
	float: right;
	background: #4ab238;
	text-align: center;
}
.homebox-m-b{
	width: 1198px;
	border: 1px solid #E4E4E4;
}
.homebox-m-b .list-box{
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}
.homebox-m-b .list-box .list{
	width: 50%;
	/*border-bottom: 1px solid #E4E4E4;*/
	padding: 19px 0 13px 0;
	box-sizing: border-box;
	float: left;
}
.homebox-m-b .list-box .list:nth-last-child(3),.homebox-m-b .list-box .list:nth-last-child(2){
	border-bottom: none;
}
.homebox-m-b .list-l{
	float: left;
	width: 290px;
	height: 210px;
}
.homebox-m-b .list-l img{
	width: 100%;
	height: 100%;
}
.homebox-m-b .list-r{
	float: left;
	margin-left: 17px;
	width: 280px;
	font-size: 14px;
	color: #797979;
}
.homebox-m-b .list-r .top{
	height: 24px;
	line-height: 24px;
	margin: 7px 0 25px 0;
}
.homebox-m-b .list-r .top img{
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
}
.homebox-m-b .list-r .address span{
	display: inline-block;
	width: 44px;
	vertical-align: top;
}
.homebox-m-b .list-r .address p{
	display: inline-block;
	width: 230px;
}
.homebox-m-b .list-r .address{
	margin-bottom: 25px;
}
.homebox-m .page-list{
	width: 100%;
	text-align: center;
	margin:18px 0 20px 0;
	font-size: 14px;
	color: #797979;
}
.homebox-m .page-list .bg{
	display: inline-block;
	width: 60px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #E4E4E4;
	margin: 0 6px;
}
.homebox-m .page-list .small{
	width: 51px;
}
.homebox-m .page-list input{
	width: 58px;
	height: 38px;
	text-align: center;
	border: 1px solid #E4E4E4;
	color: #797979;
	font-size: 14px;
}
.homebox-m .page-list .active{
	background: #4ab238;
	color: #fff;
}
.footer-t{
	background: #fff;
}
.hot_ul li  a{color:#fff;}
.hot_ul li  a:hover{color:#fff;}

.pop_box {
    width: 656px;
    height: 386px;
    background: url(/images/pop.png) no-repeat;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: -193px;
    z-index: 1001;
    display: none;
}

    .pop_box .con {
        width: 266px;
        height: 279px;
        float: right;
        margin-top: 109px;
        margin-right: 12px;
    }

        .pop_box .con span {
            display: block;
            width: 80px;
            height: 55px;
            text-align: right;
            float: right;
            font-size: 20px;
            color: #727272;
            margin-right: 10px;
            margin-top: 5px;
            cursor: pointer;
        }

        .pop_box .con input {
            width: 100%;
            height: 42px;
            line-height: 42px;
            border: 1px solid #696969;
            border-radius: 6px;
            background: none;
            margin-bottom: 18px;
            font-size: 18px;
            color: #727272;
            text-align: center;
        }