/*服务项目*/
.site-header.transparent .switch-locale .navbar_hover{
	color:#333;
	height: 44px;
}
.site-header.transparent .switch-locale .choice_this{
	color:#03A9F4!important;
}

/*头部点击后*/

.navbar-nav_a{
	color:#03A9F4!important;
}
/**/
.site-header.transparent .switch-locale .navbar_hover:hover{
	color:#03A9F4!important;
}
.site-header.transparent .switch-locale .dropdown-menu>li>a{
	color:#333!important;
}
.site-header.transparent .switch-locale .dropdown-menu>li>a:hover{
	color:#03A9F4!important;
}
.site-header.transparent{
	background:#fff; 

}
.essage{
	clear: both;
}
.site-header.transparent .navbar-nav>li>a{
	color:#333;
}
.site-header.transparent .navbar-nav>li>a:hover{
	color:#03A9F4;
}
.site-header.transparent .navbar-brand{
	background-image: url(../images/heard/logo.png);
    width: 150px;
    height: 58px;
    background-size: 100%;
}
body.home{
	background-image: url(../images/page/blog-bg@2x.png);
    background-repeat: no-repeat;
    background-position: center -140px!important;
    background-size: 100% auto;
    padding-top: 75px;
    background-color:#fff; 
}
.site-header.transparent .switch-locale .dropdown-menu{
	top:44px;
	background-color:#fff;
}
.site-branding{
margin-top: 53px;
margin-bottom: 80px;
text-align: center;
font-family: "Muli", "Helvetica Neue", Arial, sans-serif;
}
.site-branding .site-title{
	font-weight: 400;
    font-size: 42px;
    color: #383838;
    line-height: 60px;
    margin-bottom: 30px;
}
.site-branding .site-title a{
	font-size: 42px;
   
    text-decoration: none;
}
.site-branding .site-description{
	font-weight: 200;
    font-size: 24px;
    color: rgba(127,127,127,0.80);
    line-height: 35px;
}
/* 图片效果 */
#filters{margin:1%;padding:0;list-style:none;

	text-align: center;
}
#filters li{/*float:left;margin:0 auto;*/
	opacity: 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #A6A6A6;
    border-radius:3px;
    margin: 0 10px 10px;
    overflow: hidden;
    transition: all .218s ease;
    opacity: 1;
    background-color: transparent;
}
/*1*/
#filters li.filter_li1{
	border-color: rgb(255, 87, 34);
}
#filters li.filter_li1 a{
	color:rgb(255, 87, 34);
}
#filters li.filter_li1:hover{
	background: #F4835F;

}
#filters li.filter_li1:hover a{
	color:#fff;
}
/*2*/
#filters li.filter_li2{
	border-color: #03A9F4;
}
#filters li.filter_li2 a{
	color: #03A9F4;
}
#filters li.filter_li2:hover{
	background: #03A9F4;
}
#filters li.filter_li2:hover a{
	color: #fff;
}
/*3*/
#filters li.filter_li3{
	border-color: #AB47BC;
}
#filters li.filter_li3 a{
	color: #483F7F;
}
#filters li.filter_li3:hover{
	background: #DCB3E3;
}
#filters li.filter_li3:hover a{
	color: #fff;
}
/*4*/
#filters li.filter_li4{
	border-color: #3879D9;
}
#filters li.filter_li4 a{
	color: #3879D9;
}
#filters li.filter_li4:hover{
	background: #388CE1;
}
#filters li.filter_li4:hover a{
	color: #fff;
}
/*5*/
#filters li.filter_li5{
	border-color: #E95A44;
}
#filters li.filter_li5 a{
	color: #E95A44;
}
#filters li.filter_li5:hover{
	background: #E95A44;
}
#filters li.filter_li5:hover a{
	color: #fff;
}
#filters li a{/*display:block;padding:5px 20px;text-decoration:none;color:#666;cursor:pointer;*/
	display: inline-block;
    width: 100px;
    
    font-size: 14px;
    padding: 10px 0;
    text-decoration: none!important;
    -webkit-transition: all 0.218s ease-in-out;
    -o-transition: all 0.218s ease-in-out;
    transition: all 0.218s ease-in-out;
}
#filters li.filter_li1 a.active{background:rgb(255, 87, 34);color:#fff;}
#filters li.filter_li2 a.active{background:#03A9F4;color:#fff;}
#filters li.filter_li3 a.active{background:#AB47BC;color:#fff;}
#filters li.filter_li4 a.active{background:#388CE1;color:#fff;}
#filters li.filter_li5 a.active{background:#E95A44;color:#fff;}

@media (min-width:781px){
#portfoliolist .portfolio{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	width:23%;margin:1%;display:none;float:left;overflow:hidden;
	box-shadow: 0 2px 5px 0 #CCCBCB;
	border-radius: 3px;
	padding:2px;
}}
@media (min-width:450px) and (max-width: 780px){
	#portfoliolist .portfolio{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	width:31.333%;margin:1%;display:none;float:left;overflow:hidden;
	box-shadow: 0 2px 5px 0 #CCCBCB;
	border-radius: 3px;
	padding:2px;
}

}
@media (max-width:450px){
	#portfoliolist .portfolio{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	width:48%;margin:1%;display:none;float:left;overflow:hidden;
	box-shadow: 0 2px 5px 0 #CCCBCB;
	border-radius: 3px;
	padding:2px;
}

}
.portfolio-wrapper{overflow:hidden;position:relative!important;background:#fff;cursor:pointer;border-radius: 3px;}
.portfolio img{max-width:100%;position:relative;}
.portfolio .label{
	position:absolute;
	width:100%;
	
	bottom:-100px;
	left:0;
}
.portfolio .label-bg{background: #eee;width:100%;height:100%;position:absolute;top:0;left:0;}
.portfolio .label-text{color:#666;position:relative;z-index:500;padding:5px 8px;}
.portfolio .text-category{
	display:block;font-size:12px;
	margin-top: 5px;
	color: #888888;	
	line-height: 18px;
	
	font-weight: 400;
}
.portfolio .label{
	white-space:normal;
}
.text-title{
	font-size: 14px;
	color: #666;

}
/*案例*/
.anli_body{
	background-image: url(../images/page/blog-bg@2x.png);
    background-repeat: no-repeat;

    background-size: 100% auto;
    padding-top: 75px;
    background-color: #fff;
}
@media (min-width:781px){
.img-responsive{
	width:23%;
	margin:1%;
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 #CCCBCB;
	padding:2px;
	
}
}
@media (min-width:450px) and (max-width: 780px){
.img-responsive{
	width:31.3333%;
	margin:1%;
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 #CCCBCB;
	padding:2px;
	
}
}
@media (max-width:450px){
.img-responsive{
	width:48%;
	margin:1%;
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 #CCCBCB;
	padding:2px;
	
}
}


.img-responsive:hover{
	border-radius: 5px;
	padding:2px;
}
.img-responsive a{
	background: #333;
		display: block;
		border-radius: 5px;
}
.img-responsive a::before{
	display: block;
	
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 
	content: '';
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transform: scale3d(1.8,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.8,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.img-responsive:hover a::before{
	background: #fff;
-webkit-transform: scale3d(1.8,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.8,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.anli_bot_bg{
	    width: 100%;
    height: 45px;
    z-index: 2;
    text-align: left;
    padding: 10px 10px 0;
    border-radius: 0 0 5px 5px;
    background-color: rgba(0,0,0,.4);
    position: absolute!important;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.img-responsive:hover .anli_bot_bg{
-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.anli_bot_bg p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.img-responsive a img{
	width:100%;
	margin:0;
	padding:0;
	border-radius: 5px;
	 -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}

.img-responsive:hover a img{

	border-radius: 5px;
	opacity: 0.4;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}
.am-slider-a1 ul li{
	height:450px;

}
.fenlei_list{
	/*border-left: 3px solid #3bb4f2;*/
	font-size: 18px;
	padding:2px 1.5%;
	margin-top: 20px;
	margin-left: 1%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.fenlei_list2{
	margin-top: 55px;

}
.anli_look{

	position: absolute;
	top:40%;
	left: 37%;
	border:1px solid #fff;
	width:70px;
	height:35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	opacity: 0;
	border-radius: 5px;
	-webkit-transition: opacity 1.15s, -webkit-transform 0.55s;
	transition: opacity 1.15s, transform 0.55s;
	
}
.img-responsive:hover .anli_look{
	opacity: 1;
	cursor:pointer;
	
}
/*服务流程*/
.liucheng{
	background-image: url(../images/page/liucheng_bg.jpg);
    background-repeat: no-repeat;

    background-size: 100% auto;


}
.am-tab-panel img{
	width:100%;
}
.am-tabs-bd{
	border:0;
	margin-top: 50px;
}
[data-am-widget=tabs]{
	width:98%;
	margin:auto;
}

.am-tabs-d2 .am-tabs-nav{
	border:1px solid #03A9F4;
	background-color:rgba(255,255,255,.2);
	width:92%;
	margin:auto;
	
}
.am-tabs-d2 .am-tabs-nav li{
	
}
.am-tabs-d2 .am-tabs-nav>.am-active a{
	background: #03A9F4;
	color: #fff;
}
.am-tabs-d2 .am-tabs-nav>.am-active:after{
	    border-bottom-color: #03A9F4;
}
.am-tabs-d2 .am-tabs-nav>.am-active{
	border-bottom: 2px solid #03A9F4;
	text-decoration: none;
}
.am-tabs-d2 .am-tabs-nav>.am-active a{
	text-decoration: none;
}
.fw_lc_titl{
	
	text-align: center;
	font-size: 22px;
	font-weight:400;
	
	letter-spacing:3px;
}
.lc_top_img{
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}
@media(min-width:750px){
.lc_top_img img{
	width:50%;

}


}
@media(max-width:750px){
.lc_top_img img{
	width:100%;
	
}

}
.lc_huaxian{
	text-align: center;
	margin-bottom: 25px;
}
.lc_huaxian img{
min-height:8px;
width:80%;

}
.lc_tit_list1{
	color: #03A9F4;
	margin-right: 2px;
	
}
.liucheng_list1{
	border-bottom:1px solid #e8e8e8;
}
.liucheng_list1 h4{
	font-weight: 600;
	color:#5D5D5D;
	font-size: 16px;
}
.liucheng_list1 p{
	padding-left:45px;
}
.lc_yuan{
	margin-right: 5px;
	display: inline-block;
	width:34px;
	height:34px;
	border-radius: 17px;
	background: #03A9F4;
	line-height: 32px;
	text-align: center;
	color: #fff;
}
.liucheng_list1 p{
	color: #7F7F7F;
}
.lc_app{
	color: #E5404A;
}
.lc_app_bz{
	background: #E5404A;
}
.lc_sheji{
	color: #AD81C7;
}
.lc_sheji_bz{
	background: #AD81C7;
}
.lc_yingjian{
	color: #1AB3AA;
}
.lc_yingjian_bz{
	background: #1AB3AA;
}

/*QA*/
.fuwu_qa{
	background-image: url(../images/page/fuwu_qabg.jpg);
    background-repeat: no-repeat;

    background-size: 100% auto;
}
@media(min-width:450px){
.qa_top{
	margin:auto;
	width:42%;
}
.qa_top img{
	width:100%;
}
}
@media(max-width:450px){
.qa_top{
	margin:auto;
	width:70%;
}
.qa_top img{
	width:100%;
}
}


.qa_count{
	width:85%;
	margin:auto;
	margin-top: 75px;
	margin-bottom: 50px;
}
.qa_count img{
	width:100%;
}
.liucheng_list1 hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.qa_a{
	padding-bottom: 12px;

}
.qa_tit{
	display: inline-block;
	float: left;
}
.qa_q{
	display: inline-block;
	width:82%;
	float: left;
	line-height: 30px;
}
.list_qa{
	margin-bottom: 35px;
}
.list_qa .lc_yuan{
	margin-right: 2%;
}
/*.list_qa .lc_app_bz{

	display: block;
	
}*/
/*团队*/
.team_all{

	
}
.box-title{
	text-align: center;
}
.team_center{
	margin-top: 25px;
}
.team_tit_list{

	height:30px;
	line-height: 30px;
	border-left: 3px solid #03A9F4;
	font-weight: bold;
	padding-left: 12px;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 25px;
}
.lilian_text{
	color: #666;
	padding-left: 12px;
}
.team_text1{
	padding-left: 12px;
	border-bottom: 1px solid #e8e8e8;
	color: #6e6e6e;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/****地图*****/
	#allmap { height:470px;overflow: hidden;margin:0 auto;}
	#l-map{height:100%;width:78%;float:left;border-right:2px solid #bcbcbc;}
	#r-result{height:100%;width:20%;float:left;}
	.myclass{ height:50px; width:150px; font-size:12px; line-height:22px;}
	.bigdiv{width:80%; height:100%; }
/*联系我们*/
.lianxi_topbg{
	background: url("../images/page/lianxi/lianxi_top_bg.jpg") no-repeat ;
	overflow: hidden;
	width:100%;
	/*height:410px;*/
	position:relative;

}

@media (min-width: 780px){
	.lianxi_top_bgall{
	width:460px;
	height:410px;
	margin-left:40px;
	position: relative;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #fff; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #fff; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #fff; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #fff; 
} 
}

@media (min-width:450px) and (max-width: 780px){
	.lianxi_top_bgall{
	width:460px;
	height:410px;
	margin:auto;
	position: relative;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #fff; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #fff; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #fff; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #fff; 
} 
}

@media (max-width:450px){
	.lianxi_top_bgall{
	width:100%;
	height:300px;
	margin:auto;
	position: relative;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #fff; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #fff; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #fff; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #fff; 
} 
}

.lianxi_topbgbox{
	width:100%;
	height:100%;

	
	background: #fff;
	opacity:0.4;
	position: absolute;
}
.lianxi_topbox{
	
}


.lianxi_from dl dd{
	margin-top: 10px;
}

@media (min-width:450px){
	.lianxi_fm{
	font-size: 18px;
    color: #fff;
    padding-top: 40px;
    font-weight: 300;
}
	.lianxi_from dl{
	z-index: 99;
	position: absolute;
	padding-left: 40px;
}
	.lianxi_from dl dd input{
    background: transparent;
    color: #fff;
    height: 34px;
    width: 182px;
    line-height: 34px;
    text-indent: 12px;
    margin-right: 14px;
    vertical-align: middle;
    outline: none;
    border:1px solid #fff;

}
.lianxi_texer{
	width: 382px;
    border: 1px solid #fff;
    background: transparent;
    height: 100px;
    color: #fff;
    resize: none;
    overflow: auto;
   
    line-height: 32px;
    padding-left: 12px;
}
.lianxi_from dl dd input.lianxi_btn{
	    font-size: 14px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    height: 40px;
    width: 100px;
    line-height: 38px;
    margin-right: 14px;
  
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    text-indent:0;
}

.lianxi_zixun1,.lianxi_zixun2{
	width:46%;
	margin:2%;

	float: left;
	min-height:150px;
}

.arrive_column dl{
	width:29.3333%;
	float: left;
	margin:2%;
}
}
@media (max-width:450px){
	.lianxi_fm{
	font-size: 18px;
    color: #fff;
    padding-top: 5px;
    font-weight: 300;
}
	.lianxi_from dl{
	z-index: 99;
	position: absolute;
	padding-left: 8px;
}
	.lianxi_from dl dd input{
    background: transparent;
    color: #fff;
    height: 34px;
    width: 142px;
    line-height: 34px;
    text-indent: 12px;
    margin-right: 14px;
    vertical-align: middle;
    outline: none;
    border:1px solid #fff;
	border-radius: 0;
}

.lianxi_texer{

	width: 320px;
    border: 1px solid #fff;
    background: transparent;
    height: 100px;
    color: #fff;
    resize: none;
    overflow: auto;
   border-radius: 0;
    line-height: 32px;
   
}

.lianxi_from dl dd input.lianxi_btn{
	    font-size: 14px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    height: 40px;
    width: 100px;
    line-height: 38px;
    margin-right: 18px;
  
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    text-indent:0;
}

.lianxi_zixun1,.lianxi_zixun2{
	width:100%;
	margin:auto;

	
	min-height:150px;
}

.arrive_column dl{
	width:98%;
	
	margin:auto;
	margin-bottom: 40px;
}
}




.lianxi_hezuotit{
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 25px;
}
.lianxi_hezuo_p{
	color: #6e6e6e;
}

.lianxi_zixun_dd1{

	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #666;
	margin-bottom: 12px;
}
.lianxi_zixun_dd2,.lianxi_zixun_dd3{
	border:1px solid #d9d9d9;
	border-left:0;
	border-right: 0;
	padding:10px 0;
	width:90%;
	margin:auto;
	color: #6e6e6e;

}
.lianxi_zixun_dd2 a,.lianxi_zixun_dd3 a{
	color: #6e6e6e;
	width:70px;
	display: inline-block;
}
.lianxi_zixun_dd2 a:hover,.lianxi_zixun_dd3 a:hover{
	text-decoration: none;
}
.lianxi_zixun_dd3{
	border-top:0;
}
.arrive_column_con{
	margin-top: 40px;

	overflow: hidden;
}

.bus .icon {
    display: inline-block;
    width: 32px;
    height: 34px;
    background: url("../images/page/lianxi/sprite2.png") 0 -90px;
    vertical-align: middle;
    margin-right: 18px;
}
.taxi .icon {
    display: inline-block;
    width: 32px;
    height: 34px;
    background: url("../images/page/lianxi/sprite2.png") -34px -90px;
    vertical-align: middle;
    margin-right: 18px;
}
.metro .icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../images/page/lianxi/sprite2.png") -66px -90px;
    vertical-align: middle;
    margin-right: 16px;
}