body {
    background-image: none;
}

.navbar-nav a {
    color: #333;
}

.navbar-nav a.active {
    color: #40b8d8;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-nav a.regButton {
    border-color: #e43b3b;
    color: #e43b3b;
}

.contactInfo {
	margin-top: 51px;
    border-top: 1px solid #f0f2f5;
	padding: 120px 0;
}

.contactInfo h1 {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 34px;
}

.contactInfo h2 {
    margin: 50px 0 0 0;
    padding: 0;
    color: #333;
    font-size: 16px;
	text-align: left;
}

.contactInfo p {
	margin-top: 20px;
    line-height: 1.5em;
}

.viewMap {
    color: #40b8d8;
}

.baiduMap {
    position: relative;
    width: 100%;
    height: 300px;
    border: 1px #fcfcfc solid;
}

#site {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

@media screen and (max-width: 1023px) {
	.feature {
		width: 90%;
	}
	.introduce {
		width: 90%;
	}
	.introduce h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-nav {
		margin: 0 -15px;
	}
	.concept h1 span {
		display: block;
		line-height: 48px;
	}
	.concept h1 {
		padding-top: 70px;
		font-size: 28px;
		line-height: 16px;
	}
	.feature {
		width: 80%;
		height: 180px;
		margin-top: 70px;
	}
	.feature>div>div {
		line-height: 60px;
	}
	.introduce {
		width: 80%;
		margin: 70px auto;
	}
	.introduce p {
		text-align: center;
	}
	.introduce p.firstP {
		margin-top: 70px;
	}
	.introduce h2 {
		font-size: 20px;
		text-align: center;
	}
}
