@charset "utf-8";
/* CSS Document */
.map{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.title_guide{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	letter-spacing: 2px;
	padding-top: 30px;
}
.about-content-header{
	height: 150px;
	border-bottom: 2px solid #d8d8d8;
}
.about-content-nav{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 62%;
	padding-top: 102px;
}
.about-content-nav li{
	float: left;
	width: 33.3333%;
	text-align: center;
}
.about-content-nav a{
	padding: 16px 16px;
	color: #9297a3;
	font-size: 24px;
}
.about-content-nav a.about-active{
	border-bottom: 4px solid #FE504F;
	color: #FE504F;

}
.about-content{
	background-color: #fff;
}

.about-content-body{
	width: 100%;
    max-width: 1100px;
    margin: 91px auto 90px;
    visibility:visible;
    height: 100%;
    position:relative;
    padding-bottom: 60px;
}
.about-content-body:before{
	content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    border: 1px solid #d8d8d8;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-time-block{
	position: relative;
	/*min-height:200px;*/
	height: 100%;
	display: block;
	margin-top: 2rem;
}
.about-time-desc{
	width: auto;
	padding-left:4%;
	position: relative;
	left: 4%;
	padding-top:4rem;
}
.about-time-desc h3{
	font-size: 20px;
	color: #999;
	font-weight: 400;
	margin:0;
	line-height:32px;
}
.about-time-desc h3 a{
	font-size: 20px;
	color: #999;
	font-weight: 400;
	margin:0;
	line-height:32px;
}
.about-time-desc p{
	margin:0;
}
.about-time-desc-one{
	line-height: 32px;
	color: #999;
	font-size: 18px;
}
.about-time-desc-two{
	font-size: 14px;
	color: #000;
	line-height:24px;
	padding-top:0.6rem;
}
.about-time-dot{
	width: 14px;
	height: 14px;
	background-color: #FE504F;
	left:0;
	position:absolute;
	border-radius:50%;
	margin-top:5rem;
	margin-left: -6px;
	box-shadow:0 0 0 10px #fff;
}
.about-time-icon{
	width: 120px;
	height: 120px;
	margin-left: 35%;
	margin-top:4rem;
	position: absolute;
	top:0;
}
.about-time-content{
	width: 100%;
	/*min-height: 200px;*/
	position: relative;
}
.about-time-desc-title{
	padding-top:2.2rem;
	font-size:24px;
	color: #999;
	line-height: 30px;
}
/*.about-content-body{
	min-height:800px;
}*/
.nav-tab-content .about-time-block-push{
	height:100% !important;
	margin-top: 2rem!important;
}
.about-contant-btn{
	padding:4px 6px;
	border:1px solid #66cc9a;
	border-radius: 4px;
	font-size: 14px;
	margin-left: 10px;
	color: #66cc9a;
}
a.about-contant-btn-push{
	background-color: #66cc9a;
	color: #fff;
}
.about-time-block-push:last-child{
}
.about-zixun{
	padding:10px 0 0;
	font-size:14px;
}

@media screen and (max-width: 800px) {
	.guide_content{
		width: auto;
		padding: 0 6%;
	}
	.about-time-dot{
		margin-top: 3rem;
	}
	.about-time-desc{
		padding-top: 2.2rem;
	}
	.about-time-desc h3 a{
		font-size: 16px;
	}
	.about-time-block{
		margin-top: 1rem;
	}
	.about-content-body{
		height: auto;
		min-height: auto;
		width: 100%;
	    max-width: 100%;
	    margin: 21px auto 20px;
	    visibility: visible;
	    height: 100%;
	    position: relative;
	    padding-bottom: 20px;
	}
	.about-content-header{
		height: 40px;
		margin-top: 15px;
	}
	.about-content-nav{
		width: 100%;
		padding-top: 0;
	}
	.about-content-nav a{
		font-size: 16px;
		padding: 18px 12px;
	}
	.about-time-desc h3{
		font-size: 15px;
	}
	.about-time-desc-one{
		font-size: 14px;
	}
	.about-time-desc-two{
		font-size: 12px;
	}
	.title_guide{
		font-size: 18px;
	}
}