/*
 *  Created by Edward on 16/05/03
 *  Copyright (c) 2016 shuwon.com All rights reserved
*/




/**********联系我们********************/
#contact{
	width: 100%;
	height: auto;
}
.contactTop{
	width: 1000px;
	height: 150px;
	margin: auto;
}
.contactTop ul li{
	width: 33.3%;
	height: 100px;
	padding: 25px 0px;
	float: left;
}
.contactTop ul li .icon{
	width: 60px;
	height: 60px;
	margin: auto;
	background: url(/other/js/contactIcon.png) no-repeat;
}
.contactTop ul li.first .icon{
	background-position: 0px 0px;
}
.contactTop ul li.second .icon{
	background-position: -60px 0px;
}
.contactTop ul li.three .icon{
	background-position: -120px 0px;
}
.contactTop ul li p{
	width: 100%;
	text-align: center;
	line-height: 40px;
}
.contactTop ul li.second p{
	font-size: 24px;
	font-weight: bold;
	color: #094B89;
}
.contactBox{
	max-width: 100%;
	height: 400px;
	position: relative;
	margin: 25px auto;
	border: 1px solid #dcdcdc;
}
.contactBox .map{
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.contactBox .mapNav{
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.contactBox .mapNav ul li.first{
	margin-left: -1px;
}
.contactBox .mapNav ul li{
	width: 250px;
	height: 45px;
	float: left;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	background: #FFFFFF;
	color: #094B89;
	margin-right: 10px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.contactBox .mapNav ul li.active{
	background: #094B89;
	color: #FFFFFF;
}
.contactCenter{
	max-width: 1000px;
	height: auto;
	margin:0px auto 50px auto;
}
.contactInput{
	width: 100%;
	height: auto;
	overflow: hidden;
}
/**********公交查询********************/
.secBtn{
	width:250px;
	height:45px;
	border-radius:3px;
	cursor:pointer;
	float: right;
	margin-top: 10px;
	background: #094B89;
	color: #FFFFFF;
}
#showResults{
	border-top:1px solid #ddd;
	display:none;
	margin-top: 25px;
}
.roadline_result{
	border:1px solid #DDD;
	padding-bottom: 10px;
}
.roadline_result table{
	width:100%;
}
.roadline_result h4{
	height:30px;
	border-bottom:1px solid #DDD;
	background:#f7f7f7;
}
.roadline_result h4 li{
	height:30px;
	padding:0 10px;
	line-height:30px;
	font-weight:100;
	float:left;
	border-right:1px solid #DDD;
	cursor:pointer;
}
.roadline_result h4 li.cur{
	color:#0a8353;
	font-weight:bold;
	position:relative;
	border-bottom:1px solid #FFF;
	background:#FFF;
	margin-bottom:-1px;
}
.busTips{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.roadline_detail{
	min-height:100px;
	_height:100px;
	margin-top:15px;
	padding:0 10px;
}
.map_area{
	width:100%;
	height:370px;
	overflow:hidden;
}
.roadline{
	height:46px;
	overflow:hidden;
}
.roadline a{
	display:block;
	float:left;
	width:322px;
	height:44px;
	font:bold 14px/44px Microsoft YaHei;
	text-align:center;
	background:url(../../images/overlay.png) #efefef 0 -24px repeat-x;
	border:1px solid #ddd;
}
.roadline .mgl20{
	margin-left:20px;
}
.roadinput{
	width:276px;
	height:26px;
	vertical-align:middle;
	padding:0 5px;
	line-height:26px;
}
.contactInput li{ 
	width: 48%; 
	height: 90px; 
	float: left; 
}
.contactInput li strong{ 
	display: block; 
	width: 100%; 
	line-height: 30px; 
	font-size: 18px;
}
.contactInput li input,.contactInput li p{ 
	display: block; 
	width: 99%; 
	height: 50px; 
	border: 1px solid #e5e5e5; 
	margin-top: 8px;
	text-indent: 20px;
	line-height: 50px;
}
.contactInput li.odd{ 
	margin-left: 4%;
}
.contactList{
	width: 100%;
	height: 140px;
	margin: 25px auto;
}
.contactList li{
	width: 23.5%;
	height: 140px;
	float: left;
	background: #f6f6f6;
	margin-right: 2%;
}
.contactList li.four{
	margin-right: 0px;
	width: 23.5%;
}
.contactList li .title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	margin-top: 18px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.contactList li .tel{
	width: 100%;
	height: 25px;
}
.contactList li .tel .icon{
	width: 25px;
	height: 25px;
	float: left;
	margin-left: 20px;
}
.contactList li .tel p{
	float: left;
	line-height: 25px;
	margin-left: 5px;
	font-size: 20px;
	color: #094B89;
	font-weight: bold;
}
.contactList li .address{
	width: 100%;
	height: 40px;
	background: #094B89;
	margin-top: 10px;
	color: #FFFFFF;
	padding: 5px 0px;
	line-height: 20px;
}
.contactList li .address .icon{
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.contactList li .address p{
	float: left;
	margin-left: 7px;
}


#product .productBox #news .newsBox .titBox.fix{ position: fixed; top: 0px; left: 50%; margin-left: -500px; z-index: 100;}
.boxbtn{ width: auto; height: 10px; position: absolute; left: 20px; bottom: 20px;}
.boxbtn span{ width: 10px; height: 10px; float: left; margin-right: 10px; background: #094B89; border-radius: 10px; opacity: .2; display: block;}
.boxbtn span.active{ opacity: 1;}