* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
html {
	font-size: 20px;
	color: #868686;
	font-family: "微软雅黑";
}
body {
	font-family: "微软雅黑";
}


/*banner*/
.geotdp_bg img{
	width: 100%;
}

/*内容入口*/
.geotdp_con {
	width: 100%;
	background: #e2e0e0;
}
.container {
	padding-top: 2rem;
	padding-bottom: 3.72rem;
	box-sizing: border-box;
}
.container_enter {
	padding-left: 7.5px;
	padding-right: 7.5px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.col-xs-6 {
	padding-left: 7.5px;
	padding-right: 7.5px;
	overflow: hidden;
}
.geotdp_con_center_enter {
	background: #fff;
	border: 1px solid #b3b2b2;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
	position: relative;
	box-sizing: border-box;
}
/*鼠标滑过该版块前的样式*/
.geotdp_con_center_primay {
	overflow: hidden;

}
.geotdp_con_center_bigIcon {
	width: 30%;
	display: block;
	margin: 0 auto;
}
.geotdp_con_center_bigIcon img {
	width: 100%;
}
.geotdp_con_center_title {
	font-size: 1.5rem;
	color: #01bf86;
	font-weight: 600;
	text-align: center;
}

.geotdp_con_center_btn {
	width: 9rem;
	height: 2.4rem;
	line-height: 2.4rem;
	background: #01bf86;
	border-radius: 5px;
	color: #fff;
	font-size: 0.8rem;
	margin: 0 auto;
	margin-top: 2rem;
	display: block;
	position: relative;
}
.geotdp_con_center_btn:hover {
	color: #fff;
}
.geotdp_con_center_btn_a {
	width: 2.5rem;
	position: absolute;
	left: 0;
	height: 100%;
	float: left;
	overflow: hidden;
	border-radius: 5px 0px 0px 5px;
	/*background: #068f66;*/
	background: #068f66;
	transition: width 1s;
	-o-transition: width 1s;
	-moz-transition: width 1s;
	-webkit-transition: width 1s;
	
}
.noHave {
	display: none;
}
#noHave {
	color: #676666;
}
.geotdp_con_center_btn_b {
	width: 6.5rem;
	height: 100%;
	position: absolute;
	left: 2.5rem;
	float: right;
	text-align: center;
	/*background: #01bf86;*/
	border-radius: 0 5px 5px 0;
	/*border-left: 1px solid #01bf86;*/
}
.upDown_common:hover {
	color: #676666;
}
.geotdp_con_center_btn_a i {
	width: 2.5rem;
	height: 100%;
	display: inline-block;
	background: url(../images/icon03.png) no-repeat center;
	float: left;
}
/*鼠标滑过该板块后的样式*/
.geotdp_con_center_upDown {
	width: 100%;
	background: #01bf86;
	position: absolute;
	/*top: 0;*/
	padding: 0 1rem;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 0.7rem;
	height: 3px;
	overflow: hidden;
	transition: height 1s;
	-o-transition: height 1s;
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
}
.geotdp_con_center_upDown:hover {
	color: #fff;
	text-decoration: none;
}
.geotdp_con_center_upDown_title {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	margin-top: 25%;
	/*display: none;*/
}
.geotdp_con_center_upDown_detail {
	/*display: none;*/
	height: 2rem;
}
.geotdp_con_center_upDown_place li a {
	color: #fff;
	text-align: center;
	margin-top: 10px;
	line-height: 1.25rem;
}

/*不同入口颜色的设置*/
/*免费试用*/
.geotdp_con_center_enter .free_b {
	color: #db6b4b;
}
.geotdp_con_center_enter .free_c {
	background: #db6b4b;
}
.geotdp_con_center_enter .free_c1 {
	background: #d85935;
}
/*.geotdp_con_center_enter .free_c2 {
	border-left: 1px solid #db6b4b;
}*/
.geotdp_con_center_enter .free_d {
	background: #d85935;
	bottom: 0;
}
/*平台入口*/
.geotdp_con_center_enter .place_b {
	color: #2589c1;
}
.geotdp_con_center_enter .place_c {
	background: #2589c1;
}
.geotdp_con_center_enter .place_c1 {
	background: #1970a1;
}
.geotdp_con_center_enter .place_d {
	background: #2589c1;
	top: 0;
}
.geotdp_con_center_enter .system_d {
	top: 0;
}
.geotdp_con_center_enter .user_d {
	bottom: 0;
}
.geotdp_con_center_enter .contact_d {
	background: #d85935;
	top: 0;
}
.geotdp_con_center_enter .upDown_common {
	background: #fff;
	margin-top: 25%;
}
.geotdp_con_center_enter .upDown_common2 {
	background: #e6e6e6;
}
.geotdp_con_center_enter .upDown_common1 {
	color: #676666;
}
.geotdp_con_center_enter .upDown_common2 i {
	width: 2.5rem;
	height: 100%;
	display: inline-block;
	background: url(../images/bj/index/icon10.png) no-repeat center;
	float: left;
}

/*媒体查询*/
@media (min-width: 1200px) {
	.geotdp_con_center_enter .upDown_common {
		margin-top: 20%;
	}
}
@media (max-width: 768px){
	.geotdp_con_center_btn {
		width: 60%;
	}
	.geotdp_con_center_btn_a {
		width: 30%;	
	}
	.geotdp_con_center_btn_b {
		width: 70%;
		left: 30%;
	}
	
	.geotdp_con_center_btn_a i {
		width: 100%;
	}
	.geotdp_con_center_upDown_title {
		font-size: 0.8rem;
	}
	
}
@media (max-width: 520px){
	.container {
		padding-top: 1.5rem;
		padding-bottom: 1rem;
	}
	.geotdp_con_center_enter {
		margin-bottom: 15px;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.geotdp_con_center_title {
		font-size: 18px;
	}
	.geotdp_con_center_btn {
		line-height: 2rem;
		height: 2rem;
		font-size: 0.7rem;
	}
	.navbar-brand {
		display: block;
		width: 30%;
	}
}
@media (max-width: 420px){
	.geotdp_con_center_btn {
		width: 70%;
		height: 1.5rem;
		line-height: 1.5rem;
		margin-top: 1rem;
		font-size: 12px;
	}
	.geotdp_con_center_btn_a {
		width: 30%;	
	}
	.geotdp_con_center_btn_b {
		width: 70%;
		left: 30%;
	}
}