
	

h3{
	 color:#333; 
	 font-family: "Microsoft YaHei" ! important; 
	font-weight: 700;
}

.lead {
	font-size: 18px;
	font-weight: 400;
}
.p-style{
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	word-wrap:break-word ;
	color:#666;
}


.carousel-basis{
		padding-top: 51px!important;
	}

.ca-basis{
	padding: 0!important;
	max-height: 785px;
}
.bd-tagging-descr p{
	font-size:14px;
	line-height:22px;
}
.line-gradient{
    background: -webkit-linear-gradient(left, yellow, purple, orange,  indigo, navy); 
    background: -o-linear-gradient(left, yellow, purple, orange,  indigo, navy); 
    background: -moz-linear-gradient(left, yellow, purple, orange,  indigo, navy); 
    background: -ms-linear-gradient(left, yellow, purple, orange,  indigo, navy);
    background: linear-gradient(to right,yellow, purple, orange,  indigo, navy);
   	height:5px;
   	margin-top:40px;
}
/****/
.btn-baidu {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-baidu:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn-baidu:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
	outline: none;
}

.baidu-map-btn {
	color: #fff;
	font-size:20px;
	width: 100%;
	height: 100%;
	color: #1e7dce;
	font-family: "Microsoft YaHei";
	width: 382px;
	height: 52px;
	border: 3px solid #1e7dce;
	border-radius:26px;
	overflow: hidden;
}

.baidu-map-btn:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #1e7dce;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.baidu-map-btn:hover,
.baidu-map-btn:active {
	color: #fff;
	border: 0px solid #1e7dce;
}

.baidu-map-btn:hover:after {
	height: 650%;
	opacity: 1;
}

.baidu-map-btn:active:after {
	height: 400%;
	opacity: 0;
}

.baidu-map-triangle {
	width: 35px;
	height: 70px;
	margin: 0px auto;
	position: relative;
}

#blink_one {
	position: absolute;
	top: 0px;
	left: 0px;
}

#blink_two {
	position: absolute;
	top: 16px;
	left: 0px;
}



.join-baidu-map {
	text-align: center;
	margin-top: 10px;
}

.join-baidu-map p {
	position: relative;
	padding: 0px;
	margin: 0px auto;
}

.join-baidu-map i {
	font-size: 54px;
	color: rgb(238, 209, 128);
	font-weight: lighter;
}
.serve-descr{
	margin-left: 40px;
	margin-top:30px;
	text-align:left
}

.bd-service-value{
	margin-top:40px;
	 
}
.bd-service-value p{
	line-height:14px; 
}
.bd-ad-service{
	margin-top:47px;
	margin-left:100px;

}

.bd-ad-service p{
	line-height:30px;
}

 .bd-map-cover {
	padding:160px;
} 

.btn-join-plan{
	border-radius:20px;
    padding: 10px; 
    color:#fff;
    background-color:#4169E1;
}

.btn-join-plan:hover {
	color:#fff;
	background-color:rgba(65, 105, 225, 0.95);
	box-shadow:0 3px 15px #54cefb;
}

 .bd-join-plan{
	background: url(/common/images/baidu/biaodan-bg03.png) no-repeat;
	height: 286px;
}  
.sitemap {
  margin-top: 0px !important;
}

@media (max-width: 768px) {
	.bd-map-cover {
		padding:160px 60px;
	}
	
	.baidu-map-btn {
		width: 300px;
	}
	.serve-descr{
	margin-left:20px;
}
.bd-ad-service{
	margin-top:30px;
	margin-left:15px;
}
}

@media screen and (min-width: 768px){
.news-prev .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  width: 30px;
  height: 30px;
  margin-top: -80%;
  font-size: 109px;
  left:-167%
}
.news-next .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  width:30px;
  height: 30px;
  margin-top: -80%;
  font-size: 109px;
  right:-65%
}
}