.topCon{
	height: 200px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.con_txt{
	font-size: 60px;
	/*text-shadow: 0px 1px 1px #FFFFFF;*/
	-webkit-box-reflect: below -15px -webkit-linear-gradient(transparent,transparent 50%,rgba(0,0,0,.3));
}
.aboutCon{
	box-shadow: 0px 0px 10px #dedede;
    padding: 40px 100px 30px 100px;
    margin-bottom: 25px;
    margin-top: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.aboutCon:hover{
	border-bottom: 5px solid #a6dbf6;
	transform: translateY(-5px);
}

.zizhiCon_title{
	font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    padding-top: 20px;
}
.zizhiImgCon{
	width: 250px;
	padding: 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 8px 8px 2px #ececec;
    position: relative;
    transition: all 0.3s ease;
}
.zizhiImgCon:hover{
	transform: scale(1.2);
	z-index: 99;
	box-shadow:none;
}
.zizhiImgCon4{
	width: 445px;
}
.zizhiImgCon img{
	width:100%;
}
.zizhiTxtCon{
	width: 100%;
    height: 100px;
	position: absolute;
	top:35%;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
}
.zizhiTxt{
	margin-top: 20px;
    text-align: center;
    font-weight: 700;
}
@media (min-width: 1200px)
.container {
    max-width: 1200px!important;
}
@media (min-width: 992px)
.container {
    max-width: 1000px!important;
}
@media (min-width: 768px)
.container {
    max-width: 780px!important;
}
@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (max-width: 768px) {


    .navbar-toggle {
        margin-top: 12px;
    }

    .header-frontend .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
    }

    .header-frontend .nav li a:hover,
    .header-frontend .nav li a:focus,
    .header-frontend .nav li a.dropdown-toggle:focus,
    .header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .header-frontend .nav li.active a,
    .header-frontend .dropdown-menu li a:hover {
        color: #fff !important;
    }

    .header-frontend .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
    }

    .header-frontend .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }

    .header-frontend .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {
        color: #fff !important;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }

    .breadcrumb.pull-right{
        padding: 0;
    }

    .search, .bx-controls-direction {
        display: none;
    }

    .tweet-box {
        margin-bottom: 20px;
    }

    .property img {
        width: 80%;
    }

    .bx-wrapper {
        margin-bottom: 60px;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }

    .purchase-btn {
        line-height: 98px;
    }

    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }

    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }

    .navbar-brand {
        float: none;

    }

    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }

    .btn, .form-control {
        margin-bottom: 10px;
    }



}


@media (max-width: 480px) {

    .header-frontend .navbar {
        min-height: 60px;
    }

    .navbar-toggle {
        margin-right: -10px;
    }

    .header-frontend .nav li .dropdown-menu li a:hover {
        color: #f77b6f !important;
    }

    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }

    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }

    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

@media (max-width:320px) {


}




