@charset "utf-8";
/* CSS Document -by zhoufan */
.blue{
	color:#1ea5e5;
}
img{
	border:none;
}
body{
	font-size:12px;
	color:#626262;
}
body,html,li,ul,dd,h1,dl,h2,h3,h4,ol{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
a {
	text-decoration:none;
	color: #666666;
}
a:hover {
	text-decoration:underline;
}
p{
	margin:0;
}
.clear{
	display: block;
	clear: both;
	font-size:0;
}
.red {
	color:#fe0000;
}
/*通用样式*/
.martop10{
	margin-top:10px;
}
.martop5{
	margin-top:5px;
}
.l{
	float:left;
}
.r{
	float: right;
}
.paddbot40{
	padding-bottom: 40px;
}

/*****************header**************/
#header{
	width: 100%;
	border-bottom: 4px solid #3189f3;
}

#top_main{
	width: 980px;
	margin: 0 auto;
}

#nav {
	width: 980px;	
	position: relative;
	height: 55px;
}
.search{
	position:absolute;
	width: 360px;
	height: 34px;
	top:4px;
	right: 0;
}
.searchcontent{
	width: 285px;
	border:none;
	height: 30px;
	padding-left: 2px;
	line-height: 30px;
}
.inputbox{
	width: 288px;
	border:1px solid #cdcdcd;
	height: 32px;
}
.searchBtn{
	width: 70px;
	height: 34px;
	background: url('../img/index/search.png') no-repeat;
}
.cashtitle{
	color:#2f2f2f;
	background: url(../img/index/s-4.png) no-repeat 0 2px;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 2px
}
.cash-bottom a{
	color:#3189F3;
}
.cashcontent {
    height: 80px;
    line-height: 20px;
    width: 360px;
}
#logins {
	height:30px;
}
#logins a{
	color: #666666;
}
#nav ul li {
	position: relative;
    display: block;
	float: left;
	margin: 7px 1px 0 0;
	height: 48px;
	font-size: 16px;
	font-family: '微软雅黑';
	line-height: 38px;
	/*z-index: 999;
	*/;
    *z-index: 999;   
}
.top-bg{
	width:100%;
	height:49px;
	background: url('../img/index/top-bg.png') repeat-x;
}
.top-mid{
	width: 980px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#nav ul li img {
	float: left;
	margin: 19px 0 0 -5px;
}
#nav ul li a{	
	display: block;
	float: left;
	margin:0 0px;
	padding: 0 25px;	height: 100%;
	color: #000;
	text-align: center;
}
#nav ul li.nav_on a{	
	color:#fff;
}
#nav ul li:hover{
	background:url(../img/icon_triangle.png) no-repeat 50% 39px;
	/*color: #3189f3;*/
}
#nav .nav_on{
	background: #3189f3 !important;
	color: #fff;
	text-decoration: none;
}

.nav-header{
	margin-top:25px;
	height: 51px;
	*margin-top:36px;
	z-index: 10; 
}
#logins>ul>li {
	float:left;
	margin:5px 5px 7px 0px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	z-index: 1000;
}
#logins ul li label{
	font-size:12px;
	color: #999;
	margin-top: 3px;
}
#logins ul li a{
	font-family: arial,sans-serif;
	display:inline;
	padding: 0px 7px;
	float:none;
	font-size: 12px;
}

#logins ul li a:hover{
	background:none;
	color:#00c;
}

#user-state-li {
	position:relative;
}
#user-state-li .username-dropdown{
	position: absolute;
	z-index: 99999;
	width:80px;
	top: 20px;
	top: 21px\0;
	right:10px;
	background-color: rgb(255,255,255);
	opacity: 1;
	border: 1px solid #999;
	font-weight: 400;
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	filter: alpha(opacity=100); progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color="#cccccc")\9;
	text-align: left;
	color: #888;
	font: 12px Arial;
    line-height: 18px;
    padding:7px;
}
#nav #logins #user-state-li .username-dropdown a{
	text-decoration: none;
	display:inline-block;
	height:18px;
	line-height: 18px;
	padding: 3px 6px;
	text-align: left;
	float: none;
}
#user-state-li .username-dropdown li{
	float:none;
	margin: 0;
	height:25px;
	border-bottom: 1px solid #ebebeb;

}
#user-state-li .username-dropdown li:hover{
	background: #EBEBEB;

}
.user-nav-item-on{
	/*text-align:center;*/
	background: #fff;
	list-style: none;
	white-space: nowrap;
	line-height: 32px;
	position:relative;
	left:-2px;
	*z-index: 100000;
}
.user-nav-item span{
	left:-2px;
    display:inline-block;
	padding-left: 10px;
	width:110px;
	background:url(../img/nav_gray.png) no-repeat right 10px top 8px;
	background:url(../img/nav_gray.png) no-repeat 91% 8px\9;
	/*text-align: center;*/
	border:1px solid transparent;
/*	//border-left:1px solid #000;*/
	position: relative;
	
}
.user-nav-item-on span{
	border:1px solid #cccccc;
	border-bottom: none;
    left:0px;
}
#login-reg-li{
	margin-right: 10px;
}
#logins #userName{
	cursor: pointer;
	line-height: 20px;
	color: #00C;
	font-weight: bold;
	padding-right: 11px;
	background: url(../img/spis_bg.png) no-repeat  right -221px;
	margin-right: 3px;
}
#login{
	padding-left: 6px;
}
#register{
	padding: 0;
}


#nav .nav-item .nav_on{
	background: #3189f3 url(../img/icon_wtriangle_down.png) no-repeat right 5px top 16px !important;
	color: #fff;
	text-decoration: none;
	padding: 0 20px 0 10px;
}
.homeTab{
	position:absolute;
	top: 52px;
	left: 10px;
	display: none;
	background: #fff;
	z-index: 999999;
	padding-bottom: 15px;
	padding-top: 6px;
	width: 280px;
	border: 1px solid #eee;
}
.homeTab dt,.homeTab dd{
	font-family: '\5B8B\4F53';	
}
.homeTab dt{
	padding-left: 15px;
	font-weight: bold;
	color: #666;
	width: 90px;
}
.homeTab dd{
	display: block;
	margin-left: 105px;
}
#nav .homeTab dd a{
	font-size: 14px;
	display: inline-block;
	width: 200px;
	background: none;
	padding: 0;
	line-height: 25px;
	text-align: left;
}
#nav .homeTab dd a:hover{
	color: #3189f3;
}
#headTop{
	font-family:Arial,Helvetica,sans-serif;
}
#headTop .homeTab ul li,#nav .homeTab ul li{
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	background: url(../img/icon_triangle_left.jpg) no-repeat 10px 10px;
	padding-left: 10px;
	display: inline-block;
	color: #626262;
	width: 95%;
}
#nav  .homeTab ul li:hover{
	background: url(../img/icon_triangle_left.jpg) no-repeat 10px 10px;
}
#nav  .homeTab ul li a{
	background: none;
	float: none;
	padding: 0 8px;
	font-family: '宋体';
	font-size: 14px;
	display: inline-block !important;
}
#nav ul li a:hover{
	text-decoration: none;
}
#nav .homeTab ul li a:hover{
	color: #3189f3;
	text-decoration: underline;
}
.navul .nav-item>a{
	background:url(../img/nav_gray.png) no-repeat right 10px top 16px;
}
/*
.homeTab ul li a{
	float: none;
	display: inline-block !important;
	padding: 0 8px;
}
*/

#homeTab1{
	width: 510px;
}
#homeTab1 ul li {
	width: 400px;
	display: block;
}
.homeTab dl{
	clear: both;
	display: block;
	padding-bottom: 10px;
}
#headTop .nav-dropdown-align-right,#nav .nav-dropdown-align-right{
	left: auto;
	right: 0;
}

#headeTop_main{
	width: 980px;
	margin: 0 auto;
	color: #fff;
}
#headeTop_main ul{
	line-height: 50px;
}
#headTop ul li{
	font-size: 15px;
	color: #fff;
	display: inline-block;
	margin: 0 10px 0 0;
	*float: left;
	position: relative;
}
#headTop ul li b{
	margin-left: 15px;
}
#headTop ul li a{
	color: #fff;
}
#headTop ul li ul li .homeTab a {
	color: #000;
}
#headTop ul li ul li .homeTab ul {
	line-height: 35px;
}
#headTop ul li a:hover{
	text-decoration: underline;
}
#headTop .Top_on{
	background: url(../img/icon_wtriangle.png) no-repeat 50% bottom;
}
#headTop .Top_two_triangle{
	background: url(img/icon_wtriangle_down.png) no-repeat right 9px;
	padding-right:20px;
}
#headTop .Top_two{
	background: url(../img/icon_disc.png) no-repeat right 9px;
	padding-right:20px;
}

/*********************************content***************/
.hdp{
	height: 370px;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mflash{
	height: 370px;
	width: 980px;
	margin: 0 auto;
}
#main_left{
	float: left;
	width: 738px;
	overflow: hidden;
}
#main{
	width: 980px;
	margin:28px auto 0;
}
#main h1{
	color: #000;
	font-family: '微软雅黑';
	font-size: 22px;
	background: url(../img/gray.jpg) no-repeat;
	padding: 0 0 0 24px;
	height: 21px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
.itemlist{
	width: 100%;
	height: 150px;
}
.itemlist .js{
	background: url(../img/index/img-js.png) 85px 40px no-repeat #9bbbdb;
}
.itemlist .http{
	background: url(../img/index/img-http.png) 79px 36px no-repeat #f5ab78;
}
.itemlist .android{
	background: url(../img/index/img-android.png) 95px 36px no-repeat #e49acf;
}
.itemlist .ios{
	background: url(../img/index/img-ios.png) 95px 35px no-repeat #a8d991;
}

.wrap{
	position: relative;
	width: 235px;
	height: 150px;
	border:1px solid #d7d7d7;
	overflow: hidden;
	cursor: pointer;
	margin-right: 10px;	
}

.cover{
	width: 235px;
	height: 150px;
	position:absolute;
	top:0;
	z-index: 20;
}
.underapi > a {
    display: block;
    float: left;
    width: 45%;
    font-size: 13px;
}

.itemlist .b9 {				 
	border-bottom: 2px solid #9bbbdb
}

.itemlist .f5{
	 border-bottom: 2px solid #F5AB78
}
.itemlist .e4{
	border-bottom: 2px solid #E49ACF
}
.itemlist .a8{
	border-bottom: 2px solid #A8D991
}

.under{
	padding: 10px;
	width: 215px;
	height: 128px; 
	position: absolute;
}
.underapi a:hover{
	color:#5aa1f5;
}
.cover p{
	text-align: center;
	color: #fff;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	font-size : 20px;
	margin-top: 95px;
	margin-bottom: 0;
}

.mcloud a{
	display: block;
	height: 100px;
	padding-left: 15px;
}
.mcloud a:hover{
	text-decoration: none;
	background: url(../img/main_chover.png) no-repeat left -8px;
}
.mfooter{
	height: 5px;
	background: url(../img/main_bg_footer.jpg);
}
.title{
	padding:29px 0 0 0px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #3189f3;
	font-family: '微软雅黑';
}
.notice span {
	display: block;
	float: left;
	height: 23px;
	width: 30px;
	margin-right: 10px;
}
.notice h3{
	font-family: '微软雅黑';
	font-size: 16px;
	display: block;
	line-height: 28px;
	font-weight: normal;
	color: #000;
}
#mservice .notice h3{
	line-height: 25px;
}
.notice p {
	line-height: 18px;
	margin: 6px 0;
}
#mmoblie{
	margin-top: 10px;
}
#mmoblie ul li {
	float: left;
}
#mmoblie ul li {

	width: 202px;
	margin-right: 5px;
	padding: 15px 10px 0 15px;
	height: 100px;
}
#mmoblie ul li a:hover{
	text-decoration: none;
	background: url(../img/moblie_hover.png) no-repeat left 8px;
}
#mservice {
	margin-top:10px;
}
.smain{
	background: url(../img/main_sbg.jpg) repeat-y;
	padding-left: 24px;
	position: relative;
}
.tuan{
	background: url(../img/index/tuan.png) no-repeat;
	width: 315px;
	height: 139px;
	position: absolute;
	top: 82px;
	right:28px;
}
.sfooter{
	background: url(../img/main_sfooter.jpg) no-repeat;
	height: 7px;
}
#mservice .smain ul li {
	float: left;
	display: block;
}
#mservice .smain ul li a{
	display: block;
	width: 202px;
	margin-right: 5px;
	padding: 15px 10px 0 15px;
	height: 100px;
}
.smain ul li a{
	display: block;
}
 .smain ul li a:hover{
	text-decoration: none;
	background: url(../img/moblie_hover.png) no-repeat left 8px;
}
.underword{
	color:#adadad;
	padding-bottom: 10px;
	border-bottom: 1px solid #adadad;
}
.underapi{
	line-height: 22px;
}
#mtool{
	margin-top:10px;
	width: 980px;
}
#mtool .mtool1{
	background: url(../img/index/tool01.png) no-repeat;
}
#mtool .mtool1:hover{
	background: url(../img/index/tool0.png) no-repeat;
	border-color: #bbd7f9;
}
#mtool .mtool2{
	background: url(../img/index/tool02.png) no-repeat;
}
#mtool .mtool2:hover{
	background: url(../img/index/tool1.png) no-repeat;
	border-color: #bbd7f9;
}
#mtool .mtool3{
	background: url(../img/index/tool05.png) no-repeat;
}
#mtool .mtool3:hover{
	background: url(../img/index/tool3.png) no-repeat;
	border-color: #bbd7f9;
}
#mtool .mtool4{
	background: url(../img/index/tool03.png) no-repeat;
}
#mtool .mtool4:hover{
	background: url(../img/index/tool4.png) no-repeat;
	border-color: #bbd7f9;
}
#mtool .mtool5{
	background: url(../img/index/tool04.png) no-repeat;
}
#mtool .mtool5:hover{
	background: url(../img/index/tool5.png) no-repeat;
	border-color: #bbd7f9;
}
#mtool ul li a{
	display: block;
	float: left;
	width: 178px;
	height: 91px;
	font-family:'微软雅黑';
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #000;
	border: 1px solid #ededed;
}
.tmain{
	background: url(../img/main_tbg.jpg) repeat-y;
	padding-left: 24px;
}
.tfooter{
	background: url(../img/main_tfooter.jpg) no-repeat;
	height: 7px;
}
.notice .mp1{
	background: url(../img/main_icon.png) no-repeat -20px 0;
}
.notice .mp2{
	background: url(../img/main_icon.png) no-repeat -46px 0;
	width: 20px;
}
.notice .mp3{
	background: url(../img/index/s-1.png) no-repeat 0 2px;
	width: 20px;
}
.notice .mp4{
	background: url(../img/main_icon.png) no-repeat -24px -22px;
	width: 20px;
}
.notice .mp5{
	background: url(../img/index/s-2.png) no-repeat 0 6px;
	width: 20px;
}
.notice .mp6{
	background: url(../img/main_icon.png) no-repeat -46px -88px;
	width: 22px;
}
.notice .mp7{
	background: url(../img/main_icon.png) no-repeat -24px -86px;
	width: 22px;
}
.notice .mp8{
	background: url(../img/main_icon.png) no-repeat -49px -44px;
	height: 20px;
	margin: 3px 0 0 0;
}
.notice .mp9{
	background: url(../img/main_icon.png) no-repeat -49px -65px;
	width: 20px;
}
.notice .mp10{
	background: url(../img/index/s-3.png) no-repeat 0 4px;
	width: 20px;
}

/*************main_right**********/
#main_right{
	width: 242px;
	float: right;
}
#main_link li a{
	width: 242px;
	height: 60px;
	display: block;
	text-decoration: none;
	font:18px '微软雅黑';
	line-height: 60px;
	text-align: center;
	margin: 0 0 10px 0;
}
.right_link1 a{
	background: url(../img/right_bg.png) no-repeat 0 0;
}
.right_link1 a:hover{
	background-position: -243px 0px;
}
.right_link a{
	background: url(../img/right_bg.png) no-repeat 0 -60px;
}
.right_link a:hover{
	background-position: -243px -60px;
}
#news{
	width: 225px;
	border: 1px solid #e1e1e1;
	padding: 10px 5px 10px 10px;
	background: #fafafa;
	height: 303px;
	overflow: hidden;
}
.ntitle{
	background: url(../img/horn.jpg) no-repeat 0 3px;
	padding:0px 0 10px 22px;
	font:16px '微软雅黑';
	color: #000;
}
#news ul li{
	border-top: 1px solid #e8e8e8;
	padding: 5px 0 6px 0;
	font-size: 12px;
	/*height: 64px;*/
	overflow:hidden;
}
#news ul li a span {
	background: url(../img/icon_gray.jpg) no-repeat;
	width: 13px;
	height: 13px;
	display: block;
	float: left;
	margin:3px 8px 0 0;
	color: #fff;
	text-align: center;
	line-height: 13px;
}
#news .newson{
	background: url(../img/icon_blue.jpg) no-repeat;
}
#news ul li p {
	margin: 0px 0px 1px 0;
	padding-left: 4px;
	line-height: 20px;
}
#news ul li b{
	font-weight: normal;
	color: #000;
}
#news ul li a{
	display: inline;
}
#news ul li .fullnavsdk:hover {
	text-decoration: none;
	color: #666;
	cursor: normal;
}
#news ul li .fullnavsdk a {
	display: inline;
	color: #3189f3;
}
#news ul li b a {
	color: #3189f3;
}
#news ul li a:hover{
	color: #3189f3;
}
/***************footer***************/
#footer{
	width: 980px;
	margin: 0 auto;
	line-height: 22px;
	margin-top:10px;
}
#footer p{
	*margin: 10px 0 0 0;
}
#footer p span {
	float: right;
	*margin-top: -16px;
}
.copyright{
	text-align: center;
}
.weibo{
	display: block;
	height: 27px;
	line-height: 27px;
	float: left;
}
/** flash start **/
.slide-content {
	position: relative;
	overflow: hidden;
	height: 370px;
	z-index: 1;
	margin: 0 0 20px;
}
.img-content img{
	display:none;
}
.img-content img.current{
	display:block;
}
.slide-content .index-slide-img {
	border: 0 none;
	height: 370px;
	width: 980px;
}
.focus-content {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.focus-content .focus-content-item {
	padding: 0 5px;
	float: right;
}
.focus-content .focus-content-item .focus-anchor {
	display: block;
	width: 14px;
	height: 13px;
	overflow: hidden;
	outline: none;
	background: url(../img/focus_dot.png) no-repeat 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/focus_dot.png",enabled=true,sizingMethod=crop);
}
.focus-content .focus-content-item .focus-anchor:hover, .focus-content .focus-content-item .current {
	background: url(../img/focus_dot_hover.png) no-repeat 0 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/focus_dot.png",enabled=true,sizingMethod=crop);
}
/**flash end**/
/** 添加引导页, by wjp*/
#guideSwitch{
	position:fixed;
	_position:absolute;
	top:160px;
	width:35px;
	height:146px;
	background:url('../img/zhinan.png') -72px 0;
	cursor:pointer;
	z-index:8000;
}

#guideMask{
	position:absolute;
	display:none;
	left:0;
	top:0;
	width:100%;
	background:#000000;
	opacity:0.4;
	filter:alpha(opacity=40);
	z-index:1000000;
}
#guideContainer{
	position:fixed;
	_position:absolute;
	visibility:hidden;
	top:10px;
	width:750px;
	height:600px;
	border:solid 2px #B8B8B8;
	background:#ffffff;
	z-index:1000001;
}

.guide_title{
	position:relative;
	height:45px;
	line-height:50px;
	background:url('../img/zhinan.png') 0 -576px repeat-x;
	text-indent:20px;
}
.guide_title span{
	font: bold 16px "微软雅黑", "宋体";
	line-height:50px;
	color: #555;
}

.guide_title span .high{
	color:#3596D5;
}

.guide_title .guide_close{
	position:absolute;
	right:20px;
	top:18px;
	width:9px;
	height:9px;
	cursor:pointer;
	background:url('../img/jiantou.png') 0 -108px;
	_background:url('../img/jiantou_ie6.gif') 0 -108px;
}

.guide_content{
	position:relative;
	padding: 0 35px 0 35px;
}

#guide_arrow{
	position:absolute;
	right:-150px;
	top:310px;
	width:190px;
	height:98px;
	background:url('../img/jiantou.png');
	_background:url('../img/jiantou_ie6.gif');
}

.guide_content .title{
	font:bold 16px "微软雅黑", "宋体";
	height:40px;
	line-height:40px;
	color:#4BB3F1;
	margin: 0px;
	padding: 0px;
}

.guide_content .item{
	position:relative;
	height:70px;
}

.guide_content .item_short{
	height:60px;
}

.guide_content .item .item_left{
	float:left;
	width:50%;
	height:100%;
}

.guide_content .item .item_right{
	position:relative;
	float:right;
	width:50%;
	height:100%;
}

.guide_icon{
	float:left;
	width:70px;
	height:100%;
}

.guide_text{
	float:left;
	width:250px;
	height:100%;
}
.guide_text .text_title{
	font:bold 16px "微软雅黑", "宋体";
	color:#4F4F4F;
}

.guide_text .text_tip{
	font-family: "宋体";
	color:#555;
	line-height: 18px;
}

.guide_text .text_link{
	position:relative;
}
.link_zIndex{
	z-index:99;
}
.guide_text a{
	font-family: "宋体";
	color:#2072E9;
	line-height: 20px;
	font-size:12px;
	padding-right:8px;
}
.guide_text a:hover{
	text-decoration:underline;
}
.guide_icon div{
	width:45px;
	height:45px;
}
.guide_icon .programmer{
	background:url('../img/zhinan.png');
}
.guide_icon .factory{
	background:url('../img/zhinan.png') 0px -361px;
}

.guide_icon .xiaobai{
	background:url('../img/zhinan.png') 0px -71px;
}

.guide_icon .position{
	background:url('../img/zhinan.png') 0px -145px;
}

.guide_icon .process{
	background:url('../img/zhinan.png') 0px -433px;
}

.guide_icon .callbaidu{
	background:url('../img/zhinan.png') 0px -217px;
}

.guide_icon .baidupoi{
	background:url('../img/zhinan.png') 0px -504px;
}

.guide_icon .coord{
	background:url('../img/zhinan.png') 0px -289px;
}

.guide_content .dashline{
	height:3px;
}

.guide_content .dashline .dashline_left{
	float:left;
	height:100%;
	width:50%;
	background:url('../img/line.png') 0 -17px no-repeat;
}

.guide_content .dashline .dashline_right{
	float:right;
	height:100%;
	width:50%;
	background:url('../img/line.png') 0 -17px no-repeat;
}

.dashline_margin_bottom{
	margin-bottom:10px;
}

.dashline_margin2{
	margin-bottom:10px;
}

.dashline_margin_vertical{
	margin:10px 0;
}

.guide_content .solidline{
	margin-top: 20px;
	_margin-top: 10px;
	height:1px;
	line-height:0;
	font-size:0;
	background:url('../img/line.png') no-repeat;
}

.more_problem{
	position:relative;
	height:35px;
}
.more_problem a{
	position:absolute;
	bottom:5px;
	right:0;
	font-family: "宋体";
	color:#2072E9;
	font-size:13px;
}

.more_problem a:hover{
	text-decoration:underline;
}

.popTip{
	position:absolute;
	display:none;
	width:348px;
	height:30px;
	line-height:36px;
	text-indent:10px;
	color:#4F4F4F;
	background:url('../img/jiantou.png') 0 -144px;
	background:url('../img/jiantou_ie6.gif') 0 -144px;
	z-index:99;
}
#iosTip{
	left:75px;
	top:15px;
}

#hardwareTip{
	left:-50px;
	top:35px;
}

.history{
	display: none;
}

#checkHistory{
	float: right;
	background: #F3F4F5;
	cursor: pointer;
}

#downloadHistory{
	overflow: hidden;
	height: 188px;
}

/*************************************浮动提示条*******************************/
   .gf-con {
	position: fixed;
	right: 52px;
	top: 70%;
	/* 测试用 */
           
            width: 100px;
	z-index: 400;
}

.gf-plugin {
	width: 54px;
	height: 28px;
	float: right;
	border: 1px solid #CECECE;
	text-indent: 22px;
	text-align: center;
	line-height: 28px;
	color: #535353;
	font-size: 13px;
	cursor: pointer;
	overflow:hidden;
}

        .gf-plugin a,
        .gf-plugin a:link,
        .gf-plugin a:visited, 
        .gf-plugin a:hover,
        .gf-plugin a:active {
	color: #535353;
	text-decoration: none;
}

        #gf_to_top {
	position: absolute;
	right: 0;
	top: 0;
	background: #FFFFFF url(../img/bt.gif) no-repeat top left;
	display: none;
}

        #gf_guide {
	margin-top: 45px;
	background: #FFFFFF url(../img/pd.gif) no-repeat top left;
	top: 56px;
}

        #gf_for_help {
	background: #FFFFFF url(../img/ak.gif) no-repeat top left;
	margin-top:-1px;
}

        #gf_suggestion {
	background: #FFFFFF url(../img/sg.gif) no-repeat top left;
	margin-top:-1px;
}
.uriTitle{
	background-color: #cbdde6;
	width: 62px;
	height: 200px;
	padding-bottom: 8px;
	padding-top: 6px;
	padding-left: 9px;
	margin-left: -5px;
	padding-right: 16px;
	font-weight:100;
}
.uriDetail{
	font-size: 13px;
	color: #1ea5e5;
	float: right;
}
.uriTitleText{
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 39px;
}
.uriTitleText1{
	width: 200px;
	float: left;
}
.uriTitleText2{
	float: right;
	padding-right: 60px;
}
.uriTitleText3{
	color:#0088cc;
	font-size: 17px;
	font-family: Microsoft YaHei;
}
.useMethod{
	background:url(static/img/urinew7.png) no-repeat;
	padding-top: 11px;
	padding-bottom: 15px;
	padding-left: 19px;
	padding-right: 22px;
	color:#fff;
}
.useAll{
	margin-top: 35px;
	margin-bottom: 19px;
}
.useClick{
	margin-left: 15px;
	color:#0088cc;
	font-size:14px;
}
.usecontent{
	width: 290px;
	float:right;
	padding-top:30px;
}
.mapDisplay{
	overflow:hidden;
}
.urifont{
	font-family: Microsoft YaHei;
	font-size: 13px;
	color:#0088cc;
}
.uriTitleText4{
	font-family: Microsoft YaHei;
}
.tableCss{
	border-right: solid 1px #BBC0C6;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 110px;
}
.tableCss_long{
	border-right: solid 1px #BBC0C6;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.tableCssMore{
	border-right: solid 1px #BBC0C6;
	padding-top: 14px;
	padding-bottom: 16px;
	padding-left: 110px;
}
.tableCssMore_long{
	border-right: solid 1px #BBC0C6;
	padding-top: 14px;
	padding-bottom: 16px;
	padding-left: 50px;
}
.tdpadding{
	padding-left:10px;
}
.singletd{
	padding-left:40px;
}
.tdheight{
	padding-top: 35px;
	padding-bottom: 37px;
}
.underword a{
	float:right;
	padding:4px 12px 0 0;
	color:#3189f3
}
